@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');

::selection {
    background-color: #1F1F1F;
    color: white;
}

select option:checked {
    background-color: #0F4140;
    color: white;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

nav {
    background-color: #ececec;
    padding: 10px 50px 10px 50px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(27, 26, 26, 0.1);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

nav.scrolled {
    backdrop-filter: blur(25.4px);
    background: rgba(199, 199, 199, 0.38);
    box-shadow: 0 15px 17px rgba(0, 0, 0, 0.2)
}

.logo img {
    height: 60px;
}

.language-selector {
    align-content: center;
}

.menu {
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

.menu a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: start;
    padding: 10px 0px;
    position: relative;
}

.menu a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 10%;
    height: 80%;
    width: 2px;
    background: linear-gradient(180deg, #D67E0D 0%, rgba(255, 255, 255, 0.04) 100%);
}

.menu a:hover {
    opacity: 0.5;
    transform: scale(1.005);
    transition: all 0.1s ease;
}

.profile {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    /*padding-left: 40px;
    padding-right: 30px;*/

}


.profile-ar {
    padding-right: 200px;
}

.profile-fr {
    padding-left: 50px;
}

.profile-en {
    padding-left: 200px;
}
@media (min-width: 1092px) and (max-width: 1150px) {

    /* newer */
    .profile {
        padding-left: 50px !important;
    }
    [dir="rtl"] .profile {
        padding-left: 0px !important;
    }

    .profile-ar {
        padding-right: 200px;
    }

    .profile-fr {
        padding-left: 50px;
    }

    .profile-en {
        padding-left: 200px;
    }
}

.profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile span {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}



.menu-toggle div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

.menu-toggle:hover div {
    background-color: rgba(31, 31, 31, 1);

}
/* Section 1 */

.hero {
    position: relative;
    margin-top: 60px;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.landing-page {
    width: 100%;
    height: 100vh;
    background-image: url('../../images/kids-landing-page7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

/*.landing-page {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../../images/kids-landing-page1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.landing-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.landing-page > * {
    position: relative;
    z-index: 2;
}*/

/* Section 2*/
.therapy-section {
    display: flex;
    align-items: center;
    /*gap: 50px;*/
    background-color: #f5f5f5;
    justify-content: space-between; /* distributes items across the row */
    align-items: center;
}

/*.therapy-section img {
    width: 50%;
    height: auto;
}*/

.therapy-section .therapy-image {
    background-image: url('../../images/kids-music-therapy.png');
    flex: 1;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: auto;
    min-height: 350px;
}

.therapy-content {
    max-width: 50%;
    padding: 0px 60px 0px 60px;
}

.therapy-content h2 {
    font-size: 28px;
    color: #1F1F1F;
    font-weight: 600;
}

.therapy-content p {
    font-size: 16px;
    line-height: 24px;
}

.therapy-section2 {
    display: flex;
    /*gap: 50px;*/
    align-items:center;
    background-color: #f5f5f5;
}

/*.therapy-section2 img {
    width: 50%;
    height: auto;
}*/

.therapy-section2 .therapy-image2 {
    background-image: url('../../images/kids-music-therapy2.png');
    flex: 1;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: auto;
    min-height: 350px;
}

.therapy-content2 {
    max-width: 50%;
    padding: 0px 60px 0px 60px;
}

.therapy-content2 h2 {
    font-size: 28px;
    color: #1F1F1F;
    font-weight: 600;
}

.therapy-content2 p {
    font-size: 16px;
    line-height: 24px;
}


/* Sections 4*/

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    gap: 90px;
    background-color: #f5f5f5;
    flex-wrap: wrap;
}

.card {
    width: 250px;
    height: 227px;
    gap: 10px;
    border-radius: 5px;
    opacity: 0;
    background-color: white;
    text-align: center;
    box-shadow: 8px 8px 0px 0px #FB8A2ECC;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.card img {
    width: 50px;
    height: 50px;
    margin-top: 20px;
}

.card h3 {
    font-size: 20px;
    margin: 15px 0;
}

.card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 15px;
    color: #333;
}

.card:hover {
    opacity: 1;
    transform: translateY(-10px);
}

.section2-work {
    background-image: url('../../images/section-how-work.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 {
    background-image: url('../../images/kids-therapy-backgeound.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-description {
    /*backdrop-filter: blur(25.4px);
    background: rgba(199, 199, 199, 0.38);*/
    width: 591px;
    /*height: 280px;*/
    height: 90%;
    position: absolute;
    text-align: center;
    color: white;
    text-transform: capitalize;
}

.section2 h2 {
    font-size: 31px;
    font-weight: bold;
}

.section2 p {
    font-size: 18px;
    margin: 20px 10%;
}

.section2 button {
    background-color: #FFFFFF;
    color: #D67E0D;
    width: 280px;
    height: 50px;
    padding: 10px 70px;
    gap: 10px;
    border-radius: 35px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    opacity: 1;
}

.section2 button:hover {
    background-color: #FB8A2ECC;
    color: #FFFFFF;
    transform: scale(1.05);
}

.section2 button:active {
    transform: scale(0.95);
    transition: transform 0.2s ease;
}

/* Hear to Heal animation*/
.heal {
    font-family: 'Arial', sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    color: white;
}

.different-r {
    display: inline-block;
    position: relative;
    animation: change-color-r 3s forwards infinite;
}

.different-l {
    display: inline-block;
    color: white;
    animation: change-color-l 3s forwards infinite;
    animation-delay: 2.5s;
}

.heal::after {
    content: "♪";
    position: absolute;
    font-size: 90%;
    color: #D67E0D;
    left: 34%;
    top: 42%;
    animation: note-motion 4s forwards ease-out infinite;
    animation-delay: 1.5s;
}

@keyframes change-color-r {
    0% {
        color: white;
    }

    100% {
        color: #D67E0D;
    }
}

@keyframes change-color-l {
    0% {
        color: white;
    }

    100% {
        color: #D67E0D;
    }
}

@keyframes note-motion {
    0% {
        top: 42%;
        left: 34%;
        transform: scale(1);
    }

    25% {
        top: 65%;
        left: 34%;
        transform: scale(1);
    }

    50% {
        top: 65%;
        left: 98%;
        transform: scale(1);
    }

    100% {
        top: 42%;
        left: 98%;
        transform: scale(1);
    }
}

/* Hear to Heal animation in French*/
.heal-French {
    font-family: 'Arial', sans-serif;
    font-size: 34px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: white;
}

.different-r-French {
    display: inline-block;
    position: relative;
    animation: change-color-r-French 3s forwards infinite;
}

.different-l-French {
    display: inline-block;
    color: white;
    animation: change-color-l-French 3s forwards infinite;
    animation-delay: 2.5s;
}

.heal-French::after {
    content: "♪";
    position: absolute;
    font-size: 90%;
    color: #D67E0D;
    left: 38%;
    top: 42%;
    animation: note-motion-French 4s forwards ease-out infinite;
    animation-delay: 1.5s;
}

@keyframes change-color-r-French {
    0% {
        color: white;
    }

    100% {
        color: #D67E0D;
    }
}

@keyframes change-color-l-French {
    0% {
        color: white;
    }

    100% {
        color: #D67E0D;
    }
}

@keyframes note-motion-French {
    0% {
        top: 42%;
        left: 38%;
        transform: scale(1);
    }

    25% {
        top: 60%;
        left: 38%;
        transform: scale(1);
    }

    50% {
        top: 60%;
        left: 98%;
        transform: scale(1);
    }

    100% {
        top: 42%;
        left: 98%;
        transform: scale(1);
    }
}

/* Hear to Heal animation in Arabic*/
.heal-Arabic {
    font-family: 'Arial', sans-serif;
    font-size: 44px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: white;
}

.different-r-Arabic {
    display: inline-block;
    position: relative;
    animation: change-color-r-Arabic 3s forwards infinite;
}

.different-l-Arabic {
    display: inline-block;
    color: white;
    animation: change-color-l-Arabic 3s forwards infinite;
    animation-delay: 2.5s;
}

.heal-Arabic::after {
    content: "♪";
    position: absolute;
    font-size: 90%;
    color: #D67E0D;
    right: 40%;
    top: 42%;
    animation: note-motion-Arabic 4s forwards ease-out infinite;
    animation-delay: 1.5s;
}

@keyframes  change-color-r-Arabic {
    0% {
        color: white;
    }

    100% {
        color: #D67E0D;
    }
}

@keyframes change-color-l-Arabic {
    0% {
        color: white;
    }

    100% {
        color: #D67E0D;
    }
}

@keyframes note-motion-Arabic {
    0% {
        top: 42%;
        right: 40%;
        transform: scale(1);
    }

    25% {
        top: 65%;
        right: 40%;
        transform: scale(1);
    }

    50% {
        top: 65%;
        right: 99%;
        transform: scale(1);
    }

    100% {
        top: 42%;
        right: 99%;
        transform: scale(1);
    }
}

/* Fotter*/

.footer {
    /*background-color: rgba(228, 144, 40, 1);*/
    background-color: #FFCB89;
    padding: 15px 20px;
    /*color: white;*/
    color: black;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2% 10%;
    border-bottom: 1px solid #FFFFFF33;
}

/*.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}*/

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../../images/kids-samaa-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 100px;
}

.footer-logo img {
    width: 80px;
}

.footer-logo p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFA538;
}

.footer-links {
    display: flex;
    gap: 40px;
}

.footer-links .column {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    /*color: white;*/
    color: black;
    text-decoration: none;
    margin-bottom: 40px;
    font-size: 13px;
}

.footer-links a:hover {
    opacity: 0.5;
    transform: scale(1.005);
    transition: all 0.1s ease;
}

.footer-help {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.help-btn {
    background-color: transparent;
    /*color: white;*/
    color: black;
    /*border: 1px solid rgba(241, 238, 236, 1);*/
    border: 1px solid rgb(19, 12, 8);
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.help-btn:hover{
    background-color: white;
    color: rgba(228, 144, 40, 1);
    border: 1px solid rgba(228, 144, 40, 1);
}

.social-icons img {
    width: 25px;
    height: 25px;
}

.footer-bottom {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 10%;
    font-size: 13px;
    border-top: 1px solid #FFFFFF33;
}

.footer-bottom img {
    width: 20px;
    margin-right: 10px;
}

.footer-bottom a{
    text-decoration: none;
    color: black;
}

.footer-bottom a:hover{
    opacity: 0.6;
}

.social-icons {
    display: flex;
    gap: 18px;
    height: 25.43px;
    opacity: 1;
}

.social-icons a {
    text-decoration: none;
}

.social-icons i {
    width: 26.4px;
    height: 25.43px;
    /*color: #F1EEEC;*/
    color: black;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.social-icons i:hover {
    opacity: 0.8;
    transform: scale(1.05);
    transition: all 0.3s ease;
}


@media(max-width: 459px) {

    .footer-links {
        padding-top: 15% !important;
    }
}

@media(max-width: 680px) {

    .footer-help {
        margin-left: 2% !important;
    }
}

@media(max-width: 880px) {

    .section2 h2 {
        font-size: 22px !important;
    }

    .section2 p {
        margin: 20px 8% !important;
    }

    .therapy-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: #f5f5f5;
    }

    /*.therapy-section img {
        width: 90% !important;
    }*/

    .therapy-section .therapy-image {
        width: 90% !important;
    }

    .therapy-content {
        padding: 0px !important;
        text-align: center !important;
    }

    .therapy-content h2 {
        font-size: 28px;
        color: #1F1F1F;
        font-weight: 600;
        text-align: center !important;
    }


    /* Section 2 */

    .therapy-section2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: #f5f5f5;
    }

    /*.therapy-section2 img {
        order: 2;
        width: 90% !important;
    }*/

    .therapy-section2 .therapy-image2 {
        order: 2;
        width: 90% !important;
    }

    .therapy-content2 {
        order: 1;
        /*padding: 0px !important;*/
        text-align: center !important;
        max-width: 80% !important;
    }

    .therapy-content2 h2 {
        font-size: 28px;
        color: #1F1F1F;
        font-weight: 600;
        text-align: center !important;
    }

}

@media (max-width: 1093px) {
    .profile-ar,
    .profile-fr,
    .profile-en {
        padding: 20px !important;
    }
    .menu {
        display: flex;
        flex-direction: column;
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -250px;
        background-color: #1F1F1F;
        padding: 10px 0;
        z-index: 1;
        transition: transform 0.3s ease;
        overflow-y: auto;
        scrollbar-width: none;
    }

    .menu::-webkit-scrollbar {
        display: none;
    }

    .menu.active {
        transform: translateX(250px);
    }

    .menu a {
        color: #EAEAEA !important;
        padding: 0px 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .menu .a-desc-profile a {
        color: #EAEAEA !important;
        padding: 0px 15px 20px;
        border-bottom: none !important;
    }

    .menu-desc-profile{
        color: #EAEAEA !important;
        padding: 0px 15px 20px;
    }

    .menu-toggle {
        display: flex;
        /*padding-right: 80px;*/
    }

    /*.language-selector {
        margin-top: 15px;
        text-align: center;
    }

    .language-selector select {
        padding: 8px;
        font-size: 16px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f9f9f9;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        cursor: pointer;
    }*/

    .close-menu {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
        margin: 10px 20px;
        align-self: flex-end;
    }

    .menu-title {
        color: white;
        font-size: 24px;
        text-align: center;
        margin: 20px 0;
    }

    /* section 1*/

    .hero-text {
        position: absolute;
        top: 35%;
        /*left: 10%;*/
        transform: translateY(-50%);
        /*text-align: left;*/
        color: white;
        padding: 20px 60px;
        width: 80%;
        z-index: 2;
    }

    .hero-text h1 {
        font-family: 'M PLUS Rounded 1c', sans-serif;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 600;
        margin: 0;
        z-index: 2;
    }

    .hero-text h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 300;
        /*line-height: 50px;*/
        /*text-align: left;*/
        margin: 0;
        z-index: 2;
    }

    .hero-text p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 37.5px;
        text-transform: capitalize;
        /*text-align: left;*/
        margin: 10px 0 0;
        z-index: 2;
    }

}

@media (min-width: 1093px) {

    .close-menu,
    .menu-title {
        display: none;
    }

    .hero-text {
        position: absolute;
        top: 35%;
        /*left: 10%;*/
        /*right: 50%;*/
        transform: translateY(-50%);
        /*text-align: left;*/
        color: white;
        padding: 20px 150px;
        /*width: 60%;*/
        z-index: 2;
    }

    .hero-text h1 {
        font-family: 'M PLUS Rounded 1c', sans-serif;
        text-transform: uppercase;
        /*font-size: 50px;*/
        font-weight: 600;
        margin: 0;
        z-index: 2;
    }

    .hero-text h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-weight: 300;
        /*line-height: 50px;*/
        /*text-align: left;*/
        margin: 0;
        z-index: 2;
    }

    .hero-text p {
        font-family: 'Roboto', sans-serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 37.5px;
        text-transform: capitalize;
        /*text-align: left;*/
        margin: 10px 0 0;
        z-index: 2;
    }

}

@media(max-width: 995px) {
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 0;
        gap: 30px !important;
        background-color: #f5f5f5;
    }
}

@media (min-width: 680px) and (max-width: 844px) {
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 0;
        gap: 20px !important;
        background-color: #f5f5f5;
    }

    .card {
        width: 200px !important;
        height: 210px !important;
        gap: 10px !important;
    }

    .card h3 {
        font-size: 17px !important;
        margin: 0px 0 !important;
    }

    .card p {
        line-height: 1;
    }
}

