* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.A_grid-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    width: 1253px;
    margin: auto;
    max-width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.b_head_section {
    flex: 1 0 auto;
}.C_online_tools {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}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;
}}
.w_client_opinions {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.w_client_opinions::before {
    position: absolute;
    top: -50%;
    content: "";
    background: rgb(244,219,201);
    right: -50%;
    border-radius: 50%;
    height: 100%;
    z-index: 0;
    width: 100%;
}.w_client_opinions .container {
    position: relative;
    z-index: 1;
}.w_client_opinions h2 {
    transform: translateX(-10%);
    position: relative;
    margin-bottom: 100px;
    font-weight: 700;
    font-size: 33px;
    color: #000000;
}.w_client_opinions h2::first-letter {
    font-size: 1.8em;
    color: rgb(231,182,154);
}.w_client_opinions .c_learning_feedback {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(12, 1fr);
}.w_client_opinions .A_learner_voices {
    padding: 30px 0;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s ease forwards;
}.w_client_opinions .A_learner_voices:nth-child(3n+1) {
    grid-column: span 5;
    animation-delay: 0.1s;
}.w_client_opinions .A_learner_voices:nth-child(3n+2) {
    grid-column: span 4;
    animation-delay: 0.3s;
    margin-top: 80px;
}.w_client_opinions .A_learner_voices:nth-child(3n+3) {
    margin-top: 40px;
    grid-column: span 3;
    animation-delay: 0.5s;
}.w_client_opinions .A_learner_voices::before {
    top: -30px;
    line-height: 1;
    position: absolute;
    left: -20px;
    color: rgb(231,182,154,0.5);
    font-family: Arial, sans-serif;
    font-size: 120px;
    content: "";
    z-index: -1;
}.w_client_opinions .A_learner_voices img {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 60px;
    bottom: 20px;
    object-fit: cover;
    border-radius: 10px;
    height: 60px;
    border: 3px solid #ffffff;
    position: absolute;
    right: 0;
    filter: grayscale(100%);
    transform: translateY(0);
}.w_client_opinions .A_learner_voices:hover img {
    transform: translateY(-15px);
    filter: grayscale(0%);
}.w_client_opinions .A_learner_voices p {
    margin: 0;
}.w_client_opinions .A_learner_voices p:first-of-type {
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(231,182,154);
    right: 70px;
    position: absolute;
    bottom: 0;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 17px;
}.w_client_opinions .A_learner_voices .description {
    font-weight: 300;
    color: #000000;
    font-size: calc(16px * 1.2);
    margin-bottom: 40px;
    position: relative;
    line-height: 1.6;
}.w_client_opinions .A_learner_voices .description::first-letter {
    font-weight: 600;
    font-size: 1.3em;
}.w_client_opinions .A_learner_voices .description::after {
    transition: transform 0.4s ease;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    bottom: -20px;
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(217,144,106);
    height: 2px;
}.w_client_opinions .A_learner_voices:hover .description::after {
    transform: scaleX(3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.w_client_opinions {
    padding: 80px 0;
}.w_client_opinions h2 {
    margin-bottom: 60px;
    transform: none;
}.w_client_opinions .c_learning_feedback {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}.w_client_opinions .A_learner_voices:nth-child(3n+1),
    .w_client_opinions .A_learner_voices:nth-child(3n+2),
    .w_client_opinions .A_learner_voices:nth-child(3n+3) {
    grid-column: span 3;
    margin-top: 0;
}.w_client_opinions .A_learner_voices:nth-child(2n) {
    margin-top: 40px;
}
}

@media (max-width: 767px) {.w_client_opinions {
    padding: 60px 0;
}.w_client_opinions::before {
    top: -20%;
    right: -20%;
}.w_client_opinions h2 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.w_client_opinions .c_learning_feedback {
    grid-template-columns: 1fr;
}.w_client_opinions .A_learner_voices:nth-child(3n+1),
    .w_client_opinions .A_learner_voices:nth-child(3n+2),
    .w_client_opinions .A_learner_voices:nth-child(3n+3),
    .w_client_opinions .A_learner_voices:nth-child(2n) {
    margin-bottom: 50px;
    margin-top: 0;
    grid-column: 1;
}.w_client_opinions .A_learner_voices::before {
    font-size: 80px;
}.w_client_opinions .A_learner_voices img {
    height: 50px;
    width: 50px;
}.w_client_opinions .A_learner_voices p:first-of-type {
    font-size: calc(17px * 0.9);
    right: 60px;
}.w_client_opinions .A_learner_voices .description {
    font-size: 16px;
}}.m_meet_us {
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.m_meet_us::before {
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
}.m_meet_us::after {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    content: "";
    opacity: 0.3;
    top: 0;
    background: linear-gradient(180deg, rgb(231,182,154,0.5) 0%, transparent 100%);
    animation: gradientShift 8s ease-in-out infinite alternate;
    bottom: 0;
}.m_meet_us .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
}.m_meet_us .x_text_row {
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(1deg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(231,182,154);
}.m_meet_us .x_text_row:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.m_meet_us .x_text_row::before {
    opacity: 0.05;
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    top: -100px;
    z-index: -1;
    content: "";
    right: -100px;
    background: rgb(231,182,154);
}.m_meet_us .x_text_row::after {
    width: 150px;
    background: rgb(217,144,106);
    opacity: 0.05;
    left: -75px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    height: 150px;
    bottom: -75px;
    position: absolute;
}.m_meet_us h5 {
    position: relative;
    color: rgb(231,182,154);
    margin: 0 0 20px 0;
    font-size: calc(23px * 1.2);
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}.m_meet_us h5::after {
    width: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    transform-origin: left;
    bottom: -10px;
    content: "";
    position: absolute;
    background: rgb(231,182,154);
    left: 0;
    transform: scaleX(0);
}.m_meet_us .x_text_row:hover h5::after {
    transform: scaleX(1);
}.m_meet_us p {
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}.m_meet_us p b {
    background: linear-gradient(120deg, rgb(231,182,154), rgb(217,144,106));
    -webkit-background-clip: text !important;
    transform: translateX(0);
    font-weight: 700;
    display: inline-block;
    font-size: calc(16px * 1.4);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: transparent;
}.m_meet_us .x_text_row:hover p b {
    transform: translateX(10px);
}.m_meet_us ol {
    margin-top: 30px;
    position: relative;
    padding-left: 0;
}.m_meet_us ol li {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    line-height: 1.8;
    list-style-type: none;
    text-align: justify;
    font-size: 16px;
    padding-left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}.m_meet_us ol::before {
    transform: scaleY(0);
    position: absolute;
    width: 3px;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(231,182,154), transparent);
    top: 10px;
    left: -20px;
    height: calc(100% - 60px);
    content: "";
    transform-origin: top;
}.m_meet_us .x_text_row:hover ol::before {
    transform: scaleY(1);
}

@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.m_meet_us {
    padding: 100px 0;
}.m_meet_us .x_text_row {
    padding: 50px 40px;
}
}

@media (max-width: 992px) {.m_meet_us {
    padding: 80px 0;
}.m_meet_us .x_text_row {
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 40px 30px;
}.m_meet_us h5 {
    font-size: calc(23px * 1.1);
}.m_meet_us p b {
    font-size: calc(16px * 1.3);
}
}

@media (max-width: 768px) {.m_meet_us {
    padding: 70px 0;
}.m_meet_us .x_text_row {
    padding: 35px 25px;
    transform: none;
    border-left-width: 3px;
}.m_meet_us h5 {
    margin-bottom: 15px;
    font-size: 23px;
}.m_meet_us p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
}.m_meet_us p b {
    font-size: calc(16px * 1.2);
}.m_meet_us ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.m_meet_us {
    padding: 60px 0;
}.m_meet_us .x_text_row {
    padding: 30px 20px;
    border-left-width: 2px;
}.m_meet_us h5 {
    letter-spacing: 1.5px;
    font-size: calc(23px * 0.9);
}.m_meet_us p {
    margin-bottom: 15px;
    font-size: calc(16px * 0.9);
}.m_meet_us p b {
    font-size: calc(16px * 1.1);
}.m_meet_us ol {
    margin-top: 20px;
}.m_meet_us ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.m_meet_us ol::before {
    width: 2px;
    left: -15px;
}}.P_instructional_approach {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(244,219,201) 0%, rgb(231,182,154,0.5) 100%);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.P_instructional_approach::before {
    width: 100%;
    top: 0;
    pointer-events: none;
    opacity: 0.25;
    position: absolute;
    right: 0;
    content: "";
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,144,106,0.5) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgb(231,182,154,0.5) 0%, transparent 60%);
}.P_instructional_approach::after {
    animation: backgroundShift 60s linear infinite;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    pointer-events: none;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(217,144,106,0.5) 49.5%, rgb(217,144,106,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(217,144,106,0.5) 49.5%, rgb(217,144,106,0.5) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    opacity: 0.05;
    width: 100%;
}.P_instructional_approach .container {
    position: relative;
    z-index: 2;
    perspective: 1200px;
    transform-style: preserve-3d;
}.P_instructional_approach .O_edu_philosophy {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
}.P_instructional_approach .O_edu_philosophy:hover {
    transform: translateZ(20px);
}.P_instructional_approach .O_edu_philosophy > div {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    -webkit-backdrop-filter: blur(10px);
    border-left: 5px solid rgb(231,182,154);
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 3rem;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    position: relative;
}.P_instructional_approach .O_edu_philosophy > div::before {
    transform-origin: left top;
    top: 0;
    transform: scaleX(0);
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(231,182,154,0.5) 0%, transparent 100%);
    opacity: 0.05;
    content: "";
    transition: transform 0.5s ease-out;
    width: 100%;
    position: absolute;
}.P_instructional_approach .O_edu_philosophy > div:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateZ(30px);
    border-left-width: 8px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.08);
}.P_instructional_approach .O_edu_philosophy > div:hover::before {
    transform: scaleX(1);
}.P_instructional_approach h3 {
    transition: transform 0.4s ease-out;
    font-size: calc(31px * 0.8);
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    transform: translateZ(10px);
}.P_instructional_approach h3::after {
    transform-origin: left;
    content: "";
    width: 80px;
    height: 3px;
    bottom: 0;
    transform: scaleX(0.7);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    background: linear-gradient(90deg, rgb(231,182,154) 0%, rgb(217,144,106) 100%);
    left: 0;
}.P_instructional_approach .O_edu_philosophy > div:hover h3 {
    transform: translateZ(15px);
}.P_instructional_approach .O_edu_philosophy > div:hover h3::after {
    transform: scaleX(1);
}.P_instructional_approach p {
    color: #000000;
    line-height: 1.8;
    transform: translateZ(5px);
    z-index: 2;
    position: relative;
    transition: transform 0.4s ease-out 0.1s;
    margin-bottom: 0;
    opacity: 0.9;
    font-size: 18px;
}.P_instructional_approach p span {
    transition: transform 0.4s ease-out, opacity 0.3s ease-in;
    display: inline-block;
    position: relative;
    transform-origin: left center;
}.P_instructional_approach .O_edu_philosophy > div:hover p {
    transform: translateZ(10px);
}.P_instructional_approach .O_edu_philosophy > div:hover p span {
    opacity: 1;
}

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

