header,footer {
    width: 100%;
}

header {
    position: relative;
    overflow: visible;
    background: rgb(236,218,225);
    z-index: 99;
    width: 100%;
}

.Zubheader_mentor {
    flex: 1 0 auto;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

html {
    scrollbar-width: none;
}


.VjXaspiring_learners {
    position: relative;
    background-color: #edf0f8;
    padding: 100px 0;
    overflow: hidden;
}

.VjXaspiring_learners .flzpath_impact {
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}

.VjXaspiring_learners h3 {
    margin-bottom: 60px;
    background-color: #edf0f8;
    border-radius: 15px;
    font-size: 32px;
    display: inline-block;
    color: #000000;
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    padding: 20px 40px;
    font-weight: 700;
}

.VjXaspiring_learners ul {
    flex-wrap: wrap;
    gap: 35px;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
}

.VjXaspiring_learners ul li {
    border-radius: 20px;
    position: relative;
    text-align: left;
    gap: 20px;
    width: calc(33.333% - 24px);
    background-color: #edf0f8;
    padding: 35px 30px;
    display: flex;
    min-width: 280px;
    align-items: flex-start;
    transition: all 0.4s ease;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
}



.VjXaspiring_learners ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.VjXaspiring_learners ul li:hover::before {
    opacity: 1;
}

.VjXaspiring_learners ul li svg {
    height: 50px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    border-radius: 12px;
    padding: 10px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    transition: all 0.4s ease;
    width: 50px;
}

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

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

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

.JDlcourse_features {
    position: relative;
    padding: 5rem 0;
    background: rgb(236,218,225);
    overflow: hidden;
}

.JDlcourse_features::after {
    width: 150px;
    background: linear-gradient(225deg, rgb(196,136,166) 0%, transparent 80%);
    bottom: -10px;
    position: absolute;
    content: "";
    height: 150px;
    z-index: 1;
    right: -10px;
    transform: rotate(-15deg);
}

.JDlcourse_features .LOXlearn_business {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
    position: relative;
}

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

.JDlcourse_features .BjClightbox_img:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.JDlcourse_features .BjClightbox_img:hover::after {
    transform: translate(5px, 5px);
    opacity: 0.8;
}

.JDlcourse_features .IMNannouncement_box {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(218,177,195);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.JDlcourse_features h3 {
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: calc(19px * 1.1);
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    opacity: 0;
    position: relative;
    color: rgb(218,177,195);
    font-weight: 700;
}

.JDlcourse_features .description {
    position: relative;
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 1.6;
    max-height: 300px;
    margin-bottom: 1.5rem;
}

.JDlcourse_features span.description {
    display: none;
}

.yfZreceive_updates::before {
    height: 200%;
    content: "";
    top: -50%;
    opacity: 0.03;
    width: 200%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 0;
    position: absolute;
    animation: gridMove 30s linear infinite;
}

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

.yfZreceive_updates .flzpath_impact {
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.yfZreceive_updates .flzpath_impact::after {
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    filter: blur(15px);
    position: absolute;
    opacity: 0.1;
    right: 10%;
    width: 40%;
    top: -20%;
    content: "";
    height: 40%;
    background: rgb(218,177,195);
}

.yfZreceive_updates p::before {
    width: 80px;
    left: -30px;
    z-index: -1;
    content: "";
    height: 80px;
    position: absolute;
    transform: translateZ(-10px) rotate(45deg);
    top: -30px;
    background: rgb(218,177,195);
    opacity: 0.1;
}

.yfZreceive_updates .input_holder {
    gap: 0;
    display: flex;
    position: relative;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
    flex-direction: column;
    transform-style: preserve-3d;
}

.yfZreceive_updates .tqXupdates_cta {
    font-size: 14px;
    outline: none;
    position: relative;
    transform: translateZ(10px);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    border-bottom: none;
}

.yfZreceive_updates .eYGhelp_reach::before {
    background: rgb(218,177,195);
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    top: 0;
    width: 100%;
}

.yfZreceive_updates .eYGhelp_reach:hover {
    color: #ffffff;
}

.yfZreceive_updates .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

.wUOmentorship_experience::before {
    animation: gradientSlide 30s linear infinite;
    background-size: 150px 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.3;
    content: "";
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(218,177,195,0.5) 10%, 
        transparent 11%);
    top: 0;
}

.wUOmentorship_experience .Kvgedu_voices:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.wUOmentorship_experience .Kvgedu_voices:hover .BjClightbox_img {
    transform: rotate(-5deg);
}

.wUOmentorship_experience .name {
    margin-left: 0;
    font-size: calc(20px * 1.2);
    transform: translateX(0);
    letter-spacing: -0.5px;
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-top: 40px;
}

.wUOmentorship_experience .Kvgedu_voices span:not(.name) {
    letter-spacing: 1px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    margin-top: 5px;
    transform: translateX(0);
    transition: transform 0.5s ease;
    font-size: 16px;
}

.wUOmentorship_experience .IBPjob_background::before {
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    height: 2px;
    background: rgb(218,177,195);
    transform-origin: right;
    left: -40px;
    transform: scaleX(0);
    width: 30px;
    top: 15px;
}

.mFzcookie_warning_overlay {
    bottom: 0;
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(218,177,195);
    background: rgb(236,218,225);
}

#OfgprivacyAlertWindow {
    display: none;
}

.mFzcookie_warning_overlay h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.rkAcookie_guide {
    margin-right: 10px;
    flex-shrink: 0;
}

.FIRdata_guard {
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    font-size: 24px;
    min-width: 120px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(218,177,195);
    color: rgb(218,177,195);
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.JTCwrapper-section .FIRdata_guard {
    margin-left: 30px;
    background: rgb(218,177,195);
    color: #ffffff;
    border: none;
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
}

.JTCwrapper-section .rkAcookie_guide svg, .JTCwrapper-section .rkAcookie_guide svg path, .JTCwrapper-section .rkAcookie_guide img {
    width: 40px;
    fill:#000000;
    height: 40px;
}

.SOkappSpot::before {
    animation: float 12s ease-in-out infinite;
    content: "";
    width: 50%;
    position: absolute;
    height: 70%;
    top: -10%;
    right: -5%;
    background: linear-gradient(120deg, rgb(196,136,166) 0%, rgb(218,177,195) 100%);
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    pointer-events: none;
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
}

.SOkappSpot .container {
    display: flex;
    position: relative;
    align-items: flex-start;
    max-width: 1200px;
    z-index: 2;
    flex-direction: column;
    margin: 0 auto;
}

.SOkappSpot h2::after {
    transform-origin: left;
    left: 0;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    bottom: -15px;
    width: 120px;
    transform: scaleX(0);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(218,177,195) 0%, rgb(196,136,166) 100%);
    height: 4px;
}

.SOkappSpot .flzpath_impact::before {
    background: linear-gradient(90deg, rgb(196,136,166) 0%, rgb(218,177,195) 100%);
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    content: "";
    top: 0;
    transform-origin: left;
}

.SOkappSpot li {
    position: relative;
    padding-left: 1.5rem;
}

.SOkappSpot span {
    animation: fadeIn 1s 1.2s ease-out forwards;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(15px);
    opacity: 0;
    display: block;
    line-height: 1.7;
    font-size: 18px;
}

.lYWcustomer_reviews {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,218,225) 0%, rgb(196,136,166,0.5) 100%);
}

