 :root {
      --primary-color: #21A985;
      --dark-color: #1e1e1e;
      --white-color: #ffffff;
      --gray-color: #666666;
      --yellow-color:#F4C542;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background-color: var(--white-color);
      color: var(--dark-color);
    }
    .color-yellow{
      color: var(--yellow-color);
    }
    .color-dark{
      color: var(--dark-color);
    }
    .color-primary{
      color: var(--primary-color);
    }
    .color-gray{
      color: var(--gray-color);
    }
    .background-primary{
      background-color: var(--primary-color);
    }
    .btn:hover{
      background-color: var(--yellow-color);
    }
    .btn:focus,.btn:focus-visible,.btn:active,.btn:target{
      background-color: var(--yellow-color) !important;

    }
    .background-dark{
      background-color: var(--dark-color);
    }
    .background-gray{
      background-color: var(--gray-color);
    }
    .background-yellow{
      background-color: var(--yellow-color);
    }



    .primary-button,.primary-button:focus-visible,.primary-button:active{
      background-color: var(--primary-color);
      color: #fff;
      border-radius: 24px;
      border: none;
      outline: none;
      padding: 12px 44px;
      font-size: 16px;
      font-weight: 500;
      transition: 0.2s all ease-in-out;
      text-decoration: none;
      display: inline-block;

    }
        .primary-button:hover{
          background-color:var(--dark-color);
          color: var(--white-color);
          transition: 0.2s all ease-in-out;
        }


      .secondary-button,.secondary-button:focus-visible,.secondary-button:active{
      background-color: transparent;
      border: 1px solid var(--primary-color) !important;
      color: var(--primary-color);
      border-radius: 24px;
      border: none;
      outline: none;
      padding: 12px 44px;
      font-size: 16px;
      font-weight: 500;
      transition: 0.2s all ease-in-out;
      text-decoration: none;
      display: inline-block;

    }
    .secondary-button:hover{
      background-color:var(--primary-color);
      color: var(--white-color);
      transition: 0.2s all ease-in-out;
    }

    .brand-logo {
      font-size: 1.5rem;
      color: var(--primary-color);
      font-weight: bold;
    }

    .hero-section {
      background: var(--primary-color);
      background: #fff;
      color: white;
      padding: 100px 0;
      text-align: center;
    }

    .product-card {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 20px;
      transition: 0.3s;
      position: relative;
    }

    .product-card:hover {
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .footer {
      background: var(--dark-color);
      color: white;
      padding: 40px 0 0 0;
    }
    .top-banner{
      background-color: transparent;
      padding: 10px 0;
    }
    .top-banner a{
      font-size: 14px;
      font-weight: 400;
      display: block;
      text-decoration: none;
      color: var(--primary-color);
    }
    .top-banner a svg{
      width: 14px;
    }


.custom-navbar {
      background-color: #21A985;
      border-radius: 50px;
      padding: 0.5rem 1.5rem;
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
      z-index: 3;
    }



/* Navbar sticky setup */
#navbar-container {
 
  position: sticky;
  top: 0px; /* adjust to top-banner height */
  z-index: 1029;
  transition: all 0.3s ease-in-out;
}

