/** Shopify CDN: Minification failed

Line 438:2 Unexpected "}"

**/
/* ================= Header Section CSS ================= */
.custom-announcement-bar {
  text-align: left;
  margin: 0;
  line-height: 1.4;
  font-size: 14px; /* default, can be adjusted */
  padding: 6px 12px; /* safe default padding */
}

.custom-announcement-bar .custom-announcement-link {
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.2s ease;
  white-space: nowrap; 
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: Assistant, sans-serif;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
}

.custom-announcement-bar .divider {
  margin: 0 4px;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  font-size: 25px;
}

.custom-announcement-bar .page-width {
  max-width: 1478px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* allows wrapping on small screens */
  gap: 6px;
  align-items: center;
}
sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
  background: transparent ;
  box-shadow: none ;
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 999;
  border-bottom: none;
}
.slideshow__text-wrapper.banner__content.banner__content--bottom-left.page-width.banner--desktop-transparent {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 768px) {
  .slideshow__text-wrapper.banner__content.banner__content--bottom-left.page-width.banner--desktop-transparent {
    flex-direction: column;
  }
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient.slideshow__text--left.slideshow__text-mobile--left {
    max-width: fit-content;
}
h2.banner__heading.inline-richtext.h1 {
  letter-spacing: 0px;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 50px);
}
.banner__text.rte p {
    font-size: 16px;
    color: #ffff;
}
/* ================= Responsive ================= */
.header__icon {
  color: #fff !important;
}
.header__icons {
  display: none;
}
.header__icon.header__icon--menu.header__icon--summary span {
    color: #4A5565;
}
/* Tablet (<= 992px) */
@media (max-width: 992px) {
  .custom-announcement-bar {
    font-size: 13px;
    text-align: center;
  }

  .custom-announcement-bar .page-width {
    justify-content: center;
    gap: 10px;
  }
}

/* Mobile (<= 576px) */
@media (max-width: 576px) {
  .custom-announcement-bar {
    font-size: 12px;
    line-height: 1.6;
    padding: 8px;
    text-align: center;
  }

  .banner-button {
    flex-direction: column;
  }

  .custom-announcement-bar .page-width {
    flex-direction: column; /* stack links vertically */
    gap: 4px;
  }

  .custom-announcement-bar .divider {
    display: none; /* hide separators on stacked layout */
  }

  .custom-announcement-bar .custom-announcement-link {
    margin: 0; /* reset margin for vertical stack */
  }
}

header.header.page-width {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1.6rem !important; /* 10px */
}

a.header__heading-link.link.link--text.focus-inset span.h2 {
  color: #ffff;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  letter-spacing: -0.39375px;
  white-space: nowrap;
}
a.tmenu_item_link {
    color: #ffff !important;
}
.header__icon .svg-wrapper {
    color: #ffff !important;
}
.header__icons {
  display: none !important;
}
a.header__icon.header__icon--account {
    display: none;
}
.header-buttons {
  display: flex;
  gap: 1rem;
  /* flex-wrap: wrap; */
}

@media (max-width: 420px) {
  .header-buttons {
    flex-direction: column;
  }
}


.header-wrapper.scrolled {
  background-color: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
}
.product-form__submit.button.button--full-width.button--primary:after{
  display: none;
}

.header-btn {
  padding: 3px 10px;
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.header-btn--primary {
  background: #082D71;
  color: #fff;
  border: 1px solid #082D71;
}

.header-btn--primary:hover {
  background: #4b5563;
  border-color: #4b5563;
}

.header-btn--secondary {
  background: #fff;
  color: #000000;
  border: 1px solid #e5e7eb;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 5px;
}

.header-btn--secondary:hover {
  background: #f3f4f6;
}
/* Tablet and below */
@media (max-width: 1100px) and (min-width: 990px) {
  header.header.page-width {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.75rem 1rem !important;
  }

  .header__inline-menu {
    display: none; /* hide desktop nav */
  }

  header-drawer {
    display: block; /* ensure mobile hamburger shows */
    margin-right: auto;
  }

  h1.header__heading {
    flex: 1 1 100%;
    text-align: center;
    margin: 0.5rem 0;
  }

  .header-buttons {
    flex: 1 1 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .header-btn {
    font-size: 12px;
    padding: 6px 14px;
  }

  .header__icons {
    display: flex ;
    gap: 0.5rem;
    margin-left: auto;
  }
}

/* ================= Banner Section CSS ================= */

.banner-wrapper {
  padding: clamp(2rem, 4vw, 3rem) 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.banner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.banner-left {
  flex: 1 1 50%;
}

.banner-label {
  display: inline-block;
  padding: 1.2px 7px;
  border-radius: 9999px;
  background: #f3f4f6;
  font-size: clamp(9px, 0.8vw, 10px);
  font-weight: 500;
  color: #030213;
}

.banner-heading {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  color: #111827;
  margin: 0 0 12px 0;
}

.banner-subtext {
  font-size: clamp(12px, 1vw, 14px);
  color: #45556c;
  margin-bottom: 22px;
  max-width: 76%;
}

.banner-actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.banner-btn {
  padding: 7px 14px;
  border-radius: 12px;
  font-size: clamp(12px, 0.9vw, 13px);
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
}

.banner-btn--primary {
  background: #082D71;
  color: #fff;
}

/* .banner-btn--primary:hover {
  background: #4b5563;
} */

.banner-btn--secondary {
 background: transparent;
    color: #0A0A0A;
  border: 1px solid #e5e7eb;
}
/* .banner-btn--secondary:hover {
  background: #082D71;
  color: #fff;
} */

.banner-btn--link {
  background: transparent;
    color: #0A0A0A;
  border: 1px solid #e5e7eb;
}

/* .banner-btn--link:hover {
  color: #374151;
} */

.banner-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.banner-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px dashed #d1d5db;
  border-radius: 18px;
  background: #f8fafc;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 500;
  color: #374151;
}

.banner-right {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
}

.banner-img {
  max-width: 100%;
  border-radius: 1rem;
}

.banner-trust-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  stroke: #62748e;
  fill: none;
}
.banner-trust--bottom {
  width: 100%;
  background: transparent; /* or add bg if needed */
  padding: 20px 0;
}

.banner-trust--bottom .banner-trust-inner {
  max-width: 1200px; /* match your site container width */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center; /* center align */
}

.banner-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px dashed #d0d5dd; /* like your screenshot */
  border-radius: 18px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .banner-container {
    flex-direction: column;
  }
  .banner-left, .banner-right {
    flex: 1 1 100%;
    text-align: center;
  }
  .banner-actions {
    justify-content: center;
  }
  .banner-subtext {
    max-width: none;
  }
}
  .icon-text-badges .badges-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .icon-text-badges .badge-item {
   display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px dashed #d0d5dd;
    border-radius: 18px;
    white-space: nowrap;
    background: #f8fafc;
    font-size:14px;
}
  }
  .icon-text-badges .badge-item img {
       width: 15px;
    height: 15px;
    object-fit: contain;
    stroke: #62748e;
    fill: none;
  }

/* Swiper styles for banner */
.hero-banner-slider {
  position: relative;
  overflow: hidden;
}

.hero-banner-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.hero-banner-slider .swiper-slide {
  display: flex;
  align-items: center;
}

.hero-banner-slider .swiper-button-prev,
.hero-banner-slider .swiper-button-next {
  color: #000;
}

.hero-banner-slider .swiper-pagination-bullet {
  background: #999;
  opacity: 0.5;
}

