.meetInstructor_section {
    padding: 40px 0 20px;
}

    .meetInstructor_section .title_program {
        font-size: 20px;
        color: var(--third_color);
        font-weight: 700;
    }

    .meetInstructor_section .desc_content {
        font-size: 18px;
        color: #1a1a1acc;
        font-weight: 500;
    }

    .meetInstructor_section .person_image {
        width: 200px;
        height: 200px;
        margin: auto;
        /* margin-bottom: 30px; */
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.meet_instructors_polygon {
    position: absolute;
    top: 0;
    left: 0;
}

.meetInstructor_section .person_image .team_person {
    width: 93%;
    height: 93%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.meetInstructor_section .polygon_image img.polygon {
    position: absolute;
    z-index: 1;
}

.meetInstructor_section .cardbody_program {
    text-align: center;
}

    .meetInstructor_section .cardbody_program .image {
        max-width: 273px;
        margin: auto;
        margin-top: 15px;
    }

        .meetInstructor_section .cardbody_program .image img {
            width: 100%;
        }
/* End Meet Our Instructors */

/* Start Ready Begin Section */
.ready_begin .shadow-light {
    position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 150px; */
    width: 170px;
    height: 200%;
    z-index: 2;
}

    .ready_begin .shadow-light img {
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.8;
    }

.ready_begin .container {
    padding: 70px 0;
    z-index: 1;
    border-radius: 12px;
    position: relative;
    min-height: 453px;
}

    .ready_begin .container::before {
        background: #26428B;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        z-index: -1;
    }

    .ready_begin .container::after {
        content: "";
        background: url(../../Img/body_bg.png) center center/cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 12px;
        height: 100%;
        opacity: 0.03;
        z-index: -1;
    }

.ready_begin .subtitle_sectionHead {
    color: var(--yello_light);
    font-size: 16px;
    font-weight: bold;
}

.ready_begin .ready_begin_content h4 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white_color);
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 100%;
    text-align: center;
}

.ready_begin .ready_begin_content p {
    font-size: 16px;
    color: var(--white_color);
    font-weight: 300;
}

.ready_begin ul {
    margin-top: 20px;
}

/* buttons */

.ready_begin .secondary_btn::before {
    background: url(../../Img/Vector\ 41.png) center center / cover no-repeat;
}

.ready_begin .primary_btn {
    overflow: hidden;
}

    .ready_begin .primary_btn:not(.secondary_btn)::after {
        opacity: 1;
    }

    .ready_begin .primary_btn:not(.secondary_btn)::before {
        opacity: 0;
    }

    .ready_begin .primary_btn:not(.secondary_btn):hover::before {
        opacity: 1;
    }

    .ready_begin .primary_btn:not(.secondary_btn):hover::after {
        opacity: 0;
    }

/* End Ready Begin Section */


/* Start about Section */
.about_section {
    padding: 50px 0;
}

    .about_section .about_title {
        font-size: 32px;
        line-height: 84px;
        font-weight: 700;
        letter-spacing: 2px;
        color: var(--dark_color);
    }

    .about_section .about_desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 36px;
        color: var(--text_color);
    }
/* End about Section */



/* Start Special Moments Section */
.special_moments {
    padding: 50px 0;
}

    .special_moments .card_program {
        padding: 25px 35px 45px;
    }

    .special_moments .top_imageProgram {
        height: 290px;
    }

    .special_moments .info_retch {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

        .special_moments .info_retch .info {
            padding: 5px 10px;
            background: rgba(255, 255, 255, 0.62);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 6px;
            color: #315259;
        }

    .special_moments .title_program {
        color: black;
    }

    .special_moments .desc_content {
        font-weight: 400;
    }

        .special_moments .desc_content span {
            font-weight: 500;
            text-decoration: underline;
        }

    .special_moments .shape_image {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .special_moments .shape_image img {
            width: 100%;
        }

    .special_moments .options a {
        font-size: 16px;
        font-weight: 400;
        color: #1a1a1a99;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1px;
    }

/* modal */
.moments_modal .modal-content {
    border-radius: 12px;
    padding: 10px;
}

    .moments_modal .modal-content .modal-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        color: black;
        letter-spacing: 2px;
    }

    .moments_modal .modal-content .btn-close {
        border-radius: 50%;
        background: var(--primary_color);
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        padding: 0;
        width: 30px;
        height: 30px;
    }

        .moments_modal .modal-content .btn-close i {
            font-size: 25px;
        }

/* Image */

.moments_modal .moment_image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .moments_modal .moment_image .program_img {
        height: 400px;
    }

.moments_modal .moment_stats {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}

    .moments_modal .moment_stats div {
        background: rgba(255, 255, 255, 0.8);
        padding: 4px 10px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
    }

/* Title */

.moments_modal .moment_title {
    font-family: var(--body_font);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: black;
}

.moments_modal .moment_desc {
    font-size: 15px;
    line-height: 28px;
    color: var(--text_color);
    font-weight: 400;
}

/* Actions */

.moments_modal .moment_actions {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}

    .moments_modal .moment_actions a {
        color: #666;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
    }

/* Comments */

.moments_modal .all_comments {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary_color);
}

.moments_modal .comment_item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

    .moments_modal .comment_item img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.moments_modal .comment_body {
    background: #f2f4f7;
    padding: 10px;
    border-radius: 10px;
    flex: 1;
}

    .moments_modal .comment_body h6 {
        font-size: 16px;
        font-weight: 400;
        color: #1A1A1ACC;
        font-family: var(--body_font);
    }

    .moments_modal .comment_body p {
        font-size: 16px;
        font-weight: 500;
        color: #1A1A1A;
    }

