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

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

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

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

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

.Bstudy_bottom {
    flex: 0 0 auto;
}

.Bstudy_bottom {
    color: #ffffff;
    padding: 6rem 0 3rem;
    z-index: 1;
    position: relative;
    background-attachment: fixed;
}

.deducation_history::before {
    animation: float 8s ease-in-out infinite;
    content: "";
    background: rgb(226,195,162,0.5);
    right: -10%;
    transform: rotate(-15deg);
    border-radius: 28px;
    top: -10%;
    z-index: 1;
    position: absolute;
    height: 80%;
    width: 60%;
}

.deducation_history .container {
    position: relative;
    z-index: 2;
}

.deducation_history .Freview_list:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.deducation_history .Qframe {
    border-radius: 28px;
    height: 200px;
    box-shadow: 10px 10px 0 rgb(226,195,162,0.5);
    grid-area: photo;
    transform: rotate(4deg);
    transition: transform 0.3s ease;
}

.deducation_history .Freview_list:hover .Qframe {
    transform: rotate(0deg) scale(1.05);
}

.deducation_history .Freview_list span:not(.name) {
    font-size: 15px;
    color: #000000;
    grid-area: job;
    transform: translateX(20px);
    font-style: italic;
}

.deducation_history .Uemp_section::before {
    left: 10px;
    content: "";
    font-size: calc(41px * 2);
    color: rgb(226,195,162,0.5);
    position: absolute;
    top: -10px;
    font-family: serif;
    line-height: 1;
}

.Qstatistics_information {
    position: relative;
    isolation: isolate;
    padding: 120px 0;
}

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

.Qstatistics_information .Tstatistics_pros {
    position: relative;
}

.Qstatistics_information .vstatistics_benefits svg {
    width: 100%;
    height: 100%;
    fill: rgb(226,195,162);
}

.Qstatistics_information .vstatistics_benefits svg path {
    fill: rgb(226,195,162);
}

.Qstatistics_information .fextra_pro {
    margin-bottom: 80px;
    position: relative;
    margin-right: auto;
    text-align: center;
    max-width: 50%;
    opacity: 0.9;
    padding-left: 20px;
    margin-left: auto;
    color: #ffffff;
    line-height: 1.6;
    border-left: 3px solid rgb(226,195,162);
    font-size: 17px;
}

.Qstatistics_information .bprogram_statistics {
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: 0 23px 23px 0;
    display: flex;
    backdrop-filter: blur(10px);
}

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

.Qstatistics_information .pstudy_edge svg {
    fill: #ffffff;
    width: 50px;
    height: 50px;
}

.Qstatistics_information .pstudy_edge svg path {
    fill: #ffffff;
}

.Qstatistics_information .bprogram_statistics:nth-child(odd) .pstudy_edge {
    background-color: rgba(rgb(226,195,162,0.5), 0.1);
}

.Qstatistics_information .bprogram_statistics span {
    color: #ffffff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    min-width: 100px;
}

.Qstatistics_information .bprogram_statistics::after {
    position: absolute;
    left: 0;
    pointer-events: none;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03));
    width: 100%;
}



.Tour_team::after {
    background: linear-gradient(90deg, rgb(226,195,162,0.5) 0%, transparent 20%, transparent 80%, rgb(208,161,117,0.5) 100%);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.15;
}

.Tour_team .container {
    z-index: 1;
    position: relative;
}

.Tour_team .nlearn_corner {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 70px;
}

.Tour_team h3::before {
    position: absolute;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    animation: headerPulse 2s infinite;
    background: rgb(226,195,162);
    height: 3px;
    content: "";
}

.Tour_team .rlearn_classes {
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    padding: 40px;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    backdrop-filter: blur(8px);
    display: grid;
    position: relative;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
}



.Tour_team .rlearn_classes::after {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at top right, rgb(226,195,162,0.5) 0%, transparent 70%);
    opacity: 0.15;
    position: absolute;
    z-index: -1;
}

