/* cards-section start */
.contact-cards-section {
  background-color: #efeff0;
}
.contact-cards-section .brightspeed-content h2 {
  margin-bottom: unset;
}
.contact-cards-section .brightspeed-content {
  /* width: 54%; */
  max-width: 58rem;
}

.image-adjust img {
  display: flex;
}

.contact-cards-main .cta-box {
  padding: 2.5625rem 1.3375rem 1.75rem;
}
/* cards-section end */

/* faq start */
.service-faqs {
  padding: 3.75rem 0 7rem;
  border: 1px solid #0000001a;
}

.faq-header {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.view-all-faqs {
  border-radius: 0.2721rem;
  background: #ae64bb;
  color: #fff;
  font-size: 0.6611rem;
  font-weight: 700;
  line-height: 0.8164rem;
  letter-spacing: 0.0051rem;
  padding: 0.7444rem 0.8163rem;
  margin-top: 0.625rem;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-item {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 0 1.25rem;
  border-bottom: 1px solid #e5e7eb;
}

.faq-item.active {
  /* border-top-right-radius: 2.8125rem; */
}

.faq-item.active span {
  color: #212721;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq-question h4 {
  font-size: 1.375rem;
  line-height: 100%;
  color: #212721;
  text-align: start;
}

.faq-icon {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #5b5b5b;
  border-bottom: 2px solid #5b5b5b;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: auto;
  position: relative;
  top: 0.125rem;
}

/* Rotate upward when accordion is active */
.faq-item.active .faq-icon {
  transform: rotate(-135deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: start;
}

.faq-item.active .faq-answer {
  max-height: 12.5rem;
  display: flex;
  text-align: start;
}

.faq-answer p {
  font-family: Graphik-Regular-Trial;
  color: #6b7280;
  font-size: 1rem;
  line-height: 100%;
  padding: 0 1.5rem 1rem;
}

.service-faqs .faq-section {
  margin-top: unset;
}

.service-faqs .view-all-faqs {
  border-radius: 0.5rem;
  color: #ae64bb;
  background-color: white;
  border: 0.125rem solid #ae64bb;
  font-size: 0.9294rem;
  font-weight: 500;
  line-height: 100%;
  padding: 0.625rem 1.5rem;
  display: inline-block;
  margin-top: unset;
}

.service-faqs .work-together-content {
  gap: 3rem;
}

.all-content-main .work-together-right {
  max-width: 60%;
  margin: 0 auto;
}
/* faq end */

.fiber-internet-section {
  background-image: url(/staticfiles/images/fiber-internet-banner.webp);
  background-size: cover;
}
.fiber-internet-section h1 {
  font-size: 3.45rem;
}
.internet-start-section .all-content-main h2 {
  font-size: 3.125rem;
  line-height: 100%;
  color: #000000;
}
.internet-cards-section {
  background-color: #ecedeedd;
}
.internet-start-section .generic-right::after {
  bottom: -5.4rem;
}
.brightspeed-content-main .brightspeed-content h2 {
  margin-bottom: 2.5rem;
}

.internet-start-section .generic-left::before {
  top: -0.9375rem;
}
.internet-start-section {
  overflow: hidden;
}

.contact-cards-section.white-bg {
  background-color: #ffffff;
}
/* dsl-internet-section start */
.dsl-internet-section {
  background-image: url(/staticfiles/images/dsl-bannner-bg.webp);
}

/* .all-content-main .heading-width {
  width: 32rem;
} */

/* .internet-start-section .all-content-main .text-big {
  font-size: 4.5313rem;
} */

.brightspeed-content-main .brightspeed-content .heading-width {
  max-width: 72%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.orange-circle-main .generic-right {
  position: relative;
}

.orange-circle {
  background: linear-gradient(330deg, #fa4628 36.94%, #ffc800 87.79%);
  width: 11.25rem;
  height: 11.25rem;
  position: absolute;
  border-radius: 50%;
  top: 2.5rem;
  left: -5.25rem;
  color: #fff;
}

.orange-circle label {
  font-family: Nexa-Bold;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.2;
  text-align: center;
}

.simplified-customer-section .all-content-main .orange-circle h2 {
  margin-bottom: unset;
  margin-top: 0.25rem;
}

.orange-circle h2 {
  font-size: 2.775rem;
  line-height: 100%;
  color: #fff;
}

.orange-circle span {
  font-size: 1.1475rem;
  line-height: 100%;
}

.circle-content {
  position: relative;
  top: 4.425rem;
  left: 1.45rem;
  transform: rotate(17.03deg);
}
.circle-content h4 {
  margin-left: 1.625rem;
}
/* .simplified-customer-section .heading-width {
  max-width: 80%;
} */
/* dsl-internet-section end */
.customer-suport-banner-section sup {
  font-size: unset;
}
@media (max-width: 1024px) {
  .top-banner-section {
    padding: 0 0 3rem;
  }

  .top-banner-section .generic-main {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .all-content-main .work-together-right {
    max-width: 100%;
    margin: unset;
  }

  .orange-circle {
    left: 0.75rem;
    bottom: -3.4375rem;
    top: unset;
  }

  .contact-cards-section .brightspeed-content {
    width: 100%;
  }
  .fiber-internet-section h1 {
    font-size: 3.35rem;
  }
  .all-content-main .heading-width {
    width: 30rem;
  }
  .all-content-main .heading-width.fiber-optic-features{
    width: unset;
  }
}
