* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1257px;
}

.JTCwrapper-section {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

a {
    color: inherit;
    text-decoration: none;
}

.gFKfooter_workshops {
    flex: 0 0 auto;
}

svg {
    height: 30px;
    width: 30px;
}

.VjXaspiring_learners::before {
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    left: 0;
    z-index: 1;
    opacity: 0.4;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
}

.VjXaspiring_learners h3::after {
    background: linear-gradient(90deg, rgb(218,177,195), rgb(196,136,166));
    content: '';
    border-radius: 10px;
    bottom: -15px;
    height: 5px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    position: absolute;
}

.VjXaspiring_learners ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}

.VjXaspiring_learners ul li::before {
    opacity: 0.5;
    top: 15px;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    transition: opacity 0.3s ease;
    right: 15px;
    content: '';
    background: linear-gradient(135deg, rgb(218,177,195), rgb(196,136,166));
}

.VjXaspiring_learners ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}

.VjXaspiring_learners ul li svg path {
    fill: rgb(218,177,195);
    transition: fill 0.4s ease;
}

.VjXaspiring_learners ul li:hover svg path {
    fill: rgb(196,136,166);
}

.VjXaspiring_learners ul li:nth-child(2) {
    animation-delay: 0.2s;
}

.VjXaspiring_learners ul li:nth-child(4) {
    animation-delay: 0.4s;
}

.VjXaspiring_learners ul li:nth-child(6) {
    animation-delay: 0.6s;
}

.JDlcourse_features::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(218,177,195,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}

.JDlcourse_features .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}

.JDlcourse_features .BjClightbox_img {
    height: 300px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.JDlcourse_features .BjClightbox_img::after {
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    bottom: -10px;
    width: calc(100% + 20px);
    z-index: -1;
    opacity: 0.5;
    content: "";
    left: -10px;
    position: absolute;
    height: calc(100% + 20px);
    transform: translate(10px, 10px);
    border: 2px solid rgb(196,136,166);
}

.JDlcourse_features .IMNannouncement_box::before {
    width: 100px;
    top: 0;
    content: "";
    height: 100px;
    position: absolute;
    transform: translate(20px, -20px);
    background: linear-gradient(135deg, rgb(196,136,166,0.5) 0%, transparent 70%);
    z-index: -1;
    right: 0;
}

.JDlcourse_features h3::after {
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    bottom: -8px;
    background: rgb(196,136,166);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0);
    left: 0;
    height: 3px;
    width: 50px;
    position: absolute;
    transform-origin: left;
    content: "";
}

.JDlcourse_features p.description {
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(20px);
}

.yfZreceive_updates {
    transform-origin: center bottom;
    background: linear-gradient(135deg, #ffffff 0%, rgb(236,218,225) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    transform: perspective(1000px) rotateX(5deg);
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.yfZreceive_updates::after {
    content: "";
    width: 50%;
    bottom: 0;
    z-index: 0;
    height: 50%;
    opacity: 0.05;
    background: rgb(218,177,195,0.5);
    position: absolute;
    right: 0;
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
}

.yfZreceive_updates .flzpath_impact::before {
    opacity: 0.1;
    content: "";
    left: -10%;
    top: 20%;
    height: 100%;
    position: absolute;
    width: 50%;
    filter: blur(20px);
    background: rgb(196,136,166);
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
}

.yfZreceive_updates p {
    margin: 0;
    font-weight: 700;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    position: relative;
    font-size: 29px;
    color: #000000;
    transform-style: preserve-3d;
}

.yfZreceive_updates p::after {
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(218,177,195) 0%, transparent 100%);
    content: "";
    width: 60%;
    left: 0;
    height: 2px;
}

.yfZreceive_updates .input_holder::before {
    content: "";
    width: 100%;
    left: -10px;
    transform: translateZ(-10px);
    height: 100%;
    top: 10px;
    z-index: -1;
    opacity: 0.03;
    background: #000000;
    position: absolute;
}

.yfZreceive_updates .tqXupdates_cta:focus {
    border-color: rgb(218,177,195);
    box-shadow: 0 0 0 2px rgb(218,177,195,0.5);
}

.yfZreceive_updates .eYGhelp_reach {
    font-weight: 600;
    cursor: pointer;
    transform: translateZ(20px);
    padding: 1.5rem;
    overflow: hidden;
    background: #000000;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.yfZreceive_updates .eYGhelp_reach:hover::before {
    transform: translateY(0);
}

.wUOmentorship_experience {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(236,218,225);
}

.wUOmentorship_experience .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 800px;
}

