﻿@import url("../fonts/font.css");




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: IRANSansWeb_FaNum_Medium;
    font-size: 13px !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 2em !important;
    color: #222426 !important;
    overflow-x: hidden !important;
    background-color: #f8fafd;
    height: 100%; /* ارتفاع کل صفحه */
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    
}

#content {
    flex: 1; /* فضای خالی صفحه را پر می‌کند */
}

.rel-footer {
    width: 100%;
}

p {
    line-height: 2.4 !important;
}

span {
    font-size: 13px;
}

.IRANSansWeb {
    font-family: IRANSansWeb_FaNum_Medium !important;
}

.IRANSansWeb_Light {
    font-family: IRANSansWeb_FaNum_Light !important;
}

.IRANSansWeb_Bold {
    font-family: IRANSansWeb_FaNum_Bold !important;
}

.IRANSansWeb_Medium {
    font-family: IRANSansWeb_FaNum_Medium !important;
}

a,
input {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    outline: none !important;
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
}

ul {
    list-style-type: none;
    padding: 0px;
}

a {
    color: #222426;
}

.container-header {
    padding: 12px 12px 12px 15px;
    background-color: #fff;
    z-index: 999;
}


#owl-slider img {
    width: 100%;
    height: 452px;
    object-fit: cover;
    border-radius: 15px !important;
}

.Qcol {
    background-color: #0b2f62;
    border-radius: 15px;
}

/*
.Qlink img{
    width: 100%;
    height: 82px;
    object-fit: cover;
}*/

.caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #0f8078;
    color: #fff;
    padding-top: 15px;
    padding-right: 30px;
    text-align: right;
    font-family: IRANSansWeb_FaNum_Medium;
    -webkit-border-bottom-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    -webkit-border-bottom-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.SlideCategori {
    top: -17px;
    right: 25px;
    font-size: 0.75rem;
    border-radius: 15px;
    background-color: #416cc2;
}

.owl-prev {
    left: -0.6rem;
}

.owl-next {
    right: -0.6rem;
}

.owl-prev,
.owl-next {
    position: absolute;
    font-size: 35px;
    background-color: #ffffff;
    color: #000000;
    padding: 8px 15px;
    font-family: CocoBiker;
    top: 36%;
    border-radius: 50%;
    -ms-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11);
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11);
}



#owl-slider .owl-prev,
#owl-slider .owl-next {
    background-color: transparent !important;
    color: #fff !important;
    -ms-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}




#owl-Service img,
#Service img {
    position: absolute;
    top: -17px;
    right: 35%;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    box-shadow: 0 3px 6px 0 rgba(24, 62, 81, 0.39);
}



#owl-Service h6,
#Service h6 {
    font-family: IRANSansWeb_FaNum_Medium;
    margin-top: 3rem;
    margin-bottom: 0rem !important;
    padding-top: .25rem;
}




#owl-province img {
    width: auto !important;
    height: 90px !important;
    margin: 15px 0 !important;
}

#owl-province p {
    font-size: 13px !important;
}


#owl-province .card:hover {
    /*border: 1px solid #4ec0b0;*/
    -ms-box-shadow: 0 5px 5px 0 #a5e5dc;
    -moz-box-shadow: 0 5px 5px 0 #a5e5dc;
    -webkit-box-shadow: 0 5px 5px 0 #a5e5dc;
    box-shadow: 0 5px 5px 0 #a5e5dc;
}



#owl-topnews .card:hover,
#blog .card:hover {
    -webkit-box-shadow: 0 1px 6px 0 rgba(187, 12, 12, 0.8) !important;
    -moz-box-shadow: 0 1px 6px 0 rgba(187, 12, 12, 0.8) !important;
    box-shadow: 0 1px 6px 0 rgba(187, 12, 12, 0.8) !important;
}



.covernews {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    background-color: #630000;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
}

.covernews span {
    color: #dedcdc !important;
    font-size: 11px !important;
}



footer .form-control input {
    color: #fff !important;
}

/*
#fixed-social {
    position: fixed;
    top: 40%;
    left: 3px;
    z-index: 2000;
}


    #fixed-social a {
        color: #fff !important;
        display: block;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 30px;
        z-index: 2;
        font-size: 18px;
    }


a.fixed-linkedin {
    margin-left: 0px;
    width: 30px;
}

    a.fixed-linkedin:hover {
        background-color: #b7223e;
    }

.fixed-linkedin a:hover > {
    background-color: #00AF54;
}

.fixed-linkedin a:hover {
    background-color: #000;
}

.fixed-linkedin {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #d22b4a;
}



.fixed-twitter {
    background-color: #0c8a9f;
}

    .fixed-twitter:hover {
        background-color: #0fb1cc;
    }

.fixed-gplus {
    background-color: #056084;
}



.fixed-facebook {
    background-color: #056084;
}

    .fixed-facebook:hover {
        background-color: #074b66;
    }

.fixed-instagrem {
    background-color: #b40b58  !important;
}

    .fixed-instagrem:hover {
        background-color: #aa0250 !important;
    }

.fixed-whatsapp {
    background-color: #0a7916;
    border-bottom-right-radius: 15px;
}

    .fixed-whatsapp:hover {
        background-color: #09a41a;
    }
*/

.consultation-bullet {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #2cae53;
    margin: 0 0 0 10px;
    position: relative;
    top: 1px;
    z-index: 9;
    -moz-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    -o-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    -webkit-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
}

.user-box-nav {
    position: relative;
    margin: 0;
}

.user-box {
    margin: 6px 0 0 0;
}


header {
    background-color: #fff;
}

.mymain-menu ul li {
    display: inline-block;
    padding: 15px;
}


