/*
|--------------------------------------------------------------------------
| 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: var(--site-brand-light, var(--site-primary)) !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-brand-light, 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-brand-light, var(--site-primary)), var(--site-brand-light, 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-brand-light, 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: var(--site-brand-dark);
  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*/


/* Phase 70F: semantic regional brand utilities */
.bg-site-brand-dark {
  background-color: var(--site-brand-dark) !important;
}
.text-site-brand-light {
  color: var(--site-brand-light) !important;
}
.border-site-brand-light {
  border-color: var(--site-brand-light) !important;
}
.site-brand-dark-section {
  background-color: var(--site-brand-dark) !important;
  color: #fff;
}
.site-brand-dark-section .cms-icon,
.site-brand-dark-section .site-brand-icon {
  color: var(--site-brand-light) !important;
}


/* Phase 70F.1: regional visual normalisation and top contact bar */
.site-top-contact-bar {
  background: var(--site-brand-dark);
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}
.site-top-contact-bar .container {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
}
.site-top-contact-call {
  display: flex;
  align-items: center;
  gap: .3rem;
  min-width: 0;
}
.site-top-contact-support {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
}
.site-top-contact-bar a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}
.site-top-contact-bar a:hover,
.site-top-contact-bar a:focus {
  color: var(--site-brand-light) !important;
}
.business-features-section .cms-icon,
.business-features-section .site-brand-icon,
.business-features-section i:not(.fa-inverse) {
  color: var(--site-brand-light) !important;
}
.site-brand-dark-section h1,
.site-brand-dark-section h2,
.site-brand-dark-section h3,
.site-brand-dark-section h4,
.site-brand-dark-section h5,
.site-brand-dark-section h6 {
  color: #fff;
}
@media (max-width: 575.98px) {
  .site-top-contact-bar { font-size: .84rem; }
  .site-top-contact-bar .container { min-height: 32px; gap: .65rem; }
  .site-top-contact-call { gap: .2rem; }
  .site-top-contact-support { gap: .35rem; }
}
@media (max-width: 370px) {
  .site-top-contact-bar .container { align-items: flex-start; flex-direction: column; gap: .25rem; }
}