.hero-banner-slider .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
  /* ================= Hero Banner Section CSS ================= */
    .custom-hero-slider-section .hero-banner-slider {
      position: relative;
      overflow: hidden;
      width: 100%;
    }

    .custom-hero-slider-section .banner-wrapper {
      max-width: 1400px;
      margin: 0 auto;
       /* width: 100%;  */
    }

    .custom-hero-slider-section .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
    }

    .custom-hero-slider-section .banner-container {
      padding: clamp(2rem, 4vw, 3rem) 2rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .custom-hero-slider-section .banner-left {
      flex: 1 1 50%;
    }

    .custom-hero-slider-section .banner-right {
      flex: 1 1 40%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .custom-hero-slider-section .banner-label {
      display: inline-block;
      padding: 2px 10px;
      border-radius: 9999px;
      background: #f3f4f6;
      font-size: clamp(10px, 0.9vw, 12px);
      font-weight: 500;
      color: #030213;
      margin-bottom: 8px;
    }

    .custom-hero-slider-section .banner-heading {
      font-size: clamp(26px, 4vw, 48px);
      font-weight: 700;
      color: #111827;
      line-height: 1.2;
      margin: 0 0 12px;
    }

    .custom-hero-slider-section .banner-subtext {
      font-size: clamp(13px, 1vw, 16px);
      color: #45556c;
      margin-bottom: 24px;
      max-width: 80%;
    }

    .custom-hero-slider-section .banner-actions {
      display: flex;
      gap: 1rem;
      margin-bottom: 1.5rem;
      flex-wrap: wrap;
      align-items: center;
    }

    .custom-hero-slider-section .banner-btn {
      padding: 8px 16px;
      border-radius: 12px;
      font-size: clamp(12px, 0.9vw, 14px);
      font-weight: 600;
      text-decoration: none;
      transition: all 0.25s ease;
      display: inline-block;
    }

    .custom-hero-slider-section .banner-btn--primary {
      background: #111827;
      color: #fff;
    }

    .custom-hero-slider-section .banner-btn--primary:hover {
      background: #000;
    }

    .custom-hero-slider-section .banner-btn--secondary {
      background: #fff;
      color: #111827;
      border: 1px solid #e5e7eb;
    }

    .custom-hero-slider-section .banner-btn--secondary:hover {
      background: #f3f4f6;
    }

    .custom-hero-slider-section .banner-btn--link {
      background: transparent;
      color: #374151;
      text-decoration: underline;
      padding: 0;
    }

    .custom-hero-slider-section .banner-trust {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
    }

    .custom-hero-slider-section .banner-trust-item {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border: 1px dashed #d1d5db;
      border-radius: 18px;
      background: #f9fafb;
      font-size: clamp(12px, 0.9vw, 14px);
      color: #374151;
      transition: background 0.2s ease;
    }

    .custom-hero-slider-section .banner-trust-item:hover {
      background: #f3f4f6;
    }

    .custom-hero-slider-section .banner-trust-icon {
      width: 18px;
      height: 18px;
      object-fit: contain;
    }

    .custom-hero-slider-section .banner-img {
      max-width: 100%;
      height: auto;
      border-radius: 1rem;
    }

    /* Swiper Controls */
    .custom-hero-slider-section .swiper-pagination-bullet {
      background: #999;
      opacity: 0.5;
      transition: all 0.3s ease;
    }

    .custom-hero-slider-section .swiper-pagination-bullet-active {
      background: #000;
      opacity: 1;
    }

    .custom-hero-slider-section .swiper-button-prev,
    .custom-hero-slider-section .swiper-button-next {
      color: #000;
      opacity: 0.7;
      transition: opacity 0.3s ease;
    }

    .custom-hero-slider-section .swiper-button-prev:hover,
    .custom-hero-slider-section .swiper-button-next:hover {
      opacity: 1;
    }

    /* ================= Responsive ================= */
    @media (max-width: 992px) {
    .custom-hero-slider-section .banner-trust {
       justify-content: center;
        margin-top:20px;
     }
      .custom-hero-slider-section .swiper-slide {
        flex-direction: column;
        text-align: center;
        
      }

      .custom-hero-slider-section .banner-left,
      .custom-hero-slider-section .banner-right {
        flex: 1 1 100%;
      }

      .custom-hero-slider-section .banner-subtext {
        max-width: 100%;
      }

      .custom-hero-slider-section .banner-actions {
        justify-content: center;
      }

      .custom-hero-slider-section .banner-img {
        width: 90%;
        margin-top: 1rem;
      }
    }

    @media (max-width: 576px) {
      .custom-hero-slider-section .banner-heading {
        font-size: 22px;
      }

      .custom-hero-slider-section .banner-subtext {
        font-size: 13px;
      }

      .custom-hero-slider-section .banner-trust-item {
        font-size: 12px;
      }
    }
/* ================= Trustbar Section CSS ================= */

.trustbar-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(1.5rem, 2.5vw, 2rem) 1rem;
}

.trustbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.trustbar-title {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.trustbar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.trustbar-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px dashed #d1d5db;
  border-radius: 9999px;
  background: #fff;
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 500;
  color: #374151;
  cursor: default;
  transition: all 0.25s ease;
}

.trustbar-item:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.trustbar-cta {
  flex-shrink: 0;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: clamp(11px, 0.9vw, 12px);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  background: #6b7280;
  color: #fff;
}

.trustbar-cta:hover {
  background: #4b5563;
}

@media (max-width: 768px) {
  .trustbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .trustbar-button {
    align-self: center;
    margin-top: 1rem;
  }
}

/* ================= Merch Section CSS ================= */

.cw-merch {
  padding: clamp(40px, 4vw, 60px) 20px;
  background: #fff;
}

.cw-merch__container {
  max-width: 1400px;
  margin: 0 auto;
}

.cw-merch__title {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: 21px;
}

.cw-merch__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 1024px) {
  .cw-merch__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .cw-merch__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cw-merch {
    padding: 40px 16px;
  }
  .cw-merch__title {
    margin-bottom: 20px;
  }
  .cw-merch__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .cw-merch__grid {
    grid-template-columns: 1fr;
  }
}
.cw-merch__item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  transition: box-shadow .2s ease, transform .2s ease;
}

.cw-merch__item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  transform: translateY(-2px);
}

.cw-merch__image-wrap {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 4 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.cw-merch__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cw-merch__placeholder {
  color: #94a3b8;
  font-size: 0.9rem;
}

.cw-merch__caption {
  font-size: clamp(14px, 1vw, 1.4rem);
  font-weight: 500;
  color: #374151;
  margin-top: 4px;
}

.cw-merch__description {
  font-size: clamp(12px, 0.9vw, 1rem);
  color: #6b7280;
  margin-top: 6px;
}

/* ================= Collection Banner Section CSS ================= */
div#shopify-section-template--17827067396170__section_custom_collection_banner_btRbgc {
    background-color: #2daae2;
}
.custom-collection-banner {
  text-align: center;
  max-width: 1700px;
  margin: 45px auto;
  padding: clamp(32px, 4vw, 42px);
  box-shadow: 0px 4px 6px -1px #0000001A;
  border-radius: 14px;
}
@media (max-width: 1440px) {
  .custom-collection-banner {
    margin: 45px 20px;
  }
}
.custom-collection-banner h2 {
     color: #101828;
    margin-bottom: 12px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    margin-bottom: 12px;
}

.custom-collection-banner p {
  font-size: clamp(12px, 1vw, 16px);
  color: #4A5565;
  margin-bottom: 21px;
}
@media (max-width: 1400px) {
    .custom-collection-banner {
        margin: 50px 50px;
    }
}
/* ================= Banner Buttons Responsive Fix ================= */
.button-group {
  display: flex;
  flex-wrap: wrap; /* let buttons wrap when needed */
  gap: 12px;
  justify-content: center;
}

.button-group .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    min-width: 120px;
    max-width: 100%;
    line-height: 1.3;
    font-size: clamp(10px, 0.9vw, 15px);
    font-weight: 500;
    padding: clamp(6px, 1vw, 10px) clamp(10px, 1.5vw, 20px);
    border-radius: 12px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .button-group {
    flex-direction: column; /* stack vertically */
    gap: 10px;
  }
  .button-group .banner-btn {
    width: 100%; /* full width for small screens */
  }
}

/* ================= Product Data Section CSS ================= */

.product_data {
  /* Product Card Wrapper */
  .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding: 0px 20px;
  }
  .collection__title h2.title {
   font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 21px;
}
.slider-mobile-gutter.page-width-desktop.scroll-trigger.animate--slide-in {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
  .grid__item {
    /* border: 1px dashed #d1d5db; */
    border-radius: 14px;
    padding: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 4px 6px -1px #0000001A;
  }

  .grid__item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  /* Badges */
  .card-product__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .card-product__badge.best-seller {
    background-color: #f97316; /* orange */
  }
  .card-product__badge.eco {
    background-color: #16a34a; /* green */
  }
  .card-product__badge.new {
    background-color: #22c55e; /* light green */
  }

  /* Product Image */
  .card-product__media {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }

.card-information .price {
  font-size: 14px;
  color: #0f172b;
  font-weight: 600;
}

.card__heading a {
    font-size: 14px;
    color: #0f172b;
    font-weight: 600;
    text-decoration: none;
}


  .collection__view-all{
    display:none;
  }
}
.page-width.breadcrumbs {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* ================= Product Page Section CSS ================= */

.page-width.product_page {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.product_page .product__title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #0f172b;
}
.product_page .product__description.rte p {
    color: #45556c;
    font-size: 14px;
}
.product_page .product__description.rte {
    margin: 1.5rem 0;
}
.product__description span {
    color: #0f172b;
}

.product-details.page-width {
    max-width: 1400px;
    margin-top: 80px;
    width: 100%;
}
.product-details .product-details__title {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 600;
    color: #1d293d;
    margin-bottom: 21px;
}
  .product-details__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .product-details__item {
    flex: 1 1 380px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }

  .product-details__icon img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .product-details .product-details__dec div{
    line-height: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #1d293d;
  }
  .product-details__item strong {
    display: block;
    margin-bottom: 5px;
  }

  .product-details__item p {
    margin: 0;
    font-size: 14px;
    color: #374151;
  }

/* ================= Ideal For Section CSS ================= */

    .ideal-for.page-width {
      max-width: 1340px;
      width: 100%;
      padding: clamp(2rem, 4vw, 3rem) 2rem;
  }
  .ideal-for__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .ideal-for__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .ideal-for__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .ideal-for__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
  }
  .ideal-for__icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }
  .ideal-for__content strong {
    line-height: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #1d293d;
  }
  .ideal-for__content p {
    margin: 0;
    font-size: 14px;
    color: #374151;
  }
  .ideal-for__bottom p {
    font-size: 14px;
    color: #374151;
    margin: 0;
  }

