/** Shopify CDN: Minification failed

Line 1448:9 Unexpected "-->"
Line 1938:4 "align-item" is not a known CSS property
Line 2887:4 "z-nidex" is not a known CSS property
Line 3260:2 Unexpected "@"

**/
@font-face {
  font-family: 'KarbanType';
  src: url('https://cdn.shopify.com/s/files/1/0913/5164/6580/files/KarbanTypeVF.woff2?v=1756554673') format('woff2-variations'),
       url('https://cdn.shopify.com/s/files/1/0913/5164/6580/files/KarbanTypeVF.woff?v=1756554673') format('woff-variations');
  font-weight: 100 900;
  font-style: normal !important;
  font-display: swap;
}
/* @supports (-webkit-touch-callout: none) {
  body, html, * {
    font-family: 'KarbanType', sans-serif;
    font-style: normal !important;
    font-synthesis: none !important;
    font-variation-settings: "ital" 0, "slnt" 0 !important;
  }
} */

body, html, * {
  font-family: 'KarbanType', sans-serif;
  font-style: normal !important;
  font-synthesis: none !important;
  font-variation-settings: "ital" 0, "slnt" 0 !important;
}
*{
  font-style: normal;
}

h1, h2, .heading {
  font-family: 'KarbanType', sans-serif;
  font-weight: 700; /* Example bold */
}

/* Title */
.typography-title {
  font-family: 'KarbanType', sans-serif;
  font-size: 64px;
  font-weight: 500; /* Medium */
  line-height: 125%;
  letter-spacing: 0;
}

/* Heading 1 */
.typography-h1 {
  font-family: 'KarbanType', sans-serif;
  font-size: 40px;
  font-weight: 600; /* SemiBold */
  line-height: 110%;
  letter-spacing: 0;
}

/* Heading 2 */
.typography-h2 {
  font-family: 'KarbanType', sans-serif;
  font-size: 36px;
  font-weight: 500; /* Medium */
  line-height: 110%;
  letter-spacing: 0;
}

/* Subheading */
.typography-subheading {
  font-family: 'KarbanType', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0;
}

