/* Fast Speed broadband and layout layer */
/* Fast Speed FTTH refresh */
.carousel-item { position: relative; }
.carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 22, 38, 0.76), rgba(11, 22, 38, 0.24));
  pointer-events: none;
}
.carousel-caption {
  z-index: 2;
  text-align: left;
  max-width: 760px;
  left: 10%;
  right: auto;
}
.carousel-caption h5:first-child {
  color: #82e6d3;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.carousel-caption h5:nth-child(2) {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
}
.carousel-caption p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  max-width: 680px;
  padding-left: 0;
}
.price-list {
  border: 1px solid rgba(0, 131, 116, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.price-list:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(13, 37, 62, 0.14) !important;
}
.call-to-action .container {
  border-radius: 8px;
}
.advertisers-service-sec {
  background: #f4f8fb;
}
.advertisers-service-sec .section-header p {
  max-width: 780px;
  margin: 0 auto;
}
.advertisers-service-sec .service-card {
  cursor: default;
  border: 1px solid rgba(0, 131, 116, 0.1);
}
.advertisers-service-sec .service-card::after {
  background: linear-gradient(135deg, #008374, #5a55d6);
}
.advertisers-service-sec .icon-wrapper {
  display: grid;
  background-color: #008374;
  color: #fff;
}
.service-card .icon-wrapper {
  background-color: #008374;
  color: #fff;
}
.advertisers-service-sec .service-card:hover .icon-wrapper {
  background-color: #fff;
  color: #008374;
}
.contact .columns p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .slider { height: 430px; }
  .carousel-caption {
    display: block !important;
    left: 7%;
    right: 7%;
    bottom: 34px;
    padding-bottom: 0;
  }
  .carousel-caption h5:first-child { font-size: 13px; }
  .carousel-caption h5:nth-child(2) { font-size: 25px; }
  .carousel-caption p { font-size: 14px; }
  .btn-large { padding: 9px 24px; font-size: 14px; }
  .call-to-action .container { padding: 70px 24px; }
}

/* Fast Speed plan and help refresh */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d71920;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.plan-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  padding: 76px 0;
}

.plan-section header h2,
.help-preview-section h2,
.help-hero h1 {
  color: #17213a;
  font-weight: 800;
  letter-spacing: 0;
}

.plan-reference-note {
  color: #5c667a;
  margin-top: 10px;
  font-size: 0.95rem;
}

.plan-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 26px auto 8px;
}

.plan-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #26334d;
  border: 1px solid #e4e9f2;
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 6px 18px rgba(19, 33, 68, 0.06);
  font-weight: 600;
}

.plan-highlights i {
  color: #d71920;
}

.plan-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5eaf3;
  border-radius: 8px;
  padding: 28px 22px;
  box-shadow: 0 12px 30px rgba(18, 30, 60, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(18, 30, 60, 0.12);
}

.featured-plan {
  border: 2px solid #d71920;
}

.plan-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #17213a;
  color: #ffffff;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.78rem;
  font-weight: 700;
}

.featured-plan .plan-badge {
  background: #d71920;
}

.plan-card img {
  width: 150px;
  max-width: 70%;
  height: auto;
  margin-top: 16px;
  margin-bottom: 18px;
}

.plan-card h3 {
  color: #17213a;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.plan-speed-label {
  color: #667085;
  font-weight: 600;
  margin-bottom: 16px;
}

.plan-price {
  width: 100%;
  color: #d71920;
  font-weight: 800;
  font-size: 1.35rem;
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
  padding: 16px 0;
  margin-bottom: 18px;
}

.plan-price span {
  color: #667085;
  font-size: 0.9rem;
  font-weight: 500;
}

.plan-card ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  text-align: left;
}

.plan-card li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: #344054;
}

.plan-card li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #19a15f;
}

.plan-card .btn {
  margin-top: auto;
}

.plan-support-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  background: #ffffff;
  border: 1px solid #e5eaf3;
  border-radius: 8px;
  padding: 22px 26px;
  box-shadow: 0 10px 26px rgba(18, 30, 60, 0.06);
}

.plan-support-strip div {
  display: grid;
  gap: 4px;
  color: #344054;
}

.help-preview-section,
.help-topics,
.help-faq-section {
  padding: 72px 0;
}

.help-preview-section {
  background: #f6f8fb;
}

.help-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.help-preview-grid a,
.help-topic-card,
.help-contact-card {
  background: #ffffff;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(18, 30, 60, 0.08);
}

.help-preview-grid a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px;
  color: #17213a;
  font-weight: 700;
}

.help-preview-grid i,
.help-topic-card i {
  color: #d71920;
  font-size: 1.7rem;
}

.help-hero {
  padding: 86px 0;
  background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 55%, #fff1f1 100%);
}

.help-hero p {
  color: #5c667a;
  font-size: 1.05rem;
  margin-top: 12px;
}

.help-search {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  background: #ffffff;
  border: 1px solid #dce3ee;
  border-radius: 8px;
  padding: 12px 16px;
  max-width: 560px;
  box-shadow: 0 10px 26px rgba(18, 30, 60, 0.08);
}

.help-search input {
  border: 0;
  outline: 0;
  width: 100%;
  font: inherit;
}

.help-contact-card,
.help-topic-card {
  padding: 26px;
  height: 100%;
}

.help-topic-card h2,
.help-contact-card h2 {
  color: #17213a;
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 14px;
}

.help-topic-card p,
.help-contact-card p {
  color: #5c667a;
}

.help-faq-section {
  background: #f6f8fb;
}

.help-faq-section .accordion-item {
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .plan-support-strip,
  .help-preview-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .plan-section,
  .help-hero,
  .help-preview-section,
  .help-topics,
  .help-faq-section {
    padding: 48px 0;
  }
}

/* Fast Speed broadband reference update */
.broadband-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 0;
}

.broadband-feature-grid article {
  background: #ffffff;
  border: 1px solid #e5eaf3;
  border-radius: 8px;
  padding: 22px;
  text-align: left;
  box-shadow: 0 10px 26px rgba(18, 30, 60, 0.06);
}

.broadband-feature-grid i {
  color: #d71920;
  font-size: 1.8rem;
}

.broadband-feature-grid h3 {
  color: #17213a;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 14px 0 8px;
}

.broadband-feature-grid p {
  color: #5c667a;
  line-height: 1.65;
}

.support-link-panel a {
  border-left: 4px solid #d71920;
}

.help-topic-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.help-topic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(18, 30, 60, 0.12);
}

@media (max-width: 991px) {
  .broadband-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .broadband-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .broadband-feature-grid article {
    padding: 20px;
  }
}

/* Requested broadband heading sizes */
.plan-section header h2,
.advertisers-service-sec .section-header h2 {
  font-size: 30px !important;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .plan-section header h2,
  .advertisers-service-sec .section-header h2 {
    font-size: 25px !important;
  }
}