.above-page-img {
    border-bottom-right-radius: 100px;
    -moz-border-bottom-right-radius: 100px;
    -o-border-bottom-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    -moz-border-bottom-left-radius: 100px;
    -o-border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    min-height: 350px;
    max-height: 350px;
    background-image: -moz-linear-gradient(131deg, #065482, #00c395);
    background-image: -ms-linear-gradient(131deg, #065482, #00c395);
    background-image: -webkit-linear-gradient(131deg, #065482, #00c395);
    background-image: linear-gradient(131deg, #065482, #00c395);
    position: absolute;
    max-width: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
}



.above-page-img>img {
    top: -120px !important;
    max-width: 105%;
}

.above-page-img>img {
    position: relative;
    opacity: .15;
    min-height: 430px;
}


.above-page-content {
    z-index: 99;
    padding: 32px 7px 32px 7px;
    max-width: 100%;
    width: 750px;
}

.above-page-tagline {
    padding: 0 16px;
}

.main-tagline {
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.explaine-tagline {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: relative;
}

.explaine-tagline span,
.explaine-tagline span.rw-words.rw-words-1>span {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
}

.rw-words {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 18px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
    right: 0;
    text-align: right;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    color: #fff;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #fff;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
    color: #fff;
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    color: #fff;
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #fff;
}


@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



.above-page-search {
    text-align: center;
    margin: 24px auto 0 auto;
    width: calc(100% - 20px);
    max-width: 660px;
    position: relative;
}

.srch-input {
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: none;
    width: 100%;
    padding: 15px;
    height: 60px;
}

.search-icon {
    display: block;
    width: 48px;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 12px 0 0 0;
}

.last-question-time {
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    margin: 24px auto 0 auto;
    width: 100%;
}

.last-question-time>.last-question-time-detail {
    display: inline-block;
    clear: both;
    justify-content: center;
    align-items: center;
    background-color: rgba(29, 145, 145, .41);
    border: 1px dashed #fff;
    padding: 6px 10px;
    min-height: 42px;
    /*max-height:auto;*/
    margin: 0 0 8px 8px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -ms-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.value-body {
    background-color: #fff;
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}


.Consulation-list {}

.Consulation-list li {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 -12px 0 0;
}

.Consulation-list img {
    box-shadow: 0 7px 10px #00000020;
    border: 2px solid #fff;
}



.box-transform {
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -o-transition: all .25s ease;
}

.box-transform:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.extension-nav span {
    font-size: 13px !important;
}

#loginbtn img {
    width: 20px;
    height: 20px;
}

.Consulation-list li i {
    display: block;
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0dd15b;
}



.card {
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -ms-box-shadow: 0 8px 20px 0 rgba(40, 39, 39, 0.18);
    -moz-box-shadow: 0 8px 20px 0 rgba(40, 39, 39, 0.18);
    -webkit-box-shadow: 0 8px 20px 0 rgba(40, 39, 39, 0.18);
    box-shadow: 0 8px 20px 0 rgba(40, 39, 39, 0.18);
    background-color: #fff;
    position: relative;
    /*margin: 20px 5px;*/
    border: none;
}

#owl-Comments span {
    font-size: 13px;
}




.rounded-btn {
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.support-phone {
    background-color: #c2000093;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    height: 40px;
    /*display: block;*/
    padding: 7px 45px;
    position: relative;
}



#foottop span {
    font-size: 18px;
}


footer h5 {
    font-weight: 500;
    text-align: right;
    color: #fff;
}

footer ul li {
    line-height: 1.8em;
    padding: 6px 0;
}

footer ul li a {
    font-size: 13px;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    position: relative;
    /*top: 2px;*/
    right: 0;
}

footer ul li a:hover {
    right: 5px;
    color: #476171;
    /*border-bottom: 2px solid #00c395;*/
}


.fa-2x {
    font-size: 1.2em !important;
}


/*.rel-footer {
    position: relative;
    padding-bottom: 60px;
}*/

#footer-content {
    -moz-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, .05);
    /*-moz-border-bottom-right-radius: 50px;
    -o-border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -o-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;*/
    /*position: relative;*/
    /*z-index: 9;*/
    color: #fff;
    padding-top: 10px;
    background: #0d7770 url('../Images/pttern2.png') repeat-x top;
}


#footer-copyright {
    width: 100%;
    /*height: 120px;*/
    background: #16beb2 url("../images/pttern.png") repeat-x center;
    font-size: 13px;
    /*position: absolute;*/
    /*bottom: 0;
    right: 0;
    left: 0;*/
    /*z-index: 0;
    overflow: hidden;*/
}


.br-top {
    border-top: 3px solid #00c395;
}

.box {
    background-color: #fff;
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .09);
    border-radius: 20px;
}