/* Button */
.typography-button {
  font-family: 'KarbanType', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

/* Body */
.typography-body {
  font-family: 'KarbanType', sans-serif;
  font-size: 20px;
  font-weight: 300; /* Light */
  line-height: 125%;
  letter-spacing: 0;
}

/* Nav Bar */
.typography-nav {
  font-family: 'KarbanType', sans-serif;
  font-size: 18px;
  font-weight: 400; /* Regular */
  line-height: normal;
  letter-spacing: 0;
}

/* Section Header */
.typography-section-header {
  font-family: 'KarbanType', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.15em; /* 15% */
}

/* Caption */
.typography-caption {
  font-family: 'KarbanType', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
}

/* Callout */
.typography-callout {
  font-family: 'KarbanType', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.15em;
}

/* Body Small */
.typography-body-small {
  font-family: 'KarbanType', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}


/* common button css */
 .karban-dark-btn{
  background: var(--Forest-dew);
  color:#fff;
  border: 1px solid var(--Forest-dew);
  padding: 17px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  max-height: fit-content;
  text-decoration: none;
  display: inline-block;
  transition: all 0.6s ease; 
  }
  .karban-dark-btn:hover{
    background:transparent;
    color: var(--Forest-dew);
    border: 1px solid var(--Forest-dew);
    transition: 0.6s;
  }

.karban-lite-btn {
   padding: 15px 25px ;
  font-size: 20px;
  font-weight: 400 ;
  line-height: 1;
  max-height: fit-content;
  border: 1px solid #001D00 ;
  background: #fff ;
  color: #001D00 ;
  cursor: pointer ;
  transition: 0.6s ;
  /* border-radius: 0px ; */
  text-decoration: none;
  display: inline-block;
}
.karban-lite-btn:hover{
  background:#001d00 ;
  color:#0000 ;
  /* border:1px solid #001d00 ; */
}

/* .karban-lite-btn {
   padding: 15px 25px !important;
  font-weight: 500 !important;
  border: 1px solid #001D00 !important;
  background: #fff !important;
  color: #001D00 !important;
  cursor: pointer !important;
  transition: 0.6s !important;
  border-radius: 0px !important;
  text-decoration: none;
          }
   .karban-lite-btn:hover{
    background:#001d00 !important;
    color:#fff !important;
    border:1px solid #001d00 !important;
     
  } */


/* Home page top banner */
/* section-1 */


.banner-media-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner-media-section .banner-media {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 1rem;
  color: white;
  width: 100%;
}

.banner-heading {
  font-size: 55px;;
  font-weight: 400;
  margin-bottom: 0rem;
  color: #FCFAED;
}

.banner-subheading {
  color: #F9F9F9;
  margin-top: 0px;
  margin-bottom: 20px;
}

.banner-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.banner-btn {
  padding: 15px 25px;
  border: 1px solid white;
  text-decoration: none;
  min-width: 150px;
  text-align: center;
}

.home-banner-btn {
  background-color: #FCFAED;
  color: #235F3C;
  font-size: 26px;
  font-weight: 500;
  transition: 0.7s;
}
  .home-banner-btn:hover{
    color: #fff;
    background: transparent;
    
  }

.home-banner-secondary-btn {
  background-color: transparent;
  color: #FCFAED;
   font-size: 26px;
  font-weight: 500;
  transition: 0.7s;
}
 .home-banner-secondary-btn:hover {
  background-color:  #FCFAED;
  color:  #235F3C;
 
} 

@media screen and (max-width: 768px) {
  .banner-heading {
    font-size: 40px;
    font-weight: 600;
  }

  .banner-subheading {
    font-size: 20px;
    font-weight: 500; 
  }

  .banner-buttons {
    flex-direction: column;
    gap: 0.75rem;
     align-items: center;
  }

  .banner-btn {
    width: auto;
    padding : 8px 15px;
  }
}
  @media screen and (max-width: 560px) {
   .banner-overlay{
     top: 60%;
     
   } 
  .banner-heading {
    font-size: 26px;
  }

  .banner-subheading {
    font-size: 16px;
  }

  .banner-btn {
    font-size: 16px;
    padding: 8px 12px;
  }
    /* .banner-overlay {
  width: 324px;
} */
    .banner-media-section .banner-media {
  width: 100%;
  height: 80vh;
    }
}


/* sec-2 card  counter section*/

.counter-section {
  padding: 10px 0;
  background:#E3E3E3 !important;
  text-align: center;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  box-sizing: border-box;
  z-index: 0;
}
.counter-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent !important;
}
.container {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

.counter-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.counter-card {
  flex: 1 1 30%;
  background: transparent;
  padding: 24px 0px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.counter-top-text {
  font-size: 20px;
  font-weight: 400;
  color: #778679;
  letter-spacing: -0.5px;
  margin-bottom: -15px;
}

.counter-center {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin: 20px 0;
  line-height: 150%;
}

.counter-number {
  font-size: 50px;
  font-weight: 400;
  color: #001d00;
  letter-spacing: 0;
}

.counter-label {
  font-size: 50px;
  font-weight: 400;
  color: #001d00;
  letter-spacing: 0;
}

.counter-desc {
  font-size: 20px;
  font-weight: 400;
  color: #778679;
  margin-top: -15px;
  letter-spacing: -0.5px;
}

/* Mobile Auto Scroll Smooth */
@media (max-width: 768px) {

  .counter-wrapper {
    width: 100%;
    position: relative;
    overflow-x: hidden !important;  /* <-- ensures no line */
    overflow-y: hidden !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* Hide scrollbar for WebKit properly */
  .counter-wrapper::-webkit-scrollbar {
    display: none !important;
  }

  .counter-track {
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    animation: smoothScroll 18s linear infinite;
    white-space: nowrap;
  }

  .counter-card {
    flex: 0 0 auto;
    width: 260px;
    text-align: center;
  }

  @keyframes smoothScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
}





/* sec-3 promo section */

.karban-promo-section {
  background-color: #0E2A16;
  color: #ffffff;
  text-align: center;
  padding: 120px 20px;
}


.karban-container {
  max-width: 1300px;
  margin: 0 auto;
}

.karban-heading {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 48px;
  margin-top: 0px;
  letter-spacing: 0;
  line-height: 110%;
  color: #d8e7dd;
}
.karban-text{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

  .karban-image-wrapper {
  max-width: 100%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.karban-image-wrapper.in-view {
  opacity: 1;
  transform: translateY(0);
}
.karban-subtext {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 48px;
  line-height: 1.6;
  color: #d8e7dd;
  width: 750px;
}

.karban-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.karban-btn {
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.7s ease;
}

.home-banner-btn {
  background-color: #ffffff;
  color: #235F3C;
  font-size: 26px;
  font-weight: 500;
  border: 1px solid #ffffff;
  max-height: max-content;
  line-height: 1;
}

.home-banner-btn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}

.home-banner-secondary-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  font-size: 26px;
  font-weight: 500;
  max-height: max-content;
  line-height: 1;
}

.home-banner-secondary-btn:hover {
  background-color: #fff;
  color: #235F3C;
}

.karban-image-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.karban-image {
  width: 100%;
  height: auto;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .karban-heading {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .karban-text {
    flex-direction: column;
    padding: 0 10px;
  }

  .karban-subtext {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
  }

  .karban-buttons {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    padding: 0 10px;
    align-items: center;
  }

  .karban-btn {
    width: auto;
    padding: 12px 20px;
    font-size: 18px;
  }

  .karban-image {
    max-width: 100%;
    height: auto;
  }
}

/* sec-4 media-tabbed */

.media-tabbed-section {
  width: 100%;
  background: var(--Snow);
}
.container-gallery {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.media-display {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.media-display img,
.media-display video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 580px;
  object-fit: cover;
}
.media-display {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.media-display img,
.media-display video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

.tab-buttons button {
  background: transparent;
  padding:8px 14px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}



.active-tab-label {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}


.fade-up {
  animation: fadeUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-buttons {
  padding: 48px 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0px;
}
.tab-buttons button {
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  color: var(--Fog);
  background: transparent;
  line-height: 1;
}
.tab-buttons button.active {
  color: var(--Ash);
}
.mobile-nav-wrapper,.active-tab-label {
  display: none;
}
.tab-btn.active, .tab-btn:hover {
    background: var(--Ash);
    color: var(--Snow) !important;
}
@media screen and (max-width: 559px) {
  .tab-buttons {
    display: none !important; 
  }

  .mobile-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    bottom: 0px;
  }

  .mobile-nav-wrapper .prev-tab,
  .mobile-nav-wrapper .next-tab {
    font-size: 32px;
    background: none;
    border: none;
    color: #7fa28b;
    cursor: pointer;
  }

  .mobile-nav-wrapper .active-tab-label {
    font-size: 20px;
    color: #333;
    font-weight: 500;
  }
.active-tab-label {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    padding: 18px 0px;
}
  .mobile-nav-wrapper button {
  background: black;
  border: none;
  padding: 0;
  cursor: pointer;
}

.mobile-nav-wrapper img {
  width: 32px;
  height: auto;
}
}

/* sec-5 hero-futuristic  */

  .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.futuristic-hero-section {
  background-color: var(--Snow);
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 96px 20px;
  overflow: hidden;
}

.futuristic-wrapper {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.row-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
}

.line-one,
.line-two,
.line-three,
.line-four {
  color: #235F3C;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

.line-one {
  font-size: 40px;
  font-weight: 700;
}

.line-two {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
}

.line-three {
  margin-top: 10px;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.line-four {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  width: 88%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.cta-button {
  margin-top: 30px;
  width: 52%;
  text-align: end;
}

  

  @media (max-width: 1025px){
    .line-three{
      width: 83%;
    }
    .line-one{
      letter-spacing: -1px;
    }
    .line-four {
        letter-spacing: -0.5px;
  }
  }
   @media (max-width: 769px){
    .line-three{
      justify-content: start;
    }
    .line-one{
      letter-spacing: 0px;
    }
    .line-four {
        letter-spacing: 0px;
      justify-content: start;
  }
     .cta-button{
       text-align: start;
     }
  }
    @media (max-width: 560px){
   .line-two
, .line-three{
      font-size: 70px;
    }
    .line-one, .line-four{
      font-size: 30px;
    }
     .about-btn-dark{
       padding: 10px 15px;
     }
  }


/* sec-6 product range */


.product-range-wrapper {
  padding: 96px 0;
  text-align: center;
  background-color: #E3E3E3 !important;
  position: relative;
  z-index: 0;
  
}
  .range-container {
    background: transparent !important;
  max-width: 100vw;
  margin: 0 auto;
}
.product-range-heading {
  margin-bottom: 20px;
}
.product-range-heading h2 {
  color: var(--Ash);
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 22px;
  margin-top: 0px;
}
.product-heading-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
  .sec-description{
        letter-spacing: 0px;
  }
.product-heading-icons .icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.product-heading-icons img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0; 
  /* border-top: 0.3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.3px solid rgba(0, 0, 0, 0.2); */
}
.product-card {
  width: 50%;
  text-align: center;
  position: relative;
  padding: 20px;
   border-left: 0.3px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-top: 0.3px solid #ccc;
    border-bottom: 0.3px solid #ccc;
}
/*
.product-card img {
  max-width:414px;
  max-height:345px;
  min-height:345px;
  width: 100%;
  height: auto;
}*/
.product-card h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
    margin-top: 24px;
}
.product-card p {
    font-size: 16px;
    color:  #7A7A7A;
    margin: 12px 0px 48px;
    line-height: 1.5;
}
.product-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 0px;
}
/* .btn-dark,  */
/* .btn-outline {
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
} */
.btn-dark {
  /* background: #001d00;
  color: #fff;
  border: 1px solid #001d00;
  text-decoration: none;
  transition: 0.5s; */
}
  .btn-dark:hover {
  /* background: #fff;
  color: #001d00;
  border: 1px solid #001d00; */
  
}
/* .btn-outline {
  background: transparent;
  border: 1px solid #001d00;
}
  .btn-outline:hover {
    background: #001d00;
    color: #fff;
  border: 1px solid #ccc;
    transition: 0.5s;
} */
.expanded-product {
  display: none;
  text-align: left;
  max-width: 1300px;
  margin: 30px auto;
  position: relative;
  background: #fff;
  padding:  0;
  
}
.expanded-product.active {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.expanded-product img {
  width: 600px;
}
.expanded-details {
  flex: 1;
}
.expanded-details h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.icon-list {
  margin-top: 20px;
}
.icon-list .icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.icon-list img {
  width: 20px;
  height: 20px;
}
.extra-text {
  margin: 15px 0;
  font-size: 15px;
}
.expanded-close {
  position: absolute;
  top: 50px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
  @media (max-width: 769px){
    .expanded-product img {
      width: 350px;
    }
  }

@media screen and (max-width: 720px) {

  .product-range-heading h2 {
    font-size: 30px;
  }

  .product-heading-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

   .product-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;

    scroll-snap-type: x mandatory;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    padding: 0 16px 12px 16px;
  }

  .product-grid::-webkit-scrollbar {
    display: none;
  }

  .product-card {
    flex: 0 0 auto;
    width: 85%;
    scroll-snap-align: start;
  }
  


  /* image like first screenshot: centered on top */
  .product-image-container {
    height: auto !important;
    padding-top: 0 !important;
    display: block;
    max-width: 320px;
    margin: 0 auto 16px;
  }

  .product-image-container > div {
    display: block !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    height: auto !important;
  }

  .product-image-container img {
    position: static !important;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  /* only one image in layout at a time */
  .product-image-container .default-image {
    display: block;
  }

  .product-image-container .hover-image {
    display: none;
  }

  /* tap to swap on mobile */
  .product-card.is-active .product-image-container .default-image {
    display: none;
  }

  .product-card.is-active .product-image-container .hover-image {
    display: block;
  }
  .product-buttons {
    flex-direction: row;
    gap: 10px;
  }

  .btn-dark,
  .btn-outline {
    /* width: 100%;  if you ever want full-width buttons */
  }

  .expanded-product.active {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 20px 15px;
  }

  .expanded-product img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
  }

  .expanded-details {
    width: 100%;
    text-align: left;
  }

  .expanded-details h3 {
    font-size: 22px;
  }

  .icon-list .icon-item img,
  .icon-list .icon-item svg {
    width: 24px;
    height: auto;
  }

  .icon-list .icon-item {
    margin-bottom: 8px;
  }

  .extra-text {
    font-size: 14px;
  }
}


/* sec-7 saving graph calculator */
 .savings-calculator {
  background: #EDEFF1;
  padding: 96px 0px;
}

  .container-saving-calculator {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
  canvas#savingsChart {
  background: transparent;
}

.savings-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
  .saving-left-content{
    display: flex;
  flex-direction: column;
  justify-content: space-between;
   height: 550px; 
  }
.savings-left {
  flex: 1 1 40%;
  /* min-width: 300px; */
  
  /* height: 100%; */
}
.savings-right {
  flex: 1 1 60%;
  /* min-width: 300px; */
  width: 100%;
}

.savings-left h2 {
font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
    width: 100%;
    max-width: 427px;
}

.saving-amount p {
  font-size: 26px;
  font-weight: 400;
  margin: 0px;
  color: var(--Ash);
  line-height: 1;
}
  .saving-amount p>img{
    height: 33px;
    width: 33px;
    margin-left: 10px; 
    margin-bottom: -8px;
    
  }

.saving-amount h1 {
  font-size: 48px;
  font-weight: 400;
  color: var(--Ash);
  margin: 12px 0;
  line-height: 100%;
  letter-spacing: 0px;
}

/* Make <a> with .cta look same as button */
a.cta,
button.cta {
  display: inline-block;
  text-decoration: none;
  background: var(--Forest-dew);
  color: var(--Snow);
  padding: 15px 25px;
  border: 1px solid var(--Forest-dew);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  max-height: max-content;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.6s ease;
  border-radius: 0; /* optional */
}

/* Hover effect */
a.cta:hover,
button.cta:hover {
  background: #fff;
  color: var(--Forest-dew);
  border-color: var(--Forest-dew);
  text-decoration: none;
}


.note {
  font-size: 14px;
  font-weight: 400;
  color: var(--Ash);
  line-height: 1.5;
  margin: 0px;
}
  .slider-block{
    padding-left:40px;
  }

.slider-block label {
    font-weight: 500;
    font-size: 24px;
    color: #001d00;
    letter-spacing: 0;
    display: block;
    margin-bottom: 25px;
    line-height: 100%;
  
}

.slider-wrapper {
  position: relative;
  
}

#usageSlider {
  max-width: 648px;
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 4px;
  background: #ccc; 
  transition: background 0.6s ease;
}

#usageSlider::-webkit-slider-thumb {
  appearance: none;
  width: 24px;
  height: 24px;
  background: #A87550;
  border: 1.5px solid #A87550;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 0px;
  transition: transform 0.2s ease;
}

  #usageSlider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #001d00;
  border: 1.5px solid #001d00;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
  #usageSlider:active::-webkit-slider-thumb {
  transform: scale(0.9);
}
#usageSlider:active::-moz-range-thumb {
  transform: scale(0.9);
}
.slider-value {
  position: absolute;
  top: 30px; 
  left: 40%;
  transition: left 0.2s ease;
  white-space: nowrap;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  color: #001d00;
}

.legend {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin: 40px 0;
  font-size: 16px;
  font-weight: 500;
}

.legend-box {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
}

.chart-holder {
  height: 420px;
  margin-bottom: 20px;
}

.tab-labels {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.tab-button {
  flex: 1;
  background: none;
  border: none;
  font-weight: 400;
  padding: 10px 0;
  cursor: pointer;
  color: #001d00;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid #ccc; /* light gray for all by default */
  transition: border-color 0.3s;
}

.tab-button.active {
  border-bottom: 2px solid #001d00; /* dark green for active */
}
  @media (max-width: 1025px) {
  .slider-block label{
    font-size: 20px;
  }
  }
@media (max-width: 768px) {
  .savings-wrapper {
    flex-direction: column;
  }

  .chart-holder {
   width: 100%;
    height: 250px;
  }

  .tab-button {
    font-size: 13px;
  }
}


/*  sec-8 befor-after */

<!-- CSS -->

  .ba-toggle-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.ba-toggle-wrapper {
  position: relative;
  text-align: center;
  padding: 0 45px;
}

.ba-toggle-image {
  display: none;
  position: relative;
}
.ba-toggle-image.active {
  display: block;
}

.ba-toggle-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: calc(100vh - 154px);
}

.ba-toggle-text {
  position: absolute;
  bottom: 80px;
  color: #fff;
  padding: 15px;
  max-width: 50%;
  z-index: 2;
}

.ba-text-left { left: 20px; text-align: left; }
.ba-text-right { right: 20px; text-align: right; }

.ba-toggle-buttons {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  gap: 24px;
  background: transparent;
  /* backdrop-filter: hue-rotate(46deg); */
  padding: 2px 20px;
}

.ba-toggle-btn {
  padding: 8px 25px;
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  font-size:20px;
  font-weight: 500;
}
.ba-toggle-btn.active {
  background: #001d00;
  color: #fff;
}

.ba-heading span:first-child {
  font-size: 20px;
  color: #fff;
}
.ba-heading span:last-child {
  font-size: 60px;
  color: #fff;
  letter-spacing: -2px;
}

@media (max-width: 768px) {
  .ba-toggle-wrapper{
    padding: 0;
  }

  .ba-toggle-text {
    max-width: 90%;
    bottom: 40px;
    left: 10px !important;
    right: 10px !important;
    text-align: center;
  }
}
/* sec-9 exploded product */

.exploded-section-wrapper {
  position: relative;
  width: 100%;
  background: #f6f7f6;
  overflow: hidden;
  padding: 100px 0 40px 0;
}

.exploded-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.exploded-heading-wrapper {
  text-align: center;
  padding: 0 20px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.animate__animated.animate__fadeInUp {
  opacity: 1 !important;
}

.exploded-heading-wrapper h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
}

.exploded-heading-wrapper p {
font-size: 18px;
    color: var(--Ash);
    margin: 24px auto 48px;
    line-height: 1.5;
    max-width: 750px;
    width: 100%;
}

.exploded-button {
  background-color: var(--Forest-dew);
  color: var(--Snow);
  padding: 15px 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.6s ease;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  max-height: max-content;
  border: 1px solid var(--Forest-dew);
}
.exploded-button:hover {
  background-color: transparent;
  color: var(--Forest-dew);
}

/* Image Container Styling */
   #explodedCanvas {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.exploded-image-container {
  perspective: 1000px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.exploded-image-inner {
  transform-style: preserve-3d;
  transform-origin: top top;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  box-sizing: border-box;
}

.exploded-image-inner img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 560px){
  .exploded-section-wrapper{
    padding: 20px 0;
  }

}
/* sec-10 image Drag */

.image-slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  /* height: 100vh; */
  overflow: hidden;
  z-index:1;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blurred {
  filter: blur(15px);
  clip-path: inset(0 50% 0 0); 
  /* transition: clip-path 0.1s ease-out; */
}

.original {
  clip-path: inset(0 0 0 50%); 
  /* transition: clip-path 0.1s ease-out; */
}

.slider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #001D00;
  left: 50%;
  cursor: ew-resize;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drag-btn {
    background-color: #001D00;
    color: white;
    padding: 14px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    user-select: none;
    line-height: 1;
    z-index: 3;
    letter-spacing: 0;
    height: 55px;
    width: 55px;
    min-width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  /* Mobile Responsive */
@media (max-width: 768px) {
  .image-slider-container {
    aspect-ratio: 4 / 3;
  }
  .drag-btn {
    font-size: 12px;
    padding: 4px 6px;
  }
}
/* sec-11 karban care*/

.karban-care-section {
  padding: 96px 0px;
  background-color: var(--Ash);
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-width{
  padding: 0 15px;
}

.karban-care-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.karban-care-image {
  flex: 1 1 35%;
  text-align: center;
}

.karban-care-image img,
.karban-video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.karban-video {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.karban-video.is-visible {
  opacity: 1;
}

.karban-care-content {
  flex: 1 1 55%;
  text-align: left;
}

.karban-care-content p {
  margin-bottom: 10px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.karban-care-content .karban-heading-product {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Snow);
    line-height: 1;
    text-align: center;
}
  .karban-subtext-wrapper {
  max-width: 510px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.karban-subtext-wrapper p {
    font-size: 18px;
    color: var(--Snow);
    margin: 24px 0px 48px;
    line-height: 1.5;
}

.karban-care-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* margin-top: 25px; */
  justify-items: center;
  padding: 0px
}
.karban-icon-card {
  text-align: center;
  /* max-width: 124px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.karban-icon-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 0px;
}

.karban-icon-card p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    margin-top: 16px;
    text-transform: uppercase;
}


/* Responsive */
@media (max-width: 768px) {
  .karban-care-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .karban-care-content {
    text-align: center;
  }

  .karban-care-content .karban-heading-product {
    font-size: 4rem;
  }

  .karban-icon-card {
    width: 80px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
   .karban-care-wrapper {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .karban-care-section {
    padding: 40p 0px;
  }

  .karban-care-content .karban-heading-product {
    font-size: 3rem;
  }

  .karban-icon-card img {
    width: 42px;
    height: 42px;
  }

  .karban-icon-card p {
    font-size: 12px;
  }
}
  @media (max-width: 380px) {
  .karban-care-wrapper {
    gap: 30px;
    flex-direction: column-reverse;
  }

  .karban-subtext-wrapper p {
    font-size: 16px;
    line-height: 1.4;
  }

  .karban-care-content .karban-heading-product {
    font-size: 2.2rem;
  }

  .karban-care-icons {
    grid-template-columns: repeat(2, 1fr); 
    gap: 16px;
    padding: 0 20px;
  }

  .karban-icon-card img {
    width: 40px;
    height: 40px;
  }

  .karban-icon-card p {
    font-size: 11px;
  }
}
 /* sec-12 testimonial/review */

  .cts-tabbed-slider {
    padding: 96px 0;
    background: var(--Snow);
  }
  .cts-container {
  max-width: 1300px;
    padding : 0 15px;
  margin: 0 auto;
}

  .cts-img-placeholder {
  width: 100%;
  max-width: 300px;
  height: 200px;
  background-color: #f2f2f2;
}
  .cts-layout {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-item: center;
    gap: 40px;
  }

  .cts-tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    height: 300px;
  }

  .cts-tab {
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 600;
  text-align: left;
  background: none;
  color: #999; 
  transition: all 0.3s ease;
}

.cts-tab.active {
  background: none; 
  color: #000; 
  font-weight: 600;
  font-size: 24px;
 
}


  .cts-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .cts-tab-content {
    display: none;
  }
  

  .cts-tab-content.active {
    display: block;
  }

  .cts-box {
    display: flex;
    /* flex-direction: row; */
    align-items: flex-start;
    gap: 40px;
  }
  .cts-img,
.cts-img-placeholder {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  overflow: hidden;
  /* background-color: #f2f2f2; */
}

.cts-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .cts-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 50px;
  }
.cts-content {
  flex: 1;
  text-align: center
}
  .cts-content h4{
font-size: 30px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
    color: var(--Ash);
  }
    .cts-content h4.report-name{
font-size: 18px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
    color: var(--Ash);
  }

.cts-stars {
  color: #235F3C;
  margin-bottom: 15px;
  text-align:center;
  font-size: 25px;
}
 .content-detail {
    font-size: 18px;
    color: var(--Ash);
    margin: 24px 0px 24px;
    line-height: 1.5;
  }
  .cts-news-style .cts-img {
  width: 100%;
  max-width: 300px;
     flex-shrink: 0;
  /* margin-bottom: 15px; */
}

.cts-news-style .cts-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100%;
}
  .news-detail{
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: var(--Ash);
    line-height: 18px;
  }
  .cts-slide {
    min-width: 75%;
    max-width: 75%;
    padding: 40px;
    background: #fcfaed;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
    /* border-radius: 12px; */
    flex-shrink: 0;
  }

  .cts-slider-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

 .cts-slider-nav button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.cts-slider-nav img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

 .cts-news-style .cts-box {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap;  */
  text-align: left;
  align-items: center;
  /* padding: 30px; */
  gap: 20px; 
}

.cts-news-box .cts-content {
  flex: 1; 
  min-width: 200px; 
}
.cts-news-style .cts-stars.bottom-stars {
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
  color: #235F3C;
}

.cts-news-style .cts-btn {
    background-color: var(--Forest-dew);
    color: var(--Snow);
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.6s ease;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    max-height: max-content;
    border: 1px solid var(--Forest-dew);  
}
  .cts-news-style .cts-btn:hover{
    background-color: transparent;
    color: var(--Forest-dew);
  }

  @media (max-width: 1025px){
  .cts-slide {
    max-width: 90%;
  }
  }

  @media (max-width: 768px) {
  .cts-layout {
    flex-direction: column;
    align-items: center;
  }
 .cts-box{
    flex-direction: column;
  }
 
  .cts-tabs {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 30px;
  }

  .cts-tab {
    flex: 1;
    text-align: center;
  }

  .cts-slide {
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .cts-slider-nav {
    
    width: 100%;
  }

  .cts-img, .cts-img-placeholder {
    width: 100%;
    height: auto;
  }

  .cts-content {
    text-align: left;
    font-size: 18px;
  }

  .cts-stars {
    font-size: 18px;
  }

  .content-detail {
    font-size: 18px;
  }

  .news-detail {
    font-size: 18px;
    max-width: 100%;
  }

  .cts-news-style .cts-box {
    padding: 20px;
  }

  .cts-news-box .cts-content {
    text-align: left;
  }

  .cts-news-style .cts-stars.bottom-stars {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .cts-tabbed-slider{
    padding: 40px 0px;
  }
  .cts-content h4 {
    font-size: 24px;
  }

  .content-detail, .news-detail {
    font-size: 16px;
  }

  .cts-stars {
    font-size: 20px;
  }

  .cts-btn {
    font-size: 14px;
    padding: 6px 12px;
  }

  .cts-img img {
    width: 100%;
    height: auto;
  }
  .cts-box{
    flex-direction: column;
  }
  .cts-tabs{
    height: 20px;
  }
}

/* Page technolodgy */


    .tab-sticky-line{
      display: flex;
      flex-direction: row;
          align-items: center;
    }
   .tab-line {
    width: 30px;
    height: 2px;
    background-color: #161616;
    margin-right: 6px;
    transition: opacity 0.3s ease;
     display: none;
  }

  .tab-button-line {
    display: flex;
    align-items: center;
  }

  .scroll-tabs-wrapper {
    /* position: relative; */
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: -62px;

  }
  .section-tab {
    /* position: absolute; */
    position: sticky;
    top: 9%;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1;
    padding: 10px 0;
    display: flex;
    gap: 20px;
    padding-left: 45px;
    border-bottom: 0.2px solid #acacac

  }
    .section-tab span{
    margin-left: 25px;
    }
  .image-slider {
    height: 100vh;
    position: relative;
  }
  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: 1;
    transition: none;
    pointer-events: none;
  }

  .slide.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
  }
  .slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .text-main {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    width: 100%;
    padding-bottom: 60px;
  }
  .tabs-section-main{
    padding-top: 75px;
    background: var(--Linen);
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    padding-bottom: 20px;
  }
  .slide-text{
    max-width: 612px;
    width: 100%;
  }
  .slide-text h2{
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
  }
    .slide-text p{
      font-size: 20px;
      color: var(--Ash);
      margin: 24px 0px 0px;
      line-height: 1.5;
  }
  .sticky-tabs {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;

  }
  .tab-button {
    cursor: pointer;
font-size:12px;
    
    font-weight: 400;
    color: #999999;
  }
  .tab-button.active {
    color: #000;
  }
  
  @media(max-width: 1025px) {
    .section-tab {

    top: 20%;
  }
    .scroll-tabs-wrapper{
      margin-top: -107px;
    }
  }

  @media(max-width: 769px) {
     .section-tab {
    top: 10%;
  }
    .sticky-tabs {
      flex-direction: column;
      justify-content: center;
      position: fixed;
      transform: none;
      margin-top: 10px;
    }
  }

    @media(max-width: 426px) {
   .section-tab span{
    margin-left: 20px;
    }
  }
      @media(max-width: 376px) {
   .section-tab span{
    margin-left: 0px;
    }
  }


    .section-tab-button {
    cursor: pointer;
      font-size: 16px;
    font-weight: 500;
    color: #6c6f74;
  }
  .section-tab-button.active {
    color: #000;
  }

  .tab-content-display {
    padding: 40px 60px;
    background: #f8f8f8;
  }
  .tab-content-item {
    display: none;
  }
  .tab-content-item.active {
    display: block;
  }

/* Page About-us */
/* sec-2 */

  .timeline-line {
  position: absolute;
  top: calc(100% - 6px);
  left: 12%;
  width: 75%;
  height: 1px;
  background-color: #999999;
  z-index: 1;
}

.timeline-section {
  position: relative;
  color: black;
  overflow: hidden;
  background: #fff;
   min-height: 100vh; 
  height: auto;
}
.timeline-container {
  position: relative;
  z-index: 2;
  padding: 150px 20px;
  max-width: 1300px;
  margin: auto;
}
.year {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
    text-align: center;
}
  .timeline-header {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0;
  position: sticky;
  top: 80px; 
  background: #f5f5f5;
  z-index: 10;
}
 .timeline-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
   padding-top: 24px;
    position: relative;
}
.timeline-step {
 position: relative;
  flex: 1;
  text-align: center;
  opacity: 0.4;
  transition: all 0.15s ease;
   min-height: auto; 
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.timeline-step.active {
  opacity: 1;
  /* font-weight: 600; */
}
.timeline-step .month {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: var(--Ash);
  margin-bottom: 16px;
  
}
.timeline-step .text {
  font-size: 18px;
    color: var(--Ash);
    margin: 24px 0px 0px;
    line-height: 1.5;
}
  .timeline-step .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s;
    z-index: 1;
}
.timeline-step.active .dot {
  background-color: black; 
}

.backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.bg-image.active {
  opacity: 1;
}


  @media (max-width: 1025px) {
    .timeline-line {
 
  top: calc(100% - -55px);
  
}
  }




  @media (max-width: 769px) {

  .timeline-bar {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 30px; 
    padding-top: 2rem;
    top: -35px;
  }

  .timeline-step {
    text-align: left;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }

  .timeline-step .dot {
    position: absolute;
    left: -18px;
    top: 3rem;
    bottom: auto;
    transform: translateX(0);
  }

  .timeline-line {
    position: absolute;
    top: 5rem;
    left: 18px;
    width: 1px;
    height: calc(100% - 10rem);
    background-color: #999999;
  }

  .handle-bar {
    display: none !important;
  }
}
      @media (max-width: 426px) {
.timeline-container {
    top: 5%;
  padding: 1rem !important;
}
.timeline-line {
    height: calc(100% - 12rem);
  }
      }

/* sec-3 */

.timeline-line-1 {
  position: absolute;
  top: calc(100% - 6px);
  left: 12%;
  width: 75%;
  height: 1px;
  background-color: #999999;
  z-index: 1;
}
.timeline-section-1 {
  position: relative;
  color: black;
  overflow: hidden;
  background: #fff;
   min-height: 100vh; 
  height: auto;
}
.timeline-container-1 {
  position: relative;
  z-index: 2;
  padding: 150px 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.year-1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
    text-align: center;
}
  .timeline-header-1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0;
  position: sticky;
  top: 80px; 
  background: #f5f5f5;
  z-index: 10;
}
.timeline-bar-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 24px; 
    position: relative;
  gap: 5px;
}
.timeline-step-1 {
 position: relative;
  flex: 1;
  text-align: center;
  opacity: 0.4;
  transition: all 0.3s ease;
   min-height: auto; 
  padding-top: 20px;
  padding-bottom: 50px;
}
.timeline-step-1.active {
  opacity: 1;
  /* font-weight: 600; */
}
.timeline-step-1 .month-1{
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: var(--Ash);
    margin-bottom: 16px;
}
.timeline-step-1 .text-1{
    font-size: 18px;
    color: var(--Ash);
    margin: 24px 0px 0px;
    line-height: 1.5;
}
  .timeline-step-1 .dot-1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s;
    z-index: 1;
}
.timeline-step-1.active .dot-1 {
  background-color: black; 
}
.backgrounds-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bg-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.bg-image-1.active {
  opacity: 1;
}


   @media (max-width: 1025px) {
     .timeline-bar-1 {
  padding-top: 5px;
}
    .timeline-line-1 {
  top: calc(100% - -44px);
}
     .timeline-step-1 .dot-1{
       bottom: -17%;
     }
  }

    @media (max-width: 769px) {


  .timeline-bar-1 {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 30px; 
    padding-top: 2rem;
    top: -35px;
  }

  .timeline-step-1 {
    text-align: left;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }

  .timeline-step-1 .dot-1 {
    position: absolute;
    left: -18px;
    top: 3rem;
    bottom: auto;
    transform: translateX(0);
  }

  .timeline-line-1 {
    position: absolute;
    top: 5rem;
    left: 18px;
    width: 1px;
    height: calc(100% - 12rem);
    background-color: #999999;
  }

  .handle-bar-1 {
    display: none !important;
  }
}

       @media (max-width: 426px) {
.timeline-container-1 {
    top: 5%;
  padding: 1rem !important;
}
.timeline-line-1 {
    height: calc(100% - 12rem);
  }
       }

    @media (max-width: 376px) {
.timeline-line-1 {
    height: calc(100% - 15rem);
  }
       } 

/* sec-4 */

  .timeline-line-2 {
  position: absolute;
  top: calc(100% - 6px);
  left: 25%;
  width: 50%;
  height: 1px;
  background-color: #999999;
  z-index: 0;
}
 
.timeline-section-2 {
  position: relative;
  color: black;
  overflow: hidden;
  background: #fff;
   min-height: 100vh; 
  height: auto;
}
.timeline-container-2 {
  position: relative;
  z-index: 2;
  padding: 150px 20px;
  max-width: 1300px;
  margin: 0 auto;
  top: 6%;
}
.year-2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
  .timeline-header-2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0;
  position: sticky;
  top: 80px; 
  background: #f5f5f5;
  z-index: 10;
}
.timeline-bar-2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 24px;
  position: relative;
  gap: 5px;
}
.timeline-step-2 {
 position: relative;
  flex: 1;
  text-align: center;
  opacity: 0.4;
  transition: all 0.3s ease;
   min-height: auto; 
  padding-top: 20px;
  padding-bottom: 50px;
}
.timeline-step-2 .month-2{
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: var(--Ash);
    margin-bottom: 16px;
}
.timeline-step-2 .text-2{
    font-size: 18px;
    color: var(--Ash);
    margin: 24px 0px 0px;
    line-height: 1.5;
}
.timeline-step-2.active {
  opacity: 1;
  /* font-weight: 600; */
}
  .timeline-step-2 .dot-2 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s;
    z-nidex: 1;
}
.timeline-step-2.active .dot-2 {
  background-color: black; 
}
.backgrounds-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bg-image-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.bg-image-2.active {
  opacity: 1;
}


   @media (max-width: 1025px) {
    .timeline-line-2 {
 
  top: calc(100% - -68px);
}
  }

    @media (max-width: 769px) {


  .timeline-bar-2 {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 30px; 
    padding-top: 2rem;
    top: -35px;
  }

  .timeline-step-2 {
    text-align: left;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }

  .timeline-step-2 .dot-2 {
    position: absolute;
    left: -18px;
    top: 3rem;
    bottom: auto;
    transform: translateX(0);
  }

  .timeline-line-2 {
    position: absolute;
    top: 5rem;
    left: 18px;
    width: 1px;
    height: calc(100% - 10rem);
    background-color: #999999;
  }

  .handle-bar-2 {
    display: none !important;
  }
}
      @media (max-width: 426px) {
.timeline-container-2 {
    top: 5%;
  padding: 1rem !important;
}
.timeline-line-2 {
    height: calc(100% - 10rem);
  }
      }