/* ================= Related Products Section CSS ================= */

.related-products.page-width{
  max-width: 1400px;
      margin-top: 80px;
      width: 100%;
      padding: clamp(2rem, 4vw, 3rem) 2rem;
}  

.related-products .related-products__heading.inline-richtext.h2 {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 600;
    color: #1d293d;
    margin-bottom: 21px;
}
.related-products .card__heading a {
    font-size: 14px;
    color: #0f172b;
    font-weight: 600;
    text-decoration: none;
}
.related-products .card-information .price {
    font-size: 14px;
    color: #0f172b;
    font-weight: 600;
}

/* ================= Brand Ops & Deadlines Section CSS ================= */

.brand-ops-deadlines.page-width {
  max-width: 1400px;
  margin-top: 30px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}
.brand-ops-deadlines .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
  gap: 20px;
}
.brand-ops-deadlines .container h2{
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: 21px;
}
.brand-ops-deadlines .feature-item {
  border: 1px dashed #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}
.brand-ops-deadlines .feature-icon {
  color: #1d293d;
  margin-bottom: 10px;
}
.brand-ops-deadlines .feature-icon img {
  color: #1d293d;
  max-width: 40px;
  height: auto;
}
.brand-ops-deadlines h3 {
  color: #1d293d;
  font-size: 18px;
  margin-bottom: 8px;
}
.brand-ops-deadlines p {
  color: #1d293d;
  font-size: 14px;
  color: #555;
}
@media (max-width: 1024px) {
  .brand-ops-deadlines .features-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}
@media (max-width: 640px) {
  .brand-ops-deadlines .features-grid {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
  .brand-ops-deadlines .feature-item {
        text-align: center;
    }
}


/* Quick Add Button Custom Styles */
.quick-add__submit.button {
  border-radius: 12px !important;
  background-color: gray !important;
  color: white !important;
  border: none !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 10px 16px !important;
  transition: all 0.3s ease !important;
}

/* Hover Effect */
.quick-add__submit.button:hover {
  background-color: #000 !important; /* darker gray */
  color: #fff !important;
}

/* Loading Spinner color fix */
.quick-add__submit .spinner .path {
  stroke: #fff !important; /* white spinner */
}

/* ================= drop-kits-bundles Section CSS ================= */

  .drop-kits-bundles.page-width {
  max-width: 1400px;
  width: 100%;
 padding: clamp(2rem, 4vw, 3rem) 2rem;
  margin-bottom: 60px;
}
.drop-kits-bundles .section-title {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 600;
    color: #1d293d;
    margin-bottom: 21px;
}
  .drop-kits-bundles .bundles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
  }
  .drop-kits-bundles .bundle-card {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .drop-kits-bundles .bundle-image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #d0d0d0;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #fafafa;
  }
  .drop-kits-bundles .bundle-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .drop-kits-bundles .bundle-content h3 {
    color: #1d293d;
    font-size: 16px;
    font-weight: bold;
  }
  .drop-kits-bundles .bundle-content .subtitle {
    font-size: 14px;
    color: #555;
  }
  .drop-kits-bundles .bundle-content .description {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
  }
  .drop-kits-bundles .bundle-buttons {
    display: flex;
    gap: 10px;
  }
  .drop-kits-bundles .bundle-buttons .btn {
  padding: 7px 14px;
  border-radius: 12px;
  font-size: clamp(12px, .9vw, 13px);
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
  }
  .drop-kits-bundles .configure-btn {
    background: #6b7280;
    color: #fff;
  }
  .drop-kits-bundles .mockup-btn {
background: #fff;
  color: #8c8c8c;
  border: 1px solid #e5e7eb;
  }
  .drop-kits-bundles .placeholder {
    font-size: 14px;
    color: #999;
  }

 .drop-kits-bundles .see-all-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
  background: #fff;
  min-height: 220px;
}
.drop-kits-bundles .go-btn {
    background: #fff;
    color: #333;
    border: 1px solid #f3f3f3;
}
.drop-kits-bundles .bundle-content2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.drop-kits-bundles .bundle-content2 h3{
      margin: 0;
    color: #1d293d;
    font-size: 16px;
    font-weight: 700;
 }

/* ================= global-content-box Section CSS ================= */

.global-content-box.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
  margin-bottom: clamp(35px, 5vw, 40px);
}

.global-content-box .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}

.global-content-box .content-left h2 {
   font-size: clamp(24px, 5vw, 50px);
  font-weight: 800;
  color: #464747;
  margin-bottom: clamp(15px, 2vw, 21px);
}

.global-content-box .content-left .desc {
  font-size: clamp(13px, 1.5vw, 18px);
  color: #464747;
  margin-bottom: clamp(12px, 1.5vw, 15px);
}

.global-content-box .list-items ul {
  margin-bottom: clamp(15px, 2vw, 20px);
  padding-left: clamp(15px, 2vw, 20px);
}

.global-content-box .list-items li {
  margin-bottom: clamp(6px, 1vw, 10px);
  color: #464747;
  font-size: 18px;
}

.global-content-box .buttons {
  display: flex;
  gap: clamp(8px, 1vw, 12px);
}

.global-content-box .btn {
  padding: clamp(6px, 1vw, 7px) clamp(10px, 1.5vw, 14px);
  border-radius: 12px;
  font-size: clamp(10px, 0.9vw, 15px);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.global-content-box .primary-btn {
  background: #2daae2;
  color: #fff;
}

.global-content-box .secondary-btn {
  background: #fff;
  color: #464747 !important;
  border: 1px solid #2daae2 !important;
  background: #fff;
  color: #8c8c8c;
  border: 1px solid #e5e7eb;
}

.global-content-box .right-box {
  text-align: center;
  padding: 0;
  border: none;
  background: none;
}

.global-content-box .right-box img {
  width: 100%;
  /* max-width: clamp(300px, 40vw, 500px); */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: clamp(16px, 2vw, 24px);
}

/* Tablet (768px - 1023px) */
@media (max-width: 1023px) {
  .global-content-box .content-grid {
    grid-template-columns: 1fr;
    gap: clamp(20px, 2.5vw, 30px);
  }

  .global-content-box .buttons {
    justify-content: center;
  }
}

/* Mobile (<768px) */
@media (max-width: 768px) {
  .global-content-box .buttons {
    flex-direction: column;
    align-items: center;
  }

  .global-content-box .btn {
    text-align:center;
    width: 100%;
    max-width: 200px;
  }
  .global-content-box .content-left {
    padding: 25px;
  }

  .global-content-box .content-left h2 {
    text-align: center; /* Center h2 for ≤768px */
  }
}


/* ================= global-content-box Section CSS ================= */

.customer-reviews.page-width {
  max-width: 1700px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}

.customer-reviews h2 {
   font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 25px;
  text-align: center;
}
.customer-reviews .reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.customer-reviews .review-card {
  border: 1.07px solid #0000001A;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
}
.customer-reviews .review-card .quote-mark {
  font-size: 24px;
  color: #cbd5e1;
}
.customer-reviews .review-card .review-text {
     margin: 12px 0;
    color: #364153;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
}
.customer-reviews .review-card .stars {
  margin: 10px 0;
  color: #FDC700;
  font-size: 16px;
}
.customer-reviews .review-card .author {
  font-size: 14px;
  color: #4A5565;
  display: flex;
  flex-direction: column;
}
.customer-reviews .stars {
  display: flex;
  gap: 4px;
}
.customer-reviews .stars .star {
  width: 18px;
  height: 18px;
}
.customer-reviews .stars .filled {
  color: #FDC700; /* amber-400 */
}
.customer-reviews .stars .empty {
  color: #FDC700; /* gray-300 */
}

/* ================= brands-events Section CSS ================= */

.brands-events.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
 margin-bottom: clamp(20px, 3vw, 40px);
}

.brands-events {
  text-align: center;
  padding: 50px 20px;
}
.brands-events h2 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: clamp(15px, 2vw, 21px);
}
.brands-events .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: start;
  margin-bottom: 30px;
}
.brands-events .filter-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}
.brands-events .filter-btn.active {
  background: #1f2937;
  color: #fff;
}
.brands-events .brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}
.brands-events .brand-card {
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  background: #f8fafc;
}
.brands-events .brand-btn .btn {
  display: inline-block;
  background: #f9fafb;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  color: #111827;
  text-decoration: none;
}
@media (max-width: 768px) {
  .brands-events .filters {
    justify-content: center; /* Center filters for ≤768px */
  }
}
/* ================= compare-dynamic Section CSS ================= */

