﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
}

.mainmenu ul li .megamenu2 span {
    width: 25%;
}

.mainmenu ul li a {
    padding: 12px 7px;
    font-size: 14px;
}

.mainmenu ul li .megamenu span {
    float: left;
    padding: 0 3px;
}

    .mainmenu ul li .megamenu span a.megatitle {
        border-bottom: 1px solid #dddddd;
        color: #333333;
        font-size: 13px;
        font-weight: 800;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    .mainmenu ul li .megamenu span a.protitle {
        border-bottom: 0px solid #dddddd;
        color: gray;
        font-size: 13px;
        font-weight: 800;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .mainmenu ul li .megamenu span a {
        padding: 0px 0;
    }

.megamenu {
    display: flex; /* subcategories ko side-by-side dikhane ke liye */
    flex-wrap: wrap; /* agar jagah kam ho to neeche shift ho jaye */
    gap: 20px; /* subcategories ke beech gap */
}

    .megamenu span {
        display: inline-block; /* content ke hisaab se width lega */
        min-width: 150px; /* optional: thoda minimum width fix kar sakte ho */
    }

.megatitle {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}


.megamenu {
    display: flex; /* side by side */
    justify-content: space-between; /* equal spacing */
    gap: 20px; /* gap between spans */
    background: #fff;
    padding: 15px;
}

    .megamenu span {
        flex: 1; /* har span equal width lega */
        display: flex;
        flex-direction: column; /* items vertically align */
    }

    .megamenu .megatitle {
        font-weight: bold;
        margin-bottom: 8px;
        display: block;
    }

.mainmenu ul li {
    display: inline-block;
    position: static;
}

    .mainmenu ul li .megamenu {
        display: flex;
        background: #fff;
        padding: 15px;
        width: auto; /* content ke hisaab se width */
        white-space: nowrap; /* text wrap na ho */
    }

        .mainmenu ul li .megamenu span {
            display: inline-flex;
            flex-direction: column;
            margin-right: 20px; /* thoda gap */
        }

        .mainmenu ul li .megamenu .megatitle {
            font-weight: bold;
            margin-bottom: 8px;
            display: block;
        }

.page-title-wrapper {
    background: url(/assets/img/bg/contuct.jpg) no-repeat scroll center center / cover;
    min-height: 250px;
    position: relative;
}

.footer-wrapper > p {
    margin-bottom: 10px;
}

.footer-wrapper ul li {
    margin-bottom: 5px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 0px;
}

.header-bottom-right-4-inner a {
    position: absolute;
    right: 83px;
    top: 14px;
    font-size: 16px;
    text-decoration: none;
}


a:hover {
    text-decoration: none;
    color: #C2A773 !important;
}

.footer-title a h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.single-header-bottom-info {
    border-left: 0px;
}

h4 {
    margin-top: 17px;
}

@media (max-width: 768px) {
    .slider-area .item img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .banner-static-area .single-static-img img {
        width: 100% !important;
        height: 90px !important;
        /*object-fit: cover;*/ /* fit karne ke liye */
    }
}

/* Mobile view ke liye */
@media (max-width: 768px) {
    .google-map iframe {
        height: 0;
    }
    #map  {
        height: auto !important; /* height automatic adjust ho jayegi */
    }
       
}

/******************************************** Index Page Css**********************************/
.heading {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}

.conct {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .slider_img {
        height: auto !important;
    }

    .slider-active .item img {
        height: 0px;
        object-fit: cover;
    }

    .coupon-content {
        margin-top: 10px;
    }
}

input, select, textarea {
    max-width: 410px;
}

.buton {
    background: #252525 none repeat scroll 0 0;
    height: 40px;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    float: right;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

a.buton:hover {
    background-color: #C2A773;
    color: #fff;
}

.butn {
    background: #252525 none repeat scroll 0 0;
    height: 40px;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    /*float: right;*/
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

    .butn:hover {
        background-color: #ffffff;
        color: #c7ac7d;
    }

.abouts {
    line-height: 22px;
}



.single-service:hover .secendary {
    opacity: 1;
    padding: 0px;
    transform: translate3d(0px, -100%, 0px);
}

.section-title h2 {
    font-weight: 700;
}

.products .owl-controls {
    display: none;
}

.single-service {
    height: 240px;
}

.search-box form input {
    height: 30px;
    width: 75%;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #909090;
    font-weight: 300;
    padding: 0px 1px 0px 7px;
}

.service-img {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

    .service-img img {
        filter: grayscale(100%); /* black & white */
        transition: all 0.4s ease; /* smooth effect */
    }

.single-service .service-img img:hover {
    filter: grayscale(0%); /* color में बदलो */
}

.search-box-home-3 {
    padding: 15px 20px;
}

.search-box.search-3 input {
    background: white;
}

/******************************************** Product Details CSS **********************************/
.Pimage {
    width: 300px;
    max-width: 100%;
    height: 300px;
}

.caregory ul {
    list-style: none;
    padding-left: 15px;
}

.caregory li {
    margin: 5px 0;
    position: relative;
}

.caregory a {
    display: block;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.caregory .toggle-icon {
    float: right;
    font-weight: bold;
    margin-left: 10px;
}

a:hover {
    text-decoration: none;
}