/* sec-5 story-section (image with text) */

.custom-image-text-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 96px 20px;
}
.custom-image-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 96px;
}
.custom-image-text-wrapper:last-child{
  margin-bottom: 0px;
}
.custom-image-text-wrapper.reverse {
  flex-direction: row-reverse;
}
.custom-image-text-image {
  flex: 1;
  max-width: 645px;
}
.custom-image-text-image img {
  width: 100%;
  height: auto;
  display: block;
  height: 615px;
  object-fit: cover;
  border: 1px solid #000000;
}
.custom-image-text-content {
  flex: 1;
  max-width: 645px;
}
.custom-image-text-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
}
.custom-image-text-content p {
  font-size: 18px;
  color: var(--Ash);
  margin: 24px 0px 0px;
  line-height: 1.5;
}
.custom-image-text-button {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  padding: 15px 25px;
  border: 1px solid #001d00;
  text-decoration: none;
  color: #001d00;
  transition: all 0.6s ease;
}
  .custom-image-text-button:hover {
  background: #001d00;
  border: 1px solid #001d00;
  text-decoration: none;
  color: #fff;
    
    
}

@media screen and (max-width: 768px) {
  .custom-image-text-wrapper {
    flex-direction: column !important;
    gap: 20px;
  }
  .custom-image-text-content h2 {
    font-size: 32px;
  }
  .custom-image-text-content p {
    font-size: 18px;
  }
}

/*sec-6 vision-card  */


.nv-vision-cards {
  padding: 96px 0;
  background: var(--Snow);
}
.nv-vision-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.nv-vision-cards-grid {
  display: grid;
  gap: 30px;
}
.nv-vision-card h3{
    /* font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: var(--Ash);
    margin: 16px 0px; */
    font-size: 40px;
    font-weight: 600;
    margin: 16px 0px;
    color: var(--Ash);
    line-height: 1;
}
.nv-vision-card p{
  font-size: 18px;
  color: var(--Ash);
  margin: 0px;
  line-height: 1.5;
}

/* 1 to 4 cards per row */
.cards-per-row-1 {
  grid-template-columns: repeat(1, 1fr);
}
.cards-per-row-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cards-per-row-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cards-per-row-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Responsive fallback */
@media (max-width: 769px) {
  .nv-vision-cards-grid {
    grid-template-columns: 1fr !important;
  }
}



/* page contact  sec-1*/

.contact-map-wrapper {
  padding: 60px 0px;
  /* background: #f5f5f5; */
  background: var(--Snow);
}
 .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
  }
.top-header {
  margin-bottom: 50px;
  /* padding-left: 5px; */
}

.top-header h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 5px;
  letter-spacing: 0px;
  color: #001d00;
  margin-top: 0px;
}

.top-header .subheading p {
  font-size: 20px;
  font-weight: 400;
  color: #001d00;
  margin: 0;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-left,
.contact-right {
  flex: 1;
  min-width: 300px;
  
}

.contact-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: #001D00;
  margin: 5px 0;
}
  .contact-info a{
    color: #001D00;
  }
  .contact-info{
    padding-left: 5px;
    padding: 15px 0px;
  }
.custom-form{
  padding: 0px;
  background: var(--Snow);
}
.custom-form input,
.custom-form textarea {

  font-size: 20px;
  font-weight: 400;
  line-height:24px;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 25px;
  border: 1px solid var(--Ash);
  background: var(--Snow);
  color: var(--Ash);
}
  .custom-form textarea {
  height: 103px;
}
  .custom-form input::placeholder,
.custom-form textarea::placeholder {
  color: var(--Ash);
}
.custom-form button {
  padding: 15px 25px;
  font-size: 20px;
  line-height: 1;
  background: var(--Forest-dew);
  color: var(--Snow);
  border: none;
  cursor: pointer;
  border: 1px solid var(--Forest-dew);
   transition: 0.3s ease;
}
.custom-form button:hover{
   background: transparent;
  color: #000;
}
.dropdowns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.dropdowns select {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Ash);
    border: 1px solid var(--Ash);
    background: transparent;
}

.map-container iframe {
  width: 100%;
  height: 412px;
  border: 0;
}

/* Responsive Styles */

  @media (min-width: 768px) {
  .contact-left {
    flex: 0 0 30%;
    max-width: 30%;
   
  }

  .contact-right {
    flex: 0 0 70%;
    max-width: 65%;
    padding: 50px 10px 0px 30px;
  }

  .dropdowns {
    flex-direction: row;
    gap: 20px;
  }
}

  @/* Mobile (≤767px) */
@media (max-width: 767px) {
  .top-header h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .custom-form {
    padding: 10px;
  }

  .dropdowns {
    flex-direction: column;
    gap: 10px;
  }

  .map-container iframe {
    height: 250px;
  }

  .top-header{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-header h2{
    font-size: 45px;
  }
  .top-header .subheading{
    font-size: 14px;
  }
  .contact-left{
    min-width: 260px;
  }
  .contact-content{
    gap: 10px;
  }
}
  @media (max-width: 426px) {
    .contact-map-wrapper{
      padding:20px;
    }
    .top-header h2 {
      margin-top: 5px ;
      
    }
  .contact-content{
    display: flex;
    flex-direction: column;
    
  }
  }
  
/* sec-2 quick solution */


.quick-solutions-section {
  padding: 96px 0px;
  background: var(--Linen);
  text-align: center;
}
   .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
  }

.qs-heading {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--Fog);
    margin-bottom: 4px;
    display: block;
    margin-top: 0px;
}

