/* GLOBAL */

:root {
    --font-family: "Roboto", sans-serif;
    --primary-color: rgba(9, 123, 153, 1);
    --gradient-background: linear-gradient(90deg,
            rgba(81, 190, 205, 1) 0%,
            rgba(29, 108, 158, 1) 50%,
            rgba(48, 65, 133, 1) 100%);
}

* {
    font-family: var(--font-family);
}

body {
    margin: 0px;
}

/* Section 1 */

.book-a-session-cta {
    width: auto;
    padding: 20px 0 !important;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    color: #ffffff;
    background: var(--gradient-background);
    border-radius: 30px;
    cursor: pointer;
}

.bac-width-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}

.book-a-session-container-mobile {
    display: none;
}

.book-a-session-container {
    background-image: url("/images/book-a-session/Section-1-bg.png");
    /* height: 65vh; */
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.bac-heading {
    padding-top: 32px;
}

.bac-subHeading {
    margin-top: 12px;
}

.bac-subHeading p{
    color: #FFF;
    text-align: center;
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    line-height: 30px;
    margin: 0;
}

.bac-heading h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Lato';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 85px;
    margin: 0;
}

.bac-form-lhs>p {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.list-points {
    display: flex;
    flex-direction: row;
    /* margin-bottom: 36px; */
    gap: 20px;
}

.list-points img {
    object-fit: contain;
}

.list-points span {
    font-weight: 700;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 36px;
}

.list-points p {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 500;
}

.bac-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
    margin-top: 20px;
}

/* Form  */

.colorful-form {
    width: 100%;
    max-width: 476px;
    height: max-content;
    margin: 0 auto;
    padding: 36px 48px;
    background-color: #fff;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    position: relative;
    top: 25px;
}

.bac-lastSubHeading {
    margin-top: 16px;
}