/* Navbar scroll shrink effect */
#navbar-container.scrolled {
  position: fixed;
  width: 100%;
  top: 4px;
}
#navbar-container .container{
  transition: 0.6s;

}
#navbar-container.scrolled .container{
  max-width: 100%;
  transition: 0.6s;
}
.navbar.custom-navbar img {
  transition: all 0.3s ease-in-out;
}
#navbar-container.scrolled .navbar.custom-navbar img {
  height: 30px; /* shrink logo */
}





    .navbar-nav{
      gap: 12px;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      padding: 0.5rem 1rem;
    }
    .navbar-toggler {
      border: none;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }


    .custom-navbar {
      background-color: #21A985;
      border-radius: 50px;
      padding: 0.5rem 1.5rem;
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      padding: 0.5rem 1rem;
      transition: 0.2s all linear;

    }
     .navbar-nav .nav-link:hover{
      color: var(--yellow-color) !important;
      transition: 0.2s all linear;
     }
    .navbar-toggler {
      border: none;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .offcanvas {
      background-color: #21A985;
    }
    .offcanvas .nav-link {
      color: white !important;
      font-size: 1.1rem;
    }
    .offcanvas-header {
      border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .sub-barnd{
      display: flex;
      margin: 0;
      padding: 0;
      list-style-type: none;
      gap: 36px;
      margin-left: auto;
    }
    .sub-barnd li a{
      color: #fff;
      text-decoration: none;
        transition: 0.2s all ease-in-out;

    }
       .sub-barnd li a:hover{
        color: var(--yellow-color);
        transition: 0.2s all ease-in-out;
       }
    .bg-light-white{
      background-color: #F5F5F5;
    }
    .fs-36px-respo-28{
      font-size: 36px;
    }
    .fs-20px-respo-16{
      font-size: 20px;
    }
    @media(max-width: 768px){
      .fs-36px-respo-28{
        font-size: 26px;
      }
       .fs-20px-respo-16{
        font-size: 16px;
       }
  }
  
  /* slider  */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide-track {
  display: flex;
  transition: transform 0.4s ease; /* smooth snap */
}

.slide {
  min-width: 70%; /* card width */
  margin-right: 20px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  user-select: none;
  padding: 10px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 18px;
  scale: 1;
  transition: 0.2s all ease-in-out;

}
.cate-names .btn-car-arrow{
  display: flex;
  background-color: var(--primary-color);
  color: #fff;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cate-names{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 12px;
  padding: 0 18px;
}
.swiper-slide{
  text-decoration: none;
}
.cate-names p{
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  color: var(--dark-color);
  text-decoration: none;
}
.cate-names span{
  font-size: 14px;
  color: #C3C3C3;
  font-family: 400;
}
  /* slider (end) */

  .bg-banner{
    position: relative;
    padding: 82px 0;
    overflow: hidden;
  }
  @media(max-width: 600px){
    .bg-banner{
      padding: 28px 0;
    }
  }
  .banner-vect{
    position: absolute;
    left: 70%;
    top: -20px;
  }
.banner-vect-2{
  position: absolute;
  right: 70%;
  bottom: -20px;
}
.slide:hover.slide .cate-names .btn-car-arrow{
  background-color: var(--dark-color);
  transition: 0.2s all ease-in-out;
}
.slide:hover.slide img{
  scale: 1.01;
  transition: 0.1s all ease-in-out;
}


.pos-ab-right{
  position: absolute;
  right: 0;
  padding-top:150px ;
  padding-bottom: 150px;
}
.right-over{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  display: none;
}

.re-card svg{
  color: var(--primary-color);
  width: 44px;
  height: 44px;
}
.re-card h4{
  font-size: 22px;
  font-weight: 500;
  color: var(--dark-color);
  margin: 0;
}
.re-card p{
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-color);
  margin: 0;
}
.sub-banners-a{
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  scale: 1;
  transition: 0.1s all ease-in-out;
}
.sub-banners-a:hover.sub-banners-a img{
  scale: 1.03;
  transition: 0.1s all ease-in-out;
}
.sub-banners-a img{
  transition: 0.1s all ease-in-out;
}
.head-primery{
  font-size: 28px;
  font-weight: 500;
  color: var(--dark-color);
}
.cate-card{
  background-color: var(--white-color);
  border-radius: 34px;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 38px 36px;
  justify-content: space-around;
  transition: 0.2s all ease-in-out;
}
.cate-card h6{
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 43px;
  text-align: center;
  /* overflow: hidden; */
}
.cate-card img{
  object-fit: contain;
  height: 100%;
  scale: 1;
  transition: 0.2s all ease-in-out;
  aspect-ratio: 1.3;

}
.cate-card:hover.cate-card  img{
  scale: 1.05;
  transition: 0.2s all ease-in-out;
}
.cate-card:hover.cate-card{

}
@media (max-width: 1200px){
  .cate-card{
    padding: 14px;
  }
}
@media (max-width: 1200px){
  .cate-card{
    padding: 36px 34px;
  }
}
.acme-card{
  background-color: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.acme-card img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.linkd{
  font-size: 22px;
  color: var(--gray-color);
  font-weight: 500;
  transition: 0.2s all linear;

}
@media (max-width: 768px){
  .acme-card{
    padding: 10px;
  }
  .acme-card img{
    width: 50px;
    height: 50px;
  }
  .linkd{
        font-size: 18px;
  }
}
.linkd:hover{
  color: #21A985;
  transition: 0.2s all linear;
}
.product-card{
  padding: 0;
  border: 0;
  display: block;
  text-decoration: none;
}
.product-card:hover{
  box-shadow: none;
}

.product-card img{
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background-image: linear-gradient(to right, #F5F5F5 , #F9F9F9);
  border-radius: 24px;
  padding: 10px;
}
.product-card:hover{
  padding: 5px;
  transition: 0.2s all linear;
}

.product-card .product-bottim-content{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-card span{
  font-weight: 300;
  font-size: 14px;
  color: var(--gray-color);
  display: block;
}
.product-card h4{
  font-size: 18px;
  color: var(--dark-color);
  font-weight: 500;
  margin: 0;
}
.product-card p{
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
  margin: 0;
}
@media(max-width: 992px){
  .product-card h4{
    font-size: 16px;
    font-weight: 400;
  }
  .product-card p{
    font-size: 16px;
  }
  .head-primery{
    font-size: 24px;
  }
  .re-card h4{
    font-size: 20px;
  }
}
@media(min-width: 992px){
  .product-card img{
    padding: 28px;
  }
}
.product-card:hover.product-card .product-bottim-content h4{
  color: var(--primary-color);
  transition: 0.2s linear;

}
.product-card:hover.product-card .product-bottim-content p{
  color: var(--dark-color);
  transition: 0.2s linear;
}
.product-card:hover.product-card .product-bottim-content span{
  color: var(--dark-color);
  transition: 0.2s linear;
}
.product-card:hover.product-card img{
  border: 1px solid var(--gray-color);
  transition: 0.2s all linear;
}
.clients-card{
  border-radius: 12px;

  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.clients-card img{
  padding: 10px;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1.6;
}
.blog-card{
  transition: 0.2s linear all;
   
    border-radius: 22px;
    padding: 0px;
    display: block;
    text-decoration: none;
}
.blog-card:hover{
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 12px;
  transition: 0.2s linear all;
}
.blog-card img{
  width: 100%;
  aspect-ratio: 1.7;
  object-fit: cover;
  border-radius: 14px;
}
.blog-card span{
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-color);
}
.blog-card h5{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--dark-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card p{
  color: var(--gray-color);
  font-size: 14px;
  font-weight: 300;
}
.footer-social-icons{
  display: flex;
  list-style-type: none;
  padding: 0;
  gap: 12px;
}
.footer-social-icons li a{
  width: 38px;
  height: 38px;
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center ;
  transition: 0.2s all linear;
  border-radius: 50%;
   transform: translateX(0px);
  
}
.footer-social-icons li a svg{
  width: 24px;
  color: var(--dark-color);
}
.footer-social-icons li a:hover{
  background-color: #21A985;
  transition: 0.2s all linear;
  transform: translateX(3px);

}
.footer-social-icons li a:hover.footer-social-icons li a svg{
  color: var(--white-color);
  transition: 0.2s all linear;
}
.footer-social-icons li a.footer-button{
  height: 38px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center ;
  font-size: 14px;
  border-radius: 22px;
  text-decoration: none;
  padding: 4px 16px;
  font-weight: 500;
  background-color: var(--white-color);
  color: var(--dark-color);
  
}
.footer-social-icons li a.footer-button:hover{
  background-color: var(--primary-color);
  color: #fff;
}
.footer h3{
  font-size: 18px;
  color: var(--white-color);
  font-weight: 600;
}
.footer p{
  font-size: 14px;
  color: #e9e9e9;
  font-weight: 300;
}
.footer-links-c{
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-direction: column;
  gap: 8px;
}
.footer-links-c li.head-f{
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 2px;
}
.footer-links-c li a{
  transform: translateX(0);
  transition: 0.2s all linear;
}
.footer-links-c li a{
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  display: block;
  transform: translateX(0);
  transition: 0.2s all linear;
  text-decoration: none;
}
.footer-links-c li a:hover{
    transform: translateX(3px);
    color: var(--primary-color);

  transition: 0.2s all linear;
}
.bottom-footer{
  border-top: 1px solid #c3c3c375;
  padding: 10px 0;
}
.bottom-footer p{
  font-size: 14px;
  color: var(--white-color);
  font-weight: 300;
  display: flex;
  align-items: center;
  margin: 0;
}
.bottom-footer p img{
  height: 15px;
  object-fit: contain;
}
.bottom-footer a{
  font-size: 14px;
  color: var(--white-color);
  font-weight: 300;
  display: flex;
  align-items: center;
  text-decoration: var(--white-color);
}

/* show case  */

/* Product Showcase */
.product-showcase {
  max-width: 520px;           /* adjust as you like */
  width: 100%;
  user-select: none;
  --ps-radius: 16px;
  --ps-gap: 12px;
  --ps-border: #E6E6E6;
  --ps-active: #21A985;       /* your brand green */
}

/* Main image: perfect square */
.ps-main {
  aspect-ratio: 1 / 1;        /* 1:1 ratio */
  border: 1px solid transparent;
  border-radius: var(--ps-radius);
  overflow: hidden;
  background-image: linear-gradient(to right, #F5F5F5 , #F9F9F9);
  display: grid;
  place-items: center;
}
.ps-main img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  padding: 18px;
  object-fit: contain;         /* keep whole product visible */
}

/* Thumbs row: 4 visible, scroll if more */
.ps-thumbs {
  margin-top: var(--ps-gap);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: var(--ps-gap);
  overflow-x: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

.ps-thumbs::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}
.ps-thumbs::-webkit-scrollbar { height: 6px; }
.ps-thumbs::-webkit-scrollbar-thumb { background: var(--ps-border); border-radius: 4px; }

/* Thumb button */
.ps-thumb {
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 0;
  background-image: linear-gradient(to right, #F5F5F5 , #F9F9F9);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color .15s ease, opacity .15s ease, transform .05s ease;
}
.ps-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  padding: 8px;
  object-fit: contain;
}
.ps-thumb{
  width: 100px;
  height: 100px;
}
.ps-thumb:hover { border-color: var(--ps-border); }
.ps-thumb.is-active {
  border-color: var(--ps-active);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--ps-active), transparent 75%);
}
.ps-thumb:active { transform: scale(.98); }

/* Make exactly 4 visible by default */
@media (min-width: 420px) {
  .ps-thumbs { grid-template-columns: repeat(4, 1fr); }
}

.product-details-side h3{
  font-size: 24px;
  color: var(--dark-color);
}
.product-spec h4{
  font-size: 16px;
  color: var(--gray-color);
}
.product-spec ul li{
  color: var(--gray-color);
  font-weight: 300;
  font-size: 15px;
}
.product-details-side .price{
  margin: 0;
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 500;
}
.action-call-button{
  background-color: var(--primary-color);
  padding: 4px 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 12px;
}
.action-call-button p{
  color: var(--white-color);
  font-size: 24px;
  margin: 0;
}
@media (max-width: 600px){
  .action-call-button p{
    font-size: 16px;
  }
}
.acme-form{
  padding: 34px;
    border: 1px solid #e6e6e6;
    /* background-image: url(../images/bg-ease.png); */
    background-position: center;
    background-size: cover;
    border-radius: 26px;
    background-attachment: fixed;
    background-color: #fff;
}
.acme-form label{
  color: #303030;
    font-size: 16px;
    margin-bottom: 4px;
}
.acme-form input{
      width: 100%;
    border: 1px solid #e6e6e6;
    height: 42px;
    font-size: 14px;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 15px;
    outline: none;
}
.acme-form textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 15px;
}
@media (max-width: 600px){
  .acme-form{
    padding: 18px;
    border-radius: 12px;
  }
}
.acme-form .custom-file-upload{
  display: inline-block;
    padding: 8px 24px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 200;
    color: #757575;
    font-size: 14px;
    transition: 0.2s 
linear;
    font-weight: 400;
    border: 0;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    transition: 0.2s 
linear;
    cursor: pointer;
}
.acme-form #file-upload{
  display: none;
}
.acme-form .file-name {
    margin-top: 0px;
    font-size: 12px;
    color: var(--gray-color);
}
.acme-form label .small-text{
  color: var(--primary-color);
}
.contact-card{
  background-color: var(--primary-color);
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-decoration: none;
  border-radius: 8px;
  height: 100%;
}
.contact-card svg{
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
}
.contact-card p{
  margin: 0;
  text-align: center;
}
.actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
    .btn{display:inline-block;padding:10px 14px;border-radius:6px;text-decoration:none;color:#fff;background:var(--accent)}
    .btn.secondary{background:#f3f4f6;color:#111;border:1px solid #ddd}
    .back{margin-top:28px;color:#555;font-size:14px}

.blog-card-detail{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.blog-card-detail span{
  color: var(--primary-color);
  font-size: 12px;

}
.blog-card-detail h6{
  color: var(--dark-color);
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@media (max-width:579px){
  .respo-w100{
    width: 100%;
  }
  .cate-card{
    padding: 14px;
    gap: 0;
    
  }
  .cate-card h6{
    font-size: 14px;
    padding: 6px;
    text-align: center;
    -webkit-line-clamp: 2;
    height: 42px;
    
  }
}

@media (max-width: 1399px){
  .cate-card{
    aspect-ratio: 0;
    height: 100%;
  }
}
/* .navbar-brand.acme{
  display: none;
} */
.navbar-brand.ease{
  display: none;
}
.ease-acme-home{
  display: none;
}

.scroll-v{
  max-height: 64vh;
    overflow: auto;
}



/* slider style */
.product-slider {
  width: 100%;
  padding: 20px 0;
}

.product-slide {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  /* box-shadow: 0 1px 8px rgba(0,0,0,0.08); */
}

.product-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-content {
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
}

.product-card .product-bottim-content{
  
}