@media (min-width: 681px) and (max-width: 400px) {

    .container {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 30px 0;
    }

    .card {
        width: 100%;
        max-width: 300px;
        height: auto;
        box-shadow: none;
    }

    .card p {
        text-align: left;
    }
}

/* Login page */
.login-section {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 124.64%), url(../../images/login.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 20px;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    /*margin-top: 5%;*/
}

.login-container {
    /*display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    padding: 100px 40px;
}

.login-text {
    margin-bottom: 20px;
    color: #F1EEEC;
}

.login-text h1 {
    font-size: 60px;
    font-weight: 600;
    margin: 0;
}

.login-text h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

.login-text h2 span {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    color: #D67E0D;
}

.btn-login a{
    text-decoration: none;
    color: #D67E0D;
    font-size: 14px;
}

.btn-login a:hover {
    color: #fd9103;
}

.btn-register {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.btn-register a {
    text-decoration: none;
    color: #D67E0D;
    font-size: 14px;
}

.btn-register a:hover {
    color: #fd9103;
}

/* Register page */
.content-container {
    position: relative;
    z-index: 1;
}

.background-style{
    min-height: 80vh;
    background-image: url('../../images/kids-landing-page2.png');
    background-size: cover;
    background-position: center;
}

.custom-content-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#roleModal {
    z-index: 2;
    position: relative;
}