@media screen and (min-width: 768px) {.P_instructional_approach {
    padding: 150px 0;
}.P_instructional_approach .O_edu_philosophy {
    grid-template-columns: 1fr;
    gap: 3rem;
}.P_instructional_approach h3 {
    font-size: 31px;
}.P_instructional_approach .O_edu_philosophy > div {
    padding: 4rem;
}
}

@media screen and (min-width: 992px) {.P_instructional_approach {
    padding: 180px 0;
}.P_instructional_approach .O_edu_philosophy {
    gap: 4rem;
    grid-template-columns: 1fr;
}.P_instructional_approach .O_edu_philosophy > div {
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
    padding: 5rem;
}.P_instructional_approach h3 {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.P_instructional_approach h3::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.P_instructional_approach {
    padding: 80px 0;
}.P_instructional_approach .O_edu_philosophy > div {
    transform: perspective(800px) rotateX(1deg) rotateY(-0.5deg);
    padding: 2rem;
}.P_instructional_approach h3 {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.7);
}.P_instructional_approach p {
    font-size: calc(18px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.P_instructional_approach::after {
    animation: none;
}.P_instructional_approach .O_edu_philosophy,
    .P_instructional_approach .O_edu_philosophy > div,
    .P_instructional_approach h3,
    .P_instructional_approach p,
    .P_instructional_approach p span {
    transform: none !important;
    transition: none;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.9;
    content: "";
    background: linear-gradient(145deg, rgb(244,219,201) 0%, rgb(231,182,154,0.5) 100%);
    top: 0;
    z-index: -2;
}footer::after {
    bottom: 0;
    z-index: -1;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, rgb(231,182,154,0.5), rgb(231,182,154,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(231,182,154,0.5), rgb(231,182,154,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
}.C_online_tools {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}.C_online_tools::after {
    top: 0;
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106));
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
}.C_online_tools .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.C_online_tools .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.5rem;
    background: #ffffff;
    flex: 1 1 400px;
    position: relative;
    border-radius: 20px;
}.C_online_tools .company_holder::before {
    border-top-left-radius: 20px;
    left: 0;
    border-top-right-radius: 20px;
    width: 100%;
    position: absolute;
    background: rgb(231,182,154);
    content: "";
    height: 5px;
    top: 0;
}.C_online_tools .company_holder h3 {
    font-weight: 700;
    color: rgb(231,182,154);
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 29px;
}.C_online_tools .company_holder h3::after {
    background: rgb(217,144,106);
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    bottom: -0.5rem;
    height: 3px;
}.C_online_tools .x_enroll_info {
    color: #000000;
    font-size: 15px;
    position: relative;
    background: rgb(244,219,201);
    border-radius: 10px;
    line-height: 1.7;
    padding: 1.5rem;
    border-left: 3px solid rgb(217,144,106);
}.C_online_tools .R_verify_cta {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.C_online_tools .w_top_learning {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.C_online_tools .U_head_core {
    min-width: 200px;
    border-radius: 20px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
}.C_online_tools .U_head_core h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    background: rgb(217,144,106);
    padding: 1rem 1.5rem;
    position: relative;
    margin: 0;
}.C_online_tools .U_head_core .w_top_learning {
    flex-direction: column;
    display: flex;
    gap: 0;
    padding: 1rem 0;
}.C_online_tools .U_head_core .w_top_learning a {
    color: #000000;
    position: relative;
    display: flex;
    font-size: 15px;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
}.C_online_tools .U_head_core .w_top_learning a::before {
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(244,219,201);
    width: 0;
    content: "";
    z-index: -1;
    height: 100%;
}.C_online_tools .U_head_core .w_top_learning a::after {
    background: rgb(217,144,106);
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    width: 5px;
    content: "";
    left: 1.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 5px;
    top: 50%;
}.C_online_tools .U_head_core .w_top_learning a:hover {
    color: rgb(231,182,154);
    padding-left: 2.2rem;
}.C_online_tools .U_head_core .w_top_learning a:hover::before {
    width: 100%;
}.C_online_tools .U_head_core .w_top_learning a:hover::after {
    opacity: 1;
}.X_play_market {
    padding: 2rem 0;
    background: rgb(244,219,201);
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}.X_play_market::before {
    left: 10%;
    height: 1px;
    right: 10%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(231,182,154,0.5), transparent);
}.X_play_market .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.X_play_market .f_equity_pledge {
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    padding: 0.8rem 2rem;
    text-align: center;
    background: #ffffff;
}

@media (max-width: 1200px) {.C_online_tools .container {
    gap: 2rem;
}.C_online_tools .company_holder {
    flex: 1 1 360px;
}.C_online_tools .R_verify_cta {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.C_online_tools .w_top_learning {
    gap: 2rem;
}
}

@media (max-width: 992px) {.C_online_tools {
    padding: 3.5rem 0 2rem;
}.C_online_tools .container {
    flex-direction: column;
    gap: 2.5rem;
}.C_online_tools .company_holder,
    .C_online_tools .R_verify_cta {
    min-width: 100%;
    flex: 1 1 100%;
}.C_online_tools .U_head_core {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.C_online_tools {
    padding: 3rem 0 1.5rem;
}.C_online_tools .w_top_learning {
    gap: 1.5rem;
}.C_online_tools .company_holder {
    padding: 2rem;
}.C_online_tools .company_holder h3 {
    font-size: calc(29px - 2px);
}.X_play_market {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.C_online_tools {
    padding: 2.5rem 0 1rem;
}.C_online_tools .container {
    gap: 1.5rem;
}.C_online_tools .U_head_core {
    min-width: 100%;
    flex: 1 1 100%;
}.C_online_tools .w_top_learning {
    gap: 1rem;
}.C_online_tools .company_holder {
    padding: 1.5rem;
}.C_online_tools .x_enroll_info {
    padding: 1.2rem;
}.X_play_market {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.C_online_tools .company_holder h3::after {
    width: 50px;
}.C_online_tools .U_head_core .w_top_learning a:hover {
    padding-left: 2rem;
}.X_play_market .f_equity_pledge {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.J_join_our_community {
    background: linear-gradient(135deg, rgb(231,182,154) 0%, rgba(25, 47, 89, 0.9) 50%, rgb(217,144,106) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.J_join_our_community::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
    top: 0;
    left: 0;
}.J_join_our_community::after {
    border-radius: 50%;
    width: 35%;
    height: 35%;
    content: "";
    position: absolute;
    animation: orbitRotate 15s infinite linear;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotate(-15deg);
    top: -5%;
    right: -5%;
    z-index: 0;
}.J_join_our_community .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.J_join_our_community .O_edu_philosophy {
    position: relative;
    transform: translateY(0);
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
}.J_join_our_community .O_edu_philosophy:hover {
    transform: translateY(-5px);
}.J_join_our_community h3 {
    line-height: 1.4;
    text-align: center;
    font-family: Arial, sans-serif;
    transition: transform 0.4s ease-out;
    color: #ffffff;
    font-size: calc(22px * 1.15);
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    transform: perspective(1000px) rotateX(0deg);
}.J_join_our_community .O_edu_philosophy:hover h3 {
    transform: perspective(1000px) rotateX(2deg);
}.J_join_our_community .input_holder {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    max-width: 650px;
    gap: 1.25rem;
    box-shadow: 
        0 10px 25px -10px rgba(0, 0, 0, 0.25),
        0 1px 2px rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    display: flex;
    width: 100%;
    border-left: 3px solid rgb(217,144,106);
}.J_join_our_community .input_holder:hover {
    border-left: 3px solid #ffffff;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.3),
        0 1px 2px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.12);
}.J_join_our_community .input_holder div {
    width: 100%;
}.J_join_our_community input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    color: #000000;
    width: 100%;
    border: none;
    outline: none;
    font-family: Arial, sans-serif;
    padding: 0 20px;
    height: 58px;
    transition: all 0.3s ease;
}.J_join_our_community input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(231,182,154,0.5), 0.2);
}.J_join_our_community input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}.J_join_our_community input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.J_join_our_community .q_sub_box {
    height: 58px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    background: rgb(231,182,154);
    width: 100%;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.5px;
}.J_join_our_community .q_sub_box:hover {
    transform: translateY(-2px);
    background: rgb(217,144,106);
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.3);
}.J_join_our_community .q_sub_box:active {
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(1px);
}.J_join_our_community .q_sub_box::before {
    top: 0;
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    height: 100%;
}.J_join_our_community .q_sub_box:hover::before {
    left: 100%;
}

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

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

@media screen and (min-width: 768px) {.J_join_our_community {
    padding: 8rem 0;
}.J_join_our_community h3 {
    font-size: calc(22px * 1.3);
}.J_join_our_community .input_holder {
    gap: 1rem;
    align-items: center;
    flex-direction: row;
    padding: 1rem;
}.J_join_our_community input[type="email"] {
    border-radius: 10px;
}.J_join_our_community .q_sub_box {
    width: auto;
    min-width: 180px;
    border-radius: 10px;
}.J_join_our_community::before {
    background: 
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.07) 0%, transparent 45%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 35%);
}
}

@media screen and (min-width: 992px) {.J_join_our_community {
    padding: 10rem 0;
}.J_join_our_community h3 {
    font-size: calc(22px * 1.4);
    line-height: 1.35;
}.J_join_our_community .input_holder {
    padding: 1.25rem;
}
}

@media screen and (max-width: 767px) {.J_join_our_community {
    padding: 4rem 0;
}.J_join_our_community h3 {
    line-height: 1.5;
    font-size: 22px;
}.J_join_our_community .q_sub_box {
    margin-top: 0.5rem;
}.J_join_our_community .input_holder {
    padding: 0.5rem;
}.J_join_our_community::after {
    height: 50%;
    right: -10%;
    width: 50%;
    top: -10%;
}}.m_academic_expertise {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(170deg, rgb(244,219,201) 0%, rgb(231,182,154,0.5) 100%);
}.m_academic_expertise::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(231,182,154,0.5) 20px,
            rgb(231,182,154,0.5) 21px
        );
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.04;
    height: 100%;
    position: absolute;
    left: 0;
}.m_academic_expertise::after {
    filter: blur(80px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,182,154,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,144,106,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    position: absolute;
}.m_academic_expertise .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.m_academic_expertise .A_learner_voices {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
}.m_academic_expertise .A_learner_voices::before {
    border: 1px solid rgb(231,182,154,0.5);
    top: 50%;
    position: absolute;
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    content: "";
    left: 50%;
    border-radius: 50%;
    opacity: 0.2;
    animation: orbit 20s linear infinite;
}.m_academic_expertise .A_learner_voices::after {
    content: "";
    width: 400px;
    height: 400px;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    animation: orbit 15s linear infinite reverse;
    left: 50%;
    border: 1px dashed rgb(217,144,106,0.5);
    opacity: 0.15;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.m_academic_expertise .E_product_photo {
    height: 240px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    z-index: 5;
    width: 240px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 30px;
    border-radius: 50%;
}.m_academic_expertise .E_product_photo::before {
    content: "";
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(231,182,154,0.5) 90deg,
        transparent 180deg,
        rgb(217,144,106,0.5) 270deg,
        transparent 360deg
    );
    z-index: -1;
    opacity: 0.4;
    position: absolute;
    border-radius: 50%;
    animation: spin 12s linear infinite;
    inset: -30px;
}.m_academic_expertise .E_product_photo::after {
    content: "";
    inset: 0;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    z-index: 2;
    position: absolute;
    border-radius: 50%;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.m_academic_expertise .name {
    position: relative;
    z-index: 3;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    text-fill-color: transparent;
    margin-bottom: 15px;
    font-weight: 700;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(231,182,154) 100%
    );
    background-clip: text !important;
    text-align: center;
    transition: all 0.3s ease;
    color: #000000;
}.m_academic_expertise .name::after {
    bottom: -8px;
    background: linear-gradient(
        to right,
        rgb(231,182,154) 0%,
        rgb(217,144,106) 100%
    );
    content: "";
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    height: 2px;
    left: 50%;
}.m_academic_expertise .A_learner_voices:hover .name::after {
    width: 80px;
}.m_academic_expertise .A_learner_voices span:not(.name) {
    z-index: 3;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    font-size: 20px;
    letter-spacing: 2px;
    color: rgb(217,144,106);
    margin-bottom: 30px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
}.m_academic_expertise .A_learner_voices:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.m_academic_expertise .o_career_expertise {
    line-height: 1.8;
    background: #ffffff;
    z-index: 3;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 35px 45px;
    font-size: 13px;
    max-width: 650px;
    color: #000000;
    border-radius: 26px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.m_academic_expertise .o_career_expertise::before,
.m_academic_expertise .o_career_expertise::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
}.m_academic_expertise .o_career_expertise::before {
    border-left: 2px solid rgb(231,182,154);
    top: 25px;
    left: 25px;
    border-top: 2px solid rgb(231,182,154);
}.m_academic_expertise .o_career_expertise::after {
    right: 25px;
    border-bottom: 2px solid rgb(217,144,106);
    border-right: 2px solid rgb(217,144,106);
    bottom: 25px;
}.m_academic_expertise .A_learner_voices:hover .E_product_photo {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.m_academic_expertise {
    padding: 90px 0;
}.m_academic_expertise .E_product_photo {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
}.m_academic_expertise .A_learner_voices::before {
    width: 400px;
    height: 400px;
}.m_academic_expertise .A_learner_voices::after {
    height: 320px;
    width: 320px;
}.m_academic_expertise .name {
    font-size: calc(42px * 0.9);
}.m_academic_expertise .o_career_expertise {
    padding: 30px 35px;
    max-width: 600px;
}
}

@media (max-width: 767px) {.m_academic_expertise {
    padding: 70px 0;
}.m_academic_expertise .E_product_photo {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.m_academic_expertise .A_learner_voices::before {
    height: 320px;
    width: 320px;
}.m_academic_expertise .A_learner_voices::after {
    width: 260px;
    height: 260px;
}.m_academic_expertise .name {
    font-size: calc(42px * 0.8);
}.m_academic_expertise .A_learner_voices span:not(.name) {
    font-size: calc(20px * 0.95);
    padding: 6px 16px;
    margin-bottom: 25px;
}.m_academic_expertise .o_career_expertise {
    font-size: calc(13px * 0.95);
    padding: 25px 30px;
    max-width: 100%;
}.m_academic_expertise .o_career_expertise::before,
    .m_academic_expertise .o_career_expertise::after {
    width: 8px;
    height: 8px;
}.m_academic_expertise .o_career_expertise::before {
    top: 20px;
    left: 20px;
}.m_academic_expertise .o_career_expertise::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.m_academic_expertise {
    padding: 50px 0;
}.m_academic_expertise .E_product_photo {
    margin-bottom: 18px;
    height: 150px;
    width: 150px;
}.m_academic_expertise .A_learner_voices::before {
    height: 260px;
    width: 260px;
}.m_academic_expertise .A_learner_voices::after {
    width: 200px;
    height: 200px;
}.m_academic_expertise .name {
    font-size: calc(42px * 0.7);
}.m_academic_expertise .A_learner_voices span:not(.name) {
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 5px 12px;
}.m_academic_expertise .o_career_expertise {
    font-size: calc(13px * 0.9);
    padding: 20px 25px;
}.m_academic_expertise .o_career_expertise::before,
    .m_academic_expertise .o_career_expertise::after {
    height: 6px;
    width: 6px;
}.m_academic_expertise .o_career_expertise::before {
    top: 15px;
    left: 15px;
}.m_academic_expertise .o_career_expertise::after {
    right: 15px;
    bottom: 15px;
}}.w_privacy_cove {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.w_privacy_cove h1 {
    margin-bottom: 15px;
    font-size: 33px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
}.w_privacy_cove h2 {
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.w_privacy_cove h3, .w_privacy_cove h4, .w_privacy_cove h5, .w_privacy_cove h6 {
    font-size: 18px;
    color: #000000;
    margin: 1em 0;
}.w_privacy_cove ul {
    list-style-type: square;
    margin: 20px 0;
    color: #000000;
}.w_privacy_cove li {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
}
@media only screen and (max-width: 800px) {.w_privacy_cove {
    padding: 20px;
}.w_privacy_cove h1 {
    font-size: 18px;
}.w_privacy_cove h2 {
    font-size: 17px;
}.w_privacy_cove li {
    font-size: 14px;
}}.Q_program_details {
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgb(244,219,201);
    position: relative;
}.Q_program_details .m_program_map {
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}.Q_program_details .p_program_route {
    width: 500%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    height: 100%;
}.Q_program_details .m_program_map:hover .p_program_route {
    animation-play-state: paused;
}.Q_program_details .o_learn_business {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 20%;
}.Q_program_details .o_learn_business img {
    filter: brightness(0.85) contrast(1.1);
    transform: scale(1.05);
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease-out;
}.Q_program_details .o_learn_business:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}.Q_program_details .o_learn_business::before {
    width: 100%;
    content: "";
    animation: gradient-shift 8s infinite alternate;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    height: 100%;
}.Q_program_details .o_learn_business::after {
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
}.Q_program_details .container {
    position: relative;
    justify-content: center;
    padding: 2rem;
    align-items: center;
    height: 100%;
    margin: auto;
    display: flex;
    z-index: 2;
}.Q_program_details .O_edu_philosophy {
    position: relative;
    max-width: 800px;
    width: 100%;
}.Q_program_details .I_learn_code {
    border-radius: 27px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 4rem;
    transform: translateY(0);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
}.Q_program_details .I_learn_code::before {
    position: absolute;
    top: 0;
    left: 0;
    animation: pulse-gradient 8s ease infinite;
    height: 100%;
    opacity: 0.7;
    content: "";
    width: 100%;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
}.Q_program_details .I_learn_code::after {
    position: absolute;
    z-index: -1;
    transform: translateX(-100%);
    top: 0;
    content: "";
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    bottom: 0;
    right: 0;
    left: 0;
    animation: shine-effect 10s ease-in-out infinite;
}.Q_program_details .I_learn_code h3 {
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.Q_program_details .I_learn_code h3::after {
    bottom: -8px;
    transition: width 0.3s ease;
    left: 50%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(231,182,154) 0%,
        rgb(217,144,106) 100%
    );
    width: 30%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
}.Q_program_details .I_learn_code:hover h3::after {
    width: 60%;
}.Q_program_details .I_learn_code p {
    line-height: 1.8;
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 2.5rem;
    margin-left: auto;
    font-weight: 300;
    color: #ffffff;
    max-width: 90%;
    margin-right: auto;
}.Q_program_details .I_learn_code .l_reach_query {
    box-shadow: 0 8px 25px rgb(231,182,154,0.5);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(
        45deg,
        rgb(231,182,154) 0%,
        rgb(217,144,106) 100%
    );
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    padding: 1rem 2.5rem;
}.Q_program_details .I_learn_code .l_reach_query::before {
    width: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(217,144,106) 0%,
        rgb(231,182,154) 100%
    );
    height: 100%;
    opacity: 0;
    z-index: -1;
    content: "";
}.Q_program_details .I_learn_code .l_reach_query::after {
    height: 200%;
    opacity: 0;
    left: -50%;
    transform: scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    width: 200%;
    content: "";
    position: absolute;
}.Q_program_details .I_learn_code .l_reach_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(231,182,154,0.5);
}.Q_program_details .I_learn_code .l_reach_query:hover::before {
    opacity: 1;
}.Q_program_details .I_learn_code .l_reach_query:hover::after {
    transform: scale(1);
    opacity: 1;
    animation: ripple-out 1.5s ease;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.Q_program_details::before {
    left: 0;
    z-index: 1;
    opacity: 0.7;
    top: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    content: "";
    width: 100%;
}.Q_program_details::after {
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.8;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
}

@media (max-width: 992px) {.Q_program_details .I_learn_code {
    padding: 3rem;
}.Q_program_details .O_edu_philosophy {
    max-width: 700px;
}.Q_program_details .I_learn_code h3 {
    font-size: calc(31px * 0.9);
}.Q_program_details .I_learn_code p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.Q_program_details .I_learn_code {
    padding: 2.5rem;
}.Q_program_details .O_edu_philosophy {
    max-width: 90%;
}.Q_program_details .I_learn_code h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.2rem;
}.Q_program_details .I_learn_code p {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.95);
}.Q_program_details .I_learn_code .l_reach_query {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.Q_program_details .p_program_route {
    animation-duration: 25s;
}.Q_program_details .I_learn_code {
    padding: 2rem 1.5rem;
}.Q_program_details .I_learn_code h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1rem;
}.Q_program_details .I_learn_code p {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(18px * 0.9);
}.Q_program_details .I_learn_code .l_reach_query {
    font-size: calc(14px * 0.9);
    padding: 0.75rem 1.75rem;
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.Q_program_details .o_learn_business:nth-child(1)::before {
    animation-delay: 0s;
}.Q_program_details .o_learn_business:nth-child(2)::before {
    animation-delay: 2s;
}.Q_program_details .o_learn_business:nth-child(3)::before {
    animation-delay: 4s;
}.Q_program_details .o_learn_business:nth-child(4)::before {
    animation-delay: 6s;
}.Q_program_details .o_learn_business:nth-child(5)::before {
    animation-delay: 8s;
}.Q_program_details .o_learn_business::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.I_pricing_item {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.I_pricing_item::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
}.I_pricing_item .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.I_pricing_item .K_rate_packages {
    position: relative;
}.I_pricing_item h2 {
    opacity: 0;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transform: translateY(20px);
    margin-bottom: 20px;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    position: relative;
    color: #ffffff;
}.I_pricing_item h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    width: 80px;
    background: rgb(217,144,106);
    box-shadow: 0 0 10px rgb(217,144,106,0.5);
    left: 50%;
    height: 3px;
    content: "";
}.I_pricing_item .V_pricing_fees {
    line-height: 1.6;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    opacity: 0;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 50px;
    font-size: calc(16px * 1.1);
    transform: translateY(20px);
    max-width: 800px;
    letter-spacing: 0.3px;
}.I_pricing_item .S_plan_fee {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    list-style: none;
    padding: 0;
    perspective: 1000px;
    display: grid;
}.I_pricing_item .S_plan_fee li {
    transform: translateY(40px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
}.I_pricing_item .S_plan_fee li:nth-child(1) {
    --li-index: 1;
}.I_pricing_item .S_plan_fee li:nth-child(2) {
    --li-index: 2;
}.I_pricing_item .S_plan_fee li:nth-child(3) {
    --li-index: 3;
}.I_pricing_item .S_plan_fee li:nth-child(4) {
    --li-index: 4;
}.I_pricing_item .Q_sub_options {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    height: 100%;
}.I_pricing_item .Q_sub_options:hover {
    transform: translateY(-10px) scale(1.02);
}.I_pricing_item .W_annual_plan {
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    padding: 40px 30px;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.2);
    height: 100%;
    backdrop-filter: blur(10px);
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}.I_pricing_item .Q_sub_options:hover .W_annual_plan {
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
    border-color: rgb(217,144,106,0.5);
}.I_pricing_item .W_annual_plan::before {
    transform: scale(0.8);
    content: "";
    opacity: 0;
    top: -50%;
    height: 200%;
    width: 200%;
    position: absolute;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(217,144,106), 0.05) 0%,
        transparent 70%
    );
    z-index: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}.I_pricing_item .Q_sub_options:hover .W_annual_plan::before {
    opacity: 1;
    transform: scale(1);
}.I_pricing_item .i_fee_package {
    z-index: 2;
    position: relative;
}.I_pricing_item .i_fee_package h4 {
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    font-size: calc(24px * 1.15);
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}.I_pricing_item .Q_sub_options:hover .i_fee_package h4 {
    color: rgb(217,144,106);
    transform: translateY(-5px);
}.I_pricing_item .i_fee_package h4::after {
    background: rgb(217,144,106);
    transition: width 0.4s ease;
    content: "";
    height: 2px;
    bottom: 0;
    width: 50px;
    position: absolute;
    left: 0;
}.I_pricing_item .Q_sub_options:hover .i_fee_package h4::after {
    width: 80px;
}.I_pricing_item .i_fee_package p {
    scrollbar-color: rgb(217,144,106) rgba(255,255,255,0.1);
    max-height: 150px;
    padding-right: 10px;
    line-height: 1.6;
    font-size: 16px;
    scrollbar-width: thin;
    margin-bottom: 25px;
    overflow-y: auto;
    color: rgba(255,255,255,0.8);
}.I_pricing_item .i_fee_package p::-webkit-scrollbar {
    width: 4px;
}.I_pricing_item .i_fee_package p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.I_pricing_item .i_fee_package p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,144,106);
}.I_pricing_item .Z_study_rates {
    position: relative;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    background: linear-gradient(135deg, 
        rgb(217,144,106) 0%, 
        rgb(231,182,154) 100%);
    font-size: calc(24px * 1.5);
    padding: 8px 20px;
    transition: all 0.4s ease;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    overflow: hidden;
}.I_pricing_item .Q_sub_options:hover .Z_study_rates {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}.I_pricing_item .Z_study_rates::before {
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    width: 70%;
}.I_pricing_item .Q_sub_options:hover .Z_study_rates::before {
    left: 200%;
}

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