.moments_modal .comment_meta {
    font-size: 11px;
    color: #888;
    display: flex;
    gap: 10px;
}

    .moments_modal .comment_meta span,
    .moments_modal .comment_meta a {
        font-size: 13px;
    }

/* Add Comment */

.moments_modal .add_comment {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .moments_modal .add_comment img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

    .moments_modal .add_comment input {
        flex: 1;
        border: none;
        background: #f2f4f7;
        padding: 10px;
        border-radius: 8px;
        outline: none;
    }

    .moments_modal .add_comment button {
        background: #2b4c7e;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* ===================== */
/* Tablet */
/* ===================== */

@media (max-width: 992px) {

    .moments_modal .modal-content .modal-title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .moments_modal .moment_image .program_img {
        height: 320px;
    }

    .moments_modal .moment_desc {
        font-size: 14px;
        line-height: 24px;
    }

    .moments_modal .moment_title {
        font-size: 16px;
    }

    .moments_modal .comment_body h6 {
        font-size: 14px;
    }

    .moments_modal .comment_body p {
        font-size: 14px;
    }

    .moments_modal .moment_actions {
        font-size: 13px;
    }
}


/* ===================== */
/* Mobile */
/* ===================== */

@media (max-width: 576px) {

    .moments_modal .modal-dialog {
        margin: 10px;
    }

    .moments_modal .modal-content {
        padding: 8px;
    }

        .moments_modal .modal-content .modal-title {
            font-size: 18px;
            letter-spacing: 0;
        }

    .moments_modal .moment_image .program_img {
        height: 220px;
    }

    .moments_modal .moment_stats div {
        font-size: 11px;
        padding: 3px 8px;
    }

    .moments_modal .moment_title {
        font-size: 15px;
    }

    .moments_modal .moment_desc {
        font-size: 13px;
        line-height: 22px;
    }

    .moments_modal .moment_actions {
        font-size: 12px;
    }

        .moments_modal .moment_actions img {
            width: 16px;
        }

    .moments_modal .comment_item img {
        width: 32px;
        height: 32px;
    }

    .moments_modal .comment_body {
        padding: 8px;
    }

        .moments_modal .comment_body h6 {
            font-size: 13px;
        }

        .moments_modal .comment_body p {
            font-size: 13px;
        }

    .moments_modal .comment_meta span,
    .moments_modal .comment_meta a {
        font-size: 11px;
    }

    .moments_modal .add_comment img {
        width: 30px;
        height: 30px;
    }

    .moments_modal .add_comment input {
        padding: 8px;
        font-size: 13px;
    }

    .moments_modal .add_comment button {
        width: 35px;
        height: 35px;
    }
}
/* End Special Moments Section */

/* Start Auth / Login Page */
.auth_main {
    min-height: 100vh;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

    .auth_main * {
        font-family: var(--body_font);
    }

.login_section {
    width: 100%;
    padding: 60px 0;
    align-content: center;
}

.login_wrapper {
    max-width: 530px;
    margin: 0 auto;
}

.login_logo {
    max-width: 220px;
    margin: 0 auto 10px;
}

    .login_logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.login_title {
    font-size: 24px;
    font-weight: 700;
    color: var(--third_color);
}

.login_form {
    margin-top: 10px;
}

.login_label {
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.login_input {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #e8a44d;
    padding: 10px 12px;
    outline: none;
    background: var(--white_color);
}

    .login_input:focus {
        box-shadow: 0 0 0 1px var(--yello_light);
    }

.login_forgot {
    font-size: 12px;
    color: var(--primary_color);
    text-decoration: none;
}

    .login_forgot:hover {
        text-decoration: underline;
    }

.login_submitBtn {
    border-radius: 30px;
    border: 0;
    outline: 0;
    padding: 12px 20px;
    background: linear-gradient(90deg, #1f3f8f 0%, #26428B 100%);
    color: var(--white_color);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.login_helperText {
    font-size: 13px;
    color: #1a1a1a99;
}

.login_link {
    color: var(--primary_color);
    text-decoration: none;
    font-weight: 500;
}

    .login_link:hover {
        text-decoration: underline;
    }

@media (max-width: 576px) {
    .login_section {
        padding: 40px 0;
    }

    .login_title {
        font-size: 20px;
    }
}
/* End Auth / Login Page */

/* Start Sign Up Page */
.signup_form {
    margin-top: 10px;
}

.signup_formGrid .login_form_group {
    margin-bottom: 0;
}

.signup_optional {
    font-size: 12px;
    color: #1a1a1a99;
    margin-left: 4px;
}

.signup_phoneField {
    display: flex;
    align-items: center;
}

.signup_flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #e8a44d;
    border-right: 0;
    height: 46px;
    border-radius: 3px 0 0 3px;
    background: var(--white_color);
}

    .signup_flag img {
        width: 22px;
        height: 16px;
        object-fit: cover;
    }

.signup_phoneInput {
    border-radius: 0 3px 3px 0;
    border-left: 0;
}

@media (max-width: 767.98px) {
    .signup_formGrid .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* End Sign Up Page */









/* Verify Code Page */
.verify_form {
    margin-top: 10px;
}

    .verify_form * {
        font-family: var(--body_font);
    }

.otp_inputs .otp_input {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #e8a44d;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    background: var(--white_color);
}

    .otp_inputs .otp_input:focus {
        box-shadow: 0 0 0 1px var(--yello_light);
    }

.verify_timer .time_value {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary_color);
}

.verify_timer i {
    color: var(--primary_color);
    font-size: 16px;
}

.verify_helper {
    font-size: 13px;
    color: #1a1a1a99;
}

.verify_resend {
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--primary_color);
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 576px) {
    .otp_inputs .otp_input {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}
