body,
html {
  font-family: "Poppins";
  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: 73.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* best-internet css-start */
.best-internet {
  background: url("/staticfiles/images/home-bg-banner.webp");
  padding: 4.825rem 0 2.875rem;
  background-position: center;
  background-size: cover;
}

.best-internet .home-banner-btns .call-now {
  background-color: #ffba3b;
  color: #001a3d;
  padding: 1.219rem 1.2rem;
}

.best-internet .home-banner-main {
  display: flex;
  align-items: start;
  /* justify-content: space-between; */
  gap: 0.0625rem;
}

.best-internet .home-banner-content {
  width: 51%;
}

.best-internet .home-banner-content h1 {
  text-transform: uppercase;
}

.best-internet .home-banner-content h1 label {
  color: #ffba3b;
}

.best-internet .home-banner-content span {
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: -3%;
  color: #009edb;
}

.best-internet .home-banner-content span b {
  font-size: 2.5rem;
  color: #ffba3b;
}

.best-internet .home-banner-image {
  width: 49%;
}

.best-internet h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.75rem;
  letter-spacing: -5%;
  color: #001a3d;
  margin-bottom: 2.3125rem;
}

.best-internet .home-banner-content img {
  max-width: 23.78%;
  margin-bottom: 1.0625rem;
}

.best-internet ul {
  margin-bottom: 1.25rem;
}

.best-internet .home-banner-btns {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}

.btn {
  background-color: #009edb;
  color: #fff;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;

}

.best-internet .see-plans {
  padding: 0.875rem 1rem;
}

/* best-internet css-end */
.fibre-section {
  padding: 2.625rem 0;
  background-color: #001a3d;
  background-image: url(/staticfiles/images/at-t-fibre.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.fibre-section .at-t-fibre-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.fibre-section span {
  font-size: 0.9044rem;
  font-weight: 400;
  color: #ffba3b;
}

.fibre-section h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.9375rem;
  color: #fff;

}

.fibre-section p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.7375rem;
  color: #fff;
}

.fibre-section .fibre-btn {
  font-size: 1.125rem;
  color: #001a3d;
  border-radius: 0.5rem;
  background-color: #ffba3b;
  padding: 0.7813rem 1.3125rem;
}

/* slider-section start */
.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;
}

.slide {
  flex: 0 0 calc((100% - (2.75rem * 2)) / 3);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  color: #041028;
  border-radius: 1.2731rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0px 0px 11.6px 0px #3b90ff33;
  cursor: pointer;
}

.slide p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.3;
}

.dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.875rem;
}

.dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.dot.active {
  background: linear-gradient(90deg, #2275fc, #44ad44);
  box-shadow: 0 4px 12px rgba(34, 117, 252, 0.18);
}

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

.slide-content {
  padding: 2.1875rem 1.5625rem 2.1875rem;
  text-align: left;
  border-radius: 10px;
}

.slide-content {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, .08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.ribbon {
  position: absolute;
  top: 1.875rem;
  right: -6.125rem;
  transform: rotate(45deg);
  background: linear-gradient(90deg, #ff6a00, #ffba3b);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.5rem 5.75rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, .12);
  letter-spacing: 0.0375rem;
  z-index: 10;
}

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

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

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

.slider-section {
  padding: 6.75rem 0;
  position: relative;
}

.slider-section::before {
  content: "";
  min-width: 20.1875rem;
  background-image: url(/staticfiles/images/plan-boxes-upper.webp);
  position: absolute;
  display: flex;
  align-items: center;
  right: 0.375rem;
  bottom: 0;
  top: 6.25rem;
  background-repeat: no-repeat;
}

.slider-section::after {
  content: "";
  min-width: 20.1875rem;
  background-image: url(/staticfiles/images/plan-boxes-down.webp);
  position: absolute;
  display: flex;
  align-items: center;
  left: 0.375rem;
  bottom: 0;
  top: 46.85rem;
  background-repeat: no-repeat;
}

.slider-section h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.75rem;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: -1.5px;
}

.slider-section .slider-container-full {
  display: flex;
  gap: 1.625rem;
  flex-wrap: wrap;
  align-items: center;
}

.slider-section .slider-container-full::before {
  content: "";
  background-image: url(/staticfiles/images/plan-boxes-upper.webp);
  position: absolute;
  display: flex;
  align-items: center;
  right: 10.0625rem;
  bottom: 0;
  top: 6.0375rem;
}

.slider-container-change {
  box-shadow: 0px 0px 26.52px 0px #3b90ff6b;
  min-height: 10rem;
}

.slider-section .internet-card-content {
  display: flex;
  justify-content: center;
  background-color: #009edb;
  padding: 0.9375rem 1.5625rem;
  border-radius: 1.1838rem 1.1838rem 0 0;
  margin: -2.35rem -1.6rem 0.9375rem -1.6rem;
  color: white;
  font-size: 1.48rem;
  font-weight: 600;
}

.slider-section .card-detail-top {
  font-size: 0.8287rem;
  font-weight: 300;
}

.slider-section .card-detail-top h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
  margin-top: 0.5rem;
}

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

.slider-section .card-detail-top p {
  font-size: 1.8756rem;
  font-weight: 500;
  line-height: 100%;
  color: #009edb;
  margin: 14px 0 0px;
}

.slider-section .card-detail-top h4 {
  font-size: 1.0244rem;
  font-weight: 400;
  margin-left: 0.3125rem;
  color: #063674;
  text-align: center;
}

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

.slider-section .card-detail-top p label {
  font-size: 1.3rem;
}

.slider-section .card-detail-bottom {
  background-color: #ddf5ff;
  padding: 0.9375rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.5919rem;
  margin-top: 0.5rem;
}

.slider-section .card-detail-bottom span {
  display: flex;
  gap: 0.2188rem;
  align-items: center;
  font-size: 0.71rem;
  font-weight: 600;

}

.slider-section .save-icon {
  display: flex;
  gap: 0.3125rem;
  margin-bottom: 0.5625rem;
}

.slider-section .card-detail-bottom .save-icon img {
  max-width: 0.75rem;
  max-height: 0.75rem;
  margin: unset;
}

.slider-section .small-card-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-section .small-card {
  background-image: url(/staticfiles/images/small-card-image.webp);
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  border-radius: 0.4375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dadada;
  width: 10.875rem;
  background-position: center;
  background-size: cover;
  padding: 0.5625rem 0 0.8125rem;
}

.slider-section .small-card span {
  font-size: 0.4938rem;
  font-weight: 700;
}

.slider-section .small-card h5 {
  font-size: 0.4938rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  padding-left: 0.655rem;
  display: flex;
  line-height: 1.2;
}

.slider-section .small-card label {
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 2.5625rem;
  color: #3b90ff;
}

.slider-section .small-card .atnt-internet-para {
  font-size: 0.3688rem;
  font-weight: 300;
  margin-bottom: unset;
  margin-left: unset;
}

.slider-section .card-detail-bottom p {
  font-size: 0.6875rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
  color: #063674;
}

.slider-section .card-detail-bottom .save-icon .save-para {
  margin-left: unset;
  margin-bottom: unset;
  max-width: unset;
  text-align: left;
  width: 100%;
}

.slider-section .card-detail-bottom span::before {
  content: "";
  display: inline-block;
  /* or block */
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  max-width: 0.75rem;
  max-height: 0.75rem;
  background-image: url(/staticfiles/images/save-icon.svg);
  background-repeat: no-repeat;
}

.slider-section .bottom-icon {
  display: flex;
}

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

.slider-section .card-detail-bottom img {
  max-width: 174px;
  max-height: 97px;
  margin: 0 auto;
  display: flex;
}

.slider-section .card-detail-list h4 {
  font-size: 0.9469rem;
  font-weight: 500;
  color: #001a3d;
  margin-bottom: 0.6875rem;
}

.slider-section .icon::before {
  content: "";
  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 .icon.star-icon::before {
  background-image: url(/staticfiles/images/star-icon.svg);
}

.slider-section .icon.mobile-icon::before {
  background-image: url(/staticfiles/images/mobile-icon.svg);
}

.slider-section .icon.wifi-icon::before {
  background-image: url(/staticfiles/images/wifi-icon.svg);
}

.slider-section .icon.internet-icon::before {
  background-image: url(/staticfiles/images/internet-icon.svg);
}

.slider-section .icon.dollar-icon::before {
  background-image: url(/staticfiles/images/dollar-icon.svg);
}

.slider-section .card-detail-list ul li {
  font-size: 0.71rem;
  font-weight: 300;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;

}

.slider-section .shop-tag {
  font-size: 0.71rem;
  font-weight: 500;
  margin-top: 0.75rem;
  display: flex;
  gap: 0.45rem;
  margin-top: 1.25rem;
  margin-bottom: 1.7rem;
}

.slider-section .shop-tag p {
  line-height: unset;
}

.slider-section .shop-tag::before {
  content: "";
  background-image: url(/staticfiles/images/shop-tag.svg);
  width: 1.75rem;
  height: 1.55rem;
  background-repeat: no-repeat;
}

.slider-section .shop-now {
  font-size: 0.8287rem;
  font-weight: 500;
  background-color: #009edb;
  color: white;
  border-radius: 1.5388rem;
  padding: 0.625rem 3.5rem;
  display: flex;
  transition: background-color 0.3s ease;
  justify-content: center;
}

.slider-section .custom-container .yellow-btn {
  background-color: #ffba3b;
  color: #001a3d;
}

.addon-title {
  text-align: center;
  font-weight: 400;
  font-size: 0.5875rem;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.addon-section label {
  flex: 1;
  height: 1px;
  background: #000;
  margin: 0 0.5rem;
  opacity: 0.9;
}

.addon-section .addon-card {
  background-color: #dff5ff;
  padding: 1rem;
  border-radius: 0.5875rem;
  margin-top: 0.6875rem;
}

.addon-section .addon-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.addon-section .addon-header h4 {
  font-size: 0.9469rem;
  color: #063674;
  font-weight: 500;
}

.addon-section .addon-price span {
  text-align: right;
  color: #002b49;
  line-height: 100%;
  font-weight: bold;

}

.addon-section .addon-price p {
  font-size: 0.5875rem;
  color: #666;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0.4188rem;
}

.addon-section .addon-description {
  font-size: 0.85rem;
  font-weight: 400;
  color: #002b49;
  margin-top: 0.5rem;
}

.slider-section .bottom-description {
  text-align: center;
  font-size: 1rem;
  color: #063674;
  font-weight: 500;
  margin-top: 2.25rem;
  max-width: 64%;
  margin: 0 auto;
  padding-top: 70px;
}

.slider-section .bottom-description span {
  font-weight: 700;
  font-size: 1.3rem;
}

/* slider-section end */

/* explore-wireless start */

.explore-wireless {
  padding: 3.75rem 0;
  background-color: #e8f9ff;
}

.explore-wireless h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.125rem;
}

.explore-wireless .feature-cards-main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.explore-wireless .feature-card {
  width: 22%;
  text-align: center;
  min-height: 3.125rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.explore-wireless img {
  max-width: 100%;
  height: 6.875rem;
}

.explore-wireless p {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 125%;
  color: #001a3d;
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
}

.explore-wireless .learn-more {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.9813rem 2.5625rem;
  display: inline-block;
  background-color: #063674;
  max-width: 50%;
  margin: auto auto 0;
}

/* explore-wireless end */

/* every-month-bill start */
.every-month-bill {
  background-image: unset;
}

.every-month-bill .home-banner-main {
  gap: 1.5rem;
}

.every-month-bill .home-banner-image {
  width: 47%;
}

.every-month-bill span {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 3.75rem;
  color: #009edb;
}

.every-month-bill h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.8rem;
}

.every-month-bill p {
  font-size: 1.0625rem;
  font-weight: 300;
  margin-bottom: 0.9375rem;
  line-height: 1.875rem;
}

.every-month-bill ul {
  padding-left: 1.25rem;
}

.every-month-bill li {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.125rem;
  color: #001a3d;
  list-style-type: disc;
}

.every-month-bill .call-now {
  padding: 1.0938rem 1.125rem;
  border-radius: 0.5rem;

}

/* every-month-bill end */

/* plans-for-need start */
.plans-for-need {
  padding: 3.75rem 0;
  background-image: unset;
  background-color: unset;
}

.plans-for-need .at-t-fibre-main {
  padding: 2.5rem 0;
  background-image: url(/staticfiles/images/plans-for-need-bg.webp);
  flex-direction: column;
  text-align: center;
  background-color: #009edb;
  border-radius: 1.6875rem;
  background-size: cover;
}

.plans-for-need h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: unset;
  color: #ffffff;
  line-height: 3.0375rem;

}

.plans-for-need p {
  font-size: 1.5rem;
  line-height: 3.125rem;
  margin-bottom: 1.15rem;
}

.plans-for-need .fibre-btn {
  display: inline-block;
  font-weight: 500;
  border-radius: 0.5938rem;
  padding: 1.1rem 1.3438rem;

}

/* plans-for-need end */

/* switch-to-fibre start */
.switch-to-fibre {
  background-image: url(/staticfiles/images/switch-to-fibre-bg.webp);
  background-repeat: no-repeat;
  height: 53.25rem;
}

.switch-to-fibre .home-banner-main {
  gap: 1.8125rem;
  align-items: center;
}

.switch-to-fibre .switch-to-fibre-main {
  /* max-width: 73.75rem; */
  padding: 4.25rem;
  background-color: #f2f2f2;
  border-radius: 1.5625rem;
}

.switch-to-fibre .home-banner-image {
  width: 50%;
}

.switch-to-fibre .home-banner-content {
  width: 47.2%;
}

.switch-to-fibre .inner-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  align-items: flex-start;
  padding: 1.25rem 3.25rem 1.25rem 1.25rem;
  border-radius: 0.6875rem;
  gap: 0.7875rem;
}