.compare-dynamic.section.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}
.compare-dynamic .compare-heading { 
 font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: clamp(15px, 2vw, 21px);
}
.compare-dynamic .compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* always 2 per row */
  gap: 20px;
}
.compare-dynamic .compare-box {
  background: #fff;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
  padding: 22px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
}
.compare-dynamic .box-title { font-size: 16px; margin: 0 0 12px; color: #111827; }
.compare-dynamic .box-points { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.compare-dynamic .point-item { display: flex; align-items: flex-start; gap: 10px; color: #374151; font-size: 14px; line-height: 1.4; }
.compare-dynamic .point-icon { width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; margin-top: 2px; }
.compare-dynamic .icon { width: 20px; height: 20px; }
.compare-dynamic .icon-check { color: #16a34a; }
.compare-dynamic .icon-cross { color: #111827; }
.compare-dynamic .icon-diamond { color: #64748b; }
.compare-dynamic .point-text { display: block; }

@media (max-width: 640px) {
  .compare-dynamic .compare-grid { grid-template-columns: 1fr; }
}
.compare-hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 0px;
}



/* ================= faq-section CSS ================= */

.faq-section.section.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
  margin-bottom: clamp(40px, 5vw, 60px);
}
.faq-section .faq-heading {  
 font-size: clamp(24px, 5vw, 50px);
  font-weight: 800;
  color: #464747;
  margin-bottom: clamp(15px, 2vw, 21px);
}
.faq-accordion { display: flex; flex-direction: column; gap: 10px; }
.faq-item { border-bottom: 1px solid #6f6f6f; }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 17px;
  color: #5d5e5e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer {
  display: none;
  padding: 8px 0 16px 0;
  color: #2daae2;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 20px;
}
.faq-question.active + .faq-answer { display: block; }
.faq-icon { font-weight: bold; transition: transform 0.3s ease; }
.faq-question.active .faq-icon { transform: rotate(180deg); }


/* ================================
   Collection Page Variant CSS
=================================== */
.variant-color-swatch {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 18px;
  margin: 2px;
}

.variant-color-swatch:hover {
  opacity: 0.7;
}

.variant-size {
  background: #f8f8f8;
  cursor: pointer;
}

.variant-size:hover {
  background: #eaeaea;
}


/* ================================
   Collection Page Text and FAQ Variant CSS
=================================== */
.custom-text-faqs {
  padding: 2rem 0;
}

.custom-text-faqs .page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
  margin-bottom: clamp(40px, 5vw, 60px);
}

.custom-text-faqs .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 768px) {
  .custom-text-faqs .container {
    flex-direction: row;
  }
}

.custom-text-faqs .text-section {
  flex: 1;
}

.custom-text-faqs .heading {
  font-size: clamp(16px, 2vw + 30px, 24px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: 21px;
}

.custom-text-faqs .content {
  line-height: 1.6;
  color: #4b5563;
}

.custom-text-faqs .faq-section {
  flex: 1;
}

.custom-text-faqs .faq-heading {
  font-size: clamp(16px, 2vw + 30px, 24px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: 21px;
}

.custom-text-faqs .faq-list {
  color: #4b5563;
}

.custom-text-faqs .faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 0.5rem;
}

.custom-text-faqs .faq-question {
  width: 100%;
  text-align: left;
  padding: 1.75rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
  font-size: 15px;
}

.custom-text-faqs .faq-icon {
  color: #6b7280;
  transition: transform 0.3s;
}

.custom-text-faqs .faq-question.open .faq-icon {
  transform: rotate(45deg);
}

.custom-text-faqs .faq-answer {
  padding: 0.75rem 2.2rem;
  background-color: #fff;
  border-top: 1px solid #e5e7eb;
  display: none;
}
/* ================================
   logistics delivery Section
=================================== */
section.logistics-delivery {
    background-color: #f6f5ef;
}
.logistics-delivery .page-width {
 max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}
.logistics-delivery .section-heading {
   font-size: clamp(24px, 5vw, 50px);
  font-weight: 800;
  color: #464747;
  margin-bottom: clamp(15px, 2vw, 21px);
}
.logistics-delivery .features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.logistics-delivery .feature-item {
  flex: 1;
  color: #464747;
  padding: 15px;
  border-radius: 8px;
  text-align: start;
  font-size: 18px;
   display: flex;
  align-items: center;
  gap: 10px;
}


.logistics-delivery .feature-icon {
  width: 36px;  /* adjust size */
  height: 36px;
  object-fit: contain;
}

.logistics-delivery .map-box {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  color: #6c7a89;
}
.logistics-delivery .google-map iframe {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-top: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* ================================
   Print Methods Section
=================================== */

div#shopify-section-template--17827067396170__print_methods_FPYQDk {
    background-color: #2daae2;
}
.print-methods .page-width {
 max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}
.print-methods .section-heading {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: clamp(15px, 2vw, 21px);
}
.print-methods .methods-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* Tablet (≤1024px) → 4 columns */
@media (max-width: 1024px) {
  .print-methods .methods-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile (≤768px) → 2 columns */
@media (max-width: 768px) {
  .print-methods .methods-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small mobile (≤420px) → 1 column */
@media (max-width: 420px) {
  .print-methods .methods-grid {
    grid-template-columns: 1fr;
  }
}

.print-methods .method-card {
  padding: 10px;
  text-align: center;
}
.print-methods .method-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.print-methods .method-image {
  border-radius: 8px;
}
.print-methods .method-image img { 
  max-width: 90%;
  height: auto;
  border-radius: 6px;
}
.print-methods .placeholder {
  font-size: 14px;
  color: #6c7a89;
}
.print-methods .method-description {
  font-size: 17px;
  color: #333;
  margin-top: 0px;
}

/* ================================
   Built Growth Section
=================================== */
div#shopify-section-template--17827067396170__print_methods_xzr9nM {
    background-color: #f6f5ef;
}
.built-growth .page-width {
 max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}
.built-growth .section-heading {
   font-size: clamp(24px, 5vw, 50px);
  font-weight: 800;
  color: #464747;
  margin-bottom: clamp(15px, 2vw, 21px);
}
.built-growth .growth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
}

@media (max-width: 992px) {
  .built-growth .growth-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .built-growth .growth-grid {
    grid-template-columns: 1fr;
  }
}

.built-growth .growth-item {
  border: 1px dashed #d6d6d6;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 14px;
  color: #000;
}

/* ================================
   Best Selling Products Section
=================================== */
section#shopify-section-template--17827067396170__best_selling_products_XNGTDr {
    background-color: #f6f5ef;
}

.best-selling-products-container.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 1rem;
  text-align: center;
}

.best-selling-products-container .section-heading {
  text-align: start;
   font-size: clamp(24px, 5vw, 50px);
  font-weight: 800;
  color: #464747;
  margin-bottom: clamp(15px, 2vw, 21px);
}

.products-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.product-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.product-item:hover .product-card {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transform: translateY(-5px);
  border-color: #d6d6d6;
}

.product-image {
  height: 300px;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.product-image .placeholder {
  color: #6c7a89;
  font-size: 14px;
}

.product-title {
  font-size: 20px;
  font-weight: 600;
  color: #464747;
  margin: 0;
}

/* Browse Button */
.browse-wrapper {
  margin-top: 30px;
}

.browse-button {
display: inline-block;
  padding: 6px 29px;
  color: #ffff;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: #2daae2;
}

.browse-button:hover {
  background: #111827;
}

/* Responsive */
@media (max-width: 992px) {
  .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .products-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
    .best-selling-products-container .section-heading {
        text-align: center;
    }
    .built-growth .section-heading  {
        text-align: center;
    }
    .print-methods .section-heading {
      text-align: center;
    }
    .logistics-delivery .section-heading {
       text-align: center;
    }
    .how-it-works-container .section-heading{
      text-align: center;
    }
    .steps-wrapper {
    text-align: center;
    justify-content: center;
}
}

    .how-it-works-container.page-width {
      max-width: 1400px;
    width: 100%;
    padding: clamp(2rem, 4vw, 3rem) 2rem;
    }
    .how-it-works-container .section-heading {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 600;
    color: #1d293d;
    margin-bottom: clamp(15px, 2vw, 21px);
  }
    .how-it-works-container .steps-wrapper {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    .how-it-works-container .step-item {
      border: 1px dashed #ccc;
      padding: 20px;
      border-radius: 8px;
      width: 200px;
    }
   .how-it-works-container .step-content h3 {
      margin: 0 0 10px;
      color: #333;
      font-weight: 600;
      font-size: 15px;
  }
    .how-it-works-container .step-content p {
      color: #666;
      margin: 0;
    }
    .how-it-works-container .step-content img {
      max-width: 100%;
      height: auto;
      margin-top: 10px;
    }


/* ================================
   Customer Examples Section
=================================== */
.customer-examples {
  position: relative;
  padding: 20px 0;
}

.customer-examples .page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}

.customer-examples h2 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: 21px;
}

.customer-examples .examples-slider {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding-bottom: 1rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.customer-examples .example-item {
  min-width: 220px;
  height: 260px;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: relative;
  background-size: cover;
  background-position: center;
  border: 1px dashed #ddd;
  border-radius: 8px;
}

.customer-examples .example-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 8px;
  transition: background 0.3s;
}

.customer-examples .example-item:hover .example-overlay {
  background: rgba(255, 255, 255, 0.85);
}

.customer-examples .example-overlay p {
  font-size: 10px;
  color: #1a3c5e;
}

.customer-examples .example-overlay span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  align-self: flex-start;
}