.wUOmentorship_experience .Kvgedu_voices {
    border-radius: 2px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    padding: 60px 40px 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    flex-direction: column;
    position: relative;
}

.wUOmentorship_experience .BjClightbox_img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 120px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(218,177,195);
    position: absolute;
    border-radius: 2px;
    top: -60px;
    left: 40px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
    width: 120px;
}

.wUOmentorship_experience .Kvgedu_voices:hover .name {
    transform: translateX(10px);
}

.wUOmentorship_experience .Kvgedu_voices:hover span:not(.name) {
    color: rgb(218,177,195);
    transform: translateX(10px);
}

.wUOmentorship_experience .IBPjob_background {
    padding-left: 0;
    position: relative;
    margin-top: 40px;
    transition: padding 0.5s ease;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.wUOmentorship_experience .Kvgedu_voices:hover .IBPjob_background {
    padding-left: 20px;
}

.wUOmentorship_experience .Kvgedu_voices:hover .IBPjob_background::before {
    transform: scaleX(1);
}

.Gksmanage_tracking {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}

#OfgprivacyAlertWindow:checked ~ .mFzcookie_warning_overlay {
    visibility: hidden;
    opacity: 0;
}

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

.rkAcookie_guide svg, .rkAcookie_guide svg path, .rkAcookie_guide img {
    width: 100px;
    fill: rgb(218,177,195);
    height: 100px;
}

.mFzcookie_warning_overlay p a {
    text-decoration: none;
    color: rgb(218,177,195);
}


.JTCwrapper-section .mFzcookie_warning_overlay {
    background: #ffffff;
    box-shadow: rgb(218,177,195,0.5) 0px 0px 40px 39px;
    border: none;
}

.JTCwrapper-section .rkAcookie_guide {
    align-items: center;
    border-radius: 50%;
    width: 80px;
    display: flex;
    justify-content: center;
    background:rgb(218,177,195);
    height: 80px;
}

.JTCwrapper-section .kCdedu_cookies h5, .JTCwrapper-section .kCdedu_cookies p {
    color: #000000;
}

