body,
html {
  font-family: "Inter";
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main h4,
.all-main h5,
.all-main h6,
.all-main p,
.all-main ul,
.all-main li {
  margin: 0;
  padding: 0;
}

.all-main ul {
  list-style: none;
}

.all-main a {
  cursor: pointer;
  text-decoration: none;
}

.all-main img {
  width: 100%;
}

.all-main .custom-container {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 1.5625rem;
}

.generic-heading span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #e30073;
  display: block;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.generic-heading h2 {
  color: #fffffc;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.generic-black-heading h2 {
  color: #0f0f0f;
}

.generic-black-heading p {
  color: #2d2e2e;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.all-main h1 {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 3.5rem;
  color: #0f0f0f;
  margin-bottom: 1.5rem;
}

.all-main .btn {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
}

/* experience-nationwide start */
.experience-nationwide {
  background-color: #fffffc;
  padding: 2.375rem 0 0 0;
}

.experience-nationwide .home-banner-main {
  display: flex;
  align-items: center;
}

.experience-nationwide .home-banner-content {
  width: 50%;
}

/* 
.experience-nationwide .home-banner-content span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #e30073;
  display: block;
  margin-bottom: 0.75rem;
} */

.experience-nationwide .home-banner-content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 2.5rem;
}

.experience-nationwide .home-banner-btns {
  gap: 0.75rem;
  display: flex;
}

.call-now {
  padding: 0.875rem 1.25rem;
  color: #ffffff;
  background-color: #e30073;
  border: 1px solid #e30073;
  border-radius: 0.5rem;
}

.home-banner-btns .see-plans {
  color: #e30073;
  border: 1px solid #e3007380;
  background-color: #fffffc;
}

.experience-nationwide .home-banner-image {
  width: 50%;
}

.experience-nationwide .home-banner-image img {
  height: 100%;
  display: flex;
}

/* experience-nationwide end */

/* Bundle home start */
.bundle-home-section {
  padding: 4rem 0;
  background-color: #020122;
  position: relative;
}

