﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.lwrapper-skeleton {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}::-webkit-scrollbar {
    width: 6px;
    background: rgb(212,210,198,0.5);
    height: 14px;
}::-webkit-scrollbar-track {
    background: #ffffff;
    margin: 4px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(179,175,161,0.5);
    border: 1px groove rgb(212,210,198);
    border-radius: 9999px;
    transition: box-shadow, border-radius, transform 2.7s cubic-bezier(0.42, 0, 0.58, 1);
    box-shadow: 3px -3px 14px 8px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:active {
    background: rgb(239,238,234);
    box-shadow: inset 3px 5px 14px 3px rgba(0, 0, 0, 0.1);
}* {
    scrollbar-color: rgb(179,175,161,0.5) rgb(239,238,234);
    scrollbar-width: auto;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.hslack_invite {
    flex: 0 0 auto;
}.lmain_nav {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1272px;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pcompany_info {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pcompany_info::before {
    backdrop-filter: blur(5px);
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(212,210,198,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    width: 100%;
    content: "";
}.pcompany_info::after {
    content: "";
    border-radius: 50%;
    z-index: 0;
    bottom: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 300px;
    filter: blur(60px);
    background: rgb(179,175,161,0.5);
    position: absolute;
    height: 300px;
    right: -50px;
}.pcompany_info .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.pcompany_info .htext_panel_wrap {
    max-width: 800px;
    padding: 50px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease-out;
    margin-left: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(179,175,161);
}.pcompany_info .htext_panel_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.pcompany_info h5 {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transform: translateX(-10px);
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    opacity: 0.9;
    font-size: 19px;
}.pcompany_info h5::after {
    transform-origin: left;
    height: 3px;
    transform: scaleX(0.7);
    position: absolute;
    bottom: -8px;
    left: 0;
    background: rgb(179,175,161);
    width: 40px;
    content: "";
    transition: transform 0.5s ease;
}.pcompany_info .htext_panel_wrap:hover h5 {
    transform: translateX(0);
    opacity: 1;
}.pcompany_info .htext_panel_wrap:hover h5::after {
    transform: scaleX(1);
}.pcompany_info p {
    font-size: calc(14px * 1.3);
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 25px;
}.pcompany_info p b {
    font-size: calc(14px * 1.5);
    position: relative;
    letter-spacing: 0.5px;
    color: rgb(179,175,161);
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
}.pcompany_info p b::before {
    left: 0;
    z-index: -1;
    height: 10px;
    transform: skewX(-15deg) translateY(5px);
    position: absolute;
    background: rgb(179,175,161,0.5);
    bottom: 0;
    width: 100%;
    content: "";
    transition: all 0.3s ease;
}.pcompany_info .htext_panel_wrap:hover p b::before {
    height: 15px;
    transform: skewX(-15deg) translateY(3px);
}.pcompany_info ol {
    margin: 0;
    padding: 0;
    counter-reset: item;
}.pcompany_info ol li {
    font-size: 14px;
    list-style-type: none;
    line-height: 1.8;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    padding-left: 0;
    text-align: justify;
}.pcompany_info ol li::before {
    top: 0;
    opacity: 0.7;
    color: rgb(179,175,161);
    position: absolute;
    left: -35px;
    font-weight: 700;
}

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

@media (max-width: 992px) {.pcompany_info {
    padding: 90px 0;
}.pcompany_info .htext_panel_wrap {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.pcompany_info p {
    font-size: 14px;
}.pcompany_info p b {
    font-size: calc(14px * 1.3);
}
}

@media (max-width: 768px) {.pcompany_info {
    padding: 70px 0;
}.pcompany_info .htext_panel_wrap {
    transform: none;
    padding: 30px 25px;
    max-width: 100%;
}.pcompany_info h5 {
    font-size: calc(19px * 0.9);
}.pcompany_info p b {
    font-size: calc(14px * 1.2);
}.pcompany_info ol li {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.pcompany_info {
    padding: 50px 0;
}.pcompany_info .htext_panel_wrap {
    border-left-width: 3px;
    padding: 25px 20px;
}.pcompany_info h5 {
    font-size: calc(19px * 0.85);
    margin-bottom: 10px;
}.pcompany_info h5::after {
    width: 30px;
    height: 2px;
}.pcompany_info p {
    font-size: calc(14px * 0.95);
    margin-bottom: 15px;
}.pcompany_info p b {
    font-size: calc(14px * 1.15);
}.pcompany_info ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.pcompany_info::after {
    bottom: -30px;
    height: 200px;
    right: -30px;
    width: 200px;
}}.bcookieNotificationPanel {
    border-top: 3px solid rgb(212,210,198);
    font-family: Arial, sans-serif;
    background: rgb(239,238,234);
    width: 100%;
    z-index: 1050;
    position: fixed;
    padding: 20px;
    overflow: hidden;
    bottom: 0;
}.jcookie_screen {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    z-index: 1;
}.fcookie_ack {
    flex-shrink: 0;
    margin-right: 20px;
}#tcookie_message_box {
    display: none;
}#tcookie_message_box:checked ~ .bcookieNotificationPanel {
    opacity: 0;
    visibility: hidden;
}.fcookie_ack svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    fill: rgb(212,210,198);
    height: 60px;
}.Zconsent_comply {
    flex-grow: 1;
    margin-right: 20px;
}.Zconsent_comply h5 {
    margin-bottom: 5px;
    color: rgb(212,210,198);
    font-size: 21px;
    font-weight: 700;
}.Zconsent_comply p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}.Vcookie_rules {
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    margin-left: 10px;
}.Vcookie_rules {
    background-color: rgb(212,210,198);
    border: 1px solid rgb(212,210,198);
    color: #ffffff;
}.Vcookie_rules:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.bcookieNotificationPanel p a {
    color: rgb(212,210,198);
    text-decoration: underline;
}.bcookieNotificationPanel p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.Zconsent_comply h5 {
    font-size: calc(21px - 2px);
}.Zconsent_comply p {
    font-size: calc(16px - 2px);
}.Vcookie_rules {
    font-size: calc(15px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.jcookie_screen {
    flex-direction: column;
    align-items: center;
}.fcookie_ack {
    margin-bottom: 15px;
}.Zconsent_comply {
    text-align: center;
    margin-bottom: 20px;
}.Vcookie_rules {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.Bprivacy_nook {
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    background-color: rgb(239,238,234);
    font-family: Arial, sans-serif;
}.Bprivacy_nook h1 {
    margin-bottom: 20px;
    font-size: 47px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(212,210,198);
    font-weight: 700;
    color: rgb(212,210,198);
}.Bprivacy_nook h2 {
    font-size: 29px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 30px;
    color: rgb(179,175,161);
}.Bprivacy_nook h3,
.Bprivacy_nook h4,
.Bprivacy_nook h5,
.Bprivacy_nook h6 {
    color: rgb(212,210,198);
    margin-top: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}.Bprivacy_nook h3 {
    font-size: calc(22px - 0.2rem);
}.Bprivacy_nook h4 {
    font-size: 22px;
}.Bprivacy_nook h5 {
    font-size: calc(22px - 0.2rem);
}.Bprivacy_nook h6 {
    font-size: 16px;
}.Bprivacy_nook ul {
    padding-left: 20px;
    margin-top: 10px;
    list-style-type: disc;
}.Bprivacy_nook ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 10px;
}.Bprivacy_nook li {
    margin-bottom: 10px;
    line-height: 1.5;
}.Bprivacy_nook div {
    margin-bottom: 20px;
}.Bprivacy_nook p {
    font-size: 17px;
    margin-bottom: 20px;
}.Bprivacy_nook span {
    font-weight: 600;
    color: rgb(212,210,198);
}
@media only screen and (max-width: 800px) {.Bprivacy_nook {
    border-radius: 10px;
    padding: 20px;
}.Bprivacy_nook h1 {
    font-size: calc(22px - 0.5rem);
}.Bprivacy_nook h2 {
    font-size: calc(22px - 0.4rem);
}.Bprivacy_nook p {
    font-size: calc(17px - 0.2rem);
}}
.Bprivacy_nook::before {
    background-color: rgb(212,210,198);
    content: '';
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
    height: 5px;
    width: 50px;
}.Bprivacy_nook ul li::marker,
.Bprivacy_nook ol li::marker {
    font-weight: 700;
    color: rgb(179,175,161);
}.Bprivacy_nook h2 {
    background: linear-gradient(to right, rgb(212,210,198), rgb(179,175,161));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.Bprivacy_nook section {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    margin: 40px 0;
}.qacademic_expertise {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234), rgba(245, 247, 250, 0.9));
}.qacademic_expertise::before {
    left: 0;
    top: 0;
    opacity: 0.07;
    background-size: 60px 60px;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(179,175,161,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(179,175,161,0.5) 2px, transparent 2px);
    height: 100%;
    z-index: 0;
    content: "";
}.qacademic_expertise::after {
    height: 200%;
    content: "";
    z-index: 1;
    opacity: 0.1;
    top: -50%;
    width: 70%;
    position: absolute;
    right: -20%;
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, rgb(179,175,161,0.5) 0%, transparent 70%);
}.qacademic_expertise .container {
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.qacademic_expertise .Hfeedback_cloud {
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 30px;
    position: relative;
    background: #ffffff;
}.qacademic_expertise .Hfeedback_cloud:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.qacademic_expertise .Hfeedback_cloud > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.qacademic_expertise .Mimg_hover_box {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 160px;
    transform: rotate(-2deg);
    width: 160px;
    position: relative;
    border-radius: 12px;
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
}.qacademic_expertise .Hfeedback_cloud:hover .Mimg_hover_box {
    transform: rotate(1deg) scale(1.03);
}.qacademic_expertise .Mimg_hover_box::before {
    position: absolute;
    transition: transform 0.8s ease;
    bottom: -15px;
    top: -15px;
    left: -15px;
    z-index: -1;
    right: -15px;
    content: "";
    border-radius: 20px;
    transform: rotate(-3deg);
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(179,175,161,0.5), transparent);
}.qacademic_expertise .Hfeedback_cloud:hover .Mimg_hover_box::before {
    transform: rotate(1deg) scale(1.05);
}.qacademic_expertise .Hfeedback_cloud > div:nth-child(2) {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}.qacademic_expertise .Hfeedback_cloud > div:nth-child(2)::after {
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(179,175,161), transparent);
}.qacademic_expertise .name {
    display: inline-block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-size: calc(19px * 1.1);
    color: rgb(212,210,198);
    position: relative;
    margin: 0 0 10px;
}.qacademic_expertise .Hfeedback_cloud > div:nth-child(2) > div {
    display: inline-block;
    position: relative;
    letter-spacing: 0.3px;
    padding: 5px 15px;
    background: linear-gradient(120deg, rgba(rgb(179,175,161,0.5), 0.05), rgba(rgb(179,175,161,0.5), 0.15));
    font-weight: 600;
    font-size: calc(18px * 0.95);
    color: rgb(179,175,161);
    backdrop-filter: blur(2px);
    border-radius: 4px;
}.qacademic_expertise .mcareer_insights {
    font-family: Arial, sans-serif;
    margin: 0;
    background: linear-gradient(to right, rgba(rgb(179,175,161,0.5), 0.05), transparent);
    padding: 10px 20px 10px 30px;
    line-height: 1.7;
    backdrop-filter: blur(3px);
    font-size: 18px;
    border-left: 3px solid rgb(179,175,161);
    position: relative;
    color: #000000;
}.qacademic_expertise .mcareer_insights::before {
    top: -20px;
    content: "";
    opacity: 0.1;
    font-size: 80px;
    position: absolute;
    color: rgb(179,175,161);
    font-family: serif;
    left: 10px;
}.qacademic_expertise .mcareer_insights::after {
    font-size: 80px;
    content: "";
    opacity: 0.1;
    position: absolute;
    bottom: -70px;
    right: 10px;
    font-family: serif;
    color: rgb(179,175,161);
}

@media (min-width: 768px) {.qacademic_expertise {
    padding: 100px 0;
}.qacademic_expertise .Hfeedback_cloud {
    align-items: center;
    padding: 50px;
    grid-template-areas: 
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    gap: 40px 50px;
}.qacademic_expertise .Hfeedback_cloud > div:first-child {
    grid-area: photo;
}.qacademic_expertise .Hfeedback_cloud > div:nth-child(2) {
    grid-area: info;
    padding-bottom: 0;
    text-align: left;
}.qacademic_expertise .Hfeedback_cloud > div:nth-child(3) {
    grid-area: quote;
}.qacademic_expertise .Hfeedback_cloud > div:nth-child(2)::after {
    width: 60px;
    bottom: -10px;
    transform: none;
    background: linear-gradient(90deg, rgb(179,175,161), transparent);
    left: 0;
}.qacademic_expertise .Mimg_hover_box {
    width: 200px;
    height: 200px;
}.qacademic_expertise .mcareer_insights {
    margin-top: 20px;
    padding: 25px 40px 25px 50px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.qacademic_expertise .Hfeedback_cloud {
    grid-template-columns: auto 1fr 1fr;
    gap: 0 50px;
    grid-template-areas: 
            "photo info quote";
}.qacademic_expertise .Mimg_hover_box {
    width: 240px;
    transform: rotate(-3deg);
    height: 240px;
}.qacademic_expertise .Hfeedback_cloud:hover .Mimg_hover_box {
    transform: rotate(0) scale(1.05);
}.qacademic_expertise .mcareer_insights {
    margin-top: 0;
    border-left: none;
    padding: 30px;
    background: linear-gradient(135deg, rgba(rgb(179,175,161,0.5), 0.08), transparent);
    position: relative;
}.qacademic_expertise .mcareer_insights::before {
    left: 0;
}.qacademic_expertise .mcareer_insights::after {
    right: 0;
}.qacademic_expertise .mcareer_insights:before {
    width: 3px;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: -25px;
    background: linear-gradient(to bottom, rgb(179,175,161), transparent);
}
}

@media (max-width: 767px) {.qacademic_expertise {
    padding: 60px 0;
}.qacademic_expertise .Hfeedback_cloud {
    padding: 30px 25px;
}.qacademic_expertise .Mimg_hover_box {
    height: 140px;
    width: 140px;
}.qacademic_expertise .name {
    font-size: 19px;
}.qacademic_expertise .Hfeedback_cloud > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}.qacademic_expertise .mcareer_insights {
    padding: 15px 15px 15px 25px;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.qprospective_students {
    background-color: rgb(239,238,234);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.qprospective_students::before,
.qprospective_students::after {
    content: '';
    animation: beamScan 8s infinite ease-out;
    width: 1px;
    opacity: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(212,210,198) 50%, 
        transparent 80%);
    position: absolute;
    height: 100%;
}.qprospective_students::before {
    left: 25%;
    animation-delay: 0s;
}.qprospective_students::after {
    right: 25%;
    animation-delay: 4s;
}.qprospective_students .csmart_learning {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}.qprospective_students .csmart_learning::before,
.qprospective_students .csmart_learning::after {
    animation: horizontalBeam 10s infinite ease-out;
    opacity: 0;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(179,175,161) 50%, 
        transparent 90%);
    height: 1px;
    width: 100%;
    content: '';
    left: 0;
    z-index: -1;
    position: absolute;
}.qprospective_students .csmart_learning::before {
    animation-delay: 2s;
    top: 30%;
}.qprospective_students .csmart_learning::after {
    animation-delay: 6s;
    bottom: 30%;
}.qprospective_students h3 {
    color: rgb(212,210,198);
    font-size: 29px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
}.qprospective_students h3::after {
    animation: pulseLine 4s infinite ease-in-out;
    position: absolute;
    transform: translateX(-50%) scaleX(0.3);
    opacity: 0.7;
    width: 100px;
    height: 2px;
    bottom: -15px;
    content: '';
    background: rgb(212,210,198);
    left: 50%;
}.qprospective_students ul {
    flex-direction: column;
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    gap: 1.2rem;
}.qprospective_students ul li {
    padding: 1.3rem 1.5rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    font-size: 18px;
    overflow: hidden;
}.qprospective_students ul li::before {
    height: 100%;
    transform: scaleY(0);
    width: 3px;
    position: absolute;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(179,175,161,0.5), 
        rgb(212,210,198,0.5));
    transform-origin: top;
    transition: transform 0.4s ease;
    content: '';
    top: 0;
}.qprospective_students ul li::after {
    transform: translateX(-100%);
    content: '';
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(212,210,198,0.5) 20%, 
        transparent 80%);
    transition: transform 0.5s ease;
    opacity: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
}.qprospective_students ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.qprospective_students ul li:hover::before {
    transform: scaleY(1);
}.qprospective_students ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.qprospective_students ul li svg {
    height: 28px;
    flex-shrink: 0;
    width: 28px;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    z-index: 1;
    position: relative;
}.qprospective_students ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.qprospective_students ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(212,210,198);
}.qprospective_students ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(179,175,161);
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.qprospective_students::before :nth-child(1) {
    animation-delay: 1s;
}.qprospective_students::before :nth-child(2) {
    animation-delay: 3s;
}.qprospective_students::before :nth-child(3) {
    animation-delay: 5s;
}.qprospective_students ul::before {
    border: 1px solid rgb(212,210,198,0.5);
    right: 20px;
    top: 20px;
    position: absolute;
    content: '';
    opacity: 0.2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}.qprospective_students ul::after {
    bottom: 20px;
    border: 1px solid rgb(179,175,161,0.5);
    position: absolute;
    height: 30px;
    border-radius: 50%;
    left: 20px;
    width: 30px;
    opacity: 0.2;
    content: '';
}

