/** Shopify CDN: Minification failed

Line 27:24 Unexpected "{"
Line 27:33 Expected ":"
Line 27:39 Unexpected ","
Line 28:24 Unexpected "{"
Line 28:33 Expected ":"
Line 28:39 Unexpected ","
Line 71:24 Unexpected "{"
Line 71:33 Expected ":"

**/
:root {
  --color-main: #111111;
  --color-primary-cst: #0C2C55;
  --color-secondary: #193D3D;
  --color-accent: #619FAC;
  --color-orange: #EB8C2C;
}

body {
  color: var(--color-main);
  font-family: 'Geograph';
}

/* Hide default notify button */
.notify__me--available-{{ section.id }},
#notify__me--available-{{ section.id }},
.button__notify--product,
#ProductPopup-notify {
  display: none !important;
}

.text-blue{color:#0C2C55;}
.slick-track img{border-radius:71px;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* Restyle notify button to match Add to Cart style */
.button__notify--product {
  background: #619FAC !important;
  color: white !important;
  border: none !important;
  border-radius: 42px !important;
  padding: 3px 20px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  max-width: 400px !important;
  height: 45px !important;
  font-family: inherit !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin-bottom: 30px !important;
  margin-left: center !important;
}

.button__notify--product:hover {
  background: #EB8C2C !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(255, 122, 0, 0.3) !important;
}

/* Hide the container when product is available */
.notify__me--available-{{ section.id }}.no-js-inline {
  display: none !important;
}

.cart__checkout-button {
  background-color: #EB8C2C !important;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.cst-btn .button--medium{padding-left:0 !important;padding-right:0 !important;}
.cart-notification-product__option{color:#EB8C2C;}
.cart__item_price .price{color:#0C2C55;font-size:16px;}
.cart-close-icon .link{color:#0C2C55;}
.cart__item--footer .quantity{border:1px solid #EB8C2C !important;}
.cart__item--footer .quantity__button,.cart__item--footer .quantity__input{color:#EB8C2C;}
.cart--drawer-details-popup{color:#EB8C2C;}
.cart_notification_links_inner .totals__subtotal{color:#000;font-size:30px;}
#cart-notification-subtotal{color:#0C2C55;font-size:18px;}
.tax-note,.cart-notification-product__name a{color:#000;}
.button--primary.button__save{color:#EB8C2C !important;}
.header__actions_btn_cart_num{background-color:#EB8C2C !important;}
.cart__notification--attribute{padding:0 !important;}
.mini-cart-popup-summary>svg{    width: 25px !important;
    min-height: 2.2rem !important;}
.mini-cart-popup-summary{font-size:16px !important;}
#mini-cart-drawer.active{z-index:88888;}
.cart_notification--footer .button{background-color: #EB8C2C !important;border-color: #EB8C2C;border-radius: 31px;color: #fff;width:40%; font-size:20px;}
@media (max-width: 767px) {
.tax-note, .cart-notification-product__name a{font-size:17px;}
.cst-silent-img-mobile{display:block !important;}
.slick-track img{border-radius:50px;}
.cst-f-headding{padding-bottom:5px;}

}
@media (max-width: 1023px) {
  .product__add__cart__button{font-size:18px !important;}
  
}
.cart-notification-wrapper,.cart_notification_links_inner,.cart__notification--attribute{background-color:#F5F4F2;}
.whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

body .container {
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 92vw !important;
  width: 100%;

  @media (min-width: 1800px) {
    max-width: 1630px !important;
  }

  @media (max-width: 767.95px) {
    max-width: 93vw !important;
  }

  @media (max-width: 480px) {
    max-width: 98vw !important;
  }
}

html {
  scroll-behavior: smooth;
}

svg.lucide {
  width: 36px;
  height: 36px;

  @media (max-width: 767.95px) {
    width: 24px;
    height: 24px;
  }
}

.size-70 {
  width: 70px;
  height: 70px;

  @media (max-width: 767.95px) {
    width: 50px;
    height: 50px;
  }
}

.h-250 {
  height: 250px;

  @media (max-width: 991.95px) {
    height: 180px;
  }

  @media (max-width: 767.95px) {
    height: 130px;
  }
}

.max-h-250 {
  max-height: 250px;

  @media (max-width: 991.95px) {
    max-height: 180px;
  }

  @media (max-width: 767.95px) {
    max-height: 130px;
  }
}

.text-accent {
  color: var(--color-accent);
}

.text-primary-cst {
  color: var(--color-primary-cst);
}

.py-200 {
  padding: 200px 0;

  @media (max-width: 991.95px) {
    padding: 120px 0;
  }

  @media (max-width: 767.95px) {
    padding: 50px 0;
  }
}

.bg-primary-cst {
  background-color: var(--color-primary-cst);
}


.title-sub {
  font-size: 3.75rem;
  font-weight: 400;

  @media (max-width: 991.95px) {
    font-size: 2.5rem;
  }

  @media (max-width: 767.95px) {
    font-size: 1.875rem;
  }
}

.title-sub-lg {
  font-size: clamp(2.5rem, 5vw, 5.25rem);
  font-weight: 400;

  @media (max-width: 991.95px) {
    font-size: 3rem;
  }

  @media (max-width: 767.95px) {
    font-size: 1.75rem;
  }
}

.title-sub.sm {
  font-size: 3rem;

  @media (max-width: 767.95px) {
    font-size: 1.5rem;
  }
}

.text-solution {
  font-size: clamp(0.9rem, 2vw, 1.875rem);

  @media (max-width: 1199.95px) {
    font-size: 1.25rem;
  }

  @media (max-width: 767.95px) {
    font-size: 0.75rem;
  }
}

.silent-gar-img {
  max-width: 900px;
}

.btn {
  padding: 3px 90px;
  border: 2px solid transparent;
  font-size: clamp(1rem, 1.5vw, 2rem);
  text-transform: capitalize;
  transition: all 0.5s ease;
  border-radius: 55px;
  white-space: nowrap;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 991.95px) {
    font-size: 1.1rem;
    padding: 6px 40px;
  }
  
}
@media (max-width: 768px) {
  .cart--button-text{font-size:19px;}
}
.btn.btn-outline {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.btn.btn-counter {
  padding: 3px 26px;
  border-color: var(--color-orange);
  color: var(--color-orange);
  font-weight: 600;
}

.btn.btn-prime {
  background-color: var(--color-orange);
  color: #ffffff;
}

.btn.btn-prime:hover {
  opacity: 0.8;
}

button.btn.sm {
  padding: 12px 28px;
  font-size: 1.5rem;

  @media (max-width: 991.95px) {
    font-size: 1rem;
    padding: 6px 18px;
  }
}

.btn.btn-outline.active {
  background-color: var(--color-orange);
  color: white;
}

.btn.btn-outline:hover {
  background-color: var(--color-orange);
  color: white;
}

.counter-btn {
  width: 150px;
}

.counter-value {
  width: 25px;
  display: inline-block;
  flex-shrink: 0;
}

.banner {
  background-image: url('../images/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 112vh;
  background-position: center;
  padding: 125px 0 80px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;

  @media (max-width: 767.95px) {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

/* .animated-underline {
  position: relative;
  display: inline-block;
  font-style: italic;
}

.animated-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 4px;
  width: 100%;
  background-color: #619FAC;
  border-radius: 4px;
  transform: scaleX(0) rotate(-2deg);
  transform-origin: left center;
  animation: underline-draw 1s ease-out forwards;
}

@keyframes underline-draw {
  to {
    transform: scaleX(1) rotate(-2deg);
  }
} */

.brush-underline {
  position: relative;
  display: inline-block;
}

.brush {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  overflow: hidden;
}

/* animated stroke */
.brush::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;

  background:
    linear-gradient(to right,
      #619FAC,
      #619FAC,
      #619FAC);

  border-radius: 999px;

  /* rough brush edge */
  filter: blur(0.3px);

  animation: brush-reveal 2.5s ease-in-out infinite;
}

@keyframes brush-reveal {
  0% {
    width: 0%;
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  70% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 0;

  }
}


.desc-text {
  font-size: 2rem;

  @media (max-width: 991.95px) {
    font-size: 1.5rem;
  }

  @media (max-width: 767.95px) {
    font-size: 1.2rem;
  }
}

.silent-guardian-mobile {
  padding: 60px 0 0;

  @media (max-width: 991.99px) {
    padding-bottom: 0;
  }
}

.silent-guardian-block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  z-index: 1;

  @media (max-width: 991.99px) {
    left: auto;
    right: 0;
    transform: translateX(0);
  }

}

/* breeding-cycle */
.breeding-cycle {
  background-color: #0C2C55;
  box-shadow: 0 -7px 19px 0 rgba(0, 0, 0, 0.25);
  border-radius: 160px;

  @media (max-width: 991.95px) {
    border-radius: 20px;
  }
}

/* @media (min-width: 767.95px) {
  .breeding-1 {
    position: absolute;
    top: -10px;
    left: 60%;
    white-space: nowrap;
  }

  .breeding-2 {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    text-align: right !important;
  }

  .breeding-3 {
    position: absolute;
    left: 65%;
    bottom: 15%;
  }

} */
.breeding-img-cst {
  @media (min-width: 767.95px) and (max-width: 991.95px) {
    max-width: 450px;
  }

  @media (min-width: 992px) and (max-width: 1399.95px) {
    max-width: 550px;
  }

  @media (min-width: 1400px) {
    width: 880px;
  }
}

@media (min-width: 767.95px) {
  .breeding-1 {
    position: absolute;
    top: -20px;
    left: 60%;
    white-space: nowrap;
  }

  .breeding-2 {
    position: absolute;
    right: 70%;
    top: 50%;
    transform: translateY(-50%);
    text-align: right !important;
  }

  .breeding-3 {
    position: absolute;
    left: 65%;
    bottom: 15%;
  }
}

@media (min-width: 991.95px) {
  .breeding-1 {
    top: -30px;
  }

  .breeding-2 {
    right: 67%;
  }
}

.-mt-20 {
  margin-top: -20px;
}

.step-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-wrapper::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #D9D9D9;
  border-radius: 8px;
  height: calc(100% - 125px);
  font-size: 1.5rem;

  @media (max-width: 479.95px) {
    height: calc(100% - 90px);
  }
}

.step-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 380px;
  min-height: 150px;

  @media (max-width: 767.95px) {
    max-width: 240px;
  }

  @media (max-width: 479.95px) {
    max-width: 290px;
    min-height: 130px;
  }
}

.step-circle {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #D9D9D9;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 20px;
  z-index: 1;
  font-size: 1.5rem;

  @media (max-width: 479.95px) {
    font-size: 1rem;
  }
}

.step-circle.dark {
  color: #0C2C55;
  background-color: #619FAC;

  @media (max-width: 767.95px) {
    margin-bottom: 40px;
  }
}

.step-content {
  max-width: 420px;
}

.breeding-cycle-bg {
  position: absolute;
  bottom: -20%;
  left: -20%;

  @media (max-width: 767.95px) {
    right: -30%;
    left: auto;
  }
}

.mosq-issue-bg {
  position: absolute;
  bottom: -50%;
  transform: translateY(-50%);
  left: auto;
  right: -20%;
  max-height: 85%;
}

.block-mosbg-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-height: 85%;
}

@media (max-width: 767.95px) {

  .do-better.sm,
  .do-better.xs {
    font-size: 1rem !important;
  }
}

@media (max-width: 575.95px) {
  .do-better.xs {
    font-size: 0.75rem !important;
  }
}


/* Customer Reviews Section */
.review-card-placeholder {
  background-color: #d9d9d9;
  height: 480px;
  /* Placeholder height */
  border-radius: 30px;
  width: 100%;
}

.reviews-slider .slick-slide {
  scale: 0.9;
  transition: all 0.3s ease;
}

.reviews-slider .slick-center {
  scale: 1;
}

.counter-number {
  font-size: 7.5rem;
  font-weight: 500;
  color: var(--color-primary-cst);
  /* #0C2C55 */
  line-height: 1;
}

.counter-box .text-solution {
  color: var(--color-primary-cst);
}

/* Slick Arrow Customization (Top Right) */
.reviews-slider .slick-prev,
.reviews-slider .slick-next,
.bloc-mosq-slider .slick-prev,
.bloc-mosq-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 20;
}

.reviews-slider .slick-next,
.bloc-mosq-slider .slick-next {
  right: -10px;
}

.reviews-slider .slick-prev,
.bloc-mosq-slider .slick-prev {
  left: -10px;
}

.reviews-slider .slick-prev:before,
.bloc-mosq-slider .slick-prev:before,
.reviews-slider .slick-next:before,
.bloc-mosq-slider .slick-next:before {
  color: #ffffff;
  font-size: 1.25rem;
  background-color: var(--color-primary-cst);
  padding: 4px;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-success {

  color: #fff;
  padding: 14px 18px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
  font-size:18px;
}

.form-errors {
  background: #ffe5e5;
  color: #b30000;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .counter-number {
    font-size: 5rem;
  }

  .review-card-placeholder {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .counter-number {
    font-size: 2.25rem;
  }

  .review-card-placeholder {
    height: 350px;
  }

}

@media (max-width: 479.95px) {

  .counter-slider .slick-list {
    padding-right: 20%;
  }

  .reviews-slider .slick-list {
    padding-right: 40%;
  }
}

.min-w-80 {
  min-width: 80px;
}

.w-20px {
  @media (max-width: 479.95px) {
    width: 16px;
  }
}

/* Product Section Styles */
.product-section {
  background-color: #f4f7f6;
  /* Fallback light background */
}

.product-img {
  object-fit: contain;
}

/*.quantity-selector {
  min-width: 140px;
}*/

.quantity-btn:hover {
  color: #d67a1b !important;
}

/* Responsive adjustments */
@media (max-width: 991.95px) {
  .product-section .title-sub {
    text-align: center;
  }

  .product-section p,
  .product-section ul,
  .product-section h3 {
    text-align: center;
  }

  .product-section ul li {
    justify-content: center;
  }

  .product-section .d-flex.flex-wrap {
    justify-content: center;
  }
}

/* FAQ Section Styles */
.faq-section {
  padding: 80px 0;
}

@media (max-width: 991.95px) {
  .faq-section {
    padding: 50px 0;
  }
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background-color: #D9D9D9;
  color: var(--color-primary-cst);
  font-size: 2rem;
  font-weight: 400;
  padding: 32px 44px;
  border: none;
  box-shadow: none;
  position: relative;

  @media (max-width: 991.95px) {
    font-size: 1.5rem;
    padding: 14px 20px;
  }

  @media (max-width: 767.95px) {
    font-size: 1rem;
  }
}

.faq-accordion .accordion-button.collapsed {
  border-radius: 20px;
}

.faq-accordion .accordion-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 767.95px) {
  .faq-accordion .accordion-button {
    font-size: 1rem;
    padding: 16px 20px;
  }
}

.have-que-bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.have-que-right-bg {
  position: absolute;
  right: 0;
  bottom: -10%;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #D9D9D9;
  color: var(--color-primary-cst);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}

/* Custom Arrow Styling */
.faq-accordion .accordion-button::after {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #0C2C55;
  background-image: url('/cdn/shop/files/arrow_0c6cd1bd-eb1b-410b-b681-9d7ba0ca4a7f.svg?v=1770019159');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

@media (max-width: 767.95px) {
  .faq-accordion .accordion-button::after {
    width: 32px;
    height: 32px;
    background-size: 14px;
  }
}

/* Arrow animation when accordion is open */
.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.faq-accordion .accordion-body {
  background-color: #D9D9D9;
  color: var(--color-primary-cst);
  font-size: 1.5rem;
  padding: 0 32px 44px 32px;
  line-height: 1.6;

  @media (max-width: 991.95px) {
    font-size: 0.8rem;
    padding: 14px 20px;
  }
}


.faq-accordion .accordion-collapse {
  border: none;
}

.big-text {
  font-size: 6rem !important;

  @media (max-width: 767.95px) {
    font-size: 3rem !important;
  }
}

.rigt-aligned {
  bottom: -100px;
  max-height: 500px;

  @media (min-width: 767.95px) {
    max-height: 800px;
    bottom: -200px;
  }
}

@media (max-width: 1700.95px) and (min-width: 767.95px) {
  html {
    font-size: 75%;
  }
}


/* Counter section - MOBILE ONLY changes */
@media (max-width: 767.95px) {
  /* Card-like layout with borders - MOBILE ONLY */
  .counter-slider .counter-box {
    padding: 0;
  }

  .counter-slider .counter-box > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 1.5rem 1rem;
    border: 2px solid #E5E5E5;
    border-radius: 16px;
    min-height: 160px;
    background: #ffffff;
    gap: 0.75rem;
  }

  .counter-slider .counter-box .counter-number {
    margin: 0;
    line-height: 1;
    font-size: 3.5rem !important;
  }

  .counter-slider .counter-box .text-solution {
    margin: 0 !important;
    line-height: 1.4;
    max-width: 200px;
    font-size: 1rem !important;
  }
  
  /* Continuous scroll - MOBILE ONLY */
  .counter-slider .slick-track {
    animation: continuous-scroll 15s linear infinite !important;
  }
  
  .counter-slider:hover .slick-track {
    animation-play-state: paused !important;
  }
}

@media (max-width: 479.95px) {
  .counter-slider .counter-box > div {
    padding: 1.25rem 0.875rem;
    min-height: 140px;
  }
  
  .counter-slider .counter-box .counter-number {
    font-size: 2.75rem !important;
  }
  
  .counter-slider .counter-box .text-solution {
    max-width: 180px;
    font-size: 0.875rem !important;
  }
}

@keyframes continuous-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Hide line breaks in counter text on mobile */
@media (max-width: 767.95px) {
  .counter-slider .counter-box .text-solution br {
    display: none;
  }
}

/* Reduce "peak mosquito issues" heading size on mobile */
@media (max-width: 767.95px) {
  .py-200.pt-0 .title-sub {
    font-size: 1.5rem !important;
  }
  
  /* Also reduce the "Bloc Mosquito Lure Sachet" heading */
  .py-200.pt-0 .title-sub.lg {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 479.95px) {
  .py-200.pt-0 .title-sub {
    font-size: 1.5rem !important;
  }
  
  .py-200.pt-0 .title-sub.lg {
    font-size: 1.5rem !important;
  }
}

/* Make Lure Sachet section spacing match Trap Pro section on mobile */
@media (max-width: 767.95px) {
  /* Heading spacing - match first section */
  .py-200.pt-0 .title-sub.lg {
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
  }
  
  /* Description paragraph spacing */
  .py-200.pt-0 .fs-3.do-better.sm.fw-normal {
    margin-bottom: 1.5rem !important;
  }
  
  /* "How to use it?" heading */
  .py-200.pt-0 h6.fs-3.do-better.sm {
    margin-bottom: 1rem !important;
  }
  
  /* Steps section (Open trap, Place sachet, Replace) */
  .py-200.pt-0 .d-flex.text-center.gap-3 {
    margin-bottom: 1.5rem !important;
  }
  
  /* "Pack Size" heading */
  .py-200.pt-0 h6.fs-3.do-better.sm:last-of-type {
    margin-bottom: 1rem !important;
  }
  
  /* Pack buttons row */
  .py-200.pt-0 .gap-2.mb-3 {
    margin-bottom: 1rem !important;
  }

  .product-section .row > .col-lg-6.order-2.order-lg-0,
  .py-200.pt-0 .row > .col-lg-6.order-2.order-lg-0 {
    margin-top: 2rem !important;
  }
}

@media (max-width: 767.95px) {
  .product-section .col-lg-6.mt-4,
  .py-200.pt-0 .col-lg-6.mt-4 {
    margin-top: 1rem !important;
  }
}

/* Remove spacing below Lure Sachet carousel on mobile */
@media (max-width: 767.95px) {
  .py-200.pt-0 .bloc-mosq-slider {
    margin-bottom: 0 !important;
  }
  
  .py-200.pt-0 .col-lg-6.col-12:not(.order-2) {
    margin-bottom: 0 !important;
  }
}

/* More top margin, less bottom margin on mobile */
@media (max-width: 767.95px) {
  .customer-reviews-section {
    padding-top: 4rem !important;
  }
  
  .customer-reviews-section .title-sub {
    margin-bottom: 1.5rem !important;
  }
}

/* Fix "Our Customers Say it Best" sizing on mobile */
@media (max-width: 767.95px) {
  .customer-reviews-section .title-sub {
    font-size: 1.5rem !important;
  }
  
  .customer-reviews-section .title-sub .text-accent.fst-italic.title-sub-lg {
    font-size: 2.5rem !important;
  }
}

/* Move hero content up and reduce banner height on mobile ONLY */
@media (max-width: 767.95px) {
  .banner {
    min-height: 85vh !important;
    padding: 100px 0 40px !important;
  }
  
  .banner .container {
    transform: translateY(-10%);
  }
}

@media (max-width: 479.95px) {
  .banner {
    min-height: 100vh !important;
    padding: 40px 0 30px !important;
  }
  
  .banner .container {
    transform: translateY(-15%);
  }
}

/* Fluid responsive text - HERO SECTION ONLY */
.banner .title-sub,
.banner h1 {
  font-size: clamp(1.875rem, 5vw, 3.75rem) !important;
}

.banner .desc-text {
  font-size: clamp(1.2rem, 2.5vw, 2rem) !important;
}

.banner .btn {
  font-size: clamp(1rem, 1.5vw, 2rem) !important;
}


/* =============================
   iPad specific fixes
============================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .banner {
    min-height: 90vh;
  }

  .desc-text {
    font-size: 1.25rem;
  }

  .do-better.sm {
    font-size: 1.1rem;
  }

  .banner .desc-text {
    font-size: clamp(1.5rem, 3vw, 2rem) !important;
  }
  
  /* Hero button (Try Bloc) */
  .banner .btn {
    min-width: 260px;
    font-size: clamp(1.45rem, 2vw, 2rem) !important;
    padding: 12px 60px !important;
  }

  /* Quantity selector ( - 1 + ) */
  .btn-counter {
    min-width: 260px;
    padding: 18px 56px !important;
    font-size: 2.1rem !important;
  }

  /* ADD TO CART */
  .btn-prime {
    min-width: 260px;
    padding: 5px 56px !important;
    font-size: 2.1rem !important;
  }

  /* PACK SIZE buttons (2 Pack / 4 Pack / 10 Pack) */
  .btn-outline.sm {
    min-width: 120px;
    padding: 15px 56px !important;
    font-size: 20px !important;
  }

  /* PRICE button (₹599) */
  .btn-outline:not(.sm) {
    min-width: 260px;
    padding: 15px 56px !important;
    font-size: 20px !important;
  }

  /* Increase feature list text size */
  .guardian-features li div:last-child {
    font-size: 1.55rem !important;
    line-height: 1.4;
  }

  /* Increase icon + text spacing for balance */
  .guardian-features li {
    margin-bottom: 1rem;
  }

  /* Slightly scale icons so text doesn't overpower them */
  .guardian-features img {
    transform: scale(1.1);
  }
}

/* Fix breeding cycle circles - center aligned on iPad */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Show the numbered circles */
  .step-circle.dark.d-md-none {
    display: flex !important;
    margin-bottom: 0 !important;
    align-self: center !important;
  }
  
  /* Keep text stacked */
  .breeding-1,
  .breeding-2,
  .breeding-3 {
    position: static !important;
    transform: none !important;
    margin: 1.5rem 0 !important;
    text-align: left !important;
  }
  
  /* Flex container - CENTER aligned */
  .breeding-cycle .d-flex.gap-1 {
    display: flex !important;
    gap: 1rem !important;
    align-items: center !important;
  }
  
  /* Text container */
  .text-solution.text-start {
    flex: 1 !important;
  }
  
  /* Italic headings */
  .text-solution.breeding-1 i,
  .text-solution.breeding-2 i,
  .text-solution.breeding-3 i {
    font-size: calc(1.325rem + .9vw) !important;
    display: block !important;
    margin-bottom: 0.25rem !important;
    line-height: 1.2 !important;
  }
  
  /* Description text */
  .text-solution.breeding-1 p,
  .text-solution.breeding-2 p,
  .text-solution.breeding-3 p {
    font-size: calc(1.3rem + .6vw) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
  }
  
  /* Smaller image */
  .breeding-img-cst {
    max-width: 400px !important;
    margin: 0 auto 2rem auto !important;
  }
  
  /* Container */
  .breeding-cycle .d-flex.flex-column.align-items-center {
    align-items: flex-start !important;
    padding-left: 2rem !important;
  }

  /* Center the whole section */
  .breeding-cycle .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* === Match Pack & Price buttons to Add to Cart width (DESKTOP) === */
@media (min-width: 992px) {
  .btn-prime {
    min-width: 260px;
  }

  .btn-outline.sm {
    padding: 3px 50px !important;
    font-size: 1.5rem !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .btn-outline:not(.sm) {
    padding: 3px 50px !important;
    font-size: clamp(1rem, 1.5vw, 2rem) !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}