/* ================================
   Collection Hero Section
=================================== */
.collection-hero__inner.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}

.collection-hero__inner .collection-hero__title {
  margin: 2.5rem 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: 21px;
}

.collection-hero__inner .collection-hero__description rte {
  color: #45556c;
  margin-bottom: 22px;
  max-width: 76%;
  font-size: clamp(14px, 1.2vw, 18px);
}


/* ================================
   Facets Section
=================================== */
.facets.facets-vertical-sort.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 1rem) 1rem;
}

.facets-vertical.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
}


/* ================================
   Sort Dropdown (Pill Style)
=================================== */
.facets-vertical-form .facet-filters__label {
  display: block !important;
  color: rgba(var(--color-foreground), .85) !important;
  font-size: 1.4rem !important;
  margin: 0 2rem 0 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 13px !important;
  padding: 7px 14px !important;
  font-weight: 600 !important;
  background: #fff !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
}

.facets-vertical-form .select {
  color: rgba(var(--color-foreground), .85) !important;
  font-size: 1.4rem !important;
  margin: 0 2rem 0 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 13px !important;
  padding: 7px 14px !important;
  font-weight: 600 !important;
  background: #fff !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
  position: relative;
  display: inline-block;
}

.facets-vertical-form .select .svg-wrapper,
.customer select+.svg-wrapper {
  right: 12px !important;
}

.product-count-vertical.light {
  margin: 0 !important;
  padding-top: 6px;
  color: #1d293d;
}

.facets-vertical-form .facet-filters__field .select__select,
.mobile-facets__sort .select__select {
  font-weight: 600;
  color: rgba(var(--color-foreground), .85) !important;
}

.facets-vertical-form .facets__summary-label {
  font-size: 16px !important;
}


/* ================================
   Product Card
=================================== */
.card__content .card__heading a {
  font-size: 18px;
  color: #101828;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.card__content .card-information .price {
  font-size: 14px;
  color: #101828;
  font-weight: 600;
  text-align: center;
}

.card-product-variants {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #1f2937; /* text color similar to image */
  margin-bottom: 10px !important;
}

.variant-colors {
  display: flex;
  align-items: center;
  gap: 6px;
}

.variant-color-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  cursor: pointer;
}

/* Hide all swatches after the 5th */
.variant-colors .variant-color-swatch:nth-child(n+6):not(.more) {
  display: none;
}

/* "+N" swatch for remaining colors */
.variant-color-swatch.more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: gray;
  /* background: #f9f9f9; */
  font-weight: 400;
  border: none;
}

.variant-other {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
}


/* ================================
   Product Page CSS
=================================== */
.product-grid-container .grid__item {
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: box-shadow .3s ease;
}

.jdgm-rev-widg__title {
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 600;
  color: #1d293d;
  margin-bottom: 65px !important;
}

.product-form__input .form__label {
  color: #1d293d;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.form__label::first-line {
  color: #1d293d;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.price-per-item__container .quantity {
  width: 100% !important;
}

.product-form__submit.button.button--full-width.button--primary {
  border-radius: 12px !important; /* Rounds the button corners with a 12px radius */
  background-color: gray !important; /* Sets the background color to gray */
  color: #fff !important; /* Sets the text color to white */
  border: none !important; /* Removes the border */
  font-weight: 600 !important; /* Makes the text bold (semi-bold) */
  text-align: center !important; /* Centers the text */
  padding: 10px 16px !important; /* Adds padding (10px vertical, 16px horizontal) */
  transition: all .3s ease !important; /* Smoothly transitions all properties */
}
.product-attribute {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 8px;
}


/* Push button to bottom */
.card__content.data-product .card__information {
  flex: 1 !important; /* take up available space */
  display: flex !important;
  flex-direction: column !important;
}

/* Ensure button is at the bottom center */
.card__content.data-product .button {
  margin-top: auto !important;  /* pushes button down */
  align-self: center !important; /* center horizontally */
}
.button--secondary:after {
    --border-opacity: 0 !important;
     box-shadow: none !important;
}
.button-designNow {
    padding: 7px 14px !important;
    border-radius: 8px !important;
    font-size: clamp(12px, .9vw, 12px) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    background: #082D71 !important;
    color: #fff !important;
    box-shadow: none !important;
}



.button-container {
    display: flex;
    gap: 10px;
}

.tab_title {
  color: #121212;
  font-size: 24px;
  margin: 0 0 20px;
  text-align: left;
}

.payment-button {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    color: #1d293d;
    text-align: center;
    width: 100px;
    background-color:transparent;
}

.payment-button:hover {
    background-color: #e9ecef;
}
.collection-filter {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
}

.home-icon-container{
  display:none !important;
}
.breadcrumb-delimeter:not(:last-child):after {
  font-size: 12px !important;
}
.collection-results-count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d293d;
    font-size: 15px;
}




.features-wrapper.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) 2rem;
  margin: 0 auto;
}
.features-wrapper .features-container {
  display: grid;
  gap: 20px;
  justify-content: center;
  flex-wrap: unset; /* remove flex-wrap since we're using grid */
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 items per row */
}

/* Responsive: adjust columns on smaller screens */
@media (max-width: 1024px) {
  .features-wrapper .features-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 per row on tablets */
  }
}

@media (max-width: 640px) {
  .features-wrapper .features-container {
    grid-template-columns: 1fr; /* 1 per row on mobile */
  }
}

.features-wrapper .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px dashed #d1d5db;
  border-radius: 9999px;
  background: #f8fafc;
  font-size: 14px;
  color: #1d293f;
  white-space: nowrap;
}
.features-wrapper .feature-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}



/* ================= Kit Builder Section CSS ================= */
.kit-builder.page-width {
  max-width: 1400px;
  width: 100%;
  padding: clamp(6rem, 4vw, 8rem) 2rem;
  margin-bottom: clamp(35px, 5vw, 40px);
}
.kit-builder .kit-heading{
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #1d293d;
  margin-bottom: 21px;
}
.kit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}

/* ================= Left Side Grid (2 columns for fields) ================= */
.kit-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.kit-left .field-group {
  margin-bottom: 0;
}

.kit-left label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1d293d;
}

.kit-left .field-input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  font-size: 14px;
  color: #374151;
  box-sizing: border-box;
}

.kit-left .field-input:focus {
  outline: none;
  border-color: #6b7280;
  box-shadow: 0 0 0 2px rgba(107, 114, 128, 0.2);
}

/* Buttons and tip */
.kit-left .buttons,
.kit-left .tip {
  grid-column: 1 / -1;
  display:flex;
  gap:10px;
}

.kit-left .btn {
  padding: clamp(6px, 1vw, 7px) clamp(10px, 1.5vw, 14px);
  border-radius: 12px;
  font-size: clamp(10px, .9vw, 13px);
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
}

.kit-left .primary-btn {
  background: #6b7280;
  color: #fff;
}

.kit-left .secondary-btn {
  background: #fff;
  color: #8c8c8c;
  border: 1px solid #e5e7eb;
}

.kit-left .tip {
  font-size: 12px;
  color: #6b7280;
  margin-top: 0;
}

/* Right Side Preview */
.kit-right .preview-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  text-align: center;
}

.kit-right img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 1023px) {
  .kit-grid {
    grid-template-columns: 1fr;
  }
  .kit-left {
    grid-template-columns: 1fr;
  }
  .kit-left .buttons {
    justify-content: center;
  }
}

.category-filters-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.category-filters-slider-wrapper .category-filters-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 10px;
  padding: 10px 0;
}
.category-filters-slider-wrapper .category-filters-slider::-webkit-scrollbar {
  display: none;
}

.category-filters-slider-wrapper .filter-tab {
  white-space: nowrap;
  border: none;
  padding: 14px 25px;
  border-radius: 6px;
  background-color: #f1f1f1;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.category-filters-slider-wrapper .filter-tab.active {
  background-color: #000;
  color: #fff;
}