.custom-modal-width {
    max-width: 500px;
    margin: auto;
}

.custom-modal-content {
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.btn-patient {
    background-color: #0F4140 !important;
    color: white !important;
    border: none;
    border-radius: 9px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.btn-doctor {
    background-color: #D67E0D !important;
    color: white !important;
    border: none;
    border-radius: 9px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.btn-doctor:hover {
    background-color: #da9030 !important;
}

.btn-patient:hover {
    background-color: #053930 !important;
}

.register-section {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(224, 224, 224, 0.29);
    backdrop-filter: blur(110px);
    color: white;
    padding: 7% 2% 1%;
}

.form-step {
    display: none;
    padding: 40px 0;
    border-radius: 8px;
    max-width: 800px;
    margin: auto;
}

.form-step h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1A655E;

}

.profile-image img {
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
    gap: 8%;
}

.form-group div {
    flex: 1;
    min-width: 36px;
}

.form-group .custom-number-container {
    flex: 1;
    /* min-width: 200px; */
    min-width: 36px;
    margin: -30px 10px 30px 10px;
}

.form-group label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.43px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 1);
    ;
}

.form-group input,
.form-group select {
    width: 100%;
    /*height: 60px;*/
    padding: 10px;
    font-size: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #EAEAEA;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #EAEAEA;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #dbab52 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1A655E !important;
    color: white !important;
    border: none !important;
    border-radius: 4px;
    padding: 5px 10px;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #dbab52;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1A655E !important;
    color: white !important;
}

