    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

:root{
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --font-family: 'Poppins', sans-serif;
  --font-deal: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
:root {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}
body, h1, h2, h3, h4, h5, h6, p, a, ul, li {
  margin: 0;
  padding: 0;
}
a { text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
img { max-width: 100%; height: auto; display: block; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /* background-color: #111; */
  padding-top: 78px;
}
.site-content .banner-container {
  width: 100%;
  margin: 0 auto;
}
.site-content .container {
  max-width: 1100px !important;
  margin: 0 auto;
}
  .bg-black {
    background-color: #000000 !important;
  }
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
  .main-nav,
  .navbar,
  .navbar-collapse {
      overflow: visible !important;
  }
  .navbar-nav .nav-item {
      position: relative;
  }
  .custom-nav-link {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.5rem 1.2rem !important;
    transition: color 0.3s ease;
    white-space: nowrap;
  }
  .custom-nav-link:hover {
    color: #4CAF50 !important;
  }
  .cart-count {
    position: absolute;
    top: -1px;
    right: 10px;
    background-color: #2e7d32;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    line-height: 1;
}
.dropdown-arrow{
    font-size:14px;
    color:#fff;
    cursor:pointer;
    transition:transform .3s ease;
}
.dropdown-arrow:hover{
    color:#4CAF50;
}

.dropdown-arrow.rotate{
    transform:rotate(180deg);
}
    .custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111;
    min-width: 220px;
    z-index: 9999;
    border-radius: 6px;
    padding: 5px 0;
    }
    .dropdown-item {
        color: #fff !important;
        font-size: 0.95rem;
    }
    .dropdown-item:hover {
        color: #4CAF50 !important;
    }
    .logo img{
    height: 80px;
    width: auto;
    max-width: 100%;
    transition:transform .3s ease;
}
.logo img:hover{
    transform:scale(1.05);
}
.custom-toggler{
    width:34px;
    height:26px;
    position:relative;
    border:none;
    background:transparent;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    cursor:pointer;
    padding:0;
}
.custom-toggler span{
    display:block;
    height:3px;
    width:100%;
    background:#fff;
    border-radius:2px;
    transition:all .3s ease;
}
.custom-toggler.active span:nth-child(1){
    transform:rotate(45deg) translate(6px,6px);
}
.custom-toggler.active span:nth-child(2){
    opacity:0;
}
.custom-toggler.active span:nth-child(3){
    transform:rotate(-45deg) translate(6px,-6px);
}
.header-inner{
    padding:0 10px;
}
.header-left{
    gap:12px;
}
@media (max-width: 991px) {
    .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .main-nav {
        display: none;
        width: 100%;
    }
    .main-nav.show {
        display: block;
        background: #000;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 15px 0;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        z-index: 999;
        animation:menuSlide .3s ease;
    }
    @keyframes menuSlide{
    from{
        opacity:0;
        transform:translateY(-10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
    .navbar-nav{
        flex-direction: column;
        width: 100%;
        text-align: left;
        padding: 0 20px;
    }
    .navbar-nav .nav-item{
        width:100%;
    }
    .custom-nav-link{
        width:100%;
        padding:12px 0 !important;
    }
    .custom-nav-link{
        width:100%;
        padding:10px 0 !important;
        font-size:1rem;
    }
    .custom-dropdown{
        position: relative;
        top:0;
        left:0;
        background:#111;
        padding-left:15px;
    }
    .dropdown-item{
        padding:8px 0;
    }
}
@media (max-width:576px){
    .logo img{
        height:55x !important;
    }
    .custom-nav-link{
        font-size:0.95rem;
    }
}
  /* Footer Styles */
.bg-black { background-color: #000 !important; }
.site-footer {
    font-size: 1.1rem;
    line-height: 1.6;
}
.footer-logo img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    height: 110px; width: auto;
    object-fit: contain;
}
.footer-desc {
    font-size: 1.1rem !important;
    line-height: 1.6;
    /* text-align: justify; */
    /* text-justify: inter-word; */
    hyphens: auto;
}
.text-shathayu { color: #2d8042 !important; }
.btn-shathayu-green {
    background-color: #2d8042;
    color: white;
    border-radius: 5px;
    padding: 12px 30px !important;
    border: none;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.btn-shathayu-green:hover {
    background-color: #246635;
    color: white;
}
.footer-links li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.footer-links li::before {
    content: "•";
    color: white;
    position: absolute;
    left: 0;
    font-size: 1.1rem;
    font-weight: 400;
    transition: 0.3s;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.12rem;
    transition: 0.3s;
}
.footer-links a:hover {
    color: #2d8042;
}
.social-link {
    width: 40px;
    height: 40px;
    background: white;
    color: #2d8042;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
}
.social-link:hover{
    background: black;
    color: white;
    border: 1px solid #2d8042;
}
h6.fw-bold {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #ffffff;
}
.footer-form .form-control {
    padding: 12px;
    font-size: 1.1rem;
}
.footer-form .form-control, 
.footer-form .form-select {
    border-radius: 2px;
    border: none;
    font-size: 1.1rem;
}
.footer-form .form-control::placeholder {
    color: #999;
}
.whatsapp-chat {
  position: fixed;
  right: 15px;
  bottom: 70px;
  transition: all .3s ease;
  font-size: 50px;
  color: #0dc143;
  width: 50px;
  z-index: 50;
  display: block;
}
.whatsapp-chat img {
  transition: all .3s ease;
}
.whatsapp-chat:hover img {
  transform: scale(1.09);
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; /* clean white OR use gradient */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}
.preloader-content {
    text-align: center;
    animation: fadeIn 1s ease-in-out;
}
.preloader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #e5e5e5;
    border-top: 4px solid #2c7a7b; /* brand color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}
.preloader-img {
    max-width: 140px;
    height: auto;
    margin-top: 10px;
    animation: zoomIn 1.2s ease;
}
.preloader-text {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #2c7a7b;
    letter-spacing: 1px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 100;
  background: #2e7d46;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/* LANDING */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 40px;
    text-align: center;
}
.hero-section {
    position: relative;
    height: 100vh;
    background-color:#e9f5ee;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 10%;
}
.container-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
}
.hero-content {
    max-width: 550px;
    text-align: left;
}
.sub-heading {
    color: #4f772d;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 20px;
}
.hero-section h1 {
    font-family: 'Poppins', sans-serif; /* Use a clean Sans-Serif like the image */
    color: #333;
    text-transform: uppercase;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}
.divider {
    width: 40px;
    height: 2px;
    background-color: #4f772d;
    margin-bottom: 25px;
}
.hero-section p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 35px;
}
.btn-custom {
    background-color: #2d6a4f;
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px; /* Slightly rounded edges as seen in 'Contact Us' */
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}
.btn-custom:hover {
    background-color: #1b4332;
    transform: translateY(-2px);
}
.hero-image img {
    max-width: 500px;
    height: auto;
}
.cloud-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgdmlld0JveD0iMCAwIDEyODAgODYiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIHNsaWNlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDYzLjFjLTMuOCAwLTcuNi4zLTExLjQuOC0xOC4zLTMyLjYtNTkuNi00NC4yLTkyLjItMjUuOS0zLjUgMi02LjkgNC4zLTEwIDYuOS0yMi43LTQxLjctNzQuOS01Ny4yLTExNi42LTM0LjUtMTQuMiA3LjctMjUuOSAxOS4zLTMzLjggMzMuMy0uMi4zLS4zLjYtLjUuOC0xMi4yLTEuNC0yMy43IDUuOS0yNy43IDE3LjUtMTEuOS02LjEtMjUuOS02LjMtMzcuOS0uNi0yMS43LTMwLjQtNjQtMzcuNS05NC40LTE1LjgtMTIuMSA4LjYtMjEgMjEtMjUuNCAzNS4yLTEwLjgtOS4zLTI0LjMtMTUtMzguNS0xNi4yLTguMS0yNC42LTM0LjYtMzgtNTkuMi0yOS45LTE0LjMgNC43LTI1LjUgMTYtMzAgMzAuMy00LjMtMS45LTguOS0zLjItMTMuNi0zLjgtMTMuNi00NS4yLTYxLjUtNzEuMS0xMDctNTcuNkE4Ni4zOCA4Ni4zOCAwIDAgMCA1MzguNiAzM2MtOC43LTMuNi0xOC43LTEuOC0yNS40IDQuOC0yMy4xLTI0LjgtNjEuOS0yNi4yLTg2LjctMy4xLTcuMSA2LjYtMTIuNSAxNC44LTE1LjkgMjQtMjYuNy0xMC4xLTU2LjktLjQtNzIuOCAyMy4zLTIuNi0yLjctNS42LTUuMS04LjktNi45LS40LS4yLS44LS40LTEuMi0uNy0uNi0yNS45LTIyLTQ2LjQtNDcuOS00NS44LTExLjUuMy0yMi41IDQuNy0zMC45IDEyLjUtMTYuNS0zMy41LTU3LTQ3LjQtOTAuNS0zMS0yMiAxMC44LTM2LjQgMzIuNi0zNy44IDU3LjEtNy0yLjMtMTQuNS0yLjgtMjEuOC0xLjYtMTQtMjEuNy00My4xLTI3LjktNjQuOC0xMy44LTUuNiAzLjYtMTAuMyA4LjQtMTMuOSAxNEMxMy41IDY0IDYuOCA2My4yIDAgNjMuMi0uMSA2My4yIDAgODYgMCA4NmgxMjgwVjYzLjF6Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-wellness {
    padding: 60px 20px;
    background-color: #fff;
}
.container-wellness {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px; 
}
.wellness-image {
    flex: 1;
}
.wellness-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}
.wellness-content {
    flex: 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.wellness-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-word;
}
@media (max-width: 991px){
.hero-section{
    height:auto;
    padding:120px 20px 80px;
}
.container-hero{
    flex-direction:column;
    text-align:center;
}
.hero-content{
    max-width:100%;
    margin-bottom:40px;
}
.hero-section h1{
    font-size:2.8rem;
}
.hero-image img{
    max-width:350px;
    margin:auto;
}
.divider{
    margin:20px auto;
}
}
@media (max-width:576px){
.hero-section{
    padding:110px 15px 70px;
}
.hero-section h1{
    font-size:2.2rem;
}
.sub-heading{
    font-size:0.95rem;
}
.hero-image img{
    max-width:260px;
}
.btn-custom{
    padding:10px 28px;
    font-size:0.9rem;
}
}
/* ===============================
    ABOUT SECTION
================================ */
.about-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ecf3ef;
    background-image: url('/assets/template/ayurveda/images/leaf.webp');
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}
.service-content-container{
    max-width:1250px;
    margin:auto;
    padding:0 20px;
}
.service-content-wrapper{
    display:block;
}
.about-section .container-about {
    padding: 50px;
    position: relative;
    z-index: 2;
}
.video-container {
    position: relative;
    /* display: block;
    z-index: 11; */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: #fff;
}
.youtube-frame {
    width: 100%;
    height: 300px;
    border: none;
}
@media (min-width: 768px) {
    .youtube-frame {
        height: 400px;
    }
}
.fallback-image {
    width: 100%;
    border-radius: 12px;
}
.video-logo {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.video-logo img {
    width: 60px;
}
/* .video-container video {
    display: block;
    width: 100%;
    height: auto;
}
.hero-video,
.fallback-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
} */
.about-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 25px;
}
.about-text p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
    text-align: justify;
}
.btn-know-more {
    display: inline-block;
    background-color: #388e3c;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    margin-top: 10px;
}
.btn-know-more:hover {
    background-color: #2e7d32;
    color: #fff;
    transform: translateY(-2px);
}
.sliding-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ecf3ef;
    background-image: url('/assets/template/ayurveda/images/leaf.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sliding-section .container-sliding {
    padding: 100px;
    position: relative;
    z-index: 2;
}
.service-card {
    background: #ecf3ef;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
     height: 100%; /* 🔥 important */
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-card img {
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.service-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.service-content p {
    font-size: 0.9rem;
    color: #666;
}
.childServiceSwiper {
    padding-bottom: 30px !important;
}
.childServiceSwiper .swiper-pagination {
    bottom: 0 !important;
    position: absolute;
}
.childServiceSwiper .swiper-pagination-bullet-active {
    background-color: #54af4c !important;
    opacity: 1;
}
.childServiceSwiper .swiper-pagination-bullet {
    background-color: #cccccc;
    opacity: 0.7;
}
/* ===============================
    APPOINTMANT SECTION
  ================================ */
.appointment-section {
    padding: 100px 0;
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('/assets/template/ayurveda/images/appoinment.webp') no-repeat center center; */
    background-size: cover;
    background-position: center;
}
.appointment-card {
    background-color: rgba(26, 26, 26, 0.9);
    border-radius: 4px;
}
.appointment-card .form-control, 
.appointment-card .form-select {
    border-radius: 2px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.captcha-input {
    width: 80px !important;
}
.btn-submit {
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s ease;
}
.btn-submit:hover {
    background-color: #218838;
    color: white;
}
.appointment-section h1 {
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
/* ===============================
        child content
 ================================ */
.child-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.therapy-section{
    padding:80px 0;
    background:#f9fafc;
    z-index: 1;
    background-image: url('/assets/template/ayurveda/images/leaf.webp');
    background-position: center;
    background-repeat: no-repeat;
}
.therapy-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}
.therapy-heading{
    text-align:center;
    font-size:34px;
    font-weight:700;
    margin-bottom:50px;
    color:#111111e3;;
    text-transform: uppercase;
}
.therapy-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}
.therapy-card{
    /* background:#ecf3ef; */
    padding:32px;
    min-height:200px;
    border-radius:12px;
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
    transition:all .25s ease;
}
/* Odd cards */
.therapy-card:nth-child(odd){
    background:#ecf3ef;
}
.therapy-card:nth-child(odd) .therapy-title{
    color:#2e7d46;
}
.therapy-card:nth-child(odd) .therapy-desc{
    color:#000;
}
/* Even cards */
.therapy-card:nth-child(even){
    background:#2a8244;
}
.therapy-card:nth-child(even) .therapy-title{
    color:#fff;
}
.therapy-card:nth-child(even) .therapy-desc{
    color:#fff;
}
.therapy-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.1);
}
.therapy-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
    /* color:#2e7d46; */
    text-align: center;
}
.therapy-desc{
    font-size:18px;
    font-weight: 550;
    line-height:1.7;
    /* color:#000; */
}
@media (max-width:992px){
    .therapy-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media (max-width:600px){
    .therapy-grid{
        grid-template-columns:1fr;
    }
}
/* ===============================
        BLOGS SECTION
 ================================ */
.child-sec-title{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}
.blog-section {
  background-color:  #f4f7f4;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.blog-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #e5ede7;
  border: 1px solid #246635;
  border-radius: 8px;
  padding: 20px;
}
.blog-card {
  background: white;
  width: 350px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.blog-title{
  font-size: 10px;
}
.card-image {
  position: relative;
  height: 250px;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-content {
  padding: 20px;
}
.card-content h3 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  color: #333;
  line-height: 1.4;
}
.meta {
  color: #2e7d46;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.excerpt {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}
.view-more-container {
  text-align: center;
  margin-top: 30px;
}
.view-more-btn {
  background-color: #2e7d46;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.view-more-btn:hover {
  background-color: #235e35;
}
  /* ===============================
      SERVICE SECTION
  ================================ */
  .service-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .treatment-main-title {
      text-align: center;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 2.8rem;
      color: #333;
      margin-bottom: 50px;
  }
  .treatment-card {
      background: #fff;
      border: 1px solid #afd9c0;
      border-radius: 12px;
      padding: 40px 30px;
      height: 100%;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
  }
  .treatment-card:hover {
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      transform: translateY(-5px);
  }
  .treatment-icon {
      width: 75px;
      height: 75px;
  }
  .treatment-icon img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      object-fit: contain;
  }
  .treatment-card-title {
      font-weight: 700;
      font-size: 1.35rem;
      color: #1a1a1a;
      margin-bottom: 15px;
      line-height: 1.2;
  }
  .treatment-card-text {
      font-size: 1rem;
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
      color: #616161;
      line-height: 1.6;
      margin-bottom: 25px;
      flex-grow: 1;
  }
  .read-more-link {
      color: #2e7d32;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      transition: 0.2s;
      display: inline-block;
  }
  .read-more-link:hover {
      color: #1b5e20;
      text-decoration: underline;
  }
  .bg-light-section {
    background-color: #f1f6f3;
    padding: 80px 0;
  }
  .bg-dark-section {
      background-color: #ffffff;
      padding: 80px 0;
  }
  /* ===============================
      ALL PRODUCTS SECTION
  ================================ */
  .all-container{
    max-width: 1200px;
    margin: 0 auto;
  }
.home-sec-three-item {
    position: relative;
    background: #fff;
    transition: all 0.3s ease;
}
.product-img {
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0; /* Light gray like the image */
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-img img {
    mix-blend-mode: multiply; /* Helps transparent PNGs look natural on gray */
}
.product-img::after {
    content: 'SHOP NOW';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    color: #333;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.8rem;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.product-img:hover::after {
    opacity: 1;
}
.discount-tag {
    position: absolute;
    top: 0;
    left: 15px;
    background: #333;
    color: #fff;
    padding: 10px 5px;
    font-size: 0.7rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-info {
    text-align: left !important; /* Force left align as per image */
    padding: 15px 0;
}
.product-info h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.stars i {
    font-size: 0.8rem;
    margin-right: 1px;
}
.price-cart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
.final-price {
    font-size: 1.1rem;
    color: #000;
}
.original-price {
    font-size: 0.85rem;
}
.view-cart-link {
    color: #2e7d46;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 5px;
    transition: color 0.2s;
}
.view-cart-link:hover {
    text-decoration: underline;
}
.btn-cart-added {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #2e7d46;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 1.5rem;
}
.btn-mini-cart {
    background: transparent;
    border: 1px solid #eee;
    padding: 8px 12px;
    color: #888;
    transition: 0.2s;
}
.btn-mini-cart:hover {
    border-color: #2e7d46;
    color: #333;
}
  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
  }
  .pagination .page-item {
    margin: 0 5px;
  }
  .pagination .page-item a.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #2e7d46;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #2e7d46;
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
  }
  .pagination .page-item a.page-link:hover {
    background-color: #2e7d46;
    color: #fff;
  }
  .pagination .page-item.active a.page-link {
    background-color: #2e7d46;
    color: #fff;
    border-color: #2e7d46;
  }
  .pagination .page-item.disabled a.page-link {
    color: #ccc;
    border-color: #ccc;
    pointer-events: none;
    background-color: #f9f9f9;
  }
/* ===============================
    CART SECTION
================================ */
.cart-page { padding: 40px 0; }
.cart-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}
.cart-item:last-child { border-bottom: none; }
.cart-item img {
  width: 100px;
  border-radius: 8px;
  margin-right: 20px;
}
.cart-item-info{
  color: #000;
}
.cart-item-details { flex: 1; }
.cart-item-details h5 {
  color: #2e7d46;
  margin-bottom: 5px;
}
.cart-item-details h6 {
  font-size: 1rem;
  margin-bottom: 5px;
}
.cart-item-details p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 5px;
}
.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-item-actions input {
  width: 50px;
  text-align: center;
}
.order-summary {
  border-left: 1px solid #e1dfdf;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.btn-checkout {
  background: #2e7d46;
  color: #fff;
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  font-weight: 600;
}
.btn-checkout:hover {
  background: #023712;
  color: #fff;
}
.check-out-btn {
  background: #2e7d46;
  color: #fff;
}
.check-out-btn:hover {
  background: #023712;
  color: #fff;
}
.checkout-section {
  background-color: #fff;
}
.checkout-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  transition: 0.3s ease;
}
.payment-option .selected-option,
.address-card.selected-option {
  border-color: #2e7d46 !important;
}
.btn-primary-pink {
  background-color: #2e7d46;
  border: none;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary-pink:hover {
  background-color: #023712;
  color: #fff;
}
.btn-outline-primary-pink {
  background-color: #2e7d46;
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.btn-outline-primary-pink:hover {
  background-color: #023712;
  color: #fff;
}
#cart-page .form-check-input:checked {
    accent-color: #2e7d46;
}
#cart-page .form-check-input:checked {
    background-color: #2e7d46;
    border-color: #2e7d46;
}
.address-card,
.address-selected {
  background: #fff;
  transition: border-color 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  width: 100%;
  box-sizing: border-box;
}
.address-card:hover {
  border-color: #2e7d46;
}
.badge {
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 6px;
}
.dropdown-menu {
  font-size: 0.9rem;
}
/* ===============================
    PRODUCT-DETAILS SECTION
================================ */
.product-detail-container{
    max-width: 1500px !important;
    margin: 0 auto;
}
.page-header-wrapper h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}
.custom-breadcrumb ul li {
    font-size: 0.95rem;
    color: #888;
}
.custom-breadcrumb ul li a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s ease;
}
.custom-breadcrumb ul li a:hover {
    color: #d03f3f;
}
.custom-breadcrumb .separator {
    margin: 0 10px;
    color: #bbb;
    font-weight: 300;
}
.product-image-gallery {
    max-width: 450px;
    margin: 0 auto;
}
.main-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 4px;
}
.gallery-main {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease-in-out;
}
.sale-badge {
    position: absolute;
    top: 0;
    left: 20px;
    background-color: #2c2c2c;
    color: #fff;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: bold;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 2;
    letter-spacing: 1px;
}
.zoom-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 2;
}
.zoom-icon i {
    font-size: 16px;
    color: #333;
}
.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.thumbnail-item {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    padding: 2px;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.thumbnail-item:hover {
    transform: translateY(-2px);
}
.thumbnail-item.active {
    border: 1px solid #2e7d46;
}
.thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-sidebar {
    height: 100%;
}
.widget-title {
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #000;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}
.category-list li a {
    text-decoration: none;
    color: #666;
    font-size: 0.9rem;
    transition: color 0.2s;
}
.category-list li a:hover, 
.category-list li a.active-cat {
    color: #ff4d6d;
}
.category-list li a.active-cat::before {
    content: '>';
    margin-right: 8px;
    font-size: 0.8rem;
}
.product-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
}
.short-desc {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}
.original-price {
    color: #ccc;
    font-size: 1rem;
}
.final-price {
    color: #2e7d46;
    font-weight: 700;
    font-size: 1.5rem;
}
.quantity-input {
    width: 60px;
    height: 45px;
    border-radius: 0;
    border: 1px solid #eee;
    text-align: center;
}
.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border: none;
}
.btn-black:hover {
    background-color: #333;
    color: #fff;
}
.stars {
    color: #f1c40f;
    font-size: 0.85rem;
}
.attribute-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 12px;
}
.attribute-option {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    color: #666;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}
.attribute-option:hover {
    border-color: #999;
    color: #000;
}
.attribute-option.active-option {
    border: 1px solid #2e7d46 !important;
    color: #000;
}
.option-label {
    font-size: 0.85rem;
    font-weight: 500;
}
.option-img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.color-swatch {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
}
.attribute-option.active-option .color-swatch {
    transform: scale(1.1);
}

/* ===============================
    About SECTION
================================ */
.about-blade-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ecf3ef;
    background-image: url('/assets/template/ayurveda/images/leaf.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
}
.about-blade-section-alt {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
}
.container-about-blade {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
.about-img-styled {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    object-fit: cover;
}
.about-title-styled {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}
.about-text-styled {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    font-weight: 400;
    text-align: justify;
}

/* ===============================
    blog blade SECTION
================================ */
.about-title-styled {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}
.blog-meta-styled {
    font-size: 0.9rem;
    color: #666;
    text-transform: capitalize;
}
.blog-img-styled {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    max-height: 500px;
}
.blog-text-styled {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    text-align: justify;
}
.blog-text-styled p {
    margin-bottom: 1.5rem;
}
/* ================================
  Contact Section
================================ */
.contact-section {
    background-color: #ecf3ef;
    padding: 60px 0;
}
.contact-container{
    max-width: 1200px;
    margin: 0 auto;
  }
.contact-subtitle {
    color: #2e7d46;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contact-divider {
    width: 60px;
    height: 3px;
    background-color: #2e7d46;
    margin-bottom: 30px;
}
.contact-description {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
}

.contact-form-card {
    background-color: #d8dbd8;
    padding: 40px;
    border-radius: 6px;
}

.contact-input-icon {
    background-color: #ffffff;
    border-right: none;
}
.contact-submit-btn {
    background-color: #2e7d46;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 600;
    transition: 0.3s ease;
}
.contact-submit-btn:hover {
    background-color: #256628;
    color: #ffffff;
}