.custom-navbar {
    background: #fff;
    padding: 18px 0;
    box-shadow: 0 3px 12px rgba(0,0,0,.06);
}

.navbar-brand img {
    height: 65px;
}

.navbar-nav .nav-link {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 18px;
    text-transform: uppercase;
    transition: .3s;
}

    .navbar-nav .nav-link:hover {
        color: #4CAF50;
    }

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.dropdown-item {
    padding: 10px 20px;
}

    .dropdown-item:hover {
        background: #4CAF50;
        color: #fff;
    }

.header-icons {
    display: flex;
    align-items: center;
    gap: 22px;
}

    .header-icons a {
        color: #222;
        text-decoration: none;
        font-size: 17px;
    }

    .header-icons span {
        margin-left: 6px;
        font-size: 14px;
    }

/* Desktop Submenu */

@media(min-width:992px) {

    .dropend:hover > .dropdown-menu {
        display: block;
        top: 0;
        left: 100%;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

/* Mobile */

@media(max-width:991px) {

    .navbar-nav {
        margin-top: 20px;
    }

    .header-icons {
        margin-top: 20px;
        justify-content: center;
    }

    .dropdown-menu {
        box-shadow: none;
        border-left: 2px solid #4CAF50;
    }

    .dropend .dropdown-menu {
        margin-left: 15px;
    }

    .navbar-nav .nav-link {
        padding: 12px 10px;
    }

    .navbar-brand img {
        height: 55px;
    }
    .dropdown-item {
        color: #000 !important;
    }

    .navbar-toggler {
        color: #000;
    }

    .dropdown-toggle::after {
        border-top-color: #000 !important;
    }


}
/*--------------------------------------------------menu ---------------------------*/

.hero {
    min-height: 700px;
}

    .hero h1 {
        font-size: 60px;
        font-weight: 300;
    }

    .hero p {
        margin: 20px 0;
    }

    .hero img {
        max-width: 100%;
    }

.carousel-item {
    background: #fff;
}

@media(max-width:991px) {

    .hero {
        min-height: auto;
        padding: 60px 0;
        text-align: center;
    }

        .hero h1 {
            font-size: 36px;
        }

        .hero img {
            margin-top: 30px;
        }
}


.category-item {
    height: 180px;
    text-decoration: none;
    color: #444;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transition: .3s;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 300;
    background: #fff;
}

    .category-item:hover {
        background: #f4f8eb;
        color: #000;
    }

@media(max-width:991px) {

    .category-item {
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }
}



.position-relative:hover .overlay {
    opacity: .8;
}

.position-relative:hover .position-absolute {
    color: #fff !important;
    z-index: 2;
}

.position-relative:hover a {
    color: #fff !important;
    border-color: #fff !important;
}

.overlay {
    position: absolute;
    inset: 0;
    background: #98c95b;
    opacity: 0;
    transition: .4s;
}


.position-relative img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.product-card {
    transition: .4s;
    cursor: pointer;
}

.product-img {
    transition: .5s;
}



.product-card:hover .product-img {
    transform: scale(1.08);
}


/*--------------------------contact form start  -----------------------*/


.contact-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .3s;
    border: 1px solid #eee;
}

    .contact-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 35px rgba(0,0,0,.15);
    }

.contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f2fbeb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .contact-icon i {
        font-size: 28px;
        color: #5dbb00;
    }

.contact-content h5 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-content p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

@media(max-width:991px) {
    .contact-box {
        padding: 22px;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
    }

        .contact-icon i {
            font-size: 24px;
        }
}





.ayur-contactpage-wrapper {
    padding: 80px 0;
}

.ayur-contact-map,
.ayur-contact-pageinfo {
    height: 100%;
}

    .ayur-contact-map iframe {
        width: 100%;
        height: 100%;
        min-height: 650px;
        border-radius: 10px;
    }

.ayur-contact-pageinfo {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.ayur-form-input {
    margin-bottom: 20px;
}

    .ayur-form-input .form-control {
        height: 50px;
    }

    .ayur-form-input textarea.form-control {
        height: auto;
        min-height: 170px;
    }

@media (max-width:991px) {

    .ayur-contact-map {
        margin-bottom: 30px;
    }

        .ayur-contact-map iframe {
            min-height: 350px;
        }

    .ayur-contact-pageinfo {
        padding: 25px;
    }
}





/*--------------------------contact form end  -----------------------*/


/*--------------------------footer start -----------------------*/

footer {
    background: #67b300 !important;
}

    footer h4 {
        font-size: 24px;
    }

    footer ul li a {
        color: #fff;
        text-decoration: none;
        transition: .3s;
        font-size: 15px;
    }

        footer ul li a:hover {
            color: #ffe600;
            padding-left: 6px;
        }

    footer hr {
        margin-top: 50px;
    }

@media(max-width:768px) {

    footer {
        text-align: start;
    }


    .list-unstyled {
        font-size: 19px;
        font-weight: 700;
    }

        footer h4 {
            margin-top: 20px;
        }
}

/*--------------------------footer end  -----------------------*/