.qs-subheading {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 50px;
    color: var(--Ash);
    line-height: 1;
}

.qs-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  justify-content: center;
}

.qs-card {
  background: var(--Snow);
  padding: 20px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.qs-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.09);
}

.qs-card h3 {
  color: #001D00;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0px;
  min-height: 68px;
}

.qs-card p {
    font-size: 18px;
    color: var(--Ash);
    margin: 0px 0px 24px 0px;
    line-height: 1.5;
    text-align: start;
}

.qs-btn {
  align-self: flex-start;
  background: #001D00;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #001D00;
  transition: 0.6s ease;
  margin-top: 0px;
}

.qs-btn:hover {
  background: transparent;
  color: #001D00;
}
  @media (max-width: 426px){
    .quick-solutions-section{
      padding: 20px;
    }
    .qs-heading{
      margin-top: 5px;
    }
  }
/* sec-3 product-support */


.product-support-section {
  padding: 96px 0px;
  text-align: center;
  background-color: var(--Ash);
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.ps-heading {
font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Snow);
    line-height: 1;
}

.ps-subheading {
font-size: 18px;
    color: var(--Snow);
    margin: 24px 0px 48px;
    line-height: 1.5;
}

.ps-cards {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}

.ps-card {
  background: var(--Ash);
  padding: 0;
}

.ps-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
}

.ps-title {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 8px;
  padding: 0 10px;
  color: var(--Snow);
}

.ps-description {
  font-size: 20px;
  font-weight: 400;
  color: var(--Snow);
  padding: 0 10px 10px;
  margin: 0px;
  line-height: 150%;
}
  @media (max-width: 426px){
    .product-support-section{
      padding: 20px;
    }
    .ps-heading{
      margin-top: 5px;
    }
    .ps-cards{
      gap: 10px;
    }
  }


/* sec-4 app-promo */


.karban-app-promo {
  padding: 96px 0px;
  background-color: var(--Snow);
}
.karban-app-promo .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
.promo-content {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  margin-bottom: 40px;
}
.promo-content .text-box,
.promo-content .image-box{
  max-width: 50%;
}

.text-box h2 {
font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
}
.text-box p {
font-size: 18px;
    color: var(--Ash);
    margin: 24px 0px 48px;
    line-height: 1.5;
}
.btn-group {
  display: flex;
  gap: 12px;
}
.btn {
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.6s ease;
  line-height: 1;
}
.primary-btn {
  background: #001D00;
  color: #fff;
   border: 2px solid #001D00;
   transition: 0.6s ease;
}
  .primary-btn:hover{
   background: transparent;
  color: #001D00;
}
.secondary-btn {
  background: transparent;
  color: #001D00;
   border: 2px solid #001D00;
   transition: 0.3s ease;
}
  .secondary-btn:hover{
   background: #001D00;
  color: #fff;
}
.image-box img {
  max-width: 100%;
  height: auto;
  display: block;
   filter: drop-shadow(0 40px 80px rgba(164,148,255,.6));
}

/* Mobile view */
@media (max-width: 768px) {
  .promo-content {
    flex-direction: column;
    text-align: center;
  }
  .text-box, .image-box {
    max-width: 100%;
  }
  .btn-group {
    justify-content: center;
    flex-wrap: wrap;
  }
}
  @media (max-width:426px){
    .karban-app-promo {
      padding: 20px;
    }
    .text-box h2{
      margin-top:5px;
    }
  }
/* sec-5 warranty registration */

.warranty-section {
  padding: 96px 0px;
  background: var(--Snow);
}
.container {
  max-width: 1300px;
  margin: auto;
}
.warranty-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.warranty-image {
  flex: 1 1 45%;
}
.warranty-image img {
  width: 100%;
  height: auto;
  display: block;
}
.warranty-content {
  flex: 1 1 45%;
  text-align: center;
}
.warranty-content h2 {
font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
}
.warranty-content .subheading {
font-size: 18px;
    color: var(--Ash);
    margin: 24px 0px 48px;
    line-height: 1.5;
  
}
.button-group a {
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  padding: 15px 25px;
  display: inline-block;
   border: 1px solid #001D00;
   transition: 0.6s ease;
}
 .button-group a:hover{
   background: transparent;
  color: #001D00;
}
  
.btn-dark {
  background: #001D00;
  color: #fff;
}
.btn-light {
  background: transparent;
  color: #001D00;
}
  .btn-light:hover {
  background: #001D00 !important;
  color: #fff !important;
    border: 1px solid #fff !important;
}
.btn-blue {
  background: #235F3C;
  color: #fff;
  display: inline-block;
  margin-top: 8px;
  padding: 10px 15px;
}
.warranty-box {
  margin-top: 30px;
}
.warranty-box .box {
  margin-bottom: 20px;
  background: transparent;
  padding: 15px 15px 15px 0;
}
 .icon-img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
  .box-flex {
  display: flex;
  /* align-items: center; */
  gap: 15px;
  text-align: start;
}
  .box-content p {
  margin: 0 0 5px 0;
    color: #001d00;
    font-size:16px;
    font-weight: 400;
}

.box-content .btn-blue {
    background: var(--Forest-dew);
    color: #fff;
    border: 1px solid var(--Forest-dew);
    padding: 17px 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    max-height: fit-content;
    text-decoration: none;
    display: inline-block;
    transition: all 0.6s ease;
}
.box-content .btn-blue:hover{
  background: transparent;
  color: var(--Forest-dew);
}
@media (max-width: 768px) {
  .warranty-grid {
    flex-direction: column;
  }
  .button-group a {
    margin-bottom: 10px;
    display: block;
  }
   .box-flex {
    flex-direction: row;
    align-items: flex-start;
  }
}
  @media (max-width:426px){
    .warranty-section{
      padding: 20px;
    }
    .warranty-grid{
      gap: 10px;
    }
    .button-group a{
      text-align: center;
    }
    
  }

/* page all-blogs sec-1 */

.side {
  height: 100%;
}

.custom-blog-section {
  padding: 156px 30px 96px 30px;
  margin-top: -62px;
  background: var(--Snow);
}

.custom-blog-section a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
}

.blog-meta h2 {
    font-size: 24px;
    font-weight: 500;
    color: var(--Ash);
    line-height: 100%;
    margin: 48px 0px 24px;
}

.blog-meta p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--Ash);
  margin-bottom: 24px;
  margin-top: 0px;
}

.date {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: var(--Ash);
}

.featured-article img {
  width: 100%;
  height: auto;
  padding: 24px 24px 0 24px;
  background: var(--Linen);
}

.featured-article {
  background: #fff;
}

.featured-article .blog-meta,
.side-article .blog-meta {
  /* margin-top: 10px; */
  padding: 32px 24px;
  background: var(--Linen);
}
  .blog-meta h3{
    font-size: 24px;
    font-weight: 500;
    color: var(--Ash);
    line-height: 100%;
    margin: 48px 0px 24px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }


.side-articles {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.side-article {
  background: var(--Linen);
}

.tag {
    background: var(--Forest-dew);
    color: var(--Snow);
    padding: 17px 24px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(--Forest-dew);
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    line-height: 1;
}

.author {
  font-size: 16px;
  color: var(--Ash);
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 2.4px;
  display: block;
  margin: 0px;
}

.meta-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-post {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}

.blog-post:hover {
  text-decoration: none !important;
}

  
.side-article-image {
  display: none;
}
  .article-external-link {
  margin-top: 24px;
}

.article-external-link a {
  font-size: 14px;
  text-decoration: underline;
  color: #222;
}

.article-actions {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-back a {
  font-size: 14px;
  color: #222;
  text-decoration: none;
}

.article-back a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1025px) {
  .custom-blog-section {
    padding: 140px 90px 60px 90px;
    margin-top: -107px;
  }
}

@media (max-width: 769px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .side-articles {
    flex-direction: column;
  }

  .side-article-image {
    display: block;
    margin-bottom: 10px;
  }

  .side-article-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .custom-blog-section {
    padding: 140px 20px 30px 20px;
  }

  .side {
    height: 515px;
  }
}

@media screen and (max-width: 426px) {
  .side {
    height: 400px;
  }
}

@media screen and (max-width: 376px) {
  .side {
    height: 380px;
  }
}

/*page all-blogs sec-2 */

  .blog-container {
  max-width: 1300px;
  margin: 0 auto;
    padding: 0 15px;
}

.filter-search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  /* padding: 0 40px; */
}
  .search-blog{
    border-radius: 4px;
    padding-left: 40px; 
    background: url('https://cdn.shopify.com/s/files/1/0913/5164/6580/files/Group.png?v=1756965181') no-repeat 12px center;
    background-size: 20px 20px;
    height: 56px;
    font-size: 20px;
    font-weight: 500;
    color: var(--Forest-dew);
  }
  .search-blog::placeholder{
    color: var(--Forest-dew);
  }
  .filter-search-bar .buttons{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
.buttons button {
    background: transparent;
    color: var(--Forest-dew);
    padding: 17px 24px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(--Forest-dew);
    display: inline-flex;
    align-items: center;
    transition: background 0.3s ease;
    line-height: 1;
    cursor: pointer;
}
.buttons button.active,
.buttons button:hover {
    background: var(--Forest-dew);
    color: var(--Snow);
}
  .buttons button{
   
    font-size: 20px;
    font-weight: 500;
  }
#blog-search {
  /* padding: 0.5rem; */
  flex-grow: 1;
  max-width: 445px;
  border: 0.5px solid black;
}
#filter-title {
  font-size: 35px;
  font-weight: 600;
  margin: 48px 0px;
}
.blog-custom {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 48px;
  /* padding: 20px; */
}
.blog-post {
  background: var(--Linen);
}
.post-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.meta {
  font-size: 16px; 
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
  .meta .category{
    background: var(--Forest-dew);
    color: var(--Snow);
    padding: 15px 24px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(--Forest-dew);
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    line-height: 1;
  }
.title {
  font-size: 24px;
  font-weight: 500;
  color: var(--Ash);
  line-height: 100%;
  margin: 48px 0px 24px;
}
.excerpt {
 font-size: 18px;
  line-height: 1.5;
  color: var(--Ash);
  margin-bottom: 24px;
  margin: 0px 0px 24px;
}

@media (max-width: 769px) {
  .filter-search-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-custom {
    grid-template-columns: 1fr;
  }
  .custom-blog-page{
    padding: 2rem;
  }
}

  .blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
  margin-bottom: 96px; 
  flex-wrap: wrap;
}

#pagination-numbers {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#pagination-numbers button, .arrow-btn {
    height: 25px;
    width: 25px;
    padding: 0;
    border: none;
    color: var(--Ash);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: all 0.6s ease;
}
.arrow-btn{
  font-size: 16px;
}

#pagination-numbers button.active {
  background: #B4C0AA;
  color: var(--Snow);
}

button#prev-btn, button#next-btn {
    color: var(--Ash);
    opacity: 1;
}
  @media (max-width:426px){
    .filter-search-bar{
      padding: 0 20px;
    }
  }

  .discount {
    color: #fff !important;
}
.add-cart{
    background-color: rgb(0, 29, 0);
    color: rgb(255, 255, 255);
    padding: 15px 25px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    max-height: max-content;
}

/* Initially hidden with smooth fade */
.landing-nav__actions {
  opacity: 0;
  pointer-events: none; /* prevents clicking when hidden */
  transition: opacity 0.4s ease; /* smooth fade */
}

.landing-nav__actions.show {
  opacity: 1;
  pointer-events: auto;
}

/* New Css */


.karban-footer .footer-columns strong {
    opacity: .5;
    margin-bottom: 24px !important;
    pointer-events: auto !important;
}
.karban-footer::after {
  pointer-events: none !important;
}
.karban-footer a {
  position: relative;
  z-index: 100;
}
.karban-footer .footer-columns .headingwrap a {
  pointer-events: auto !important;
  z-index: 101;
}
.karban-footer .footer-columns a {
    color: #FFFFFFBF !important;
    margin: 0px 0 12px !important;
    opacity: 1 !important;
    line-height: 1;
}
.karban-footer .footer-columns a:hover{
  color: #FFFFFF !important;
}

.karban-footer{
  padding: 10rem 0rem !important;
}

.product-logo {
    margin-top: 0px !important;
}
.karban-product-name {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 1;
}
.price-wrapper{
  gap: 10px !important;
  margin-bottom: 8px;
}
p.product-description{
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  line-height: 1;
}
.current-price, .compare-price {
    line-height: 1;
}
.total-price-qty-row{
  margin: 24px 0px !important;
}
p.pincode-invalid.pincode-msg {
    margin: 0px;
    color: #FF0000;
}
/* *:focus-visible{
  box-shadow: none !important;
  outline: none !important;
} */
.bnfcards-container,
.airzone_tabs_container,
.threemaincontainer,
.technical_details_container,
.featured_block_main,
.pricing-compare-container {
    padding: 96px 15px !important;
}
.banfit-icon img {
    border-radius: 50px !important;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family: Afacad,sans-serif !important;
}
.airzone-template--24560268771700__airzone_tabs_section_TdE9kh__description{
  width: 33% !important;
}
.tabssectionstatebox h4.tab-title {
    margin: 0px;
    font-weight: 700;
    font-size: 24px;
    color: var(--Ash);
}

.card-description{
  color: var(--Ash);
  font-size: 20px;
  font-weight: 400;
}
/* .first3-template--24560268771700__first_three_slider_JRrUKA__subheading {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--Fog);
    margin-bottom: 4px;
    display: block;
} */
/* .first3-template--24560268771700__first_three_slider_JRrUKA__intro {
    font-size: 18px;
    color: var(--Ash);
    margin: 24px 0px 0px;
    line-height: 1.5;
} */
.first3-template--24560268771700__first_three_slider_JRrUKA__button{
  max-height: max-content;
  line-height: 1 !important;
}
.featured_block_hedding{
  font-size: 28px;
  font-weight: 600;
  margin: 24px 0px 0px !important;
  color: var(--Ash);
  line-height: 1.2;
}
/* .featured_block_disc{
  font-size: 18px;
  color: var(--Ash);
  margin: 24px 0px 0px !important;
  line-height: 1.5 !important;
  max-width: 100%;
} */
.price-compare {
    margin: 0px 0px 50px;
}
.buy-now-btn{
  line-height: 1;
}
.review-card .author {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 5px 0;
    font-weight: 500;
    font-size: 26px !important;
    line-height: 30px;
}
.review-card .date {
    font-size: 16px !important;
    line-height: 1;
}
.review-card .stars {
    color: #ECCF36;
    font-size: 16px;
    margin-bottom: 0px !important;
    margin-top: 0px;
}
.review-button-prev, .review-button-next {
    height: 32px;
    background: #235F3C80;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-button-prev img, .review-button-next img {
    width: 20px !important;
    height: 20px !important;
}
.view-brochure{
  line-height: 1;
}
.faq-toggle-icon {
    transform: rotate(180deg);
}
.faq-item.active .faq-toggle-icon {
    transform: rotate(0deg) !important;
}








@media (max-width: 575px){
  .savings-right{
    width: 100%;
  }
  .cts-tab {
    font-size: 18px;
  }
  .legend{
    flex-wrap: wrap;
    gap: 0px;
  }
  .slider-block{
    padding-left: 0px;
  }
  .savings-left h2 {
    width: 100%;
  }
  .line-two, .line-three {
    font-size: 30px !important;
  }
  .line-one, .line-four {
    font-size: 16px !important;
  }
  .karban-footer {
    flex-direction: column;
    padding: 15px !important;
  }
}


