/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");

:root {
    --color-primary: #ec5151;
    --color-accent: #ffd263;
    --color-accent-light: #fff9eb80;
    --color-text-dark: #292f3b;
    --color-text-light: #747985;
    --color-white: #ffffff;
    --color-muted-bg: #fffbef;
    --color-muted-bg-alt: #ffd2631a;
    --color-success: #25d366;
    --overlay-dark: rgba(0, 0, 0, 0.8);
    --overlay-darker: rgba(0, 0, 0, 0.9);
    --overlay-semi: rgba(0, 0, 0, 0.5);
    --gradient-start: #ffe299;
    --gradient-end: #fff4df;
}

.ibm-plex-sans-arabic-font {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 100;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.common-button {
    border: 1px solid var(--color-primary);
    font-size: 20px;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border: 2px solid black !important;
    box-shadow: 4px 4px 0px #000000 !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 10px 30px 10px 30px !important;
}

.common-button:hover {
    /* color: #fff;
    background-color: var(--color-primary); */
    transition: all 0.5s ease;
    cursor: pointer;
    transform: var(--theme-button-transform, translate3d(0, -3px, 0));
}

/* Header */

.header {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
}

.header .button-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
}

.header .button-container button {
    border: 1px solid var(--color-primary);
    font-size: 20px;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    border-color: var(--color-primary);
    border-radius: 0px 58px 58px 40px;
    padding: 10px 35px 10px 35px;
}

.currency-icon {
    width: 14px;
    height: auto;
    vertical-align: middle;
}

.header .button-container button:hover {
    color: #fff;
    background-color: var(--color-primary);
    transition: all 0.5s ease;
    cursor: pointer;
}

.header .button-container h3 {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-primary);
}

.header .logo img {
    width: 100px;
    max-width: 100%;
}

/* Responsive design  */

@media only screen and (max-width: 767.9px) {
    .header {
        gap: 15px;
    }

    .header .button-container {
        gap: 10px;
    }

    .header .button-container button {
        font-size: 14px;
        padding: 7px 10px 7px 10px;
    }

    .header .button-container h3 {
        font-size: 14px;
    }

    .header .logo img {
        width: 110px;
    }
}