.bundle-home-section::before {
  content: "";
  position: absolute;
  background-image: url(/staticfiles/images/round-vector-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  top: 3.1875rem;
  left: 0;
  width: 10.3125rem;
  height: 19rem;
}

.bundle-home-section::after {
  content: "";
  position: absolute;
  background-image: url(/staticfiles/images/round-vector-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 10.75rem;
  height: 14.875rem;
}

.bundle-home-section .bundle-home-main {
  text-align: center;
}

.bundle-home-section .bundle-home-content {
  max-width: 76%;
  margin: 0 auto;
}

/* .bundle-home-section .bundle-home-content span {
  color: #e30073;
  font-size: 0.875rem;
  display: block;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
} */

/* .bundle-home-section .bundle-home-content h2 {
  color: #fffffc;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
} */

.exclusive-discount-para .bundle-home-content p {
  color: rgba(190, 187, 187, 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.bundle-home-section .bundle-home-content strong {
  color: #fffffc;
}

.bundle-home-section .check-icons-main {
  display: flex;
  gap: 9.375rem;
  justify-content: center;
}

.bundle-home-section .check-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bundle-home-section .check-icons img {
  width: 1.25rem;
  height: 1.25rem;
}

.bundle-home-section .check-icons p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fffffc;
}

/* .bundle-home end */

/* slider-section start */
.slider-section {
  padding: 4rem 2.5rem;
  background-color: #f3f5f6;
}

.slider {
  width: 100%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.01));
  padding: 0.825rem;
  border-radius: 0.75rem;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.slider-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.slider-section .custom-container {
  position: relative;
}

.controls {
  display: flex;
  gap: 0.5rem;
}

.track-wrap {
  overflow: hidden;
  position: relative;
  padding: 0.375rem 0.375rem 2rem;
  z-index: 1;
}

.track {
  display: flex;
  gap: 2.15625rem;
  transition: transform 0.36s cubic-bezier(0.22, 0.99, 0.36, 1);
  will-change: transform;
  touch-action: pan-y;
  align-items: stretch;
  justify-content: center;
}

.slide {
  flex: 0 0 calc((100% - (2.75rem * 2)) / 3);
  background-color: #fffffc;
  border-radius: 0.6637rem;
  /* max-height: 61.625rem; */
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
  border: 0.89px solid #e5e7eb;
  position: relative;
}

/* responsive: at very small screens show 1 or 2 slides */
.slider-container {
  overflow: hidden;
  min-height: 400px;
}

.slide-content {
  padding: 1.1062rem;
  text-align: left;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-btn {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.slider-btn:hover {
  transform: translateY(-50%) scale(1.05);
}

.slider-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
}

.slider-btn img {
  width: 2.5rem;
  height: 2.5rem;
}

.slider-btn {
  background-color: transparent;
}

#prev,
#next {
  border: none;
  /* Removes border */
  outline: none;
  /* Removes outline when focused */
}

/* Left button */
.slider-btn.btn-prev {
  left: -1.275rem;
}

/* Right button */
.slider-btn.btn-next {
  right: -1.675rem;
}

.slider-section .slider-content {
  text-align: center;
  margin-bottom: 3.125rem;
}

.slider-content p {
  max-width: 80%;
  margin: 0 auto;
}

/* .slider-section .slider-content h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 2.75rem;
  margin-bottom: 1rem;
} */

/* .slider-section .slider-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
} */

.slider-container-change {
  box-shadow: 0px 7.08px 21.24px -2.66px #e300733b;
  min-height: 10rem;
  border: 0.1663rem solid #e30073;
}

.slider-section .card-detail-top {
  margin-bottom: 1.3125rem;
}

.card-detail-all {
  margin-top: 3rem;
}

.slider-section .card-detail-top label {
  font-weight: 500;
  line-height: 1.3275rem;
  color: #ffffff;
  background-color: #e30073;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  font-size: 1.3rem;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}

.slider-section .card-speed {
  font-size: 1.5625rem;
  font-weight: 700;
}

.slider-section .card-detail-top p {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.4344rem;
  margin-top: 0.4375rem;
}

.slider-section .card-detail-top p sup {
  font-size: 1.6rem;
}

.slider-section .card-detail-top p .dollar-del {
  font-size: 1.0244rem;
  font-weight: 400;
  margin-left: 0.3125rem;
  color: #e30073;
}

.slider-section .card-detail-top p .monthly-text {
  font-weight: 500;
  font-size: 0.7744rem;
  line-height: 1.1062rem;
  margin-left: 0.4375rem;
  color: #9ca3af;
}

.slider-section .card-detail-bottom .amplified-home {
  max-width: 24.3%;
}

.slider-section .card-detail-bottom .all-in-home {
  max-width: 39%;
}

.slider-section .card-detail-bottom .internet-backup {
  max-width: 31.28%;
}

.slider-section .card-detail-bottom p {
  font-weight: 500;
  font-size: 0.885rem;
  color: #6b7280;
  line-height: 1.3275rem;
  padding-bottom: 1.3125rem;
  margin: 1.3125rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.small-card-content-heading {
  padding: 0.2rem 2.625rem 0;
  text-align: center;
}

.slider-section .icon::before {
  content: "";
  background-image: url(/staticfiles/images/tick-icon.webp);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  position: relative;
}

.slider-section .card-detail-list {
  margin-bottom: 1.5625rem;
}

.slider-section .card-detail-list ul li {
  align-items: flex-start;
  gap: 0.6625rem;
  margin-bottom: 0.8844rem;
  display: flex;
  font-weight: 400;
  font-size: 0.885rem;
  line-height: 1.3275rem;
  color: #374151;
}

.slider-section .card-detail-list ul li sup {
  margin-left: -0.625rem;
  margin-top: -0.3125rem;
}

.slider-section .bottom-description.plans-descprition p {
  font-size: 0.9rem;
  text-align: left;
}

.bottom-description.plans-descprition {
  padding-top: 0.6rem;
}

.slider-section .home-banner-btns .shop-now {
  background-color: #ffe9f1;
  color: #e30073;
  display: flex;
  margin-bottom: 0.25rem;
  transition: background-color 0.3s ease;
  justify-content: center;
  border: 0.89px solid #ff7cbe80;
  opacity: 1;
  border-radius: 0.4425rem;
  padding: 0.7744rem 1.1062rem;
  font-weight: 500;
  font-size: 0.885rem;
  line-height: 0.9956rem;
  letter-spacing: 0%;
}

.slider-section .custom-container .yellow-btn {
  background-color: #e30073;
  color: #ffffff;
  border: 0.89px solid #e30073;
}

.slider-section .bottom-description p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #6b7280;
  margin-top: 0.4375rem;
}

.home-heading-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.home-heading-main .features-icon {
  background-color: rgba(238, 242, 255, 1);
  margin-bottom: unset;
}

.home-heading-main .features-icon span {
  color: rgba(99, 102, 241, 1);
}

/* slider-section end */

/* why-choose-section start */
.bundle-home-section.why-choose-section::after {
  display: none;
}

.bundle-home-section.why-choose-section::before {
  display: none;
}

.why-choose-section {
  background-color: #fffffc;
}

.why-choose-section .bundle-home-content {
  text-align: center;
}

.why-choose-section .key-advantages {
  display: flex;
  gap: 3rem;
  margin-bottom: 2.375rem;
  align-items: center;
}

.why-choose-section .key-advantages:nth-child(3) {
  margin-bottom: 0;
}

.why-choose-section .our-features-content {
  width: 47%;
}

.why-choose-section .our-features {
  width: 47%;
}

.why-choose-section .our-features-image {
  width: 49%;
}

.why-choose-section .bundle-home-content h2 {
  color: #0f0f0f;
}

.why-choose-section .bundle-home-content p {
  color: #2d2e2e;
  margin-bottom: 3rem;
}

.features-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ffe9f1;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
}

.features-icon span {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: unset;
}

.features-icon img {
  max-width: 0.7875rem;
  max-height: 0.9125rem;
}

.why-choose-section .our-features-content h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.why-choose-section .our-features-content ul li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

.why-choose-section ul li:before {
  content: "";
  background-image: url(/staticfiles/images/right-blue-arrow.svg);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  position: relative;
  transform: translate(0px, 4px);
  padding-left: 0.625rem;
}

/* why-choose-section end */

/* switching-easier-section start */
.switching-easier-section {
  background-image: url(/staticfiles/images/gradient-image.webp);
  background-size: cover;
}

.switching-easier-section::before {
  display: none;
}

.switching-easier-section::after {
  display: none;
}

.switching-easier-section .switching-easier-main {
  display: flex;
  gap: 15rem;
}

.switching-easier-section .switching-easier-content {
  width: 45%;
  color: rgba(255, 255, 252, 1);
}

.switching-easier-section .switching-numbers-list {
  width: 45%;
}

/* .switching-easier-section .switching-easier-content h2 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
} */

.switching-easier-section .switching-easier-content p {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.switching-easier-section .requirement-number span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: rgba(255, 255, 252, 1);
  padding: 0.5rem 0.855rem;
  border-radius: 0.375rem;
  margin-bottom: unset;
  color: rgba(227, 0, 115, 1);
  display: inline-block;
}

.switching-easier-section .requirement-item {
  margin-bottom: 2rem;
  display: flex;
  gap: 1.25rem;
}

.switching-easier-section .requirement-text h4 {
  font-weight: 800;
  font-size: 1.25rem;
  color: rgba(255, 255, 252, 1);
  line-height: 1.75rem;
}

.switching-easier-section .requirement-text p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 252, 1);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

.switching-easier-section .home-banner-btns .call-now {
  background-color: rgba(255, 255, 252, 1);
  box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
  color: rgba(227, 0, 115, 1);
}

/* switching-easier-section end */

/* faq-section start */
.service-faqs {
  padding: 3.75rem 0 3.5rem;
  background-color: rgba(243, 245, 246, 1);
}

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

.service-faqs .work-together-header h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.service-faqs .faq-header h3 {
  color: #004a61;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.1494rem;
  letter-spacing: -0.1125rem;
}

.service-faqs .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;
}

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

