/* =============== body ================ */
:root {
    --font-family: 'ExpoArabic-regular', sans-serif;
    --font-family-en: 'poppins', sans-serif;
    --font-family-bold: 'ExpoArabic-bold', sans-serif;
    --font-family-medium: 'ExpoArabic-medium', sans-serif;
    --font-family-light: 'ExpoArabic-light', sans-serif;
    --primary-color: #E57D4D;
    --primary2-color: #E88B60;
    --label-primary-color: #F9DFD2;
    --primary-shadow: 0px 4px 8.6px 0px #7B39007A;
    --primary-gradient: linear-gradient(90.03deg, #E57D4D 0.02%, #FFB939 143.59%);
    --gray-color: #595959;
    --border-radius-corner-full: 1000px;
    --border-radius-extra-large: 28px;
}

html,
body {
    overflow-x: hidden;
}

body {
    background-color: #FBF9F5;
    font-family: var(--font-family);
}

.text-dark {
    color: #000;
}

.bg-label-primary {
    background-color: var(--label-primary-color) !important;
}

.primary-gradient-bg {
    background: var(--primary-gradient) !important;
    box-shadow: var(--primary-shadow);
}

.img-primary {
    filter: invert(63%) sepia(33%) saturate(982%) hue-rotate(334deg) brightness(95%) contrast(92%);
}

.img-white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(190deg) brightness(100%) contrast(100%);
}

.img-black {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(100%) contrast(100%);
}

.img-info {
    /* #D3F1F0 */
    filter: invert(31%) sepia(86%) saturate(658%) hue-rotate(140deg) brightness(92%) contrast(97%);
}

.img-gray {
    filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
}

.dark-style .vector_img_dark {
    /*convert to white*/
    filter: brightness(0) saturate(100%) invert(83%) sepia(9%) saturate(670%) hue-rotate(183deg) brightness(96%) contrast(92%);
}


/* ============================================
    Swiper Class
============================================= */
/* .swiper {
    padding: 140px 0 44px;
    margin: -140px 0 -20px !important;
} */
.swiper .card__content {
    overflow: hidden;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
}

