﻿
/*.main-header {
    background-color: #c3d2df;
}

.header-style-18 .outer-box .logo-box {
    padding: 20px 0px 20px 0px;
}


.pageInfo {
    z-index: 200;
    position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.3rem;
}

.breadcrumb {
    background-color: unset;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.fables-after-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(14, 104, 57, 0.68);
}

.bg-rules {
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.fables-after-overlay {
    position: relative;
}

.fables-header {
    height: 176px;
    padding: 33px 0;
    background-image: url(uploads/pages-header-background.jpg);
    margin-top: 90px;
}

body.rtlPage .hero_area::after {
    background-image: linear-gradient(100deg, #1fd678 64%, #fff 90%);
    width: 100%;
}*/

/*========================*/
/*show page content style*/
/*========================*/

/*.rtlPage #rtlDiv {
    height: 100vh;
    background-color: #f5fff5;
}

#service-details {
    background-color: #f5fff5;
}

.service-details .service-box {
    background-color: var(--surface-color);
    padding: 20px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    line-height: 34px;
}

#service-details .blog-posts {
    margin: 0;
    margin-top: 0px;
    padding: 0 0 20px 0;
    margin-top: 40px;
}

.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

#wrp_fulltext {
    display: block;
}

.seprate_line {
    border-bottom: solid 1px #ddd;
    margin: 8px 0 22px 0;
    border-radius: 50%;
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

    .service-details ul.desc_footer li {
        padding: 0;
        line-height: 24px;
        color: #757575;
        font-size: 13px;
    }

    .service-details ul li {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    .service-details ul.desc_footer li span {
        margin-left: 6px;
        color: #0cc;
        font-size: 18px;
        font-weight: 300;
        position: relative;
        top: -1px;
    }*/


.service-page-area .single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
    max-width: 370px;
    max-height: 153px;
}

.page-title .content-box .bread-crumb li {
    padding-right: 16px;
    margin-right: 0;
}

    .page-title .content-box .bread-crumb li::before {
        padding-right: 0 !important;
        color: unset;
    }

.otherArea li {
    display: inline-block;
    padding: 2px 12px 5px 12px;
    border: solid 1px #ddd;
    margin: 5px 15px 8px 0px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .otherArea li a {
        color: #666;
        transition: all 0.3s ease;
    }

    .otherArea li:hover {
        background-color: #02172c;
        transition: all 0.3s ease;
    }

        .otherArea li:hover a {
            color: #fff !important;
            transition: all 0.3s ease;
        }



figure::after {
    width: 100%;
}



figure.f1 {
    display: grid;
}

    figure.f1 img, figure.f1::after {
        grid-area: 1/1;
        border: solid 1em rgba(0, 0, 0, 0.001);
    }

    figure.f1 img {
        box-sizing: border-box;
        border-image: var(--url) 10%;
        padding: 1em;
        width: 100%;
        /*    aspect-ratio: 1;
    object-fit: cover;*/
    }

    figure.f1::after {
        --full: conic-gradient(red 0 0);
        backdrop-filter: blur(99px);
        /* blur only border area */
        mask: var(--full) exclude, var(--full) padding-box;
        /* allow right click menu on img */
        pointer-events: none;
        content: "";
        width: 100%;
    }

.page-title {
    padding: 60px 0 70px;
}

#sec_1 figure.f1 img {
    max-height: 500px;
}

.sec3_wrp_bookNow {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 6px;
    text-align: center;
    align-content: end;
    padding-bottom: 24px;
}



#sec_3 a.btn_booknow {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    color: #34393d !important;
    text-transform: uppercase;
    background: #ecdf0b;
    border-radius: 30px;
    padding: 15px 50px;
    letter-spacing: 1px;
    transition: .5s;
}

a.btn_booknow:hover {
    background: #d72027;
    color: #fff !important;
}




#sec_2 .content_block_21 .content-box .sec-title-two, .content_block_four .content-box .list-style-one {
    margin-bottom: 31px;
}

#sec_2 a.btn_booknow {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 9px 28px;
    letter-spacing: 1px;
    transition: .5s;
    border: solid 1px red;
    margin-left: 12px;
    position: relative;
    top: 30px;
}

.clients-section .sec-title-two h2 {
    margin-bottom: 20px;
}


.Brand-list li {
    display: inline-block;
    width: 23%;
    border: solid 1px #ccc;
    height: 80px;
    align-content: center;
    text-align: center;
    border-radius: 4px;
    margin: 10px 10px;
    transition: all 0.3s ease;
}

    .Brand-list li:hover {
        background-color: #f7f7f7;
        transition: all 0.3s ease;
        border-color: #14518f;
    }


.ErrorListImg {
    width: 93px;
    height: 93px;
    padding: 3px;
    background-color: #07134573;
}

.ErrorListSection .sec-title-two p {
    margin: 15px 0 50px 0 !important;
}

.ErrorListSection .single-testimonial-style1 h3 {
    margin: 10px 0 15px 0;
}

.img_wrp {
    max-width: 50%;
    float: right;
    margin: 0px 0px 0 20px;
}


#VA_thumbnails {
    list-style: none;
    padding: 0;
    margin-top:20px;
}

    #VA_thumbnails li {
        display: inline-block;
        margin: 5px;
    }

    #VA_thumbnails img.thumbnail {
        cursor: pointer;
        width: 200px;
        height: 140px;
    }


#imgModal #imgInModal {
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto; /* اختیاری برای وسط‌چین */
}

#imgModal.modal-dialog {
    max-width: 95% !important;
}
#imgModal .modal-body {
    overflow: auto !important;
}