 .product-image {
            height: 350px;
            object-fit: cover; 
        }
        .progress-color {
            background-color: #A36557; 
        } 

        
       
        .card-overlay {
      
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
        }
        
        
    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }
    .card {
      min-width: 100%;
    }
    
@layer components {

  .cta_button .icon-arrow {
    @apply transition-all duration-500 ease-in-out;
    width: 16px;              
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .cta_button .icon-left {
    opacity: 0;
    transform: translateX(-10px);
    margin-right: 0;
  }

  .cta_button .icon-right {
    opacity: 1;
    transform: translateX(0);
    margin-left: 8px;
  }

  .cta_button:hover .icon-left {
    opacity: 1;
    transform: translateX(0);
    margin-right: 8px;
  }

  .cta_button:hover .icon-right {
    opacity: 0;
    transform: translateX(10px);
    margin-left: 0;
  }
}

 .nav-link {
    @apply text-black text-sm lg:text-base font-medium hover:text-gray-700 transition;
  }
  .mobile-link {
    @apply text-black text-base font-medium hover:text-gray-700;
  }

.menu_new_bar {
    width: 80%;
    display: flex;
    column-gap: 20px;
}
nav#mobile-menu {
    justify-content: flex-end !important;
    column-gap: 32px;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255,255,255,0.4);
  opacity: 1;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
}

.swiper-pagination-bullet .progress {
  position: absolute;
  inset: 0;
  background: #D1AF1F;
  transform: scaleX(0);
  transform-origin: left;
}

@keyframes fillProgress {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

header.bg-white {
    padding: 5px 0px;
}

  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #9b4b2b !important; 
  }


.bg_new_wrapper img {
    width: 100%;
}
.new_about_home {
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cta_button:hover {
    background: #CBA99F !important;
    color: #ffffff !important;
    border-color: #2c2e39 !important;
}
.cta_button:hover p.text-black {
    color: #ffffff !important;
}
address.text-xl.not-italic.space-y-2 {
    font-weight: 300;
    font-size: 17px;
}

.text-xl.font-bold.text-center.lg\:text-left.w-full {
    font-weight: 300;
    font-size: 17px;
}
p.font-bold.text-2xl.whitespace-nowrap {
    font-weight: 500;
}
footer {
    padding: 30px 0 !important;
}

.home_content_wrapper{
	padding:130px 0 100px;
}
.hero_content {
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100%;
}
 [x-cloak] { display: none !important; }

.wrapper_new {
    margin-top: -10rem;
}

.des_sty {
  @apply text-black text-sm sm:text-base
         leading-relaxed max-w-xl
         font-[aktiv-grotesk];
}

.des_sty p {
  @apply mb-0;
}

.des_sty ul {
  @apply list-disc pl-2;
}

.des_sty li {
  @apply mb-0;
}


.feature_sty {
  @apply font-[aktiv-grotesk];
}

.feature_sty h3 {
  @apply text-black font-semibold
         text-base sm:text-lg md:text-xl lg:text-[20px]
                       font-[aktiv-grotesk]
                       leading-[1] mb-5;
}


.feature_sty ul {
  @apply space-y-4 text-black
         text-sm sm:text-base
         leading-relaxed;
}


.feature_sty li {
  @apply relative pl-4 ;
}

.feature_sty li::before {
  content: "•";
  padding-right: 10px;
  @apply absolute left-0 text-black;
	    
	}

/* for hero section and product section */
.heroSwiper .swiper-pagination-bullet {
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transition: all 0.3s ease;
}
.heroSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
}

.heroSwiper {
  width: 100%;
  height: 100%;
}

.hero-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hero-bg-container {
  width: 100%;
  position: relative;
  z-index: 0; 
}

.hero-bg-container img {
  width: 100%;
  height: auto; 
  object-fit: cover;
  display: block;
}

.hero-overlay {
  display: none; 
}

.hero-content-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #ffffff; 
  padding: 3rem 1rem 5rem 1rem;
  color: #262626; 
}

.hero-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-group {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}

.hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #171717;
}

.hero-description {
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'aktiv-grotesk', sans-serif;
  margin-top: 1rem;
  color: #525252;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn-primary {
  background-color: #CBA99F;
  color: #000000;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #171717; 
  color: #171717; 
  font-weight: 400;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.heroSwiper .swiper-pagination {
  bottom: 24px !important;
}

@media (min-width: 768px) {
  .hero-section {
    height: 80vh; 
  }

  .hero-slide {
    display: block;
    height: 100%;
  }

  .hero-bg-container {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .hero-bg-container img {
    height: 100%;
  }

  .hero-overlay {
    display: block;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1); 
    z-index: 1;
  }

  .hero-content-wrapper {
    background-color: transparent;
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    align-items: center; 
  }

  .hero-title {
    font-size: 3rem; 
    color: #ffffff;
  }

  .hero-description {
    color: #ffffff;
    font-size: 1.125rem;
  }
  .btn-secondary {
    border-color: #ffffff;
    color: #ffffff;
  }
  
  .btn-secondary:hover {
    background-color: #ffffff;
    color: #000000;
  }

  .heroSwiper .swiper-pagination {
    bottom: 40px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1500px) {
  .hero-title {
    font-size: 3.5rem;
  }
}

.heroSwiper .swiper-pagination {
  display: none !important; 
}

@media (min-width: 768px) {
  .heroSwiper .swiper-pagination {
    display: block !important;
    bottom: 40px !important;
  }
}

.product-progressbar.swiper-pagination-progressbar {
    position: relative !important; 
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    background: #e5e7eb !important;
}
.product-progressbar .swiper-pagination-progressbar-fill {
    background-color: #9b4b2b !important; 
}
.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid #ff0000 !important; 
    background-color: transparent; 
}