:root {
  --star-color: #f5a623;
  --verified-color: #22c55e;
  --card-bg: #ffffff;
  --card-radius: 20px;
  --card-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  --name-font: "DM Sans", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --heading-font: "Fraunces", serif;
  --text-dark: #111827;
  --text-muted: #6b7280;
  --section-bg: #f9f9f7;
}

.routine-section {
  padding: 56px 0;
}

.img-box {
  display: flex;
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.img-box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.img-box > div img {
  width: 100%;
  border-radius: 10px;
}

.routine-carousel-outer {
  overflow: hidden;
  width: 100%;
}

.routine-carousel-track {
  display: flex;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.routine-slide {
  min-width: 100%;
  padding: 0 20px;
}

.routine-slide-inner img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.routine-slide-text {
  margin-top: 16px;
}

.routine-slide-text p {
  font-size: 15px;
  line-height: 1.65;
}

.routine-slide-text b {
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

.routine-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.routine-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition:
    background 0.2s,
    width 0.2s;
}

.routine-dots button.active {
  background: #12b4b7;
}

.section-wrapper {
  padding: 60px 100px;
  max-width: 1320px;
  margin: auto;
}

.review-heading {
  color: #006eba;
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  line-height: 120%;
}
.heading1 {
  color: #066db9;
}
.hero-rate p {
    font-size: 16px;
  }
/* ── CARD ── */
.review-card {
  background: var(--card-bg);
  border: 1px solid lightgray;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.verfiy-img {
  max-width: 20px;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.11);
}

.card-img-block {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.card-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.verified-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #fff;
  border-radius: 50px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 11px;
}

.verified-badge .name {
  font-weight: 700;
  color: var(--text-dark);
  font-family: var(--name-font);
}

.verified-badge .location {
  font-weight: 400;
  color: var(--text-dark);
}

.verified-badge .verified-text {
  color: var(--verified-color);
  font-size: 0.78rem;
}

/* card body */
.card-content {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.review-stars {
  width: 88px;
  margin-bottom: 15px;
}

.review-title {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.35;
}

.review-body {
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.65;
  flex: 1;
}

.mobile-carousel-wrapper {
  display: none;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.carousel-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background: #d1d5db;
  padding: 0;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}

.carousel-dots button.active {
  background: black;
  transform: scale(1.2);
}

/* slide track */
.carousel-track-outer {
  overflow: hidden;
  border-radius: var(--card-radius);
}

.carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide {
  min-width: 100%;
  padding: 0 4px;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .desktop-grid {
    display: none !important;
  }

  .mobile-carousel-wrapper {
    display: block;
  }

  .section-wrapper {
    padding: 36px 16px;
  }
}

@media (min-width: 768px) {
  .mobile-carousel-wrapper {
    display: none !important;
  }
}
.hero-con {
  margin-top: 20px;
}

#hero-box {
  margin-top: 30px;
}

.hero-text {
  padding-top: 0;
}

.hero-box-one video {
  border-radius: 20px;
}

.hero-decor-video {
  pointer-events: none;
}

.hero-decor-video::-webkit-media-controls,
.hero-decor-video::-webkit-media-controls-panel,
.hero-decor-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  opacity: 0 !important;
  -webkit-appearance: none;
}

.hero-text h1 {
  font-size: 44px;
  color: #0184d4;
}

.banner-reviews-content {
  max-width: 100%;
  padding-inline: 100px;
  padding-block: 5px;
  margin-bottom: 15px;
}

.banner-reviews-content {
  text-align: center;
}

.banner-reviews-para p {
  margin-bottom: 5px;
}

.hero-icons {
  display: flex;
  justify-content: space-around;
}

.hero-icon-items {
  padding: 10px;
}

.hero-icon-items img {
  width: 85%;
}

.hero-icon-items p {
  text-align: center;
}

.as_seen_on_sec {
  box-shadow: none;
  background-color: #fafafa;
}

.as_seen_on_sec .as_seen_on_cntnt_cntnr {
  background-color: inherit;
}

.sec1 {
  background-image: url("/assets/offer/1/app/desktop/images/index-v1/pestdefencepro-lp-introduction-bgimage-1.png");
}

.sec2-txt-content h4 {
  color: #0184d4 !important;
  font-size: 40px;
}

.sec2-txt-content {
  padding: 20px 110px;
}

.sec2-txt-content p {
  font-size: 15px;
  width: 90%;
}

.lead-manger {
  display: flex;
  gap: 30px;
  background-color: #f6f7fb;
  padding: 5px;
  width: 350px;
  border-radius: 20px;
}

.lead-manger img {
  border-radius: 20px;
}

.lead-text {
  font-size: 16px !important;
}

.s6Right p {
  line-height: 1.4rem;
  font-weight: 200;
  font-size: 14px;
}

.numberIng-wrapper {
  width: 100%;
  max-width: 100% !important;
  background-color: #097af4;
  border-radius: 0;
  background-image: url("/assets/offer/1/app/desktop/images/index-v1/pestdefencepro-lp-benefits-bgimage-1-desktop.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.numberIng-wrapper * {
  color: white !important;
}

.sec3-media-content video,
.sec3-media-content img:first-child {
  border-radius: 0;
}

.sec3-content-bg-vid {
  position: relative;
  background-color: inherit;
}

.sec3-bg-video {
  width: 1570px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.numberIng_sec {
  padding-top: 0px;
}

.sec3-video {
  display: none;
}

.sec3-media-content,
.sec3-txt-content {
  position: relative;
  z-index: 1;
}

.hero-text ul li p {
  font-size: 15px;
  font-weight: 500;
}

.hero-text .btn-box {
  width: 100% !important;
}

.hero-text ul li span img {
  width: 20px;
  height: 20px;
}

.numberIng-details {
  width: 80%;
}

.steps-box {
  background-color: white;
  max-width: 31%;
  border-radius: 20px;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.1);
  padding-block: 15px;
  margin-inline: 5px;
}

.box-mob {
  background-color: white;
  border-radius: 20px;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.05);
  padding-block: 15px;
  margin-inline: 5px;
}

.features-sec-para h3,
.features-sec-para p {
  text-align: center;
}

.features-sec-video-wrapper {
  position: relative;
}

.step-no {
  width: 50px;
  height: 50px;
  background-color: #c9f457;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 40%;
  border: 6px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-box {
  display: flex;
  gap: 15px;
}

.img-box > div > div > img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.routine-section {
  margin: auto;
  max-width: 1320px;
  background-color: #102e46;
  border-radius: 20px;
  padding: 100px;
}

.s5Col2 {
  background-color: #dbecfe;
  border: none;
}

.s5Col2 .s5Col2Top p {
  color: black;
}

.s5Col3 .s5Col2Top p,
.s5Col4 .s5Col2Top p {
  font-size: 15px;
  font-weight: 300;
}

.s5Col2.s5Col3,
.s5Col2.s5Col4 {
  background-color: inherit;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}

.s5Col1 {
  padding: 19px 0 0;
}

.s6Right h2 {
  font-size: 35px;
}

footer {
  background-color: #424242;
  padding: 50px 0;
}

footer * {
  color: white;
}

.dic-text p {
  font-size: 11px;
  line-height: 1.2rem;
  font-weight: 300;
}

.ftr-link a,
.c-text {
  font-size: 13px;
}

.ftr-logo {
  width: 380px;
}

.expert-advice-txt .sec-hdng {
  font-size: 40px;
}

.expert-advice-txt p {
  font-size: 1rem;
  font-weight: 800;
  color: white !important;
  margin-bottom: 5px;
  text-align: center;
}

.offer-sub {
  color: white;
  font-size: 12px;
  margin-block: 20px;
}

.offer-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-btn p {
  font-size: 12px;
}

.feature-list {
  width: max-content;
  margin: auto;
  padding-left: 0;
}

.feature-list li img {
  border-radius: 50%;
  margin-right: 7px;
  width: 16px;
  height: 16px;
}

.feature-list li {
  color: white;
  font-size: 14px;
  line-height: 1.6rem;
}

.customer-satisfication-badge {
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
}

.expert-advice-sec {
  background-color: #2f6dab;
}

.timer-box {
  border: 3px solid white;
  border-radius: 20px;
  width: 73%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px 11px 18px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
}

.timer-label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-align: left;
  flex-shrink: 0;
}

.timer-digits {
  display: flex;
  align-items: center;
  gap: 2px;
}

.timer-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}