.SOkappSpot {
    position: relative;
    background: linear-gradient(135deg, rgb(196,136,166,0.5) 0%, rgb(218,177,195,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}

.SOkappSpot::after {
    z-index: 1;
    height: 60%;
    content: "";
    width: 40%;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    bottom: -5%;
    pointer-events: none;
    opacity: 0.08;
    transform: rotate(10deg) skew(-5deg);
    background: linear-gradient(210deg, rgb(218,177,195) 0%, rgb(196,136,166) 100%);
    animation: float 15s ease-in-out infinite reverse;
    left: -5%;
    position: absolute;
}

.SOkappSpot h2 {
    line-height: 1.3;
    max-width: 90%;
    opacity: 0;
    margin-bottom: 2.5rem;
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    transform: translateX(-10px);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    font-family: Arial, sans-serif;
}

.SOkappSpot .flzpath_impact {
    padding: 3rem;
    position: relative;
    background: #ffffff;
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.SOkappSpot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.SOkappSpot li::before {
    transform: rotate(45deg) scale(0);
    position: absolute;
    left: 0;
    width: 8px;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    background: rgb(196,136,166);
    height: 8px;
    opacity: 0;
    content: "";
    top: 0.5rem;
}

.lYWcustomer_reviews::before {
    opacity: 0.15;
    top: 0;
    background: 
        radial-gradient(circle at 15% 25%, rgb(218,177,195,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 75%, rgb(196,136,166,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
}

.lYWcustomer_reviews .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}

.lYWcustomer_reviews h2::after {
    background: linear-gradient(90deg, transparent, rgb(218,177,195), transparent);
    left: 50%;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    content: "";
}

.lYWcustomer_reviews .Kvgedu_voices {
    overflow: hidden;
    background: #ffffff;
    border-radius: 4px;
    z-index: 1;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
}

.lYWcustomer_reviews .Kvgedu_voices:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-8px);
}

.lYWcustomer_reviews .Kvgedu_voices > div {
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}

.lYWcustomer_reviews .Kvgedu_voices:hover img {
    transform: scale(1.05);
    border-color: rgb(218,177,195,0.5);
}

.lYWcustomer_reviews .Kvgedu_voices h4 {
    margin: 0 0 0 15px;
    color: #000000;
    transition: transform 0.3s ease;
    font-weight: 600;
    position: relative;
    font-size: calc(19px - 2px);
}

.lYWcustomer_reviews .Kvgedu_voices:hover h4::after {
    width: 80%;
}

.lYWcustomer_reviews .Kvgedu_voices .description {
    font-size: 15px;
    margin: 0;
    z-index: 1;
    line-height: 1.6;
    position: relative;
    color: #000000;
}

.lYWcustomer_reviews .Kvgedu_voices:hover .description::before {
    opacity: 0.15;
    transform: scale(1.1) rotate(5deg);
}

.lYWcustomer_reviews a {
    margin: 40px auto 0;
    text-align: center;
    box-shadow: 0 5px 15px rgba(rgb(218,177,195,0.5), 0.3);
    border-radius: 3px;
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    background: linear-gradient(45deg, rgb(218,177,195), rgb(196,136,166));
    overflow: hidden;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
}

.lYWcustomer_reviews a:hover::before {
    left: 100%;
}

.bptsecure_enclosure h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
    font-size: 44px;
    color: rgb(218,177,195);
    border-bottom: 2px solid rgb(196,136,166);
    grid-column: span 2;
    font-family: Arial, sans-serif;
    text-align: center;
}

.bptsecure_enclosure h3, .bptsecure_enclosure h4, .bptsecure_enclosure h5 {
    color: #000000;
    font-size: 21px;
}

.bptsecure_enclosure li {
    border-radius: 10px;
    padding: 10px;
    background: rgb(196,136,166,0.5);
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.bptsecure_enclosure p, .bptsecure_enclosure span {
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
}

header .GAhhead_tutor {
    padding: 25px 30px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .GAhhead_tutor::before {
    left: 10%;
    content: "";
    background: linear-gradient(90deg, rgb(218,177,195), transparent);
    position: absolute;
    height: 5px;
    width: 30%;
    filter: blur(5px);
    top: -10px;
}

header .GAhhead_tutor .Xnunav_class {
    padding: 5px;
    position: relative;
    z-index: 2;
}

header .GAhhead_tutor .Xnunav_class:hover::before {
    opacity: 0.7;
}

header .GAhhead_tutor .Xnunav_class .vGJmain_base {
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}

header .GAhhead_tutor .Xnunav_class:hover .vGJmain_base {
    transform: scale(1.05);
}

header .GAhhead_tutor .Xnunav_class .vGJmain_base svg {
    width: auto;
    height: 45px;
}

header .GAhhead_tutor .ytlmain_page::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    left: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    border-radius: 24px;
    top: 0;
    backdrop-filter: blur(5px);
    z-index: -1;
    width: 100%;
}

header .GAhhead_tutor .ytlmain_page .LFQtop_base a::before {
    top: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(218,177,195), rgb(196,136,166));
}

header .GAhhead_tutor .ytlmain_page .LFQtop_base:hover a::before {
    opacity: 1;
}

header .GAhhead_tutor .ytlmain_page .LFQtop_base:hover a {
    color: #ffffff;
}

header .GAhhead_tutor .ytlmain_page .LFQtop_base:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}

header .GAhhead_tutor .ytlmain_page .LFQtop_base:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(218,177,195), rgb(196,136,166));
}

.vHIgreeting_page .kIMmain_welcome {
    min-height: 100vh;
    height: 100%;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}

.vHIgreeting_page .wnZexpert_study {
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    margin-left: 10%;
    max-width: 90%;
    gap: 3rem;
    position: relative;
    z-index: 2;
    display: grid;
    padding: 5rem;
}