.switch-to-fibre .inner-card img {
  max-width: 2.5rem;
  height: auto;
}

.switch-to-fibre h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 0.875rem;
}

.switch-to-fibre .inner-card p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.1875rem;
  color: #001a3d;
}

.switch-to-fibre .inner-card p {
  margin-bottom: 0.2rem;
}

.switch-to-fibre h2 {
  line-height: 3.75rem;
  margin-bottom: 1rem;
}

/* switch-to-fibre end */

/* stay-in-loop start */
.stay-in-loop {
  background-color: #ffba3b;
  padding: 3.75rem 0;
  position: relative;
  background-image: unset;
}

.stay-in-loop::before {
  content: "";
  background-image: url(/staticfiles/images/gradient-boxes.webp);
  display: block;
  position: absolute;
  width: 11.0625rem;
  height: 8.875rem;
  margin-top: 1.25rem;
  right: 0;
  bottom: -3.1875rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.stay-in-loop h2 {
  font-weight: 600;
  color: #000000;
  font-size: 3rem;
}

.stay-in-loop .fibre-btn {
  background-color: #063674;
  color: #ffffff;
}

/* stay-in-loop end */

.service-faqs {
  padding: 3.75rem 0 7rem;
}

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

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

.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;
  border-top-left-radius: 0 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.faq-item.active {
  background: #edfaff;
  border-top-right-radius: 2.8125rem;
  border-bottom: 1px solid rgba(59, 144, 255, 0.3);
}

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

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

.faq-question span {
  color: #063674;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}

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

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #1d1b20;
  transition: all 0.3s ease;
}

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

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

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

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

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

.faq-answer p {
  color: #003b5c;
  font-size: 0.9766rem;
  font-weight: 400;
  line-height: 1.3rem;
  padding: 0 1.5rem 1rem;
}

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

.service-faqs .work-together-left h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4.1494rem;
  letter-spacing: -0.1125rem;
  margin-bottom: 1.4375rem;
  color: #000000;
}