.main-bg {
    background-image: linear-gradient(119deg, #00c395, #065482);
    background-position: center -30px;
    background-repeat: no-repeat;
    background-size: auto;
}

.text-grad {
    color: #123a74 !important;
}

.grad-bg {
    /*background-image:linear-gradient(160deg,#2a536f,#0c706b);*/
    background-color: #5a0000;
}

.btn-grad {
    background-color: none !important;
    border-color: none !important;
    background-image: linear-gradient(160deg, #16beb2, #24ebdd);
}

.btn-grad:not(:disabled):not(.disabled).active,
.btn-grad:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(160deg, #1fe0d4, #16beb2);
}

.btn-outline-grad {
    color: #3b4246 !important;
    background-color: transparent;
    background-image: none;
    border-color: #099f7c;
}

.danger-bg {
    background-image: -moz-linear-gradient(131deg, #eea052, #ff4e4e);
    background-image: -ms-linear-gradient(131deg, #eea052, #ff4e4e);
    background-image: -webkit-linear-gradient(131deg, #eea052, #ff4e4e);
    background-image: linear-gradient(131deg, #eea052, #ff4e4e);
}

.border2 {
    border: 2px solid #f0ecec;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.9 !important;
}


.form-control {
    border-radius: 15px;
    padding: 1.2rem .75rem !important;
    font-size: 0.73rem !important;
    border: 1px solid #b3b3b4 !important;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px !important;
    line-height: 2 !important;
}


.btn {
    font-size: unset !important;
    border-radius: 8px !important;
}


#login {
    max-width: 400px;
    margin: 0 auto;
}

.btn-danger {
    background-color: #ed1846 !important;
    border: 1px solid #ed1846 !important;
}

#sect_72 img {
    width: 200px;
    height: auto;
}

.area {
    height: 120px !important;
}

#sect_72 box {
    height: auto;
}


.cstm_hr {
    height: 1px;
    background-color: #45d3a6;
}

.text-lightgreen {
    color: #16beb2;
}

.intro-section {
    background-image: linear-gradient(131deg, #00c395, #065482);
    padding: 0;
}


#online h5 {
    font-size: 1.1rem !important;
}

.bt-color {}

h5 {
    font-size: 1.15rem !important;
}

h5.bt-color:after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #610000;
    display: block;
    margin-top: .3em !important;
}


#blog h5.bt-color:after,
#home h5.bt-color:after {
    margin: 0 auto;
    width: 100%;
}



.rad50 {
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
}

.rad25 {
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
}


.rad12 {
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    -moz-border-radius: 12px !important;
}



.socialsize {
    width: 30px;
    height: auto;
}

.bg-darkblue {
    background-color: #126b97;
}

#blog .above-page-img {
    min-height: 250px !important;
    max-height: 250px !important;
}

.bigpic {
    position: relative;
    z-index: 2;
    height: 200px;
width: 100%;
object-fit: cover;
}

.blogdiv {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    padding:0 20px;
}

.text-shadow {
    text-shadow: 0 3px 6px rgba(19, 16, 16, 0.9);
}

.pic55 {
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
}

.pic70 {
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    box-shadow: 0 3px 4px 0 rgba(202, 201, 204, 0.9);
}

.pic90 {
    width: 90px;
    height: auto;
}

.pic160 {
    width: 160px;
    height: 160px;
    border: 4px solid #fff;
}

.bottom_p {
    margin-bottom: 0rem !important;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.card-footer {
    background-color: unset !important;
    border-top: unset !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

ul.box img {
    width: 95px;
    height: 75px;
}


.blog-item-title .fa-2x {
    font-size: 1.3em;
}

.blog-item-title {
    font-size: 13px;
    line-height: 1.8;
}

.blogpost ul li {
    border-bottom: 1px solid #c6ddd7;
    padding: 8px 15px;
}


.blogpost ul li:hover img {
    opacity: .6;
    transform: scale(1.10);
    overflow: hidden;
    width: 95px;
    height: 75px;
}

.blogpost ul li img {
    transform: scale(1);
    width: 95px;
    height: 75px;
}

.gray11 {
    color: #5e7582;
    font-size: 11px !important;
}

.bg-red {
    background-color: #ed1846;
    width: 95px;
    height: 75px;
}


.dash {
    border: 1px dashed #94c5e1;
}

.dash-g {
    border: 1px dashed #10ae82;
}


ul.inline li {
    display: inline-block;
}

.btn-warning {
    color: #212529;
    background-color: #fb0 !important;
    border-color: #fb0 !important;
}

.question-box {
    box-shadow: 0 3px 11px 0 rgba(0, 195, 149, 0.48);
    background-image: linear-gradient(60deg, #065482, #00c395);
    -moz-box-shadow: 0 3px 11px 0 rgba(0, 195, 149, 0.48);
    -webkit-box-shadow: 0 3px 11px 0 rgba(0, 195, 149, 0.48);
    background-image: -moz-linear-gradient(60deg, #065482, #00c395);
    background-image: -webkit-linear-gradient(60deg, #065482, #00c395);
    padding: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    top: -30px;
}

.question-box:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #03878b;
    border-radius: 50%;
    transform: rotate(-134deg);
    bottom: -16px;
    z-index: 0;
}

.question-box:after {
    right: -20px;
    bottom: 45px;
    transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    border-radius: 9%;
    -moz-border-radius: 9%;
    -webkit-border-radius: 9%;
    -o-border-radius: 9%;
    border-top: 20px solid #02ad92;
}

.key-word {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #5e7582;
    border-radius: 25px;
    background-color: #ECEEF0;
    padding: 4px 12px;
    height: 30px;
}

.map {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.mx-wh {
    max-width: 750px;
    /*margin: 0 auto;*/
}

/*.mx-wh {
    max-width: 1100px;
    margin: 0 auto;
}*/
.bg-half {
    background: linear-gradient(#00a4a4 7.2rem, #fff 0);
}

.bg-light {
    background-color: #e5ebf2 !important;
}

.online {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #0dd15b;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    -o-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    -webkit-animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
    animation: status-indicator-pulse-positive 2s ease-in-out .5s infinite;
}

#Chat .fa-2x,
#Call .fa-2x {
    font-size: 1.3em !important;
}

#online.owl-prev,
#online.owl-next {
    position: absolute !important;
    font-size: 25px !important;
    color: #0a91c6 !important;
    padding: 0 10px !important;
    font-family: CocoBiker !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
}

#online.owl-prev {
    right: -0.3rem !important;
}

#online.owl-next {
    left: -0.5rem !important;
}

.comment img {
    width: 33px;
    height: 33px;
}




.card-like {
    margin-bottom: 50px;
    color: white;
    background-image: linear-gradient(119deg, #00c395, #065482);
    border-radius: 6px;
    padding: 30px 50px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.wizard {
    overflow: hidden;
}

.wizard .wizard-header {
    margin-bottom: 30px;
}

.wizard .wizard-header h5 {
    margin-top: 0;
    margin-bottom: 20px;
}

.wizard .wizard-header hr {
    border-color: #0fe3a7;
    border-top-width: 2px;
}

.wizard .wizard-header .steps {
    height: 15px;
}

.wizard .wizard-header .steps .wizard-step {
    background: #00d3ff;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    opacity: 0.4;
    border-radius: 50%;
    transition: all 0.8s;
}

.wizard .wizard-header .steps .wizard-step.active {
    opacity: 1;
}

.wizard .wizard-body {
    position: relative;
    transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);
}

.wizard .wizard-body .step {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    right: -100%;
    opacity: 0;
}

.wizard .wizard-body .step.initial {
    position: relative;
}

.wizard .wizard-body .step.off {
    opacity: 0 !important;
    right: 100% !important;
}

.wizard .wizard-body .step.active {
    right: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    transition: all 0.4s linear;
    transition-delay: 0.1s;
}

.wizard .wizard-footer {
    margin-top: 30px;
}



@media (min-width:1300px) {
    .container {
        max-width: 1220px;
    }
}

@media (max-width:991px) {
    .container {
        max-width: 95% !important;
    }

    .flag {
        width: 80px !important;
      }
}


    @media screen and (max-width:1025px) {
        .sina-nav .sina-menu > li > a {
            padding: 8px 4px!important;
           }
       }
    



@media screen and (min-width:768px) {

    .above-page-content {
        padding: 48px 7px 32px 7px;
    }
}

@media screen and (max-width:768px) {


    #blog_details img.w-75 {
        width: 100% !important;
    }

    .above-page-search {
        width: 100%;
    }

    .srch-input {
        font-size: 12px;
    }

    .above-page-img {
        border-bottom-right-radius: 50px;
        -moz-border-bottom-right-radius: 50px;
        -o-border-bottom-right-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        -moz-border-bottom-left-radius: 50px;
        -o-border-bottom-left-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
    }

    .Consulation-list li {
        width: 45px;
        height: 45px;
    }

    /*footer, footer h5 {
        text-align: center;
    }*/


    #footer-copyright a {
        font-size: 11px;
        line-height: 1.7;
    }

    .b-dark {
        color: #222426 !important;
    }

    #blog_details h5 {
        font-size: 1rem !important
    }
}