.digit {
  font-family: "Montserrat", sans-serif;
  font-size: 2.55rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -1.5px;
  display: block;
  text-align: center;
}

.unit-label {
  font-family: "Open Sans", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 3px;
}

.timer-colon {
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding-bottom: 14px;
  opacity: 0.85;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.three-steps .heading1 {
  margin-bottom: 20px;
}

.sec3-media-content {
  position: relative;
}

.white-layer {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

:root {
  --brand-blue: #2563eb;
  --cta-green: #49a586;
  --cta-green-h: #3d8a70;
  --nav-link: #374151;
  --nav-link-h: #2563eb;
  --border: #e5e7eb;
}

.pdp-navbar {
  background: #f9f9f9;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1050;
}

.pdp-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 1.18rem;
  color: #111827;
  text-decoration: none;
  letter-spacing: -0.01em;
}

/* Desktop nav links */
.pdp-navbar .nav-link {
  color: var(--nav-link);
  font-weight: 500;
  font-size: 0.96rem;
  padding: 1.45rem 1.1rem !important;
  position: relative;
  transition: color 0.2s;
}

.pdp-navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: var(--brand-blue);
  transition:
    left 0.22s,
    right 0.22s;
  border-radius: 2px 2px 0 0;
}

.pdp-navbar .nav-link:hover {
  color: var(--nav-link-h);
}

