/*
Theme Name: Vaidyak Ayurveda
Theme URI: vaidyakayurveda.com
Author: Sudhir Kumar
Description: Vaidyak Ayurveda custom WordPress theme.
Version: 1.0
License: GPL v2 or later
Text Domain: pure-ayurveda
Tags: elementor, woocommerce, e-commerce, responsive, ayurveda
PHP: 7.4
Text Domain: www.vaidyakayurveda.com
*/

/* CSS code aapka alag se assets/css/style.css me hoga */





/* Mobile Menu Styles */
.ayur-toggle-btn {
    display: none;
    cursor: pointer;
}

.ayur-toggle-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .ayur-toggle-btn {
        display: block;
    }
    
    .ayur-nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: white;
        transition: left 0.3s ease;
        z-index: 999;
        padding: 30px;
    }
    
    .ayur-nav-menu.active {
        left: 0;
    }
    
    .ayur-main-menu {
        flex-direction: column;
    }
    
    .ayur-main-menu li {
        margin: 10px 0;
    }
}



/* Custom Logo ko override */
.custom-logo {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 80px; /* apni requirement ke according */
}

.custom-logo-link img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 80px;
}

/* Agar sirf is specific logo ke liye chahiye */
.ayur-menu-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 80px;
}




/* Rating stars for review form */
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rating input {
    display: none;
}
.rating label {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
}
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
    color: #FFD700;
}

/* Product gallery */
.ayur-product-gallery {
    width: 100%;
    height: auto;
}
.ayur-product-gallery .swiper-slide img {
    width: 100%;
    height: auto;
}
.ayur-shopsin-quantity {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.ayur-shopsin-quantity .quantity input {
    width: 80px;
    text-align: center;
}






/* single product thambnails */

/* Product Gallery Styles */
.ayur-shopsin-img {
    margin-bottom: 30px;
}

.ayur-main-image {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.ayur-main-image img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

.ayur-thumbnail-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.ayur-thumbnail-item {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
}

.ayur-thumbnail-item:hover,
.ayur-thumbnail-item.active {
    border-color: #CD8973;
    transform: scale(1.05);
}

.ayur-thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Quantity buttons */
.ayur-shopsin-quantity {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    position: relative;
    width: 120px;
}

.ayur-shopsin-quantity input {
    text-align: center;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.shop-add,
.shop-sub {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-add {
    right: -40px;
}

.shop-sub {
    left: -40px;
}

.shop-add span,
.shop-sub span {
    font-size: 20px;
    line-height: 1;
}

.shop-add:hover,
.shop-sub:hover {
    background: #CD8973;
    color: white;
    border-color: #CD8973;
}



.single-product-enhace{
      margin-top: -100px;
    background: #FFF;
    padding: 20px 10px;
    border-radius: 21px;}




.footer-1{ background: #FFF; border-radius: 50px 50px 0px 0px; overflow: hidden; padding: 20px 0px; text-align: center;  width: 30%; margin-right: 20px; }
.footer-1 p{ text-align: center; display: block; max-width: 85%; margin: 0 auto; color: #2a2725; } 
ul.ayur-social-link{ display: flex; align-items: center; gap: 30px; transition: all .3s; justify-content: space-evenly; }


.ayur-footer-sec { padding: 50px 0 0px 0 ;}




.ayur-tpro-img .ayur-tpro-sale-off{ position: absolute; top: 10px; width: 95%; left: 10px; }
.ayur-tpro-img .ayur-tpro-sale-off p{display: inline; padding: 5px 10px; background: #ca8875; color: #FFF; border-radius: 10px; font-size: 13px; }
.ayur-tpro-img .ayur-tpro-sale-off .ayur-tpro-like{ display: inline; padding: 0px 10px 0px 10px; right: 0px; position: absolute; }