.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: 73%;
}

.service-faqs .work-together-left {
  width: 25%;
}

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

/* new cotent adjustjment  */
ul.new-list-style {
  list-style: disc;
  padding-left: 1.375rem;
}

.banner-new-conntent h1 {
  margin-bottom: 1.3125rem;
}

.new-list-style li {
  line-height: 1.4rem;
  padding-bottom: 0.6375rem;
}

.at-t-fibre-content {
  width: 65.2%;
}

.at-t-fibre-btn {
  width: 23.8%;
}

.new-fibre-section span {
  font-size: 2.9044rem;
}

.new-fibre-section h2 {
  font-size: 2.8rem;
  line-height: normal;
}

.new-fibre-section p {
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 1.125rem;
}

.new-fibre-section ul li {
  color: #fff;
  font-size: 1.1875rem;
  padding-bottom: 0.9187rem;
}

.new-slider-section .slider-container {
  padding-top: 3rem;
}

.new-slider-section h2 {
  margin-bottom: 0.9rem;
}

.all-main .new-genraric-color h2 span {
  color: #ffba3b;
  font-size: 3.7rem;
}

.home-banner-content.new-genraric-color h2 span {
  color: #ffba3b;
  font-size: 3.5rem;
  font-weight: 600;
}

.new-slider-section p {
  max-width: 52rem;
  text-align: center;
  margin: 0 auto;
}

.stay-in-loop p {
  color: #000000;
}

.new-fibre-section .at-t-fibre-content h2 span {
  color: #063674;
  font-size: 3.5rem;
  font-weight: 700;
}

.limited-time-offer .at-t-fibre-content h2 span {
  color: #ffba3b;
  font-weight: 500;
  font-size: 2.8rem;
}

.new-fibre-section h2 label {
  font-size: 1.3rem;
}

/* new cotent adjustjment end */

/* ===== MEDIA QUERIES - ORGANIZED BY BREAKPOINT SIZE ===== */