.lYWcustomer_reviews::after {
    height: 35%;
    clip-path: polygon(0 0, 100% 25%, 75% 100%, 25% 70%);
    opacity: 0.08;
    right: -10%;
    content: "";
    background: rgb(218,177,195,0.5);
    top: -10%;
    z-index: 0;
    width: 35%;
    transform: rotate(-15deg);
    position: absolute;
}

.lYWcustomer_reviews h2 {
    line-height: 1.2;
    text-shadow: 0 2px 2px rgba(0,0,0,0.05);
    color: #000000;
    margin-bottom: 3.5rem;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
    font-size: 32px;
    position: relative;
}

.lYWcustomer_reviews .KVSsuccess_voices {
    margin: 0;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}

.lYWcustomer_reviews .Kvgedu_voices::before {
    height: 0;
    transition: height 0.6s ease;
    left: 0;
    background: linear-gradient(to bottom, rgb(218,177,195), rgb(196,136,166));
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    width: 4px;
}

.lYWcustomer_reviews .Kvgedu_voices:hover::before {
    height: 100%;
}

.lYWcustomer_reviews .Kvgedu_voices img {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(rgb(218,177,195,0.5), 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.lYWcustomer_reviews .Kvgedu_voices:hover h4 {
    transform: translateX(5px);
}

.lYWcustomer_reviews .Kvgedu_voices h4::after {
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    bottom: -5px;
    width: 0;
    background: rgb(218,177,195);
    height: 2px;
}

.lYWcustomer_reviews .Kvgedu_voices .description::before {
    position: absolute;
    color: rgb(218,177,195,0.5);
    opacity: 0.1;
    z-index: -1;
    top: -30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: -10px;
    font-size: 100px;
    content: "";
}

.lYWcustomer_reviews a:hover {
    transform: translateY(-3px) translateX(-50%);
    box-shadow: 0 8px 25px rgba(rgb(218,177,195,0.5), 0.4);
}

.lYWcustomer_reviews a::before {
    position: absolute;
    height: 100%;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
}

.bptsecure_enclosure {
    padding: 50px;
    width: 100%;
    background: #ffffff;
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
}

.bptsecure_enclosure h2 {
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(218,177,195);
    margin-top: 0;
    font-size: 31px;
    font-weight: 600;
    padding-left: 10px;
    text-align: left;
    margin-bottom: 15px;
    color: rgb(196,136,166);
}

.bptsecure_enclosure ul {
    padding-left: 20px;
    list-style-type: square;
    margin: 0;
}

.bptsecure_enclosure div {
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
    background: rgb(218,177,195,0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

header::before {
    background: radial-gradient(circle at 30% 30%, rgb(218,177,195,0.5) 0%, transparent 70%);
    opacity: 0.2;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}

header .GAhhead_tutor::after {
    height: 5px;
    right: 10%;
    width: 30%;
    bottom: -10px;
    filter: blur(5px);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(196,136,166));
    position: absolute;
}

header .GAhhead_tutor .Xnunav_class::before {
    left: -5px;
    transition: opacity 0.3s ease;
    top: -5px;
    opacity: 0;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    filter: blur(15px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(218,177,195), rgb(196,136,166));
}

header .GAhhead_tutor .ytlmain_page {
    position: relative;
    display: flex;
    border-radius: 24px;
    list-style: none;
    margin: 0;
    padding: 10px;
}

header .GAhhead_tutor .ytlmain_page .LFQtop_base {
    position: relative;
    margin: 0 3px;
}

header .GAhhead_tutor .ytlmain_page .LFQtop_base a {
    font-size: 13px;
    overflow: hidden;
    padding: 8px 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    z-index: 1;
    position: relative;
}

header .GAhhead_tutor .ytlmain_page .LFQtop_base a::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    z-index: -1;
    width: 150%;
    opacity: 0;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    position: absolute;
}

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

.vHIgreeting_page {
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    display: flex;
}

.vHIgreeting_page .kIMmain_welcome::before {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    right: 0;
}

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

.vHIgreeting_page .title_style_header {
    font-size: clamp(2.5rem, 5vw, 39px);
    display: inline-block;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.vHIgreeting_page h3 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffffff 60%, rgb(196,136,166) 100%);
    max-width: 90%;
    background-clip: text !important;
    line-height: 1.4;
    font-size: clamp(1.3rem, 2.5vw, 18px);
    -webkit-background-clip: text !important;
}

.vHIgreeting_page p:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.vXRquantitative_data {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(236,218,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}

.vXRquantitative_data::before {
    position: absolute;
    height: 100%;
    content: "";
    pointer-events: none;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(218,177,195,0.5) 0px,
        rgb(218,177,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.05;
    left: 0;
    top: 0;
}

.vXRquantitative_data h4::after {
    height: 3px;
    content: "";
    display: block;
    background: rgb(218,177,195);
    margin: 1rem auto 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(1);
    width: 60px;
}

.vXRquantitative_data .hlAstatistics_gains {
    transform: translateY(0);
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 2rem;
    z-index: 1;
}

.vXRquantitative_data .hlAstatistics_gains:hover::before {
    opacity: 0.05;
}

.vXRquantitative_data .hlAstatistics_gains div {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.vXRquantitative_data .hlAstatistics_gains p {
    font-size: 3rem;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease, color 0.3s ease;
    color: rgb(218,177,195);
    line-height: 1;
    transform: perspective(400px) rotateX(0);
    margin: 0 0 0.5rem;
}

.vXRquantitative_data .hlAstatistics_gains:hover p::after {
    transform: translateX(-50%) scaleX(1);
    background: rgb(196,136,166);
}

.vXRquantitative_data .hlAstatistics_gains span {
    margin-top: 0.5rem;
    transition: color 0.3s ease, transform 0.3s ease;
    max-width: 180px;
    font-size: 13px;
    display: block;
    line-height: 1.4;
    font-weight: var(--font-weight-medium);
    color: #000000;
}

.vXRquantitative_data .hlAstatistics_gains:nth-child(3n+1)::after {
    content: "";
    transform: scale(0);
    right: -8px;
    height: 16px;
    width: 16px;
    position: absolute;
    transition: transform 0.3s ease 0.1s;
    top: -8px;
    background: rgb(218,177,195);
}

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

.Hukour_mission h4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    color: #ffffff;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(28px * 1.2);
    transform: translateY(20px);
    font-weight: 700;
    z-index: 5;
    letter-spacing: 0.05em;
    opacity: 0;
}

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

.Hukour_mission .IMNannouncement_box::before {
    opacity: 0.6;
    top: 20px;
    border-right: 2px solid rgb(196,136,166);
    border-top: 2px solid rgb(196,136,166);
    width: 60px;
    content: "";
    position: absolute;
    right: 20px;
    height: 60px;
}

.Hukour_mission .IMNannouncement_box::after {
    left: 20px;
    content: "";
    position: absolute;
    border-left: 2px solid rgb(196,136,166);
    border-bottom: 2px solid rgb(196,136,166);
    height: 60px;
    width: 60px;
    bottom: 20px;
    opacity: 0.6;
}

.Hukour_mission .IMNannouncement_box h6::after {
    height: 2px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(196,136,166), transparent);
    width: 70%;
    position: absolute;
    content: "";
}

footer {
    width: 100%;
    position: relative;
}

footer .gFKfooter_workshops {
    position: relative;
    color: #ffffff;
    background:rgb(196,136,166);
    padding: 250px 0 30px;
    font-family: Arial, sans-serif;
}

footer .gFKfooter_workshops::before {
    background: linear-gradient(90deg, rgb(218,177,195) 25%, rgb(196,136,166) 25%, rgb(196,136,166) 50%, rgb(218,177,195) 50%, rgb(218,177,195) 75%, rgb(196,136,166) 75%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 20px;
    width: 100%;
}

footer .info_item {
    align-items: center;
    padding: 25px;
    justify-content: flex-start;
    transition: all 0.3s ease;
    flex: 1 1 250px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    fill: rgb(218,177,195);
    width: 22px;
    height: 22px;
}

footer .info_item a:hover {
    color: rgb(218,177,195);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    margin-top: 100px;
    gap: 20px;
}

footer .bVYgreen_edu {
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    line-height: 1.6;
    font-size: 16px;
}

footer .ytlmain_page h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    padding-bottom: 10px;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-size: 24px;
}

footer .TMnheader_bar {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

footer .TMnheader_bar a:hover {
    background-color: rgb(218,177,195);
    transform: translateY(-3px);
    color: #ffffff;
}

footer .subscribe_holder {
    border-radius: 14px;
    position: relative;
    background-color: rgb(196,136,166,0.5);
    padding: 30px 25px;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 15px;
}

footer .input_holder::before {
    width: 50px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    content: "";
    position: absolute;
    background-color: rgb(218,177,195);
    top: -10px;
    height: 50px;
    right: -10px;
}

footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    padding: 15px;
    font-size: 15px;
    color: rgb(196,136,166);
}

footer .IpEmail_container {
    cursor: pointer;
    background-color: rgb(218,177,195);
    font-size: 16px;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    padding: 15px;
    transition: all 0.3s ease;
}

footer .IpEmail_container:hover::before {
    left: 100%;
}

footer .dKplearn_nav {
    margin-top: 50px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.agQpricing_bucket::before {
    height: 300px;
    filter: blur(80px);
    position: absolute;
    animation: float-effect 12s infinite alternate ease-in-out;
    top: -50px;
    z-index: 0;
    content: "";
    background: rgb(218,177,195,0.5);
    right: -50px;
    width: 300px;
}

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

.agQpricing_bucket .XuPfee_offers {
    padding: 0 20px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    order: -1;
    position: relative;
}

.agQpricing_bucket .XuPfee_offers h2::after {
    height: 3px;
    bottom: -10px;
    background: rgb(218,177,195);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 80px;
    left: 50%;
}

.agQpricing_bucket .PJdlearn_fees {
    position: relative;
    color: inherit;
    perspective: 1000px;
    transform-style: preserve-3d;
    height: 100%;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.agQpricing_bucket .PJdlearn_fees:hover .neCpackage_deals {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(218,177,195,0.5);
}

.agQpricing_bucket .MlUcost_schemes {
    z-index: 2;
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
}

.agQpricing_bucket .PJdlearn_fees:hover .MlUcost_schemes::before {
    transform: scaleX(1);
}

.agQpricing_bucket .MlUcost_schemes h3 {
    margin-bottom: 10px;
    font-size: calc(23px + 2px);
    word-break: break-word;
    overflow-wrap: break-word;
    font-weight: 700;
    white-space: normal;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
}

.agQpricing_bucket .sakpricing_fees {
    transition: transform 0.4s ease;
    font-size: 23px;
    font-weight: 700;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
    position: relative;
    color: rgb(196,136,166);
    white-space: normal;
    margin: 10px 0 20px;
}

.agQpricing_bucket .MlUcost_schemes p {
    font-size: calc(16px - 1px);
    margin-bottom: 0;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    white-space: normal;
    word-break: break-word;
    transition: color 0.3s ease;
}

.agQpricing_bucket .PJdlearn_fees:hover .BjClightbox_img {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}

.agQpricing_bucket .PJdlearn_fees:hover .BjClightbox_img::after {
    opacity: 0.4;
}

.agQpricing_bucket .PJdlearn_fees:hover::after {
    opacity: 0.5;
}

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

.Ytdcontact_form_box::before {
    background: linear-gradient(180deg, rgb(196,136,166,0.5) 0%, transparent 100%);
    content: "";
    opacity: 0.4;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
}

.Ytdcontact_form_box .BjClightbox_img {
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.12;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) contrast(120%);
}

.Ytdcontact_form_box h3 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 700;
}

.Ndcconnect_map .VqCreach_grid h3 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
}

.Ndcconnect_map .VqCreach_grid form {
    flex-direction: column;
    display: flex;
}

.Ndcconnect_map .VqCreach_grid input[type="text"]:focus,
.Ndcconnect_map .VqCreach_grid textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(218,177,195);
    outline: none;
}