/* banner */
.banner {
    max-width: 1380px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

.banner-content {
    width: 100%;
    background-color: var(--color-accent-light);
    background-image: url(https://bssatha.com/wp-content/uploads/2024/11/bgaca.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.banner-inner {
    padding: 40px 100px;
}

.banner-title {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--color-text-dark);
    text-align: center;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.banner-title span {
    color: var(--color-primary);
    font-weight: 700;
}

.banner-inner .curve_image {
    position: absolute;
    bottom: -30px;
    right: 11%;
}

.banner-small-title {
    max-width: 75%;
    margin: 50px auto;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 400;
    color: var(--color-text-dark);
    text-align: center;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

/* booking_register */
.booking_register {
    max-width: 75%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking_register .middle-text {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-text-dark);
    text-align: center;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.booking_register .star-image {
    width: 20px;
    height: 20px;
}

.booking_money {
    background-image: url("./assets/images/banner/blue-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 38px 20px 58px;
    font-family: "IBM Plex Sans Arabic", Sans-serif;
}

.booking_money .right_text {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-white);
}

.booking_money .left_text {
    font-size: 18px;
    font-weight: 300;
    color: var(--color-white);
    opacity: 0.5;
}

.image_video_section {
    padding: 25px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.left_curve_img {
    position: absolute;
    left: -11%;
    top: -15%;
}

.right_curve_img {
    position: absolute;
    right: -3%;
    top: -3%;
}

.image_video_section .main_image {
    width: 100%;
    border-radius: 20px;
    z-index: 99;
}

.thumbnail {
    width: 300px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--overlay-dark);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-container {
    position: relative;
    width: 95%;
    max-width: 1400px;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.close-btn {
    position: absolute;
    top: -60px;
    left: 0;
    background: transparent;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 36px;
    border-radius: 5px;
}

/* Responsive */
@media only screen and (max-width: 1240px) {
    .banner {
        margin: 0 10px;
        margin-top: 10px;
    }

    .banner-title {
        font-size: 50px;
    }

    .banner-small-title {
        max-width: 100%;
    }

    .booking_register {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-inner {
        padding: 40px;
    }

    .banner-title {
        font-size: 42px;
    }

    .banner-small-title {
        max-width: 100%;
        margin: 30px auto;
        font-size: 20px;
    }

    .curve_image {
        width: 150px;
    }

    .booking_register {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .curve_image {
        width: 100px;
    }

    .booking_money {
        padding: 10px 10px 10px 40px;
    }

    .booking_money .right_text {
        font-size: 18px;
        font-weight: 400;
    }

    .booking_register .middle-text {
        gap: 5px;
        font-size: 16px;
    }

    .booking_register .star-image {
        width: 15px;
        height: 15px;
    }

    .left_curve_img {
        position: absolute;
        left: -60px;
        top: -10%;
        width: 120px;
    }
}

@media only screen and (max-width: 767.9px) {
    .banner-inner {
        padding: 40px 20px;
    }

    .banner-title {
        font-size: 22px;
    }

    .banner-small-title {
        max-width: 100%;
        margin: 30px auto;
        font-size: 16px;
    }

    .image_video_section {
        padding: 10px;
    }

    .curve_image {
        width: 80px;
    }

    .booking_register {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .left_curve_img {
        position: absolute;
        left: -25px;
        top: -10%;
        width: 60px;
    }

    .right_curve_img {
        width: 25px;
    }
}

/* timer */

.timer {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.timer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 50px 10px;
}

.content {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 5px;
    flex: 1;
    min-width: 200px;
    cursor: pointer;
}

.content3 {
    margin-right: 20px;
}

.content span {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-text-dark);
    transition: color 0.3s;
}

.content svg {
    width: 25px;
    height: 25px;
}

/* Sticky container */
.timer-clock-container {
    position: sticky;
    top: 10px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
}

.timer-clock {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(
        260deg,
        var(--gradient-start) 0%,
        var(--gradient-end) 100%
    );
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.sticky {
    position: fixed;
    top: 10px;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
}

.timer_text {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.countdown-container {
    display: flex;
    gap: 5px;
    padding: 10px;
    direction: ltr;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
}

.countdown-value {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.countdown-label {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    margin-top: 2px;
}

.countdown-separator {
    color: var(--color-primary);
    font-size: 22px;
    font-weight: 700;
    align-self: flex-start;
    margin-top: -5px;
}

@media (max-width: 1024px) {
    .timer-content {
        padding: 30px 10px;
    }

    .content span {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .timer {
        margin: 0 10px;
    }

    .timer-content {
        justify-content: space-between;
    }

    .content {
        flex-basis: calc(50% - 10px);
        margin-bottom: 0;
    }

    .content3 {
        margin-right: 0px;
    }

    .content:last-child {
        flex-basis: 100%;
    }

    .timer .content span {
        font-size: 18px;
    }

    .timer-clock {
        max-width: 350px;
        gap: 10px;
    }

    .countdown-container {
        gap: 2px;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .timer-content {
        flex-direction: column;
        padding-right: 10px;
    }

    .content {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 10px;
        justify-content: right;
    }

    .content:last-child {
        margin-bottom: 0;
    }

    .timer .content span {
        font-size: 16px;
    }

    .timer_text {
        font-size: 14px;
    }

    .countdown-container {
        gap: 0;
        padding: 5px;
        padding-right: 0;
    }

    .timer-clock {
        max-width: 300px;
        gap: 10px;
    }

    .countdown-label {
        font-weight: 600;
        font-size: 14px;
    }
}

/* Courses  */

.courses {
    max-width: 1290px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.courses h1 {
    font-size: 65px;
    font-weight: 500;
    line-height: 98px;
    text-align: center;
}

.courses h1 .colored-text {
    font-weight: 700;
    color: var(--color-primary);
}

.courses > p {
    max-width: 635px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    margin-top: 20px;
}

.course-card-container1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.course-card-container2 {
    width: 82%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.course-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease;
}

.course-card:hover {
    transform: translateY(-5px);
}

.course-card img {
    margin-bottom: 5px;
    width: 200px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15))
        drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.course-card h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.course-card p {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
    color: var(--color-text-light);
    margin-top: 5px;
}

.courses-bottom {
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 20px;
    margin-top: 30px;
}

.elementor-button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-primary);
}

.elementor-button:hover {
    color: var(--color-accent);
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Responsive design  */

@media only screen and (max-width: 1024px) {
    .courses {
        padding-top: 50px;
    }

    .courses h1 {
        font-size: 50px;
        line-height: 75px;
    }

    .course-card-container1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .course-card-container2 {
        width: 100%;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767.9px) {
    .courses {
        padding-bottom: 0px;
    }

    .courses h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .courses > p {
        font-size: 16px;
        line-height: 26px;
    }

    .course-card img {
        width: 100px;
    }

    .course-card h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .course-card p {
        font-size: 16px;
        line-height: 26px;
    }

    .courses-bottom button,
    .elementor-button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
    .courses-bottom {
        flex-direction: column;
        gap: 15px;
    }
}

/* Camp Start */

.camp_start {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 0;
}

.camp_start_inner {
    width: 100%;
    background-image: url("./assets/images/bg.webp");
    --background-overlay: "";
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    padding: 40px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "IBM Plex Sans Arabic", Sans-serif;
}

.camp_content {
    text-align: right;
    width: 70%;
}

.camp_title {
    text-align: right;
    width: 30%;
}

.camp_title h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 1.5em;
}

.camp_content p {
    font-size: 24px;
    line-height: 1.6;
}

.highlight {
    font-weight: 700;
}

.camp_start_inner {
    /* Initial variables */
    --rotateZ: 5deg;
    --e-transform-transition-duration: 150ms;

    /* Apply the transform using the CSS variable */
    transform: rotateZ(var(--rotateZ));

    /* Ensure smooth transition */
    transition: transform var(--e-transform-transition-duration) ease-out;

    /* Maintain 3D perspective */
    transform-style: preserve-3d;
    will-change: transform;
    transform-origin: center center;
}

/* Create proper 3D space */
.camp_start {
    overflow: visible;
}

@media (max-width: 1280px) {
    .camp_start {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 60px 20px;
    }
}

@media (max-width: 1024px) {
    .camp_start {
        padding: 30px 20px;
    }

    .camp_content {
        width: 70%;
    }

    .camp_title {
        width: 25%;
    }

    .camp_title h2 {
        font-size: 40px;
    }

    .camp_content p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .camp_start {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .camp_start {
        padding: 30px 20px;
    }

    .camp_start_inner {
        flex-direction: column-reverse;
        padding: 30px 20px;
        gap: 10px;
    }

    .camp_content {
        width: 100%;
        text-align: right;
    }

    .camp_title {
        width: 100%;
        order: 1;
        text-align: right;
    }

    .camp_title h2 {
        font-size: 26px;
    }

    .camp_content p {
        font-size: 18px;
    }
}

/* faq1 */

/* .faq1-container{
    padding: 0 20px;
} */

.faq1 {
    max-width: 1240px;
    margin: 0 auto;
    align-items: center;
    padding: 80px 100px;
    border-radius: 50px;
    background-color: var(--color-muted-bg-alt);
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq1 .accordion-top-title {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
    text-align: center;
    color: var(--color-text-dark);
}

.faq1 .accordion-top-title span {
    color: var(--color-accent);
}

.faq1 .accordion {
    width: 100%;
}

.faq1 .accordion-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 25px;
    overflow: hidden;
    padding: 15px 50px;
}

.faq1 .accordion-header {
    width: 100%;
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    border: none;
    position: relative;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq1 .accordion-title {
    width: 100%;
    font-size: 24px;
    font-weight: 500 !important;
    text-align: right;
}

.faq1 .accordion-header::before {
    content: "+";
    position: absolute;
    left: 0px;
    font-size: 24px;
    font-weight: 700;
}

.faq1 .accordion-item.active .accordion-header::before {
    content: "−";
}

.faq1 .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out,
        padding 0.3s ease-out;
    padding: 0 15px;
    opacity: 0;
}

.faq1 .accordion-item.active .accordion-body {
    max-height: 1000px;
    padding: 25px 15px;
    opacity: 1;
}

.faq1 .lesson-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq1 .lesson-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.faq1 .lesson-list li .text_class {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    font-size: 20px;
    font-weight: 300;
    color: var(--color-text-light);
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.faq1 .lesson-list li .text_class img {
    cursor: pointer;
}

.faq1 .lesson-list .time {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    color: var(--color-text-light);
    font-size: 20px;
    font-weight: 300;
}

.faq1 .booking_register {
    max-width: 100% !important;
    margin-top: 30px;
}

/* responsive */

@media only screen and (max-width: 1280px) {
    .faq1 {
        margin: 50px 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .faq1 {
        padding: 50px 25px;
        margin: 50px 25px;
    }

    .faq1 .accordion-top-title,
    .faq2 .accordion-top-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .faq1 .booking_money {
        width: 300px;
        text-align: center;
        background-size: cover;
    }
}

@media only screen and (max-width: 767.8px) {
    .faq1 {
        padding: 50px 10px;
    }

    .faq1 .accordion-top-title,
    .faq2 .accordion-top-title {
        font-size: 25px !important;
    }

    .faq1 .accordion-title {
        font-size: 16px;
    }

    .faq1 .accordion-item {
        padding: 10px;
    }

    .faq1 .lesson-list li .text_class {
        font-size: 14px;
    }

    .faq1 .lesson-list li .text_class img {
        width: 16px;
    }

    .faq1 .lesson-list .time {
        font-size: 16px;
    }

    .faq1 .booking_register {
        gap: 15px !important;
    }
}

/* Certificate */

.certificate {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 100px;
}

.certificate h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 83px;
    text-align: center;
}

.certificate h1 .color-text {
    color: var(--color-primary);
}

.certificate p {
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.certificate img {
    max-width: 1024px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

/* Responsive design  */

@media only screen and (max-width: 1024px) {
    .certificate {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .certificate h1 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767.9px) {
    .certificate h1 {
        font-size: 25px;
        line-height: 38px;
    }
}

/* Opinion  */

.opinion-container {
    background-color: var(--color-muted-bg);
    padding-top: 60px;
    padding-bottom: 60px;
}

.opinion {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.opinion-audio-container {
    width: 35%;
}

.opinion-audio-container .audio-container {
    padding: 0 40px 0 40px;
}

.opinion-audio-container .audio-container .audio-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.opinion-audio-container .image-container {
    display: flex;
    justify-content: end;
}

.opinion-audio-container .image-container img {
    width: 135px;
    display: flex;
    justify-content: end;
}

.opinion-slider-container {
    width: 65%;
}

.opinion-title {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 68px;
    padding: 0px 40px 0px 0px;
    border-right: 5px solid var(--color-accent);
}

.opinion-title .colored-text {
    color: var(--color-accent);
    font-weight: 700;
}

/* swiper for opinion */
.slider-area2 {
    margin-top: 30px;
    background-color: transparent;
    padding: 20px 0;
}

.swiper {
    width: 100%;
    direction: ltr;
    background-color: transparent;
}

.swiper .swiper-slide {
    position: relative;
    cursor: pointer;
}

.swiper .swiper-slide img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    cursor: pointer;
    display: block;
    border-radius: 10px;
}

/* Modal Styles for opinion */
.modal2 {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--overlay-darker);
}

.modal-header2 {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 15px;
    z-index: 1002;
}

.modal-content2 {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 90vh;
    margin-top: 7%;
    transition: transform 0.3s ease;
}

/* Modal Controls for opinion */
.modal-controls2 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1002;
    display: flex;
    gap: 15px;
    direction: ltr;
}

.control-icon2 {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-icon2 svg {
    width: 20px;
    height: 20px;
    fill: white;
    stroke: white;
    stroke-width: 1;
    flex-shrink: 0;
}

.control-icon2 .closeIcon2 {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

.mySwiper2 {
    position: relative;
}

.button-next {
    position: absolute;
    top: 45%;
    right: 10px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    z-index: 9999;
}

.button-prev {
    position: absolute;
    top: 45%;
    left: 10px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    z-index: 9999;
}

.navigation2 {
    position: absolute;
    top: 50%;
    width: 70%;
    left: 15%;
    margin-left: 50%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1001;
}

.prev2,
.next2 {
    cursor: pointer;
    color: white;
    font-size: 20px;
    user-select: none;
}

.prev2 {
    transform: rotate(180deg);
}

/* Zoomed state */
.zoomed2 {
    cursor: zoom-out;
    transform: scale(1.5);
}

@media only screen and (max-width: 1240px) {
    .opinion-audio-container {
        width: 38%;
    }

    .opinion-slider-container {
        width: 62%;
    }
}

@media only screen and (max-width: 1140px) {
    .opinion-audio-container {
        width: 40%;
    }

    .opinion-slider-container {
        width: 60%;
    }
}

@media only screen and (max-width: 1080px) {
    .opinion-audio-container {
        width: 42%;
    }

    .opinion-slider-container {
        width: 58%;
    }
}

@media only screen and (max-width: 1024px) {
    .opinion-audio-container .audio-container {
        padding: 0 20px 0 20px;
    }

    .opinion-title {
        font-size: 40px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 940px) {
    .opinion-audio-container .audio-container {
        padding: 0 10px 0 10px;
    }
}

@media only screen and (max-width: 880px) {
    .opinion {
        padding: 0 10px;
        gap: 10px;
    }

    .opinion-audio-container .audio-container {
        padding: 0 0px 0 0px;
    }
}

@media only screen and (max-width: 840px) {
    .opinion-audio-container {
        width: 45%;
    }

    .opinion-slider-container {
        width: 55%;
    }
}

@media only screen and (max-width: 767.9px) {
    .opinion {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .modal-content2 {
        margin-top: 50%;
    }

    .opinion-audio-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .image-container {
        justify-content: center;
        align-items: center;
    }

    .opinion-title {
        font-size: 25px;
        line-height: 38px;
    }

    .opinion-slider-container {
        width: 100%;
    }
}

/* Trainees Works */

.trainees-works {
    padding-top: 100px;
}

.trainees-works .content-title {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.trainees-works .content-title h1 {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 83px;
    text-align: center;
}

.trainees-works .content-title h1 .colored-text {
    color: var(--color-primary);
}

.trainees-works .content-title p {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    padding-top: 20px;
}

/* swiper */
.slider-area {
    margin-top: 50px;
    background-color: transparent;
    background-image: linear-gradient(
        260deg,
        var(--gradient-start) 0%,
        var(--gradient-end) 100%
    );
    padding: 20px 0;
}

.swiper {
    width: 100%;
    direction: ltr;
    background-color: transparent;
}

.swiper-slide {
    position: relative;
    cursor: pointer;
}

.swiper-slide img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    cursor: pointer;
    display: block;
}

.navOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--overlay-semi);
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.swiper-slide:hover .navOverlay {
    opacity: 1;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--overlay-darker);
}

.modal-header {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 15px;
    z-index: 1002;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 90vh;
    transition: transform 0.3s ease;
}

/* Modal Controls */
.modal-controls {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1002;
    display: flex;
    gap: 15px;
    direction: ltr;
}

.control-icon {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
    stroke: white;
    stroke-width: 1;
    flex-shrink: 0;
}

.control-icon .closeIcon {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 70%;
    left: 15%;
    margin-left: 50%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1001;
}

.prev,
.next {
    cursor: pointer;
    color: white;
    font-size: 20px;
    user-select: none;
}

.prev {
    transform: rotate(180deg);
}

/* Zoomed state */
.zoomed {
    cursor: zoom-out;
    transform: scale(1.5);
}

/* Responsive design  */

@media only screen and (max-width: 1024px) {
    .trainees-works {
        padding-top: 50px;
    }

    .trainees-works .content-title h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .trainees-works .content-title p {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen and (max-width: 767.9px) {
    .trainees-works .content-title h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .trainees-works .content-title p {
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal-content {
        margin-top: 50%;
    }
}

/* Free Course  */

.free-course {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
}

.free-course .title-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.free-course .title-content {
    background: #fff;
    display: inline-block;
    padding: 15px 60px 15px 60px;
    border-radius: 150px 150px 150px 150px;
    box-shadow: 0px 4px 18px rgba(255, 210, 99, 0.2);
}

.free-course .title-content h1 {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 55px;
    font-weight: 500;
    line-height: 83px;
    color: var(--color-text-dark);
    text-align: center;
}

.free-course .title-content h1 .colored-text {
    color: var(--color-primary);
}

.free-course-content-container {
    background-color: #fffaef;
    border-radius: 50px;
    padding-top: 120px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -80px;
}

.free-course-card-container1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.free-course-card-container2 {
    width: 60%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.free-course-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.free-course-card:hover {
    transform: translateY(-5px);
}

.free-course-card img {
    margin-bottom: 5px;
}

.free-course-card h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.free-course-card p {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
    color: var(--color-text-light);
    margin-top: 5px;
}

.free-courses-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.free-courses-button button {
    background-color: var(--color-accent);
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 0px 58px 58px 40px;
    padding: 10px 35px 10px 35px;
}

.free-courses-button button:hover {
    color: #fff;
    background-color: var(--color-primary);
    transition: all 0.5s ease;
    cursor: pointer;
}

/* Responsive design  */

@media only screen and (max-width: 1024px) {
    .free-course .title-content h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .free-course-card-container1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .free-course-card-container2 {
        width: 100%;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767.9px) {
    .free-course .title-content {
        padding: 15px 40px 15px 40px;
    }

    .free-course-content-container {
        padding-top: 80px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: -60px;
    }

    .free-course .title-content h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .free-course-card img {
        width: 100px;
    }

    .free-course-card h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .free-course-card p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 500px) {
    .free-course-content-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.camp {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
}

.camp h1 {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 120px;
    text-align: center;
    padding-top: 20px;
}

.camp p {
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.camp .img-container img {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
}

.camp .booking_register {
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
}

.camp .booking_register .middle-text {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-text-dark);
    text-align: center;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.camp .booking_register .star-image {
    width: 20px;
    height: 20px;
}

.camp .booking_money {
    background-image: url("./assets/images/banner/blue-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 38px 20px 58px;
    font-family: "IBM Plex Sans Arabic", Sans-serif;
}

.camp .booking_money .right_text {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-white);
}

.camp .booking_money .left_text {
    font-size: 18px;
    font-weight: 300;
    color: var(--color-white);
    opacity: 0.5;
}

/* Responsive design  */

@media only screen and (max-width: 1024px) {
    .camp {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767.9px) {
    .camp {
        padding-left: 10px;
        padding-right: 10px;
    }

    .camp h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .camp p {
        font-size: 18px;
        line-height: 30px;
    }

    .camp .img-container img {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* faq2 */

.faq2 {
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq2 .accordion-top-title {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 0px 40px 0px 0px;
}

.faq2 .accordion {
    width: 100%;
}

.faq2 .accordion-item {
    /* background-color: var(--color-accent)1a; */
    background-color: var(--color-muted-bg);
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 0 25px;
}

.faq2 .accordion-header {
    width: 100%;
    background: transparent;
    color: var(--color-primary);
    cursor: pointer;
    border: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq2 .accordtion-title {
    width: 100%;
    font-size: 22px;
    font-weight: 400 !important;
    text-align: right;
    padding: 20px 25px;
}

.faq2 .accordion-header::before {
    content: "+";
    position: absolute;
    left: 0px;
    font-size: 24px;
    font-weight: 700;
}

.faq2 .accordion-item.active .accordion-header::before {
    content: "−";
}

.faq2 .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out,
        padding 0.3s ease-out;
    padding: 0 15px;
    opacity: 0;
}

.faq2 .accordion-item .first-child {
    padding: 0 75px 0 15px !important;
    transition: padding 0.3s ease-out;
}

.faq2 .accordion-item.active .accordion-body {
    max-height: 2000px;
    padding: 25px 15px;
    opacity: 1;
}

.faq2 .accordion-item.active .first-child {
    padding: 25px 75px 25px 15px !important;
}

.faq2 .lesson-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.faq2 .first-child .lesson-list {
    list-style: disc;
}

.faq2 .first-child .lesson-list li {
    margin-bottom: 0px !important;
}

.faq2 .lesson-list li {
    padding: 4px 0;
    margin-bottom: 30px;
}

.faq2 .lesson-list li .text_class {
    font-size: 20px;
    font-weight: 400;
    color: #192330;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

/* responsive */

@media only screen and (max-width: 1024px) {
    .faq2 {
        padding: 50px 25px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 991px) {
    /* .faq2 .accordion-body {
      padding: 25px;
    } */
    .faq2 .lesson-list li {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767.8px) {
    .faq2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .faq2 .accordtion-title {
        font-size: 16px;
    }

    .faq2 .accordion-item {
        padding: 0px 25px;
    }

    .faq2 .first-child {
        padding: 25px 65px 25px 15px;
    }

    .faq2 .lesson-list li .text_class {
        font-size: 14px;
    }
}

/* fixed button */

.fixed-buttons.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.scroll-top-btn:hover {
    background-color: #eccd7c;
}

.scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
}

.whatsapp-div {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
    z-index: 1111;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.whatsapp-text {
    padding: 0 16px;
    line-height: 1.6;
    background-color: var(--color-success);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.whatsapp-btn {
    width: 60px;
    height: 60px;
    background-color: var(--color-success);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-div:hover .whatsapp-text {
    background-color: var(--color-success) !important;
    box-shadow: 0px 0px 11px var(--overlay-semi);
}

.whatsapp-div.visible {
    opacity: 1;
    visibility: visible;
}

.icon {
    width: 24px;
    height: 24px;
    fill: white;
}

@media only screen and (max-width: 690px) {
    .scroll-top-btn {
        display: none;
    }
}

/* footer  */

.footer {
    background-color: var(--color-primary);
}

.footer-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-inner-top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.footer-inner-top-right-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 50px;
}

.footer-inner-top-left-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-inner-top-left-top .text-container {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--color-white);
    text-align: right;
}

.footer-inner-top-left-bottom {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-inner-top-left-bottom img {
    max-width: 91px;
    width: 100%;
}

.footer-inner-top-left-bottom h4 {
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    text-align: right;
}

.footer-inner-top-center h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-white);
    text-align: right;
}

.footer-inner-top-center p {
    font-size: 16px;
    font-weight: 300;
    color: var(--color-white);
    text-align: right;
}

.footer-inner-top-right button {
    background-color: var(--color-white);
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: 20px;
    border: 1px solid var(--color-accent);
    border-radius: 0px 58px 58px 40px;
    padding: 10px 35px 10px 35px;
    color: var(--color-primary);
}

.footer-inner-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}

.footer-inner-bottom img {
    max-width: 342px;
    width: 100%;
}

/* Responsive design  */

@media only screen and (max-width: 991.9px) {
    .footer-inner-top-right-container {
        gap: 30px;
    }
}

@media only screen and (max-width: 767.9px) {
    .footer-inner-top {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
        padding-bottom: 50px;
    }

    .footer-inner-top-left-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer-inner-top-left-bottom img {
        max-width: 115px;
        width: 100%;
    }

    .footer-inner-top-right-container {
        flex-direction: column-reverse;
        gap: 25px;
    }

    .footer-inner-top-center h3 {
        text-align: center;
    }

    .footer-inner-top-center p {
        color: var(--color-white);
        text-align: center;
    }

    .footer-inner-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .footer-inner-top-left-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
}

.instructor-info {
    padding: 0 20px;
}
.instructor-section {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
}

.instructor-image img {
    width: 400px;
    margin-left: 100px;
    margin-right: -150px;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.instructor-name {
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    margin-right: -20px;
    margin-bottom: 20px;
}

.instructor-points div img {
    width: 40px;
    flex-shrink: 0;
}

.instructor-points div p {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-text-dark);
    text-align: right;
    margin-right: 10px;
}

.instructor-points div {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 15px;
}

@media (max-width: 1000px) {
    .instructor-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .instructor-image img {
        width: 300px;
        margin-left: 40px;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .instructor-name {
        text-align: center;
    }

    .instructor-points li {
        justify-content: center;
        text-align: center;
    }
}

.course-content-icon {
    width: 30px;
    margin-right: 10px;
}