.swiper-button-prev,
.swiper-button-next {
    width: initial;
    height: initial;
    font-size: 2rem;
    color: var(--second-color);
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-next {
    right: 50px;
}

.swiper-pagination-bullet {
    background-color: #CFD3D6;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--secondary);
}

.swiper-button-next .fa-angle-right,
.swiper-button-prev i {
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0px 1px 2px #979797;
    border-radius: 50%;
    padding: 9px 12px;
}

.swiper-button-next i:hover,
.swiper-button-prev i:hover {
    background-color: var(--secondary);
    color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #8a7d7f !important;
    width: 15px;
    height: 6px;
    opacity: 1;
    border-radius: 20px;
    top: 0px;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 45px;
    background: linear-gradient(45deg, #de732c, #96dca8) !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000;
    cursor: pointer;
    font-size: 24px;
    right: -300%;
    top: 13px;
    margin-right: 10px;
    z-index: 10;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: auto;
    margin: 25px 0;
}

.swiper .card__article {
    cursor: pointer;

}



/* =============== navbar ================ */
.navbar-brand img {
    width: 140px;
    height: 35px;
}

.navbar-nav {
    margin-right: 50px;
    gap: 16px;
}

.navbar-nav .nav-link {
    font-family: var(--font-family-medium);
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 146%;
    /* text-align: right; */
    letter-spacing: 0%;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-nav-end .nav-icons a.icon {
    border-radius: var(--border-radius-corner-full);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav-end .nav-icons a.icon:hover {
    background-color: var(--label-primary-color);
}

.navbar .login-btn {
    padding: 12px 16px;
    font-weight: 600;
}

.navbar .login-btn:hover {
    background-color: var(--label-primary-color);
    padding: 10px 16px;
}

.navbar .download-app {
    box-shadow: var(--primary-shadow);
    width: 187px;
    height: 48px;
    padding: 12px 16px;
}

@media (max-width: 992px) {
    .navbar:has(.navbar-collapse.show) {
        box-shadow: 0 1px 3px #ddd;
        background: #fbf9f5;
    }

    .navbar-nav-end {
        display: block !important;
    }

    .navbar-nav {
        margin: 18px;
        gap: 0px;
    }

    .navbar .nav-icons {
        margin: 5px 8px 14px
    }

    .navbar-nav-end .nav-btns {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .navbar-nav-end .nav-btns {
        display: inline;
    }

    .navbar-nav-end .nav-btns a,
    .navbar-nav-end .nav-btns button {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ============================================
    hero section
===============================================*/
.hero-section {
    /* margin-top: 70px; */
}

.first-platform {
    font-weight: 600;
    min-width: 280px;
    height: 50px;
    gap: 8px;
    padding-top: 25px;
    padding-right: 23px;
    padding-bottom: 25px;
    padding-left: 23px;
}

.hero-section .title {
    font-family: var(--font-family-bold);
    font-size: 57px;
    line-height: 134%;
    letter-spacing: 0%;
    /* text-align: right; */
}

.hero-section .small-desc {
    font-family: var(--font-family-bold);
    font-size: 37px;
    line-height: 144%;
    letter-spacing: 0%;
    /* text-align: right; */
    color: var(--gray-color);
}

.hero-section .desc {
    font-family: var(--font-family-medium);
    font-size: 24px;
    line-height: 138%;
    letter-spacing: 0%;
    /* text-align: right; */
    color: var(--gray-color);
}

.hero-section .feature {
    font-family: var(--font-family-bold);
    font-size: 14px;
    padding: 15px 23px;
}

.hero-section .start-now {
    font-family: var(--font-family-medium);
    padding: 12px 26px 12px 8px;
    width: 212px;
    height: 63px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    align-content: center;
}

.hero-section .start-now:hover img {
    animation: arrow-move 1.5s ease-in-out infinite;
}

/* animation  */
@keyframes arrow-move {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }
}

.hero-section .rectangle {
    width: 336px;
    height: 167px;
    border-radius: 20px;
    background-color: var(--primary2-color);
    position: absolute;
    transform: rotate(-16deg);
}

.hero-section .rectangle:nth-child(1) {
    width: 284px;
    height: 142px;
    top: 422px;
    left: 63.68px;
}

.hero-section .rectangle:nth-child(2) {
    width: 336px;
    height: 167px;
    top: 453px;
    left: 309.13px;
}

.hero-section .rectangle:nth-child(3) {
    width: 412px;
    height: 159px;
    top: 620px;
    left: 295px;
    z-index: 2;
    background-color: #FBF9F5;
}

.hero-section .rectangle:nth-child(4) {
    width: 302px;
    height: 228px;
    top: 574px;
    left: 40px;
    z-index: 2;
    background-color: #FBF9F5;
}

.hero-section .ads-img {
    width: 525px;
    height: 771px;
    top: 40px;
    left: 101px;
}

.hero-section .mobile-frame {
    width: 217px;
    height: 400px;
    top: 130px;
    left: 239px;
    z-index: 1;
}

.hero-section .pencil-img {
    width: 78px;
    height: 65px;
    top: 220px;
    left: 121px;
}

.hero-section .ruler-img {
    width: 80px;
    height: 82px;
    top: 25px;
    left: 375.23px;
}

.hero-section .heart-img {
    width: 22px;
    height: 29px;
    top: 64px;
    left: 525px;
}

.hero-section .loop-shape-img {
    width: 115px;
    height: 77px;
    top: 133px;
    left: 574px;
}

.hero-section .star-img {
    width: 39px;
    height: 42px;
    top: 366px;
    left: 667px;
}

.hero-section .circle-shape-img {
    width: 41px;
    height: 47px;
    top: 628px;
    left: 190px;
    z-index: 2;
}

.hero-section .glass-btn {
    width: 225px;
    height: 90px;
    top: 572px;
    left: 517px;
    gap: 9px;
    padding-top: 25px;
    padding-right: 23px;
    padding-bottom: 25px;
    padding-left: 23px;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-bottom-left-radius: 1000px;
    z-index: 2;
    box-shadow: 4px 8px 13.3px 3px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-family: var(--font-family-bold);
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.hero-section .best_rating {
    /* width: 218px;
    height: 76px;
    top: 58px;
    left: 100px; */
    width: 224px;
    height: 66px;
    top: 96px;
    left: 45px;
    gap: 10px;
    padding-top: 25px;
    padding-right: 23px;
    padding-bottom: 25px;
    padding-left: 23px;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-bottom-left-radius: 1000px;
    z-index: 2;
    background: #FFCC6785;
    box-shadow: 4px 8px 13.3px 3px rgba(12, 12, 13, 0.1);

    font-family: var(--font-family-bold);
    font-size: 17px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #513122;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* ============================================
    Stats Section
============================================= */
.stats-section {
    /* margin-top: 240px; */
    gap: 64px;
    background: linear-gradient(89.11deg, #E57D4D 0.76%, #FFB939 168.91%);
    box-shadow: 0px 0px 25.4px 0px #00000040;
    position: relative;
    z-index: 2;
    padding: 30px 100px;
}

.stats-section .stats-count {
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
}

.stats-section .stats-count .count {
    direction: ltr;
    display: inline-flex;
    overflow: hidden;
}

.stats-section .stats-icon {
    font-size: 40px;
    font-weight: bold;
}

.stats-section .stats-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 146%;
    letter-spacing: 0%;
    color: #fff;
}

.stats-section .digit-wrapper {
    position: relative;
    height: 1em;
    overflow: hidden;
}

.stats-section .digit-list {
    display: flex;
    flex-direction: column;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1);
}

.stats-section .digit {
    height: 1em;
    text-align: center;
}

/* ============================================
    Courses Section
============================================= */
.courses-section {
    margin-top: 80px;
}

.courses-section .header-title,
.courses-section .title {
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000 !important;
}

.courses-section .tabs-scroll {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge القديم */
}

.courses-section .tabs-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome / Safari */
}

.courses-section .nav-tabs .nav-link {
    white-space: nowrap;
    /* يمنع نزول الكلام سطرين */
}

.courses-section .nav-tabs .nav-link {
    padding: 7px 16px;
    gap: 6px;
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    border-color: var(--primary2-color) !important;
}

.courses-section .nav-tabs .nav-link img {
    opacity: 0.5;
}

.courses-section .nav-tabs .nav-link.active {
    background-color: var(--primary2-color) !important;
    color: #fff;
}

.courses-section .nav-tabs .nav-link:hover:not(.active) {
    background-color: var(--label-primary-color) !important;
}

.courses-section .nav-tabs .nav-link.active img,
.courses-section .nav-tabs .nav-link:hover img {
    opacity: 1;
}

.courses-section .card-gragient-parent {
    height: 100%;
    display: flex;
}

.courses-section .card {
    border-radius: var(--border-radius-extra-large);
    background-color: var(--course-color-bottom);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.courses-section .details {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    background-color: var(--course-color-top);
    flex-grow: 1;
    /* جعل منطقة التفاصيل تتمدد لتوحيد الارتفاع */
    display: flex;
    flex-direction: column;
}

.courses-section .cart {
    width: 52px;
    height: 52px;
    background: var(--primary2-color);
    position: relative;
    z-index: 2;
}

.courses-section .seperator {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
}

.courses-section .category {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
}

.courses-section .start-from {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.courses-section .price {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--primary2-color);
}



.courses-section .features .box {
    padding: 6px 14px;
    gap: 4px;
    color: #595959;
    background: #FDF3EF;
    border: 1px solid #F8DBCE;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0%;
}

.courses-section .desc {
    color: #595959;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
    overflow: hidden;
    flex-grow: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.more-link {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 12px;
    margin-top: auto;
}

.more-link a:hover {
    opacity: 0.8;
}

.more-link i {
    transition: transform 0.3s ease;
}

.more-link a:hover i {
    transform: translateX(-5px);
}

.courses-section .swiper-slide {
    height: auto !important;
    /* السماح للـ Swiper بتحديد الارتفاع بناءً على أطول كارد */
    display: flex !important;
}

.courses-section .course-img {
    background-color: var(--course-color-bottom);
    height: 180px;
    /* تحديد ارتفاع ثابت للصورة لضمان التناسق */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
}

.courses-section .course-img img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.courses-section .card:hover {
    box-shadow: 0px 3px 6px 0px #aaaaaaab;
    border: 1px solid var(--course-img-color);
}


/* ============================================
    Unique Section
============================================= */
.unique-section {
    background: #FFEFD0;
    margin-top: 80px;
    padding: 80px clamp(16px, 5%, 80px) 24px;
    overflow: hidden;
}

.unique-section .title {
    color: #000;
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
}

.unique-section .card {
    border-radius: var(--border-radius-extra-large);
}



.unique-section .unique-bg {
    top: 0;
    right: 0;
    z-index: 0;
    transition: transform .5s ease;
    transform-origin: top right;
    /*  عشان تكبر من الركن */
    transform: scale(1.1);
}

.unique-section .card:hover .unique-bg {
    transform: scale(4);
}

.unique-section .card .icon {
    transition: transform .4s ease;
}

.unique-section .card:hover .icon {
    transform: scale(1.1);
}

.unique-section .content {
    z-index: 1;
}

.unique-section .content .title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 30px;
    line-height: 143%;
    letter-spacing: 0%;
}

.unique-section .content .desc {
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    font-family: var(--font-family-medium);
    color: #848484;
    width: 95%;
}


.unique-swiper-1 .swiper-wrapper,
.unique-swiper-2 .swiper-wrapper {
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}

.unique-swiper-1 .swiper-slide,
.unique-swiper-2 .swiper-slide {
    height: auto;
    margin-bottom: 50px;
}

.unique-swiper-1 .card,
.unique-swiper-2 .card {
    height: auto;
}


/* ============================================
    Reviews
============================================= */
.reviews-section .title {
    font-family: var(--font-family-bold);
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.reviews-section .quotes-bg {
    top: 50%;
    right: -180px;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.8;
    width: 150px;
}

.reviews-section .nav-tabs .nav-link {
    padding: 7px 16px;
    gap: 6px;
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    border-color: var(--primary2-color) !important;
}

.reviews-section .nav-tabs .nav-link.active {
    background-color: var(--primary2-color) !important;
    color: #fff;
}

.reviews-section .nav-tabs .nav-link:hover:not(.active) {
    background-color: var(--label-primary-color) !important;
}

.reviews-section .message-screen {
    top: 124px;
    overflow: hidden;
    justify-items: anchor-center;
    width: 490px !important;
}

.reviews-section .message-screen .swiper .card__article {
    cursor: pointer;
    width: 400px !important;
}

.reviews-section .phone-frame {
    width: 100%;
    height: 100%;
    border-radius: 26px;
    overflow: hidden;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    /* box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.38); */
    /* box-shadow: 0 0 0.40em 0.40em rgb(138 138 138 / 25%) */
}

.reviews-section .phone-frame img {
    width: 100%;
    height: 100%;
    border-radius: 26px;
}

/* ============================================
    New Customer Reviews (Phone Mockup)
============================================= */
.customer-review-card {
    position: relative;
    width: 480px !important;
    min-width: 480px !important;
    /* منع الانكماش */
    height: auto !important;
    margin: 0 auto;
    transition: transform 0.3s ease;
}


.customer-review-card:hover {
    transform: scale(1.02);
}

.customer-review-card .phone-mockup {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: none;
    aspect-ratio: 1080 / 1350;
}

.customer-review-card .screenshot-wrapper {
    position: absolute !important;
    top: calc(34% - 10px) !important;
    /* المسافة من الأعلى */
    left: 47% !important;
    /* توسيط أفقي */
    transform: translateX(-50%) !important;
    width: 80% !important;
    /* زيادة العرض قليلا لاستيعاب الحواف */
    height: auto !important;
    z-index: 2 !important;

    /* تصميم خلفية الكارت المقتطع من الشات */
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
}

.customer-review-card .screenshot {
    width: 100% !important;
    /* العرض الكامل داخل الكارت */
    height: auto !important;
    max-height: 280px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    display: block;
}




.customer-reviews-swiper {
    padding: 60px 20px 120px 20px !important;
    overflow: visible !important;
}

.customer-reviews-swiper .swiper-slide {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ========= Mobile Fix for Reviews ========= */
@media (max-width: 767px) {
    .customer-review-card {
        width: 280px !important;
        min-width: unset !important;
        max-width: 90vw !important;
    }

    .customer-review-card .phone-mockup {
        aspect-ratio: auto;
    }

    .customer-review-card .screenshot {
        max-height: 150px !important;
    }

    .customer-review-card .screenshot-wrapper {
        top: calc(34% - 5px) !important;
        padding: 8px !important;
        border-radius: 10px !important;
    }

    .customer-reviews-swiper {
        padding: 0px 5px 60px 5px !important;
        margin-top: -30px !important;
        /* رفعه للأعلى */
    }

    .tab-content.mt-3 {
        margin-top: 0px !important;
        /* إلغاء المارجن العلوي تماماً */
    }

    .reviews-section .message-screen {
        width: 100% !important;
    }

    .reviews-section .message-screen .swiper .card__article {
        width: 280px !important;
    }

    .reviews-section .phone-frame {
        border-radius: 18px;
    }

    .reviews-section .phone-frame img {
        border-radius: 18px;
    }

    .reviews-section .title {
        font-size: 28px !important;
    }

    /* ========= Root Fix for Review Cards on Mobile ========= */
    .reviews-boxes {
        width: 100% !important;
        overflow: hidden !important;
    }

    .reviews-boxes .card__container {
        padding: 40px 0 !important;
        overflow: visible !important;
    }

    .reviews-section .reviews-boxes .card__article {
        /* ترك العرض للـ Swiper ليحسبه بناءً على slidesPerView: 1 */
        display: flex !important;
        justify-content: center !important;
    }

    .reviews-section .reviews-boxes .card {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        border-radius: 30px !important;
        padding: 20px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .reviews-section .reviews-boxes .desc {
        word-wrap: break-word !important;
        white-space: normal !important;
    }

    .swiper-nav-buttons {
        margin-top: -20px;
    }
}

.swiper-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 50px;
    height: 50px;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    border-color: var(--primary2-color);
    background: var(--primary2-color);
}

.swiper-button-prev-custom:hover::after,
.swiper-button-next-custom:hover::after {
    color: #fff;
}

.swiper-button-prev-custom::after,
.swiper-button-next-custom::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #000;
}

.swiper-button-prev-custom::after {
    content: "\f061";
    /* Right arrow for RTL */
}

.swiper-button-next-custom::after {
    content: "\f060";
    /* Left arrow for RTL */
}

[dir="ltr"] .swiper-button-prev-custom::after {
    content: "\f060";
}

[dir="ltr"] .swiper-button-next-custom::after {
    content: "\f061";
}

align-items: center;
}

.reviews-section .messages-section .swiper-button-prev:hover:after,
.reviews-section .messages-section .swiper-rtl .swiper-button-next:hover:after {
    background-color: var(--label-primary-color);
}

.reviews-section .messages-section .card__container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}

.reviews-section .messages-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-section .reviews-boxes .card__article {
    width: 440px !important;
}

.reviews-section .reviews-boxes .card {
    background-color: var(--review-bg-color);
    border-radius: 76px;
    padding: 36px 47px 20px;
    color: #000;
    transition: all 0.4s ease;
    position: relative;
}

.reviews-section .reviews-boxes .quotes,
.review-modal .quotes {
    width: 50px;
    height: 50px;
    border-radius: 65px;
    transform: rotate(4deg);
    background-color: #FFB700;
    color: #000;
}

.reviews-section .reviews-boxes .username,
.review-modal .username {
    font-family: var(--font-family-bold);
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
}

.reviews-section .reviews-boxes .desc.clamped {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reviews-section .reviews-boxes .desc,
.review-modal .desc {
    font-family: var(--font-family-medium);
    font-size: 16px;
    line-height: 144%;
    letter-spacing: 0%;
    color: #848484;
}

.reviews-section .reviews-boxes a:hover {
    color: var(--primary2-color);
}

.reviews-section .reviews-boxes video {
    pointer-events: none;
    height: 160px;
    object-fit: cover;
    border-radius: 20px;
}

.reviews-section .reviews-boxes .course-title,
.review-modal .course-title {
    font-family: var(--font-family-medium);
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    color: #000;
}

.reviews-section .reviews-boxes .video img {
    border-radius: 25px
}

.reviews-section .reviews-boxes .play {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: var(--primary2-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Card States */
.reviews-section .reviews-boxes .card.active {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Swiper adjustments */
.reviews-section .reviews-boxes .swiper-slide {
    height: auto;
    position: relative;
}

.reviews-section .vector {
    bottom: -5px;
    left: 0px !important;
    transform: rotate(-1deg);
}

.reviews-section .star-vector {
    left: 325px;
    bottom: 125px;
}


/*
/* الـ swiper wrapper محتاج يظهر كامل */
.reviews-boxes .card__container {
    overflow: visible !important;
    /* عشان الكاردات المجاورة تظهر */
}

.reviews-boxes {
    overflow: hidden;
    /* نخفي اللي بره الكونتينر */
    width: 100%;
}

/* لو بنستخدم slidesPerView: auto */
/* تم حذف العرض الثابت لضمان التوافق مع الجوال */
.reviews-boxes .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* في الموبايل */
@media (max-width: 767px) {
    .reviews-boxes .swiper-slide {
        width: 100%;
    }
}

*/

/* ============================================
    Common Questions
============================================= */
.common-questions-section .title {
    font-family: var(--font-family-medium);
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.common-questions-section .accordion-item {
    width: 50%;
    background: #fff;
    overflow: hidden;
    border-radius: 50px !important;
    transition: .3s;
}

/* نشيل تأثيرات Bootstrap */
.common-questions-section .accordion-button {
    color: #000;
    font-weight: bold;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: inherit !important;
}

/* مفتوح */
.common-questions-section .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-radius: 40px !important;
    background: #FDF3EF;
    border: 1px solid var(--primary-color);
}

/* نعيد ضبط الراوند لكل العناصر */
.common-questions-section .accordion-item:not(:last-of-type),
.common-questions-section .accordion-item:last-of-type {
    border-radius: 50px !important;
    box-shadow: none;
    border: 1px solid #D9D9D9;
    padding: 7px 10px;
}

.common-questions-section .accordion-header+.accordion-collapse .accordion-body {
    padding-top: 20px;
}

/* تعديل السهم الأصلي */
.common-questions-section .accordion-button::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: .3s;
    background-size: 14px;
    transform: rotate(90deg);
    background-position: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath stroke='%23000' stroke-width='1.5' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* لما يتفتح - سهم أبيض bold */
.common-questions-section .accordion-button:not(.collapsed)::after {
    background-color: var(--primary2-color);
    transform: rotate(-90deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath stroke='%23fff' stroke-width='1.5' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.common-questions-section .vector {
    top: -9px;
    left: -2px;
    transform: rotate(2deg)
}

@media (max-width: 992px) {
    .common-questions-section .accordion-item {
        width: 100%;
    }
}

/* ============================================
    Download App Section
============================================= */
.download-app-section {
    margin-bottom: 130px;
    padding: 50px 90px 40px;
    border-radius: 30px;
    background: linear-gradient(89.11deg, #E57D4D 0.76%, #FFB939 168.91%);
}

.download-app-section .title {
    font-family: var(--font-family-bold);
    /* font-weight: 600; */
    font-size: 55px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
}

.download-app-section .phone-container {
    top: 13px;
    inset-inline-end: -130px;
    inset-inline-start: auto;
    z-index: 1;
}

.download-app-section P {
    font-family: var(--font-family-medium);
    /* font-weight: 600; */
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #F9DFD2;
}

.download-app-section .get_app a {
    font-family: var(--font-family-en);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    padding: 12px 20px;
    border-radius: var(--border-radius-corner-full);
    background-color: #000;
}

.download-app-section .get_app a.google-btn {
    color: #3B3B3B;
    font-weight: bold;
    background-color: #fff;
}


.app-screen {
    position: relative;
}

.insider-bg {
    position: relative;
    width: 198px;
    height: 391px;
    border-radius: 20px;
    top: 2.83px;
    left: -2.6px;
    background: #fff;
}

/* لمطابقة الصورة الأولى (الصحيحة) */
/* الخلفية البرتقالية */
.app-screen-bg-static {
    position: absolute;
    width: 215px;
    height: 404px;
    border-radius: 24px;
    background: #FFBB33;
    transform-style: preserve-3d;
    transform: rotateY(-35deg) rotateX(14deg) translateZ(11px) translateX(0px) translateY(10px);
    z-index: 1;
}

/* الموبايل المتحرك */
.app-screen-bg-animated {
    position: relative;
    width: 215px;
    height: 407px;
    border-radius: 24px;
    transform-style: preserve-3d;
    z-index: 2;
    /* الزاوية الأساسية */
    transform: rotateY(-18deg) rotateX(3deg);
    animation: floatingPhone 2.5s ease-in-out infinite alternate;
}

@keyframes floatingPhone {
    0% {
        transform: rotateY(-18deg) rotateX(3deg) translateZ(0px) translateY(0px);
        filter: drop-shadow(8px 12px 20px rgba(0, 0, 0, 0.2));
    }

    100% {
        transform: rotateY(-18deg) rotateX(3deg) translateZ(18px) translateY(-8px);
        filter: drop-shadow(12px 18px 30px rgba(0, 0, 0, 0.3));
    }
}

/* ============================================
    Footer
============================================ */
footer {
    background: #ECEAEA;
}

footer .about {
    color: #595959;
    width: 90%;
}

footer .links .title {
    font-size: 20px;
    color: var(--primary2-color);
}

footer .links a {
    color: #595959;
}

footer .contact_us .title {
    font-size: 20px;
    color: var(--primary2-color);
}

footer .contact_us .icon {
    width: 35px;
    height: 35px;
    gap: 10px;
    border-radius: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: var(--primary2-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .payment-links {
    background-color: var(--primary2-color);
}

.whatsapp-button {
    width: 128px;
    height: 129px;
    bottom: 0;
    left: 50px;
    z-index: 999;
    animation: whatsappPulse 3s infinite;
}

@keyframes whatsappPulse {

    0% {
        transform: scale(1);
    }

    /* النبضة الأولى */
    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }

    /* النبضة التانية */
    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }

    /* فترة السكون */
    100% {
        transform: scale(1);
    }
}


/* ============================================
    Courses Page
============================================= */
.courses-page .header-title {
    color: #000;
    font-size: 57px;
}

.courses-page .category-title {
    font-size: 30px;
    line-height: 120%;
    font-weight: bold;
    color: #000;
    margin: 80px 0 27px 0;
}

/* .courses-page .courses-section .course-img {
    width: 369px;
    height: 152px;
    border-radius: 20px;
    gap: 10px;
} */

.courses-page .courses-section .header-title,
.courses-page .courses-section .title {
    font-family: var(--font-family-medium);
    /* font-weight: bold; */
    line-height: 120%;
    letter-spacing: 0%;
    color: #000 !important;
}

/* .courses-page .courses-section .card {
    background-color: #fff;
    border: 1px solid #D9D9D9;
} */

.courses-page .courses-section .cart {
    width: 44px;
    height: 44px;
}

.courses-page .courses-section .cart img {
    width: 20px;
}

.courses-page .courses-section .details-btn {
    border-radius: 32px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--primary2-color);
    border: 1px solid var(--primary2-color);
    font-family: var(--font-family-medium);
}

.courses-page .courses-section .details-btn:hover {
    background-color: var(--label-primary-color);
}

.course-individual-modal .modal-content {
    border-radius: 30px;
}

.course-individual-modal .course-modal-header {
    border-bottom: 4px solid #D9D9D9;
    opacity: .4;
}

.course-individual-modal .course-modal-header.active {
    border-color: var(--primary2-color);
    opacity: 1;
    cursor: pointer;
}

.course-individual-modal .modal-header .modal-title {
    color: #000;
    font-size: 24px;
}

.course-individual-modal .header-num {
    color: #000;
    background-color: var(--label-primary-color);
    width: 37px;
    height: 37px;
    gap: 10px;
    border-radius: 42px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-individual-modal .modal-header .btn-close,
.course-group-modal .modal-header .btn-close {
    position: absolute;
    top: 65px;
    left: 55px;
    border-radius: 50%;
    box-shadow: none;
    background-color: #D9D9D9;
}

.course-individual-modal .course-img {
    background: var(--course-img-color);
}

.course-individual-modal .course-img img {
    max-width: 370px;
}

.course-individual-modal .body-title {
    font-family: var(--font-family-medium);
    font-weight: bold;
    font-size: 37px;
    color: #000;
}

.course-individual-modal .full_hour {
    font-family: var(--font-family-medium);
    font-size: 20px;
    line-height: 146%;
    letter-spacing: 0%;
    color: #595959;
}

.course-individual-modal .package-card {
    border-radius: 24px;
    border-width: 1px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    transition: .3s;
}

.package-card:hover {
    border-color: var(--primary-color);
}

.course-individual-modal .package-card input[type="radio"] {
    width: 20px;
    height: 20px;
}

.course-individual-modal .package-card:has(input[type="radio"]:checked) {
    border-color: var(--primary2-color);
}

.course-individual-modal .sessions_count_title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.course-individual-modal .package-card {
    margin-top: 35px;
}

.course-individual-modal .package-card .desc {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    color: #595959;
}

.course-individual-modal .package-card .price {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--primary2-color);
}

.course-individual-modal .package-card .price img {
    width: 30px;
}

.course-individual-modal .package-card .price span {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
}

.course-individual-modal .package-card .discount {
    font-family: var(--font-family-medium);
    position: relative;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #999999;
}

.course-individual-modal .package-card .discount::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    height: 0.7px;
    background: #999999;
    transform: translateY(-50%);
}

.course-individual-modal .package-card .discount img {
    width: 20px;
    height: 20px;
}

.course-individual-modal .package-card .discount span {
    font-size: 13px;
    line-height: 1;
}

.course-individual-modal .package-card .discount-img {
    top: -36px;
    right: -19px;
}

.course-individual-modal .package-card .discount-text {
    font-family: var(--font-family-medium);
    font-weight: 500;
    transform: rotate(23deg);
    top: -14px;
    right: 5px;
    font-size: 10px;
    color: #000;
    line-height: 17px;
    letter-spacing: 0%;
}

.course-individual-modal .discount-text span {
    font-weight: bold;
    font-size: 15px;
}

.course-individual-modal .package-card .recomended {
    position: absolute;
    top: -10px;
    left: 16px;
    background-color: #fff;
    border: 1px solid var(--primary2-color);
    font-size: 18px;
    padding: 8px 7px;
    border-radius: 8px;
    font-weight: bold;
    border-radius: 20px;
    top: -33px;
    left: 49px;
    border-top-color: #fff;
}

.course-individual-modal .package-card .badge {
    position: relative;
    font-size: 16px;
    padding: 12px 12px;
    border-radius: 8px;
    font-weight: bold;
    background: linear-gradient(90.03deg, #E57D4D 0.02%, #FFB939 143.59%);
}

.course-individual-modal .recomended-package {
    border-color: var(--primary2-color) !important;
    background: linear-gradient(90.01deg, rgba(229, 114, 77, 0.2) 0.01%, rgba(255, 182, 50, 0.2) 99.99%);

}

.course-individual-modal .package-card .recomended .overlay {
    background-color: #fff;
    position: absolute;
    width: 110%;
    height: 60%;
    top: 0;
    left: -5px;
}

.course-individual-modal .package-card .sessions_count {
    color: #000;
}

.course-individual-modal .package-card .sessions_count .title {
    font-size: 14px;
}

.course-individual-modal .package-card .sessions_count button {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    padding: 0px 0 !important;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-individual-modal .package-card .sessions_count button:disabled {
    background-color: #D9D9D9;
    cursor: not-allowed;
    border-color: #D9D9D9;
}

.course-individual-modal .package-desc {
    background-color: #FDF3EF;
    border-radius: 20px;
}

.course-individual-modal .package-desc h2 {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 30px;
    line-height: 157%;
    color: #000;
}

.course-individual-modal .package-desc .icon-bg {
    right: 18px;
    width: 42px;
    top: 20px;
}

.course-individual-modal .features .title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
}

.course-individual-modal .features .desc {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
}

.course-individual-modal .courses-section .card {
    background: transparent;
}

.course-individual-modal .courses-section .features .box {
    font-size: 16px;
}

.course-individual-modal .courses-section .select-section .title,
.course-group-modal .courses-section .select-section .title {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    color: #999 !important;
}

.course-individual-modal .courses-section .select-section .label,
.course-group-modal .courses-section .select-section .label {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    color: #000;
}

.course-individual-modal .courses-section .selection select,
.course-group-modal .courses-section .selection select {
    color: #000;
    width: 175px;
    font-size: 13px;
}

.course-individual-modal .courses-section .card-footer {
    font-size: 20px;
    width: 551;
}

.course-individual-modal .courses-section .card-footer button {
    padding: 12px 30px;
    font-weight: bold;
}

.course-individual-modal .courses-section .card-footer button:active img,
.course-individual-modal .courses-section .card-footer button:focus img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(190deg) brightness(100%) contrast(100%);
}

.course-individual-modal .courses-section .price,
.course-group-modal .courses-section .price {
    color: #fff;
    font-size: 30px;
}

.course-individual-modal .courses-section .dash,
.course-group-modal .courses-section .dash {
    width: 20px;
    border: 1px solid;
}

.course-group-modal .modal-content {
    border-radius: var(--border-radius-extra-large);
}

.course-group-modal .modal-header {
    z-index: 2;
}

.course-group-modal .courses-section .selection {
    font-size: 16px;
    color: #000;
}

.empty-courses .title {
    color: var(--primary2-color) !important;
    font-size: 20px;
}

/* ============================================
    Cart
=============================================*/
.cart-page .header-title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
}

.cart-page .cart_count {
    font-size: 16px;
}

.cart-page .card-img {
    background-color: var(--course-img-color);
    max-width: 126px;
    height: 120px;
}

.cart-page .cart-item h6 {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.cart-page .cart-item .category,
.cart-page .cart-item .stage {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #717182;
}

.cart-page .cart-item-quantity {
    color: #000;
}

.cart-page .cart-item-quantity button {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 0px 0 !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-page .cart-item-quantity button:disabled {
    background-color: #D9D9D9;
    cursor: not-allowed;
    border-color: #D9D9D9;
}

.cart-page .cart-item-price {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
}

.cart-page .cart-item-actions .cart-item-delete button {
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #D4183D;
}

.cart-page .tamara-card {
    border-radius: 20px;
    border-width: 1px;
    padding: 26px 25px;
    gap: 10px;
    background: linear-gradient(90.01deg, rgba(229, 114, 77, 0.2) 0.01%, rgba(255, 182, 50, 0.2) 99.99%);
    border: 1px solid #E88B60;

    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;
    color: #000;
}

.cart-page .tamara-card img {
    flex-shrink: 0;
}

.cart-page .card-info .header-title,
.cart-page .card-coupon .header-title,
.cart-page .card-summary .header-title {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
}

.cart-page .card-info label {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
}

.cart-page .card-info input::placeholder,
.cart-page .card-data input::placeholder,
.cart-page .card-coupon input::placeholder {
    font-size: 13px;
    color: #999999;
}

.cart-page .card-info .type-selection label {
    font-size: 16px;
    cursor: pointer;
}

.cart-page .card-info input[type="radio"] {
    width: 18px;
    height: 18px;
}

.cart-page .type-selection input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #FBF9F5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #d9dee3;
}

.cart-page .type-selection input[type='radio']:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: var(--primary2-color);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.cart-page .was-validated input[type='radio']:invalid:after {
    border-color: #ff4526;
}

.cart-page .card-summary .payment-methods .was-validated input[type='radio']:invalid+label:not(.label-title) {
    border-color: #ff4526 !important;
}

.cart-page .card-summary label {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
}

.cart-page .card-summary .cart-item-price {
    font-size: 16px;
    color: #000;
}

.cart-page .card-summary .total-price {
    font-size: 20px;
}

.cart-page .card-summary .instead-price {
    font-size: 20px;
    color: #999;
    position: relative;
}

.cart-page .card-summary .instead-price::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    height: 1px;
    background: #848484;
    transform: translateY(-50%);
}

.cart-page .card-summary .label-title {
    font-size: 16px;
}

.cart-page .card-summary .payment-methods label:not(.label-title) {
    width: 100%;
    height: 59px;
    border-radius: 16px;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    cursor: pointer;
}

.cart-page .card-summary .payment-methods label:not(.label-title):hover,
.cart-page .card-summary .payment-methods label:has(input[type="radio"]:checked) {
    border: 1px solid #E88B60 !important;
    background: #FDF3EF;
}

.cart-page.cart-details-page .card-img {
    max-width: 95px;
    height: 95px;
}

[dir='rtl'] .cart-page.cart-details-page .accordion-button::after {
    transform: rotate(-180deg);
}

.cart-page .empty-cart .title {
    font-size: 25px;
}

.cart-page .empty-cart .btn {
    font-size: 18px;
}

.cart-page #otpModal .title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.cart-page #otpModal .desc {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 24px;
    line-height: 172%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: #848484;
}

.cart-page #otpModal .otp-input {
    width: 99px;
    height: 96px;
    min-height: 96px;
    border-radius: 12px;
    opacity: 1;
    border-width: 1px;
    font-size: 60px;
    color: #000;
}

.cart-page #otpModal #verify-otp-btn {
    border-radius: 32px;
    opacity: 1;
    gap: 8px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    font-size: 20px;
}

.cart-page .otp-input::placeholder {
    color: #D4D4D4;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-page .otp-input:focus {
    border-color: var(--primary2-color);
}

.cart-page .otp-timer-section {
    color: #000;
}

.cart-page #studentTypeModal .modal-title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.cart-page #studentTypeModal .desc {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 18px;
    line-height: 172%;
    letter-spacing: 0%;
    color: #848484;
}

.cart-page #studentTypeModal .type-selection label {
    font-size: 16px;
    cursor: pointer;
    color: #000;
}

.cart-page #studentTypeModal .type-selection input[type='radio']:after {
    width: 0;
    height: 0;
}

.cart-page #studentTypeModal .type-selection input[type='radio']:checked:after {
    width: 0;
    height: 0;
}

.students-list .badge {
    background: var(--label-primary-color);
    border: 1px solid var(--primary-color);
    color: #000;
}

/* ============================================
    Course Details
============================================= */
.course-details-page .hero-section {
    /* background: var(--course-color); */
    background: color-mix(in srgb, var(--course-color) 50%, transparent);
    margin-top: -100px;
}

.course-details-page .hero-section .content {
    margin-top: 100px;
}

.course-details-page .hero-section .category {
    font-weight: 500;
    font-size: 30px;
    line-height: 132%;
    letter-spacing: 0%;
}

.course-details-page .hero-section h2 {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 57px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.course-details-page .hero-section .desc {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 24px;
    line-height: 172%;
    letter-spacing: 0%;
    color: #848484;
}

.course-details-page .hero-section .course-img img {
    min-width: 440px;
    max-width: 440px;
}

.course-details-page .hero-section .add-to-cart-btn {
    width: 341px;
    height: 52px;
    border-radius: 32px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    gap: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
}

.course-details-page .hero-section .stat-text {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #595959;
}

.course-details-page .details-section .nav-tabs .nav-link {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #848484;
    padding-left: 40px;
    padding-right: 40px;
}

.course-details-page .details-section .nav-tabs .nav-link.active {
    /* border-bottom: 2px solid var(--primary-color); */
    color: var(--primary2-color);
    border-bottom: 3.5px solid var(--primary2-color)
}

.course-details-page .details-section .title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.course-details-page .details-section .desc {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    letter-spacing: 0%;
    color: #848484;
}

.course-details-page .reviews .title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.course-details-page .reviews .review_percentage {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 75px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.course-details-page .reviews .stars img {
    margin-left: -5px;
}

.course-details-page .reviews .review_count {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
}

.course-details-page .reviews .total_count {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    text-align: center;
}

.course-details-page .reviews .progress-bar {
    box-shadow: none;
}

.course-details-page .reviews .card {
    border-radius: 24px;
    border-width: 0.91px;
    padding: 7px 20px;
    gap: 9.08px;
    background: #FDF3EF;
    border: 1px solid var(--primary2-color);
    box-shadow: none;
}

.course-details-page .reviews .quotes-bg {
    width: 50px;
    height: 50px;
    border-radius: 65px;
    transform: rotate(4deg);
    background-color: #FFB700;
    color: #000;
    font-size: 24px;
}

.course-details-page .reviews .username {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
}

.course-details-page .reviews .rating {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.course-details-page .reviews .content {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 144%;
    letter-spacing: 0%;
    color: #848484;
}

.course-details-page .reviews .time {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #999;
}

.course-details-page .details-card {
    border-radius: 30px;
    border-width: 2px;
    background: #FBF9F5;
    box-shadow: 0px 0px 14.1px 1px #00000012;
    border: 2px solid #F8DBCE;
    font-family: var(--font-family-medium);
}

.course-details-page .details-card .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.course-details-page .details-card .feature .icon {
    width: 38px;
    height: 38px;
}

.course-details-page .details-card .feature .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #999999;
}

.course-details-page .details-card .feature .desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    letter-spacing: 0%;
    color: #000;
}

.course-details-page .feature-card,
.course-details-page .free-card {
    gap: 10px;
    border-radius: 20px;
    border-width: 1px;
    padding-top: 26px;
    padding-right: 9px;
    padding-bottom: 26px;
    padding-left: 9px;
    background: linear-gradient(90.01deg, rgba(229, 114, 77, 0.2) 0.01%, rgba(255, 182, 50, 0.2) 99.99%);
    border: 1px solid #E88B60;
}

.course-details-page .free-card {
    background: #E9F6EE;
    border: 1px solid #26A451;
}


.course-details-page .feature-card .title,
.course-details-page .free-card .title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.course-details-page .feature-card .desc,
.course-details-page .free-card .desc {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #595959;
}

.course-details-page .buy-now-btn {
    font-size: 20px;
}

.course-details-page .cart {
    width: 50px;
    height: 50px;
}


/* ============================================
    Privacy Pages
============================================= */
.privacy-pages .hero-section {
    background: #FFF7E8;
    margin-top: -150px;
    position: relative;
    padding-top: 200px;
    padding-bottom: 130px;
}

.privacy-pages .hero-section img.icon-bg {
    top: -31px;
    right: 0px;
}

.privacy-pages .hero-section h2 {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.privacy-pages .hero-section p {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 30px;
    line-height: 132%;
    letter-spacing: 0%;
    color: #000;
}

.privacy-pages .hero-section .desc {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    letter-spacing: 0%;
    color: #999;
}

.privacy-pages .hero-section .left-bottom-vector {
    bottom: 0;
    left: 0;
}

.privacy-pages .hero-section .left-top-vector {
    top: 0;
    left: -20px;
}

.privacy-pages .hero-section .right-top-vector {
    top: 35px;
    right: 0;
}

.privacy-pages .hero-section .right-bottom-vector {
    bottom: 0;
    right: 0;
}

.privacy-pages .hero-section .flower {
    bottom: 230px;
    left: 110px;
}

.privacy-pages .content {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 163%;
    letter-spacing: 0%;
    color: #000;
    width: 69%;
}

.privacy-pages .content .title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--primary2-color);
}

/* ============================================
    Contact Us Page
============================================= */
.contact-page .main-title {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
}

.contact-page .main-header .img img {
    max-width: 80px;
    width: 100%;
}

@media (max-width: 992px) {
    .contact-page .main-header .img {
        display: none;
    }
}

.contact-page .contact-content {
    width: 80%;
    position: relative;
}

.contact-page .main-text {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 24px;
    line-height: 172%;
    letter-spacing: 0%;
    color: #848484;
}

.contact-page .contact-info {
    width: 90%;
    position: relative;
    z-index: 1;
}

.contact-page .contact-info .box {
    border-radius: 27px;
    padding: 16px 16px;
    background: #F9DFD270;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
}

.contact-page .contact-info .box .icon {
    width: 47px;
    height: 47px;
    gap: 10px;
    border-radius: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: var(--primary2-color);
}

.contact-page .contact-info .box a {
    font-family: var(--font-family-medium);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
    text-align: left;
    display: block;
}

.contact-page .contact-info .box .text-wrapper {
    text-align: left;
}

.contact-page .contact-content img {
    bottom: -142px;
    right: -70px;
    min-width: 460px;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 992px) {
    .contact-page .contact-content img {
        display: none;
    }
}

.contact-page form label {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    color: #000;
}

.contact-page form input {
    gap: 8;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
}

.contact-page form textarea {
    border-radius: 20px;
    resize: none;
    gap: 104px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 33px;
    padding-bottom: 12px;
    padding-left: 33px;
}

.contact-page form input::placeholder,
.contact-page form textarea::placeholder {
    color: #999;
}

.contact-page form i {
    color: #999;
}

.contact-page form input#phone {
    padding-left: 100px;
}

.contact-page .content-img {
    max-width: 300px;
    right: -14px;
    bottom: -1px;
}


/* ============================================
    Register
============================================= */
.auth-page .navbar-link {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #000;
}

.auth-page .welcome {
    font-family: var(--font-family-medium);
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
    color: #595959;
}

.welcome.logo {
    margin-top: -20px;
}

.welcome.logo span {
    font-family: 'adam-regular', sans-serif;
    color: var(--primary2-color);
    font-size: 77px;
}

.auth-page .welcome_text {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 24px;
    line-height: 172%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: #848484;
}

.auth-page form label {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    color: #000;
}

.auth-page form input {
    gap: 8;
    padding: 10px 14px;
}

.auth-page .auth-btn {
    font-family: var(--font-family-medium);
    gap: 8px;
    border-radius: 32px;
    padding: 12px 16px;
    font-size: 20px;
    background-color: var(--primary2-color);
}

.auth-page .have_account {
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 169%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}

.auth-page .have_account a {
    color: var(--primary2-color);
}

.auth-page .resend-otp {
    font-family: var(--font-family-medium);
    font-weight: 500;
    color: #000;
}

.auth-page .otp-input {
    width: 99px;
    height: 96px;
    border: 1px solid #B0B0B0;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    font-family: var(--font-family-medium);
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2%;
    text-align: center;
    color: #000;
}

.auth-page .otp-input::placeholder {
    color: #D4D4D4;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-page .otp-input:focus {
    border-color: var(--primary2-color);
}

.auth-page .was-validated .form-control:valid {
    border-color: #ff4526 !important;
    box-shadow: none !important;
}

/*
Source - https://stackoverflow.com/a/34854325
Posted by Jamie, modified by community. See post 'Timeline' for change history
Retrieved 2026-03-02, License - CC BY-SA 4.0
*/
.auth-page .type-selection label {
    cursor: pointer;
}

.auth-page input[type='radio']:after {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    top: -4px;
    left: 0px;
    position: relative;
    background-color: #FBF9F5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #d9dee3;
}

.auth-page input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: 0px;
    position: relative;
    background-color: var(--primary2-color);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.auth-page .was-validated input[type='radio']:invalid:after {
    border-color: #ff4526;
}



/* ===========================================
    General Data
============================================= */
.password-icon {
    cursor: pointer;
    position: absolute;
    left: 16px;
    bottom: 10px;
    color: #999;
}

.is-invalid~.password-icon {
    bottom: 40px;
}

/* شكل Toastr مخصص */
.toast {
    background-color: #fff !important;
    /* خلفية بيضاء */
    /* color: var(--primary-color) !important; */
    color: #2fa543 !important;
    /* border: 2px solid var(--primary-color) !important;  */
    border: 2px solid #46cd5e !important;
    border-radius: 12px !important;
    /* حواف دائرية */
    font-size: 14px !important;
    padding: 15px 20px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    /* إضافة ظل خفيف */
    /* opacity: 1 !important; */
    animation-name: slideInLeft;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    top: 60px !important;
    /* width: auto !important; */
    width: 20em !important;
}

.toast-warning,
.toast-error {
    color: #ff3e1d !important;
    border-color: #ff3e1d !important;
}

.toast.toast-hidden {
    animation-name: slideOutRight;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

/* Progress bar (لو مفعل) */
.toast .toast-progress {
    background: var(--primary2-color) !important;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(300px);
        opacity: 0;
    }
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #ff3e1d;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #d9dee3;
}

.was-validated .form-control#coupon_code:valid,
.form-control#coupon_code.is-valid {
    border-color: #d9dee3
}

.unique-section {
    overflow: visible !important;
}

/* 
.unique-swiper-1,
.unique-swiper-2 {
    overflow: hidden;
    width: 100%;
}

.unique-swiper-1 .swiper-wrapper,
.unique-swiper-2 .swiper-wrapper {
    overflow: hidden;
} 
*/