.Ndcconnect_map .VqCreach_grid textarea {
    min-height: 150px;
    resize: vertical;
}

.Ndcconnect_map .VqCreach_grid .DvNrequest_map {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.Ndcconnect_map .VqCreach_grid .DvNrequest_map label {
    position: relative;
    cursor: pointer;
    font-size: calc(13px - 2px);
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
}

.Ndcconnect_map .VqCreach_grid .DvNrequest_map input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(218,177,195);
    background: rgb(218,177,195);
}

.Ndcconnect_map .VqCreach_grid .DvNrequest_map a {
    color: rgb(218,177,195);
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgb(218,177,195);
    text-decoration: none;
}

.Ndcconnect_map .VqCreach_grid .DvNrequest_map a:hover {
    border-bottom-color: rgb(196,136,166);
    color: rgb(196,136,166);
}

.Ndcconnect_map .VqCreach_grid .eYGhelp_reach::before {
    height: 2px;
    width: 100%;
    z-index: -1;
    background: rgb(218,177,195);
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease;
}

.Ndcconnect_map .VqCreach_grid .eYGhelp_reach:hover {
    color: #ffffff;
}

.Ndcconnect_map .pxHrequest_message {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    flex: 0 0 42%;
    position: relative;
    padding: 60px;
    color: #ffffff;
    margin-left: -40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.Ndcconnect_map .pxHrequest_message h4 {
    margin-bottom: 40px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    font-size: 20px;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query li svg {
    flex-shrink: 0;
    margin-right: 20px;
    height: 24px;
    width: 24px;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query li:hover svg path {
    fill: #ffffff;
}

.Ndcconnect_map .pxHrequest_message .fNOreach_query li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}



::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    margin: 3px 0;
    border-radius: 9.9rem;
    background: rgb(196,136,166);
}

::-webkit-scrollbar-track:active {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: rgb(196,136,166);
    transition: all 1.3s ease;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px -5px 7px -2px rgba(0, 0, 0, 0.3);
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-corner {
    background: rgb(218,177,195);
}

.JDlcourse_features .description::-webkit-scrollbar {
    width: 4px;
}

.JDlcourse_features .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.JDlcourse_features .description::-webkit-scrollbar-thumb {
    background: rgb(218,177,195,0.5);
    border-radius: 10px;
}



@media (prefers-reduced-motion: reduce) {.VjXaspiring_learners ul li {
    opacity: 1;
    animation: none;
}.VjXaspiring_learners ul li:hover {
    transform: none;
}}



@media (min-width: 992px) {.JDlcourse_features {
    padding: 8rem 0;
}.JDlcourse_features .LOXlearn_business {
    gap: 5rem;
}.JDlcourse_features .BjClightbox_img {
    height: 500px;
}.JDlcourse_features h3 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.4);
}.JDlcourse_features h3::after {
    width: 70px;
}.JDlcourse_features .description {
    max-height: 350px;
}.JDlcourse_features .IMNannouncement_box {
    padding: 3rem;
}.JDlcourse_features .IMNannouncement_box::before {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 480px) {.JDlcourse_features {
    padding: 3rem 0;
}.JDlcourse_features .BjClightbox_img {
    height: 200px;
}.JDlcourse_features .IMNannouncement_box {
    padding: 1.2rem;
}.JDlcourse_features h3 {
    font-size: calc(19px * 0.9);
}.JDlcourse_features .description {
    max-height: 200px;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 768px) {.yfZreceive_updates {
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 1.5rem;
}.yfZreceive_updates p {
    font-size: calc(29px * 0.8);
}.yfZreceive_updates .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.yfZreceive_updates .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}



@media (max-width: 768px) {.wUOmentorship_experience {
    padding: 80px 0;
}.wUOmentorship_experience .Kvgedu_voices {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.wUOmentorship_experience .BjClightbox_img {
    width: 100px;
    height: 100px;
    left: 25px;
}.wUOmentorship_experience .name {
    font-size: 20px;
}.wUOmentorship_experience .IBPjob_background {
    font-size: calc(16px * 0.95);
}.wUOmentorship_experience .IBPjob_background::before {
    width: 20px;
    left: -25px;
}}


@media only screen and (max-width: 1200px) {.mFzcookie_warning_overlay {
    padding: 20px;
}
}


@media only screen and (max-width: 800px){.JTCwrapper-section .rkAcookie_guide {
    margin-bottom: 14px;
    margin: 0;
}}



@media (max-width: 991px) {.SOkappSpot {
    padding: 4rem 1.5rem;
}.SOkappSpot h2 {
    max-width: 100%;
    font-size: calc(31px * 0.9);
}.SOkappSpot .flzpath_impact {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 767px) {.SOkappSpot {
    padding: 3.5rem 1.25rem;
}.SOkappSpot h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.SOkappSpot h2::after {
    height: 3px;
    width: 100px;
}.SOkappSpot .flzpath_impact {
    padding: 2rem 1.5rem;
}.SOkappSpot span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 991px) {.lYWcustomer_reviews {
    padding: 5rem 0;
}.lYWcustomer_reviews h2 {
    margin-bottom: 3rem;
    font-size: calc(32px - 4px);
}.lYWcustomer_reviews .KVSsuccess_voices {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 480px) {.lYWcustomer_reviews {
    padding: 3rem 0;
}.lYWcustomer_reviews h2 {
    font-size: calc(32px - 8px);
    margin-bottom: 2rem;
}.lYWcustomer_reviews .Kvgedu_voices {
    padding: 20px 15px;
}.lYWcustomer_reviews .Kvgedu_voices img {
    height: 45px;
    width: 45px;
}.lYWcustomer_reviews a {
    margin-top: 30px;
    padding: 10px 25px;
}
}



@media (prefers-reduced-motion: no-preference) {.lYWcustomer_reviews .Kvgedu_voices:nth-child(3n+1) {
    animation: float 8s ease-in-out infinite;
}.lYWcustomer_reviews .Kvgedu_voices:nth-child(3n+2) {
    animation: float 9s ease-in-out infinite;
    animation-delay: 0.5s;
}.lYWcustomer_reviews .Kvgedu_voices:nth-child(3n+3) {
    animation-delay: 1s;
    animation: float 10s ease-in-out infinite;
}}



@media (max-width: 992px) {header .GAhhead_tutor {
    padding: 20px 15px;
    flex-direction: column;
}header .GAhhead_tutor .Xnunav_class {
    margin-bottom: 15px;
}header .GAhhead_tutor .ytlmain_page {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .GAhhead_tutor .ytlmain_page .LFQtop_base {
    margin: 3px;
}header .GAhhead_tutor .ytlmain_page .LFQtop_base a {
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}
}



@media (max-width: 992px) {.vHIgreeting_page .wnZexpert_study {
    margin-left: 5%;
    padding: 4rem 3rem;
    transform: perspective(800px) rotateY(-1deg);
    max-width: 90%;
}.vHIgreeting_page p {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 576px) {.vHIgreeting_page .kIMmain_welcome {
    justify-content: center;
}.vHIgreeting_page .wnZexpert_study {
    gap: 1.5rem;
    text-align: center;
    padding: 2rem 1.5rem;
}.vHIgreeting_page .title_style_header::after {
    width: 60%;
    left: 20%;
}.vHIgreeting_page h3 {
    font-size: 1.1rem;
}.vHIgreeting_page p {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    display: block;
    margin: 0 auto;
    max-width: 90%;
}}



@media (min-width: 992px) {.vXRquantitative_data ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.vXRquantitative_data h4::after {
    width: 80px;
}.vXRquantitative_data .hlAstatistics_gains p {
    font-size: 3.5rem;
}
}



@media (max-width: 480px) {.vXRquantitative_data ul {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.vXRquantitative_data .hlAstatistics_gains {
    padding: 1.25rem;
    height: auto;
}.vXRquantitative_data .hlAstatistics_gains:nth-child(odd) {
    transform: translateY(0);
}}



@media (min-width: 768px) {.Hukour_mission {
    padding: 150px 0;
}.Hukour_mission h4 {
    font-size: calc(28px * 1.4);
    margin-bottom: 80px;
}.Hukour_mission .IMNannouncement_box {
    padding: 60px 70px;
}.Hukour_mission .IMNannouncement_box span {
    column-count: 2;
}
}



@media (min-width: 1200px) {.Hukour_mission {
    padding: 180px 0;
}.Hukour_mission .IMNannouncement_box {
    margin-left: 10%;
    padding: 80px 100px;
    width: 80%;
}.Hukour_mission .IMNannouncement_box span {
    font-size: calc(12px * 1.05);
    column-count: 2;
}
}



@media (max-width: 767px) {.Hukour_mission {
    padding: 80px 0;
}.Hukour_mission h4 {
    margin-bottom: 40px;
    font-size: calc(28px * 1.1);
}.Hukour_mission .IMNannouncement_box {
    padding: 30px;
}.Hukour_mission .IMNannouncement_box h6 {
    margin-bottom: 20px;
    font-size: 20px;
}.Hukour_mission .IMNannouncement_box::before,
    .Hukour_mission .IMNannouncement_box::after {
    width: 40px;
    height: 40px;
}}



@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .ytlmain_page, footer .subscribe_holder, footer .Xnunav_class {
    padding: 20px;
}footer .dKplearn_nav {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.agQpricing_bucket .kxNrate_choice {
    align-items: center;
    flex-direction: row;
}.agQpricing_bucket .XuPfee_offers {
    padding-right: 40px;
    text-align: left;
    flex: 0 0 30%;
    order: 0;
}.agQpricing_bucket .XuPfee_offers h2::after {
    left: 0;
    transform: none;
}.agQpricing_bucket .dDcpricing_card {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (max-width: 767px) {.agQpricing_bucket {
    padding: 60px 0;
}.agQpricing_bucket .dDcpricing_card {
    gap: 25px;
    grid-template-columns: 1fr;
}.agQpricing_bucket .XuPfee_offers h2 {
    font-size: calc(30px - 4px);
}.agQpricing_bucket .BjClightbox_img {
    height: 180px;
}.agQpricing_bucket .MlUcost_schemes {
    padding: 25px;
}
}



@media screen and (max-width: 992px) {.Ytdcontact_form_box {
    padding: 80px 0;
}.Ndcconnect_map {
    flex-direction: column;
}.Ndcconnect_map .VqCreach_grid {
    clip-path: none;
    width: 100%;
}.Ndcconnect_map .pxHrequest_message {
    clip-path: none;
    margin-left: 0;
    width: 100%;
}
}



@media screen and (max-width: 480px) {.Ytdcontact_form_box {
    padding: 40px 0;
}.Ndcconnect_map .VqCreach_grid,
    .Ndcconnect_map .pxHrequest_message {
    padding: 30px 20px;
}.Ndcconnect_map .VqCreach_grid h3,
    .Ndcconnect_map .pxHrequest_message h4 {
    font-size: calc(20px - 2px);
}
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}



@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
    100% {
        transform: translateY(0);
    }
}



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



@keyframes slideInRight {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