.form-group textarea {
    width: 100%;
    height: 160px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #EAEAEA;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: #dbab52;
}

.gender-group {
    /*margin: -15px 0px;*/
    color: #1F1F1F;
}

/*.gender-group label {
    font-size: 16px;
    padding-top: 10px;
}*/


@media (max-width: 600px) {
    .form-section {
        flex-direction: column;
        gap: 40px;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100%;
    }
}

.profile-container {
    position: relative;
    padding-bottom: 20px;
}

.profile-picture {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
}

.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vector-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 110px;
    background-color: #EAEAEA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid rgba(44, 100, 99, 1);
}

.vector-icon i {
    color: #2C6463;
    font-size: 15px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.checkbox-group label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: white;
    font-size: 14px;
}

.checkbox-group input {
    position: absolute;
    left: 0;
    /* Move the checkbox far outside the viewport */
    opacity: 0;
}

.checkbox-group label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
    background-color: #4b807b;
}

.checkbox-group input:checked+label::before {
    background-color: #EAEAEA;
    border-color: #EAEAEA;
}

.checkbox-group input:checked+label::after {
    content: "✓";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #4b807b;
    font-size: 12px;
}


.questions-group {
    color: #EAEAEA;
    margin: 20px 0;
}

.questions-group label {
    /*display: block;*/
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.43px;
    margin-bottom: 5px;
    color: #1F1F1F;
}

.questions-group input[type="radio"] {
    margin-left: 10px;
    margin-right: 5px;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.next-btn,
.prv-btn{
    width: 25%;
    padding: 13px;
    background-color: #0F4140;
    color: white;
    border: none;
    border-radius: 9px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}


.next-btn:hover,
.prv-btn:hover {
    background-color: #053930;
}

.done-btn {
    width: 25%;
    padding: 13px;
    background-color: #D67E0D;
    color: white;
    border: none;
    border-radius: 9px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.done-btn:hover {
    background-color: #da9030;
}

.form-navigation {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.step-indicator span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: white;
    color: black;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
}

.step-indicator .active-step {
    background-color: #084C43;
    color: white;
}

.form-step.active {
    display: block;
}

.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.step-indicator span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: white;
    color: black;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    border: 1.8px solid #0F4140;
}

.step-line {
    width: 250px;
    height: 1.8px;
    top: 109px;
    left: 50px;
    background-color: #0F4140;
    z-index: 1;
}

.form-group .radio-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-group .radio-option {
    position: relative;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
}

.form-group .radio-option input {
    display: none;
}

.form-group .radio-option label {
    font-size: 14px;
    padding: 0;
}

.form-group .radio-option span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #1F1F1F;
    border-radius: 50%;
    margin: 0 10px;
    position: relative;
}

.form-group .radio-option input:checked + span {
    border-color: #1F1F1F;
}

.form-group .radio-option input:checked + span::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1F1F1F;
}

.info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1%;
    gap: 28%;
    justify-content: center;
}

.info p {
    color: #EAEAEA;
    font-size: 15px;
}

.form-section {
    display: flex;
    justify-content: space-between;
    gap: 8%;
    flex-wrap: wrap;
}

.form-section2 {
    flex-direction: column;
}

.left-column {
    flex: 1;
}

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

.checkbox-group {
    margin-top: 20px;
}

.right-column {
    flex: 1;
}

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

input,
select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 5px;
}

input[type="radio"] {
    margin-left: 10px;
}

/*.done-btn:hover {
    background-color: #084C43;
}*/

.link {
    color: #86C9AE;
}

.link {
    color: #86C9AE;
    text-decoration: underline;
    margin: 0px 5px;
}

.link:hover {
    color: #EAEAEA;
    text-decoration: underline;
}

.custom-number-input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    text-align: left;
    border: 1.5px solid #EAEAEA;
    border-radius: 10px;
    font-family: inherit;
    appearance: none;
    position: relative;
    background-color: transparent;
    padding-right: 50px;
}

.custom-number-input::-webkit-outer-spin-button,
.custom-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-number-input[type="number"] {
    -moz-appearance: textfield;
}

.spin-buttons-container {
    position: absolute;
    top: 0;
    right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 4px;
}

.spin-button {
    width: 25px;
    height: 25px;
    /*background-color: #F2F4F5; */
    border: 2px solid #2C646366;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.spin-button:hover {
    background-color: #D0D8DB;
}

.spin-button svg {
    color: #78909C;
    font-size: 26px;
}

/* Contact Us Section */

.contact-section {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 124.64%), url(../../images/contactUs.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 20px;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    /*margin-top: 5%;*/
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: anchor-center ;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    max-width: 50%;
    padding: 5% 0px;
}

.contact-info h3 {
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: 23px;
    font-weight: 400;
    line-height: 37.9px;
    color: #D67E0D;
    margin-bottom: 10px;
}

.social-links h4 {
    font-family: 'Sue Ellen Francisco', cursive;
    font-size: 15px;
    font-weight: 400;
    color: #F1EEEC;
    margin-bottom: 10px;
}

.social-links p{
    font-family: 'Sue Ellen Francisco', cursive !important;
    font-size: 13px !important;
    color: #f3ccb2 !important;
    margin-bottom: 10px !important;
}

.social-links p a {
    text-transform: uppercase;
    color: #D67E0D;
}

.social-links p a:hover {
    color: #d19546;
}

.contact-p{
    font-size: 13px !important;
    color: #524f4e !important;
    margin-bottom: 0px !important;
}

.contact-info h2 {
    font-size: 38px;
    margin: 0px 0px;
    color: #F1EEEC;
}

.contact-info p {
    font-size: 16px;
    color: #F1EEEC;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #F1EEEC;*/
    background: #F1EEEC;
    border-radius: 50%;
}

.contact-item .icon img {
    width: 50%;
    height: auto;
}

.contact-item p a {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 24.44px;
    color: #FFFFFF;
    margin: 0;
    padding: 15px 0px;
    text-decoration: none;
}

.contact-item p a:hover{
    color: #f3ccb2;
}