.category-filters-slider-wrapper .slider-btn {
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  cursor: pointer;
  padding: 6px 15px;
  font-size: 18px;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.category-filters-slider-wrapper .slider-btn:hover {
  background: #eee;
}

.product-label {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.85rem;
}

.eco-label {
  background-color: #d4edda;
  color: #155724;
}

.moq-label {
  background-color: #cce5ff;
  color: #004085;
}

.product-labels {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0px;
}

.global-content-box.page-width ul {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.global-content-box.page-width ul li {
  position: relative;
  padding-left: 32px; /* space for icon */
  margin-bottom: 10px;
  line-height: 1.6;
}

.global-content-box.page-width ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url("https://cdn.shopify.com/s/files/1/0619/1883/8858/files/check_box.svg?v=1761549978");
  background-repeat: no-repeat;
  background-size: contain;
}
.banner__buttons_1 a.button.button--primary,
.banner__buttons_2 a.button.button--primary {
   padding: 3px 10px;
    font-size: clamp(10px, 0.8vw, 15px);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    border: 1px solid #ffff;
    opacity: 1;
}

.banner__buttons a.button.button--primary {
  padding: 0 10px;
  font-size: clamp(10px, 0.8vw, 15px);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 8px;
  background: #fff;
  color: #082D71;
  border: 1px solid #082D71;
  opacity: 1;
}
.banner__buttons a.button.button--primary::after,
.banner__buttons_1 a.button.button--primary::after,
.banner__buttons_2 a.button.button--primary::after {
    content: none;
}
.banner__text.rte1 p strong {
    font-size: 22px;
}
.banner__text.rte1 p {
  color: #2daae2;
  font-size: 26px;
  margin: 0px;
}

.banner__text.rte1 p strong {
  color: #fff; 
  font-weight: 100;
}
.banner-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}



















/* For New Site */

.list-menu--inline li a {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #4A5565;
}

.list-menu--inline li a:hover {
  color: #082D71;
  text-decoration: none;
}
.header__menu-item:hover span {
  text-decoration: none !important;
}
.header__active-menu-item {
  text-decoration: none !important;
   color: #082D71 !important;
}

div#Slider-template--19794720587934__slideshow_mFidjT {
    background-color: #082d71;
}
.banner__features {
  display: flex;
  gap: 1.5rem;
  margin-top: 24px !important;
  flex-wrap: wrap;
  align-items: center;
}

.banner__feature {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.9;
}

.banner__feature-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 8px;
}
.banner__extra-image {
  max-width: 740px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
  margin-left: auto;
  margin-right: 0;
}

.banner__extra-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Optional hover effect */
.banner__extra-image:hover img {
  transform: scale(1.03);
  opacity: 0.95;
}

/* Responsive (for mobile screens) */
@media (max-width: 768px) {
  .banner__extra-image {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}

slider-component.slider-mobile-gutter.page-width.page-width-desktop {
  max-width: 1700px;
  padding: 0px 20px;
}


  .sportswear-excellence-section {
    padding: clamp(50px, 8vw, 100px) 0;
    background: #fff;
  }

  .sportswear-excellence-section .container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 40px);
  }

  .sportswear-excellence-section .content-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: center;
    gap: clamp(24px, 4vw, 60px);
  }

  /* Text Styling */
  .sportswear-excellence-section .subheading {
    font-weight: 400;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.35px;
    text-align: center;
    text-transform: uppercase;
    color: #082D71;
  }

  .sportswear-excellence-section .heading {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 0 15px;
    color: #101828;
    text-align: center;
  }

  .sportswear-excellence-section .description {
    font-size: clamp(16px, 2vw, 20px);
    color: #4A5565;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: clamp(30px, 5vw, 50px);
    text-align: center;
  }

  /* Stats Grid */
    .sportswear-excellence-section .stats-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10px, 2vw, 20px);
    margin-bottom: clamp(20px, 4vw, 40px);
  }

  .sportswear-excellence-section .stat-item {
    background: linear-gradient(180deg, #082D71 0%, #0A3A8A 100%);
    color: #fff;
    padding: clamp(16px, 3vw, 24px);
    border-radius: 12px;
    text-align: center;
  }

  .sportswear-excellence-section .stat-item h3 {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
  }

  /* Categories */
  .sportswear-excellence-section .categories-list h4 {
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 700;
    color: #101828;
    margin-bottom: 22px;
  }

  .sportswear-excellence-section .categories-list ul {
    columns: 2;
    list-style: none;
    padding: 0;
    margin: 0;
  }
.sportswear-excellence-section .categories-list .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

  .sportswear-excellence-section .categories-list li {
    margin-bottom: 8px;
    font-size: clamp(14px, 1.8vw, 15px);
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .sportswear-excellence-section .categories-list .icon {
    color: #004aad;
    flex-shrink: 0;
  }

  /* Image Section */
  .sportswear-excellence-section .right-image {
    max-width: 700px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0;
  }

  .sportswear-excellence-section .right-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  /* Responsive */
  @media (max-width: 900px) {
    .sportswear-excellence-section .content-wrapper {
      grid-template-columns: 1fr;
      text-align: center;
    }
    .sportswear-excellence-section .right-image {
      order: -1;
      margin: 0 auto;
      max-width: 100%;
    }
  }
.why-choose-oz {
  background: #f8fafc;
  padding: clamp(50px, 8vw, 100px) 0;
  text-align: center;
}

.why-choose-oz .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}

.why-choose-oz .section-heading {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 10px;
}

.why-choose-oz .section-subheading {
  font-size: clamp(16px, 2vw, 20px);
  color: #4a5565;
  margin-bottom: clamp(40px, 5vw, 60px);
}

.why-choose-oz .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row on desktop */
  gap: clamp(20px, 3vw, 40px);
}

/* For tablets (2 per row) */
@media (max-width: 992px) {
  .why-choose-oz .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* For mobile (1 per row) */
@media (max-width: 600px) {
  .why-choose-oz .features-grid {
    grid-template-columns: 1fr;
  }
}

.why-choose-oz .feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: clamp(20px, 3vw, 30px);
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.why-choose-oz .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.why-choose-oz .feature-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.why-choose-oz .feature-icon-box {
  width: 48px;
  height: 48px;
  background: #082d71; /* Deep blue tone matching brand */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.why-choose-oz .feature-icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  background: #0a3a8a; /* Slightly lighter blue on hover */
}

.why-choose-oz .feature-icon-box img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* makes icons white on blue */
  transition: transform 0.3s ease;
}

.why-choose-oz .feature-icon-box:hover img {
  transform: scale(1.1);
}

.why-choose-oz .feature-badge {
  background: #e8eef8;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.3;
  color: #0b2342;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-choose-oz .feature-card h3 {
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 600;
  color: #101828;
  margin-bottom: 10px;
}
.why-choose-oz .feature-badge strong {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}
.why-choose-oz .feature-card p {
  font-size: clamp(14px, 1.8vw, 16px);
  color: #4a5565;
  line-height: 1.6;
}

.timeline-estimates {
  background: #f8fafc;
  padding: clamp(50px, 8vw, 100px) 0;
  text-align: center;
}

.timeline-estimates .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}

.timeline-estimates .timeline-heading {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 10px;
}

.timeline-estimates .timeline-subheading {
  font-size: clamp(16px, 2vw, 20px);
  color: #4a5565;
  margin-bottom: clamp(30px, 5vw, 50px);
}

.timeline-estimates .timeline-form {
  background: #fff;
  /* border: 1px solid #e2e8f0; */
  border-radius: 12px;
  padding: clamp(20px, 3vw, 40px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.timeline-estimates .form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.timeline-estimates .form-group {
  text-align: left;
}

.timeline-estimates .form-group label {
  display: block;
  font-size: 16px;
  color: #364153;
  margin-bottom: 6px;
  text-align: center;
}

.timeline-estimates select,
input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #f7f8fa;
  font-size: 15px;
  color: #333;
}

.timeline-estimates .calculate-btn {
  background: #082d71;
  color: #fff;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

.timeline-estimates .calculate-btn:hover {
  background: #0a3a8a;
}

.timeline-estimates .attach-note {
  margin-top: 12px;
  font-size: 14px;
  color: #4a5565;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-estimates .form-row {
    grid-template-columns: 1fr;
  }
}

.from-concept-section {
  background: #fff;
  padding: 60px 0;
  max-width: 1700px;
  margin: 45px auto;
  padding: 0px 20px;
}

.from-concept-section .from-concept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.from-concept-section .from-concept-image {
  max-width: 700px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
}
.from-concept-section .concept-subtitle {
  margin-bottom: 0px;
  color: #101828;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  letter-spacing: 0px;
  margin-top: 20px;
}

.from-concept-section .concept-title {
  margin-bottom: 20px;
  font-style: Bold;
  letter-spacing: 0px;
  margin-top: 1px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #101828;
}

.from-concept-section .concept-description {
  color: #555;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.from-concept-section .concept-btn {
  display: inline-block;
  background: #0a245a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 35px;
  transition: all 0.3s ease;
}
.from-concept-section .concept-btn:hover {
  background: #1b3b91;
}

.from-concept-section .concept-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.from-concept-section .concept-step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.from-concept-section .step-number {
  background: #0a245a;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.from-concept-section .step-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.from-concept-section .step-info p {
  margin: 4px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.from-concept-section .concept-footer {
  margin-top: 40px;
  font-size: 14px;
  color: #777;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.from-concept-section .from-concept-image img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .from-concept-section .from-concept-grid {
    grid-template-columns: 1fr;
  }
  .from-concept-section .from-concept-image {
    order: -1;
  }
}

.why-brands-rely {
  background-color: #f8fbff;
  text-align: center;
  padding: 60px 0;
}

.why-brands-rely .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.why-brands-rely .why-title {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 10px;
  line-height: 1.3;
}

.why-brands-rely .why-subtitle {
  font-size: 16px;
  color: #5b6472;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.why-brands-rely .why-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-bottom: 40px;
}

.why-icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.why-brands-rely .why-icon-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
  margin-top: 10px;
}