@media (min-width: 768px) {.I_pricing_item .S_plan_fee {
    grid-template-columns: repeat(2, 1fr);
}.I_pricing_item h2 {
    font-size: calc(35px * 1.1);
}
}

@media (min-width: 992px) {.I_pricing_item {
    padding: 150px 0;
}.I_pricing_item .S_plan_fee {
    grid-template-columns: repeat(4, 1fr);
}.I_pricing_item .W_annual_plan {
    padding: 40px 25px;
}.I_pricing_item h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 1.2);
}.I_pricing_item .V_pricing_fees {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.I_pricing_item {
    padding: 80px 0;
}.I_pricing_item h2 {
    font-size: calc(35px * 0.9);
}.I_pricing_item .V_pricing_fees {
    font-size: 16px;
    margin-bottom: 40px;
}.I_pricing_item .W_annual_plan {
    padding: 30px 20px;
}.I_pricing_item .i_fee_package p {
    max-height: 120px;
}.I_pricing_item .Z_study_rates {
    font-size: calc(24px * 1.2);
    padding: 6px 15px;
}}header {
    overflow: visible;
    background: linear-gradient(to right, rgb(217,144,106) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    width: 100%;
    z-index: 99;
}header::before {
    width: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(231,182,154,0.5) 10px,
        rgb(231,182,154,0.5) 11px
    );
    z-index: -1;
    opacity: 0.1;
    content: '';
    height: 100%;
    position: absolute;
}header .r_page_top {
    padding: 15px;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}header .r_page_top::after {
    position: absolute;
    content: '';
    height: 1px;
    left: 5%;
    bottom: 0;
    box-shadow: 0 0 10px rgb(217,144,106), 0 0 20px rgb(217,144,106,0.5);
    background: linear-gradient(
        90deg,
        transparent,
        rgb(231,182,154),
        rgb(217,144,106),
        rgb(231,182,154),
        transparent
    );
    width: 90%;
}header .r_page_top .C_top_nav {
    z-index: 2;
    position: relative;
    margin-right: 20px;
    padding: 5px 10px;
}header .r_page_top .C_top_nav::before {
    opacity: 0;
    content: '';
    transition: opacity 0.4s ease;
    border: 1px solid rgb(217,144,106,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-shadow: 0 0 15px rgb(217,144,106,0.5);
    left: 0;
    border-radius: 10px;
}header .r_page_top .C_top_nav:hover::before {
    opacity: 1;
}header .r_page_top .C_top_nav .u_nav_train {
    display: block;
    transition: transform 0.3s ease;
}header .r_page_top .C_top_nav:hover .u_nav_train {
    transform: scale(1.05);
}header .r_page_top .C_top_nav .u_nav_train svg {
    width: auto;
    filter: drop-shadow(0 0 5px rgb(217,144,106,0.5));
    height: 45px;
}header .r_page_top .U_head_core {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-radius: 10px;
    margin: 0;
    padding: 15px 20px;
}header .r_page_top .U_head_core::before {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.2;
    content: '';
    border-radius: 10px;
    left: 0;
    height: 100%;
    background: radial-gradient(
        ellipse at center,
        rgb(217,144,106,0.5) 0%,
        transparent 70%
    );
}header .r_page_top .U_head_core .e_head_mainbar {
    margin: 0;
    position: relative;
}header .r_page_top .U_head_core .e_head_mainbar::after {
    height: 2px;
    position: absolute;
    bottom: -5px;
    width: 0;
    background: rgb(231,182,154);
    box-shadow: 0 0 8px rgb(231,182,154);
    content: '';
    left: 50%;
    transition: width 0.3s ease, left 0.3s ease;
}header .r_page_top .U_head_core .e_head_mainbar:hover::after {
    left: 10%;
    width: 80%;
}header .r_page_top .U_head_core .e_head_mainbar a {
    display: block;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    padding: 10px 15px;
}header .r_page_top .U_head_core .e_head_mainbar:hover a {
    color: rgb(231,182,154);
    text-shadow: 0 0 5px rgb(231,182,154,0.5);
}

@media (max-width: 992px) {header .r_page_top {
    flex-direction: column;
}header .r_page_top .C_top_nav {
    margin: 0 0 15px 0;
    align-self: center;
}header .r_page_top .U_head_core {
    width: 100%;
    justify-content: center;
}header .r_page_top .U_head_core .e_head_mainbar a {
    font-size: calc(18px - 1px);
    padding: 10px 15px;
}}.S_location_details {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(244,219,201) 0%, rgb(231,182,154,0.5) 100%);
}.S_location_details::before {
    top: 0;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(217,144,106,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(231,182,154,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.S_location_details::after {
    z-index: 0;
    animation: backgroundMove 30s linear infinite;
    top: 0;
    width: 100%;
    background-size: 100px 100px;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(231,182,154,0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(231,182,154,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(231,182,154,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(231,182,154,0.5) 75%);
    content: "";
    opacity: 0.05;
    height: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 150px, 150px 50px, 50px 100px;
    }
}

.S_location_details .container {
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 29px;
    z-index: 1;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}.S_location_details .x_join_us {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    backdrop-filter: blur(5px);
}.S_location_details .a_edu_askus {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    padding: 30px;
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
}.S_location_details .a_edu_askus::before {
    width: 200%;
    pointer-events: none;
    height: 200%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    animation: shimmer 10s linear infinite;
    top: -50%;
    left: -50%;
    transform: rotate(45deg);
}@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

.S_location_details .a_edu_askus:hover {
    border-color: rgb(231,182,154,0.5);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.S_location_details .a_edu_askus h2 {
    color: rgb(231,182,154);
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}.S_location_details .a_edu_askus h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    width: 50px;
    background: rgb(231,182,154);
    height: 3px;
    content: "";
}.S_location_details .z_request_feedback {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: calc(17px * 1.2);
    color: #ffffff;
}.S_location_details .B_get_contactinfo {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}.S_location_details .a_edu_askus p {
    line-height: 1.5;
    display: flex;
    font-size: 17px;
    margin-bottom: 15px;
    align-items: center;
    color: #000000;
}.S_location_details .a_edu_askus p span {
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
}.S_location_details .x_edu_form {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
}.S_location_details .x_edu_form::before {
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: "";
    top: 0;
    background: linear-gradient(135deg, transparent, rgba(rgb(231,182,154,0.5), 0.1));
    left: 0;
    width: 100%;
}.S_location_details .x_edu_form h3 {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}.S_location_details .T_support_info {
    gap: 10px;
    flex-direction: column;
    display: flex;
}.S_location_details .T_support_info span {
    transition: all 0.3s ease;
    padding: 8px 0;
    color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
}.S_location_details .T_support_info span:hover {
    color: #ffffff;
    transform: translateX(5px);
    border-bottom-color: rgb(231,182,154);
}.S_location_details .a_edu_askus .E_product_photo {
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 29px;
    position: relative;
}.S_location_details .a_edu_askus .E_product_photo::after {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(231,182,154,0.5) 100%);
    top: 0;
    transition: all 0.3s ease;
    content: "";
}.S_location_details .a_edu_askus .E_product_photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}.S_location_details .a_edu_askus .E_product_photo:hover::after {
    opacity: 0.2;
}.S_location_details .o_contact_details {
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-direction: column;
}.S_location_details .o_contact_details a {
    overflow: hidden;
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-left: 3px solid transparent;
    text-decoration: none;
    flex-direction: column;
    border-radius: 10px;
    transition: all 0.3s ease;
}.S_location_details .o_contact_details a::before {
    transition: height 0.3s ease;
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    height: 0%;
    background: rgb(231,182,154);
    top: 0;
}.S_location_details .o_contact_details a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: rgb(231,182,154);
    transform: translateX(5px);
}.S_location_details .o_contact_details a:hover::before {
    height: 100%;
}.S_location_details .o_contact_details a span {
    color: rgb(217,144,106);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}.S_location_details .o_contact_details a p {
    margin: 0;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
}.S_location_details .o_contact_details a:hover p {
    color: rgb(231,182,154);
}.S_location_details svg {
    fill: rgb(217,144,106);
    transition: all 0.3s ease;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.S_location_details svg path {
    fill: rgb(217,144,106);
    transition: all 0.3s ease;
}.S_location_details .o_contact_details a:hover svg,
.S_location_details .o_contact_details a:hover svg path {
    fill: rgb(231,182,154);
}.S_location_details .a_edu_askus p:hover svg,
.S_location_details .a_edu_askus p:hover svg path {
    fill: rgb(231,182,154);
}

@media screen and (max-width: 1024px) {.S_location_details {
    padding: 60px 0;
}.S_location_details .x_join_us {
    grid-template-columns: 1fr 1fr;
}.S_location_details .a_edu_askus:nth-child(1) {
    grid-column: 1 / 3;
}
}

@media screen and (max-width: 768px) {.S_location_details {
    padding: 40px 0;
}.S_location_details .a_edu_askus .E_product_photo {
    height: 280px;
}.S_location_details .x_join_us {
    grid-template-columns: 1fr;
}.S_location_details .a_edu_askus:nth-child(1) {
    grid-column: auto;
}.S_location_details .a_edu_askus {
    padding: 20px;
}.S_location_details .a_edu_askus h2 {
    font-size: calc(30px * 0.9);
}.S_location_details .x_edu_form {
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.S_location_details {
    padding: 30px 0;
}.S_location_details .container {
    padding: 10px;
}.S_location_details .x_join_us {
    gap: 20px;
}.S_location_details .a_edu_askus h2::after {
    width: 40px;
}.S_location_details .o_contact_details a {
    padding: 12px;
}.S_location_details .T_support_info span {
    font-size: calc(17px * 0.9);
}}.d_cookieNotificationPanel {
    padding: 20px 0;
    z-index: 90;
    bottom: 0;
    position: fixed;
    background: rgb(217,144,106);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(217,144,106);
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#u_cookie_alert_banner {
    display: none;
}#u_cookie_alert_banner:checked ~ .d_cookieNotificationPanel {
    opacity: 0;
    visibility: hidden;
}.p_track_manage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 5%;
}.d_cookieNotificationPanel h5 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    color: #ffffff;
}.d_cookieNotificationPanel p {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 14px;
}.E_user_dialog {
    display: flex;
    filter: drop-shadow(0 0 10px rgb(231,182,154));
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    flex-shrink: 0;
}.E_user_dialog svg {
    width: 80px;
    fill: rgb(231,182,154);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.E_user_dialog:hover svg {
    transform: scale(1.1);
}.K_cookie_explained {
    margin-left: 10px;
    color: #000000;
    white-space: nowrap;
    min-width: 140px;
    font-size: 20px;
    line-height: 40px;
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106));
    flex-shrink: 0;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0 15px rgb(231,182,154);
}.K_cookie_explained:hover {
    box-shadow: 0 0 20px rgb(217,144,106);
}.cookie_button.Q_user_choices {
    border: 2px solid rgb(217,144,106);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.Q_user_choices:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(217,144,106);
}.d_cookieNotificationPanel p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(231,182,154);
}.d_cookieNotificationPanel p a:hover {
    color: rgb(217,144,106);
}
@media only screen and (max-width: 1200px) {.d_cookieNotificationPanel {
    padding: 15px 0;
}.p_track_manage {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.E_user_dialog {
    display: none;
}.p_track_manage {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.d_cookieNotificationPanel h5 {
    font-size: 18px;
    margin-bottom: 5px;
}.Y_digital_consent {
    margin-bottom: 15px;
}.K_cookie_explained {
    margin: 10px 0;
    min-width: 100%;
}}
.e_title_section {
    justify-content: center;
    width: 100%;
    position: relative;
    background: rgb(244,219,201);
    align-items: center;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
}.e_title_section > div {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 2rem;
    max-width: 1200px;
}.e_title_section .z_learn_roots {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin-bottom: 2rem;
}.e_title_section .f_learn_top {
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    position: relative;
    font-size: 39px;
    padding: 1.5rem 0;
    transition: transform 0.5s ease;
    color: rgb(231,182,154);
    font-weight: 700;
}.e_title_section .f_learn_top::before {
    transition: transform 0.5s ease;
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106));
    height: 4px;
    left: 0;
    bottom: 0;
}.e_title_section .f_learn_top::after {
    background: linear-gradient(90deg, transparent, rgb(217,144,106,0.5), transparent);
    content: "";
    position: absolute;
    right: 0;
    width: 40%;
    height: 1px;
    top: 0;
}.e_title_section .l_start_learn {
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease;
    padding: 2.5rem;
}.e_title_section .l_start_learn::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(231,182,154,0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.85;
    z-index: -1;
    top: 0;
}.e_title_section .l_start_learn::after {
    left: -50%;
    animation: pulse 10s infinite alternate;
    top: -50%;
    opacity: 0.2;
    position: absolute;
    height: 200%;
    width: 200%;
    content: "";
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}.e_title_section .l_start_learn > div {
    transform: translateZ(30px);
    z-index: 2;
    position: relative;
}.e_title_section .l_start_learn p {
    position: relative;
    border-left: 3px solid rgb(217,144,106);
    color: #ffffff;
    font-size: calc(12px * 1.2);
    max-width: 80%;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
}.e_title_section .l_start_learn h3 {
    color: #ffffff;
    padding-right: 2rem;
    margin-top: 2rem;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    font-size: 22px;
}.e_title_section .l_start_learn h3::after {
    width: 60px;
    right: 0;
    height: 3px;
    position: absolute;
    transition: transform 0.4s ease;
    content: "";
    transform: scaleX(1);
    bottom: -12px;
    background: rgb(217,144,106);
    transform-origin: right;
}@keyframes pulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.05);
  }
}