.contact-item p strong {
    font-family: 'Shippori Mincho', serif;
    font-size: 25px;
    font-weight: 500;
    color: #F1EEEC;
    display: block;
    margin-bottom: 5px;
}

.contact-details {
    padding: 30px 0px;
}

.social-links a {
    text-decoration: none;
}

.social-links svg {
    color: #2E4049;
    font-size: 23px;
    margin-right: 15px;
}

.social-links svg:hover {
    transform: scale(1.1);
    transition: all 0.1s ease;
}

.contact-form {
    flex: 1;
    max-width: 35%;
    background-color: white;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

.contact-form input, .contact-form select {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid #ECF1F0;
    background-color: #ECF1F0;
}

.contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid #ECF1F0;
    background-color: #ECF1F0;
    height: 300px;
}

.contact-form button {
    background-color: #2E4049;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}

.contact-form button:hover {
    background-color: #143041;
}

@media (max-width: 1100px) {
    .contact-form {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 80px 20px;
    }

    .login-container {
        padding: 0px 20px;
    }

    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-info,
    .contact-form {
        max-width: 100%;
        padding: 5%;
    }

    .btn-register {
        gap: 100px !important;
    }

    .contact-item p a {
        font-size: 16px;
    }

    .contact-item p strong {
        font-size: 20px;
    }

    .social-links svg {
        font-size: 30px;
        margin-right: 10px;
    }

    .login-text h1 {
        font-size: 40px;
    }

    .login-text h2 {
        font-size: 20px;
    }

    .login-text h2 span {
        font-size: 20px;
    }

    .step-desc {
        text-align: center;
    }

    .step-header {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {

    .hero {
        margin-top: 0px;
    }
    .hero img {
        height: 80vh;
    }
    .landing-page {
        height: 70vh;
    }
    .contact-section {
        padding: 60px 10px;
    }

    .login-container {
        padding: 0px 20px;
    }

    .contact-info h3 {
        font-size: 20px;
    }

    .contact-info h2 {
        font-size: 28px;
    }

    .btn-register {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .contact-item p a{
        font-size: 14px;
    }

    .contact-item p strong {
        font-size: 18px;
    }

    .contact-form {
        padding: 20px;
        max-width: 100%;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 10px;
    }

    .contact-form button {
        padding: 12px 30px;
    }

    .social-links svg {
        font-size: 25px;
        margin-right: 8px;
    }
}

/* About Us*/

* {
    box-sizing: border-box;
}

/* Sidebar Menu */
.sidebar {
    width: 80px;
    background-color: #1A615B;
    height: 100vh;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
}

.sidebar img {
    border-radius: 50%;
    width: 50px;
    margin-bottom: 20px;
}

.sidebar .menu-icon {
    margin: 20px 0;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.sidebar .menu-icon:hover {
    color: #f8a200;
}

.our-story {
    background-image: url('../../images/our-story.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    margin-top: 5%;
    padding: 0px 15%;
}

[dir="rtl"] .our-story {
    background-position: left !important;
    background-image: url('../../images/our-story-ar.jpg');
}

.story-text{
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0px;
    width: 65%;
    padding: 30px;
}

.story-text h2{
    font-weight: 800;
    font-size: 44px;
    color: #242424;
    line-height: 50%;
}

.story-text h2 span{
    color: #FFFFFF;
}

.story-text p{
font-weight: 400;
font-size: 15px;
color: #FFFFFF;

}
/* Search Bar */
.rounded-top {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.suggestions-box{
    position: absolute;
    z-index: 10;
    display: none;
    width: 80%;
    padding: 12px 20px 12px 50px;
    font-size: 16px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 4px 0px #00000040;
    top: 100%;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
}

.search-container {
    position: relative;
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-container button {
    position: absolute;
    left: 12%;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1;
}

.search-container input[type="text"] {
    width: 80%;
    padding: 12px 20px 12px 50px;
    font-size: 16px;
    border-radius: 50px;
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.search-container input[type="text"]:focus {
    outline: none;
    border-color: #f8a200;
}

.search-container input[type="text"]::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #888;
}

/* Content Styling */
.header {
    text-align: center;
    /*padding: 10% 0;*/
    padding: 10% 10px;
}

.header-container .header {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.header-container .header h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 100px;
    margin: 0;
    text-align: center;
    color: #000;

}

.header-container .header .custom-h1{
    font-size: 45px !important;
    line-height: normal !important;
}

.header-container .header .custom-p{
    font-size: 16px !important;
    color: #000 !important;
}

.header-container .header .custom-p a{
    color: #006BB3 !important;
}

.header-container .header h1 span {
    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 100px;
    text-align: center;
    color: #D67E0D;

}

.header-container .header .bar-graph {
    width: 100%;
    height: 4px;
    margin: 10px 0;
}

.header-container .header p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-top: -20px;
    color: #4D4D4D;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.buttons .btn-sponsor {
    font-family: 'Roboto', sans-serif;
    background-color: #F1EEEC;
    border: 2px solid #E7A959;
    color: #2E4049;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px 30px;
    box-shadow: 6px 6px 0px 0px #00000040;
}

.buttons .btn-sponsor:hover {
    background-color: #D6861F;
    border: 2px solid #E7A959;
    color: #fff;
    box-shadow: 6px 6px 0px 0px #66616140;
}

.buttons .btn-subscribe {
    background-color: #D6861F;
    border: 2px solid #E7A959;
    color: #fff;
    border-radius: 8px;
    padding: 15px 30px;
    box-shadow: 6px 6px 0px 0px #00000040;
}

.buttons .btn-subscribe:hover {
    background-color: #F1EEEC;
    border: 2px solid #E7A959;
    color: #2E4049;
    box-shadow: 6px 6px 0px 0px #66616140;
}

.stats {
    display: flex;
    justify-content: space-around;
    /* margin-top: 30px; */
    gap: 20px;
    padding: 0px 4%;
    position: relative;
}

.stat-card {
    background-color: #fff;
    width: 394.92px;
    border-radius: 10px;
    border: 1.5px solid #2E4049;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 0px 0px #FB8A2E;
    position: absolute;
    bottom: 0px;
}

.stat-card h3 {
    font-size: 40px;
    color: #D67E0D;
    font-family: 'Montserrat Alternates', sans-serif;
}

.stat-card h3 span {
    font-size: 40px;
    color: #2E4049;
    font-family: 'Montserrat Alternates', sans-serif;
}

.stat-card p {
    font-family: 'Monotype Corsiva', cursive;
    font-weight: 400;
    font-style: italic;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    vertical-align: middle;
    color: #D67E0D;
}

/* Main Listeners Section */
.listeners-section {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

.listeners-section h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 49.3px;
    font-weight: 700;
    line-height: 71.16px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.listeners-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #4D4D4D;
}

/*.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    /*max-width: 1100px;
    height: auto;*/
/*}*/

.image-container {
    background-image: url('../../images/about-us.jfif');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image {
    width: 100%;
    height: auto;
    /*border-radius: 8px;*/
    display: block;
}

.overlay-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-105%, -50%);
    z-index: 2;
    pointer-events: none;
    width: 30%;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
}
.overlay-text h1 {
    font-size: clamp(20px, 4vw, 32px);
    color: #FFCB89;
    margin: 0;
    line-height: 1.3;
}

.overlay-text p {
    font-size: clamp(14px, 2.5vw, 20px);
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

/*@media (max-width: 539px) {
    .overlay-text {
        padding: 10px !important;
        width: 95%;
    }

}

@media (max-width: 370px) {
    .overlay-text {
        padding: 5px !important;
        width: 100%;
     }
}*/

/* Doctors Section */
.doctors-section {
    text-align: center;
    /* margin-top: 40px; */
    padding: 20px;
}

.doctors-section .doctor-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 0px;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
    text-transform: capitalize;
}

.doctors-section .doctor-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
    text-transform: capitalize;
}

.doctors-section .doctor-content p {
    font-size: 18px;
    font-weight: 400;
    color: #4D4D4D;
    width: 100%;
    text-transform: capitalize;
}

.doctors-section .doctor-content h2 span {
    color: #D67E0D;
    text-transform: capitalize;
}

.doctor-cards {
    display: flex;
    justify-content: center;
    /*gap: 20px;*/
}

.doctor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    background-color: #f5f5f5;
    /*overflow: hidden;*/
    text-align: center;
    justify-content:center;
}

.doctor-content{
   text-align: start !important;
   padding: 0px 50px;

}

.doctor-image {
    width: 394.92px;
    height: 468.31px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    position: relative;
}

.mission-center img {
    width: 294.35px;
    text-align: center;
}

.doctor-info {
    padding: 15px;
    flex-grow: 1;
}

.doctor-info h4 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 22.4px;
}

.doctor-info h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    text-align: left;
}

.doctor-info p {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.6px;
    text-align: left;
    margin-bottom: 15px;
    color: #4D4D4D;
}

/* How It Work */
.our-work {
    background-image: url('../../images/our-work.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding: 0px 15%;
}

[dir="rtl"] .our-work {
    background-image: url('../../images/our-work-ar.png');
}

.work-text{
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0px;
    width: 65%;
    padding: 30px;
}

.work-text h2{
    font-weight: 800;
    font-size: 44px;
    color: #242424;
    line-height: 50%;
}

.work-text h2 span{
    color: #D67E0D;
}

.work-text p{
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.timeline {
    position: relative;
    margin: 40px auto;
    padding-left: 20px;
    width: fit-content;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 4px;
    background-color: #e69138;
    border-radius: 10px;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
}

.timeline-dot {
    position: absolute;
    left: -19px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: radial-gradient(50% 50% at 50% 50%, #F3BA6F 0%, #D27C0C 100%);
    border-radius: 50%;
}

[dir="rtl"] .timeline {
    padding-right: 20px;
}

[dir="rtl"] .timeline::before {
    right: 20px;
}

[dir="rtl"] .timeline-item {
    padding-right: 20px;
}

[dir="rtl"] .timeline-dot {
    right: -4px;
}

.timeline-content {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

.proof-work {
    background-image: url('../../images/section-headphone.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding: 0px 15%;
}

[dir="rtl"] .proof-work {
    background-image: url('../../images/section-headphone-ar.png');
}

.proof-text h2 {
    font-size: clamp(20px, 4vw, 32px);
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.proof-text h2 span{
    font-size: clamp(20px, 4vw, 32px);
    color: #D67E0D;
    margin: 0;
    line-height: 1.3;
}

.proof-text h1 {
    font-size: clamp(20px, 4vw, 20px);
    color: #FFCB89;
    margin: 0;
    line-height: 2.5;
}

.proof-text p {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #fff;
    line-height: 1.6;
    margin: 0;
}
.proof-title{
    padding-bottom: 20px;
}

.stat-card-work {
    background-color: #fff;
    border-radius: 10px;
    border: 1.5px solid #E7A959;
    box-shadow: 6px 6px 0px 0px #00000040;
    position: absolute;
    bottom: -50px;
    padding: 20px 30px;
}

.stat-card-work p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    vertical-align: middle;
    color: #4D4D4D;
}

.four-step-section {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    padding-top: 50px;
}

.text-side {
    padding: 0px 0px 50px 15%;
}

[dir="rtl"] .text-side{
    padding: 0px 15% 50px 0px !important
}

.text-side h2 {
    font-size: 36px;
    font-size: clamp(26px, 2.5vw, 36px);
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 0px;
}

.text-side .subtitle {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #000;
    margin-top: 0px;
}

.step {
    margin-bottom: 0px;
}

.step h4 {
    font-size: clamp(20px, 4vw, 20px);
    font-weight: 600;
    margin-bottom: 0px;
}

.step p {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #000;
    margin-top: 0px;
    padding-left: 10px;
}

.image-side {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
}

.image-container-work {
    position: relative;
    width: 500px;
}

.main-image-work {
    width: 100%;
    height: auto;
}

.icon {
    position: absolute;
    width: 90px;
    height: 90px;
    background: radial-gradient(50% 50% at 50% 50%, #F3BA6F 0%, #D27C0C 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.icon img {
    width: 40px;
    height: 40px;
}

.proof-text p {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.circle-work{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #D27C0C;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

/** Therapists **/
.our-therapists {
    background-image: url('../../images/therapists.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: end;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding: 0px 15% 80px 15%;
    margin-top: 5%;
}


.therapists-text{
    backdrop-filter: blur(6px);
    box-shadow: 40px 20px 16.4px 0px #0000001A;
    border-radius: 30px;
    border: 1px solid #FFFFFF99;
    padding: 0px 30px;
    background: linear-gradient(108.27deg, rgba(255, 255, 255, 0.5) 3.59%, rgba(255, 255, 255, 0.2) 98.72%);
    width: 500px;
}

.therapists-text h2{
    font-weight: 800;
    font-size: clamp(24px, 4vw, 34px);
    color: #ffffff;
}

.therapists-text h2 .span-coler{
    color: #D67E0D;
}

.crossed-orange {
    position: relative;
    display: inline;
    z-index: 1;
  }

.crossed-orange::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    height: 10px;
    background-color: #D67E0D;
    transform: rotate(0deg);
    z-index: -1;
}

.organizations-title{
    font-family: 'Roboto', sans-serif;
    font-size: clamp(22px, 4vw, 32px);
}

.organizations-title span{
    color: #D67E0D;
}


.steps-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.step {
    flex: 1;
    min-width: 250px;
    margin: 20px;
}

.step-header {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.step-number {
    background: radial-gradient(50% 50% at 50% 50%, #F3BA6F 0%, #D27C0C 100%);
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin: 8px;
}

.step-title-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-title {
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}

.step-line {
    height: 2px;
    width: 145px;
    background-color: #C87C1E;
}

.step-desc {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.steps-heading {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 800;
    text-align: center;
    color: #000;
    margin: 40px;
    text-transform: capitalize;
}

.steps-heading span {
    background-color: #C87C1E;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
}


/**/
.benefits-section {
    padding: 8% 0px;
}

.benefits-heading {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 800;
    text-align: center;
    color: #000;
    margin-bottom: 65px;
    text-transform: capitalize;
}

.benefits-heading span {
    color: #C87C1E;
}

.benefits-heading p {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 400;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    line-height: 0.5;
}

.box-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15%;
    row-gap: 60px;
    justify-content: center;
}

.info-box {
    width: 400px;
    height: 180px;
    position: relative;
    min-width: 280px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: linear-gradient(243.12deg, #FFF4E6 10.17%, #F6971B 124.01%);

}

.info-box img {
    width: 125px;
    height: 110px;
    left: 274.03px;
    top: 0px;
    border-top-right-radius: 11px;
    mix-blend-mode: Overlay;
}

[dir="rtl"] .info-box img {
    width: 125px;
    height: 110px;
    right: 274.03px;
    top: 0px;
    border-top-right-radius: 11px;
    mix-blend-mode: Overlay;
    transform: scaleX(-1);
}

.box-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
}

.box-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

.box-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    width: 70%;
}


.therapy-section1 {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px;
}

.therapy-left {
    text-transform: capitalize;
    flex: 1 1 350px;
    max-width: 500px;
}

.therapy-left h2 {
    font-size: clamp(20px, 4vw, 32px);
    font-weight: 800;
    line-height: 1.3;
}

.highlight {
    color: #D67E0D;
}

.therapy-left p {
    margin: 20px 0;
    font-size: clamp(14px, 4vw, 16px);
    color: #333;
    line-height: 1.5;
}

.badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.badge {
    background-color: #e0e0e0;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    max-width: 160px;
}

.therapy-right {
    flex: 1 1 350px;
    position: relative;
}

.therapy-image-benf {
    max-width: 100%;
    border-radius: 8px;
}

.quote-box {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: -30px;
    left: 20px;
    right: 20px;
    background: #D67E0D94;
    backdrop-filter: blur(17.600000381469727px);
    color: white;
    padding: 15px;
    border-radius: 6px;
    font-size: clamp(10px, 2.5vw, 14px);
    line-height: 1.5;
}

.quote-author {
    float: right;
    font-weight: bold;
}


.crossed-orange2 {
    position: relative;
    display: inline;
    z-index: 1;
  }

.crossed-orange2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    height: 4px;
    background-color: #D67E0D;
    transform: rotate(0deg);
    z-index: -1;
}

@media (min-width: 940px) and (max-width: 1100px) {
    .text-side {
        padding: 0px 0px 50px 2% !important;
    }
    [dir="rtl"] .text-side{
        padding: 0px 2% 50px 0px !important
    }
}

@media (max-width: 941px) {

    .four-step-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
    }

    .text-side, .image-side {
        width: 100%;
    }

    .text-side {
        padding: 10px !important;
    }

    [dir="rtl"] .text-side{
        padding: 0px !important;
    }
}

@media (min-width: 996px) and (max-width: 1120px) {

    /*.doctor-image {
        width: 180px;
    }*/

    .doctor-info h4 {
        font-size: 13px;
    }

    .doctor-info p {
        font-size: 13px;
    }

    .doctor-info h3 {
        font-size: 25px;
    }

    .social-media {
        padding-left: 0% !important;
    }
    .stat-card {
        width: 100%;
    }
    .our-story , .our-work{
        padding: 0px 5% !important;
    }
    .story-text , .work-text{
        width:  70% !important;;
    }
    .doctor-content{
        padding: 0px 15px !important;
    }
}

@media (min-width: 840px) and (max-width: 997px) {

    /*.doctor-image {
        width: 150px;
    }*/

    .doctor-info h4 {
        font-size: 13px;
    }

    .doctor-info p {
        font-size: 13px;
    }

    .doctor-info h3 {
        font-size: 20px;
    }

    .social-media {
        padding-left: 0% !important;
    }
}

@media (min-width: 800px) and (max-width: 997px),
(min-width: 480px) and (max-width: 525px),
(min-width: 769px) and (max-width: 799px){
    .btn-register {
        flex-direction: column !important;
        gap: 20px !important;
    }
}

@media (min-width: 746px) and (max-width: 1052px) {

    .doctor-card {
        flex-direction: column;
        text-align: start !important;
        align-items: start !important;
    }

    .header-container .header {
        width: 50%;
    }

    .header-container .header h1 {
        font-size: 55px !important;
    }

    .header-container .header h1 span {
        font-size: 55px !important;
    }

    .header-container .header .custom-h1{
        font-size: 40px !important;
        line-height: normal !important;
    }

    .header-container .header p {
        font-size: 15px !important;
    }

    .listeners-section h2 {
        font-size: 39.3px !important;
    }

    .doctors-section .doctor-content h2 {
        font-size: 36px;
    }
    .doctors-section .doctor-content h3 {
        font-size: 30px;
    }
    .doctors-section .doctor-content p {
        font-size: 18px;
    }
    .stat-card {
        width: 100%;
    }
    .our-story , .our-work{
        padding: 0px 5% !important;
    }
    .story-text , .work-text{
        width:  80% !important;;
    }
    .doctor-content{
        padding: 0px 15px !important;
    }
}

@media (min-width: 687px) and (max-width: 747px) {

    .header-container .header {
        width: 60%;
    }

    .header-container .header h1 {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    .header-container .header h1 span {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    .header-container .header .custom-h1{
        font-size: 35px !important;
        line-height: normal !important;
    }

    .header-container .header p {
        font-size: 15px !important;
    }

    .listeners-section h2 {
        font-size: 30.3px !important;
    }

    .doctors-section .doctor-content h2 {
        font-size: 30px;
    }
    .doctors-section .doctor-content h3 {
        font-size: 27px;
    }
    .doctors-section .doctor-content p {
        font-size: 15px;
    }
    .stat-card {
        width: 100%;
    }
    .our-story , .our-work{
        padding: 0px 5% !important;
    }
    .story-text , .work-text{
        width:  100% !important;;
    }
    .doctor-content{
        padding: 0px 15px !important;
    }
    .doctor-card {
        flex-direction: column;
        text-align: start !important;
        align-items: start !important;
    }
}

@media (max-width: 688px) {

    .hero-text {
        top: 45%;
        width: 90%;
    }

    .doctor-info h4 {
        font-size: 14px;
    }

    .doctor-info p {
        font-size: 13px;
    }

    .doctor-info h3 {
        font-size: 20px;
    }

    .stat-card {
        width: 100%;
        /*padding: 20px;
        margin: 10px 0;*/
    }
    .doctor-content{
        padding: 0px 15px !important;
    }

    .doctor-card {
        flex-direction: column;
        text-align: start !important;
        align-items: start !important;
    }
    .stats {
        flex-direction: column;
        align-items: center;
        gap: 15px !important;
        padding: 0px 10px;
    }

    .header-container .header {
        width: 100%;
        margin: 0 auto;
        text-align: center;

        flex-direction: column;
        align-items: center;
    }

    .header-container .header h1 {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    .header-container .header h1 span {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    .header-container .header .custom-h1{
        font-size: 25px !important;
        line-height: normal !important;
    }

    .header-container .header p {
        font-size: 15px !important;
    }

    .buttons {
        justify-content: center;
        gap: 20px;
        margin-bottom: 50px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .listeners-section h2 {
        font-size: 22.3px !important;
    }

    .listeners-section p {
        font-size: 14px;
    }

    .doctors-section .doctor-content h2 {
        font-size: 22px;
    }
    .doctors-section .doctor-content h3 {
        font-size: 20px;
    }
    .doctors-section .doctor-content p {
        font-size: 12px;
    }
    .our-story , .our-work{
        padding: 0px 5% !important;
    }
    .story-text h2{
        color: #D67E0D;
    }
    .work-text h2{
        font-size: 36px;
    }
    .story-text , .work-text{
        width:  100% !important;;
    }
    .mission-center img {
        width: 200.35px !important;
        text-align: center;
    }
}

@media (min-width: 575px) and (max-width: 839px) {

    .doctor-card {
        flex-direction: column;
    }

    .doctor-image {
        width: 100%;
        background-position: top;
    }

    /*.social-media {
        padding-left: 55% !important;
    }*/
    .our-story , .our-work{
        padding: 0px 5% !important;
    }
    .story-text , .work-text{
        width:  100% !important;;
    }
    .doctor-content{
        padding: 0px 2px !important;
    }
    .doctor-card {
        flex-direction: column;
        text-align: start !important;
        align-items: start !important;
    }
    .section-description {
        width: 70% !important;
    }
    .section-description h2 {
        font-size: 22px;
    }
}

@media (max-width: 574px) {

    .doctor-cards {
        flex-direction: column;
    }

    .doctor-card {
        flex-direction: column;
    }

    .doctor-image {
        width: 100%;
        background-position: top;
    }

    .social-media {
        padding-left: 55% !important;
    }
    .our-story , .our-work{
        padding: 0px 5% !important;
    }
    .story-text h2{
        color: #D67E0D;
    }
    .work-text h2{
        font-size: 36px;
        line-height: 100%;
    }
    .story-text , .work-text{
        width:  100% !important;;;
    }
    .doctor-content{
        padding: 0px 15px !important;
    }
    .doctor-card {
        flex-direction: column;
        text-align: start !important;
        align-items: start !important;
    }
    .section-description {
        width: 70% !important;
    }
    .section-description h2 {
        font-size: 22px;
    }
}

@media (max-width: 393px) {
    .section-description h2 {
        font-size: 15px !important;
    }

    .info-box {
        width: 60% !important;
    }

    .info-box img {
        display: none;
    }
}

@media (max-width: 601px) {

    .social-media {
        padding-left: 0% !important;
    }
}

.info-separator {
    border: 0.5px solid #4d4d4d40;
    margin: 15px 0;
}

.social-media {
    display: flex;
    gap: 10px;
    padding-left: 30%;
}

.medias a {
    text-decoration: none;
}

.medias a svg:hover {
    transform: scale(1.1);
    transition: all 0.1s ease;
}

.social-media p {
    margin: 0;
}
/* popup */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.popup.active {
    display: block;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.overlay.active {
    display: block;
}

.popup-button {
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #423d3d;
    color: white;
    border: 2px solid #1F1F1F;
    border-radius: 10px;
}

.popup-button:hover {
    background-color: white;
    color: #1F1F1F;
    border: 2px solid #423d3d;
    border-radius: 10px;
}
