html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color:#172C45;
    color:#BEF1E4;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
}

.navbar-nav .nav-link:hover {
    color: #198754;
}

.icon-btn i {
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
}


.ayurpra-slider .carousel-item img {
    height: 80vh;
    object-fit: cover;
    transform: scale(1);
    transition: transform 8s ease-in-out;
}


.ayurpra-slider .carousel-item.active img {
    transform: scale(1.1);
}

.ayurpra-slider .carousel-item {
    position: relative;
}

    .ayurpra-slider .carousel-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) );
        z-index: 1;
    }

    .ayurpra-slider .carousel-item img {
        position: relative;
        z-index: 0;
    }


.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 45px;
    height: 45px;
 
}

.custom-caption {
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: 2;
    max-width: 600px;
}

    .custom-caption h2 {
        color: #fff!important;
    }

    .custom-caption p {
        font-size: 1.1rem;
        color: #fff;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .custom-caption {
        top: 20%;
        left: 10%;
    }
}
.icon-img {
    width: 80px;
    height: 80px;
}
.collections-section {
    background: #fff;
}

.collection-card {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}

.collection-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.collection-card:hover .collection-img {
    transform: scale(1.08);
}

.nav-pills .nav-link {
    border:2px solid #CD9453;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 500;
    margin:3px;
    color:#CD9453;
}

    .nav-pills .nav-link.active {
        background-color: #CD9453!important;
    }

    .feature-icon{
        font-size:30px;
        color:#CD9453;
    }

.testimonial-wrapper {
    padding: 60px 0;
}

.testimonial-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    background: #fff;
}

    .testimonial-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    }

.clients-rating {
    justify-content: center;
    margin-bottom: 10px;
}

.testimonial-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}


.testimonial-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f1f1f1;
}





.footer-section a {
    text-decoration: none !important;
    color:#fff;
}
.btn-slider 
{
    color:#fff!important;
    padding:5px!important;
    border-radius:3px!important;
    background: #CD9453!important;
}

.floating-buttons {
    position: fixed;
    top: 50% !important;
    left: 0px;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    z-index: 9999;
}
.whatsapp {
    height: 45px;
    width: 45px;
    background:#198754!important;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    animation: blinkGlow 1.8s infinite;
}
.section-title {
    position: relative;
}

    .section-title::after {
        content: "";
        width: 100px;
        height: 4px;
        background: #CD9453; 
        display: block;
        margin: 8px auto 0;
        border-radius: 2px;
    }



    .navbar .dropdown-item:hover {
        color:#CD9453!important;
    }

.nav-item:hover .dropdown-menu {
    display: block;
}

.nav-item .dropdown-menu {
    background: #fff;
    border-radius: 1px;
    border-top: 3px solid #CD9453;
}

.card-img-top {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
}

.breadcrumb-section {
    background: #f8f9fa;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;

}

.page-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

    .breadcrumb a {
        color: #198754; 
    }

.breadcrumb-item.active {
    color: #6c757d;
}


