/*
Theme Name: Astra child
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Home page css */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    font-family: "Inter", sans-serif;
}

.shape-color .elementor-shape .elementor-shape-fill {
    color: #A5E5E617;
}

/**  Main menu css***/
.hide-on-desk{
    display: none !important;
}
.um span.um-req{
	color: red !important;
}
@media (max-width: 765px) {
    .hide-on-desk{
        display: block !important;
    }
}
/** ultiment member page css***/
.page-id-2898 .entry-header, .page-id-3324 .entry-header,.page-id-2902 .entry-header{
    margin-bottom: 1.5em;
    text-align: center;
}
.e-con.e-flex>.e-con-inner{
    justify-content: center;
}
.page-id-3324 .um input[type=submit].um-button, .page-id-2898 .um input[type=submit].um-button{
    background-color: #1dbfc1;
    border-radius: 8px !important; 
}
.page-id-3324 .um .um-button.um-alt{
    background-color: #1dbfc1;
    color: #fff;
    box-shadow: none;
}
.page-id-3324 .um input[type=submit].um-button:hover,.page-id-3324 .um .um-button.um-alt:hover,.page-id-2898 .um input[type=submit].um-button:hover{
    background-color: #fff;
    color: #1dbfc1;
    border-color: #1dbfc1 !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-radius: 8px !important;
}
/* booking popup  css */ 
.therapist-button-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;

}
button.view-info-btn,.button.view-book-btn {
    border-radius: 8px;
    text-align: center;
}
.button.view-book-btn:hover,.button.view-book-btn:active,.button.view-book-btn:focus{
    background-color: #1dbfc1;
    color: #fff;
    border-color: #1dbfc1 ;
    border-style: solid;
    border-width: 2px ;
}
.our-therapists-link{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px 0px;
}
.our-therapists-link a.button{
    border-radius: 8px;
}
.our-therapists-link a.button:hover{
    background-color: #1dbfc1;
    color: #fff;
    border-color: #1dbfc1 ;
    border-style: solid;
    border-width: 2px ;
    border-radius: 8px;
}
@media (max-width: 1024px) {
    .therapist-button-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 20px;
    }
}
/* Member page popup css */
.modal-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.user-profile{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 900px;
    height: auto;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: auto;
    margin: 0 auto;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
    display: flex;
    /* overflow: hidden; */
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 3px solid #e5e5e5;
}

.left-panel {
    width: 30%;
    /*background: #1a1a2e;*/
    color: white;
    border-radius: 12px;
}

.left-panel .user-details {
    padding: 20px;
}

.left-panel img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
    object-position: center !important;
    border-radius: 8px !important;
}

.left-panel .user-details p {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.left-panel p {
    font-size: 14px;
    margin: 0 0 20px;
}

.left-panel a {
    color: #fff;
    text-decoration: none;
}

.left-panel .social-icons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #1b1b1b;
}

.left-panel .social-icons i {
    margin: 0 5px;
    font-size: 18px;
    cursor: pointer;
    font-family: "Font Awesome 5 Brands" !important;
}

.right-panel {
    width: 70%;
    padding: 10px 40px;
}

.right-panel h2 {
    margin: 0 0 15px;
    font-size: 45px;
    font-weight: 700;
    color: #1b1b1b;
    text-transform: capitalize;
}

.right-panel h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1b1b1b;
    margin-bottom: 15px;
}

.right-panel h4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #1b1b1b;
    border-bottom: 1px solid #ccc;
}

.right-panel p {
    font-size: 15px;
    line-height: 1.6;
    color: #1b1b1b;
    margin-bottom: 20px;
}

.back-link {
    margin-top: 20px;
    display: inline-block;
    color: #1b1b1b;
    text-decoration: none;
    font-size: 14px;
}

.back-link i {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free" !important;
}

.back-link:hover,
.back-link:focus {
    color: #1b1b1b;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .user-profile {
        height: 650px;
    }

    .container {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .left-panel {
        width: 100%;
    }

    .right-panel {
        width: 100%;
        padding: 20px;
    }

    .left-panel img {
        height: 400px !important;
        object-position: 0 -40px !important;
    }
}

@media (max-width: 600px) {
    .user-profile {
        padding: 20px;
    }

    .right-panel {
        padding: 20px 0 0;
    }

    .right-panel h2 {
        font-size: 24px;
    }

    .right-panel h3,
    .right-panel h4 {
        font-size: 16px;
    }

    .right-panel p {
        font-size: 13px;
    }

    .left-panel img {
        height: 250px !important;
        object-position: 0 -25px !important;
    }
}

/* Therapist User Profile CSS  */
.therapist-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.therapist-wrap .user-profile-box {
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 20px;
    /*cursor: pointer;*/
    padding: 0.8em;
    padding-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
}

.therapist-wrap .user-profile-box img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    border-radius: 14px;
}

.therapist-wrap .user-profile-box h2 {
    text-transform: capitalize;
    color: #1b1b1b;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.therapist-wrap .user-profile-box h5 {
    font-size: 16px;
    line-height: 22px;
    color: #1b1b1b;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.therapist-wrap .user-profile-box p {
    font-size: 16px;
    line-height: 22px;
    color: #1b1b1b;
    font-weight: 400;
    padding: 0;
    margin: 0;
    height: calc(2* 1.4rem);
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .page-id-3325 .site-content {
        padding-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .therapist-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .therapist-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-id-3325 .site-content {
        padding-top: 40px;
    }
}