.service-faqs .faq-item {
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 252, 1);
  box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
}

.service-faqs .faq-item.active {
  background: rgba(255, 255, 252, 1);
}

.service-faqs .faq-item.active span {
  color: rgba(45, 46, 46, 1);
}

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

.service-faqs .faq-question span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(45, 46, 46, 1);
  max-width: 70%;
}

.service-faqs .faq-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
  position: relative;
}

.service-faqs .faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: rgba(227, 0, 115, 1);
  transition: all 0.3s ease;
}

.service-faqs .faq-icon::before {
  width: 100%;
  height: 0.125rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-faqs .faq-icon::after {
  width: 0.125rem;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.service-faqs .faq-item.active .faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.service-faqs .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.service-faqs .faq-item.active .faq-answer {
  max-height: 12.5rem;
}

.service-faqs .faq-answer p {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(45, 46, 46, 1);
  padding: 0 1.5rem 1rem;
  max-width: 80%;
}

.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-right {
  width: 70%;
  margin: 0 auto;
}

.service-faqs .work-together-content {
  gap: 1rem;
  display: flex;
}

.reli-home-main {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* faq-section end */

@media screen and (max-width: 1250px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }

  .slider-section {
    padding: 4rem 2rem;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size: 11px;
  }

  .all-main h1 {
    font-size: 2.81rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }

  .experience-nationwide {
    padding: 3rem 0 0;
  }

  .experience-nationwide .home-banner-main {
    flex-direction: column;
    gap: 2.5rem;
  }

  .experience-nationwide .home-banner-content {
    width: 100%;
  }

  .experience-nationwide .home-banner-image {
    width: 75%;
  }

  .bundle-home-section .check-icons-main {
    gap: 6.375rem;
  }

  .bundle-home-section h2 {
    font-size: 1.95rem;
  }

  .bundle-home-section .bundle-home-content p {
    font-size: 0.97rem;
  }

  .bundle-home-section .check-icons p {
    font-size: 0.97rem;
  }

  .slider {
    padding: unset;
  }

  .slider-btn img {
    display: none;
  }

  .track {
    flex-direction: column;
    gap: 3.375rem;
  }

  .slide {
    width: 70%;
    margin: 0 auto;
  }

  .slider-content p {
    max-width: unset;
  }

  .why-choose-section .key-advantages {
    gap: 2rem;
  }

  .why-choose-section h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .why-choose-section .our-features-content ul li {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .why-choose-section .our-features-image img {
    min-height: 15rem;
  }

  .features-icon {
    margin-bottom: 1rem;
  }

  .switching-easier-section .switching-easier-main {
    flex-direction: column;
    gap: 3rem;
  }

  .switching-easier-section .switching-easier-content {
    width: 100%;
  }

  .switching-easier-section .switching-numbers-list {
    width: 100%;
  }

  .service-faqs .work-together-content {
    flex-direction: column;
    gap: 0.5rem;
  }

  .service-faqs .work-together-right {
    width: 100%;
  }

  .bundle-home-section .bundle-home-content {
    max-width: 100%;
  }

  .reli-home-main {
    margin-top: 1.3rem;
  }

  .card-detail-all {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 425px) {
  html {
    font-size: 11px;
  }

  .all-main .custom-container {
    padding: 0 2.1875rem;
  }

  .all-main h1 {
    font-size: 2.51rem;
  }

  .why-choose-section .key-advantages {
    flex-direction: column;
  }

  .why-choose-section .key-advantages.column-reverse {
    flex-direction: column-reverse;
  }

  .why-choose-section .our-features-content {
    width: 100%;
  }

  .why-choose-section .our-features-image {
    width: 100%;
  }

  .bundle-home-section .check-icons-main {
    gap: 4.375rem;
  }

  .slide {
    width: 100%;
  }

  .slider-section {
    padding: 3rem 0rem;
  }
}