.e_title_section:hover .l_start_learn {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.e_title_section:hover .f_learn_top {
    transform: translateZ(30px);
}.e_title_section:hover .f_learn_top::before {
    transform: scaleX(1.2);
}.e_title_section:hover .l_start_learn h3::after {
    transform: scaleX(1.5);
}

@media (max-width: 992px) {.e_title_section {
    min-height: 80vh;
}.e_title_section > div {
    padding: 1.5rem;
}.e_title_section .f_learn_top {
    font-size: calc(39px * 0.85);
}.e_title_section .l_start_learn {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.e_title_section .l_start_learn p {
    max-width: 90%;
    font-size: 12px;
}.e_title_section .l_start_learn h3 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 768px) {.e_title_section {
    padding: 4rem 0;
    min-height: auto;
}.e_title_section .f_learn_top {
    font-size: calc(39px * 0.7);
    padding: 1rem 0;
}.e_title_section .z_learn_roots {
    margin-bottom: 1.5rem;
}.e_title_section .l_start_learn {
    padding: 1.5rem;
    transform: none;
}.e_title_section .l_start_learn p {
    max-width: 100%;
    padding-left: 0.75rem;
}.e_title_section .l_start_learn h3 {
    padding-right: 0;
    font-size: calc(22px * 0.8);
}.e_title_section .l_start_learn h3::after {
    width: 40px;
}
}

@media (max-width: 576px) {.e_title_section > div {
    padding: 1rem;
}.e_title_section .f_learn_top {
    font-size: calc(39px * 0.6);
}.e_title_section .l_start_learn {
    padding: 1.25rem;
}.e_title_section .l_start_learn p {
    font-size: calc(12px * 0.9);
}.e_title_section .l_start_learn h3 {
    margin-top: 1.5rem;
    font-size: calc(22px * 0.7);
}}.a_gratefulPage {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,219,201) 0%, rgb(217,144,106,0.5) 100%);
}.a_gratefulPage::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(231,182,154,0.5) 0px,
        rgb(231,182,154,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    opacity: 0.1;
    transform: perspective(1000px) rotateX(5deg);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}.a_gratefulPage::after {
    transform: rotate(15deg);
    border-radius: 100px;
    position: absolute;
    right: -50px;
    content: "";
    animation: float 15s ease-in-out infinite;
    background: rgb(231,182,154);
    opacity: 0.1;
    width: 300px;
    bottom: -50px;
    z-index: 0;
    height: 300px;
}.a_gratefulPage .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
}.a_gratefulPage h2 {
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-size: 36px;
    margin-bottom: 40px;
    transform: translateZ(20px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}.a_gratefulPage h2::after {
    transform: translateZ(30px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    animation: pulse 3s infinite alternate;
    position: absolute;
    height: 4px;
    background: rgb(231,182,154);
    left: 0;
    content: "";
    width: 80px;
    bottom: -15px;
}.a_gratefulPage .O_edu_philosophy {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    overflow: hidden;
    padding: 40px;
    position: relative;
    border-radius: 8px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
}.a_gratefulPage .O_edu_philosophy::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 6px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(231,182,154) 0%, rgb(217,144,106) 100%);
}.a_gratefulPage .O_edu_philosophy:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.a_gratefulPage ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.a_gratefulPage li {
    padding-left: 25px;
    position: relative;
}.a_gratefulPage li::before {
    transform: rotate(45deg);
    left: 0;
    top: 8px;
    content: "";
    position: absolute;
    background: rgb(231,182,154);
    animation: spin 12s linear infinite;
    height: 8px;
    width: 8px;
}.a_gratefulPage span {
    font-family: Arial, sans-serif;
    font-size: 17px;
    display: block;
    position: relative;
    z-index: 2;
    color: #000000;
    line-height: 1.7;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.a_gratefulPage {
    padding: 90px 0;
}.a_gratefulPage h2 {
    font-size: calc(36px * 0.9);
}.a_gratefulPage .O_edu_philosophy {
    padding: 30px;
}
}