.vHIgreeting_page .wnZexpert_study > div:last-child {
    position: relative;
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.vHIgreeting_page .title_style_header::after {
    animation: lineGrow 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.6s forwards;
    left: 0;
    width: 80%;
    transform: scaleX(0);
    content: '';
    background: linear-gradient(90deg, rgb(218,177,195) 0%, rgb(196,136,166) 100%);
    height: 4px;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
}

.vHIgreeting_page p {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: clamp(1rem, 1.5vw, 13px);
    backdrop-filter: blur(8px);
    padding: 1rem 2rem;
    position: relative;
    line-height: 1.6;
    display: inline-block;
    margin-top: 1.5rem;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    color: #ffffff;
    background: linear-gradient(120deg, rgb(218,177,195,0.5) 0%, transparent 100%);
}

.vXRquantitative_data .container {
    max-width: 1320px;
    z-index: 1;
    position: relative;
    padding: 0 1rem;
    margin: 0 auto;
}

.vXRquantitative_data h4 {
    color: #000000;
    text-align: center;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    margin-top: 3rem;
    margin-bottom: 0;
    font-size: 24px;
}

.vXRquantitative_data:hover h4::after {
    transform: scaleX(1.5);
}

.vXRquantitative_data ul {
    list-style: none;
    display: grid;
    margin: 0;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.vXRquantitative_data .hlAstatistics_gains:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.vXRquantitative_data .hlAstatistics_gains::before {
    width: 100%;
    background: linear-gradient(
        45deg,
        rgb(218,177,195,0.5) 0%,
        rgb(196,136,166,0.5) 100%
    );
    content: "";
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0;
}

.vXRquantitative_data .hlAstatistics_gains:hover p {
    color: rgb(196,136,166);
    transform: perspective(400px) rotateX(10deg);
}

.vXRquantitative_data .hlAstatistics_gains p::after {
    left: 50%;
    width: 40px;
    transform: translateX(-50%) scaleX(0.5);
    position: absolute;
    transition: transform 0.4s ease, background 0.3s ease;
    content: "";
    height: 2px;
    background: rgb(218,177,195,0.5);
    bottom: -8px;
}

.vXRquantitative_data .hlAstatistics_gains:hover span {
    color: #000000;
    transform: translateY(3px);
}

.vXRquantitative_data .hlAstatistics_gains:nth-child(odd) {
    transform: translateY(10px);
}

.vXRquantitative_data .hlAstatistics_gains:nth-child(odd):hover {
    transform: translateY(0);
}

.vXRquantitative_data .hlAstatistics_gains:nth-child(3n+1):hover::after {
    transform: scale(1);
}



.vXRquantitative_data .hlAstatistics_gains:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}

.Hukour_mission {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0 100px;
}

.Hukour_mission::after {
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(196,136,166,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(196,136,166,0.5) 0%, transparent 25%);
    position: absolute;
    pointer-events: none;
    opacity: 0.4;
    width: 100%;
    z-index: 2;
    height: 100%;
    top: 0;
}

.Hukour_mission h4::after {
    bottom: -15px;
    content: "";
    left: 50%;
    background: rgb(196,136,166);
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
}

.Hukour_mission .IMNannouncement_box {
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    padding: 40px 50px;
    border-left: 3px solid rgb(196,136,166);
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    opacity: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    position: relative;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.Hukour_mission .IMNannouncement_box h6 {
    color: rgb(196,136,166);
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: calc(20px * 1.3);
}

.Hukour_mission .IMNannouncement_box div {
    position: relative;
}

.Hukour_mission .IMNannouncement_box span {
    font-size: 12px;
    opacity: 0.9;
    letter-spacing: 0.02em;
    max-width: 100%;
    line-height: 1.8;
    column-count: 1;
    display: block;
    text-align: justify;
    column-gap: 40px;
    color: #ffffff;
    font-weight: 400;
}

footer .hHLchrome_ext {
    position: relative;
    z-index: 1;
}

footer .rLsedu_asksup {
    background-color: #ffffff;
    position: absolute;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    left: 0;
    padding: 0;
    top: -120px;
    flex-wrap: wrap;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    right: 0;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item::after {
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    background-color: rgb(218,177,195);
    transition: width 0.3s ease;
    height: 3px;
    position: absolute;
}

footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .Xnunav_class {
    position: relative;
    padding: 0 25px;
}

footer .Xnunav_class svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}

footer .ytlmain_page {
    position: relative;
    padding: 0 25px;
}

footer .ytlmain_page h5::after {
    bottom: -2px;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background-color: rgb(218,177,195);
    width: 60px;
}

footer .TMnheader_bar a {
    border-radius: 20px;
    margin: 5px 8px 5px 0;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
}

footer .subscribe_holder h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}

footer .input_holder::after {
    width: 70px;
    left: -10px;
    border-radius: 50%;
    height: 70px;
    content: "";
    bottom: -20px;
    position: absolute;
    background-color: rgb(196,136,166);
    opacity: 0.1;
    z-index: -1;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}

footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

footer .IpEmail_container::before {
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
}

footer .IpEmail_container:hover {
    background-color: rgb(196,136,166);
}

footer .ADFtutor_match {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.agQpricing_bucket {
    background: rgb(236,218,225);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.agQpricing_bucket::after {
    filter: blur(60px);
    bottom: -50px;
    width: 250px;
    left: -50px;
    content: "";
    height: 250px;
    background: rgb(196,136,166,0.5);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    z-index: 0;
}

.agQpricing_bucket .kxNrate_choice {
    flex-direction: column;
    display: flex;
    gap: 60px;
}

.agQpricing_bucket .XuPfee_offers h2 {
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 30px;
}

.agQpricing_bucket .rFBdiscount_tier {
    margin-bottom: 0;
    line-height: 1.6;
    opacity: 0.85;
    color: #000000;
    font-size: 16px;
}

.agQpricing_bucket .dDcpricing_card {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 30px;
}

.agQpricing_bucket .PJdlearn_fees:hover {
    transform: translateY(-10px) scale(1.02);
}

.agQpricing_bucket .neCpackage_deals {
    flex-direction: column;
    position: relative;
    height: 100%;
    transition: box-shadow 0.4s ease;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
}

.agQpricing_bucket .MlUcost_schemes::before {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    top: 0;
    right: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(218,177,195), rgb(196,136,166));
}

.agQpricing_bucket .PJdlearn_fees:hover .MlUcost_schemes h3 {
    color: rgb(218,177,195);
    transform: translateX(5px);
}

.agQpricing_bucket .sakpricing_fees::before {
    transition: width 0.4s ease;
    width: 40px;
    content: "";
    height: 2px;
    bottom: -8px;
    position: absolute;
    background: rgb(196,136,166,0.5);
    left: 0;
}

.agQpricing_bucket .PJdlearn_fees:hover .sakpricing_fees::before {
    width: 80px;
}

.agQpricing_bucket .BjClightbox_img {
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    height: 200px;
}

.agQpricing_bucket .BjClightbox_img::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    inset: 0;
    opacity: 0.6;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
}

.agQpricing_bucket .PJdlearn_fees::after {
    position: absolute;
    background: rgb(218,177,195,0.5);
    opacity: 0;
    right: 30px;
    left: 30px;
    transition: opacity 0.4s ease;
    height: 15px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    top: 100%;
    filter: blur(10px);
}

.Ytdcontact_form_box::after {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 2;
    height: 200px;
    background: linear-gradient(0deg, rgb(236,218,225) 0%, transparent 100%);
}

.Ytdcontact_form_box .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
}