:root{
  --Ash: #1F1F1F;
  --Snow: #F1F1F1;
  --Forest-dew: #0D362B;
  --Toasted-almond: #A87550;
  --Linen: #E3E3E3;
  --Pebble: #C8C8C8;
  --Fog: #7A7A7A;
  --Blanched-walnut: #DACDB5;
  --Dried-aloe: #B4C0AA;
}
.mega-menu{
  position: relative !important;
}
.mega-menu__content {
    background-color: var(--Snow) !important;
    top: 134% !important;
    width: 294px;
    box-shadow: 0px 0px 16px #00000025;
    border: none !important;
}
/* .slide-text h2{
  color: var(--Ash);
  margin-bottom: 0px !important;
} */
/* .slide-text p{
  color: var(--Ash);
  margin: 48px 0px !important;
} */
/* .about-text .subheading{
  margin-bottom: 12px !important;
  font-size: 16px !important;
  color: var(--Fog) !important;
} */
/* .about-text h2{
  margin-top: 0px !important;
  color: var(--Ash) !important;
} */
/* .about-text p {
    margin: 48px 0px !important;
  color: var(--Ash) !important;
} */
.about-btn{
  background-color: transparent !important;
  color: var(--Ash) !important;
  border: 1px solid var(--Ash) !important;
  font-size: 20px !important;
}
.about-btn:hover{
  background-color: var(--Ash) !important;
  color: #FFFFFF !important;
}
.counter-section{
  background-color: var(--Linen);
}
.counter-top-text,
.counter-desc{
  color: var(--Fog);
  margin: 0px;
  line-height: 1;
}
.counter-number,
.counter-label{
  color: var(--Forest-dew);
  margin: 10px 0px;
}
.product-range-heading h2,
.sec-description{
  color: var(--Ash);
}
.product-range-heading {
    margin-bottom: 96px;
}
.btn-dark {
    background: var(--Forest-dew);
    color: #ffffff;
    padding: 15px 42px;
}
.product-card {
    padding: 0px 20px 96px;
}
/* .karban-dark-btn:hover {
    color: var(--Forest-dew);
    border: 1px solid var(--Forest-dew);
    background: transparent;
} */
.karban-lite-btn {
    padding: 15px 42px;
    border: 1px solid var(--Forest-dew);
    color: var(--Forest-dew);
    background: transparent;
}
.karban-lite-btn:hover {
    background: var(--Forest-dew);
}
.ba-toggle-text {
    display: none;
}
/* .ba-toggle-buttons {
    backdrop-filter: none;
} */
.ba-toggle-btn{
  text-decoration: underline;
}
.ba-toggle-btn.active {
    background: #FFFFFF;
    color: var(--Ash);
    text-decoration: none;
}
.slider-block label{
    color: var(--Ash);
}

.tab-button {
    font-size: 16px !important;
    border-bottom: 4px solid var(--Snow) !important;
    color: var(--Ash);
}
.tab-button.active {
    border-bottom: 4px solid var(--Toasted-almond) !important;
    color: var(--Ash);
}

.slider-line {
    background: var(--Toasted-almond);
}
.drag-btn {
    background-color: var(--Toasted-almond);
}
.cts-tab.active {
    color: var(--Ash);
}
.cts-slide {
    background: var(--Linen);
}
.cts-stars {
    color: var(--Toasted-almond);
}
.cts-content h4 {
    color: var(--Ash);
}
.autor-product {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--Fog);
    display: block;
}
.karban-footer {
    background-color: var(--Forest-dew) !important;
}
main#MainContent{
    background-color: var(--Snow);
}
/* .tab-buttons {
    padding: 32px 30px;
    margin: 0px;
} */
.mega-menu__list--condensed .mega-menu__link {
    font-size: 18px;
    opacity: 0.75;
    color: var(--Ash);
}
.mega-menu__list--condensed .mega-menu__link:hover{
  opacity: 1;
}
/* Remove underline from header menu items */
.header__menu-item,
.header__menu-item span,
.header__active-menu-item {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* If underline is coming from ::after */
.header__menu-item::after,
.header__active-menu-item::after {
  display: none !important;
  content: none !important;
}


/* Page 2 */
.landing-nav-wrapper{
  background: var(--Linen);
}
.landing-link.active:after{
  display: none;
}
.landing-link.active{
  color: var(--Ash) !important;
}
.landing-link{
  color: var(--Fog);
}
.product-section{
  background: var(--Snow) !important;
  margin-top: 47px;
  /* padding: 24px 0px !important; */
  padding: 0px !important;
}
.share-btn {
    top: 0px !important;
    right: 24px !important;
}
.header__menu-item{
  color: var(--Ash) !important;
  opacity: 0.75;
}
ul li:hover .header__menu-item{
  opacity: 1;
}
.discount {
    font-size: 14px !important;
    padding: 8px 12px !important;
    display: inline-block;
    line-height: 1;
}
.color-section label {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--Ash);
}
.color-section span#active-color-name{
  margin-left: 0px !important;
  color: var(--Ash) !important;
  opacity: 0.5;
}
.color-swatch.active {
    outline: 1px solid var(--Ash);
    outline-offset: 4px;
}
.description-label {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
p.product-description.description-label {
    margin: 24px 0px 0px !important;
    padding-top: 24px;
    border-top: 1px solid #1f1f1f25;
}
.color-label{
  margin-top: 0px !important;
}
.offers-line.offer-tax {
    font-size: 16px !important;
    margin: 0px !important;
    line-height: 1;
} 
.pincode-input-wrapper {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    gap: 24px;
}
.pincode-input {
    padding: 10px 0px !important;
    border-bottom: 1px solid var(--Fog) !important;
    box-shadow: none !important;
}
.button-group {
    display: flex;
    gap: 0px;
    margin-top: 0px !important;
}
.pincode{
  max-width: 100% !important;
}
.quantity-box-inline {
    flex-direction: row !important;
    gap: 24px;
    align-items: center;
    margin-top: 24px; 
}
.quantity-box-inline form{
  width: 100%;
}
.quantity-box-inline form .karban-lite-btn {
    font-size: 16px;
    width: 100%;
    font-weight: 900;
    color: var(--Snow);
    background-color: var(--Forest-dew);
    border-color: var(--Forest-dew);
    text-transform: uppercase;
}
.quantity-box-inline form .karban-lite-btn:hover{
    color: var(--Ash);
    background-color: transparent;
}
.qty-box button{
  border: none !important;
  height: 24px !important;
  width: 24px !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px !important;
}
.qty-box input {
  background: transparent !important;
  height: 24px !important;
  border: none !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: var(--Ash) !important;
  padding: 0px !important;
}
.qty-box {
    border: 1px solid var(--Pebble);
    padding: 15px 12px;
}
section#benefit{
  background: var(--Linen);
}
.banfit-icon {
    margin-bottom: 24px;
}
.banfit-title {
    color: var(--Ash);
    margin: 0px;
    margin-bottom: 24px !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    min-height: 40px;
}
.card--media .card__inner .card__content {
    border: 5px solid var(--Linen);
}
.custom-card-content{
  background: var(--Linen);
}
.section-template--24496641147252__rich_text_CgM8DP-padding{
  padding-bottom: 0px !important;
  padding-top: 96px !important;
}
.banfit-description{
    color: var(--Ash);
    margin: 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25 !important;
}
.pricing-compare th, .pricing-compare td{
  line-height: 1.5;
}
.airzone-template--24560268771700__airzone_tabs_section_TdE9kh__tab{
  color: var(--Fog) !important;
}
.tab-title.is-active, .tab-title:hover{
  color: var(--Ash) !important;
}
/* .first3-template--24560268771700__first_three_slider_JRrUKA__heading {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
} */
.swiper-button-prev,
.swiper-button-next,
.swiper button {
    background: var(--Toasted-almond) !important;
    border-radius: 0px !important;
}
a.first3-template--24560268771700__first_three_slider_JRrUKA__button.first3-template--24560268771700__first_three_slider_JRrUKA__button--primary.karban-dark-btn {
    background: var(--Forest-dew) !important;
    border-color: var(--Forest-dew) !important;
}
a.first3-template--24560268771700__first_three_slider_JRrUKA__button.first3-template--24560268771700__first_three_slider_JRrUKA__button--primary.karban-dark-btn:hover {
    background: transparent !important;
    color: var(--Forest-dew) !important;
}
.first3-template--24560268771700__first_three_slider_JRrUKA__sold{
  color: var(--Ash) !important;
}
section#saving {
    background: var(--Linen);
}
.tab-title, .sec-title {
    font-size: 24px;
    font-weight: 400;
    color: var(--Ash);
}
.featured_block_hedding{
  max-width: 100% !important;
}
/* .imgfeat-template--24560268771700__image_featured_blocks_bhELRQ__nav, .review-button-next, .review-button-prev{
  background: var(--Ash) !important;
  border-radius: 0px;
} */
.slider-heading {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1.2;
}
.featured_block_overlay{
  max-width: 500px !important;
}
.header__icon--cart {
    width: auto !important;
    padding: 8px 16px;
    border: 1px solid var(--Ash);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    gap: 12px;
    color: #F1F1F1;
    transition: 0.3s;
    height: 32px;
    margin: 0px;
    background-color: #0D362B;
}
.header__icon--cart:hover {
    border: 1px solid var(--Ash);
    color: var(--Snow);
    background: var(--Ash);
}
.header__icon .svg-wrapper {
    width: auto !important;
    height: auto !important;
}

.header__icons{
  align-items: center;
  padding-right: 0px !important;
}
.mega-menu[open] .mega-menu__content {
  transform: translate(-48px, 0px) !important;
}
.mega-menu__link {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
}
.about-text p{
  font-size: 16px;
}
.autor-product strong {
    font-weight: 600;
}

/* Header CSS */

header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social {
    gap: 24px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
header a.header__heading-link.link.link--text.focus-inset {
    padding: 0px;
    margin: 0px;
}
.header__heading-logo{
    min-width: 32px;
    height: 26px;
    width: 26px;
}
.header__menu-item {
    padding: 10px !important;
    height: 32px;
}
.header__menu-item .icon-caret{
  display: none;
}
nav ul.list-menu.list-menu--inline {
    gap: 48px;
}
.mega-menu .mega-menu__content {
    padding: 48px;
}
.mega-menu .mega-menu__content ul{
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
a#HeaderMenu-product-all,
a#HeaderMenu-support-support-request {
    padding-top: 24px !important;
    border-top: 1px solid var(--Ash);
}
.product-range-wrapper .subheading{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--Fog);
    margin-bottom: 20px;
    display: block;
}
.product-details-content{
  max-width: 426px;
    width: 100%;
    margin: auto;
}




@media(max-width: 1099px){
  nav ul.list-menu.list-menu--inline {
    gap: 24px;
  }
  .header__icon--cart {
      text-wrap: nowrap;
  }
}

.mega-menu:hover .mega-menu__content{
  opacity: 1;
    transform: translateY(0);
}
.karban-care-content p.karban-intro {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--Fog);
    margin-bottom: 4px;
    display: block;
}
#shopify-section-template--24637616882036__image_banner_wyMYBN #Banner-template--24637616882036__image_banner_wyMYBN img {
    background: var(--Snow) !important;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 20px !important;
    left: 50%;
    transform: translateX(-50%);
    height: 647px;
}
.media{
  background: var(--Snow) !important;
}
.gallery-container{
  padding: 0px 20px !important;
}
.karban-footer-container {
    padding: 0px 20px;
}
/* .banner__content.banner__content--middle-center.page-width {
    display: none;
} */
div#Banner-template--24637616882036__image_banner_wyMYBN {
    height: 647px;
}
.banner__media.media::before,
.banner__media.media::after,
div#Banner-template--24637616882036__image_banner_wyMYBN::before,
div#Banner-template--24637616882036__image_banner_wyMYBN::after {
    display: none !important;
}
div#Banner-template--24637616882036__image_banner_gpR3fD,
#shopify-section-template--24637616882036__image_banner_gpR3fD #Banner-template--24637616882036__image_banner_gpR3fD img{
  height: 647px;
}
div#shopify-section-template--24496641409396__image_drag_me_nzXaXT .image-wrapper,
div#shopify-section-template--24496641409396__image_drag_me_nzXaXT .image-slider-container {
    max-height: calc(100vh - 154px);
}


.new-gallery-container{
  padding: 60px 20px 0px !important;
}
.image-slider-container.container.custom-font {
    padding-top: 40px;
    padding-bottom: 40px;
}
.nv-vision-card img {
    width: 100%;
}

.blog-post .post-content{
  padding: 32px 24px;
}

*:focus-visible {
    box-shadow: none;
    outline: none;
}
.info-tabs-template--24856839717236__custom_karban_care_8mmKrg__heading {
    font-size: 40px !important;
    font-weight: 600 !important;
    margin: 0px !important;
    color: var(--Ash) !important;
    line-height: 1 !important;
}
.info-tabs-template--24856839717236__custom_karban_care_8mmKrg__subtext{
  font-size: 18px !important;
  color: var(--Ash) !important;
  margin: 24px auto 48px !important;
  line-height: 1.5 !important;
}
.info-tabs-template--24856839717236__custom_karban_care_8mmKrg__nav {
    padding: 0px !important;
    margin: 0px auto 48px !important;
    z-index: 1 !important;
}
.info-tabs-template--24856839717236__custom_karban_care_8mmKrg__tab.is-active {
    color: var(--Ash) !important;
}
.info-tabs-template--24856839717236__custom_karban_care_8mmKrg__tab.is-active::after, .info-tabs-template--24856839717236__custom_karban_care_8mmKrg__tab:hover::after{
  background: var(--Toasted-almond) !important;
  bottom: -2px !important;
}
.info-tabs-template--24856839717236__custom_karban_care_8mmKrg__text h3{
    font-size: 40px !important;
    font-weight: 600 !important;
    margin: 0px !important;
    color: var(--Ash) !important;
    line-height: 1 !important;  
}
.info-tabs-template--24856839717236__custom_karban_care_8mmKrg__text p{
    font-size: 18px !important;
    color: var(--Ash) !important;
    margin: 24px 0px 0px !important;
    line-height: 1.5 !important;
}
/* Reduce height of the Karban Care tab buttons */
.info-tabs-template--2592786632564__custom_karban_care_8mmKrg__tab {
  padding: 6px 24px !important;   /* ← Smaller height, same width */
  line-height: 1.1 !important;    /* ← Avoid tall text spacing */
  font-size: 14px !important;     /* ← Reduce text size slightly */
}