.badge-secondary {
    color: #fff;
    background-color: #0ec8ae !important;
}

#skill ul li {
    margin: 10px 0;
}

#skill ul li a {
    color: #fff !important;
    font-weight: bold;
}

#reservation.text-info {
    color: #1784b9 !important;
}

.leftcol h5 {
    font-size: 1rem !important;
}

#searcbtn.btn-success {
    color: #fff;
    background-color: #03c887;
    border-color: #218838;
}

.quickico {
    max-width: 1000px !important;
    color: #343d42 !important;
}

.quickico img {
    width: 45px;
    height: auto;
    padding-bottom: 3px;
}

.quickico .value-body {
    padding: 20px 40px 0 40px !important;
}

@media screen and (max-width:768px) {

    .bx-nws ul li img {
        width: 100%;
        height: auto !important;
    }
  }

@media screen and (max-width:576px) {

    #bio .bt-color::after {
        margin: 0 auto !important;
    }

 
      #owl-slider img {
        height: 340px!important;
         }
}

@media screen and (max-width:480px) {
    .sina-nav .sina-brand {
        height: auto !important;
        max-width: 180px !important;
    }

    .support-phone {
        font-size: 12px !important;
    }

    aside {
        width: 200px;
        left: -200px;
    }

    #Call .dash-g,
    #Chat .dash-g {
        display: none;
        border: none;
    }

    .caption p {
        font-size: 12px !important;
        margin-bottom: 0.5rem !important;
    }
    #loginbtn span {
        display: none;
      }
}


button:focus {
    outline: none;
}

aside {
    background: #f8fafd;
    width: 300px;
    height: 100vh;
    position: fixed;
    transition: .3s;
    left: -350px;
    top: 0;
    z-index: 2000;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    /*-webkit-transform: translateX(0);
    -moz-box-shadow: 4px 0 9px 0 rgba(0,0,0,.2);
    -o-box-shadow: 4px 0 9px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 0 9px 0 rgba(0,0,0,.2);*/
    opacity: 1 !important;
    padding: 30px;
}

aside.close {
    left: 0;
    transition: .4s;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}


aside button {
    border: none;
    background: none;
    position: absolute;
    right: -40px;
    top: 7px;
    font-size: 30px;
    transform: rotate(90deg);
    display: inline-block;
    cursor: pointer;
}

aside.close {
    font-size: 14px !important;
    font-weight: unset !important;
    line-height: 1.9 !important;
    color: #ffffff;

}

aside.close:not(:disabled):not(.disabled) {
    cursor: unset !important;
}

.btt-btn{
    left: 0;
}

.dark-blue {
    background-color: #125687 !important;
}


#tophead .input-group {
    border-bottom: 1px solid #49818d !important;
    border-radius: 15px;
    height: 30px;
    padding: 0 5px;
}

#tophead .form-control {
    border: none !important;
    background-color: transparent !important;
    height: 25px !important;
    padding: 6px !important;
    color: #fff !important;
    box-shadow: none !important;
}

/*#tophead .input-group-text {
    background-color: transparent !important;
}*/

#tophead .form-control::placeholder {
    /* Chrome,  Opera, Safari 10.1+ */
    color: #79b0bb;
    opacity: 1;
    /* Firefox */
}

#tophead .form-control::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f9f9f9;
}