.why-icon-box {
  width: 64px;
  height: 64px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}

.why-brands-rely .why-icon-item img {
  width: 32px;
  height: 32px;
}

.why-brands-rely .why-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.why-brands-rely .btn {
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.why-brands-rely .btn-primary {
  background-color: #0a245a;
  color: #fff;
}

.why-brands-rely .btn-primary:hover {
  background-color: #081d47;
}

.why-brands-rely .btn-outline {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #0a245a;
}

.why-brands-rely .btn-outline:hover {
  border-color: #0a245a;
}

/* =========================
   ✅ Responsive Adjustments
   ========================= */

/* Tablet (992px and below) */
@media (max-width: 992px) {
  .why-brands-rely {
    padding: 50px 0;
  }

  .why-brands-rely .why-title {
    font-size: 26px;
  }

  .why-brands-rely .why-subtitle {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .why-brands-rely .why-icons {
    gap: 30px;
  }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
  .why-brands-rely {
    padding: 45px 0;
  }

  .why-brands-rely .why-title {
    font-size: 24px;
  }

  .why-brands-rely .why-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .why-brands-rely .why-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .why-icon-box {
    width: 56px;
    height: 56px;
  }

  .why-brands-rely .why-icon-item img {
    width: 28px;
    height: 28px;
  }

  .why-brands-rely .why-icon-item h4 {
    font-size: 15px;
  }
}

/* Extra Small Mobile (480px and below) */
@media (max-width: 480px) {
  .why-brands-rely .why-icons {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-brands-rely .why-title {
    font-size: 22px;
  }

  .why-brands-rely .btn {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
}
.brand-stories-section {
  background: #fff;
  max-width: 1700px;
  margin: 45px auto;
  text-align: center;
  padding: 0px 20px;
}

.brand-stories-header h2 {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 10px;
}

.brand-stories-header p {
  color: #5b6472;
  font-size: 16px;
  margin-bottom: 50px;
}

.brand-stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.brand-story-card {
  text-align: left;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  padding: 25px 30px;
  transition: all 0.3s ease;
}

.brand-story-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.brand-story-card h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000000;
}

.brand-story-card p {
  color: #364153;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .brand-stories-header h2 {
    font-size: 22px;
  }
}

/* ===============================
   🌿 Sustainability Section
   =============================== */
.sustainability-section {
  text-align: center;
  padding: clamp(40px, 6vw, 80px) 20px;
  background: #f9fafc;
}

.sustainability-section .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.sustainability-section .sustainability-heading {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 12px;
  line-height: 1.3;
}

.sustainability-section .sustainability-subheading {
  font-size: clamp(14px, 1.6vw, 18px);
  color: #5b6472;
  max-width: 700px;
  margin: 0 auto clamp(30px, 4vw, 50px);
  line-height: 1.6;
}

.sustainability-section .impact-box {
  background: #fff;
  border-radius: 16px;
  padding: clamp(30px, 5vw, 50px) clamp(15px, 4vw, 40px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.sustainability-section .impact-title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 8px;
  line-height: 1.3;
}

.sustainability-section .impact-description {
  color: #6b7280;
  font-size: clamp(14px, 1.4vw, 16px);
  margin-bottom: clamp(20px, 3vw, 30px);
}

.sustainability-section .impact-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(15px, 2vw, 25px);
}

.sustainability-section .impact-item {
  border-radius: 12px;
  padding: clamp(20px, 4vw, 30px);
  text-align: center;
  transition: transform 0.3s ease;
}

.sustainability-section .impact-item:hover {
  transform: translateY(-4px);
}

.sustainability-section .impact-value {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  margin-bottom: 8px;
}

.sustainability-section .impact-label {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
}

.sustainability-section .impact-note {
  font-size: clamp(12px, 1.3vw, 14px);
  color: #5b6472;
  line-height: 1.4;
}

/* ===============================
   🌱 Sustainability Features
   =============================== */
.sustainability-features {
  text-align: center;
  padding: clamp(40px, 6vw, 80px) 20px;
  background: #f9fafc;
}

.sustainability-features .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.sustainability-features .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 30px);
}

.sustainability-features .feature-card {
  background: #fff;
  border-radius: 16px;
  padding: clamp(25px, 4vw, 35px) 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.sustainability-features .feature-card:hover {
  transform: translateY(-5px);
}

.sustainability-features .feature-icon {
  width: clamp(60px, 7vw, 80px);
  height: clamp(60px, 7vw, 80px);
  margin: 0 auto 15px;
  background: #0f3e97;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainability-features .feature-icon img {
  width: clamp(28px, 4vw, 40px);
  height: clamp(28px, 4vw, 40px);
  object-fit: contain;
}

.sustainability-features .feature-title {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}

.sustainability-features .feature-description {
  font-size: clamp(13px, 1.6vw, 15px);
  color: #4b5563;
  margin-bottom: clamp(15px, 3vw, 25px);
  line-height: 1.5;
}

.sustainability-features .feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: clamp(11px, 1.4vw, 13px);
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 12px;
  margin-top: auto;
}

.sustainability-features .badge-icon {
  width: clamp(14px, 2vw, 16px);
  height: clamp(14px, 2vw, 16px);
  object-fit: contain;
}

/* ===============================
   🧠 Responsive Tweaks
   =============================== */
@media (max-width: 768px) {
  .sustainability-section .impact-items,
  .sustainability-features .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .sustainability-section .impact-items,
  .sustainability-features .features-grid {
    grid-template-columns: 1fr;
  }
}

.sustainability-testimonial {
  padding: clamp(20px, 4vw, 30px) 20px;
  background: linear-gradient(90deg, #e8f7ef 0%, #e9f4ff 100%);
  border-radius: 20px;
  text-align: center;
}

.sustainability-testimonial .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.sustainability-testimonial .testimonial-card {
  background: transparent;
  border-radius: 16px;
  padding: clamp(30px, 4vw, 50px);
  position: relative;
}

.sustainability-testimonial .testimonial-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 20px;
}

.sustainability-testimonial .testimonial-stars .star {
  width: clamp(18px, 3vw, 24px);
  height: clamp(18px, 3vw, 24px);
  color: #fbbc04;
}

.sustainability-testimonial .testimonial-quote {
  font-size: clamp(16px, 2vw, 20px);
  font-style: italic;
  color: #111827;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 30px;
}

.sustainability-testimonial .testimonial-author .author-name {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 18px);
  color: #101828;
  margin-bottom: 4px;
}

.sustainability-testimonial .testimonial-author .author-position {
  font-size: clamp(13px, 1.5vw, 15px);
  color: #5b6472;
  margin-bottom: 20px;
}

.sustainability-testimonial .testimonial-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: clamp(11px, 1.5vw, 13px);
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 12px;
  background: #dcfce7;
  color: #016630;
}

.sustainability-testimonial .badge-icon {
  width: clamp(14px, 2vw, 16px);
  height: clamp(14px, 2vw, 16px);
  object-fit: contain;
}

@media (max-width: 640px) {
  .sustainability-testimonial .testimonial-quote {
    font-size: 15px;
  }
}

.sustainability-cta {
  background: linear-gradient(180deg, #082d71 0%, #0a3a8a 100%);
  border-radius: 16px;
  text-align: center;
  color: #fff;
  padding: clamp(40px, 5vw, 70px) 20px;
  max-width: 1700px;
  margin: 60px auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .sustainability-cta {
    margin: 60px 20px;
  }
}

.sustainability-cta .container {
  max-width: 800px;
  margin: 0 auto;
}

.sustainability-cta .cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  font-size: 13px;
  padding: 6px 14px;
  margin-bottom: 18px;
  font-weight: 500;
  color: #e0e7ff;
  gap: 6px;
}

.sustainability-cta .badge-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.sustainability-cta .cta-heading {
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.sustainability-cta .cta-text {
  font-size: clamp(14px, 2vw, 18px);
  color: #e5e7eb;
  margin-bottom: 28px;
  line-height: 1.6;
}

.sustainability-cta .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: #003b8b;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sustainability-cta .cta-button:hover {
  background: #e0e7ff;
  transform: translateY(-2px);
}