@media (max-width: 992px) {.qprospective_students {
    padding: 4rem 0;
}.qprospective_students h3 {
    font-size: calc(29px * 0.9);
}.qprospective_students ul {
    gap: 1rem;
}.qprospective_students ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.qprospective_students {
    padding: 3rem 0;
}.qprospective_students .csmart_learning {
    padding: 0 1.5rem;
}.qprospective_students h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2.5rem;
}.qprospective_students ul {
    gap: 0.8rem;
}.qprospective_students ul li {
    padding: 1rem;
}.qprospective_students ul li svg {
    margin-right: 1rem;
    height: 24px;
    width: 24px;
}}footer {
    position: relative;
    width: 100%;
}footer .hslack_invite {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(212,210,198), rgb(179,175,161));
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
}footer .hslack_invite::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
}footer .wsec_cert {
    position: relative;
    z-index: 1;
}footer .Nmessage_section {
    gap: 20px;
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
    flex-wrap: wrap;
}footer .info_item {
    flex: 0 1 220px;
    display: flex;
    background-color: rgb(212,210,198,0.5);
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    padding: 20px;
    backdrop-filter: blur(5px);
    height: 220px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    align-items: center;
    position: relative;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    z-index: 2;
    background-color: rgb(179,175,161,0.5);
}footer .info_item svg {
    width: 24px;
    flex-shrink: 0;
    margin-right: 10px;
    height: 24px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    max-width: 80%;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    gap: 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}footer .Ihead_primary, footer .Inav_lesson, footer .subscribe_holder {
    max-width: 400px;
    padding: 30px;
    text-align: center;
    background-color: rgb(212,210,198,0.5);
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 1 1 300px;
    align-items: center;
    backdrop-filter: blur(5px);
    position: relative;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 21px;
}footer .Ihead_primary:hover, footer .Inav_lesson:hover, footer .subscribe_holder:hover {
    transform: translateY(-10px);
    background-color: rgb(179,175,161,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .Ihead_primary::before, footer .Inav_lesson::before, footer .subscribe_holder::before {
    opacity: 0.1;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    content: "";
}footer .Ihead_primary::before {
    top: -50px;
    left: -50px;
    background-color: rgb(212,210,198);
}footer .Inav_lesson::before {
    right: -50px;
    background-color: rgb(179,175,161);
    bottom: -50px;
}footer .subscribe_holder::before {
    bottom: -50px;
    background-color: rgb(212,210,198);
    left: -50px;
}footer .Ihead_primary svg {
    margin-bottom: 20px;
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}footer .sdiversity {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 16px;
    max-width: 300px;
}footer .Inav_lesson h5, footer .subscribe_holder h5 {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
}footer .Inav_lesson h5::after, footer .subscribe_holder h5::after {
    width: 40px;
    background-color: #ffffff;
    position: absolute;
    content: "";
    bottom: -8px;
    transform: translateX(-50%);
    height: 2px;
    transition: width 0.3s ease;
    left: 50%;
}footer .Inav_lesson:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .Qtop_header {
    margin-bottom: 20px;
    max-width: 300px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    display: flex;
}footer .Qtop_header a {
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    padding: 8px 15px;
    background-color: rgb(212,210,198,0.5);
    transition: all 0.3s ease;
    text-decoration: none;
}footer .Qtop_header a:hover {
    background-color: rgb(179,175,161,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 300px;
}footer .input_holder {
    max-width: 300px;
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 20px;
    border: none;
    text-align: center;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: 0 0 0 3px rgb(212,210,198,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .Nsub_container {
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(212,210,198);
    color: #ffffff;
}footer .Nsub_container:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(179,175,161);
}footer .Tforum_link {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .Wfooter_account {
    backdrop-filter: blur(5px);
    font-size: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgb(212,210,198,0.5);
    padding: 8px 20px;
    border-radius: 10px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .hslack_invite {
    padding: 60px 0 30px;
}footer .Nmessage_section {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    height: 100px;
    padding: 15px;
    flex: 0 1 100px;
}footer .Ihead_primary, footer .Inav_lesson, footer .subscribe_holder {
    padding: 25px 20px;
}footer .Tforum_link {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .hslack_invite {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .Inav_lesson h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .Qtop_header a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}footer .input_holder input[type="email"],
    footer .Nsub_container {
    padding: 12px 15px;
}footer .Wfooter_account {
    padding: 6px 15px;
}}.ecourse_overview {
    min-height: 100vh;
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: 1fr;
    position: relative;
    overflow: hidden;
    background-color: #000000;
}.ecourse_overview::before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    content: "";
    opacity: 0.4;
    background: 
        radial-gradient(circle at left bottom, rgb(212,210,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(179,175,161,0.5) 0%, transparent 30%);
}.ecourse_overview .Jclass_plan {
    width: 100%;
    left: 0;
    z-index: 1;
    overflow: hidden;
    top: 0;
    height: 100%;
    position: absolute;
}.ecourse_overview .Jclass_plan::after {
    height: 100%;
    top: 0;
    z-index: 3;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    left: 0;
}.ecourse_overview .Sknowledge_track {
    width: 500%;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    display: flex;
}.ecourse_overview .Jclass_plan:hover .Sknowledge_track {
    animation-play-state: paused;
}.ecourse_overview .Leducation_route {
    overflow: hidden;
    position: relative;
    width: 20%;
    height: 100%;
}.ecourse_overview .Leducation_route img {
    transition: transform 8s ease;
    width: 100%;
    transform: scale(1.1);
    filter: brightness(0.8) saturate(1.2);
    object-fit: cover;
    height: 100%;
}.ecourse_overview .Leducation_route:hover img {
    transform: scale(1.2);
}.ecourse_overview .container {
    width: 100%;
    margin: 0 auto;
    z-index: 4;
    padding: 0;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 1320px;
    height: 100%;
}.ecourse_overview .csmart_learning {
    width: 100%;
    margin-bottom: 0;
}.ecourse_overview .vcoding_class {
    align-items: center;
    grid-column-gap: 2rem;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.ecourse_overview .vcoding_class h3 {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    padding-left: 2rem;
    grid-column: 1 / 2;
    border-left: 4px solid rgb(212,210,198);
    font-size: 28px;
    position: relative;
}.ecourse_overview .vcoding_class p {
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    opacity: 0.7;
    grid-column: 3 / 4;
}.ecourse_overview .vcoding_class .Xquery_inquiry {
    margin: 2rem auto 0;
    border: 2px solid rgb(212,210,198);
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    border-radius: 10px;
    grid-column: 1 / 4;
    text-decoration: none;
    overflow: hidden;
    background-color: transparent;
    width: max-content;
    color: #ffffff;
    display: flex;
    padding: 0.8rem 2rem;
}.ecourse_overview .vcoding_class .Xquery_inquiry::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 0;
    left: 0;
    z-index: -1;
    transition: width 0.4s ease;
    background: rgb(212,210,198);
}.ecourse_overview .vcoding_class .Xquery_inquiry:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.ecourse_overview .vcoding_class .Xquery_inquiry:hover::before {
    width: 100%;
}@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}


.ecourse_overview .Leducation_route::before {
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
}.ecourse_overview .Leducation_route::after {
    top: 30%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(212,210,198) 50%, 
                transparent 100%);
    z-index: 3;
    left: -100%;
    width: 100%;
    height: 1px;
    box-shadow: 0 0 8px rgb(212,210,198);
    content: "";
    animation: moving-line 8s linear infinite;
    position: absolute;
}.ecourse_overview .Leducation_route:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}.ecourse_overview .Leducation_route:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}.ecourse_overview .Leducation_route:nth-child(4)::after {
    top: 75%;
    animation-delay: 3s;
}.ecourse_overview .Leducation_route:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


.ecourse_overview .csmart_learning::before {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    opacity: 0.3;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
}


@media (max-width: 992px) {.ecourse_overview .vcoding_class {
    text-align: center;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
}.ecourse_overview .vcoding_class h3,
    .ecourse_overview .vcoding_class span,
    .ecourse_overview .vcoding_class p {
    padding: 0;
    grid-column: 1 / 2;
    border: none;
}.ecourse_overview .vcoding_class h3 {
    margin: 0 auto;
    border-bottom: 2px solid rgb(212,210,198);
    width: fit-content;
    padding-bottom: 1rem;
}.ecourse_overview .vcoding_class .Xquery_inquiry {
    grid-column: 1 / 2;
}.ecourse_overview .csmart_learning {
    margin-bottom: 0;
}
}


@media (max-width: 768px) {.ecourse_overview {
    min-height: 100vh;
}.ecourse_overview .Jclass_plan::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.ecourse_overview .csmart_learning {
    margin-bottom: 0;
}.ecourse_overview .vcoding_class {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.ecourse_overview .vcoding_class h3 {
    font-size: calc(28px * 0.9);
}.ecourse_overview .vcoding_class span,
    .ecourse_overview .vcoding_class p {
    font-size: calc(14px * 0.9);
}.ecourse_overview .vcoding_class .Xquery_inquiry {
    margin-top: 1.5rem;
    width: 100%;
}}.Utitle_portal {
    z-index: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}.Utitle_portal::before {
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    backdrop-filter: blur(2px) saturate(120%);
}.Utitle_portal::after {
    left: -10%;
    top: -10%;
    width: 120%;
    z-index: -1;
    background: repeating-linear-gradient(
    45deg,
    rgb(212,210,198,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(212,210,198,0.5) 12px
  );
    height: 120%;
    position: absolute;
    animation: backgroundShift 120s linear infinite;
    opacity: 0.05;
    content: "";
}.Utitle_portal > div {
    transform: translateY(-2vh);
    padding: 2rem;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
}.Utitle_portal > div > div:first-child {
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative;
}.title_style_header {
    color: #ffffff;
    position: relative;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.2;
    animation: slideInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    letter-spacing: -0.02em;
    font-weight: 700;
    transform: translateY(0);
}.title_style_header::after {
    background: linear-gradient(90deg, rgb(212,210,198), transparent);
    height: 0.35rem;
    animation: expandWidth 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    content: "";
    left: 0;
    transform-origin: left;
    width: 8rem;
    position: absolute;
    bottom: -0.5rem;
}.bstart_lead {
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out 0.6s forwards;
    gap: 2rem;
    opacity: 0;
}.Utitle_portal .tknowledge_sessions {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.09) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.Utitle_portal .tknowledge_sessions:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.Utitle_portal .tknowledge_sessions h3 {
    position: relative;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
}.bstart_lead > div:last-child {
    padding: 1.5rem 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(-2deg);
    background: rgb(212,210,198);
    position: relative;
    overflow: hidden;
}.bstart_lead > div:last-child::before {
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    animation: shimmer 3s infinite;
}.bstart_lead > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.bstart_lead > div:last-child span {
    position: relative;
    display: block;
}.bstart_lead > div:last-child p {
    position: relative;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.3rem);
}

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

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

@keyframes expandWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-5%, 5%) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@media (min-width: 768px) {.Utitle_portal {
    padding: 3rem;
}.Utitle_portal > div {
    padding: 3rem;
}.bstart_lead {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
}.Utitle_portal .tknowledge_sessions {
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
}.Utitle_portal .tknowledge_sessions:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
}.bstart_lead > div:last-child {
    transform: perspective(1000px) rotateX(-3deg) rotateY(2deg);
}.bstart_lead > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
}
}