.culture-title,
.culture-subheading{
    font-size: 40px !important;
    font-weight: 600 !important;
    margin: 0px 0px 48px 0px !important;
    color: var(--Ash) !important;
    line-height: 1 !important;
}
.culture-text p{
    font-size: 18px;
    color: var(--Ash);
    margin: 0px 0px;
    line-height: 1.5;
}
.heading-block h2,
.tab-content h2{
    font-size: 40px !important;
    font-weight: 600 !important;
    margin: 0px 0px 24px 0px !important;
    color: var(--Ash) !important;
    line-height: 1 !important;
}
.heading-block p, .tab-content p, .tab-content ul li, .marquee-template--24844044108148__marquee_gallery_BGFpE6__subheading{
    font-size: 18px !important;
    color: var(--Ash) !important;
    margin: 0px 0px !important;
    line-height: 1.5 !important;
}
.tab-content h3{
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 600;
    color: var(--Ash) !important;
}
.info-icon img{
  height: 34px !important;
  width: 54px !important;
}
details summary::after{
  display: none;
}
.shop-now-button{
  width: max-content !important;
}
.form-box h2{
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 600;
    color: var(--Ash) !important;
    margin: 0px;
    margin-bottom: 24px;
}
.review-card .message, .faq-answer p{
    font-size: 14px;
    color: #7A7A7A;
    margin: 24px 0px;
    line-height: 1.5;
    font-weight: 400;
}
.faq-answer{
  margin: 0px !important;
}
.faq-item.active .faq-answer{
  margin-top: 12px !important;
}






@media (max-width: 1199px){
  .savings-left h2 {
    width: 100%;
  }
}
@media (max-width: 1024px){
  .cts-layout{
    flex-wrap: wrap;
  }
  .cts-tabs {
    flex-direction: row;
    justify-content: center;
    height: auto;
  }
  .savings-wrapper {
    flex-wrap: wrap;
  }
  .saving-left-content {
    height: auto;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .header {
    gap: 32px !important;  
  }
}

@media (max-width: 767px) {
  .header {
    gap: 10px !important;    
  }
}

@media (max-width: 575px){
  .icon-copywrite {
    margin-bottom: 0rem;
  }
  .karban-footer .footer-left,
  .karban-footer .footer-right{
    width: 100%;
    flex: none;
  }
  .newsletter {
    align-items: start;
  }
  .karban-footer .newsletter p{
    width: 100%;
  }
  .global-buttons {
    flex-wrap: wrap;
  }
  .header__icon.header__icon--cart span{
    display: none;
  }
  .header__icon span.svg-wrapper {  
    display: block;
  }
  details-modal.header__search {
    display: none;
  }
  .header__icon--cart {
    font-size: 0px;
    padding: 0px;
  }
  .about-image img{
    height: auto;
  }
  .custom-image-text-image img,
  .side {
    height: auto;
  }
  .filter-search-bar{
    padding: 0px;
  }
  .filter-search-bar .buttons {
    gap: 14px;
  }
}

.btn_hvr_effect{
  transition: 0.3s ease !important;
}
.btn_hvr_effect:hover{
  transform: scale(1.05) !important;
}

.testmonials-slide-tabs {
  margin-top: 24px;
}
.testmonials-slide-tabs .testmonials-tabs-slide{
  display: flex;
  align-items: center;
  column-gap: 100px;
  justify-content: space-between;
  overflow-x: scroll;
  text-wrap: nowrap;
}
.testmonials-slide-tabs .testmonials-tabs-slide::-webkit-scrollbar{
  display: none;
}
.testmonials-slide-tabs .testmonials-tabs-slide .testmonials-tabs{
  background: transparent;
  border: none;
  color: var(--Fog);
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}
.testmonials-slide-tabs .testmonials-tabs-slide .testmonials-tabs.active{
  color: var(--Ash);
  font-weight: 500;
  font-size: 24px;
}

.order-details .buttons{
  display: flex;
  align-items: center;
  gap: 24px;
}
.order-details .order-id-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.order-details .buttons a.slider-btn-primary{
    background: var(--Forest-dew);
    color: var(--Snow);
    padding: 17px 24px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(--Forest-dew);
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    line-height: 1;
}
.order-details .buttons a.slider-btn-primary svg{
  display: none;
}
.order-details .buttons a.slider-btn-primary:hover{
    background: transparent;
    color: var(--Forest-dew);
}
.order-details .buttons a.slider-btn-secondary{
    border: 1px solid var(--Forest-dew);
    padding: 17px 24px;
    text-decoration: none;
    color: var(--Forest-dew);
    font-size: 20px;
    font-weight: 500;
    transition: background 0.3s ease;
    line-height: 1;
}
.order-details .buttons a.slider-btn-secondary svg{
  display: none;
}
.order-details .buttons a.slider-btn-secondary:hover{
    background: var(--Forest-dew);
    color: #fff;
}
.order-details .order-id-btn .id{
    font-size: 40px;
    font-weight: 600;
    color: var(--Ash);
    line-height: 1;
}
.order-details .border-design-tracking{
  margin: 48px 0px;
  height: 1px;
  width: 100%;
  background-color: var(--Fog);
  display: block;
}
.order-details .order-status{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
.order-details .order-status .order-status-name{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.order-details .order-status .order-status-name .order-title{
  color: var(--Fog);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.order-details .order-status .order-status-name.active .order-title{
  color: var(--Toasted-almond);
}
.order-details .order-status .order-status-border {
    position: absolute;
    top: 51%;
    left: 0px;
    display: block;
    height: 1px;
    width: 100%;
    padding: 0px 50px;
}
.order-details .order-status .order-status-border span{
    height: 1px;
    width: 100%;
    background: var(--Pebble);
    display: block;
}
.order-details .order-status .order-status-name .order-circle{
  height: 36px;
  width: 36px;
  border-radius: 100px;
  background: var(--Linen);
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-details .order-status .order-status-name .order-circle svg{
  display: none;
}
.order-details .order-status .order-status-name.active .order-circle{
  background: var(--Toasted-almond);
}
.order-details .order-status .order-status-name.active .order-circle svg{
  display: block;
}
.order-details .order-status .order-status-name .order-date{
  color: var(--Fog);
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.order-details .order-status .order-status-name.active .order-date{
  color: var(--Toasted-almond);
}
.order-deliver-date {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
}
.order-deliver-date .order-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--Ash);
}
.order-deliver-date .order-date span{
  color: var(--Fog);
}
.order-deliver-date .delivery-date{
  color: var(--Toasted-almond);
  display: flex;
  align-items: center;
  gap: 10px;
}
.shoped-product{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.shoped-product .product-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.shoped-product .product-list .image-product{
  height: 110px;
  width: 110px;
  min-width: 110px;
}
.shoped-product .product-list .image-product img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shoped-product .product-list .left-product{
  display: flex;
  align-items: center;
  gap: 24px;
}
.shoped-product .product-list .product-list-title{
  font-size: 24px;
  font-weight: 600;
  color: var(--Ash);
  margin-bottom: 24px;
  line-height: 1;
}
.shoped-product .product-list .product-list-color{
  font-size: 20px;
  font-weight: 300;
  color: var(--Fog);
  line-height: 1;
}
.shoped-product .product-list .right-product{
  text-align: end;
}
.shoped-product .product-list .product-list-price{
  font-size: 20px;
  font-weight: 600;
  color: var(--Ash);
  margin-bottom: 24px;
  line-height: 1;
}
.shoped-product .product-list .product-list-quantity{
  font-size: 20px;
  font-weight: 300;
  color: var(--Fog);
  line-height: 1;
}
.psa-section{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.psa-section .psa-title{
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--Ash);
}
.psa-section .psa-discription{
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--Fog);
}
.nos-section{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.nos-section .nos-title{
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--Ash);
}
.nos-section .nos-discription{
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--Fog);
}
.nos-section .total-payment .payment-main-order{
  margin: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nos-section .total-payment .payment-main-order .payment-summary,
.nos-section .total-payment .sub-total-method{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.nos-section .total-payment .payment-main-order .payment-summary .left-text{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--Fog);
}
.nos-section .total-payment .payment-main-order .payment-summary .right-text{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--Fog);
}
.nos-section .total-payment .sub-total-method .left-text{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--Ash);
}
.nos-section .total-payment .sub-total-method .right-text{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--Ash);
}
.nos-section .total-payment .sub-total-method{
  padding: 16px 0px;
  border-top: 1px dashed var(--Fog);
}
.tracking-info-card{
  background: var(--Linen);
  padding: 96px 0px;
}
.tracking-info-card .info-cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px){
  .tracking-info-card .info-cards{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px){
  .tracking-info-card .info-cards{
    grid-template-columns: 1fr;
  }
}
.tracking-info-card .info-cards .info-icon{
  margin-bottom: 12px;
}
.tracking-info-card .info-cards .info-card{
  background-color: var(--Snow);
  padding: 48px 24px;
}
.tracking-info-card .info-cards .info-icon img{
  height: 34px;
  width: 54px;
  min-width: 54px;
  object-fit: contain;
}
.tracking-info-card .info-cards h4{
  color: var(--Ash);
  margin: 0px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.tracking-info-card .info-cards p{
  color: var(--Ash);
  margin: 0px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
.tracking-info-card .tracking-card-title{
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
    margin-bottom: 48px;
    text-align: center;
}


/* New Promo Page */
.karban-promo-section{
  background: transparent;
}
.karban-promo-section .karban-heading{
  font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
    max-width: 440px;
    margin: 0px auto 24px;
}
.karban-promo-section .karban-subtext{
  font-size: 18px;
    color: var(--Ash);
    margin: 0px 0px 48px;
    line-height: 1.5;
}
.section-template--25375964070260__image_with_text_jmePpU-padding,
.section-template--25375964070260__image_with_text_wFGVUb-padding,
.section-template--25375964070260__image_with_text_gmfX8h-padding{
  background: transparent !important;
}
.karban-promo-section .home-banner-btn{
    background: var(--Forest-dew);
    color: var(--Snow);
    padding: 17px 24px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(--Forest-dew);
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    line-height: 1;
}
.karban-promo-section .home-banner-btn:hover{
    background: transparent;
    color: var(--Forest-dew);
}
.karban-promo-section .home-banner-secondary-btn{
    border: 1px solid var(--Forest-dew);
    padding: 17px 24px;
    text-decoration: none;
    color: var(--Forest-dew);
    font-size: 20px;
    font-weight: 500;
    transition: background 0.3s ease;
    line-height: 1;
}
.karban-promo-section .home-banner-secondary-btn:hover{
    background: var(--Forest-dew);
    color: #fff;
}
.karban-promo-section .karban-buttons{
  margin-bottom: 0px;
}
.image-with-text__heading{
    font-size: 32px;
    font-weight: 600;
    color: var(--Ash);
    line-height: 1;
    margin: 0px 0px 24px;
    font-family: 'KarbanType', sans-serif !important;
}
.image-with-text__text p{
    font-size: 18px;
    color: var(--Ash);
    margin: 0px 0px;
    line-height: 1.5;
    font-family: 'KarbanType', sans-serif !important;
}
.image-with-text .image-with-text__text-item>* {
    justify-content: center;
}
.section-template--25375964070260__image_with_text_gmfX8h-padding,
.section-template--25375964070260__image_with_text_wFGVUb-padding,
.section-template--25375964070260__image_with_text_jmePpU-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.section-template--25375964070260__image_with_text_gmfX8h-padding .image-with-text__grid,
.section-template--25375964070260__image_with_text_jmePpU-padding .image-with-text__grid,
.section-template--25375964070260__image_with_text_wFGVUb-padding .image-with-text__grid {
    padding: 0px;
}
#shopify-section-template--25375964070260__image_with_text_jmePpU,
#shopify-section-template--25375964070260__image_with_text_wFGVUb,
#shopify-section-template--25375964070260__image_with_text_gmfX8h{
  margin-bottom: 96px;
}

.landing-nav__actions button, .landing-nav__actions a {
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
}
.drag-btn {
    cursor: pointer;
    background-color: var(--Toasted-almond);
}
.slider-line {
     background-color: var(--Toasted-almond);
}

.bnfcards-template--24560268771700__image_featured_blocks_bhELRQ__heading{  font-size: 40px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1;
    margin: 0px 0px 48px;
    text-align: center;
}
.sec-heading{
  font-size: 40px;
    font-weight: 600;
    /* margin: 0px; */
    color: var(--Ash);
    line-height: 1.2;
}
ul#product-grid {
    display: grid;
    flex-wrap: wrap;
    justify-content: start;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px){
  ul#product-grid {
      grid-template-columns: 1fr 1fr;
  }
}
ul#product-grid .grid__item{
  width: 100%;
  max-width: 100%;
}
ul#product-grid .grid__item .card__inner{
  height: 212px;
  overflow: hidden;
}
ul#product-grid .grid__item .card__inner .card__media img{
  height: 212px;
  object-fit: cover;
}

.product-comparison-section{
  padding: 96px 0px;
}

.product-comparison-section .grid-box-4 {
  display: grid;
  grid-template-columns: repeat(4, 336px);
  overflow-x: scroll;
}
.product-comparison-section .grid-box-4::-webkit-scrollbar {
  display: none;
}
.product-comparison-section .grid-box-4 .top-box{
  height: 300px;
}
.product-comparison-section .grid-box-4 .top-box .sec-heading-11{
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
    color: var(--Ash);
    line-height: 1.2;
}
.product-comparison-section .grid-box-4 .top-box .sec-heading-21{
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    border-bottom: 1px solid var(--Linen);
    color: var(--Ash);
    line-height: 1.2;
    text-align: center;
}
.product-comparison-section .grid-box-4 .bottom-box-main{
  padding-top: 86px;
}
.product-comparison-section .grid-box-4 .bottom-box-main.bg-linen{
  background-color: var(--Linen);
}
.product-comparison-section .grid-box-4 .bottom-box-main .content-main{
  padding: 0px 25px;
  height: 70px;
}
.product-comparison-section .grid-box-4 .bottom-box-main .content-main.text-center{
  text-align: center;
}
.product-comparison-section .grid-box-4 .bottom-box-main .content-main .main-title{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--Ash);
}
.product-comparison-section .grid-box-4 .bottom-box-main .content-main .sort-title{
  font-size: 14px;
  font-weight: 300;
  margin-top: 4px;
  line-height: 1;
  color: var(--Ash);
}
.product-comparison-section .grid-box-4 .bottom-box-main .content-main .main-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-comparison-section .grid-box-4 .bottom-box-main.bg-linen .content-main .main-title,
.product-comparison-section .grid-box-4 .bottom-box-main.bg-linen .content-main .sort-title{
  font-weight: 500;
}
.product-comparison-section .grid-box-3.grid-box{
  padding: 48px 25px;
  background-color: var(--Linen);
}
.product-comparison-section .grid-box-3.grid-box.text-center{
  text-align: center;
}
.product-comparison-section .grid-box-3.grid-box .box-3-title{
  font-size: 18px;
  font-weight: 500;
  color: var(--Ash);
}
.product-comparison-section .grid-box-3.grid-box.span-2{
  grid-column: span 2;
}
.product-comparison-section .grid-box-3.grid-box .box-3-dis1{
  font-size: 16px;
  font-weight: 400;
  color: var(--Ash);
}
.product-comparison-section .grid-box-3.grid-box .box-3-dis2{
  font-size: 14px;
  font-weight: 500;
  color: var(--Fog);
}
.comparison-button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
.comparison-button a.slider-btn-primary{
    background: var(--Forest-dew);
    color: var(--Snow);
    padding: 17px 24px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(--Forest-dew);
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    line-height: 1;
}
.comparison-button a.slider-btn-primary:hover{
    background: transparent;
    color: var(--Forest-dew);
}