.sustainability-cta .button-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.certified-partners {
  background: #f9fafc;
  padding: clamp(40px, 6vw, 80px) 20px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.certified-partners .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.certified-partners .partners-heading {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: #101828;
  margin-bottom: 10px;
}

.certified-partners .partners-subheading {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #5b6472;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.certified-partners .partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

.certified-partners .partner-card {
  background: #fff;
  border-radius: 16px;
  padding: clamp(25px, 4vw, 35px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.certified-partners .partner-card:hover {
  transform: translateY(-5px);
}

.certified-partners .partner-logo {
  margin-bottom: 20px;
}

.certified-partners .partner-logo img {
  max-width: 180px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.certified-partners .partner-title {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}

.certified-partners .partner-description {
  font-size: clamp(13px, 1.6vw, 15px);
  color: #4b5563;
  margin-bottom: clamp(15px, 3vw, 25px);
  line-height: 1.5;
}

.certified-partners .partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: clamp(11px, 1.4vw, 13px);
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 12px;
  background: #eaf4ee;
  color: #1a7b4b;
  margin-top: auto;
}

.certified-partners .badge-icon {
  width: clamp(14px, 2vw, 16px);
  height: clamp(14px, 2vw, 16px);
  object-fit: contain;
}

@media (max-width: 600px) {
  .certified-partners .partners-grid {
    grid-template-columns: 1fr;
  }
}


    .trusted-brands {
      padding: clamp(40px, 5vw, 70px) 20px;
      text-align: center;
      background: #fff;
    }

    .trusted-brands .container {
      max-width: 1700px;
      margin: 0 auto;
    }

    .trusted-brands .trust-text {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 8px;
      font-size: clamp(14px, 2vw, 16px);
      margin-bottom: 40px;
      color: #374151;
    }

    .trusted-brands .stars {
      display: flex;
      gap: 2px;
      align-items: center;
    }

    .trusted-brands .review-text {
      font-weight: 600;
      color: #000;
    }

    .trusted-brands .logos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      align-items: center;
    }

    .trusted-brands .logo-item {
      background: #f3f4f6;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      transition: transform 0.3s ease;
    }

    .trusted-brands .logo-item:hover {
      transform: translateY(-4px);
    }

    .trusted-brands .logo-item img {
      max-width: 120px;
      max-height: 50px;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: 0.8;
      transition: all 0.3s ease;
    }

    .trusted-brands .logo-item img:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    @media (max-width: 600px) {
      .trusted-brands .logos {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
      }
    }

    .find-your-fit {
      padding: clamp(20px, 4vw, 30px) 20px;
      text-align: center;
    }

    .find-your-fit .container {
      max-width: 1700px;
      margin: 0 auto;
    }

    .find-your-fit .fit-heading {
      font-size: clamp(24px, 3vw, 30px);
      font-weight: 700;
      margin-bottom: 8px;
      color: #111827;
    }

    .find-your-fit .fit-subheading {
      font-size: 16px;
      color: #4b5563;
      margin-bottom: 40px;
    }

    .find-your-fit .fit-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .find-your-fit .fit-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 24px;
      text-align: left;
      transition: all 0.3s ease;
    }

    .find-your-fit .fit-card:hover {
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
      transform: translateY(-3px);
    }

    .find-your-fit .fit-card-title {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 4px;
      color: #111827;
    }

    .find-your-fit .fit-card-subtitle {
      color: #6b7280;
      margin-bottom: 12px;
      font-size: 14px;
    }

    .find-your-fit .fit-badge {
      display: inline-block;
      background: #e0e7ff;
      color: #1e40af;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 12px;
      margin-bottom: 10px;
      font-weight: 500;
    }

    .find-your-fit .fit-list {
      list-style: none;
      padding: 0;
      margin: 0 0 10px 0;
    }

    .find-your-fit .fit-list li {
      display: flex;
      align-items: center;
      gap: 6px;
      color: #374151;
      font-size: 14px;
      margin-bottom: 6px;
    }

    .find-your-fit .icon {
      color: #1e3a8a;
      font-size: 14px;
    }

    .find-your-fit .fit-card-desc {
      color: #4b5563;
      font-size: 14px;
      margin-top: 10px;
    }



/* Footer Css Start */

/* =====================================
   Custom Footer - Optimized Responsive
===================================== */
.custom-footer {
  background: #0d1624;
  color: #cbd5e1;
  padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 45px) 20px;
}

/* Footer container */
.custom-footer-block {
  max-width: 1700px;
  margin: clamp(30px, 6vw, 60px) auto;
}

/* =======================
   Footer Main Grid
======================= */
.custom-footer-block .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: clamp(20px, 4vw, 40px);
  align-items: start;
  padding-bottom: 50px;
}

.custom-footer-block .footer-logo {
  width: clamp(100px, 8vw, 140px);
  margin-bottom: 20px;
}

.custom-footer-block .footer-desc {
  color: #d1d5dc;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}

/* =======================
   Stats Boxes
======================= */
.custom-footer-block .footer-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.custom-footer-block .stat-box {
  background: #1e2939;
  padding: 12px 10px;
  border-radius: 10px;
  text-align: center;
}
.custom-footer-block .stat-box h4 {
  color: #82c341;
  font-weight: 700;
  font-size: clamp(14px, 1.5vw, 16px);
  margin: 0 0 6px;
}
.custom-footer-block .stat-box p {
  color: #99a1af;
  font-size: clamp(12px, 1.3vw, 13px);
  margin: 0;
}

/* =======================
   Footer Links / Titles
======================= */
.custom-footer-block .footer-title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  font-size: clamp(15px, 1.8vw, 16px);
}

.custom-footer-block .footer-links ul,
.custom-footer-block .footer-services ul,
.custom-footer-block .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer-block .footer-links li,
.custom-footer-block .footer-services li,
.custom-footer-block .footer-contact li {
  margin-bottom: 8px;
  font-size: clamp(14px, 1.6vw, 16px);
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-footer-block .footer-links a {
  color: #d1d5dc;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 400;
}
.custom-footer-block .footer-links a:hover {
  color: #4ade80;
}

/* =======================
   Service & Contact Icons
======================= */
.custom-footer-block .service-icon,
.custom-footer-block .contact-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
}
.custom-footer-block .service-fallback-icon,
.custom-footer-block .contact-fallback-icon {
  color: #4ade80;
  font-size: 14px;
  width: 16px;
}
.custom-footer-block .contact-item .contact-text {
  color: #fff;
}

/* =======================
   Certifications Section
======================= */
.custom-footer-block .footer-certifications {
  border-top: 1px solid #1e293b;
  padding: clamp(30px, 5vw, 40px) 0 20px;
  text-align: center;
}
.custom-footer-block .footer-certifications h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: clamp(14px, 1.8vw, 16px);
}

.custom-footer-block .certifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  justify-content: center;
}
.custom-footer-block .cert-box {
  background: #1e293b;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}
.custom-footer-block .cert-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.custom-footer-block .cert-text {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.custom-footer-block .cert-text h5 {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 16px);
  margin: 0 0 4px;
  font-weight: 400;
}
.custom-footer-block .cert-text p {
  color: #94a3b8;
  font-size: clamp(11px, 1.3vw, 13px);
  margin: 0;
}

/* =======================
   CTA Section
======================= */
.custom-footer-block .footer-cta {
  background: #0a2b6b;
  color: #fff;
  text-align: center;
  padding: clamp(30px, 5vw, 50px) 20px;
  margin-top: 40px;
  border-radius: 8px;
}
.custom-footer-block .footer-cta .cta-title {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.custom-footer-block .footer-cta .cta-text {
  color: #dbeafe;
  font-size: clamp(14px, 1.8vw, 16px);
  margin-bottom: 25px;
  line-height: 1.5;
}
.custom-footer-block .footer-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.custom-footer-block .footer-cta .btn {
  padding: 10px 22px;
  border-radius: 6px;
  font-size: clamp(13px, 1.6vw, 14px);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.custom-footer-block .footer-cta .btn-light {
  background: #fff;
  color: #0a2b6b;
}
.custom-footer-block .footer-cta .btn-light:hover {
  background: #e2e8f0;
}
.custom-footer-block .footer-cta .btn-outline-light {
  border: 1px solid #fff;
  color: #fff;
}

.custom-footer-block .cta-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
}

/* =======================
   Footer Bottom Bar
======================= */
.custom-footer-block .footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 20px 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #99A1AF;
  font-size: clamp(12px, 1.5vw, 14px);
  flex-wrap: wrap;
}
.custom-footer-block .footer-bottom .bottom-meta {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.custom-footer-block .footer-bottom .footer-rating,
.custom-footer-block .footer-bottom .footer-shipping {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* =======================
   Responsive Adjustments
======================= */
@media (max-width: 992px) {
  .custom-footer-block .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .custom-footer-block .footer-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .custom-footer-block .footer-grid {
    grid-template-columns: 1fr;
  }
  .custom-footer-block .footer-certifications h4 {
    font-size: 15px;
  }
  .custom-footer-block .certifications-grid {
    grid-template-columns: 1fr 1fr;
  }
  .custom-footer-block .footer-cta {
    padding: 40px 15px;
  }
  .custom-footer-block .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .custom-footer-block .certifications-grid {
    grid-template-columns: 1fr;
  }
  .custom-footer-block .footer-cta .cta-title {
    font-size: 20px;
  }
  .custom-footer-block .footer-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

.contact-text p {
    margin: 0;
}