
.single-doctor-box:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    cursor: pointer;
}

.red{
    color: red;
}

.page-title-area ul.breadcrumb{
    background-color: transparent;
}

section.faq-area {
    margin-top: 20px;
    margin-bottom: 20px;
}


.mobile-footer {
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 25px;
    background-color: #ffffff;
    z-index: 1000;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 15px;
    border: 2px solid #0abab5;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}


.mobile-footer .nav-link{
    color: #1d1d1d !important;
    font-size: 12px;
    font-weight: 600;
}

.mobile-footer .nav-link i{
    margin-top: 5px;
    font-size: 23px!important;
    font-weight: 600;

}




.floating-buttons {
    position: fixed;
    bottom: 120px;
    left: 10px;
    z-index: 1000;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}

.floating-buttons .btn-floating.instagram {
    background-color: #E4405F;
    color: #fff;
}

.floating-buttons .btn-floating.whatsapp {
    background-color: #25D366;
    color: #fff;
}

.floating-buttons .btn-floating {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.floating-buttons .btn-floating.call {
    background-color: #007BFF;
    color: #fff;
}

.physiotherapist-introduction {
    background-color: #607d8b;
    padding: 50px 15px;
    text-align: center;
}

.physiotherapist-introduction img{
    border-radius: 25px!important;
}

.physiotherapist-introduction h2 {
    color: #fff!important;
    font-size: 25px;
    line-height: 3;
    margin-bottom: 20px;
}

.physiotherapist-introduction .content-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.physiotherapist-introduction .content-info {
    text-align: right;
    color: #fff;
}

.physiotherapist-introduction .physio-name {
    color: #fff!important;
    font-size: 20px;
    margin-bottom: 10px;
}

.physiotherapist-introduction .physio-medical-info {
    color: #fff!important;
    font-size: 18px;
    margin-bottom: 10px;
}

.physiotherapist-introduction .resume {
    font-size: 14px;
    line-height: 1.8;
}

.physiotherapist-introduction .resume-list {
    padding: 0;
    margin: 0;
}

.physiotherapist-introduction .resume-list li {
    margin-bottom: 10px;
}

.discount_code-well h2 {
    color: #1f0e09!important;
    font-size: 22px;
    padding-bottom: 8px;
}

.discount_code-well .cs-code {
    background: rgba(67,205,103,.08);
    color: #029a4f;
    padding-left: 20px;
    padding-right: 20px;
    font-family: monospace;
    border: 2px dashed rgba(67,205,103,.35);
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    direction: ltr;
    cursor: copy;
    word-break: break-word;
    font-size: 22px;
}

.discount_code-well p {
    color: #00141d!important;
    font-weight: 600;
}

.well-order-call ul{
    list-style: none;
    text-align: center;
    font-weight: 600;
    padding: 0px;
}

.mgt20{
    margin-top: 20px;
}

.mgb20{
    margin-bottom: 20px;
}


.mgt40{
    margin-top: 20px;
}

.mgb40{
    margin-bottom: 20px;
}

h2{
    font-size: 24px!important;
}

h3{
    font-size: 22px!important;
}

h2,h3{
    color: #424545 !important
}
.content h2{
    font-size: 22px;
    padding-top: 15px;
    margin-bottom: 20px;
    color: #0ABAB5;
    font-weight: 600;
}

.content h3{
    font-size: 18px;
    padding: 10px;
    text-align: right;
    color: #15c8b7!important;
}

.content h4{
    font-size: 16px;
    padding: 10px;
    text-align: right;
    color: #15c8b7!important;
}

.feature-bx2 .icon-content p {
    font-size: 13px!important;
    margin-bottom: 20px;
    text-align: justify!important;
}

.table-session-times{

}

.table-session-times .badge{
    font-size: 15px;
    color: #333;
    margin-right: 4px;
}

.white{
    color: #fff!important;
}

.well-order-call ul li{
    font-size: 27px;
}

.top-header a{
    font-size: 14px;
    background: #0ABAB5;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.contact-area p {
    text-align: justify!important;
    color: #000;
}

ol{
    margin-top: 20px;
    margin-bottom: 20px;
}

ol li{
    padding-bottom: 30px;
}

.image-ghallery-box{
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 55px 5px rgb(137 173 255 / 20%);
    box-shadow: 0 10px 55px 5px rgb(137 173 255 / 20%);
    padding: 10px 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.image-ghallery-box:hover {
    padding: 15px 10px;

}

.clinic-details-image {
    text-align: center;
    padding: 30px;
}

.clinic-details-image h3{
    font-size: 15px;
    font-style: italic;
}

.clinic-details-desc p{
    text-align: justify;
}

.breadcrumb-item+.breadcrumb-item::before {
    margin-left: 10px;
}

.services-features-list {
    list-style: none;
}

.services-features-list .flaticon-check-mark{
    color: #0ABAB5;
    padding-left: 5px;
}

.well-order-call {
    text-align: center;
    margin: 0 auto;
    background-color: #f1f1f1;
    padding: 25px;
    width: 65%;
    color: #fff;
    border-radius: 20px;
}

.well-order-call h2 {
    text-align: center !important;
    color: #0ABAB5;
    font-size: 20px;
}

.well-order-call p {
    text-align: center !important;
    color: #000!important;
}

.well-location-details {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 2px solid #03a9f43d;
    padding: 15px;
    border-radius: 20px;
}

.discount_code-well{
    color : #424547;
}

.content-video-gallery video{
    background-color: #0bb3af;
    border-radius: 15px;
}

.content-video-gallery h3{
    font-size: 16px;
    padding: 10px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    color: #ff9800!important;
    background-color: whitesmoke;
}




.blog-area .blog-posts .post-content h2{
    color: #0abab5!important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.blog-area .single-blog-post .post-content h3 a{
    font-size: 15px!important;
    font-weight: 500;
    color: #1f1f1f!important;
}


.blog-area .blog-posts .post-content p{
    text-align: justify;
    font-size: 13px;
}

.blog-area .blog-posts .post-image img{
    /*height: 300px;*/
}

.main-services-box {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 10px 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.main-services-box {
    text-align: right;
    min-height: 250px;
}

.main-services-box h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.main-services-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: justify;
    font-size: 13px;
}
.btn-primary {
    background: #0ABAB5;
    color: #fff;
}

.main-services-box h3 a:hover {
    color: #0ABAB5 !important;
}

.main-services-box h3 a {
    color: #121521;
}

.well-location-details h3{
    font-size: 20px;
    color: #0cc1b0;
    font-weight: 600;
}

.well-location-details p{
    text-align: justify ;
}

section.section-1 {
    background-color: #f4f4f4;
    border-bottom: 2px solid #0cac9d33;
}


section.section-3 {
    background-color: #80d1d5;
}


.section-3-2{
    background-color: #607d8b;
    padding: 20px;
}

.section-3-2 .contact-info{
    padding: 0px;
}

.section-3-2 .contact-info p,.section-3-2 .contact-info a{
    color: #fff;
}

.section-heading-line{
    content: '';
    display: block;
    width: auto;
    height: 2px;
    background: #30bbae;
    border-radius: 25%;
    margin-top: 5px;
    margin-bottom: 25px;
}

.blog-details-desc .content-relat {
    font-size: 19px;
    color: #ffffff;
    background-color: #0ABAB5;
    padding: 15px 15px 0px 15px;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-details-desc .content-relat h3 {
    padding-top: 15px;
    font-size: 19px;
    color: #fff!important;
    font-weight: 600;
}

.blog-details-desc .content-relat p {
    line-height: 3;
    text-align: justify;
    font-size: 15px;
    color: #fff;
}

.blog-details-desc .content-relat a{
    padding-left: 5px;
    padding-right: 5px;
}

.blog-details-desc .content-relat a:hover{
    color: #13202f;
    padding-left: 2px;
    padding-right: 2px;
}

.footer-area #copyright{
    text-align: center;
    padding-bottom: 30px;
}


.faq-area h2{
    color: #00bcd4;
    font-size: 22px;
    text-align: center;
}
#accordion8 .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion8 .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
}
#accordion8 .panel-title a{
    display: block;
    padding: 20px 30px 20px 50px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #20457c;
    position: relative;
    transition: all 0.5s ease 0s;
    border: 1px solid #20457c;
    border-radius: 5px;
}
#accordion8 .panel-title a.collapsed{
    background: #fff;
    color: #696969;
    border: 1px solid #20457c;
    border-radius: 5px;
}
#accordion8 .panel-title a:after,
#accordion8 .panel-title a.collapsed:after{
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25%;
    left: -13px;
    background: #a91739;
}
#accordion8 .panel-title a.collapsed:after{
    content: "\f107";
    background: #e94c6f;
}
#accordion8 .panel-title a.collapsed:hover{
    background: #f1f1f1;
    color: #20457c;
}
#accordion8 .panel-body{
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 25px;
    background: #ff9800;
    padding: 10px 10px 10px 30px;
    border: none;
    transition: all 0.5s ease 0s;
}