.bac-lastSubHeading p{
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.bac-lastSubHeading p span{
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.bac-lastFormSubHeading p {
    color: #FFF !important;
}

.bac-lastFormSubHeadingSpan{
    color: #F2DDBE !important;
}

.form-subheading {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Lato';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    margin-bottom: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
}

.form-input {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
    font-family: "Quicksand";
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    color: rgba(0, 0, 0, 0.87);
}

.appointment-form-input {
    width: 500px;
}

textarea.form-input {
    overflow-y: auto;
    resize: none;
    height: 100px;
}

.form-button {
    display: block;
    font-family: 'Sora';
    width: 60%;
    padding: 10px;
    cursor: pointer;
    margin: 0 auto;
    transition: background-color 0.3s ease;
    margin-top: 32px;
}

/* Section 2 */

.how-we-help-container {
    margin-top: 100px;
}

.plans-middle-mobile {
    display: none;
}

.common-heading {
    color: #4F78AB;
    text-align: center;
    font-family: 'Lato';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.how-we-help-container-headings h3 {
    color: var(--Primary-Colors-Color-1, #0A1316);
    text-align: center;
    font-family: Lato;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin: 12px 0 44px 0;
}

.how-we-help-section {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.how-we-help-plans {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.how-we-help-plans img {
    width: 80px;
    height: 80px;
}

.plans-content h4 {
    color: var(--Neutral-Colors-800, #111);
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    display: inline-block;
    position: relative;
}

.plans-content h4:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    border-bottom: 1px solid;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.50);;
}

.plans-content .personalized-plans:after,
.plans-content .flexible-scheduling:after,
.plans-content .confidential-support:after,
.plans-content .evidenence-based:after,
.plans-content .affordable-service:after {
    width: 68%;
}

.plans-content .experienced-therapists:after {
    width: 52%;
}

.plans-lhs, .plans-rhs {
    margin-top: 30px;
}

.plans-content p {
    color: #000;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 24px;
}

/* About us  */

.about-us-mobile{
    display: none;
}

.about-us-container {
    background-image: url("/images/book-a-session/about-us-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.about-us {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    padding-top: 32px;
}

.about-us-lhs {
    position: relative;
    top: 36px;
}

.about-us-rhs {
    margin-top: 84px;
}

.intro h2 {
    text-align: left;
}

.intro h3 {
    color: #000;
    font-family: "Lato";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 8px 0 0 0;
}

.intro p {
    color: #000;
    font-family: "Quicksand";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}

.profession-experience {
    display: flex;
    gap: 12px;
    margin: 24px 0 24px 4px;
}
 
.profession-experience h4 {
    color: var(--Neutral-Colors-800, #111);
    font-family: 'Quicksand';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
}

.experience-ul li {
    color: #000;
    font-family: Quicksand;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

/* Section 3 */

.why-we-container {
    background: var(--gradient-background);
    padding: 80px;
}

.why-me-workex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.why-me-workex {
    text-align: center;
}

.why-me-workex-count {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Lato';
    color: #ffffff;
    display: block;
    margin-bottom: 16px;
}

.why-me-workex-text {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lato';
    color: #ffffff;
    display: block;
}

/* Section 5 Testimonials */
.testimonials-section-container {
    background-image: url("../images/home/testimonials.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px 0 150px 0;
}

.testimonials-section-main {
    text-align: center;
    max-width: 80%;
}

.testimonials-section-name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: rgba(79, 120, 171, 1);
    font-family: 'Lato';
    margin-bottom: 16px;
    text-transform: uppercase;
}

.testimonials-section-heading {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 48px;
    font-family: 'Lato';
}

.testimonials-cards-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 3fr));
    gap: 20px;
    justify-content: center;
    align-items: stretch;

}

.testimonial-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    max-width: 450px;
    min-height: 50px;
    max-height: auto;
    margin: 16px auto;
}

.testimonial-card-border-light {
    border-left: 4px solid rgba(97, 133, 189, 1);
}

.testimonial-card-border-dark {
    border-left: 4px solid rgba(39, 61, 88, 1);
}

.testimonial-card p {
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    color: #555555;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

.owl-carousel {
    display: grid !important; /* Hide carousel by default */
}

/* Section 6 */

.appointment-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: -webkit-fill-available;
}

.appointment-form {
    margin: 0;
    background-color: unset;
    border: unset;
    padding: 0;
    max-width: 500px;
}

.appointment-lhs {
    background-image: url("../images/book-a-session/appointment-lhs.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 80px 80px 150px;
    width: 80%;
    height: 100%;
    position: relative;
    bottom: 80px;
}

.appointment-lhs h4 {
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 12px;
    /* 110% */
}

.appointment-lhs h2 {
    color: var(--Neutral-Colors-100, #FFF);
    font-family: Lato;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

.appointment-form .form-label {
    color: #FFF;
} 

.appointment-bac-btn{
    background: #3C78C3;
    margin-top: 48px;
    width: 65%;
    padding: 20px;
}


.appointment-bac-btn:hover {
    background-color: #22538e;
}

.appointment-rhs {
    background-image: url("../images/book-a-session/Appointment-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* Form Submitted Modal Css */

.modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.modal-submit {
    margin-top: 80px !important;
    position: relative;
    width: 22.375rem;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: white;
    background-color: #fff;
    border-radius: 16px;
    align-items: center;
    margin: 0 1rem;
}

.modal-image {
    position: relative;
}

.modal-image .modal-bg-image {
    width: 100%;
}

.modal-content {
    padding: 1.5rem;
    padding-top: 30px;
}

.modal-image .modal-cross-icon {
    width: 15px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.modal-heading {
    color: rgb(12, 113, 195);
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    margin: 1rem;
    text-align: center;
}

.modal-subtext {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    font-family: Quicksand, sans-serif;
    text-align: center;
    font-weight: 500;
}

.modal-ok-cta {
    border-radius: 8px;
    background-color: rgb(12, 113, 195);
    color: #fff;
    margin: 0 auto;
    max-width: 30%;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    padding: 10px;
}

#confirmation-tick {
    width: 30%;
    position: absolute;
    top: 96px;
    right: 35%
}

.modal-ok-button {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-family: Quicksand;
    font-weight: 700;
}


@media (max-width: 768px) {

    .book-a-session-container {
        display: none;
    }
    
    .book-a-session-container-mobile {
        display: block;
        margin-top: 60px;
    }

    .mobile-view-bac-container {
        background-image: url("/images/book-a-session/Section-1-bg.png");
        /* height: 65vh; */
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 70px;
    }

    .bac-heading {
        padding: 24px 0 0 0;
    }

    .bac-form {
        flex-direction: column;
        margin-top: 12px;
    }

    .bac-form-lhs {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .bac-subHeading {
        margin-top: 8px;
    }

    .bac-subHeading p {
        font-size: 18px;
        line-height: 1.5;
    }

    .bac-heading h1 {
        font-size: 24px;
        font-weight: 800;
        line-height: 150%;
    }

    .bac-form-lhs {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .bac-form-lhs>p {
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        text-align: center; 
        margin-bottom: 0;
        margin-top: 10px;
    }
    
    .list-points {
        align-items: center;
        gap: 12px;
    }
    
    .list-points img {
        width: 40px;
        height: 40px;
        margin-top: 6px;
    }

    .list-points p {
        font-size: 16px;
        line-height: 1.2;
        margin: 0;
    }

    .list-points span {
        font-weight: 600;
        font-size: 16px;
    }


    .colorful-form {
        max-width: 300px;
        margin: 0 auto;
        padding: 20px;
        bottom: 52px;
        top: unset;
    }

    .form-button {
        width: 80%;
    }

    .form-group {
        margin-bottom: 16px;
    }

    .form-label {
        margin-bottom: 8px;
    }
    
    .how-we-help-container {
        margin: 0;
        background: #f8f8f8;
        padding: 32px 0;
    }

    .common-heading {
        font-size: 16px;
    }

    .how-we-help-container-headings h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 0;
    }

    .how-we-help-section {
        flex-direction: column;
        gap: 16px;
        margin-top: 10px;
    }

    .how-we-help-plans {
        flex-direction: row-reverse;
        gap: 12px
        ;
    }

    .how-we-help-plans-rhs {
        flex-direction: row;
        gap: 12px;
    }

    .plans-lhs, .plans-rhs {
        margin: 0;
    }

    .plans-middle{
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .plans-middle-desktop {
        display: none;
    }

    .plans-middle-mobile {
        display: block;
    }
    
    .plans-content h4 {
        font-size: 20px;
    }

    .plans-content p {
        font-size: 18px;
    }

    .how-we-help-plans img {
        width: 60px;
        height: 60px;
    }

    .about-us {
        flex-direction: column-reverse;
        gap: unset;
    }

    .about-us-rhs {
        margin: 0;
    }
    
    .intro h2 {
        text-align: center;
    }

    .intro h3 {
        font-size: 24px;
        text-align: center;
    }

    .intro p {
        font-size: 18px;
    }

    .profession-experience  {
        margin: 16px 0 8px 0;
    }

    .profession-experience h4 {
        font-size: 20px;
    }

    .experience-ul {
        margin-bottom: 0;
        padding-left: 28px;
    }

    .experience-ul li {
        font-size: 18px;
    }

    .about-us-desktop {
        display: none;
    }
    
    .about-us-mobile {
        display: block;
    }
    
    .about-us-lhs {
        margin: 0 auto;
    }
    
    .why-we-container {
        padding: 60px 0 48px 0;
    }

    .why-me-workex-container {
        flex-direction: column;
        gap: 24px;
    }

    .why-me-workex-text {
        font-size: 24px;
        font-weight: 400;
    }

    .why-me-workex-count {
    margin-bottom: 4px;
    }

    .testimonials-section-container {
        padding: 32px 0;
    }

    .testimonials-section-name {
        font-size: 16px;
    }

    .testimonial-card {
        width: 100%;
        margin: 0;
        
    }
    .testimonials-cards-container {
        display: none;
        min-width: 250px;
    }
    .testimonials-section-heading {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .testimonial-card p {
        font-size: 16px;
    }

    .owl-carousel {
        display: block !important; /* Show carousel on mobile */
    }

    .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .owl-carousel .owl-nav button {
        display: none;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: #A8BBD2 !important;
        color: unset;
    }

    .owl-dots {
        text-align: center;
        margin-top: 20px
    }
    .owl-dot.active {
        background-color: red !important;
    }

    .owl-dot {
        display: inline-block;
        height: 12px;
        width: 12px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 5px;
        cursor: pointer;
    }

    .owl-dot active {
        background-color: #ffffff;
    }


    .owl-carousel button.owl-dot.active {
            background-color: #4F78AB !important;
    }
    .owl-carousel button.owl-dot {
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .appointment-container {
        height: auto;
        overflow-x: hidden;
    }
    
    .appointment-lhs {
        position: unset;
        padding: 32px 24px;
        height: max-content;
        width: 100%;
    }

    .appointment-rhs {
        display: none;
    }

    .appointment-lhs h4 {
        font-size: 16px;
        text-align: center;
    }

    .appointment-lhs h2 {
        font-size: 24px;
        text-align: center;
        padding: 0 20px;
    }

    .appointment-form {
        bottom: unset;
        top: unset;
    }

    .appointment-form-input {
        width: 300px;
    }

    .appointment-bac-btn {
        width: 80%;
    }
    
    .about-us-container {
        margin-top: 0;
    }
}