.Hnav_train {
    flex: 1 0 auto;
}

.Gwrapper-capsule {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 100;
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, rgb(240,227,207), #ffffff);
}


.deducation_history {
    background: linear-gradient(135deg, rgb(240,227,207), rgb(208,161,117,0.5));
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.deducation_history::after {
    left: -5%;
    z-index: 1;
    position: absolute;
    content: "";
    width: 40%;
    animation: float 6s ease-in-out infinite reverse;
    bottom: -5%;
    background: rgb(208,161,117,0.5);
    border-radius: 28px;
    height: 60%;
    transform: rotate(20deg);
}

.deducation_history .Freview_list {
    transform: rotate(-2deg);
    gap: 15px;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 28px;
    display: grid;
    padding: 40px;
    grid-template-columns: 1fr 2fr;
}

.deducation_history .name {
    color: #000000;
    transform: translateX(20px);
    grid-area: name;
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px;
}

.deducation_history .Uemp_section {
    position: relative;
    background: linear-gradient(to right, rgb(240,227,207), transparent);
    margin-top: 20px;
    line-height: 1.6;
    border-left: 4px solid rgb(226,195,162);
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    color: #000000;
    grid-area: quote;
    padding: 20px;
}

.Qstatistics_information::before {
    opacity: 0.8;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    background-color: #000000;
}

.Qstatistics_information .vstatistics_benefits {
    height: 120px;
    transform: rotate(15deg);
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
    width: 120px;
}

.Qstatistics_information .Madvantage_statistics {
    font-weight: 700;
    max-width: 60%;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 38px;
    line-height: 1.2;
    text-transform: uppercase;
}

.Qstatistics_information .Ustatistics_reasons {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.Qstatistics_information .bprogram_statistics:hover {
    transform: translateX(10px);
}

.Qstatistics_information .bprogram_statistics::before {
    content: "";
    background-color: rgb(226,195,162);
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    left: 0;
}

.Qstatistics_information .pstudy_edge {
    background-color: rgba(255, 255, 255, 0.05);
    width: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
    min-width: 100px;
}

.Qstatistics_information .bprogram_statistics:nth-child(even) .pstudy_edge {
    background-color: rgba(rgb(208,161,117,0.5), 0.1);
}

.Qstatistics_information .stat_item_content {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex: 1;
    display: flex;
    padding: 20px 30px;
}

.Qstatistics_information .bprogram_statistics p {
    flex: 1;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    display: flex;
    align-items: center;
    height: 100%;
    opacity: 0.9;
    line-height: 1.4;
}

.Tour_team {
    background: rgb(240,227,207);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.Tour_team::before {
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    animation: backgroundMove 20s linear infinite;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    content: "";
    top: 0;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
}

.Tour_team h3 {
    margin-bottom: 50px;
    padding-left: 25px;
    position: relative;
    font-size: 37px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}



.Tour_team h3::after {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(226,195,162) 0%, rgb(226,195,162,0.5) 50%, transparent 100%);
    bottom: -10px;
    height: 1px;
    left: 0;
}

.Tour_team .rlearn_classes::before {
    z-index: -1;
    transform-origin: center;
    height: 200%;
    opacity: 0.1;
    width: 200%;
    top: -50%;
    left: -50%;
    content: "";
    animation: patternRotate 60s linear infinite;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
}

.Tour_team .rlearn_classes:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
}

.Tour_team .rlearn_classes span {
    margin-bottom: 20px;
    grid-row: 1 / 2;
    letter-spacing: 0.5px;
    color: rgb(226,195,162);
    display: block;
    position: relative;
    font-size: 22px;
    grid-column: 1 / 2;
    padding-left: 40px;
    font-weight: 700;
}

.Tour_team .rlearn_classes span::after {
    animation: pulseCircle 2.5s infinite;
    border-radius: 50%;
    transform: translateY(-50%) scale(0.8);
    width: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    background: rgb(226,195,162);
    content: "";
    height: 8px;
    box-shadow: 0 0 0 2px rgb(226,195,162,0.5);
}

.Tour_team .rlearn_classes .Qframe::before {
    content: "";
    background: linear-gradient(
        135deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}

.Tour_team .rlearn_classes .Qframe::after {
    height: 30%;
    width: 100%;
    opacity: 0.5;
    content: "";
    background: linear-gradient(
        to top, 
        #000000 0%, 
        transparent 100%
    );
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
}

.Tour_team .Nknowledge_hub::before {
    width: 200%;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    z-index: -1;
    left: -50%;
    transform-origin: center;
    height: 200%;
    position: absolute;
    top: -50%;
    content: "";
    animation: patternRotate 60s linear infinite reverse;
}

.Tour_team .Nknowledge_hub::after {
    background: radial-gradient(circle at bottom left, rgb(208,161,117,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.15;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}

.Tour_team .Nknowledge_hub p::before {
    height: 100%;
    background: rgb(208,161,117);
    top: 0;
    position: absolute;
    width: 3px;
    animation: borderPulse 3s infinite;
    content: "";
    left: 0;
}



.Tour_team .Nknowledge_hub .llearn_sessions {
    overflow: hidden;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    height: 430px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: calc(10px - 5px);
}

.Tour_team .Nknowledge_hub .llearn_sessions::after {
    content: "";
    height: 100%;
    transform: skewX(-25deg);
    background: linear-gradient(
        to right, 
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    animation: directorShine 6s infinite;
    position: absolute;
    width: 60%;
    z-index: 2;
    top: 0;
    left: -150%;
}

.Tour_team .container::after {
    bottom: -100px;
    animation: floatBlob 18s ease-in-out 2s infinite alternate-reverse;
    height: 200px;
    width: 200px;
    background: rgb(208,161,117);
    right: -80px;
}

.Tour_team .nlearn_corner::before {
    background: rgb(226,195,162);
    animation: floatBlob 12s ease-in-out 1s infinite alternate;
    height: 100px;
    width: 100px;
    top: 30%;
    left: -80px;
}

.qcheck_it_out_now {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,227,207) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.qcheck_it_out_now::after {
    z-index: 2;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(226,195,162,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(208,161,117,0.5) 0%,
        transparent 30%
    );
    top: 0;
}

.qcheck_it_out_now .nlearn_corner::before {
    z-index: -1;
    top: -50%;
    opacity: 0.1;
    position: absolute;
    height: 200%;
    left: -50%;
    content: '';
    width: 200%;
    animation: rotate 30s linear infinite;
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(226,195,162,0.5) 100%
    );
}

.qcheck_it_out_now .container p {
    max-width: 800px;
    line-height: 1.4;
    font-size: calc(28px * 1.2);
    margin-bottom: 40px;
    z-index: 5;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000000;
}

.qcheck_it_out_now .lconnect_query {
    overflow: hidden;
    display: inline-block;
    z-index: 5;
    background: linear-gradient(135deg, rgb(226,195,162) 0%, rgb(208,161,117) 100%);
    position: relative;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    padding: 15px 40px;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 29px;
    color: #ffffff;
}

.qcheck_it_out_now .lconnect_query:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

.Scourse_program_description::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(226,195,162,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(208,161,117,0.5) 0%, transparent 25%);
    z-index: 0;
    opacity: 0.1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

.Scourse_program_description h2::after {
    transform-origin: left center;
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
    bottom: -15px;
    background: rgb(226,195,162);
}

.Scourse_program_description .Qframe::before {
    z-index: 1;
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
    position: absolute;
    right: 0;
}

.Scourse_program_description .Qframe::after {
    opacity: 0;
    content: "";
    mix-blend-mode: overlay;
    transition: opacity 0.5s ease;
    left: -10%;
    position: absolute;
    height: 120%;
    top: -10%;
    background: rgb(226,195,162);
    width: 120%;
}

.Scourse_program_description .ginfo_panel::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3px;
    top: 0;
    content: "";
    background: rgb(226,195,162);
    height: 0;
    position: absolute;
    left: 0;
}

.Scourse_program_description .ginfo_panel:hover::before {
    height: 100%;
}

.Scourse_program_description .description {
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
}

.Scourse_program_description .container:hover .description::before {
    animation: pulse 2s infinite;
}

.SappField {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(240,227,207) 0%, #ffffff 100%);
    position: relative;
}

.SappField::after {
    animation: float 15s ease-in-out infinite reverse;
    background: rgb(226,195,162,0.5);
    width: 280px;
    z-index: 0;
    height: 280px;
    filter: blur(70px);
    position: absolute;
    right: -80px;
    bottom: -80px;
    content: "";
}

.SappField .nlearn_corner::before {
    background-size: 10px 10px;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.08;
    background: linear-gradient(45deg, transparent 48%, rgb(208,161,117,0.5) 49%, transparent 51%);
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
}

.SappField .nlearn_corner > div:first-child {
    position: relative;
}

.SappField .nlearn_corner > div:first-child::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(226,195,162) 0%, rgb(208,161,117) 100%);
    transform-origin: left center;
    content: "";
    transform: scaleX(1);
    bottom: -1rem;
    width: 80px;
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.SappField .nlearn_corner:hover h5 {
    transform: translateX(10px);
}

.SappField a {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.SappField a:hover::before {
    height: 100%;
    opacity: 0.1;
}

.SappField p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}

.dprimary_page {
    padding: 3rem 1.5rem;
    align-items: center;
    background: linear-gradient(135deg, rgb(240,227,207), rgb(226,195,162,0.5) 70%);
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    position: relative;
}

.dprimary_page::after {
    height: 50%;
    content: "";
    width: 50%;
    background: rgb(208,161,117,0.5);
    z-index: 0;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.1;
    animation: floatElement 12s ease-in-out infinite alternate;
    position: absolute;
    right: -10%;
    transform: rotate(-15deg);
    top: -10%;
}

.dprimary_page h1.mlearn_skillspro::before {
    content: "";
    position: absolute;
    width: 5px;
    transform: scaleY(0);
    top: 0.5em;
    animation: growLine 1s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    height: 60%;
    transform-origin: top;
    background: rgb(226,195,162);
    left: -10px;
}

.dprimary_page p::after {
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    bottom: -10px;
    position: absolute;
    width: 60px;
    transform-origin: left;
    content: "";
    left: 0;
    background: rgb(208,161,117);
    height: 3px;
}

.dprimary_page .nedu_values::before {
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, 
    rgba(#000000, 0.2), 
    rgba(#000000, 0.8));
    left: 0;
    position: absolute;
    z-index: 1;
}

.dprimary_page .nedu_values:hover {
    box-shadow: 0 20px 40px rgba(#000000, 0.3);
    transform: translateY(-10px) rotateX(5deg);
}

.dprimary_page .nedu_values:hover span {
    transform: translateY(-10px);
}

.dprimary_page .nedu_values h3 {
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    font-size: 21px;
    transition: transform 0.4s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.Fprivacy_corner {
    padding: 30px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.Fprivacy_corner h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.Fprivacy_corner ul, .Fprivacy_corner ol {
    padding-left: 0;
    padding: 10px 0;
    list-style-position: inside;
}

.Fprivacy_corner section {
    background: none;
}

.Mcontact_section {
    padding: 120px 0;
    position: relative;
    background: rgb(240,227,207);
    overflow: hidden;
}

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

.Mcontact_section h2 {
    padding-left: 20px;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    text-align: left;
    margin-bottom: 60px;
}

.Mcontact_section .Qframe {
    border-radius: 11px;
    box-shadow: -15px 15px 0 rgb(226,195,162,0.5);
    order: 2;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.Mcontact_section form h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 19px;
}

.Mcontact_section form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(226,195,162,0.5);
    outline: none;
    background: #ffffff;
}

.Mcontact_section form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.Mcontact_section .Greach_box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.Mcontact_section .Greach_box label::before {
    top: 2px;
    left: 0;
    border-radius: 10px;
    height: 22px;
    transition: all 0.2s ease;
    background: rgb(240,227,207);
    width: 22px;
    content: "";
    position: absolute;
}

.Mcontact_section .Greach_box input[type="checkbox"]:checked + label::after {
    height: 10px;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
    top: 6px;
    width: 6px;
    left: 8px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
}

.Mcontact_section form .lconnect_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(226,195,162);
}

.Mcontact_section svg {
    fill: rgb(226,195,162);
    width: 20px;
    height: 20px;
}

.Mcontact_section svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,195,162);
}

.Foperation_process::before {
    right: -5%;
    background: linear-gradient(45deg, rgb(226,195,162,0.5), rgb(208,161,117,0.5));
    content: "";
    z-index: 1;
    animation: floatingShape 20s infinite alternate ease-in-out;
    position: absolute;
    top: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
    height: 300px;
    width: 300px;
}

.Foperation_process .nlearn_corner {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}

.Foperation_process h2 {
    color: #000000;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    opacity: 0;
    display: inline-block;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 31px;
    transform: translateX(-8px);
    position: relative;
}

.Foperation_process .ginfo_panel {
    position: relative;
    background-color: #ffffff;
    transform: translateY(20px);
    padding: 40px;
    opacity: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.Foperation_process .ginfo_panel p {
    margin: 0;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

header::before {
    position: absolute;
    opacity: 0.5;
    content: '';
    left: 0;
    z-index: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(226,195,162,0.5) 65%, 
        rgb(226,195,162,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(208,161,117,0.5) 75%, 
        rgb(208,161,117,0.5) 80%, 
        transparent 80%);
    width: 100%;
    height: 100%;
    top: 0;
}

header .cnav_site::before {
    width: 200%;
    left: -50%;
    height: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
}

header .cnav_site svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    width: 150px;
    transition: all 0.3s ease;
}

header .Ztop_pagebar {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #ffffff;
    font-size: 15px;
}

header .Ztop_pagebar:hover::before {
    transform: scaleX(1);
}

.FcookieWarningMessage {
    width: 100%;
    position: fixed;
    background: rgb(208,161,117);
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(226,195,162);
}

.FcookieWarningMessage p {
    max-width: 500px;
    font-size: 14px;
    color: #ffffff;
}

.Fcookie_view {
    margin-right: 20px;
    flex-shrink: 0;
}

.Fcookie_view:hover svg {
    transform: rotate(10deg);
}

.gconsent_comply {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 35px;
    padding: 10px 20px;
    margin-left: 20px;
    box-shadow: rgb(226,195,162,0.5) 0px 4px 10px 0px;
    background: rgb(226,195,162);
    text-decoration: none;
    font-size: 15px;
    border-radius: 16px;
    color: #ffffff;
    cursor: pointer;
}

.FcookieWarningMessage p a:hover {
    color: rgb(208,161,117);
}

.Gwrapper-capsule .FcookieWarningMessage {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(208,161,117);
}

.Gwrapper-capsule .qconsent_panel h5, .Gwrapper-capsule .qconsent_panel p {
    color: #ffffff;
}


#lcookie_info_window {
    display: none;
}

#lcookie_info_window:checked ~ .FcookieWarningMessage {
    opacity: 0;
    visibility: hidden;
}

.Qfind_support::before {
    left: -50%;
    animation: techBackground 15s linear infinite;
    z-index: 1;
    opacity: 0.5;
    content: '';
    top: -50%;
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        rgba(255,255,255,0.02) 10px,
        transparent 20px
    );
    width: 200%;
    height: 200%;
    position: absolute;
}

.Qfind_support .rget_contactwidget {
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 33px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    -webkit-background-clip: text !important;
    background: linear-gradient(
        90deg, 
        rgb(226,195,162), 
        rgb(208,161,117)
    );
}

.Qfind_support .Qframe:hover {
    transform: scale(1.05);
}

.Qfind_support .emessage_page {
    color: #ffffff;
    text-align: center;
}

.Qfind_support .emessage_page p {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    position: relative;
    justify-content: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.Qfind_support .emessage_page p svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.Qfind_support .emessage_page p:hover svg {
    opacity: 1;
    transform: scale(1.1);
}

.Qfind_support .emessage_page a {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.Qfind_support .Wcontact_links {
    color: #ffffff;
    justify-content: center;
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 18px;
}

.Qfind_support .Wcontact_links svg path {
    fill: #ffffff;
}

.Qfind_support .jcontact_ask:hover .Wcontact_links svg path {
    fill: rgb(208,161,117);
}

.Qfind_support .Wlearn_talk {
    background: rgba(255,255,255,0.1);
    overflow: hidden;
    padding: 0.5rem 1rem;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
}

.Qfind_support .Wlearn_talk svg path {
    fill: rgb(208,161,117);
}

.Qfind_support .Wlearn_talk:hover svg {
    transform: translateX(0);
    margin-right: 6px;
    width: 16px;
    opacity: 1;
}

.mpricing_grid_item::before {
    width: 12rem;
    height: 12rem;
    top: -3rem;
    background: linear-gradient(135deg, rgb(226,195,162), rgb(208,161,117));
    content: "";
    position: absolute;
    transform: rotate(15deg);
    opacity: 0.07;
    right: -3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

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

.mpricing_grid_item .Gcert_plans {
    position: relative;
    order: -1;
    margin-bottom: 3rem;
}

.mpricing_grid_item .Gcert_plans h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(226,195,162), transparent);
    left: 0;
    position: absolute;
    content: "";
    width: 60%;
    bottom: -0.5rem;
}

.mpricing_grid_item .Upricing_pack {
    display: grid;
    gap: 1.5rem;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.mpricing_grid_item .ifee_pricing {
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    height: 100%;
    min-height: 480px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    position: relative;
    background-color: #ffffff;
    flex-direction: column;
}

.mpricing_grid_item .vcost_schemes h3 {
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    transition: color 0.3s ease;
    color: #000000;
    font-size: calc(23px + 0.1rem);
    display: inline-block;
}

.mpricing_grid_item .Zpayment_pricing::before {
    transition: transform 0.4s ease;
    transform-origin: left;
    left: 0;
    bottom: -0.75rem;
    width: 3rem;
    content: "";
    background-color: rgb(226,195,162,0.5);
    transform: scaleX(1);
    position: absolute;
    height: 2px;
}

.mpricing_grid_item .Qframe {
    width: 100%;
    overflow: hidden;
    height: 180px;
    position: relative;
    transition: transform 0.6s ease;
}

.mpricing_grid_item .Qframe::after {
    position: absolute;
    bottom: 0;
    transition: opacity 0.3s ease;
    content: "";
    right: 0;
    left: 0;
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    top: 0;
}

.mpricing_grid_item .eplan_matrix:hover .ifee_pricing::before {
    transform: scaleX(1);
}

.Bstudy_bottom::before {
    z-index: -1;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(226,195,162,0.5) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
}



.Bstudy_bottom .container {
    flex-direction: column;
    position: relative;
    display: flex;
}

.Bstudy_bottom .company_holder {
    margin-bottom: 3rem;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding-bottom: 2.5rem;
}

.Bstudy_bottom .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}



.Bstudy_bottom .company_holder h3 {
    font-size: calc(30px * 1.3);
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
}

.Bstudy_bottom .company_holder h3::after {
    left: 50%;
    background: rgb(208,161,117);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
    content: "";
    width: 60px;
}

.Bstudy_bottom .Ja11y_tools {
    display: flex;
    justify-content: center;
}

.Bstudy_bottom .vnav_learn::before {
    background: rgb(226,195,162);
    width: 1px;
    transform: translateX(-50%);
    position: absolute;
    height: 20px;
    top: -30px;
    left: 50%;
    content: "";
}

.Bstudy_bottom .tmain_know:hover {
    transform: translateY(-5px);
    background: rgba(rgb(226,195,162,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}

.Bstudy_bottom .tmain_know .vnav_learn {
    flex-direction: column;
    position: static;
    gap: 0.8rem;
    display: flex;
}

.Bstudy_bottom .tmain_know .vnav_learn a {
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.75;
    padding: 0.4rem 0;
}

.Bstudy_bottom .tmain_know .vnav_learn a:hover {
    color: rgb(208,161,117);
    opacity: 1;
}

.Bstudy_bottom .tmain_know .vnav_learn a:hover::before {
    transform: scaleX(1);
}

.glang_learn {
    overflow: hidden;
    margin-top: 4rem;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
}



.glang_learn .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.glang_learn .rachieve_cta {
    color: #ffffff;
    position: relative;
    font-size: 13px;
    text-align: center;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

.glang_learn .rachieve_cta::before,
.glang_learn .rachieve_cta::after {
    margin: 0 0.6rem;
    content: "•";
    color: rgb(226,195,162);
}


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



@media screen and (max-width: 992px) {.Qstatistics_information {
    padding: 100px 0;
}.Qstatistics_information .Madvantage_statistics {
    max-width: 80%;
    font-size: calc(38px * 0.9);
}.Qstatistics_information .fextra_pro {
    margin-bottom: 60px;
    max-width: 70%;
}.Qstatistics_information .bprogram_statistics span {
    font-size: 2.5rem;
    min-width: 80px;
}
}



@media screen and (max-width: 768px) {.Qstatistics_information {
    padding: 80px 0;
}.Qstatistics_information .vstatistics_benefits {
    height: 80px;
    width: 80px;
    top: 10px;
    right: 10px;
}.Qstatistics_information .Madvantage_statistics {
    font-size: calc(38px * 0.8);
    max-width: 100%;
}.Qstatistics_information .fextra_pro {
    margin-bottom: 50px;
    max-width: 100%;
}.Qstatistics_information .bprogram_statistics {
    border-radius: 0 0 23px 23px;
    flex-direction: column;
}.Qstatistics_information .bprogram_statistics::before {
    height: 5px;
    width: 100%;
}.Qstatistics_information .bprogram_statistics:hover {
    transform: translateY(10px);
}.Qstatistics_information .pstudy_edge {
    width: 100%;
    min-width: auto;
}.Qstatistics_information .stat_item_content {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    text-align: center;
}.Qstatistics_information .bprogram_statistics span {
    margin-bottom: 10px;
    min-width: auto;
    margin-right: 0;
}.Qstatistics_information .bprogram_statistics p {
    text-align: center;
}
}



@media screen and (max-width: 991px) {.Tour_team {
    padding: 80px 0 60px;
}.Tour_team .nlearn_corner {
    gap: 40px;
}.Tour_team h3 {
    margin-bottom: 30px;
    font-size: calc(37px - 0.4rem);
}.Tour_team .rlearn_classes,
    .Tour_team .Nknowledge_hub {
    gap: 30px;
    padding: 25px;
}.Tour_team .rlearn_classes {
    grid-template-columns: 1fr 1fr;
}.Tour_team .Nknowledge_hub {
    grid-template-columns: 1fr;
}.Tour_team .rlearn_classes .Qframe {
    min-height: 300px;
}.Tour_team .Nknowledge_hub .llearn_sessions {
    max-width: 85%;
    margin: 0 auto;
    height: 350px;
}.Tour_team .Nknowledge_hub p {
    grid-row: 1 / 2;
}.Tour_team .Nknowledge_hub .llearn_sessions {
    grid-row: 2 / 3;
}.Tour_team .container::before,
    .Tour_team .container::after {
    width: 120px;
    height: 120px;
}.Tour_team .nlearn_corner::before,
    .Tour_team .nlearn_corner::after {
    width: 80px;
    height: 80px;
}
}



@media screen and (max-width: 575px) {.Tour_team {
    padding: 50px 0 30px;
}.Tour_team::before {
    background-size: 10px 10px;
}.Tour_team .nlearn_corner {
    gap: 25px;
}.Tour_team h3 {
    padding-left: 20px;
    font-size: calc(37px - 0.8rem);
    margin-bottom: 20px;
}.Tour_team h3::before {
    width: 12px;
}.Tour_team .rlearn_classes,
    .Tour_team .Nknowledge_hub {
    padding: 20px;
    gap: 20px;
}.Tour_team .rlearn_classes span {
    font-size: calc(22px - 0.3rem);
    padding-left: 35px;
}.Tour_team .rlearn_classes span::before {
    width: 25px;
}.Tour_team .rlearn_classes .Qframe {
    min-height: 250px;
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
}.Tour_team .Nknowledge_hub .llearn_sessions {
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
    height: 280px;
}.Tour_team .rlearn_classes p,
    .Tour_team .Nknowledge_hub p {
    line-height: 1.6;
    font-size: calc(17px - 0.2rem);
    padding: 15px;
}.Tour_team .container::before,
    .Tour_team .container::after,
    .Tour_team .nlearn_corner::before,
    .Tour_team .nlearn_corner::after {
    filter: blur(15px);
    opacity: 0.08;
}}



@media (max-width: 480px) {.qcheck_it_out_now {
    padding: 40px 0;
}.qcheck_it_out_now .nlearn_corner {
    padding: 25px 15px;
}.qcheck_it_out_now .container p {
    font-size: 24px;
    margin-bottom: 20px;
}.qcheck_it_out_now .lconnect_query {
    font-size: calc(18px * 0.9);
    padding: 10px 25px;
}}



@media (min-width: 992px) {.Scourse_program_description {
    padding: 150px 0;
}.Scourse_program_description::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(226,195,162,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(208,161,117,0.5) 0%, transparent 35%);
}.Scourse_program_description h2 {
    margin-left: 30px;
    max-width: 70%;
    transform: translateX(0);
}.Scourse_program_description .Dquick_progress {
    gap: 80px;
}.Scourse_program_description .Qframe {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 500px;
}.Scourse_program_description .Qframe:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.Scourse_program_description .ginfo_panel {
    padding: 50px 60px;
    transform: translateY(0) translateX(20px);
    max-height: 500px;
}.Scourse_program_description .ginfo_panel:hover {
    transform: translateY(0) translateX(0);
}.Scourse_program_description .description {
    font-size: calc(17px * 1.05);
    padding-left: 25px;
}.Scourse_program_description .description::before {
    height: 6px;
    width: 6px;
    left: 10px;
}
}



@media (min-width: 768px) {.SappField {
    padding: 150px 0;
}.SappField .nlearn_corner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem;
}.SappField h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 0;
}.SappField p {
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 767px) {.SappField {
    padding: 80px 0;
}.SappField .nlearn_corner {
    padding: 2.5rem;
}.SappField h5 {
    font-size: calc(21px * 0.9);
}.SappField p {
    font-size: calc(18px * 0.95);
}.SappField .nlearn_corner > div:first-child::after {
    width: 60px;
}
}



@media (min-width: 768px) {.dprimary_page > div {
    gap: 2rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.dprimary_page h1.mlearn_skillspro {
    max-width: 90%;
    font-size: calc(44px * 1.2);
}.dprimary_page p {
    max-width: 90%;
    font-size: calc(12px * 1.4);
}.dprimary_page .nedu_values {
    transform: translateY(0) rotateX(0) rotateY(-3deg);
    height: 400px;
}.dprimary_page .nedu_values:hover {
    transform: translateY(-15px) rotateX(5deg) rotateY(-5deg);
}
}



@media (max-width: 767px) {.dprimary_page {
    padding: 2rem 1rem;
}.dprimary_page h1.mlearn_skillspro {
    font-size: calc(44px * 0.85);
}.dprimary_page p {
    font-size: 12px;
    max-width: 100%;
}.dprimary_page .nedu_values {
    height: 280px;
}.dprimary_page .nedu_values span {
    padding: 1.5rem;
}.dprimary_page .nedu_values h3 {
    font-size: calc(21px * 0.9);
}}



@media screen and (max-width: 767px) {.Mcontact_section {
    padding: 70px 0;
}.Mcontact_section h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.Mcontact_section .Qframe {
    min-height: 300px;
    width: 100%;
    box-shadow: -10px 10px 0 rgb(226,195,162,0.5);
}.Mcontact_section form {
    padding: 40px 30px;
}
}



@media (max-width: 991px) {.Foperation_process {
    padding: 90px 0;
}.Foperation_process::before {
    width: 200px;
    height: 200px;
}.Foperation_process::after {
    width: 180px;
    height: 180px;
}.Foperation_process .ginfo_panel {
    padding: 30px;
}
}



@media (max-width: 767px) {.Foperation_process {
    padding: 70px 0;
}.Foperation_process h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.85);
}.Foperation_process .ginfo_panel {
    padding: 25px 20px;
}.Foperation_process .ginfo_panel p {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .cnav_site {
    padding: 0.5rem 1.2rem;
}header .cnav_site svg {
    width: 140px;
}header .tmain_know {
    gap: 0.5rem;
}header .Ztop_pagebar {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 767px) {header .thead_prime {
    gap: 1.5rem;
}header .cnav_site {
    padding: 0.4rem 1rem;
}header .cnav_site svg {
    width: 130px;
}header .tmain_know {
    gap: 0.5rem;
}header .Ztop_pagebar {
    padding: 0.5rem 0.9rem;
    font-size: calc(15px - 1px);
}
}


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


@media only screen and (max-width: 800px) {.Fcookie_view {
    display: none;
}.Vcookie_updates {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.FcookieWarningMessage h5 {
    text-align: center;
}.FcookieWarningMessage p {
    text-align: center;
}.qconsent_panel {
    text-align: center;
    margin-bottom: 20px;
}.gconsent_comply {
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}}



@media (max-width: 768px) {.Qfind_support .tcontact_list {
    padding: 1.5rem;
}.Qfind_support .Qframe {
    height: 150px;
    width: 150px;
}.Qfind_support .Khelp_desk {
    align-items: center;
    flex-direction: column;
}.Qfind_support .emessage_page p svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}.Qfind_support .Wcontact_links svg {
    margin-right: 6px;
    height: 18px;
    width: 18px;
}
}



@media (min-width: 768px) {.mpricing_grid_item .Xpay_plans {
    align-items: flex-start;
    flex-direction: row;
    gap: 2rem;
}.mpricing_grid_item .Gcert_plans {
    order: 0;
    padding-top: 2rem;
    margin-bottom: 0;
    flex: 0 0 30%;
}.mpricing_grid_item .Upricing_pack {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.mpricing_grid_item .ifee_pricing {
    border-radius: 0.25rem;
}
}



@media (min-width: 1024px) {.mpricing_grid_item .Upricing_pack {
    grid-template-columns: repeat(2, 1fr);
}.mpricing_grid_item .eplan_matrix:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (min-width: 1200px) {.mpricing_grid_item .Gcert_plans {
    padding-top: 4rem;
}.mpricing_grid_item .eplan_matrix:hover {
    z-index: 5;
}.mpricing_grid_item .Upricing_pack {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}



@media screen and (max-width: 992px) {.Bstudy_bottom {
    padding: 4rem 0 2rem;
}.Bstudy_bottom .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.Bstudy_bottom .company_holder h3 {
    font-size: 30px;
}.Bstudy_bottom .vnav_learn {
    gap: 3rem;
}
}



@media screen and (max-width: 576px) {.Bstudy_bottom {
    padding: 3rem 0 1.5rem;
}.Bstudy_bottom .company_holder h3 {
    font-size: calc(30px * 0.9);
}.Bstudy_bottom .Kcalc_foot {
    font-size: calc(15px * 0.9);
}.Bstudy_bottom .tmain_know {
    padding: 1rem;
}.Bstudy_bottom .tmain_know h5 {
    font-size: calc(18px * 0.9);
}.glang_learn {
    padding: 1rem 0;
    margin-top: 2rem;
}.glang_learn .rachieve_cta {
    font-size: calc(13px * 0.9);
}.glang_learn .rachieve_cta::before,
    .glang_learn .rachieve_cta::after {
    display: none;
}
}

@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes borderPulse {
    0%, 100% {
        height: 100%;
    }
    50% {
        height: 70%;
    }
}

@keyframes directorShine {
    0% {
        left: -150%;
    }
    30%, 100% {
        left: 200%;
    }
}



@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



@keyframes floatElement {
  0%, 100% { transform: rotate(-15deg) translateY(0); }
  50% { transform: rotate(-12deg) translateY(-20px); }
}



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



@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}



@keyframes floatingShape {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, -15px) rotate(-5deg);
    }
}

@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