#tophead .btn-success {
    background-color: transparent;
    border-color: transparent;
    height: 25px;
}

footer .form-control {
    color: #fff !important;
    background-color: transparent;
}

footer .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f9f9f9;
}

footer .form-control::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f9f9f9;
}





#tophead {
    background-size: cover;
}


#navbar-menu {
    font-family: IRANSansWeb_FaNum_Medium;
}

#navbar-menu .fa-chevron-down {
    padding-top: 0px !important;
    font-size: 1.3em;
}


#blog_details h1 {
    font-size: 1rem !important;
  }

.btn-teal {
    font-size: 12px !important;
    background-color: #16beb2  !important;
    border-color: #16beb2  !important;
    color: #fff;
}

@media (max-width:991px) {
    .sina-nav .extension-nav {
        margin: 20px 20px 0 0 !important;
    }

    /*.sina-nav .navbar-toggle {
        padding: 15px 10px!important;
    }*/

    #navbar-menu .fa-chevron-down {
        float: left !important;
    }

    #navbar-menu .dropdown-menu li {
        padding-right: 15px !important;
    }


}




#category ul.prof li {
    border-bottom: 1px dashed rgba(0, 0, 0, .09);
    padding: 0.3rem 0.8rem !important;
}

#prof li p {
    margin-bottom: 0rem !important;
}

#prof span {
    font-size: 12px;
}






#article .card {
    border-radius: 20px !important;
    margin: 0px !important;
}

#article .card-body {
    padding: 0.7rem !important;
}

#article .card-body:hover .read_more {
    border-top-right-radius: 5px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#article .h6 {
    font-size: 0.96rem !important;
    color: #123a74;
}

h6 {
    font-size: 0.96rem !important;
}

#article img:hover {
    background-color: #ff4e4e;
}

/*.article_item_info {
    display: block;
    height: 31px;
    background-color: #f7f7f7;
    margin: 10px 0 12px 0;
    padding: 0px 0;
    border-radius: 32px 40px 40px 10px;
}

.read_more {
    width: 30px;
    height: 30px;
    background-color: #087171;
    color: white;
    border-radius: 20px;
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    float: right;
}


.p_more {
    display: block;
    text-align: left;
    line-height: 29px;
    padding-left: 10px;
    font-size: 11px !important;
    color: #9a9a9a;
    margin: 0 0 0 0px;
}*/



.pagination>li>a {
    border-radius: 30px !important;
    margin: 2px !important;
    padding: 8px 13px 8px;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.page-link {
    border: none !important;
}



#faq .card-body {}


.tab-content .accordion-head {
    padding: 8px;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #e1f0ed;
}


.error404 img {
    width: 300px;
    height: auto;
    margin: 0 auto !important;
}



ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}


ul.breadcrumb li {
    display: inline;
}


ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "»\00a0";
}


ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}


ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}


.feabox a {
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(191, 230, 220, 0.8) !important;
    box-shadow: 0 5px 10px 0 rgba(191, 230, 220, 0.8) !important;
    padding: 18px;
    font-size: 14px;
    margin: 10px;
}


.feabox a:hover,
.active25 {
    color: #fff !important;
    background-color: #007bff;
}

.feabox p {
    margin-bottom: 0rem !important;
}

.xlf h1 {
    font-size: 30px;
    margin-bottom: 0rem !important;
    line-height: 1.2 !important;
}



#ourteam .card {
    height: auto;
    overflow: hidden;
    position: relative;
}

#ourteam .card img {
    width: 100%;
    min-height: 100%;
    transition: all 0.9s;
}

#ourteam .card:hover img {
    transform: scale(1.2, 1.2);
}

.data {
    position: absolute;
    bottom: 5%;
    background: #fff;
    text-align: center;
    width: 90%;
    height: 65px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    opacity: 0.8;
    transition: all 0.6s;
  
}

.data h6 {
    margin-bottom: 0rem !important;
    color: #16beb2;
}

.card:hover .data {
    /*width: 100%;*/
    height: 100%;
    bottom: 0;
    opacity: 0.9;
    padding: 90px 10%;
    cursor: pointer;
}

.data p,
.data span {
    font-family: IRANSansWeb_FaNum_Medium;
}

.data hr {
    border-top: 1px solid #007bff !important;
}

/*
.data a:hover, .card:hover h2 {
    color: #38c;
}*/


/* follow me @nodws */
.btn-twtr {
    color: #ddd;
    border: 2px solid;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    font-family: sans-serif;
    font-weight: 600;
    margin-top: 100px;
    opacity: 0.8;
}


.shadow {
    -o-box-shadow: 0 5px 10px 0 rgb(131 131 131) !important;
    -moz-box-shadow: 0 5px 10px 0 rgb(131 131 131) !important;
    -webkit-box-shadow: 0 5px 10px 0 rgb(131 131 131) !important;
    box-shadow: 0 5px 10px 0 rgb(131 131 131) !important;
}

#register .form-control,
#login .form-control {
    background-color: #f8fafd !important;
    border-radius: 10px !important;
}

.sina-nav .menu-item-has-mega-menu.dropdown .mega-menu-col a:hover {
    color: #fff !important;
}


.card-header {
    padding: .55rem 1.25rem;
    background-color: #10317f;
    color: #fff;
}

.nav-tabs .nav-link {
    color: #fff !important;
}

.nav-tabs .nav-link.active {
    color: #000 !important;
}

.nav-pills .nav-link.active {
    background-color: #2c4e9c !important;
    color: #fff !important;
}

.nav-pills .nav-link {
    color: #fff !important;
}

.nav-tabs .nav-link {
    color: #fff !important;
    background-color: #2c4e9c;
    border-color: none !important;
}

.nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #e9f1f9 !important;
    border-color: #e9f1f9;
}

