* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.container {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  width: 100%;
}
header .left_content img {
  max-width: 332px;
}
.header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
header .right_content {
  text-align: center;
}
h5.call_heading {
  color: #133966;
  font-size: 15px;
  font-weight: 600;
}
a.call_link {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  fill: #f3f5f9;
  color: #f3f5f9;
  background-color: #3f99d3;
  border-style: none;
  border-radius: 9px 9px 9px 9px;
  padding: 14px 30px;
  display: inline-block;
  margin-top: 4px;
}
a.call_link:hover,
a.call_link:focus {
  background-color: #0c2a4b;
}
a.call_link i,
.cta_banner a i {
  margin-right: 5px;
}
.hero_banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 576px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}
.hero_banner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 10px 0 15px 0;
}
.hero_banner h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
.hero_banner .price {
  color: #fff;
  font-size: 92px;
  line-height: 72px;
  margin: 15px 0;
}
.hero_banner .price sup {
  font-weight: 500;
  font-size: 18px;
}
.hero_banner .price sup.dollar {
  font-size: 32px;
  line-height: 1.4;
  padding-right: 2px;
}
.hero_banner h5 {
  color: #fff;
}
.cta_banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 233px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cta_banner .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  padding: 30px 0;
}
.cta_banner h2,
.cta_banner h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}
.cta_banner h4 {
  display: flex;
  align-items: center;
}
.cta_banner h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
}
.cta_banner p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0px;
}
.cta_banner a {
  color: #022139;
  border-radius: 50px;
  background-color: #ffffff;
  display: inline-block;
  padding: 12px 24px;
  max-width: max-content;
}
.cta_banner p.small {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.spectrum-bundles h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1em;
  color: #333333;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.spectrum-bundles .subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: #333333;
  margin-bottom: 30px;
}
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.bundle-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding-bottom: 24px;
}
.bundle-header {
  background: #00345b;
  color: #fff;
  padding: 06px 0px 32px 0px;
}
.bundle-header h3 {
  font-size: 26px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #0099d8;
}
.bundle-header h3 span {
  color: #fff;
}
.spectrum-bundles .price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 0;
}
.spectrum-bundles .dollar {
  font-size: 32px;
  line-height: 1.4;
  padding-right: 2px;
}
.spectrum-bundles .amount {
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
}
.spectrum-bundles .per {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.spectrum-bundles .conditions {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-top: 0px;
  display: block;
  text-align: left;
}
.bundle-header small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.spectrum-bundles .tag {
  display: inline-block;
  background: #00a8e8;
  color: #fff;
  padding: 9px 24px;
  margin-top: -30px;
  letter-spacing: 1px;
  border-radius: 3px;
  font-size: 15px;
  min-width: 132px;
  font-weight: 600;
}
.spectrum-bundles .tag.blue {
  line-height: 1.3;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
  color: #333;
}
.features div {
  border-right: 1px solid #ddd;
  padding: 0 3px;
  text-align: center;
}
.features div img {
  max-height: 32px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 5px auto;
}
.features div:last-child {
  border-right: none;
}
.features strong {
  font-weight: 600;
}
.spectrum-bundles {
  padding: 50px 0px;
  background-color: #fafafa;
  text-align: center;
}
.internet_bundles h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0px;
  color: #333333;
}
.internet_bundles h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  color: #03619b;
}
.internet_bundles h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  color: #03619b;
}
.internet_bundles ul {
  margin: 20px 0;
}
.internet_bundles li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  color: #333333;
  margin-top: 6px;
  list-style-type: none;
}
.internet_bundles li i {
  font-size: 14px;
  color: #0099d8;
  padding-right: 10px;
}
.internet_bundles .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.internet_bundles .content-wrapper > div {
  flex: 0 0 46%;
}
.internet_bundles img {
  width: 100%;
}
.internet_bundles {
  padding: 50px 0;
}
.internet_bundles2 .content-wrapper {
  align-items: flex-start;
}
.internet_bundles h6 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 16px;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  max-width: max-content;
  background-color: #00629b;
  border-radius: 4px 4px 4px 4px;
}
.internet_bundles p {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 15px 0;
}
.internet_bundles.spectrum-bundles {
  background-color: #fff;
  text-align: left;
}
.internet_bundles .price {
  justify-content: flex-start;
  max-width: 220px;
}
.internet_bundles .bottom_price {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.faq-section {
  padding: 50px 0px;
}
footer {
  background-color: #333333;
  text-align: center;
  padding: 50px 0;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.faq-left {
  font-size: 16px;
}
.faq-left p {
  margin: 8px 0;
  color: #333;
  line-height: 1.6;
}
.phone-link {
  color: #0099d8;
  text-decoration: none;
  font-weight: 500;
}
.faq-right img {
  height: 36px;
}
/* Accordion */
.accordion-item {
  border-top: 1px solid #cfd6dd;
}
.accordion-item:last-child {
  border-bottom: 1px solid #cfd6dd;
}
.accordion-title {
  width: 100%;
  padding: 24px;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2px;
  cursor: pointer;
  position: relative;
}
.accordion-title::before {
  content: "▶";
  position: absolute;
  left: 24px;
  transform: translateX(-20px);
  transition: transform 0.3s;
  font-size: 10px;
}
.accordion-item.active .accordion-title::before {
  transform: translateX(-20px) rotate(90deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 24px;
}
.accordion-item.active .accordion-content {
  max-height: 300px;
  padding-bottom: 16px;
}
.accordion-content p {
  color: #222222;
  line-height: 26px;
  font-size: 16px;
}
.footer_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  color: #fff;
}
footer .logo img {
  filter: brightness(0) invert(1);
  max-width: 300px;
}
footer address {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  font-style: normal;
}
footer p a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
footer ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  justify-content: center;
}
footer ul li a {
  font-size: 16px;
  color: #fff;
}
.copyright_para {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.top_arrow a {
  background-color: #000;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
  box-sizing: content-box;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 32px;
  font-weight: normal;
  height: 32px;
  opacity: 0.5;
  padding: 5px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 32px;
  z-index: 9999;
}

/* Responsive */
@media (max-width: 1024px) {
  .internet_bundles h3 {
    font-size: 27px;
  }
  .internet_bundles h2,
  .spectrum-bundles h2 {
    font-size: 40px;
  }
  header .left_content img {
    max-width: 302px;
  }
}
@media (max-width: 991px) {
  .bundle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .faq-header {
    flex-direction: column;
    gap: 20px;
  }
  .accordion-title {
    padding: 18px;
  }
  .accordion-item.active .accordion-content {
    padding: 0 18px;
  }
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .cta_banner {
    background-image: url("images/Spectrum-IAR-and-NIAR.png") !important;
    background-position: bottom center;
    min-height: 700px;
  }
  .accordion-content p {
    line-height: 25px;
    font-size: 14px;
  }
  .hero_banner {
    background-position: bottom right;
  }
  .cta_banner .content-wrapper {
    align-items: center;
  }
  .cta_banner {
    display: block;
  }
  .internet_bundles .content-wrapper {
    flex-direction: column;
  }
  .internet_bundles {
    padding-bottom: 40px;
  }
  .internet_bundles.internet_bundles2 {
    padding: 0;
  }
  .internet_bundles2 .content-wrapper {
    gap: 40px;
  }
  .cta_banner h2 {
    text-align: center;
  }
  .internet_bundles.spectrum-bundles {
    padding-top: 40px;
  }
  .bundle-grid {
    grid-template-columns: 1fr;
  }
  header .left_content img {
    max-width: 232px;
  }
  .internet_bundles.spectrum-bundles .content-wrapper {
    flex-direction: column-reverse;
  }
  .spectrum-bundles,
  .faq-section {
    padding: 35px 0px;
  }
}
@media (max-width: 640px) {
  .header-grid {
    flex-direction: column;
  }
  .internet_bundles .bottom_price {
    flex-direction: column;
    align-items: flex-start;
  }
  .internet_bundles h2 {
    font-size: 32px;
  }
  .spectrum-bundles h2{
    font-size: 36px;
  }
}