.pdp-navbar .nav-link:hover::after {
  left: 1.1rem;
  right: 1.1rem;
}
.sec3-txt-content h4 {
  font-size: 25px;
}

.sec3-txt-content p {
  font-size: 14px;
}
/* CTA button */
.btn-order {
  background: var(--cta-green);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  border: none;
  border-radius: 7px;
  padding: 0.52rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition:
    background 0.2s,
    transform 0.15s;
  text-decoration: none;
  white-space: nowrap;
}

.btn-order:hover {
  background: var(--cta-green-h);
  color: #fff;
  transform: translateY(-1px);
}

.btn-order i {
  font-size: 0.95rem;
}

.mob-block {
  display: none;
}
.hero-icon-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.show-mob {
  display: none;
}
.s6Right p {
  color: white;
}

/* Hamburger */
.navbar-toggler {
  border: 1.5px solid var(--border);
  border-radius: 6px;
  padding: 0.35rem 0.6rem;
  color: #374151;
  width: max-content;
}
.s5Col2Top {
  margin-bottom: 40px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.sec3-content-container {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

.sec3-main-content .sec3-content:nth-child(even) {
  background-color: inherit;
}

.s5Col1 ul li,
.s5Col2 ul li {
  border-bottom: 2px solid lightgray;
  height: 50px;
}

.s5Col2 ul li,
.s5Col2.s5Col3 ul li,
.s5Col2.s5Col4 ul li {
  align-items: start;
}

.s5Col2 ul li:last-child {
  height: 70px;
}

.customer-satisfication {
  display: none;
}
.offer-tagline-mob {
  display: none;
}
.s5Col1 ul li {
  font-weight: 500;
}
#earbuds-table {
  padding: 70px;
}
h3.sec-hdng {
  font-weight: 600;
}
.numberIng-heading-mob-sec {
  display: none;
}
.numberIng-rightbox {
  padding-left: 70px;
}
/* Mobile collapse styles */
@media (max-width: 991.98px) {
  .pdp-navbar .nav-link {
    padding: 0.7rem 1rem !important;
    border-bottom: 1px solid var(--border);
  }

  .pdp-navbar .nav-link::after {
    display: none;
  }

  .mobile-cta-wrap {
    padding: 0.85rem 1rem;
  }

  .btn-order {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1025px) {
  .hero-rate p {
    font-size: 12px;
  }
  .img-box > div > div > img {
    height: 280px;
  }
  .sec1 {
    min-height: 420px;
  }
  .hero-text h1 {
    font-size: 29px;
  }

  .hero-text ul li p {
    font-size: 11px;
  }

  .banner-reviews-content {
    padding-inline: 20px;
  }

  .hero-icon-items {
    width: 25%;
  }

  .hero-icon-items p {
    font-size: 11px;
  }

  .sec2-txt-content h4 {
    font-size: 28px;
  }

  .sec2-txt-content p {
    font-size: 13px;
  }

  .section-wrapper {
    padding: 30px;
  }

  .s6Right h2 {
    font-size: 28px;
  }

  .s5Col2 {
    width: 20%;
  }

  .s5Col2 .s5Col2Top p {
    font-size: 16px;
  }

  .s5CompBox .s5Col3Top img:first-child {
    margin: -26px auto 8px;
  }

  .s5Col2Top {
    margin-bottom: 69.5px !important;
  }

  .s5Col4Prod {
    margin: -49px auto 0px;
  }

  .mb40 {
    margin-bottom: 45.5px;
  }

  .timer-box {
    width: 90%;
  }

  .btn1 {
    font-size: 15px;
  }
  .sec3-bg-video {
    width: 1400px !important;
  }
  .customer-satisfication-badge {
    width: 120px;
  }
  .numberIng-rightbox {
    padding-left: 40px;
  }
  .comp-a {
    margin-bottom: 51.5px !important;
  }
  .comp-b {
    margin-bottom: 46.5px !important;
  }
}

@media (max-width: 789px) {
  .hero-text h1 {
    font-size: 36px;
    line-height: 3rem;
  }
  .hero-rate p {
    font-size: 15px;
  }

  .sec2-txt-content {
    padding: 0px;
  }

  .justify-content-md-end {
    justify-content: center !important;
  }

  .sec1 {
    min-height: 100%;
  }

  .steps-box {
    width: 31%;
  }
  .justify-content-md-end {
    justify-content: end !important;
  }

  .sec2-txt-content h4 {
    font-size: 24px;
  }

  .features-sec-para-wrapper {
    margin-top: 23px;
  }

  .s5Col2Top {
    margin-bottom: 50px !important;
  }
  .comp-a,
  .comp-b {
    margin-bottom: 34px !important;
  }

  .s5Col4Prod {
    margin: -17px auto 0px;
  }

  .s6Right p {
    margin: auto;
  }

  .customer-satisfication-badge {
    width: 90px;
  }

  .timer-box {
    width: 100%;
  }
  .sec3-bg-video {
    width: 900px !important;
  }
  .money-back-mob-img {
    width: 30% !important;
  }
  .routine-section {
    border-radius: 0px !important;
  }
  .routine-slide {
    width: 50%;
    max-width: 50% !important;
  }
}

@media (max-width: 520px) {
  .routine-section{
    padding: 20px;
  }
  .hero-icon-items p {
    font-size: 10px;
  }
  .as_seen_on_sec .as_seen_on_cntnt_cntnr {
    padding: 0;
  }
  .comp-a {
    margin-bottom: 30px !important;
  }
  .as_seen_on_sec {
    margin-top: 0px;
  }
  .features_cntnt {
    padding: 0px !important;
  }
  .mob-none {
    display: none;
  }
  .hero-text ul {
    max-width: max-content;
    margin-left: 0;
  }
  .as_seen_on_cntnt_cntnr {
    padding: 0px;
  }

  .hero-icons {
    padding-inline: 30px;
  }
  .sec1 {
    background-image: url("/assets/offer/1/app/desktop/images/index-v1/pestdefencepro-lp-introduction-bgimage-1-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sec2-txt-content h4 {
    font-size: 33px;
    width: 76%;
    color: white !important;
    margin: 30px auto 300px auto !important;
  }

  .sec2-txt-content p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    width: 100%;
  }

  .lead-manger {
    background-color: white;
    min-width: 100%;
  }

  .sec3-content-container {
    padding-top: 60px;
  }

  .sec3-content-container .heading1 {
    color: #0184d4;
    font-size: 29px;
  }

  .para {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-inline: 20px;
  }

  .white-layer {
    display: none;
  }

  .sec3-bg-video {
    display: none;
  }

  .sec3-video {
    display: block;
    width: 100%;
  }

  .sec3-txt-content h4 {
    padding-top: 0px !important;
    text-align: left;
  }

  .numberIng-wrapper {
    background-image: url("/assets/offer/1/app/desktop/images/index-v1/pestdefencepro-lp-benefits-bgimage-1-mob.png");
    background-size: contain;
  }

  .three-steps .heading1 {
    font-size: 31px;
  }

  #hero-box {
    margin-top: 0px;
  }

  .hero-text h1 {
    font-size: 30px;
  }

  .mob-block {
    display: block;
  }

  .mob-none {
    display: none;
  }

  .hero-box-one .container {
    margin: 0;
    padding: 0;
  }

  .hero-box-one video {
    border-radius: 0;
  }

  .hero-text ul {
    padding-left: 20px;
  }

  .banner-reviews-content {
    display: none !important;
  }

  .hero-text ul li p {
    font-size: 13px;
  }

  .s5Col2 {
    width: 30%;
  }

  .money-back-section .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .s6Right p {
    margin-top: 10px !important;
  }

  .hero-text h1 {
    line-height: 2.5rem;
  }

  .sec3-main-content .sec3-content:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0);
  }

  .mb-w-m {
    width: 73%;
    margin: auto;
  }

  .mob-m {
    margin-bottom: 34px !important;
  }

  .s5Col2 .s5Col2Top p {
    font-size: 15px;
  }

  .sec3-video {
    display: block;
    width: 440px;
    margin-right: -13px;
  }
  .customer-satisfication {
    display: block;
    width: 70%;
    margin: auto;
  }
  .customer-satisfication-badge {
    width: 100px;
    right: -20px;
    top: 15px;
  }
  .text-center.offer-sub,
  .offer-tagline {
    display: none;
  }
  .feature-list li {
    font-size: 16px;
  }
  .expert-advice-txt .sec-hdng {
    font-size: 32px;
  }
  .offer-tagline-mob {
    display: block;
    margin-bottom: 20px !important;
    font-size: 1.2rem !important;
  }

  .timer-label {
    display: none;
  }
  .timer-box {
    width: max-content !important;
    margin: auto;
    padding: 13px 25px;
    margin-bottom: 20px;
  }
  .unit-label {
    font-size: 0.78rem;
  }
  .btn1 {
    width: 95%;
  }
  .review-heading {
    font-size: 34px;
  }
  .heading1 {
    font-size: 27px !important;
  }
  .sec3-txt-content p {
    text-align: left;
  }
  .numberIng-box {
    border-bottom: 1px solid white;
    padding-top: 25px;
  }
  .numberIng-contentbox p {
    width: 100%;
    max-width: 100%;
    line-height: 22px;
  }
  .numberIng-iconbox {
    display: none;
  }
  .numberIng-contentbox {
    padding-left: 0px;
    width: 100%;
  }
  .numberIng-heading {
    display: none;
  }
  .numberIng-heading-mob-sec {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .numberIng-rightbox {
    padding-left: 0px;
  }
  .numberIng-heading-mob {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
  }
  .hide-mob {
    display: none;
  }
  .show-mob {
    display: block;
  }
  .heading1 {
    font-size: 31px;
  }
  .spaceONMob {
    height: 260px;
  }
  #earbuds-table {
    padding: 70px 0px;
  }
  .money-back-mob-img {
    width: 60% !important;
  }
  .ftr-link a{
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .para {
    font-size: 16px;
    padding-inline: 10px;
  }
  .review-heading {
    font-size: 29px;
  }
  .ftr-link a {
    font-size: 10px;
  }
  .s5Col2.s5Col3 ul {
    margin-top: 29px;
  }
  .hero-icon-items p {
    font-size: 9px;
  }
  .verified-badge {
    font-size: 9px;
  }

  .expert-advice-txt .sec-hdng {
    font-size: 30px;
  }
  .sec3-video {
    margin-right: -40px;
  }
  .customer-satisfication-badge {
    width: 95px;
    right: -26px;
    top: 0px;
  }
  .offer-tagline-mob {
    font-size: 1rem !important;
  }
  .hero-icons {
    padding-inline: 20px;
  }
  .hero-text ul li p {
    font-size: 12px;
  }
  .sec2-txt-content h4 {
    margin: 30px auto 250px auto !important;
  }
}
@media (max-width: 322px) {
  .heading1 {
    font-size: 25px;
  }
  .review-heading {
    font-size: 23px;
  }
  .ftr-link a {
    font-size: 10px;
  }
  .sec2-txt-content h4 {
    margin: 20px auto 187px auto !important;
    width: 89%;
    font-size: 28px;
  }
  .lead-manger {
    gap: 20px;
  }
  .lead-text {
    font-size: 14px !important;
  }
  .hero-text .hero-rate p {
    font-size: 10px;
  }
  .hero-icon-items p {
    font-size: 8px;
  }
  .hero-text ul li p {
    font-size: 10px;
  }
  .sec3-video {
    width: 370px;
  }
  .customer-satisfication-badge {
    width: 80px;
  }
  .digit {
    font-size: 2rem;
  }
  .timer-box {
    padding-left: 11px;
  }
  .feature-list li {
    font-size: 13px;
  }
  .btn1 {
    font-size: 12px;
  }
  .offer-btn p {
    font-size: 9px;
  }
  .expert-advice-txt .sec-hdng {
    font-size: 26px;
  }
  .offer-tagline-mob {
    font-size: 0.9rem !important;
  }
}

.faq-wrapper {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 50px 60px;
}

.faq-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #1565c0;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #dde6f0;
  background: transparent;
}

.accordion-item:last-child {
  border-bottom: 1px solid #dde6f0;
}

.accordion-button {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  background: transparent;
  padding: 22px 0;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.accordion-button:not(.collapsed) {
  color: #1565c0;
  background: transparent;
}

/* Hide default Bootstrap arrow */
.accordion-button::after {
  display: none;
}

.faq-icon {
  font-size: 1.1rem;
  color: #90a4ae;
  flex-shrink: 0;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(45deg);
  color: #1565c0;
}

.accordion-body {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.75;
  padding: 0 0 22px 0;
}

.accordion-button:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

@media (max-width: 600px) {
  .faq-wrapper {
    padding: 32px 20px;
  }

  .faq-title {
    font-size: 1.5rem;
  }
}