@media (max-width: 768px) {.a_gratefulPage {
    padding: 70px 0;
}.a_gratefulPage h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.a_gratefulPage h2::after {
    width: 60px;
}.a_gratefulPage .O_edu_philosophy {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.a_gratefulPage span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.a_gratefulPage {
    padding: 50px 0;
}.a_gratefulPage h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.a_gratefulPage h2::after {
    width: 50px;
    height: 3px;
}.a_gratefulPage .O_edu_philosophy {
    transform: none;
    padding: 20px;
}.a_gratefulPage li {
    padding-left: 20px;
}.a_gratefulPage span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.T_contact_panel {
    background: linear-gradient(135deg, rgb(244,219,201) 0%, rgba(16, 22, 47, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.T_contact_panel::before {
    background-size: 20px 20px, 20px 20px;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(231,182,154), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(217,144,106), 0.04) 50%, transparent 100%);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    animation: gridMove 20s linear infinite;
}.T_contact_panel::after {
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(231,182,154), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(217,144,106), 0.15) 0%, 
        transparent 50%
    );
    content: "";
    left: 0;
    opacity: 0.6;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.T_contact_panel .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.T_contact_panel h2 {
    position: relative;
    font-size: 35px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}.T_contact_panel h2::after {
    left: 50%;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    border-radius: 1.5px;
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106));
    position: absolute;
}.T_contact_panel .n_request_section {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}.T_contact_panel .n_request_section::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    border-radius: 11px;
    top: -8px;
    left: -8px;
    width: 100%;
    border: 1px solid rgba(rgb(231,182,154), 0.2);
}.T_contact_panel .n_request_section::after {
    bottom: -8px;
    height: 100%;
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(rgb(217,144,106), 0.2);
    border-radius: 11px;
    width: 100%;
    right: -8px;
    content: "";
}.T_contact_panel .E_product_photo {
    position: relative;
    min-height: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow: hidden;
    border-radius: 11px;
}.T_contact_panel .E_product_photo::before {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}.T_contact_panel .E_product_photo::after {
    height: 60px;
    width: 60px;
    position: absolute;
    border-right: 2px solid rgba(rgb(231,182,154), 0.6);
    border-top: 2px solid rgba(rgb(231,182,154), 0.6);
    z-index: 2;
    right: 20px;
    top: 20px;
    content: "";
}.T_contact_panel .Q_query_block {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 11px;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.03);
}.T_contact_panel .Q_query_block::before {
    position: absolute;
    left: 20px;
    height: 60px;
    content: "";
    border-left: 2px solid rgba(rgb(217,144,106), 0.6);
    width: 60px;
    border-bottom: 2px solid rgba(rgb(217,144,106), 0.6);
    bottom: 20px;
}.T_contact_panel form {
    width: 100%;
}.T_contact_panel form h3 {
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 20px;
    color: #ffffff;
    position: relative;
    font-size: 21px;
    font-family: Arial, sans-serif;
}.T_contact_panel form h3::before {
    height: 100%;
    border-radius: 10px;
    content: "";
    background: rgb(231,182,154);
    left: 0;
    top: 0;
    width: 3px;
    position: absolute;
}.T_contact_panel form input[type="text"] {
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 18px 25px;
    margin-bottom: 25px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}.T_contact_panel form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(231,182,154), 0.2);
    border-color: rgb(231,182,154);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
}.T_contact_panel form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.T_contact_panel .f_support_feedback {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.T_contact_panel .f_support_feedback input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.T_contact_panel .f_support_feedback label {
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}.T_contact_panel .f_support_feedback label::before {
    border-radius: 10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    width: 22px;
    left: 0;
    height: 22px;
    top: 2px;
    content: "";
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.T_contact_panel .f_support_feedback input[type="checkbox"]:checked + label::before {
    border-color: rgb(231,182,154);
    background: rgb(231,182,154);
}.T_contact_panel .f_support_feedback input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    top: 6px;
    border-right: 2px solid #ffffff;
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 10px;
    left: 8px;
    position: absolute;
}.T_contact_panel .f_support_feedback label a {
    font-weight: 600;
    position: relative;
    color: rgb(231,182,154);
    text-decoration: none;
    transition: all 0.3s ease;
}.T_contact_panel .f_support_feedback label a:hover {
    color: rgb(217,144,106);
}.T_contact_panel form .l_reach_query {
    background: linear-gradient(45deg, rgb(231,182,154), rgb(217,144,106));
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 16px 40px;
    font-weight: 600;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 15px;
}.T_contact_panel form .l_reach_query::before {
    left: -100%;
    background: linear-gradient(45deg, rgb(217,144,106), rgb(231,182,154));
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    transition: all 0.4s ease;
}.T_contact_panel form .l_reach_query:hover::before {
    left: 0;
}.T_contact_panel form .l_reach_query:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.T_contact_panel svg {
    fill: rgb(231,182,154);
    height: 22px;
    width: 22px;
}.T_contact_panel svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,182,154);
}