.review-button-prev{
  background-color: var(--Toasted-almond) !important;
  left: 0px !important;
}
.review-button-next{
  background-color: var(--Toasted-almond) !important;
  right: 0px !important;
}
.scroll-fade-section {
    background: var(--Linen) !important;
}
header.page-width.page-width--narrow {
    width: 100%;
    max-width: 1300px;
    text-align: center;
    margin-bottom: 96px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--Ash);
}
.article-template__content.page-width.page-width--narrow.rte {
    width: 100%;
    max-width: 1300px;
    text-align: center;
    margin: 96px auto;
}
.gradient {
    background: var(--Snow);
    background-attachment: fixed;
}
ul#Slider-template--24496641048948__featured_blog_xx6aBj {
    padding: 0px;
    margin: 0px;
}
.page-width-desktop.isolate.page-width-tablet.section-template--24496641048948__featured_blog_xx6aBj-padding {
    padding: 0px 20px;
}
.caption-with-letter-spacing{
  font-size: 18px;
}
.article{
  align-items: start !important;
  background: var(--Linen);
}
.article-card .card__heading {
    font-size: 24px;
    font-weight: 500;
    color: var(--Ash);
    line-height: 100%;
    margin: 0px 0px 24px !important;
}
.article-card__info {
    padding-top: 0 !important;
    font-size: 16px;
    color: var(--Ash);
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 2.4px;
    display: block;
    margin: 0px;
}
.article-card__excerpt {
    font-size: 18px;
    line-height: 1.5;
    color: var(--Ash);
    margin-bottom: 24px;
    margin: 24px 0px 0px !important;
}
.article-template__content p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--Ash);
    margin-bottom: 24px;
    margin: 0px 0px 24px;
}
.article-template__content p strong{
  font-weight: 600;
}
.article-template__content h2{
    font-size: 24px;
    font-weight: 500;
    color: var(--Ash);
    line-height: 100%;
    margin: 0px 0px 24px;
}
.custom-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
    margin-bottom: 96px;
    flex-wrap: wrap;
}
.pagination-list {
    display: flex;
    gap: 20px !important;
    margin: 0px !important;
}
.pagination-link.active{
    background: #B4C0AA !important;
    color: var(--Snow) !important;
    font-weight: 400 !important;
  }