.Tour_team .rlearn_classes span::before {
    left: 0;
    top: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(226,195,162), rgb(208,161,117));
    height: 2px;
    transform: translateY(-50%);
    width: 30px;
}



.Tour_team .rlearn_classes p {
    grid-column: 1 / 2;
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    grid-row: 2 / 3;
    font-size: 17px;
    border-left: 2px solid rgb(226,195,162,0.5);
    padding-left: 20px;
    color: #000000;
}

.Tour_team .rlearn_classes .Qframe {
    min-height: 350px;
    grid-row: 1 / 4;
    overflow: hidden;
    grid-column: 2 / 3;
    position: relative;
    height: 100%;
    border-radius: calc(10px - 5px);
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}

.Tour_team .rlearn_classes .Qframe:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.Tour_team .rlearn_classes .Qframe:hover::before {
    opacity: 0.1;
}

.Tour_team .Nknowledge_hub {
    border-radius: 10px;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: grid;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(8px);
    gap: 50px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
    padding: 40px;
}

.Tour_team .Nknowledge_hub: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 .Nknowledge_hub p {
    position: relative;
    line-height: 1.8;
    font-size: 17px;
    border-left: 2px solid rgb(208,161,117);
    border-radius: 0 10px 10px 0;
    padding: 20px;
    color: #000000;
    background: rgba(255, 255, 255, 0.05);
}

.Tour_team .Nknowledge_hub .llearn_sessions::before {
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.4;
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
}



.Tour_team .Nknowledge_hub .llearn_sessions:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) translateY(-5px);
}

.Tour_team .Nknowledge_hub .llearn_sessions:hover::before {
    opacity: 0.2;
}

.Tour_team .container::before,
.Tour_team .container::after,
.Tour_team .nlearn_corner::before,
.Tour_team .nlearn_corner::after {
    filter: blur(30px);
    border-radius: 50%;
    content: "";
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}

.Tour_team .container::before {
    width: 150px;
    left: -50px;
    height: 150px;
    top: -50px;
    background: rgb(226,195,162);
    animation: floatBlob 15s ease-in-out infinite alternate;
}

.Tour_team .nlearn_corner::after {
    background: rgb(208,161,117);
    animation: floatBlob 14s ease-in-out 3s infinite alternate-reverse;
    right: -60px;
    height: 120px;
    width: 120px;
    bottom: 20%;
}

.qcheck_it_out_now::before {
    top: -10%;
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(226,195,162,0.5) 20%
    );
    content: '';
    width: 120%;
    position: absolute;
    left: -10%;
    height: 120%;
    opacity: 0.05;
    animation: shift-background 15s linear infinite;
    z-index: 1;
}

.qcheck_it_out_now .nlearn_corner {
    align-items: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    padding: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 10;
    justify-content: center;
    background: rgb(240,227,207);
    border-radius: 29px;
}

.qcheck_it_out_now .container p::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 10px;
    height: 4px;
    background: linear-gradient(90deg, rgb(226,195,162), rgb(208,161,117));
    content: '';
    width: 80px;
    bottom: -15px;
}

.qcheck_it_out_now .lconnect_query::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    content: '';
    left: -100%;
    transition: 0.5s;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}

.qcheck_it_out_now .lconnect_query:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

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

.Scourse_program_description::after {
    content: "";
    transform: rotate(15deg);
    top: -50px;
    height: 200px;
    opacity: 0.2;
    border: 1px solid rgb(226,195,162,0.5);
    width: 200px;
    right: -50px;
    z-index: 1;
    position: absolute;
}

.Scourse_program_description h2 {
    font-size: 31px;
    transform: translateX(-5px);
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
}

.Scourse_program_description h2:hover::after {
    transform: scaleX(1.5);
}

.Scourse_program_description .Dquick_progress {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}

.Scourse_program_description .Qframe {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    height: 350px;
}

.Scourse_program_description .Qframe:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.Scourse_program_description .Qframe:hover::after {
    opacity: 0.1;
}

