/*
|--------------------------------------------------------------------------
| Custom CSS Overrides
|--------------------------------------------------------------------------
|
| This file loads AFTER Bootstrap and after the dynamic button styles.
| Add your website-specific CSS overrides here.
|
| Example:
|
| .navbar {
|     box-shadow: 0 2px 12px rgba(0,0,0,0.08);
| }
|
| .btn-primary {
|     border-radius: 999px;
| }
|
*/

.cms-slider-content {
    max-width: 760px;
    color: #fff;
    padding: 2rem;
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, .60);
    backdrop-filter: blur(2px);
}

.cms-slider-overlay {
    position: absolute;
    inset: 0;
    background: #00000000;
    z-index: 1;
}

.cms-icon {
color: #f00000 !important;
}

.text-primary {
color: #000000 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #000000;	
}

a {
  text-decoration: none;
	color: #000000;
}

/*services box on home page start */

.services-section {
  background: linear-gradient(180deg, #f7f7f7 0%, #eeeeee 100%);
  padding: 60px 0;
}

.services-section .container {
  max-width: 1300px;
}

.service-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border-radius: 18px;
  padding: 38px 28px 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-box:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.service-icon-link {
  color: #333333;
  text-decoration: none;
}

.service-icon-link:hover {
  color: var(--site-primary);
  text-decoration: none;
}

.service-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary));
  color: #ffffff;
  font-size: 36px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-box:hover .service-icon {
  transform: scale(1.08);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.service-box h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.service-box p {
  margin: 0 0 24px;
  color: #333333;
  font-size: 16px;
  line-height: 1.65;
}

.service-read-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

.service-read-more:hover {
  color: var(--site-primary);
  gap: 12px;
  text-decoration: none;
}

.service-read-more i {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .services-section {
    padding: 45px 0;
  }

  .service-box {
    padding: 32px 22px 28px;
  }

  .service-box h2 {
    font-size: 22px;
  }

  .service-icon {
    width: 82px;
    height: 82px;
    font-size: 32px;
  }
}
/*services box on home page end */
/*Voip-features section*/
.business-features-section {
  background-color: #000;
  color: #fff;
  padding: 70px 0 15px;
}

.business-features-section .container {
  max-width: 1300px;
}

.business-features-title {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 45px;
}

.business-feature-box {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px;
}

.business-feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 25px;
}

.business-feature-box h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.business-feature-box p {
  color: #fff;
  margin: 0;
}

@media (max-width: 767.98px) {
  .business-features-section {
    padding: 50px 0 10px;
  }

  .business-features-title {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .business-feature-box h3 {
    font-size: 24px;
  }
}
/* Voip features end*/
