﻿

.wrp_gmap {
    height: 88%;
    padding-top: 11%;
}

/*.brand_img {
    border: solid 1px #e1e1e1;
    padding: 5px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;*/ /* وسط افقی */
/*align-items: center;*/ /* وسط عمودی */
/*}

    .brand_img img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;*/ /* از برش خوردن تصویر جلوگیری می‌کند */
/*}*/

@media (max-width: 768px) {
    .wrp_gmap {
        height: 100%;
        padding-top: 0;
        padding-bottom: 7%;
        min-height: 200px;
    }

    .hero-section .banner-style-ten .content-box {
        padding: 40% 0 0 0;
    }

    .banner-style-ten .content-box h1 {
        font-size: 39px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .banner-style-ten .content-box h3 {
        font-size: 23px;
    }

    .banner-style-ten .content-box p {
        font-size: 17px;
    }

    .banner-style-ten .content-box {
        padding: 60px 0px 60px 0px;
    }

    .service-block-14 .inner-box .icon-box {
        margin-bottom: 6px;
    }

    .service-block-14 .inner-box {
        min-height: 220px;
        padding: 20px 30px 20px 35px;
    }

    .chooseus-style-12 .funfact-inner {
        padding: 43px 0px 45px 0px;
    }

    .counter-block-two .inner-box {
        margin-bottom: 30px;
        margin-left: 5%;
    }

    .appointment-section .form-inner .form-group input[type="text"], .appointment-section .form-inner .form-group input[type="email"], .appointment-section .form-inner .form-group textarea {
        height: 43px !important;
        font-size: 18px !important;
        padding: 6px 20px !important;
    }

    .appointment-section .form-inner .form-group {
        margin-bottom: 17px !important;
    }

    .appointment-section .form-inner .bootstrap-select .dropdown-toggle {
        line-height: 43px !important;
    }

    .main-footer .footer-top {
        padding-bottom: 10px;
    }
}




.about-style-17 {
    padding: 80px 0px;
}


.brands-container {
    width: 100%;
    padding: 20px 0;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand_img {
    border: solid 1px #e1e1e1;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 70px;
    display: flex;
    background-color: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}
    .brand_img:last-child
    {
        background:none;
    }
        .brand_img:last-child:hover {
            transform: none;
            border: solid 1px #fff107;
            box-shadow: none;
            background-color: #ecdf0b;
        }

    .brand_img a {
        color: #fff107 !important;
        font-size: 20px;
        font-weight: 600;
    }

    .brand_img:last-child:hover a {
        color: #d72027 !important;
    }

    .brand_img:hover {
        border-color: #ecdf0b;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .brand_img img {
        object-fit: contain;
        max-height: 70px;
        max-width: 120px;
        /*filter: grayscale(100%);*/
        /* opacity: 0.7;*/
        opacity: 0.8;
        transition: all 0.3s ease;
    }

        .brand_img img:hover {
            filter: grayscale(0%);
            opacity: 1;
        }

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .brands-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 15px;
    }

    .brand_img {
        height: 80px;
        padding: 10px;
    }

        .brand_img img {
            max-height: 50px;
            max-width: 100px;
        }
}

@media (max-width: 480px) {
    .brands-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }

    .brand_img {
        height: 70px;
        padding: 8px;
    }

        .brand_img img {
            max-height: 45px;
            max-width: 80px;
        }
}


.banner-style-ten .content-box {
    padding: 175px 0px 0px 0px;
}
/*.banner-style-ten .image-box .image {
    bottom: 60px;
}*/
.banner-style-ten .image-box {
    min-height: 677px;
}

.HasVideoBG .main-header .option-box .search-box-outer i {
    color: #fff;
}

.HasVideoBG .main-header.fixed-header.header-style-18 .option-box .search-box-outer i {
    color: #0b1953 !important;
}

/*.HasVideoBG .main-menu .navigation > li > ul > li:hover > a {
    color: #ecdf0b !important;
}*/

.btn_booknow
{
    cursor:pointer;
}

.section_Brands .lower-box a.btn_booknow {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    color: #34393d;
    text-transform: uppercase;
    background: #ecdf0b;
    border-radius: 30px;
    padding: 15px 50px;
    letter-spacing: 1px;
    transition: .5s;
}
    .section_Brands .lower-box a.btn_booknow:hover {
        background: #d72027;
        color: #fff;
    }

#btnBookNow {
    color: #fff;
    cursor: pointer;
}



/* استایل لیست خطاها */
#lbl_msg {
    margin-bottom: 15px;
}

    #lbl_msg ul {
        list-style: inside disc;
        padding-left: 0.75rem;
        margin: 0;
        background: #fff5f5;
        border: 1px solid #f5c6cb;
        color: #721c24;
        border-radius: 4px;
        padding: 10px 12px;
    }

        #lbl_msg ul li {
            margin: 4px 0;
        }

/* همان کلاس‌های قبلی برای نشان دادن کنترل با خطا */
.input-error {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 4px rgba(220, 53, 69, 0.2);
}

.input-success {
    border: 2px solid #28a745 !important;
}

.closeAlert {
    position: absolute;
    right: 10px;
    font-size: 32px;
    cursor: pointer;
}

.logo img {
    max-height: 50px !important;
}