@media (max-width: 767px) {.Utitle_portal {
    padding: 1.5rem;
}.Utitle_portal > div {
    padding: 1.5rem;
}.title_style_header {
    font-size: clamp(2rem, 7vw, 2.5rem);
}.title_style_header::after {
    height: 0.25rem;
    width: 6rem;
}.Utitle_portal .tknowledge_sessions {
    padding: 1.5rem;
}.bstart_lead > div:last-child {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 480px) {.Utitle_portal > div {
    padding: 1rem;
}.title_style_header {
    font-size: clamp(1.75rem, 8vw, 2rem);
}.title_style_header::after {
    height: 0.2rem;
    width: 5rem;
}.Utitle_portal .tknowledge_sessions {
    padding: 1.25rem;
}.Utitle_portal .tknowledge_sessions h3 {
    font-size: clamp(1rem, 5vw, 1.25rem);
}.bstart_lead > div:last-child {
    padding: 1rem 1.25rem;
}.bstart_lead > div:last-child p {
    font-size: clamp(0.875rem, 4vw, 1rem);
}}.rget_in_touch {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(179,175,161,0.5) 100%);
}.rget_in_touch::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(212,210,198,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(179,175,161,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    left: 0;
    content: '';
    z-index: 1;
}.rget_in_touch::after {
    z-index: 1;
    content: '';
    background-size: 50px 50px;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgb(179,175,161,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(179,175,161,0.5) 1px, transparent 1px);
    position: absolute;
    opacity: 0.1;
}.rget_in_touch .Mimg_hover_box {
    z-index: 2;
    left: 0;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    top: 0;
    position: absolute;
}.rget_in_touch .Mimg_hover_box::after {
    width: 100%;
    top: 0;
    opacity: 0.7;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(212,210,198,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
}.rget_in_touch .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 15px;
    margin: 0 auto;
}.rget_in_touch h3 {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 33px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgb(212,210,198,0.5);
}.rget_in_touch .Lsupport_map {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
}.rget_in_touch .Lsupport_map:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.rget_in_touch .sfeedback_feedback {
    padding: 40px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
}.rget_in_touch .sfeedback_feedback::before {
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    content: '';
    background: radial-gradient(rgb(212,210,198,0.5), transparent 70%);
    top: -100px;
    right: -100px;
    height: 200px;
    width: 200px;
}.rget_in_touch .sfeedback_feedback::after {
    width: 150px;
    background: radial-gradient(rgb(179,175,161,0.5), transparent 70%);
    left: -75px;
    content: '';
    opacity: 0.2;
    position: absolute;
    bottom: -75px;
    height: 150px;
    border-radius: 50%;
}.rget_in_touch form {
    position: relative;
    z-index: 2;
}.rget_in_touch form h3 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(212,210,198));
    text-shadow: none;
    -webkit-background-clip: text !important;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: left;
}.rget_in_touch input[type="text"],
.rget_in_touch textarea {
    border-radius: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
}.rget_in_touch input[type="text"]:focus,
.rget_in_touch textarea:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(212,210,198,0.5);
    border-color: rgb(212,210,198);
    background: rgba(255, 255, 255, 0.12);
}.rget_in_touch textarea {
    height: 120px;
    resize: none;
}.rget_in_touch .Ucontact_inquiry {
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.rget_in_touch .Ucontact_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.rget_in_touch .Ucontact_inquiry label {
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
    font-size: 12px;
    color: #ffffff;
}.rget_in_touch .Ucontact_inquiry label::before {
    content: '';
    transition: all 0.3s ease;
    top: 2px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    width: 20px;
    height: 20px;
}.rget_in_touch .Ucontact_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(212,210,198);
    border-color: rgb(212,210,198);
}.rget_in_touch .Ucontact_inquiry input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 7px;
    position: absolute;
    top: 5px;
    content: '';
    border-width: 0 2px 2px 0;
    height: 12px;
    border: solid #ffffff;
    width: 6px;
}.rget_in_touch .Ucontact_inquiry a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(212,210,198);
}.rget_in_touch .Ucontact_inquiry a:hover {
    color: rgb(179,175,161);
    text-decoration: underline;
}.rget_in_touch .Xquery_inquiry {
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    overflow: hidden;
    border: none;
    background: linear-gradient(to right, rgb(212,210,198), rgb(179,175,161));
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 15px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}.rget_in_touch .Xquery_inquiry::before {
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: '';
}.rget_in_touch .Xquery_inquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(212,210,198,0.5);
}.rget_in_touch .Xquery_inquiry:hover::before {
    left: 100%;
}.rget_in_touch .Shelp_list {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    padding: 40px;
    position: relative;
    width: 40%;
}.rget_in_touch .Shelp_list::before {
    opacity: 0.4;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    right: 0;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(212,210,198,0.5) 0%, transparent 60%);
    position: absolute;
}.rget_in_touch .Shelp_list h4 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
}.rget_in_touch .Shelp_list h4::after {
    border-radius: 3px;
    left: 0;
    bottom: -10px;
    content: '';
    height: 3px;
    background: rgb(212,210,198);
    position: absolute;
    width: 50px;
}.rget_in_touch .tmessage_message {
    margin: 0;
    padding: 0;
    list-style: none;
}.rget_in_touch .tmessage_message li {
    align-items: flex-start;
    display: flex;
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 5px;
    margin-bottom: 25px;
}.rget_in_touch .tmessage_message li:hover {
    transform: translateX(5px);
}.rget_in_touch .tmessage_message li::before {
    transform: translateY(-50%);
    content: '';
    top: 50%;
    left: -10px;
    transition: all 0.3s ease;
    background: rgb(212,210,198);
    position: absolute;
    height: 0;
    border-radius: 50%;
    width: 0;
    opacity: 0;
}.rget_in_touch .tmessage_message li:hover::before {
    left: -3px;
    opacity: 1;
    height: 6px;
    width: 6px;
}.rget_in_touch .tmessage_message svg {
    fill: rgb(212,210,198);
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    height: 24px;
    filter: drop-shadow(0 0 5px rgb(212,210,198,0.5));
    transition: transform 0.3s ease;
}.rget_in_touch .tmessage_message li:hover svg {
    transform: scale(1.1);
}.rget_in_touch .tmessage_message svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,210,198);
}.rget_in_touch .tmessage_message li:hover svg path {
    fill: rgb(179,175,161);
}.rget_in_touch .tmessage_message span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}.rget_in_touch .tmessage_message a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.rget_in_touch .tmessage_message a:hover {
    color: rgb(212,210,198);
}