.Scourse_program_description .ginfo_panel {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(-5px);
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.Scourse_program_description .ginfo_panel:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.Scourse_program_description .description:last-child {
    margin-bottom: 0;
}

.Scourse_program_description .description::before {
    left: 0;
    border-radius: 50%;
    width: 5px;
    opacity: 0.7;
    background: rgb(226,195,162);
    content: "";
    top: 0.7em;
    position: absolute;
    height: 5px;
}

.SappField::before {
    height: 300px;
    width: 300px;
    z-index: 0;
    left: -50px;
    background: rgb(208,161,117,0.5);
    animation: float 12s ease-in-out infinite;
    position: absolute;
    content: "";
    top: -50px;
    filter: blur(80px);
}

.SappField .container {
    position: relative;
    z-index: 2;
}

.SappField .nlearn_corner {
    gap: 2rem;
    padding: 3.5rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(15px);
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
}

.SappField .nlearn_corner:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.SappField h5 {
    margin-bottom: 0.5rem;
    font-size: 21px;
    transform: translateX(0);
    line-height: 1.3;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 700;
    color: #000000;
}

.SappField a:hover {
    transform: translateY(-5px);
}

.SappField a::before {
    z-index: -1;
    height: 0;
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    bottom: 0;
    background: linear-gradient(to top, rgb(226,195,162,0.5) 0%, transparent 100%);
    width: 100%;
}

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

.dprimary_page > div {
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 1;
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}

.dprimary_page h1.mlearn_skillspro {
    transform: translateY(0);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 44px;
    font-weight: 700;
    color: #000000;
}

.dprimary_page p {
    color: #000000;
    transform: translateX(0);
    position: relative;
    margin-bottom: 2rem;
    transition: all 0.5s ease;
    padding-left: 0;
    font-size: calc(12px * 1.2);
    line-height: 1.6;
    max-width: 85%;
}

.dprimary_page .fstart_lead {
    position: relative;
    width: 100%;
    perspective: 1000px;
}

.dprimary_page .nedu_values {
    backdrop-filter: blur(0);
    transform: translateY(0) rotateX(0);
    height: 350px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    width: 100%;
}

.dprimary_page .nedu_values span {
    width: 100%;
    transform: translateY(0);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 2rem;
    background: linear-gradient(to top, 
    rgba(#000000, 0.9), 
    rgba(#000000, 0.3) 90%);
}

.dprimary_page .nedu_values:hover h3 {
    transform: translateY(-5px);
}

.Fprivacy_corner h1 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.Fprivacy_corner h3, .Fprivacy_corner h4, .Fprivacy_corner h5, .Fprivacy_corner h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.Fprivacy_corner li {
    margin-bottom: 10px;
}

.Fprivacy_corner p, .Fprivacy_corner span, .Fprivacy_corner div {
    margin-bottom: 5px;
    line-height: 20px;
}

.Mcontact_section::before {
    background: linear-gradient(90deg, rgb(226,195,162), rgb(208,161,117));
    content: "";
    left: 0;
    top: 0;
    height: 5px;
    position: absolute;
    width: 100%;
}

.Mcontact_section h2::before {
    position: absolute;
    border-radius: 10px;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 5px;
    background: rgb(226,195,162);
}

.Mcontact_section .Uhelp_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.Mcontact_section .Nsupport_support {
    order: 1;
}

.Mcontact_section form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 11px;
    background: #ffffff;
    padding: 50px;
}

.Mcontact_section form input[type="text"] {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: rgb(240,227,207);
    padding: 18px 25px;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-radius: 10px;
    border: none;
}

.Mcontact_section .Greach_box {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.Mcontact_section .Greach_box label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}

.Mcontact_section .Greach_box input[type="checkbox"]:checked + label::before {
    background: rgb(226,195,162);
}

.Mcontact_section .Greach_box label a {
    color: rgb(226,195,162);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.Mcontact_section .Greach_box label a:hover {
    color: rgb(208,161,117);
}

.Mcontact_section form .lconnect_query {
    font-family: Arial, sans-serif;
    border: none;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    position: relative;
    background: #000000;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 18px 40px;
}

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

.Foperation_process::after {
    background: linear-gradient(225deg, rgb(208,161,117,0.5), rgb(226,195,162,0.5));
    z-index: 1;
    left: -5%;
    content: "";
    opacity: 0.08;
    animation: floatingShape 15s infinite alternate-reverse ease-in-out;
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -8%;
    position: absolute;
    width: 250px;
}

.Foperation_process h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(226,195,162), rgb(208,161,117));
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 0;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.Foperation_process .ginfo_panel::before {
    left: 0;
    position: absolute;
    content: "";
    height: 0%;
    top: 0;
    animation: verticalLineGrow 1.2s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(to bottom, rgb(226,195,162), rgb(208,161,117));
    width: 4px;
}



.Foperation_process:hover .ginfo_panel {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

header .container {
    margin: 0;
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    padding: 0 3%;
}

header .thead_prime {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

header .cnav_site {
    background: linear-gradient(135deg, rgb(226,195,162,0.5), rgb(208,161,117,0.5));
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 1.5rem;
    align-items: center;
    border-radius: 18px;
    position: relative;
    text-decoration: none;
    display: flex;
}

header .cnav_site:hover::before {
    opacity: 1;
}

header .cnav_site:hover svg {
    transform: scale(1.03);
}

header .tmain_know {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.5rem;
    width: 100%;
    max-width: 800px;
    flex-wrap: wrap;
    justify-content: center;
}

header .Ztop_pagebar::before {
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    transition: transform 0.3s ease;
    height: 3px;
    top: 0;
    content: '';
    background: linear-gradient(to right, rgb(226,195,162), rgb(208,161,117));
    left: 0;
    width: 100%;
}

header .Ztop_pagebar:hover {
    color: rgb(226,195,162);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.Vcookie_updates {
    flex-wrap: wrap;
    max-width: 1200px;
    padding: 20px 30px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.FcookieWarningMessage h5 {
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 6px;
    color: #ffffff;
}

.Fcookie_view svg, .Fcookie_view svg path {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(226,195,162);
}

.cookie_button.Ytrack_edu {
    background: rgb(226,195,162);
}

.cookie_button.Pcookie_confirm {
    background: rgb(208,161,117);
}

.gconsent_comply:hover {
    box-shadow: rgb(226,195,162,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.FcookieWarningMessage p a {
    transition: color 0.3s ease-in-out;
    color: rgb(226,195,162);
    text-decoration: none;
    font-weight: 600;
}

.Gwrapper-capsule .gconsent_comply {
    padding: 10px;
    margin-left: 30px;
    border: none;
    font-size: 15px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    background: rgb(226,195,162);
    font-weight: 400;
}

.Qfind_support {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(226,195,162,0.5) 0%, 
        rgb(208,161,117,0.5) 50%, 
        rgb(226,195,162,0.5) 100%
    );
}



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

.Qfind_support .tcontact_list {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 27px;
    padding: 3rem;
    backdrop-filter: blur(15px);
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(226,195,162), 0.2);
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    background: rgba(255,255,255,0.05);
    transition: all 0.4s ease;
}

.Qfind_support .Qframe {
    width: 250px;
    margin: 0 auto 2rem;
    overflow: hidden;
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    border: 4px solid rgb(208,161,117);
    border-radius: 50%;
    transition: transform 0.3s ease;
    position: relative;
    height: 250px;
}

.Qfind_support .emessage_page p svg {
    width: 24px;
    opacity: 0.8;
    transition: all 0.3s ease;
    margin: 0 8px;
    flex-shrink: 0;
    height: 24px;
}

.Qfind_support .emessage_page p:hover {
    transform: translateX(10px);
}

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

.Qfind_support .emessage_page a:hover {
    color: rgb(208,161,117);
}

.Qfind_support .jcontact_ask {
    margin-top: 2rem;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 1.5rem;
}

.Qfind_support .Wcontact_links svg {
    opacity: 0.8;
    width: 22px;
    margin-right: 10px;
    transition: all 0.3s ease;
    height: 22px;
}

.Qfind_support .jcontact_ask:hover .Wcontact_links svg {
    opacity: 1;
    transform: rotate(15deg);
}

.Qfind_support .Khelp_desk {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.Qfind_support .Wlearn_talk svg {
    height: 16px;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    margin-right: 0;
    width: 0;
    opacity: 0;
}

.Qfind_support .Wlearn_talk:hover {
    padding-right: 1.2rem;
    background: rgba(255,255,255,0.2);
    padding-left: 0.8rem;
}

.mpricing_grid_item {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background-color: rgb(240,227,207);
}

.mpricing_grid_item::after {
    z-index: 0;
    left: -5rem;
    background: linear-gradient(45deg, rgb(208,161,117), rgb(226,195,162,0.5));
    height: 18rem;
    bottom: -5rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: absolute;
    content: "";
    opacity: 0.05;
    transform: rotate(-10deg);
    width: 18rem;
}

.mpricing_grid_item .Xpay_plans {
    flex-direction: column;
    display: flex;
}

.mpricing_grid_item .Gcert_plans h2 {
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
}

.mpricing_grid_item .vfee_schemes {
    margin-bottom: 1rem;
    line-height: 1.6;
    max-width: 800px;
    color: #000000;
    font-size: 13px;
}

.mpricing_grid_item .eplan_matrix {
    position: relative;
    color: #000000;
    text-decoration: none;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
}

.mpricing_grid_item .eplan_matrix:hover .ifee_pricing {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.mpricing_grid_item .vcost_schemes {
    position: relative;
    overflow: hidden;
    z-index: 2;
    flex-direction: column;
    display: flex;
    padding: 2rem;
    flex: 1;
}

.mpricing_grid_item .eplan_matrix:hover .vcost_schemes h3 {
    color: rgb(226,195,162);
}

.mpricing_grid_item .Zpayment_pricing {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    color: rgb(226,195,162);
    font-weight: 700;
    font-size: calc(23px + 0.5rem);
}

.mpricing_grid_item .eplan_matrix:hover .Zpayment_pricing::before {
    transform: scaleX(1.5);
}

.mpricing_grid_item .vcost_schemes p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(13px - 0.1rem);
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
}

.mpricing_grid_item .eplan_matrix:hover .Qframe {
    transform: scale(1.03);
}

.mpricing_grid_item .eplan_matrix:hover .Qframe::after {
    opacity: 0.4;
}

.mpricing_grid_item .ifee_pricing::before {
    left: 0;
    width: 100%;
    content: "";
    transform: scaleX(0);
    height: 5px;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(226,195,162), rgb(208,161,117));
}

.Bstudy_bottom::after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    pointer-events: none;
    left: 0;
    content: "";
}

.Bstudy_bottom .company_holder::before,
.Bstudy_bottom .company_holder::after {
    width: 20%;
    background: linear-gradient(90deg, transparent, rgb(208,161,117), transparent);
    animation: slide 3s infinite alternate;
    position: absolute;
    height: 2px;
    bottom: -1px;
    content: "";
}

.Bstudy_bottom .company_holder::before {
    left: 0;
    animation-delay: 0s;
}

.Bstudy_bottom .Kcalc_foot {
    line-height: 1.7;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    font-size: 15px;
    max-width: 600px;
    color: #ffffff;
}

.Bstudy_bottom .vnav_learn {
    display: flex;
    gap: 6rem;
    position: relative;
}

.Bstudy_bottom .tmain_know {
    position: relative;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
}

.Bstudy_bottom .tmain_know h5 {
    color: rgb(208,161,117);
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
}

.Bstudy_bottom .tmain_know .vnav_learn a::before {
    height: 1px;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    transform-origin: center;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(226,195,162), transparent);
    z-index: -1;
    position: absolute;
    bottom: 0;
    content: "";
}

.glang_learn::before {
    left: 0;
    animation: bgMove 20s linear infinite;
    width: 100%;
    background-size: 4px 4px;
    opacity: 0.3;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(rgb(226,195,162,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(226,195,162,0.5), 0.05) 50%, rgba(rgb(226,195,162,0.5), 0.05) 75%, transparent 75%, transparent);
}


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



@media (max-width: 768px) {.deducation_history {
    padding: 60px 0;
}.deducation_history .Freview_list {
    padding: 30px 20px;
    grid-template-areas: 
            "Qframe"
            "name"
            "kexp_section"
            "Uemp_section";
    grid-template-columns: 1fr;
}.deducation_history .Qframe {
    height: 180px;
    width: 80%;
    margin: 0 auto;
}.deducation_history .name,
    .deducation_history .Freview_list span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.deducation_history .Uemp_section {
    padding: 15px;
}}



@media screen and (max-width: 576px) {.Qstatistics_information {
    padding: 60px 0;
}.Qstatistics_information .Madvantage_statistics {
    font-size: calc(38px * 0.7);
}.Qstatistics_information .fextra_pro {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(17px * 0.95);
}.Qstatistics_information .pstudy_edge svg {
    width: 40px;
    height: 40px;
}.Qstatistics_information .stat_item_content {
    padding: 15px;
}.Qstatistics_information .bprogram_statistics span {
    font-size: 2rem;
}.Qstatistics_information .bprogram_statistics p {
    font-size: calc(17px * 0.9);
}
}



@media screen and (min-width: 1200px) {.Qstatistics_information::after {
    position: absolute;
    opacity: 0.3;
    pointer-events: none;
    background: radial-gradient(circle, rgb(226,195,162,0.5) 0%, transparent 70%);
    height: 400px;
    right: 0;
    content: "";
    top: 50%;
    z-index: 1;
    width: 200px;
}}



@media screen and (max-width: 1199px) {.Tour_team {
    padding: 100px 0 80px;
}.Tour_team .nlearn_corner {
    gap: 50px;
}.Tour_team h3 {
    font-size: calc(37px - 0.2rem);
    margin-bottom: 40px;
}.Tour_team .rlearn_classes,
    .Tour_team .Nknowledge_hub {
    gap: 40px;
    padding: 30px;
}.Tour_team .rlearn_classes .Qframe {
    min-height: 330px;
}.Tour_team .Nknowledge_hub .llearn_sessions {
    height: 380px;
}.Tour_team .container::before,
    .Tour_team .container::after,
    .Tour_team .nlearn_corner::before,
    .Tour_team .nlearn_corner::after {
    filter: blur(25px);
}
}



@media screen and (max-width: 767px) {.Tour_team {
    padding: 60px 0 40px;
}.Tour_team::before {
    background-size: 15px 15px;
}.Tour_team .nlearn_corner {
    gap: 30px;
}.Tour_team h3 {
    margin-bottom: 25px;
    font-size: calc(37px - 0.6rem);
}.Tour_team .rlearn_classes {
    grid-template-columns: 1fr;
    gap: 25px;
}.Tour_team .rlearn_classes span {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.Tour_team .rlearn_classes p {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.Tour_team .rlearn_classes .Qframe {
    grid-row: 3 / 4;
    min-height: 280px;
    grid-column: 1 / 2;
}.Tour_team .Nknowledge_hub {
    gap: 25px;
}.Tour_team .Nknowledge_hub .llearn_sessions {
    height: 320px;
    max-width: 100%;
}.Tour_team .rlearn_classes span {
    font-size: calc(22px - 0.2rem);
}.Tour_team .rlearn_classes p,
    .Tour_team .Nknowledge_hub p {
    font-size: calc(17px - 0.1rem);
}.Tour_team .container::before,
    .Tour_team .container::after,
    .Tour_team .nlearn_corner::before,
    .Tour_team .nlearn_corner::after {
    filter: blur(20px);
}
}



@media (max-width: 991px) {.qcheck_it_out_now {
    padding: 80px 0;
}.qcheck_it_out_now .nlearn_corner {
    padding: 40px 30px;
}.qcheck_it_out_now .container p {
    font-size: 28px;
    margin-bottom: 30px;
}
}



@media (max-width: 767px) {.qcheck_it_out_now {
    padding: 60px 0;
}.qcheck_it_out_now .nlearn_corner {
    padding: 30px 20px;
}.qcheck_it_out_now .container p {
    margin-bottom: 25px;
    font-size: calc(24px * 1.2);
}.qcheck_it_out_now .lconnect_query {
    padding: 12px 30px;
}
}



@media (min-width: 768px) {.Scourse_program_description {
    padding: 120px 0;
}.Scourse_program_description h2 {
    font-size: calc(31px * 1.1);
    max-width: 85%;
}.Scourse_program_description .Dquick_progress {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.Scourse_program_description .Qframe {
    height: 450px;
}.Scourse_program_description .ginfo_panel {
    scrollbar-color: rgb(226,195,162,0.5) rgba(0,0,0,0.05);
    max-height: 450px;
    padding: 40px 50px;
    overflow-y: auto;
    scrollbar-width: thin;
}.Scourse_program_description .ginfo_panel::-webkit-scrollbar {
    width: 6px;
}.Scourse_program_description .ginfo_panel::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.Scourse_program_description .ginfo_panel::-webkit-scrollbar-thumb {
    background-color: rgb(226,195,162,0.5);
}
}



@media (min-width: 1200px) {.Scourse_program_description h2 {
    margin-left: 50px;
}.Scourse_program_description .Dquick_progress {
    gap: 100px;
}.Scourse_program_description .Qframe {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.Scourse_program_description .ginfo_panel {
    transform: translateY(0) translateX(30px);
}
}



@media (max-width: 767px) {.Scourse_program_description {
    padding: 60px 0;
}.Scourse_program_description h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.Scourse_program_description h2::after {
    width: 60px;
    bottom: -10px;
}.Scourse_program_description .description {
    font-size: calc(17px * 0.95);
}.Scourse_program_description .Qframe {
    height: 250px;
    margin-bottom: 20px;
}.Scourse_program_description .ginfo_panel {
    padding: 25px 20px;
}}



@media (min-width: 992px) {.SappField {
    padding: 180px 0;
}.SappField .nlearn_corner {
    padding: 5rem;
}.SappField h5 {
    font-size: calc(21px * 1.2);
}.SappField .nlearn_corner > div:first-child::after {
    width: 100px;
}
}



@media (max-width: 480px) {.SappField {
    padding: 60px 0;
}.SappField .nlearn_corner {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.SappField h5 {
    font-size: calc(21px * 0.85);
}.SappField p {
    font-size: calc(18px * 0.9);
}}



@media (min-width: 992px) {.dprimary_page {
    padding: 4rem 2rem;
}.dprimary_page > div {
    gap: 4rem;
}.dprimary_page h1.mlearn_skillspro {
    font-size: calc(44px * 1.4);
}.dprimary_page h1.mlearn_skillspro::before {
    width: 8px;
    left: -20px;
}.dprimary_page p {
    font-size: calc(12px * 1.5);
    padding-left: 0;
}.dprimary_page .nedu_values {
    height: 450px;
}.dprimary_page .nedu_values h3 {
    font-size: calc(21px * 1.1);
}
}


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



@media screen and (max-width: 991px) {.Mcontact_section {
    padding: 90px 0;
}.Mcontact_section .Uhelp_info {
    gap: 40px;
    grid-template-columns: 1fr;
}.Mcontact_section .Qframe {
    max-width: 600px;
    margin: 0 auto;
    order: 1;
    min-height: 400px;
}.Mcontact_section .Nsupport_support {
    order: 2;
}.Mcontact_section form {
    max-width: 600px;
    margin: 0 auto;
}
}



@media screen and (max-width: 576px) {.Mcontact_section {
    padding: 50px 0;
}.Mcontact_section h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.Mcontact_section .Qframe {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(226,195,162,0.5);
}.Mcontact_section form {
    padding: 30px 20px;
}.Mcontact_section form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.Mcontact_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.Mcontact_section form .lconnect_query {
    width: 100%;
    padding: 15px 20px;
}}



@media (max-width: 576px) {.Foperation_process {
    padding: 50px 0;
}.Foperation_process::before, 
    .Foperation_process::after {
    width: 150px;
    height: 150px;
}.Foperation_process h2 {
    font-size: calc(31px * 0.75);
    margin-bottom: 25px;
}.Foperation_process .ginfo_panel {
    padding: 20px 15px;
}.Foperation_process .ginfo_panel::before {
    width: 3px;
}.Foperation_process .ginfo_panel p {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}.Foperation_process h2::after {
    height: 2px;
}}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .thead_prime {
    gap: 1rem;
}header .cnav_site svg {
    width: 120px;
}header .tmain_know {
    flex-wrap: nowrap;
    gap: 0.4rem;
    overflow-x: auto;
    padding-bottom: 10px;
    justify-content: flex-start;
}header .tmain_know::-webkit-scrollbar {
    height: 3px;
}header .tmain_know::-webkit-scrollbar-thumb {
    background: rgb(226,195,162);
    border-radius: 10px;
}header .Ztop_pagebar {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
}}



@media (max-width: 1024px) {.Qfind_support .container {
    padding: 2rem 15px;
}.Qfind_support .tcontact_list {
    padding: 2rem;
}.Qfind_support .Qframe {
    height: 200px;
    width: 200px;
}.Qfind_support .emessage_page p svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}.Qfind_support .Wcontact_links svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
}



@media (max-width: 480px) {.Qfind_support .container {
    padding: 1rem 15px;
}.Qfind_support .tcontact_list {
    padding: 1rem;
}.Qfind_support .Qframe {
    height: 120px;
    width: 120px;
}.Qfind_support .emessage_page p svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}.Qfind_support .Wcontact_links svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}}



@media (max-width: 767px) {.mpricing_grid_item {
    padding: 3rem 0;
}.mpricing_grid_item .Upricing_pack {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.mpricing_grid_item .Gcert_plans h2 {
    display: block;
    text-align: center;
}.mpricing_grid_item .Gcert_plans h2::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.mpricing_grid_item .vfee_schemes {
    text-align: center;
}.mpricing_grid_item .ifee_pricing {
    min-height: auto;
}.mpricing_grid_item .vcost_schemes {
    padding: 1.5rem;
}.mpricing_grid_item .Qframe {
    height: 160px;
}
}



@media (prefers-reduced-motion: reduce) {.mpricing_grid_item .eplan_matrix,
    .mpricing_grid_item .ifee_pricing,
    .mpricing_grid_item .Qframe,
    .mpricing_grid_item .Zpayment_pricing::before,
    .mpricing_grid_item .ifee_pricing::before {
    transition: none;
}}



@media screen and (max-width: 768px) {.Bstudy_bottom .Ja11y_tools {
    align-items: center;
    flex-direction: column;
}.Bstudy_bottom .vnav_learn {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    max-width: 450px;
}.Bstudy_bottom .tmain_know {
    width: 100%;
}
}



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

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

@keyframes headerPulse {
    0%, 100% {
        opacity: 1;
        width: 15px;
    }
    50% {
        opacity: 0.5;
        width: 10px;
    }
}

@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgb(226,195,162,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



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



@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}



@keyframes growLine {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}



@keyframes expandWidth {
  from { width: 0; }
  to { width: 60px; }
}



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



@keyframes verticalLineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

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

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

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