.nav-tabs .nav-link:hover {
    border-color: none !important;
}

.nav-tabs .nav-item {
    margin-bottom: 2px;
}

#Service img {
    right: 55px !important;
}

.modal-body {
    padding: 0.5rem !important;
}

.flag {
    width: 100px;
    height: auto;
}

.map {
    width: 90%;
    height: 250px;
    border: 3px solid aliceblue;
}


#tophead span {
    font-size: 12px !important
}

.brlb {
    border-bottom-left-radius: 0 !important;
}

.brr {
    border-right: 2px solid #4569c3  !important;
}


#component .card {
    border-radius: 20px !important
}


#component .card-header {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

#component .list-group-item {
    border: none !important;
    padding: .3rem 1.25rem !important;
}



.bg_dblue {
    background-color: #0d3772;

}


.dropdown-toggle .fa-chevron-left {
    font-size: 11px !important
}


.dropdown .drop {
    margin-top: 5px !important
}




#cstm_collapsible .collapsible {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #e1f0ed;
}



#cstm_collapsible .collapsible:after {
    content: '\002B';
    color: #16beb2;
    font-size: 14px;
    float: right;
    margin-left: 5px;
    transition: all 0.4s;
    font-weight: bold
}

#cstm_collapsible .active:after {
    content: "\2212";
    transform: rotate(180deg);
    transition: all 0.4s;
}

#cstm_collapsible .content {
    padding: 0 18px;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}


.extension-nav ul li {
    display: inline;
}

.bx-nws ul li {
    display: inline;
}

.bx-nws ul li {
    margin-bottom: 4px;
}

.bx-nws img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
    margin-left: 10px;
    margin-bottom: 6px;
}

.bx-nws .h2,
h2 {
    font-size: .9rem !important;
    font-family: IRANSansWeb_FaNum;
    padding-right: 3px;
    color: #420000;
    margin-bottom: .2rem;
}

.bx-nws a h2:hover {
    color: #0f8078 !important;
}


.bx-nws .col-lg-9 p {
    margin-bottom: 0rem !important;
}

.bx-nws .col-lg-9 a {
    color: #01447e !important;
    font-family: IRANSansWeb_FaNum_Medium;
}

#owl-topnews .card,#article .card {
    padding: .7rem;
}

#owl-topnews h2 {
    font-size: .84rem !important;
    font-family: IRANSansWeb_FaNum_Medium;
}

#owl-topnews p,#article p  {
    padding: 0 7px;
}

#owl-topnews img ,#article img{
    height: 180px;
    width: 100%;
    object-fit: cover;
}


.Lnews ul li {
    overflow: hidden;
    width: 100%;
    float: right;
    padding: 4px 9px 4px 3px;
    background: #f9f9f9;
    border-right: 1px solid #6e0000;
}

.Lnews ul li:nth-child(2n) {
    background: #fff;
    border-right-color: #e3e4e8;
}

.Lnews ul li>a:hover {
    color: #0f8078  !important;
}

.Lnews ul h2::before {
    content: "";
    width: 10px !important;
    height: 10px;
    background: #33609f;
    display: inline-block;
    margin-left: 8px;
}

.Lnews h3 {
    display: inline-block;
    /*border-bottom: 30px solid tomato;*/
    border-bottom: 30px solid #123a74;
    border-left: 30px solid transparent;
    padding-right: 10px;
    color: white !important;
    height: 0;
    font-size: .9rem;
    padding-left: 10px;
    margin-top: 15px;
}

/*
.Nlist h1 {
    display: inline-block;
    border-bottom: 30px solid #184b95;
    border-left: 30px solid transparent;
    padding-right: 15px;
    color: white !important;
    height: 0;
    font-size: .9rem;
    padding-left: 10px;
    padding-top: 5px;
}*/


.widget-title {
    background: #fff;
    width: 100%;
    height: 40px;
    display: block;
  }

.wt_box h1{
    position: relative;
    height: 48px;
    background-color: #16beb2;
    color: #fff;
    float: right;
    border-radius: 10px 15px 0 0;
    line-height: 20px;
    right: 0;
    top: -12px;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 25px;
    display: inline-block;
  }



.wt_box h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    border-radius: 0 30px 0 0;
    display: block;
    background-color: #fff;
    bottom: 0;
    left: 0;
}



.tttt a {
    border-bottom: 1px dotted #717175;
    padding-bottom: 5px;
    color: #0f8078 !important;
}

.bg-page {
    background-image: url('../Images/eslimibkg2.png');
    background-position: left top;
    background-size: 250px;
    background-repeat: no-repeat;
}

.Nlist ul {
    max-height: 455px;
    overflow-y: scroll;
    scrollbar-color: #830101 #e0e0e0;
    scrollbar-width: thin;
    padding:0 15px;
    margin-left: 10px;
}

.Nlist ul::-webkit-scrollbar {
    width: 5px;
}

.Nlist ul::-webkit-scrollbar-track {
    background-color: #30377c;
}

.Nlist ul::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


footer p {
    line-height: 2 !important;
}

.dd {
    background-image: url('../Images/header-back.png');
    background-size: auto;
}

.tGallery img{
    width: 100%;
    height: 199px;
    object-fit: cover;
}