@media screen and (max-width: 991px) {.T_contact_panel {
    padding: 90px 0;
}.T_contact_panel .n_request_section {
    gap: 40px;
    grid-template-columns: 1fr;
}.T_contact_panel .E_product_photo {
    min-height: 400px;
}.T_contact_panel .Q_query_block {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.T_contact_panel {
    padding: 70px 0;
}.T_contact_panel h2 {
    font-size: calc(35px * 0.9);
}.T_contact_panel .E_product_photo {
    min-height: 350px;
}.T_contact_panel .E_product_photo::after,
    .T_contact_panel .Q_query_block::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.T_contact_panel {
    padding: 50px 0;
}.T_contact_panel h2 {
    font-size: calc(35px * 0.8);
}.T_contact_panel .n_request_section {
    margin-top: 40px;
}.T_contact_panel .E_product_photo {
    min-height: 250px;
}.T_contact_panel .Q_query_block {
    padding: 30px 20px;
}.T_contact_panel form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.T_contact_panel form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.T_contact_panel form .l_reach_query {
    width: 100%;
    padding: 15px 20px;
}}.q_course_candidates {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background-size: 60px 60px;
    color: #ffffff;
    background-color: #000000;
}.q_course_candidates::before {
    animation: rotateBackground 60s linear infinite;
    position: absolute;
    top: -50%;
    height: 200%;
    left: -50%;
    pointer-events: none;
    content: '';
    width: 200%;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(231,182,154,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(217,144,106,0.5) 0%, transparent 25%);
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.q_course_candidates::after {
    top: 0;
    content: '';
    pointer-events: none;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
}.q_course_candidates .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.q_course_candidates .O_edu_philosophy {
    padding: 0;
    overflow: visible;
    position: relative;
}.q_course_candidates h4 {
    font-size: calc(35px * 1.2);
    margin: 0 0 70px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    color: #ffffff;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgb(231,182,154,0.5), 0 0 30px rgb(231,182,154,0.5);
}.q_course_candidates h4::before {
    left: 50%;
    box-shadow: 0 0 10px 2px rgb(231,182,154);
    bottom: 0;
    content: '';
    background: rgb(231,182,154);
    height: 3px;
    transform: translateX(-50%);
    width: 120px;
    position: absolute;
}.q_course_candidates h4::after {
    bottom: -5px;
    height: 1px;
    left: 50%;
    width: 200px;
    background: rgb(217,144,106,0.5);
    content: '';
    position: absolute;
    transform: translateX(-50%);
}.q_course_candidates div > div {
    gap: 30px;
    display: grid;
    margin: 0 -50px;
    perspective: 1500px;
    grid-template-columns: repeat(3, 1fr);
}.q_course_candidates p {
    align-items: flex-start;
    display: flex;
    box-shadow: 
        0 0 20px rgb(231,182,154,0.5),
        inset 0 0 10px rgb(231,182,154,0.5);
    overflow: visible;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    line-height: 1.7;
    font-size: calc(15px * 1.05);
    border-radius: 0;
    padding: 30px 35px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    margin: 0;
    border: 1px solid rgb(231,182,154,0.5);
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.q_course_candidates p::before {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    bottom: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    height: 30px;
    position: absolute;
    background: rgb(231,182,154);
    right: 0;
    width: 30px;
    content: '';
}.q_course_candidates p::after {
    content: attr(data-number);
    opacity: 0.15;
    right: 25px;
    font-size: calc(43px * 1.2);
    position: absolute;
    font-weight: 700;
    z-index: -1;
    transition: all 0.3s ease;
    color: rgb(217,144,106);
    top: -15px;
}.q_course_candidates p:nth-child(1)::after {
    content: '01';
}.q_course_candidates p:nth-child(2)::after {
    content: '02';
}.q_course_candidates p:nth-child(3)::after {
    content: '03';
}.q_course_candidates p:nth-child(4)::after {
    content: '04';
}.q_course_candidates p:nth-child(5)::after {
    content: '05';
}.q_course_candidates p:nth-child(6)::after {
    content: '06';
}.q_course_candidates p:nth-child(7)::after {
    content: '07';
}.q_course_candidates p:nth-child(8)::after {
    content: '08';
}.q_course_candidates p:nth-child(9)::after {
    content: '09';
}.q_course_candidates p:nth-child(10)::after {
    content: '10';
}.q_course_candidates p:hover {
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(231,182,154);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(231,182,154,0.5),
        inset 0 0 15px rgb(231,182,154);
}.q_course_candidates p:hover::before {
    opacity: 1;
}.q_course_candidates p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}.q_course_candidates p:nth-child(3n+1) {
    transform: translateX(-30px);
}.q_course_candidates p:nth-child(3n+3) {
    transform: translateX(30px);
}.q_course_candidates p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.q_course_candidates p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.q_course_candidates p svg {
    flex-shrink: 0;
    margin-right: 20px;
    width: 36px;
    height: 36px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 8px rgb(231,182,154,0.5));
}.q_course_candidates p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.q_course_candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,182,154);
}.q_course_candidates p:hover svg path {
    fill: rgb(217,144,106);
}.q_course_candidates .O_edu_philosophy::before {
    filter: blur(2px);
    animation: rotateMesh 30s linear infinite;
    position: absolute;
    left: -100px;
    content: '';
    border-radius: 50%;
    width: 200px;
    top: -70px;
    opacity: 0.2;
    height: 200px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(217,144,106) 49%, rgb(217,144,106) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(217,144,106) 49%, rgb(217,144,106) 51%, transparent 52%) 0 0/20px 20px;
}.q_course_candidates .O_edu_philosophy::after {
    right: -70px;
    animation: rotateMesh 30s linear infinite reverse;
    height: 150px;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(231,182,154) 49%, rgb(231,182,154) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(231,182,154) 49%, rgb(231,182,154) 51%, transparent 52%) 0 0/15px 15px;
    bottom: -70px;
    filter: blur(2px);
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.q_course_candidates div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.q_course_candidates {
    padding: 80px 0;
}.q_course_candidates h4 {
    font-size: calc(35px * 1.1);
    margin-bottom: 60px;
}.q_course_candidates div > div {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
}.q_course_candidates p {
    padding: 25px 30px;
}.q_course_candidates p svg {
    width: 32px;
    margin-right: 15px;
    height: 32px;
}.q_course_candidates p:nth-child(3n+1),
    .q_course_candidates p:nth-child(3n+3) {
    transform: none;
}.q_course_candidates p:nth-child(odd) {
    transform: translateX(-20px);
}.q_course_candidates p:nth-child(even) {
    transform: translateX(20px);
}.q_course_candidates p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.q_course_candidates p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.q_course_candidates {
    padding: 70px 0;
}.q_course_candidates h4 {
    letter-spacing: 2px;
    font-size: 35px;
    margin-bottom: 50px;
}.q_course_candidates div > div {
    margin: 0;
    grid-template-columns: 1fr;
    gap: 25px;
}.q_course_candidates p {
    padding: 25px;
    transform: none !important;
}.q_course_candidates p:hover {
    transform: translateY(-10px) !important;
}.q_course_candidates .O_edu_philosophy::before {
    top: -50px;
    left: -60px;
    height: 120px;
    width: 120px;
}.q_course_candidates .O_edu_philosophy::after {
    right: -50px;
    width: 100px;
    height: 100px;
    bottom: -50px;
}
}

@media (max-width: 480px) {.q_course_candidates {
    padding: 60px 0;
}.q_course_candidates h4 {
    font-size: calc(35px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 40px;
}.q_course_candidates p {
    padding: 20px;
    font-size: 15px;
}.q_course_candidates p svg {
    margin-right: 12px;
    height: 28px;
    width: 28px;
}.q_course_candidates p::after {
    right: 15px;
    font-size: 43px;
    top: -10px;
}
}