.Ndcconnect_map {
    z-index: 10;
    position: relative;
    gap: 0;
    display: flex;
}

.Ndcconnect_map .VqCreach_grid {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    flex: 0 0 58%;
    padding: 60px;
    z-index: 1;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.Ndcconnect_map .VqCreach_grid h3::before,
.Ndcconnect_map .VqCreach_grid h3::after {
    content: none;
}

.Ndcconnect_map .VqCreach_grid input[type="text"],
.Ndcconnect_map .VqCreach_grid textarea {
    background: rgba(245, 245, 245, 0.5);
    border: none;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    width: 100%;
}

.Ndcconnect_map .VqCreach_grid .DvNrequest_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.Ndcconnect_map .VqCreach_grid .DvNrequest_map label::before {
    position: absolute;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    top: 2px;
    width: 22px;
    content: "";
    height: 22px;
    left: 0;
    background: rgba(245, 245, 245, 0.5);
}

.Ndcconnect_map .VqCreach_grid .DvNrequest_map input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: "";
    left: 8px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 4px;
    position: absolute;
    border: solid #ffffff;
    height: 12px;
}

.Ndcconnect_map .VqCreach_grid .eYGhelp_reach {
    padding: 15px 35px;
    letter-spacing: 1px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: transparent;
    font-size: 20px;
    align-self: flex-start;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(218,177,195);
    display: inline-block;
    color: #000000;
}

.Ndcconnect_map .VqCreach_grid .eYGhelp_reach:hover::before {
    height: 100%;
}