.article-content a{
    font-weight: 600;
    color: #0b5ba2;
}

.white{
    color: #fff!important;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.location-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    background: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.location-card h3 {
    margin-top: 0;
    font-size: 18px;
    color: #333;
}
.location-card p {
    font-size: 14px;
    color: #555;
}
.location-card img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
}
.location-card img:hover {
    transform: scale(1.02);
}

/* Lightbox */
#lightbox-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}
#lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    animation: zoomIn 0.3s ease;
}

/* استایل کلی بخش تماس */

section{
    margin-top: 30px;
    margin-bottom: 30px;
}


.contact-info {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.contact-info ul li a {
    font-size: 22px!important;
}

.contact-info ul li a:hover{
    color: #fff!important;
}



.contact-info p {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.5;
}

/* استایل برای شماره‌های تماس */
.phone-numbers {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.phone-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #0abab5;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.phone-item i {
    color: #ffffff;
    font-size: 18px;
}

.phone-item a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.phone-item a:hover {
    text-decoration: underline;
}

.navigation-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.btn-nav {
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/* استایل نقشه */
.google-map {
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.google-map iframe {
    width: 100%;
    height: 250px;
    border: none;
    border-radius: 8px;
}


@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

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

    h1{
        font-size: 18px;
    }
    h2 {
        font-size: 15px;
    }
    h3 {
        font-size: 15px;
    }


    .main-services-box p{
    }
}

@media only screen and (max-width: 768px) {
    /*!
     *  mobile css
     */



    h1{
        font-size: 18px;
    }
    h2 {
        font-size: 15px;
    }
    h3 {
        font-size: 15px;
    }


    .page-title-area{
        display: none!important;
    }

    .main-services-box p{
    }

    .fovia-responsive-nav {
        display: block;
    }

    .fovia-responsive-nav .logo{
        width: 60px;
        display: inline-block;
    }

    .content-video video{
        width: 320px;
    }

    .call-header-box{
        margin-right: 60px;
        margin-top: -50px;
    }

    .call-header-box .btn-tel{
        font-size: 14px;
        background: #0ABAB5;
        color: #fff;
        padding: 5px;
        border-radius: 10px;
    }

    .about-area .about-content p,.about-area .about-content ul li{
        font-size: 12px!important;
    }

    .call-header-box .btn-tel i{
        font-size: 10px;
        padding-left: 5px;
    }

    .top-header-mobile{
        background-color: #0ABAB5;
        padding: 5px;
    }

    .top-header-mobile .thm-center{
        margin: 0 auto;

    }
    .top-header-mobile .thm-center .thm-center-p{
        color: #ffff;
        font-weight: 600;
        font-size: 13px;
    }

    .top-header-mobile .thm-center p{
        font-size: 11px;
        color: #f5f9fa;
    }

    .about-content h1{
        font-size: 18px;
    }


    #app {

        position: fixed;
        display: block!important;
        bottom: 130px;
        z-index: 99999;
        left: 35px;
        width: 60px;
        height: 60px;
        background-color: #0ABAB5;
        color: #fff;
        font-size: 27px;
        padding: 15px;
        line-height: 1;
        border-radius: 50%;
        animation: pulse 1s cubic-bezier(0,0,0,0) 0.3s infinite;
    }

    #app i {
        text-shadow: 0 2px 10px #0ABAB5;
        animation: changeSize 1s cubic-bezier(0,0,0,0) 0s infinite;
        color: white;
    }

    @keyframes pulse {
        0% {box-shadow: 0 0 0 0 #fddcda;}
        25% {box-shadow: 0 0 0 10px #fddcda;}
        50% {box-shadow: 0 0 0 20px #fef2f2;}
        75% {box-shadow: 0 0 0 30px #fef2f1;}
        100% {box-shadow: 0 0 0 40px #fff;}
    }

    @keyframes changeSize {
        0% { transform: scale(1); }
        25% { transform: scale(1.2); }
        50% { transform: scale(0.8); }
        75% { transform: scale(1.1); }
        100% { transform: scale(1); }
    }

    .main-services-area h2 {
        font-size: 18px;
        padding: 10px;
        text-align: center;
        margin-bottom: 20px;
        line-height: 2.5;
    }

    .well-order-call{

        width: 90%;
    }

    .well-order-call p{
        color: #111!important;
    }

    .main-services-area .main-services-box .btn{
        padding: 12px!important;
        font-size: 14px!important;
    }

    .section-2 .main-services-box
    {
        margin-right: 30px;
        margin-left: 30px;
    }

    .single-footer-widget .opening-hours li {
        font-size: 12px;
    }


}