/*
      .df{
        background-image: url('../Images/manage-bg.jpg') no-repeat center ;
        background-size: cover;
       
      }*/

      #owl-secondevent h6{
        font-size: .9rem!important;
      }

      .prof li a:hover{
        color: #0f3874;
      }

      #component h3{
        font-size: 1.3rem;
        margin-bottom:15px;
        font-family:IRANSansWeb_FaNum_Medium ;
      }

      #component h5{
        font-size: 1rem!important;
      }

      .comp-section .crdimg img{
        height: 177px;
        width: 100%;
      }

      .table td, .table th {
        padding: .5rem .75rem!important;
    }

    .table-bordered td, .table-bordered th {
        border: unset!important;
      }


      .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color:transparent!important;
      }

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    font-family: "IRANSansWeb_FaNum_Medium";
    src: url("../Fonts/IRANSansWeb(FaNum)_Medium.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../Fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../Fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
        /* Modern Browsers */
        url("../Fonts/IRANSansWeb(FaNum)_Medium.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-size: 12px; /* اندازه فونت */
}



#map {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; /* تغییر از -1 به 0 */
}



.popup-content {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-content a, .popup-content button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.detail-link {
    background-color: #f8f9fa;
    color: #333;
    font-weight: bold;
    border: 1px solid #ccc;
}

.direction-button {
    background-color: #e2e2e2;
    color: white;
}

.share-button {
    background-color: #007bff;
    color: white;
}

.popup-content a:hover, .popup-content button:hover {
    opacity: 0.8;
}


.Qlink .col-lg-12 {
    padding: 0; /* حذف فضای داخلی */
    margin: 0;  /* حذف فضای بیرونی */
}

.Qlink img {
    width: 100%; /* تصاویر کاملاً عرض صفحه را بگیرند */
    border-radius: 0; /* حذف گوشه‌های گرد در صورت نیاز */
}

/* منو پایین صفحه */
.position-fixed.bottom-0.start-0.w-100.d-flex.justify-content-around.shadow {
    position: fixed; /* ثابت بودن در پایین صفحه */
    bottom: 0;
    z-index: 1050; /* منو بالاتر از بقیه بخش‌ها */
}

/* باکس جستجو */
.position-fixed.bottom-10.start-0.w-100.p-3.shadow.d-flex.align-items-center {
    position: fixed; /* ثابت بودن */
    bottom: 60px; /* فاصله از پایین صفحه، دقیقاً بین منو و دسته‌بندی */
    z-index: 1045; /* اولویت پایین‌تر از منو */
}

/* دسته‌بندی‌ها */
#fixedCategories {
    position: fixed; 
    bottom: 130px; /* فاصله از پایین صفحه برای اطمینان از قرارگیری زیر باکس جستجو */
    z-index: 1040; /* پایین‌تر از باکس جستجو */
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* تنظیمات دکمه‌های دسته‌بندی */
.category-btn {
    background-color: #ffffff !important;
    color: rgb(0, 0, 0) !important;
    border-color: #919191 !important;
    flex-shrink: 0;
    padding: 6px 12px; /* اندازه ثابت */
    font-size: 14px;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.category-btn.active {
    background-color: #0d6efd !important;
    color: white !important;
    border-color: #0d6efd !important;
    padding: 6px 12px !important; /* اندازه ثابت */
    font-size: 14px !important;   /* اندازه ثابت */
    transform: none !important;
    box-shadow: none !important;
}



@media (max-width: 768px) {
    /* برای موبایل: تغییرات در موقعیت دسته‌بندی‌ها و جستجو */
    #fixedCategories {
        position: absolute;
        bottom: 130px; /* فاصله مناسب از پایین صفحه */
        z-index: 1045; /* اولویت پایین‌تر از جستجو */
    }

    .position-fixed.bottom-0.start-0.w-100.p-3.bg-white.shadow {
        position: absolute;
        bottom: 70px; /* فاصله مناسب از پایین صفحه */
        z-index: 1051; /* اولویت بالا برای باکس جستجو */
    }

    /* نقشه پایین‌تر از همه چیز باشد */
    #map {
        z-index: 1;
    }
}

/* استایل برای بخش موبایل */
#mobileDetails {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 10000; /* تنظیم z-index به مقدار بالا برای نمایش بالاتر */
}

#mobileDetailsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#mobileDetails h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.mobile-button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-button {
    padding: 10px;
    background-color: #137568;
    color: white;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.mobile-button:hover {
    background-color: #137568;
}

.mobile-button:active {
    background-color: #137568;
}

.mobile-button-group a {
    text-decoration: none;
    color: white;
}

#closeDetails {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #888;
    cursor: pointer;
    z-index: 10001; /* برای اطمینان از اینکه دکمه بستن بالاتر از بخش موبایل باشد */
    transition: color 0.3s;
}

#closeDetails:hover {
    color: #333;
}

/* استایل دکمه‌ها */
.share-button, .direction-button, .detail-link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.detail-link {
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
}

.share-button {
    padding: 12px;
    background-color: #137568;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.direction-button {
    padding: 12px;
    background-color: #ffc107;
    color: white;
    border: none;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
}

.share-button:hover {
    background-color: #127e6c;
}

.direction-button:hover {
    background-color: #e0a800;
}

.detail-link:hover {
    background-color: #0056b3;
}

/* موبایل */
#mobileDetails {
    position: fixed;
    overflow-y: auto; /* فعال کردن اسکرول عمودی */
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-color: white;
    display: none;
    transition: transform 0.3s ease-in-out;
    border-radius: 12px;

}

#mobileDetailsContent {
    padding: 10px;
}


/* پیش‌فرض برای دسکتاپ */
.description {
    text-align: right;
    padding: 10px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* فقط در حالت موبایل */
@media (max-width: 768px) {
    .description {
        text-align: justify;
    }
}



.mobile-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.mobile-gallery a {
    flex: 1 1 calc(33.333% - 8px); /* سه‌تا در یک ردیف */
    max-width: calc(33.333% - 8px);
}

.mobile-gallery img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}






/* دسکتاپ */
#desktopDetails {
    position: fixed;
    right: -300px; /* مخفی بودن باکس در ابتدا */
    top: 0;
    width: 300px;
    height: 100%;
    background-color: white;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#desktopDetails.open {
    right: 0; /* وقتی باز میشه از سمت راست میاد */
}