.Ndcconnect_map .pxHrequest_message::before {
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query li {
    align-items: center;
    padding-bottom: 30px;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    position: relative;
    display: flex;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query li svg path {
    fill: rgb(218,177,195);
    transition: all 0.3s ease;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query li span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query li a:hover {
    color: rgb(218,177,195);
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.VjXaspiring_learners {
    padding: 80px 0;
}.VjXaspiring_learners h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.VjXaspiring_learners ul {
    gap: 25px;
}.VjXaspiring_learners ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}



@media (max-width: 768px) {.VjXaspiring_learners ul li {
    width: 100%;
    max-width: 400px;
}
}



@media (max-width: 576px) {.VjXaspiring_learners {
    padding: 60px 0;
}.VjXaspiring_learners h3 {
    padding: 15px 20px;
    font-size: calc(32px * 0.85);
    margin-bottom: 40px;
}.VjXaspiring_learners ul li {
    gap: 15px;
    padding: 25px 20px;
}.VjXaspiring_learners ul li svg {
    padding: 8px;
    height: 40px;
    width: 40px;
}
}



@media (min-width: 768px) {.JDlcourse_features {
    padding: 6rem 0;
}.JDlcourse_features .LOXlearn_business {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.JDlcourse_features .BjClightbox_img {
    height: 400px;
}.JDlcourse_features h3 {
    font-size: calc(19px * 1.2);
}.JDlcourse_features .IMNannouncement_box {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.JDlcourse_features {
    padding: 4rem 0;
}.JDlcourse_features .container {
    padding: 0 1.5rem;
}.JDlcourse_features .BjClightbox_img {
    height: 250px;
}.JDlcourse_features .IMNannouncement_box {
    padding: 1.5rem;
}.JDlcourse_features h3 {
    font-size: 19px;
    margin-bottom: 1.2rem;
}.JDlcourse_features .description {
    max-height: 250px;
}
}



@media (max-width: 992px) {.yfZreceive_updates {
    padding: 5rem 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.yfZreceive_updates .flzpath_impact {
    gap: 3rem;
    grid-template-columns: 1fr;
}.yfZreceive_updates .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.yfZreceive_updates .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.yfZreceive_updates p::before {
    width: 60px;
    left: -20px;
    height: 60px;
    top: -20px;
}
}



@media (max-width: 576px) {.yfZreceive_updates {
    transform: none;
    margin: 4rem 0;
    padding: 3rem 1rem;
}.yfZreceive_updates p {
    transform: none;
    font-size: 19px;
}.yfZreceive_updates .input_holder {
    transform: none;
}.yfZreceive_updates .input_holder:hover {
    transform: none;
}.yfZreceive_updates .tqXupdates_cta,
    .yfZreceive_updates .eYGhelp_reach {
    transform: none;
    padding: 1.2rem 1rem;
}.yfZreceive_updates p::before,
    .yfZreceive_updates .flzpath_impact::before,
    .yfZreceive_updates .flzpath_impact::after {
    display: none;
}}


@media only screen and (max-width: 800px) {.rkAcookie_guide {
    display: none;
}.Gksmanage_tracking {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.mFzcookie_warning_overlay h5 {
    text-align: center;
}.mFzcookie_warning_overlay p {
    text-align: center;
}.kCdedu_cookies {
    margin-bottom: 20px;
}body .JTCwrapper-section .FIRdata_guard {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 480px) {.SOkappSpot {
    padding: 3rem 1rem;
}.SOkappSpot h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.SOkappSpot h2::after {
    height: 3px;
    bottom: -10px;
    width: 80px;
}.SOkappSpot .flzpath_impact {
    padding: 1.5rem 1.25rem;
}.SOkappSpot li {
    padding-left: 1.25rem;
}.SOkappSpot li::before {
    height: 6px;
    width: 6px;
}.SOkappSpot span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 767px) {.lYWcustomer_reviews {
    padding: 4rem 0;
}.lYWcustomer_reviews h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 2.5rem;
    transform: none;
}.lYWcustomer_reviews .KVSsuccess_voices {
    gap: 20px;
    grid-template-columns: 1fr;
}.lYWcustomer_reviews .Kvgedu_voices {
    padding: 25px 20px;
}.lYWcustomer_reviews .Kvgedu_voices img {
    width: 50px;
    height: 50px;
}
}



@media (min-width: 1200px) {.lYWcustomer_reviews .KVSsuccess_voices {
    grid-template-columns: repeat(4, 1fr);
}.lYWcustomer_reviews .Kvgedu_voices:nth-child(even) {
    transform: translateY(15px);
}.lYWcustomer_reviews .Kvgedu_voices:nth-child(even):hover {
    transform: translateY(7px);
}
}


@media only screen and (max-width: 800px) {.bptsecure_enclosure {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
}.bptsecure_enclosure h1 {
    font-size: calc(21px - 4px);
    margin-bottom: 15px;
}.bptsecure_enclosure h2 {
    margin-bottom: 10px;
    font-size: calc(21px - 2px);
}.bptsecure_enclosure ul {
    padding-left: 15px;
}.bptsecure_enclosure li {
    padding: 8px;
    margin-bottom: 8px;
}.bptsecure_enclosure div {
    padding: 10px;
}}



@media (max-width: 767px) {header .GAhhead_tutor {
    padding: 15px 10px;
}header .GAhhead_tutor .Xnunav_class .vGJmain_base svg {
    height: 40px;
}header .GAhhead_tutor .ytlmain_page {
    padding: 5px;
}header .GAhhead_tutor .ytlmain_page .LFQtop_base a {
    font-size: calc(13px - 2px);
    padding: 5px 10px;
}}



@media (max-width: 768px) {.vHIgreeting_page .wnZexpert_study {
    padding: 3rem 2rem;
    max-width: 100%;
    margin-left: 0;
    gap: 2rem;
    transform: none;
}.vHIgreeting_page .title_style_header::after {
    height: 3px;
}.vHIgreeting_page h3 {
    max-width: 100%;
}.vHIgreeting_page p {
    padding: 0.7rem 1.2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}
}



@media (min-width: 768px) {.vXRquantitative_data {
    padding: 7rem 0;
}.vXRquantitative_data ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.vXRquantitative_data .hlAstatistics_gains {
    height: 220px;
}.vXRquantitative_data h4 {
    font-size: calc(24px * 1.2);
    margin-top: 4rem;
}
}



@media (max-width: 767px) {.vXRquantitative_data {
    padding: 4rem 0;
}.vXRquantitative_data ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}.vXRquantitative_data .hlAstatistics_gains {
    padding: 1.5rem;
}.vXRquantitative_data .hlAstatistics_gains p {
    font-size: 2.5rem;
}.vXRquantitative_data h4 {
    margin-top: 2rem;
    font-size: 21px;
}.vXRquantitative_data h4::after {
    width: 50px;
    margin-top: 0.75rem;
}
}



@media (min-width: 992px) {.Hukour_mission .container {
    padding: 0 40px;
}.Hukour_mission .IMNannouncement_box {
    margin-left: 5%;
    padding: 70px 80px;
    width: 90%;
}.Hukour_mission .IMNannouncement_box span {
    column-count: 2;
}.Hukour_mission .IMNannouncement_box:hover {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-5px);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.2);
}
}



@media (min-width: 768px) {footer .gFKfooter_workshops {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .IpEmail_container {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .rLsedu_asksup {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .gFKfooter_workshops {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 576px) {footer .ytlmain_page h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .TMnheader_bar a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .IpEmail_container {
    padding: 12px;
}}



@media (min-width: 1200px) {.agQpricing_bucket .dDcpricing_card {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.agQpricing_bucket .MlUcost_schemes {
    padding: 35px;
}.agQpricing_bucket .BjClightbox_img {
    height: 220px;
}
}



@media (max-width: 991px) {.agQpricing_bucket {
    padding: 80px 0;
}.agQpricing_bucket .XuPfee_offers {
    margin-bottom: 20px;
}
}



@media (max-width: 480px) {.agQpricing_bucket {
    padding: 50px 0;
}.agQpricing_bucket .MlUcost_schemes h3 {
    font-size: 23px;
}.agQpricing_bucket .sakpricing_fees {
    font-size: calc(23px - 2px);
}.agQpricing_bucket .BjClightbox_img {
    height: 160px;
}.agQpricing_bucket .MlUcost_schemes {
    padding: 20px;
}}



@media screen and (max-width: 768px) {.Ytdcontact_form_box {
    padding: 60px 0;
}.Ytdcontact_form_box h3 {
    font-size: calc(28px - 4px);
}.Ndcconnect_map .VqCreach_grid,
    .Ndcconnect_map .pxHrequest_message {
    padding: 40px 30px;
}.Ndcconnect_map .VqCreach_grid .eYGhelp_reach {
    text-align: center;
    width: 100%;
}
}

@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}



@keyframes riseUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(218,177,195), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(218,177,195), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(218,177,195), 0);
    }
}



@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