@media (max-width: 992px) {.rget_in_touch {
    padding: 60px 0;
}.rget_in_touch .Mimg_hover_box {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 40%;
}.rget_in_touch .Lsupport_map {
    flex-direction: column;
}.rget_in_touch .sfeedback_feedback {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.rget_in_touch .Shelp_list {
    width: 100%;
}
}

@media (max-width: 768px) {.rget_in_touch {
    padding: 40px 0;
}.rget_in_touch .Mimg_hover_box {
    display: none;
}.rget_in_touch h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.rget_in_touch .sfeedback_feedback,
    .rget_in_touch .Shelp_list {
    padding: 30px;
}.rget_in_touch form h3,
    .rget_in_touch .Shelp_list h4 {
    font-size: calc(20px * 0.9);
}.rget_in_touch input[type="text"],
    .rget_in_touch textarea {
    margin-bottom: 15px;
    padding: 12px;
}.rget_in_touch textarea {
    height: 100px;
}.rget_in_touch .Xquery_inquiry {
    padding: 12px;
}.rget_in_touch .tmessage_message li {
    margin-bottom: 20px;
}.rget_in_touch .tmessage_message svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media (max-width: 576px) {.rget_in_touch {
    padding: 30px 0;
}.rget_in_touch h3 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
}.rget_in_touch .sfeedback_feedback,
    .rget_in_touch .Shelp_list {
    padding: 20px;
}.rget_in_touch .Lsupport_map {
    margin: 0 10px;
}.rget_in_touch .Ucontact_inquiry label {
    font-size: calc(12px * 0.9);
}.rget_in_touch .tmessage_message li {
    margin-bottom: 15px;
}.rget_in_touch .tmessage_message span {
    font-size: calc(18px * 0.9);
}.rget_in_touch::before,
    .rget_in_touch::after,
    .rget_in_touch .sfeedback_feedback::before,
    .rget_in_touch .sfeedback_feedback::after,
    .rget_in_touch .Shelp_list::before {
    opacity: 0.2;
}}.ecustomer_feedback {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(239,238,234) 0%, rgba(rgb(212,210,198,0.5), 0.03) 100%);
    overflow: hidden;
}.ecustomer_feedback::before {
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    z-index: 0;
    filter: blur(40px);
    top: -10%;
    width: 35%;
    right: -5%;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(179,175,161,0.5), 0.1), rgba(rgb(212,210,198,0.5), 0.05));
    height: 70%;
}.ecustomer_feedback::after {
    position: absolute;
    bottom: -5%;
    filter: blur(30px);
    width: 25%;
    transform: rotate(10deg) skewX(-15deg);
    left: -2%;
    background: linear-gradient(225deg, rgba(rgb(212,210,198,0.5), 0.08), rgba(rgb(179,175,161,0.5), 0.03));
    content: "";
    z-index: 0;
    height: 40%;
}.ecustomer_feedback .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.ecustomer_feedback h2 {
    color: #000000;
    font-size: 31px;
    margin-bottom: 3.5rem;
    text-align: left;
    transform: translateX(2%);
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
}.ecustomer_feedback h2::after {
    background: linear-gradient(90deg, rgb(212,210,198) 0%, rgb(179,175,161) 100%);
    position: absolute;
    transform-origin: left;
    bottom: -1rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 8rem;
    height: 4px;
    content: "";
    left: 0;
}.ecustomer_feedback .vedu_feedback {
    list-style: none;
    padding: 0;
    gap: 2.5rem;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.ecustomer_feedback .Hfeedback_cloud {
    background: #ffffff;
    flex-direction: column;
    padding: 1.75rem;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    position: relative;
}.ecustomer_feedback .Hfeedback_cloud::before {
    top: -2rem;
    font-family: serif;
    content: "";
    z-index: 0;
    right: 1rem;
    font-size: 12rem;
    color: rgba(rgb(212,210,198,0.5), 0.05);
    line-height: 1;
    position: absolute;
}.ecustomer_feedback .Hfeedback_cloud:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.ecustomer_feedback .Hfeedback_cloud:nth-child(odd) {
    transform: translateY(8px);
}.ecustomer_feedback .Hfeedback_cloud:nth-child(odd):hover {
    transform: translateY(0);
}.ecustomer_feedback .Hfeedback_cloud div {
    display: flex;
    z-index: 1;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}.ecustomer_feedback .Hfeedback_cloud img {
    height: 60px;
    border: 3px solid white;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgb(212,210,198,0.5), 0.2);
    width: 60px;
    margin-right: 1rem;
}.ecustomer_feedback .Hfeedback_cloud h4 {
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}.ecustomer_feedback .Hfeedback_cloud .description {
    font-size: 16px;
    color: #000000;
    position: relative;
    z-index: 1;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
}.ecustomer_feedback a {
    background: linear-gradient(135deg, rgb(212,210,198) 0%, rgb(179,175,161) 100%);
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    padding: 0.75rem 2rem;
    font-size: 18px;
    overflow: hidden;
    color: #ffffff;
    margin-top: 3rem;
    box-shadow: 0 5px 15px rgba(rgb(212,210,198,0.5), 0.2);
}.ecustomer_feedback a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(212,210,198,0.5), 0.3);
}.ecustomer_feedback a::before {
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.ecustomer_feedback a:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.ecustomer_feedback {
    padding: 7rem 3rem;
}.ecustomer_feedback h2 {
    max-width: 70%;
    font-size: calc(31px * 1.1);
}.ecustomer_feedback .vedu_feedback {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 3rem;
}.ecustomer_feedback .Hfeedback_cloud {
    padding: 2.25rem;
}.ecustomer_feedback .Hfeedback_cloud img {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 991px) {.ecustomer_feedback h2 {
    transform: none;
    text-align: center;
}.ecustomer_feedback h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.ecustomer_feedback {
    padding: 4rem 1.5rem;
}.ecustomer_feedback h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.ecustomer_feedback .vedu_feedback {
    grid-template-columns: 1fr;
    gap: 2rem;
}.ecustomer_feedback .Hfeedback_cloud:nth-child(odd) {
    transform: none;
}.ecustomer_feedback .Hfeedback_cloud:hover,
    .ecustomer_feedback .Hfeedback_cloud:nth-child(odd):hover {
    transform: translateY(-5px);
}.ecustomer_feedback a {
    display: block;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {.ecustomer_feedback {
    padding: 3rem 1rem;
}.ecustomer_feedback h2 {
    font-size: calc(31px * 0.8);
}.ecustomer_feedback .Hfeedback_cloud {
    padding: 1.5rem;
}.ecustomer_feedback .Hfeedback_cloud img {
    width: 50px;
    height: 50px;
}.ecustomer_feedback a {
    max-width: 100%;
    padding: 0.7rem 1.5rem;
}}.qtyFrame {
    position: relative;
    background: linear-gradient(135deg, rgb(179,175,161,0.5), rgb(212,210,198,0.5));
    padding: 6rem 0;
    overflow: hidden;
}.qtyFrame::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    content: "";
    top: 0;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.qtyFrame::after {
    animation: shimmer 4s infinite ease-in-out;
    opacity: 0.7;
    height: 10px;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -5px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(179,175,161) 25%, 
        rgb(212,210,198) 75%, 
        transparent 100%);
    width: 100%;
}.qtyFrame .container {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}.qtyFrame .csmart_learning {
    overflow: hidden;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    transition: transform 0.5s ease-out;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    padding: 4rem 3rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
}.qtyFrame .csmart_learning::before {
    border-radius: 50%;
    content: "";
    width: 200px;
    right: -10%;
    background: linear-gradient(135deg, 
        rgb(212,210,198,0.5) 0%, 
        transparent 70%);
    animation: float 8s infinite ease-in-out;
    z-index: -1;
    opacity: 0.7;
    height: 200px;
    filter: blur(20px);
    top: -10%;
    position: absolute;
}.qtyFrame .csmart_learning:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.qtyFrame .csmart_learning > div:first-child {
    opacity: 1;
    margin-bottom: 2rem;
    transform: translateY(0);
    position: relative;
    animation: fadeSlideUp 0.8s ease-out;
}.qtyFrame .csmart_learning > div:last-child {
    opacity: 1;
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    transform: translateY(0);
    position: relative;
}.qtyFrame h5 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1.4;
    position: relative;
    color: rgb(212,210,198);
    margin: 0 0 1rem;
    font-weight: 700;
    display: inline-block;
}.qtyFrame h5::after {
    border-radius: 2px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(179,175,161), transparent);
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    width: 60%;
}.qtyFrame a {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}.qtyFrame a:hover p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: rgb(212,210,198);
    transform: translateY(-3px);
}.qtyFrame p {
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    margin: 0;
    position: relative;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.qtyFrame {
    padding: 5rem 0;
}.qtyFrame .csmart_learning {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.qtyFrame h5 {
    font-size: calc(19px * 0.95);
}.qtyFrame p {
    font-size: calc(15px * 0.98);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.qtyFrame {
    padding: 4rem 0;
}.qtyFrame .csmart_learning {
    padding: 2.5rem 2rem;
    transform: none;
}.qtyFrame .csmart_learning::before {
    width: 150px;
    height: 150px;
}.qtyFrame h5 {
    font-size: calc(19px * 0.9);
}.qtyFrame h5::after {
    width: 50%;
}.qtyFrame p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.qtyFrame {
    padding: 3rem 0;
}.qtyFrame .container {
    width: 92%;
}.qtyFrame .csmart_learning {
    padding: 2rem 1.5rem;
}.qtyFrame .csmart_learning > div:first-child {
    margin-bottom: 1.5rem;
}.qtyFrame h5 {
    font-size: calc(19px * 0.85);
}.qtyFrame p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.Qprice_plan_grid {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.Qprice_plan_grid::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.Qprice_plan_grid .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.Qprice_plan_grid .llearn_rates {
    position: relative;
}.Qprice_plan_grid h2 {
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    font-size: calc(36px * 1.1);
    letter-spacing: 0.5px;
    transform: translateY(20px);
    opacity: 0;
    color: #ffffff;
}.Qprice_plan_grid .ucost_card {
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
    max-width: 700px;
    word-break: break-word;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    margin: 0 auto 50px;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    overflow-wrap: break-word;
}.Qprice_plan_grid .Nsub_options {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 25px;
    display: grid;
    padding: 0;
}.Qprice_plan_grid .Nsub_options li {
    transform: translateZ(0) rotateY(5deg);
    transform-style: preserve-3d;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: calc(0.2s * var(--li-index, 1));
}.Qprice_plan_grid .Nsub_options li:nth-child(1) {
    --li-index: 1;
}.Qprice_plan_grid .Nsub_options li:nth-child(2) {
    --li-index: 2;
}.Qprice_plan_grid .Nsub_options li:nth-child(3) {
    --li-index: 3;
}.Qprice_plan_grid .Nsub_options li:nth-child(4) {
    --li-index: 4;
}.Qprice_plan_grid .blearning_plan {
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.Qprice_plan_grid .blearning_plan:hover {
    transform: translateY(-10px) scale(1.02);
}.Qprice_plan_grid .Vrate_choices {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    padding: 30px;
    height: 100%;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    position: relative;
}.Qprice_plan_grid .blearning_plan:hover .Vrate_choices {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
    background: linear-gradient(145deg, 
        rgba(rgb(212,210,198), 0.15) 0%, 
        rgba(rgb(212,210,198), 0.05) 100%);
}.Qprice_plan_grid .Vrate_choices::before {
    pointer-events: none;
    opacity: 0;
    transform: rotate(30deg);
    transition: opacity 0.6s ease;
    left: -50%;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    width: 200%;
    position: absolute;
    height: 200%;
    content: "";
}.Qprice_plan_grid .blearning_plan:hover .Vrate_choices::before {
    opacity: 1;
}.Qprice_plan_grid .Fprice_grid {
    display: flex;
    height: 100%;
    flex-direction: column;
}.Qprice_plan_grid .Fprice_grid h4 {
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 600;
    font-size: calc(20px * 1.1);
}.Qprice_plan_grid .blearning_plan:hover .Fprice_grid h4 {
    color: rgb(212,210,198);
    transform: translateY(-2px);
}.Qprice_plan_grid .Fprice_grid h4::after {
    transform-origin: left;
    width: 50px;
    transition: transform 0.4s ease;
    position: absolute;
    height: 2px;
    left: 0;
    transform: scaleX(0.7);
    bottom: -10px;
    content: "";
    background: rgb(212,210,198);
}.Qprice_plan_grid .blearning_plan:hover .Fprice_grid h4::after {
    transform: scaleX(1);
}.Qprice_plan_grid .Fprice_grid p {
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
    font-size: calc(14px * 0.9);
    line-height: 1.7;
    margin-bottom: 25px;
    word-break: break-word;
}.Qprice_plan_grid .Ytuition_table {
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: calc(20px * 1.4);
    padding: 10px 0;
    margin-top: auto;
    color: #ffffff;
}.Qprice_plan_grid .blearning_plan:hover .Ytuition_table {
    transform: scale(1.05);
    color: rgb(212,210,198);
}.Qprice_plan_grid .Ytuition_table::before {
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    top: 0;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.Qprice_plan_grid {
    padding: 100px 0;
}.Qprice_plan_grid .Nsub_options {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.Qprice_plan_grid .Vrate_choices {
    padding: 25px;
}
}

@media (max-width: 768px) {.Qprice_plan_grid {
    padding: 80px 0;
}.Qprice_plan_grid h2 {
    font-size: 36px;
    margin-bottom: 20px;
}.Qprice_plan_grid .ucost_card {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.Qprice_plan_grid .Nsub_options {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.Qprice_plan_grid .Vrate_choices {
    padding: 25px 20px;
}.Qprice_plan_grid .Fprice_grid h4 {
    font-size: 20px;
}.Qprice_plan_grid .Fprice_grid p {
    font-size: calc(14px * 0.85);
}.Qprice_plan_grid .Ytuition_table {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 480px) {.Qprice_plan_grid {
    padding: 60px 0;
}.Qprice_plan_grid h2 {
    font-size: calc(36px * 0.9);
}.Qprice_plan_grid .ucost_card {
    font-size: calc(14px * 0.9);
}.Qprice_plan_grid .Vrate_choices {
    padding: 20px 15px;
}.Qprice_plan_grid .Fprice_grid h4 {
    font-size: calc(20px * 0.95);
}.Qprice_plan_grid .Fprice_grid p {
    line-height: 1.6;
    margin-bottom: 20px;
}.Qprice_plan_grid .Ytuition_table {
    font-size: calc(20px * 1.1);
}}header {
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(212,210,198) 100%);
    left: 0;
    border-bottom: 1px solid rgb(212,210,198,0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}header:before {
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(90deg, transparent, rgb(212,210,198,0.5), transparent);
    animation: shine 8s infinite linear;
    top: 0;
    left: 0;
    content: '';
    background-size: 200% 100%;
    pointer-events: none;
    width: 100%;
    height: 100%;
}header .Rtop_sitewrap {
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}header .ssite_info {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .Inav_lesson {
    display: flex;
    position: relative;
    gap: 25px;
}header .Inav_lesson:before {
    height: 1px;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(212,210,198), transparent);
    bottom: -8px;
    transition: transform 0.6s ease;
    content: '';
    transform: scaleX(0);
    left: 0;
    position: absolute;
    width: 100%;
}header .Inav_lesson:hover:before {
    transform: scaleX(1);
}header .Phead_master {
    font-weight: 400;
    padding: 8px 0;
    transition: all 0.4s ease;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}header .Phead_master:after {
    transform-origin: right;
    left: 0;
    content: '';
    height: 2px;
    background: rgb(212,210,198);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    bottom: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
}header .Phead_master:before {
    left: 50%;
    background: rgb(212,210,198);
    position: absolute;
    height: 4px;
    content: '';
    opacity: 0;
    top: 0;
    transition: all 0.3s ease;
    width: 4px;
    transform: translateX(-50%);
    border-radius: 50%;
}header .Phead_master:hover {
    text-shadow: 0 0 8px rgb(212,210,198,0.5);
    color: rgb(212,210,198);
}header .Phead_master:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .Phead_master:hover:before {
    opacity: 1;
}header .dtop_info {
    display: flex;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
}header .dtop_info svg {
    width: auto;
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(212,210,198,0.5));
    transition: transform 0.5s ease;
}header .dtop_info:hover svg {
    transform: scale(1.05);
}header .dtop_info:after {
    width: 0;
    position: absolute;
    background: rgb(212,210,198);
    content: '';
    height: 1px;
    bottom: -8px;
    transform: translateX(-50%);
    transition: width 0.4s ease;
    left: 50%;
}header .dtop_info:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .Inav_lesson {
    gap: 15px;
}header .Phead_master {
    font-size: calc(18px - 1px);
}header .dtop_info svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .Inav_lesson {
    position: fixed;
    top: 0;
    background: #000000;
    transition: right 0.4s ease;
    padding: 80px 30px 30px;
    max-width: 300px;
    gap: 20px;
    width: 80%;
    right: -100%;
    z-index: 1001;
    overflow-y: auto;
    flex-direction: column;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .menu.active {
    right: 0;
}header .Phead_master {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(212,210,198,0.5);
}header .Inav_lesson:before {
    display: none;
}header .dtop_info {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .dtop_info svg {
    height: 30px;
}}.sstudy_process {
    background: linear-gradient(115deg, rgb(239,238,234) 0%, rgb(212,210,198,0.5) 150%);
    padding: 180px 0 140px;
    position: relative;
    overflow: visible;
}.sstudy_process::before {
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(179,175,161,0.5) 0%, transparent 60%);
    opacity: 0.15;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}.sstudy_process .csmart_learning {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.sstudy_process .htext_panel_wrap {
    display: flex;
    width: 100%;
    position: relative;
}.sstudy_process .htext_panel_wrap h2 {
    font-weight: 700;
    align-items: center;
    top: -50px;
    color: #ffffff;
    height: 300px;
    z-index: 4;
    text-align: center;
    position: absolute;
    background: linear-gradient(135deg, rgb(212,210,198,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    display: flex;
    left: 15%;
    width: 300px;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
    padding: 40px 50px;
    border-radius: 50%;
    font-size: 32px;
}.sstudy_process .htext_panel_wrap p {
    z-index: 3;
    backdrop-filter: blur(15px);
    position: relative;
    font-size: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 60px 50px 60px 250px;
    margin-left: 15%;
}.sstudy_process .htext_panel_wrap::before {
    transform: translateX(-50%);
    position: absolute;
    height: 450px;
    z-index: 2;
    border: 1px solid rgb(212,210,198,0.5);
    top: -110px;
    left: 15%;
    content: '';
    opacity: 0.15;
    border-radius: 50%;
    width: 450px;
    animation: rotate-slow 60s linear infinite;
}.sstudy_process .htext_panel_wrap::after {
    border-radius: 50%;
    transform: translateX(-50%);
    left: 15%;
    width: 550px;
    position: absolute;
    z-index: 1;
    content: '';
    border: 1px dashed rgb(179,175,161,0.5);
    opacity: 0.1;
    animation: rotate-slow 80s linear infinite reverse;
    height: 550px;
    top: -160px;
}.sstudy_process .htext_panel_wrap h2::before {
    z-index: 5;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0.3;
    border-radius: 50%;
    background: rgb(212,210,198);
    width: 40px;
    top: 0;
    content: '';
    height: 40px;
    position: absolute;
}.sstudy_process .htext_panel_wrap h2::after {
    height: 350px;
    transform: translate(-50%, -50%);
    width: 350px;
    position: absolute;
    z-index: -1;
    left: 50%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 50%;
    border-radius: 50%;
}.sstudy_process .htext_panel_wrap p::before {
    border-radius: 12px;
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(212,210,198,0.5) 0%, transparent 80%);
}.sstudy_process .htext_panel_wrap p::after {
    border-radius: 10px;
    transform: rotate(45deg);
    background: rgb(179,175,161);
    height: 80px;
    content: '';
    position: absolute;
    top: -40px;
    width: 80px;
    right: 30px;
    opacity: 0.1;
    z-index: 5;
}.sstudy_process::after {
    z-index: 1;
    left: 0;
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(212,210,198,0.5), transparent);
    width: 100%;
    position: absolute;
    content: '';
    bottom: 50%;
}.sstudy_process .csmart_learning::before {
    animation: pulse-subtle 10s infinite alternate;
    filter: blur(30px);
    background: rgb(212,210,198);
    opacity: 0.05;
    border-radius: 50%;
    content: '';
    transform: translate(-50%, -50%);
    width: 70px;
    position: absolute;
    height: 70px;
    left: 15%;
    top: 50%;
}.sstudy_process .csmart_learning::after {
    filter: blur(60px);
    width: 200px;
    position: absolute;
    bottom: -100px;
    animation: pulse-subtle 15s infinite alternate-reverse;
    right: 10%;
    background: rgb(179,175,161);
    content: '';
    height: 200px;
    opacity: 0.03;
    border-radius: 50%;
}

@keyframes rotate-slow {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.2);
    }
}
@media screen and (max-width: 1200px) {.sstudy_process .htext_panel_wrap h2 {
    padding: 35px 40px;
    left: 20%;
    width: 280px;
    height: 280px;
}.sstudy_process .htext_panel_wrap p {
    padding: 50px 40px 50px 220px;
    margin-left: 20%;
}.sstudy_process .htext_panel_wrap::before {
    left: 20%;
    height: 400px;
    top: -95px;
    width: 400px;
}.sstudy_process .htext_panel_wrap::after {
    left: 20%;
    top: -145px;
    width: 500px;
    height: 500px;
}.sstudy_process .csmart_learning::before {
    left: 20%;
}
}

@media screen and (max-width: 992px) {.sstudy_process {
    padding: 160px 0 120px;
}.sstudy_process .htext_panel_wrap h2 {
    padding: 30px;
    height: 250px;
    top: -40px;
    width: 250px;
    left: 25%;
}.sstudy_process .htext_panel_wrap p {
    padding: 45px 35px 45px 180px;
    margin-left: 25%;
}.sstudy_process .htext_panel_wrap::before {
    width: 350px;
    top: -80px;
    left: 25%;
    height: 350px;
}.sstudy_process .htext_panel_wrap::after {
    left: 25%;
    top: -125px;
    height: 450px;
    width: 450px;
}.sstudy_process .htext_panel_wrap h2::after {
    height: 290px;
    width: 290px;
}.sstudy_process .csmart_learning::before {
    left: 25%;
}
}

@media screen and (max-width: 768px) {.sstudy_process {
    padding: 130px 0 100px;
    overflow: hidden;
}.sstudy_process .htext_panel_wrap {
    align-items: center;
    flex-direction: column;
}.sstudy_process .htext_panel_wrap h2 {
    padding: 30px;
    border-radius: 12px;
    height: auto;
    font-size: calc(32px * 0.9);
    margin-bottom: 20px;
    width: 90%;
    top: 0;
    transform: none;
    position: relative;
    left: 0;
}.sstudy_process .htext_panel_wrap p {
    padding: 30px;
    width: 90%;
    margin-left: 0;
}.sstudy_process .htext_panel_wrap::before,
    .sstudy_process .htext_panel_wrap::after,
    .sstudy_process::after,
    .sstudy_process .csmart_learning::before,
    .sstudy_process .csmart_learning::after,
    .sstudy_process .htext_panel_wrap p::after,
    .sstudy_process .htext_panel_wrap h2::before,
    .sstudy_process .htext_panel_wrap h2::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.sstudy_process {
    padding: 100px 0 80px;
}.sstudy_process .htext_panel_wrap h2 {
    padding: 25px;
    width: 100%;
    font-size: calc(32px * 0.8);
}.sstudy_process .htext_panel_wrap p {
    width: 100%;
    padding: 25px;
    font-size: calc(15px * 0.9);
}
}