#desktopDetailsContent {
    padding: 10px;
}

.close-details {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f44336;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

#desktopDetailsSidebar {
    position: fixed;
    top: 0;
    right: -300px; /* باکس خارج از صفحه شروع می‌شود */
    width: 300px;  /* عرض باکس */
    height: 100%;
    background-color: white;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out; /* انیمیشن روان برای ورود باکس */
    z-index: 9999; /* مطمئن شویم که باکس روی نقشه است */
}

#desktopDetailsSidebar.open {
    right: 0; /* زمانی که باکس باز می‌شود، در سمت راست قرار می‌گیرد */
}

#desktopDetailsSidebar button {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
}



.custom-card {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    aspect-ratio: 1 / 1; /* مربع */
    object-fit: cover;
    object-position: center;
    border-radius: 0; /* حذف گوشه گرد */
}


.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    font-size: 1rem;
    color: #6c757d;
}

.btn-primary {
    width: 100%;
}
.square-img {
    width: 100%;
    aspect-ratio: 1 / 1; /* مربع */
    object-fit: cover;
    object-position: center;
    border-radius: 0 !important; /* اطمینان از حذف گوشه گرد */
}




#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.7); /* ← شفافیت پس‌زمینه */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 8px solid rgba(243, 243, 243, 0.3); /* حلقه‌ی بیرونی شفاف */
    border-top: 8px solid #3498db; /* رنگ چرخش */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.checkbox-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
    max-height: 250px;
    overflow-y: auto;
    position: relative;
    background-color: #fafafa;
}

.search-input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
}


.hide-scrollbar {
    -ms-overflow-style: none; /* IE و Edge */
    scrollbar-width: none; /* Firefox */
  }
.hide-scrollbar::-webkit-scrollbar {
display: none; /* Chrome, Safari */
}


.filter-btn {
    background-color: white;
    border: 1px solid #ccc;
    color: #333;
    padding: 5px 12px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    cursor: pointer;
}

.filter-btn.active {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

/* فاصله به‌جای margin دکمه‌ها، فقط از gap استفاده می‌کنیم */
#filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: start; /* دکمه‌ها بچسبن به هم از راست */
}

  
#places-strip::-webkit-scrollbar {
    height: 6px;
}
#places-strip::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.fixed-menu a {
    color: inherit;
    text-decoration: none;
}

.fixed-menu a:visited {
    color: inherit;
}

.fixed-menu a:hover {
    color: inherit;
}
#place-info-panel {
    position: fixed;
    transform: translateX(100%);  /* پنل در ابتدا مخفی است */
    transition: 0.3s;
    z-index: 9999;
    background: white;
    max-width: 400px;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
}



/* تنظیم عرض برای حالت دسکتاپ */
@media screen and (min-width: 769px) {
    #place-info-panel {
        max-width: 600px;  /* افزایش عرض در دسکتاپ */
    }
}

/* تنظیمات برای تصاویر گالری */
#gallery a {
    display: inline-block;
}

@media (max-width: 768px) {
    #place-info-panel {
        bottom: 0;
        top: auto !important;
        height: 60vh;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        position: fixed;
    }
}


.description-textareaa {
    height: 400px !important;
}


.fixed-menu {
    left: 0;
    right: 0;
}


.drag-scroll {
  scroll-snap-type: x mandatory;
}

.drag-scroll > .card {
  scroll-snap-align: start;
}


.sticky-top {
    z-index: 999;
}


.date-select-wrapper {
    display: flex;
    gap: 8px; /* فاصله بین فیلدها */
    flex-wrap: wrap;
}

.date-select-container {
    display: flex;
    flex-direction: column;
    flex: 1; /* هر select فضای مساوی بگیره */
}

.date-select-label {
    font-size: 0.75rem;
    color: #555;
    margin-bottom: 2px;
    font-weight: 500;
}

.date-select {
    padding: 6px 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #f1f5f9;
    appearance: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.date-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 6px rgba(13, 110, 253, 0.3);
    outline: none;
    background-color: #fff;
}

/* کارت مربعی واکنش‌گرا */
.square-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-bottom: 100%; /* نسبت 1:1 */
  position: relative;
  overflow: hidden;
}

.square-card .card-body {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem; /* فاصله داخلی */
}

.square-card img {
  width: 50%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.card-title {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

/* تغییرات برای موبایل */
@media (max-width: 576px) {
  .square-card .card-body {
    padding: 0.5rem;
  }
  .square-card img {
    width: 60%;
  }
  .card-title {
    font-size: 0.8rem;
  }
}



.icon-tooltip {
    position: relative;
    display: inline-flex;   /* مهم */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
}

.icon-tooltip img {
    width: 20px;            /* حتماً مشخص کن */
    height: auto;
    display: block;         /* مهم */
    transition: transform 0.2s ease;
}

.icon-tooltip:hover img {
    transform: scale(1.1);
}

.tooltip-text {
    position: absolute;
    top: 110%;              /* به جای bottom */
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    z-index: 9999;
    pointer-events: none;   /* مهم */
}

.icon-tooltip:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}




.icon-tooltipp {
    position: relative;
    display: inline-flex;   /* مهم */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
}

.icon-tooltipp img {
    width: 15px;            /* حتماً مشخص کن */
    height: auto;
    display: block;         /* مهم */
    transition: transform 0.2s ease;
}

.icon-tooltipp:hover img {
    transform: scale(1.1);
}

.tooltipp-text {
    position: absolute;
    top: 110%;              /* به جای bottom */
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    z-index: 9999;
    pointer-events: none;   /* مهم */
}

.icon-tooltipp:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}