/* Large screens */
@media (max-width: 1250px) {
  html {
    font-size: 13px;
  }
}

/* Medium-large screens */
@media (max-width: 1024px) {
  html {
    font-size: 10px;
  }
}

/* Medium screens */
@media (min-width: 621px) and (max-width: 980px) {
  .slide {
    flex: 0 0 calc((100% - 2.75rem) / 2);
    min-height: 180px;
  }
}

/* Small-medium screens */
@media (max-width: 768px) {
  .all-main .custom-container {
    padding: 0 2.5rem;
  }

  html {
    font-size: 9px;
  }

  .best-internet .home-banner-main {
    flex-direction: column;
    gap: 3rem;
  }


  .best-internet .home-banner-image {
    width: unset;
    max-width: 80%;
  }

  .fibre-section p {
    line-height: 2.5375rem;
    margin-top: 0.375rem;
  }

  .fibre-section .at-t-fibre-btn {
    display: flex;
    min-width: 100%;
    margin-top: 0.625rem;
  }

  .explore-wireless .feature-cards-main {
    flex-wrap: wrap;
    gap: 2.5rem;
  }

  .explore-wireless .feature-card {
    width: 45%;
  }

  .every-month-bill .home-banner-main {
    flex-direction: column;
    gap: 3.5rem;
  }

  .best-internet .home-banner-content {
    width: unset;
  }

  .every-month-bill .home-banner-image {
    width: unset;
    max-width: 80%;
    margin: 0 auto;
  }

  .every-month-bill p {
    margin-top: 1.2rem;
  }

  .plans-for-need p {
    padding: 0 1.5625rem;
    line-height: 2.3rem;
    margin-top: 1.025rem;
  }

  .plans-for-need .at-t-fibre-btn {
    min-width: unset;
  }

  .switch-to-fibre {
    height: unset;
  }

  .switch-to-fibre .switch-to-fibre-main {
    padding: 2.35rem;
  }

  .switch-to-fibre h4 {
    font-size: 1.55rem;
  }

  .switch-to-fibre .inner-card p {
    font-size: 1.175rem;
    line-height: 1.4875rem;
  }

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

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

  .stay-in-loop .fibre-btn {
    margin-top: 0.3125rem;
    display: inline-block;
    padding: 0.5625rem 0.6875rem;
  }

  .stay-in-loop .at-t-fibre-main {
    display: unset;
  }

  .fibre-section .at-t-fibre-main {
    flex-direction: column;
  }

  .slider-btn {
    display: none;
  }

  .slider-section::before {
    display: none;
  }

  .slider-section::after {
    display: none;
  }

  .slider-btn.btn-next {
    right: 0.925rem;
  }

  .slider-btn.btn-prev {
    left: 0.275rem;
  }

  .slider {
    padding: 0.825rem 0rem;
    width: 100%;
    margin: 0 auto;
  }

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

  .slider-section .shop-tag::before {
    background-size: contain;
  }

  .slider-section .small-card h5 {
    font-size: 0.8938rem;
    margin-bottom: 0.3125rem;
  }

  .slider-section .small-card label {
    font-size: 3.875rem;
    margin-bottom: 0.3125rem;
  }

  .slider-section .small-card .atnt-internet-para {
    font-size: 0.758rem;
    margin-top: 0.3125rem;
  }

  .slider-section .bottom-description {
    padding-top: 3.5625rem;
  }

  .slider-section .small-card {
    min-width: 8.475rem;
  }

  .slider-section .shop-now {
    font-size: 1.4287rem;
    padding: 1.225rem 3.5rem;
  }

  .slider-section .card-detail-list h4 {
    font-size: 1.9469rem;
  }

  .slider-section .card-detail-list ul li {
    font-size: 0.9rem;
  }

  .fibre-section .at-t-fibre-main {
    align-items: unset;
  }

  .plans-for-need .at-t-fibre-main {
    align-items: center;
  }
}

/* Small screens */
@media (max-width: 620px) {
  .slide {
    flex: 0 0 calc((100% - (2.75rem * 0)) / 1);
    min-height: 220px;
  }

  html {
    font-size: 11px;
  }

  .best-internet h1 {
    font-size: 2.4rem;
    line-height: 3.05rem;
  }

  .new-fibre-section span {
    font-size: 2.6044rem;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .slider-btn {
    width: 1.875rem;
    height: 1.875rem;
  }

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

  .explore-wireless h2 {
    line-height: 3.5rem;
  }
}