.pagination-link {
    height: 25px;
    width: 25px;
    padding: 0 !important;
    border: none !important;
    color: var(--Ash) !important;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1;
    transition: all 0.6s ease !important;
    border-radius: 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.about-us-container {
    margin: auto !important;
    max-width: 1300px !important;
    position: relative !important;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.about-us-container .banner-heading{
  font-size: 40px;
  font-weight: 600;
  margin: 0px;
  color: var(--Snow);
  line-height: 1;
  margin-bottom: 12px;
}
.about-us-container .banner-sub-heading{
  font-size: 18px;
  color: var(--Snow);
  line-height: 1.5;
}
.dealer-form-wrapper{
  background: var(--Linen);
}
.form-box{
  background: var(--Snow);
  padding: 48px;
}
.dealer-form-container {
    padding: 96px 0;
}
.form-box input, .form-box select{
  background: var(--Snow);
}
.uploadcare--widget__button {
    width: 430px;
    background: var(--Snow) !important;
    color: var(--Ash) !important;
    border: .5px solid #a0a0a0!important;
    text-align: right;
}
.uploadcare--widget.uploadcare--widget_option_clearable.uploadcare--widget_status_ready,
.uploadcare--widget.uploadcare--widget_option_clearable.uploadcare--widget_status_ready button{
  width: 100%;
}
.karban-form-wrapper{
  max-width: 525px;
  width: 100%;
}
.karban-warranty-section,
.marquee-template--24844044108148__marquee_gallery_BGFpE6{
  background: var(--Linen) !important;
}
.tab-text{
  align-items: start !important;
}

.blog-post-content img {
  min-height: 342px;
  max-height: 342px;
}
.blog-post-content .title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-post-content .excerpt {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-status{
  height: 56px;
  display: none;
}
.mobile-status .mobile-status-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 15px;
    /* height: 56px; */
    background: var(--Snow);
    z-index: 111;
    box-shadow: 0px -4px 16px 0px #00000020;
  }
  .mobile-status .mobile-status-main .logo a {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-status .mobile-status-main .logo a img{
    height: 100%;
    width: 100%;
  }
  .mobile-status .mobile-status-main a.button-now {
    padding: 6px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    /* color: var(--Forest-dew); */
    background: var(--Forest-dew);
    color: var(--Snow);
    border: 2px solid var(--Forest-dew);
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-status .mobile-status-main a.button-now svg path {
    /* fill: var(--Forest-dew) !important; */
    fill: var(--Snow) !important;
  }
  .product-comparison-section .grid-box-4 .top-box img {
    width: 100%;
}

  a.mobile-whatsapp-btn{
    display: none;
  }
  .left-header-menu {
    display: none;
    align-items: center;
    gap: 24px;
  }
  .left-header-menu a.mobile-call-btn{
    display: none;
  }

.custom-price .new-price {
    font-size: 16px;
    font-weight: 500;
}
.custom-price .old-price {
    font-size: 12px;
    margin-left: 0px;
}
.stars .star {
    font-size: 12px;
    margin: 0 0px;
}
.review-count {
    margin-left: 0px;
    font-size: 12px;
}
.new-custom-price .custom-rating {
    margin: 0px;
    display: flex;
    gap: 4px;
    align-items: center;
}
.new-custom-price .custom-rating .stars{
    display: flex;
    align-items: center;
    gap: 4px;
}
.new-custom-price .d-flex {
    display: flex;
    align-items: center;
    gap: 4px;
}
.new-custom-price {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}
.hide-price-only .custom-card-price .d-flex{
  visibility: hidden;
}
.hide-price-only .custom-card-price{
  visibility: hidden;
}


.custom-card-content .custom-title-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-card-content .custom-title-strip .custom-rating {
    white-space: nowrap;
    margin: 0px;
    display: none;
}



  @media (max-width: 989px){
    a.mobile-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
  }
  .left-header-menu {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .left-header-menu a.mobile-call-btn{
    display: flex;
  } 
  }

  .techonolypage .techonolypagewrap .item img {
    width: 100%;
    height: calc(100vh - 56px);
    object-fit: cover;
  }
  .techonolypage {
    background: var(--Linen);
  }
  .techonolypage .techonolypagewrap .item{
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .tabs-section-btn{
    display: flex;
    align-items: center;
    gap: 48px;
  }
  .tabs-section-btn a{
    border: 1px solid var(--Forest-dew);
    padding: 17px 24px;
    text-decoration: none;
    color: var(--Forest-dew);
    font-size: 20px;
    font-weight: 500;
    transition: background 0.3s ease;
    line-height: 1;
  }
  .tabs-section-btn a:hover,
  .tabs-section-btn a.active{
    background: var(--Forest-dew);
    color: #fff;
  }
@media (max-width: 767px){
  .new-gallery-container {
    padding: 0px 0px 0px !important;
    position: relative;
  }
     .futuristic-hero-section {
    height: auto !important;
    padding: 60px 15px !important;
    height: auto !important;
  
    transform: translate(0px) !important;
  }
  .line-three {
    justify-content: end !important;
    width: 92%;
  }
  .line-four {
    justify-content: end !important;
    width: 94%;
    font-size: 14px !important;
  }
  .about-btn-dark{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }
  .cta-button {
    text-align: center;
    width: 100%;
  }
  #shopify-section-template--24496641409396__hero_futuristic_mDzLqV .pin-spacer,
  #shopify-section-template--24637616882036__hero_futuristic_N7qaeY .pin-spacer {
    padding: 0px !important;
    height: auto !important;
  }
  #shopify-section-template--24637616882036__hero_futuristic_N7qaeY .pin-spacer .futuristic-hero-section{
    background: #E3E3E3 !important;
  }
  .counter-top-text, .counter-desc {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .counter-number, .counter-label {
    font-size: 28px !important;
  }
  .counter-center {
    margin: 5px 0;
  }
  .counter-wrapper {
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 20px;
    flex-wrap: nowrap;
    overflow: scroll;
  }
.counter-card {
    width: 100%;
    max-width: max-content;
    padding: 30px;
    min-width: 242px;
    background: #F1F1F1;
}
  .counter-section{
    padding: 60px 0;
  }
  .product-range-wrapper {
    padding: 60px 15px;
  }
  .product-range-wrapper .subheading {
    font-size: 12px;
  }
  .product-range-heading h2 {
    font-size: 26px;
  }
  .sec-description {
    font-size: 16px;
  }
  .product-heading-icons img {
    width: 12px;
    height: 12px;
  }
  .product-heading-icons {
    flex-direction: row;
    gap: 10px !important;
  }
  .product-range-heading {
    margin-bottom: 20px;
  }
  .product-grid {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
      overflow-x: auto;        
    -ms-overflow-style: none;
    scrollbar-width: none;  

  }
  .product-card {
    padding: 0px 15px 20px;
    border: none !important;
    background: #ffffff;
    border-radius: 5px;
    min-width: 286px;
  }
  .product-card img {
    max-width: 400px;
    width: 100%;
    height: 174px;
    min-height: 174px;
    max-height: 174px;
    object-fit: cover;
  }
  .product-card h3 {
    font-size: 26px;
  }
  .product-card p {
    font-size: 14px;
    margin: 10px 0px;
  }
  .btn-dark, .karban-lite-btn{
    padding: 6px 24px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .ba-toggle-buttons {
    bottom: 18px;
    gap: 12px;
  }
  .ba-toggle-btn {
    font-size: 14px;
  }
  .savings-calculator {
    padding: 60px 0px;
  }
  .savings-left h2{
    font-size: 26px;
  }
  .saving-amount p,
  .saving-amount h1 {
    font-size: 24px;
  }
  .cta{
    padding: 6px 24px;
    font-size: 14px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0px;
  }
  .saving-amount {
    padding: 15px 0px;
    border-top: 1px solid var(--Ash);
    border-bottom: 1px solid var(--Ash);
    margin-bottom: 15px;
  }
  .saving-left-content {
    gap: 20px;
  }
  .note {
    font-size: 14px;
  }
  .savings-wrapper {
    gap: 20px;
  }
  .slider-block label,
  .slider-value {
    font-size: 14px;
  }
  .legend {
    margin: 40px 0 20px;
    font-size: 14px;
  }
  .legend span{
    display: flex;
    align-items: center;
  }
  .legend-box {
    width: 12px;
    height: 12px;
  }
  .tab-button.active {
    border-bottom: 1px solid var(--Toasted-almond) !important;
  }
  .tab-button {
    font-size: 14px !important;
    border-bottom: 1px solid var(--Snow) !important;
  }
  .chart-holder {
    margin-bottom: 0px;
  }
  .exploded-heading-wrapper h2 {
    font-size: 26px;
  }
  .exploded-heading-wrapper p {
    font-size: 14px;
    margin: 20px auto;
  }
  .exploded-heading-wrapper{
    padding: 0px;
  }
  .exploded-section-wrapper {
    padding: 60px 0;
  }
  .image-slider-container.container.custom-font {
    padding: 0px;
  }
  .slider-line {
    width: 2px;
  }
  .drag-btn {
    font-size: 10px;
    height: 35px;
    width: 35px;
    min-width: 35px;
  }
  .karban-care-section {
    padding: 60px 0px;
  }
  .karban-care-content p.karban-intro {
    font-size: 14px;
    margin-top: 0px;
    color: var(--Snow);
  }
  .karban-care-content .karban-heading-product {
    font-size: 26px !important;
  }
  .karban-subtext-wrapper p {
    font-size: 14px;
    margin: 20px 0px;
  }
  .karban-care-section .karban-care-image{
    display: none;
  }
  .karban-icon-card p {
    font-size: 12px;
    margin-top: 10px;
  }
  .karban-icon-card img {
    width: 60px;
    height: 60px;
  }
  .karban-care-icons {
    grid-template-columns: repeat(6, 140px);
      overflow-x: auto;        
    -ms-overflow-style: none;
    scrollbar-width: none;  
  }
  .karban-icon-card {
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF10;
    padding: 15px;
  }
  .cts-tabbed-slider {
    padding: 60px 0px;
  }
  .cts-tab.active {
    font-size: 20px;
  }
  .cts-layout {
    gap: 20px;
  }
  .cts-box {
    gap: 20px;
  }
  .cts-stars {
    font-size: 34px;
    letter-spacing: 10px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .content-detail, .news-detail {
    font-size: 16px;
    text-align: center;
    margin: 20px 0px;
  }
  .cts-content h4 {
    text-align: center;
  }
  .autor-product {
    font-size: 18px;
    text-align: center;
    margin: 0px;
  }
  .testmonials-slide-tabs .testmonials-tabs-slide {
    column-gap: 10px;
  }
  .testmonials-slide-tabs .testmonials-tabs-slide .testmonials-tabs {
    font-size: 16px;
  }
  .testmonials-slide-tabs .testmonials-tabs-slide .testmonials-tabs.active {
    font-size: 16px;
  }
  .karban-footer {
    padding: 60px 0px !important;
  }
  .cart-count-bubble {
    height: 1rem;
    width: 1rem;
    transform: translate(-5px, 5px);
    left: 100%;
    bottom: 100%;
  }
  .cts-news-style .cts-box {
    padding: 0px;
    flex-wrap: wrap;
  }
  .cts-news-style .cts-img {
    max-width: 100%;
  }
  .mobile-status{
    display: block;
  }
  .cts-news-box .cts-content {
    text-align: center;
  }
  .cts-content h4.report-name {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .cts-news-style .cts-btn{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product-comparison-section .grid-box-4 {
    grid-template-columns: repeat(4, 224px);
  }
  div#landing-navbar {
    display: none;
  }
  .bnfcards-container, .airzone_tabs_container, .threemaincontainer, .technical_details_container, .featured_block_main, .pricing-compare-container {
    padding: 60px 15px !important;
  }
  .sec-heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .banfit-title {
    margin-bottom: 24px !important;
    font-size: 16px;
    min-height: 36px;
  }
  .banfit-icon {
    margin-bottom: 10px;
  }
  .banfit-description {
    font-size: 14px;
  }
  .card-description {
    font-size: 14px;
  }
  .tabssectionstatebox h4.tab-title {
    font-size: 16px;
  }
  .product-comparison-section {
    padding: 60px 0px;
  }
  .product-comparison-section .grid-box-4 .top-box .sec-heading-11 {
    font-size: 26px;
  }
  .product-comparison-section .grid-box-4 .top-box .sec-heading-21 {
    font-size: 16px;
  }
  .product-comparison-section .grid-box-4 .top-box {
    height: 240px;
  }
  .product-comparison-section .grid-box-4 .bottom-box-main .content-main .main-title {
    font-size: 15px;
  }
  .product-comparison-section .grid-box-4 .bottom-box-main .content-main {
    padding: 0px 15px;
    height: 40px;
  }
  .product-comparison-section .grid-box-4 .bottom-box-main .content-main .sort-title {
    font-size: 13px;
  }
  .product-comparison-section .grid-box-3.grid-box .box-3-title {
    font-size: 15px;
  }
  .product-comparison-section .grid-box-3.grid-box .box-3-dis1 {
    font-size: 13x;
  }
  .product-comparison-section .grid-box-3.grid-box .box-3-dis2 {
    font-size: 13px;
  }
  .product-comparison-section .grid-box-3.grid-box {
    padding: 18px 15px;
  }
  .product-comparison-section .grid-box-4 .bottom-box-main {
    padding-top: 24px;
  }
  .comparison-button {
    margin-top: 20px;
  }
  .comparison-button a.slider-btn-primary{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .whats-box-section {
    padding: 60px 0;
  }
  .whats-box-section h2 {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .box-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    margin-bottom: 20px;
    overflow-x: scroll;
  }
  .box-card {
    border-radius: 10px;
    padding: 15px;
    min-width: 280px;
  }
  .box-card h4 {
    font-size: 20px;
  }
  .box-card p {
    font-size: 14px;
  }
  .action-buttons {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
  .action-buttons a{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .color-label.description-label{
    margin-top: 0px !important;
  }
  .karban-care-content{
    width: 100%;
  }
  .saving-amount h1{
    color: var(--Toasted-almond);
  }
  .header__icon--cart {
    border: none;
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  .header__icon--cart svg{
    height: 20px;
    width: 20px;
  }
  .cart-count-bubble{
    display: none;
  }
  .header__icon, .header__icon--cart .icon {
    height: 4rem;
    width: 4rem;
  }
  header-drawer {
    margin-left: 0rem !important;
  }
  .header{
    padding: 5px 20px !important;
  }
  ul#product-grid {
    gap: 15px;
  }
  ul#product-grid .grid__item .card__inner,
  ul#product-grid .grid__item .card__inner .card__media img {
    height: 132px;
  }
  .card-title {
    font-size: 16px;
  }
  .custom-rating {
    margin: 0px;
    color: #001d00;
    font-size: 10px;
    line-height: 1;
  }
  .custom-price {
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .custom-price .old-price {
    margin-left: 2px;
    font-size: 10px;
  }
  .section-template--24496641147252__rich_text_CgM8DP-padding{
    padding-top: 60px !important;
  }
  .about-us-container .banner-heading {
    font-size: 26px;
    text-align: center;
  }
  .about-us-container .banner-sub-heading {
    font-size: 16px;
  }
  div#Banner-template--24637616882036__image_banner_gpR3fD,
  #shopify-section-template--24637616882036__image_banner_gpR3fD #Banner-template--24637616882036__image_banner_gpR3fD img{
    height: 340px;
  }
  .year,
  .year-1,
  .year-2 {
    font-size: 26px;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 20px;
  }
  .timeline-step .month,
  .timeline-step-1 .month-1,
  .timeline-step-2 .month-2 {
    font-size: 18px;
  }
  .timeline-step .text,
  .timeline-step-1 .text-1,
  .timeline-step-2 .text-2 {
    font-size: 16px;
    margin: 14px 0px 0px 0px;
  }
  .timeline-step,
  .timeline-step-1,
  .timeline-step-2 {
    padding-top: 28px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .custom-gallery {
    padding: 60px 0 !important;
  }
  .custom-image-text-container {
    padding: 0px 20px 60px 20px;
  }
  .custom-image-text-content h2 {
    font-size: 26px;
  }
  .custom-image-text-content p {
    font-size: 16px;
  }
  .custom-image-text-wrapper {
    margin-bottom: 60px;
  }
  #shopify-section-template--24637616882036__image_banner_wyMYBN #Banner-template--24637616882036__image_banner_wyMYBN img,
  div#Banner-template--24637616882036__image_banner_wyMYBN {
    padding: 0px 0px !important;
    height: 240px;
  }
  .nv-vision-cards {
    padding: 60px 0;
  }
  .nv-vision-card h3 {
    font-size: 26px;
  }
  .nv-vision-card p {
    font-size: 16px;
  }
  /* .mobile-nav-wrapper .prev-tab, .mobile-nav-wrapper .next-tab{
    background: var(--Toasted-almond) !important;
  } */
  .top-header .subheading p{
    font-size: 16px;
  }
  .contact-info {
    padding: 0px 0px 30px;
  }
  .contact-info p {
    font-size: 16px;
  }
  .contact-info a {
    text-decoration: none;
  }
  .custom-form input, .custom-form textarea {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  .custom-form button{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .dropdowns select {
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    max-width: 100% !important;
  }
  .dropdowns {
    margin-bottom: 20px;
  }
  .quick-solutions-section {
    padding: 60px 0px;
  }
  .qs-heading{
    font-size: 12px;
  }
  .qs-subheading{
    font-size: 26px;
    margin-bottom: 20px;
  }
  .qs-card {
    padding: 15px;
    max-width: 240px;
    min-width: 240px;
  }
  .qs-card h3 {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 33px;
  }
  .qs-card p {
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    min-height: 38px;
  }
  .qs-btn{
    padding: 6px 27px;
    font-size: 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .qs-cards {
    justify-content: start;
    overflow-x: scroll;
  }
  .product-support-section{
    padding: 60px 0px;
  }
  .ps-heading {
    font-size: 26px;
  }
  .ps-subheading {
    font-size: 16px;
    margin: 20px 0px 30px;
  }
  .ps-cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ps-title {
    font-size: 26px;
    margin: 0 0 20px;
    padding: 0 0px;
  }
  .ps-description {
    font-size: 16px;
    padding: 0 0;
  }
  .promo-content .text-box,
  .promo-content .image-box{
    max-width: 100%;
  }
  .karban-app-promo {
    padding: 60px 0px;
    background: #E3E3E3;
  }
  .text-box h2 {
    font-size: 26px;
  }
  .promo-content {
    text-align: start;
    gap: 30px;
    margin-bottom: 0px;
  }
  .text-box p {
    font-size: 16px;
    margin: 20px 0px;
  }
  .text-box ul{
    margin: 0px;
  }
  .text-box ul li{
    font-size: 16px;
  }
  .button_main{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }
  .btn-group {
    justify-content: start;
  }
  .promo-content .text-box{
    order: 1;
  }
  .promo-content .image-box{
    order: 0;
  }
  .warranty-section {
    padding: 60px 0px;
  }
  .warranty-grid {
    gap: 30px;
  }
  .warranty-content {
    text-align: start;
  }
  .warranty-content h2 {
    font-size: 26px;
  }
  .warranty-content .subheading {
    font-size: 16px;
    margin: 20px 0px;
  }
  .warranty-box .box {
    padding: 15px;
    background: #FFFFFF;
  }
  .box-content p {
    margin: 0 0;
    color: #001d00;
    font-size: 16px;
    line-height: 1.5;
  }
  .box-content .btn-blue{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px; 
  }
  .featured-article img {
    padding: 15px 15px 0 15px;
  }
  .featured-article .blog-meta, .side-article .blog-meta, .blog-post .post-content {
    padding: 15px;
  }
  .blog-meta h2,
  .blog-meta h3,
  .blog-post-content .title,
  .article-card .card__heading {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px;
  }
  .blog-meta p,
  .blog-post-content .excerpt,
  .article-card__excerpt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .author,
  .caption-with-letter-spacing {
    font-size: 14px;
    letter-spacing: normal;
  }
  .tag,
  .meta .category {
    padding: 6px 12px;
    font-size: 14px;
  }
  .date {
    font-size: 14px;
  }
  .side-article-image {
    margin-bottom: 0px;
  }
  .search-blog {
    padding-left: 46px;
    background: url('/cdn/shop/files/Group.png?v=1756965181') no-repeat 20px center;
    background-size: 16px 16px;
    height: 46px;
    font-size: 16px;
    width: 100%;
    order: 0;
  }
  .filter-search-bar {
    gap: 20px;
  }
  .filter-search-bar .buttons{
    order: 1;
  }
  .buttons button{
    padding: 6px 27px;
    font-size: 12px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .custom-blog-section {
    padding: 0px;
    padding-top: 140px;
  }
  .custom-blog-page {
    padding: 2rem 0px;
  }
  #filter-title {
    font-size: 26px;
    margin: 20px 0px;
  }
  .blog-post-content img {
    min-height: auto;
    max-height: max-content;
  }
  .blog-post-content .post-image{
    display: flex;
  }
  .blog-grid,
  .side-articles,
  .blog-custom {
    gap: 20px;
  }
  .blog-pagination {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .article-template {
    padding: 0px 15px;
  }
  header.page-width.page-width--narrow {
    text-align: start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .article-template__title {
    font-size: 26px;
    margin-bottom: 20px !important;
  }
  .caption-with-letter-spacing {
    font-size: 14px;
  }
  .article-template__content.page-width.page-width--narrow.rte {
    text-align: start;
    margin: 20px auto;
    padding: 0px;
  }
  .article-template__content h2 {
    font-size: 16px;
    margin: 0px 0px 14px;
  }
  .article-template__content p {
    font-size: 14px;
    margin: 0px 0px 12px;
  }
  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0px;
  }
  .karban-promo-section {
    padding: 60px 20px;
  }
  .karban-promo-section .karban-heading {
    font-size: 26px;
    margin: 0px auto 20px;
  }
  .karban-promo-section .karban-subtext {
    font-size: 16px;
    margin: 0px 0px 30px;
  }
  .karban-buttons {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .karban-promo-section .home-banner-secondary-btn,
  .karban-promo-section .home-banner-btn{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .image-with-text__heading {
    font-size: 26px;
    margin: 20px 0px 15px !important;
  }
  .image-with-text__content {
    padding: 0px !important;
  }
  .image-with-text__content>*+*{
    margin: 0px !important;
  }
  .image-with-text__text p {
    font-size: 16px;
  }
  #shopify-section-template--25375964070260__image_with_text_jmePpU, 
  #shopify-section-template--25375964070260__image_with_text_wFGVUb, 
  #shopify-section-template--25375964070260__image_with_text_gmfX8h {
    margin-bottom: 60px;
  }
  .order-details {
    padding: 0px 0px 60px 0px !important;
  }
  .order-details .order-id-btn {
    gap: 10px;
    padding: 5px 10px;
    background: #E3E3E3;
    border-radius: 5px;
  }
  .order-details .order-id-btn .id {
    font-size: 14px;
  }
  .order-details .buttons a svg{
    display: block !important;
  }
  .order-details .buttons a {
    font-size: 0px !important;
    gap: 0px !important;
    flex-direction: column;
    background: var(--Forest-dew) !important;
    color: var(--Snow) !important;
    height: 30px !important;
    width: 30px !important;
    padding: 0px !important;
    min-width: 30px !important;
    justify-content: center;
    min-height: 30px !important;
    border-radius: 5px;
  }
  .order-details .buttons {
    gap: 10px;
  }
  .order-deliver-date {
    flex-wrap: wrap;
  }
  .order-deliver-date {
    align-items: start;
    gap: 10px;
    font-size: 12px;
    margin-top: 20px;
    flex-direction: column;
  }
  .order-deliver-date svg.border-svg{
    display: none;
  }
  .order-details .border-design-tracking {
    margin: 20px 0px;
  }
  .order-details .order-status {
    align-items: start;
    gap: 30px;
    margin-bottom: 20px;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #C8C8C8;
  }
  .order-details .order-status .order-status-name {
    align-items: start;
    padding-left: 50px;
  }
  .order-details .order-status .order-status-name .order-circle {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0px;
  }
  .order-details .order-status .order-status-name .order-title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .order-details .order-status .order-status-name .order-date {
    margin-top: 0px;
    font-size: 12px;
  }
  .order-details .order-status .order-status-border {
    top: 0px;
    height: calc(100% - 35px);
    width: 1px;
    padding: 0px 15px;
  }
  .order-details .order-status .order-status-border span {
    height: 100%;
    width: 1px;
  }
  .shoped-product {
    gap: 15px;
    background:rgba(255, 255, 255, 0.50);
    padding: 15px;
    border-radius: 10px;
  }
  .shoped-product .product-list {
    gap: 15px;
  }
  .shoped-product .product-list .image-product {
    height: 50px;
    width: 50px;
    min-width: 50px;
    background: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
  }
  .shoped-product .product-list .product-list-title,
  .shoped-product .product-list .product-list-price {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .shoped-product .product-list .product-list-color,
  .shoped-product .product-list .product-list-quantity {
    font-size: 12px;
  }
  .psa-section {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .psa-section .left-payment {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 20px;
  }
  .psa-section .psa-discription {
    margin-top: 10px;
    font-size: 12px;
  }
  .psa-section .psa-title {
    font-size: 14px;
  }
  .order-details .border-design-tracking {
    background-color: #C8C8C8;
  }
  .nos-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nos-section .left-payment{
    order: 1;
  }
  .nos-section .total-payment .payment-main-order {
    margin: 10px 0px;
    gap: 10px;
  }
  .nos-section .nos-title,
  .nos-section .total-payment .sub-total-method .left-text,
  .nos-section .total-payment .sub-total-method .right-text {
    font-size: 14px;
  }
  .nos-section .total-payment .payment-main-order .payment-summary .left-text,
  .nos-section .total-payment .payment-main-order .payment-summary .right-text {
    font-size: 12px;
  }
  .nos-section .total-payment .sub-total-method {
    padding: 10px 0px;
  }
  .nos-section .nos-discription {
    margin-top: 10px;
    font-size: 12px;
  }
  .dealer-form-container {
    padding: 60px 0;
  }
  .form-box {
    background: transparent;
    padding: 0px;
  }
  .form-box h2 {
    text-align: center;
  }
  .form-box label {
    margin: 0px;
    font-size: 12px;
  }
  .form-box input, .form-box select {
    padding: 15px 20px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .form-box button {
    padding: 15px 20px;
    font-size: 12px;
  }
  .error {
    margin-top: 4px;
    margin-bottom: 16px;
    line-height: 1;
  }
  .form-box small {
    margin-bottom: 0px;
  }
  .captcha-field {
    margin-bottom: 0px;
  }
  .form-box button{
    padding: 6px 27px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .marquee-template--24844044108148__marquee_gallery_BGFpE6__subheading {
    font-size: 14px !important;
  }
  .text-main {
    position: static;
    padding-bottom: 0px;
  }
  .text-main .container{
    padding: 0px;
  }
  .techonolypage .techonolypagewrap .item {
    flex-direction: column;
  }
  .techonolypage .techonolypagewrap .item img {
    height: auto;
  }
  .techonolypage{
    padding: 0px 15px 60px;
  }
  .techonolypage .techonolypagewrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .slide-text h2 {
    font-size: 20px;
    margin-top: 10px;
  }
  .slide-text p {
    font-size: 16px;
    margin: 15px 0px 0px;
  }
  .tabs-section-btn a{
    padding: 6px 27px !important;
    font-size: 14px !important;
    min-height: 40px;
    display: flex !important;
    align-items: center !important;
  }
  .tabs-section-main {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .menu-drawer .list-social {
    display: flex;
    align-items: center;
    padding-bottom: 56px;
  }
}
@media (max-width: 750px){
  .mobile-facets__open {
    color: var(--Snow) !important;
    background: var(--Forest-dew) !important;
    padding: 5px 10px !important;
  }
  .section-template--25925785846132__rich_text_CgM8DP-padding{
    padding-bottom: 0px !important;
  
  }
  .new-custom-price .custom-rating {
    display: none;
  }
  .custom-card-content .custom-title-strip .custom-rating {
    display: block;
  }
  ul#product-grid .grid__item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.section-header{
  top: 0px;
}