﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1158px;
    max-width: 100%;
}

section {
    background-color: rgb(224,217,193);
}
.ctf-wrapper-padding {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
header,footer {
    width: 100%;
}
.footer {
    flex: 0 0 auto;
}
.xgR-site-study {
    flex: 1 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Lato, sans-serif;
    color: #000000;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.eCy-about-this {
    position: relative;
    background-color: rgb(224,217,193);
    padding: 120px 0;
    overflow: hidden;
}

.eCy-about-this::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(186,176,169,0.5) 0%, transparent 50%, rgb(143,130,128,0.5) 100%);
    z-index: 1;
}

.eCy-about-this::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(186,176,169,0.5) 0%, transparent 40%);
    z-index: 2;
}

.eCy-about-this .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.eCy-about-this h2 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.eCy-about-this h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(186,176,169), rgb(143,130,128));
    border-radius: 10px;
}

.eCy-about-this h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, rgb(143,130,128), rgb(186,176,169));
    border-radius: 10px;
    animation: pulse 3s infinite;
}

.eCy-about-this .Ojd-path-creators {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
}

.eCy-about-this .Ojd-path-creators::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(186,176,169,0.5), rgb(143,130,128,0.5), transparent);
}

.eCy-about-this .MRU-knowledge-hub {
    position: relative;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 2;
}

.eCy-about-this .MRU-knowledge-hub:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.eCy-about-this .MRU-knowledge-hub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(186,176,169), rgb(143,130,128));
}

.eCy-about-this .MRU-knowledge-hub::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 30%;
    background: radial-gradient(circle at bottom right, rgb(186,176,169,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.eCy-about-this .MRU-knowledge-hub:hover::after {
    opacity: 1;
}

.eCy-about-this .MRU-knowledge-hub:first-child::before {
    background: linear-gradient(90deg, rgb(186,176,169), rgb(143,130,128));
}

.eCy-about-this .MRU-knowledge-hub:last-child::before {
    background: linear-gradient(90deg, rgb(143,130,128), rgb(186,176,169));
}

.eCy-about-this .MRU-knowledge-hub h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.eCy-about-this .MRU-knowledge-hub h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: rgb(186,176,169);
    border-radius: 50%;
}

.eCy-about-this .MRU-knowledge-hub:first-child h3::before {
    background-color: rgb(186,176,169);
}

.eCy-about-this .MRU-knowledge-hub:last-child h3::before {
    background-color: rgb(143,130,128);
}

.eCy-about-this .MRU-knowledge-hub p {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
}

.eCy-about-this .MRU-knowledge-hub p::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(186,176,169);
}

.eCy-about-this .MRU-knowledge-hub:last-child p::first-letter {
    color: rgb(143,130,128);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.eCy-about-this .container::before,
.eCy-about-this .container::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(186,176,169,0.5);
    filter: blur(60px);
    z-index: -1;
}

.eCy-about-this .container::before {
    top: -100px;
    left: -100px;
    animation: float 15s ease-in-out infinite;
}

.eCy-about-this .container::after {
    bottom: -100px;
    right: -100px;
    background: rgb(143,130,128,0.5);
    animation: float 20s ease-in-out infinite reverse;
}

.eCy-about-this::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(186,176,169,0.5) 45%, rgb(186,176,169,0.5) 55%, transparent 55%);
    background-size: 30px 30px;
    opacity: 0.3;
    z-index: 1;
}

.eCy-about-this .MRU-knowledge-hub:hover h3 {
    color: rgb(186,176,169);
    transition: color 0.3s ease;
}

.eCy-about-this .MRU-knowledge-hub:last-child:hover h3 {
    color: rgb(143,130,128);
}

.eCy-about-this .MRU-knowledge-hub:hover::before {
    background-size: 200% 200%;
    animation: gradient-shift 3s linear infinite;
}

@media (max-width: 991px) {
    .eCy-about-this {
        padding: 80px 0;
    }
    
    .eCy-about-this h2 {
        margin-bottom: 40px;
    }
    
    .eCy-about-this .Ojd-path-creators {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .eCy-about-this .Ojd-path-creators::before {
        display: none;
    }
    
    .eCy-about-this .MRU-knowledge-hub {
        padding: 30px;
    }
    
    .eCy-about-this .container::before,
    .eCy-about-this .container::after {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .eCy-about-this {
        padding: 60px 0;
    }
    
    .eCy-about-this h2 {
        margin-bottom: 30px;
        font-size: calc(31px * 0.9);
    }
    
    .eCy-about-this h2::before {
        width: 60px;
    }
    
    .eCy-about-this h2::after {
        width: 30px;
    }
    
    .eCy-about-this .MRU-knowledge-hub {
        padding: 25px;
    }
    
    .eCy-about-this .MRU-knowledge-hub h3 {
        font-size: calc(18px * 0.9);
        margin-bottom: 15px;
    }
    
    .eCy-about-this .MRU-knowledge-hub p {
        font-size: calc(16px * 0.95);
    }
    
    .eCy-about-this .container::before,
    .eCy-about-this .container::after {
        width: 100px;
        height: 100px;
        filter: blur(40px);
    }
}

@media (max-width: 480px) {
    .eCy-about-this {
        padding: 40px 0;
    }
    
    .eCy-about-this h2 {
        margin-bottom: 25px;
        font-size: calc(31px * 0.8);
        padding-bottom: 15px;
    }
    
    .eCy-about-this h2::before {
        width: 50px;
        height: 2px;
    }
    
    .eCy-about-this h2::after {
        width: 25px;
        height: 2px;
        bottom: -3px;
    }
    
    .eCy-about-this .MRU-knowledge-hub {
        padding: 20px;
    }
    
    .eCy-about-this .MRU-knowledge-hub h3 {
        font-size: calc(18px * 0.85);
        margin-bottom: 12px;
        padding-left: 15px;
    }
    
    .eCy-about-this .MRU-knowledge-hub h3::before {
        width: 6px;
        height: 6px;
    }
    
    .eCy-about-this .MRU-knowledge-hub p {
        font-size: calc(16px * 0.9);
    }
    
    .eCy-about-this .MRU-knowledge-hub::before {
        height: 3px;
    }
    
    .eCy-about-this .container::before,
    .eCy-about-this .container::after {
        width: 80px;
        height: 80px;
        filter: blur(30px);
    }
}.rJk-header-primary {
    background: linear-gradient(45deg, rgb(186,176,169,0.5), rgb(143,130,128,0.5));
    position: relative;
    overflow: hidden;
}
.rJk-header-primary::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(143,130,128,0.5) 0%, transparent 70%);
}
.rJk-header-primary .container {
    position: relative;
    z-index: 1;
}
.rJk-header-primary .cFm-top-prime {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 19px;
    transition: all 0.3s ease;
}
.rJk-header-primary .lbh-top-section {
    order: 1;
    margin-bottom: 15px;
}
.rJk-header-primary .WRI-main-pagewrap {
    display: block;
    transition: transform 0.3s ease;
}
.rJk-header-primary .WRI-main-pagewrap svg,
.rJk-header-primary .WRI-main-pagewrap img {
    width: 80px;
    height: 80px;
    fill: #ffffff;
}
.rJk-header-primary .WRI-main-pagewrap svg text {
    fill: #ffffff;
}
.rJk-header-primary .fSm-nav-tutor {
    order: 2;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
}
.rJk-header-primary .tgY-main-tutor {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.rJk-header-primary .tgY-main-tutor a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 5px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}
.rJk-header-primary .tgY-main-tutor a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(143,130,128), transparent);
    transition: left 0.3s ease;
}
.rJk-header-primary .tgY-main-tutor a:hover::before {
    left: 100%;
}
@media only screen and (min-width: 800px) {
    .rJk-header-primary .cFm-top-prime {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .rJk-header-primary .lbh-top-section {
        order: 1;
        margin-bottom: 0;
    }
    .rJk-header-primary .fSm-nav-tutor {
        order: 2;
        text-align: left;
        margin-bottom: 0;
        border: none;
        width: auto;
    }
    .rJk-header-primary .tgY-main-tutor {
        order: 3;
        width: auto;
    }
}
@media only screen and (max-width: 799px) {
    .rJk-header-primary .tgY-main-tutor {
        flex-direction: column;
    }
    .rJk-header-primary .tgY-main-tutor a {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ffffff;
    }
    .rJk-header-primary .tgY-main-tutor a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .rJk-header-primary::before,
    .rJk-header-primary .cFm-top-prime,
    .rJk-header-primary .WRI-main-pagewrap,
    .rJk-header-primary .tgY-main-tutor a::before {
        animation: none;
        transition: none;
    }
}.nmJ-mentorship-experience {
    padding-top: 80px;
    padding-bottom: 80px;
}

.nmJ-mentorship-experience .JfM-student-perspectives .name {
    color: rgb(143,130,128);
}

.nmJ-mentorship-experience .JfM-student-perspectives span {
    color: rgb(186,176,169);
}

.nmJ-mentorship-experience .cQJ-learn-mastery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nmJ-mentorship-experience .JfM-student-perspectives {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.nmJ-mentorship-experience .ysT-img-wrap {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.nmJ-mentorship-experience .JfM-student-perspectives .name {
    font-size: 19px;
    margin-bottom: 8px;
}

.nmJ-mentorship-experience .JfM-student-perspectives span {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 14px;
}

.nmJ-mentorship-experience .JfM-student-perspectives .dDx-experience-area {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .nmJ-mentorship-experience .JfM-student-perspectives {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .nmJ-mentorship-experience .cQJ-learn-mastery {
        flex-direction: column;
    }

    .nmJ-mentorship-experience .JfM-student-perspectives {
        max-width: unset;
        width: 100%;
    }

    .nmJ-mentorship-experience {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.ctf-wrapper-padding .nmJ-mentorship-experience {
    position: relative;
}

.ctf-wrapper-padding .nmJ-mentorship-experience::after {
    content: "";
    width: 100%;
    height: 260px;
    background: rgb(186,176,169);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.ctf-wrapper-padding .nmJ-mentorship-experience .cQJ-learn-mastery {
    position: relative;
    z-index: 1;
    justify-content: center;
}

.ctf-wrapper-padding .nmJ-mentorship-experience .JfM-student-perspectives {
    max-width: unset;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

}

.ctf-wrapper-padding .nmJ-mentorship-experience .ysT-img-wrap {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 10px solid #ffffff;
}

.ctf-wrapper-padding .pHa-work-container {
    display: flex;
    flex-direction: column;
}

.ctf-wrapper-padding .nmJ-mentorship-experience .JfM-student-perspectives .name {
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    color: #000000;
}

.ctf-wrapper-padding .nmJ-mentorship-experience .JfM-student-perspectives span {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #000000;
}

.ctf-wrapper-padding .nmJ-mentorship-experience .JfM-student-perspectives .dDx-experience-area {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}

@media only screen and (max-width: 800px) {
    .ctf-wrapper-padding .nmJ-mentorship-experience .JfM-student-perspectives {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .ctf-wrapper-padding .pHa-work-container {
        width: 100%;
    }

    .ctf-wrapper-padding .nmJ-mentorship-experience .ysT-img-wrap {
        width: 300px;
        height: 300px;
        margin: 20px;
    }

    .ctf-wrapper-padding .nmJ-mentorship-experience::after {
        height: 230px;
    }

}.qHg-connect-form {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.qHg-connect-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(143,130,128) 0%, rgb(186,176,169) 100%);
    opacity: 0.9;
    z-index: 0;
}

.qHg-connect-form .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}

.qHg-connect-form .OWT-query-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.qHg-connect-form .Kfq-message-request {
    background: rgb(224,217,193);
    padding: 50px;
    position: relative;
}

.qHg-connect-form .Kfq-message-request::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(186,176,169), rgb(143,130,128));
}

.qHg-connect-form .Kfq-message-request h3 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.qHg-connect-form .Kfq-message-request h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(186,176,169);
}

.qHg-connect-form .Kfq-message-request div {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.qHg-connect-form .Kfq-message-request div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background: rgb(186,176,169);
    opacity: 0.5;
    border-radius: 10px;
}

.qHg-connect-form .Kfq-message-request div:hover::before {
    opacity: 1;
    height: 120%;
    transition: all 0.3s ease;
}

.qHg-connect-form .Kfq-message-request div svg {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.qHg-connect-form .Kfq-message-request div svg path {
    fill: rgb(186,176,169);
}

.qHg-connect-form .Kfq-message-request div span {
    color: #000000;
    font-size: calc(13px * 0.95);
    font-weight: 400;
}

.qHg-connect-form .Kfq-message-request div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.qHg-connect-form .Kfq-message-request div span a:hover {
    color: rgb(186,176,169);
}

.qHg-connect-form .ewX-help-card {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
}

.qHg-connect-form .ewX-help-card h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.qHg-connect-form form {
    display: flex;
    flex-direction: column;
}

.qHg-connect-form form input[type="text"],
.qHg-connect-form form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 15px 5px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
}

.qHg-connect-form form input[type="text"]:focus,
.qHg-connect-form form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(143,130,128);
}

.qHg-connect-form form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.qHg-connect-form .PoI-inquiry-inquiry {
    margin: 10px 0 25px;
    display: flex;
    align-items: flex-start;
}

.qHg-connect-form .PoI-inquiry-inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.qHg-connect-form .PoI-inquiry-inquiry label {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    cursor: pointer;
    line-height: 1.5;
}

.qHg-connect-form .PoI-inquiry-inquiry label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    transition: all 0.3s ease;
}

.qHg-connect-form .PoI-inquiry-inquiry input[type="checkbox"]:checked + label::before {
    background-color: rgb(143,130,128);
    border-color: rgb(143,130,128);
}

.qHg-connect-form .PoI-inquiry-inquiry input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.qHg-connect-form .PoI-inquiry-inquiry label a {
    color: rgb(143,130,128);
    text-decoration: none;
}

.qHg-connect-form .PoI-inquiry-inquiry label a:hover {
    text-decoration: underline;
}

.qHg-connect-form form .Afk-help-section {
    border: none;
    background: rgb(143,130,128);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 35px;
    cursor: pointer;
    align-self: flex-start;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.qHg-connect-form form .Afk-help-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(186,176,169);
    z-index: -1;
    transition: width 0.3s ease;
}

.qHg-connect-form form .Afk-help-section:hover::before {
    width: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.qHg-connect-form .Kfq-message-request div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {
    .qHg-connect-form .OWT-query-form {
        grid-template-columns: 1fr;
    }
    
    .qHg-connect-form .Kfq-message-request::after {
        display: none;
    }
    
    .qHg-connect-form .Kfq-message-request,
    .qHg-connect-form .ewX-help-card {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 576px) {
    .qHg-connect-form {
        padding: 60px 0;
    }
    
    .qHg-connect-form .Kfq-message-request,
    .qHg-connect-form .ewX-help-card {
        padding: 30px 20px;
    }
    
    .qHg-connect-form .Kfq-message-request h3 {
        font-size: calc(31px * 0.85);
        margin-bottom: 30px;
    }
    
    .qHg-connect-form .Kfq-message-request div {
        margin-bottom: 20px;
    }
    
    .qHg-connect-form form .Afk-help-section {
        width: 100%;
        padding: 12px 20px;
    }
}.oGi-tyPanel {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(224,217,193);
    padding: 40px 0;
    border-top: 5px solid rgb(186,176,169);
    border-bottom: 5px solid rgb(186,176,169);
}
.oGi-tyPanel .container {
    width: 80%;
    max-width: 800px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 27px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-align: left;
}
.oGi-tyPanel h2 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(186,176,169);
    border-bottom: 2px solid rgb(143,130,128);
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.oGi-tyPanel p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
    .oGi-tyPanel {
        padding: 20px 0;
    }
    .oGi-tyPanel .container {
        padding: 20px;
        width: 90%;
    }
    .oGi-tyPanel h2 {
        font-size: 22px;
    }
    .oGi-tyPanel p {
        font-size: 17px;
    }
}.Dhb-privacy-box {
    padding: 40px;
    width: 100%;
    height: auto;
    background: rgb(143,130,128);
    border: 2px solid rgb(186,176,169);
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(186,176,169,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
}
.Dhb-privacy-box h1 {
    font-size: 46px;
    font-family: Lato, sans-serif;
    color: rgb(186,176,169);
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(143,130,128);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.Dhb-privacy-box h2 {
    font-size: 31px;
    font-family: Lato, sans-serif;
    color: rgb(143,130,128);
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding-left: 15px;
    border-left: 4px solid rgb(186,176,169);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.Dhb-privacy-box h3, .Dhb-privacy-box h4, .Dhb-privacy-box h5 {
    font-size: 24px;
    color: #ffffff;
}
.Dhb-privacy-box ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}
.Dhb-privacy-box li {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Lato, sans-serif;
    color: #ffffff;
    line-height: 1.6;
    background: rgb(143,130,128,0.5);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(186,176,169);
}
.Dhb-privacy-box div {
    line-height: 1.8;
    font-size: 14px;
    font-family: Lato, sans-serif;
    color: #000000;
    padding: 20px;
    background: rgb(186,176,169,0.5);
    border-radius: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(143,130,128);
}
.Dhb-privacy-box p, .Dhb-privacy-box span {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
    font-family: Lato, sans-serif;
}
@media only screen and (max-width: 800px) {
    .Dhb-privacy-box {
        padding: 20px;
    }
    .Dhb-privacy-box h1 {
        font-size: calc(24px - 4px);
        margin-bottom: 15px;
    }
    .Dhb-privacy-box h2 {
        font-size: calc(24px - 2px);
        margin-bottom: 10px;
    }
    .Dhb-privacy-box ul {
        padding-left: 15px;
    }
    .Dhb-privacy-box li {
        padding: 8px;
        margin-bottom: 8px;
    }
    .Dhb-privacy-box div {
        padding: 15px;
    }
}.PcA-homepage {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background-color: #000000;
}

.PcA-homepage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 12px),
        linear-gradient(to bottom, rgb(186,176,169,0.5) 0%, transparent 100%);
    opacity: 0.4;
    z-index: 1;
    animation: grid-pulse 8s infinite alternate;
}

.PcA-homepage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, #000000 100%);
    z-index: 1;
    mix-blend-mode: multiply;
}

@keyframes grid-pulse {
    0% {
        opacity: 0.3;
        background-size: 100% 100%, 100% 100%;
    }
    100% {
        opacity: 0.5;
        background-size: 110% 110%, 120% 120%;
    }
}

.PcA-homepage .cQJ-learn-mastery {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8%;
    z-index: 3;
}

.PcA-homepage .CTn-knowledge-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.PcA-homepage .Wae-virtual-school {
    width: 100%;
    height: 100%;
}

.PcA-homepage .vuX-class-online {
    display: flex;
    height: 100%;
    width: max-content;
    animation: tech-slide 28s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.PcA-homepage .dgh-edu-expert {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.PcA-homepage .dgh-edu-expert::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(186,176,169,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(143,130,128,0.5) 0%, transparent 50%);
    mix-blend-mode: hard-light;
    z-index: 1;
}

.PcA-homepage .dgh-edu-expert::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 1px,
        rgba(0, 0, 0, 0.2) 1px,
        rgba(0, 0, 0, 0.2) 2px
    );
    mix-blend-mode: overlay;
    z-index: 2;
    opacity: 0.3;
    pointer-events: none;
}

.PcA-homepage .dgh-edu-expert img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.1) saturate(0.9);
    transform-origin: center;
    animation: glitch-zoom 10s infinite alternate ease-in-out;
}

@keyframes glitch-zoom {
    0%, 100% {
        transform: scale(1);
        filter: contrast(1.1) saturate(0.9);
    }
    20% {
        transform: scale(1.02) translate(-0.3%, 0.3%);
        filter: contrast(1.15) saturate(0.85);
    }
    40% {
        transform: scale(1.03) translate(0.3%, -0.3%);
        filter: contrast(1.2) saturate(0.8);
    }
    60% {
        transform: scale(1.04) translate(-0.2%, -0.2%);
        filter: contrast(1.15) saturate(0.85);
    }
    80% {
        transform: scale(1.02) translate(0.2%, 0.2%);
        filter: contrast(1.1) saturate(0.9);
    }
}

@keyframes tech-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

.PcA-homepage .ZWP-text-frame-wrap {
    position: relative;
    max-width: 520px;
    padding: 3rem;
    background: linear-gradient(135deg, 
        rgba(5, 15, 25, 0.8) 0%, 
        rgba(15, 25, 35, 0.7) 100%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    z-index: 3;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    box-shadow: 
        0 0 0 1px rgba(rgb(186,176,169), 0.2),
        0 15px 35px rgba(0, 0, 0, 0.3);
    animation: hud-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes hud-appear {
    0% {
        opacity: 0;
        transform: translateX(30px);
        clip-path: polygon(
            0 0,
            0 0,
            0 calc(100% - 30px),
            0 100%,
            0 100%
        );
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    }
}

.PcA-homepage .ZWP-text-frame-wrap::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(rgb(143,130,128), 0.2);
    border-radius: calc(15px - 5px);
    pointer-events: none;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
}

.PcA-homepage .ZWP-text-frame-wrap::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(60% + 4px);
    height: 5px;
    background: linear-gradient(to right, rgb(186,176,169), transparent);
    border-radius: 10px;
    z-index: 4;
}

.PcA-homepage .ZWP-text-frame-wrap h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
}

.PcA-homepage .ZWP-text-frame-wrap h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: rgb(186,176,169);
    border-radius: 10px;
}

.PcA-homepage .ZWP-text-frame-wrap p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 2rem;
    position: relative;
}

.PcA-homepage .ZWP-text-frame-wrap .Afk-help-section {
    display: inline-block;
    background: rgb(186,176,169);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0 100%
    );
}

.PcA-homepage .ZWP-text-frame-wrap .Afk-help-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(186,176,169), rgb(143,130,128));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.PcA-homepage .ZWP-text-frame-wrap .Afk-help-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, transparent 50%, rgb(186,176,169) 50%);
    pointer-events: none;
}

.PcA-homepage .ZWP-text-frame-wrap .Afk-help-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.PcA-homepage .ZWP-text-frame-wrap .Afk-help-section:hover::before {
    opacity: 1;
}

@media (max-width: 1200px) {
    .PcA-homepage {
        height: 90vh;
    }
    
    .PcA-homepage .cQJ-learn-mastery {
        padding-right: 6%;
    }
    
    .PcA-homepage .ZWP-text-frame-wrap {
        max-width: 480px;
        padding: 2.5rem;
    }
}

@media (max-width: 992px) {
    .PcA-homepage {
        height: 80vh;
    }
    
    .PcA-homepage .cQJ-learn-mastery {
        padding-right: 4%;
    }
    
    .PcA-homepage .ZWP-text-frame-wrap {
        max-width: 420px;
        padding: 2rem;
    }
    
    .PcA-homepage .vuX-class-online {
        animation-duration: 24s;
    }
}

@media (max-width: 768px) {
    .PcA-homepage {
        height: auto;
        min-height: unset;
    }
    
    .PcA-homepage .cQJ-learn-mastery {
        padding: 4rem 2rem;
        justify-content: center;
    }
    
    .PcA-homepage .ZWP-text-frame-wrap {
        max-width: 90%;
        width: 90%;
    }
    
    @keyframes hud-appear {
        0% {
            opacity: 0;
            transform: translateY(30px);
            clip-path: polygon(
                0 0,
                100% 0,
                100% 0,
                calc(100% - 30px) 0,
                0 0
            );
        }
        100% {
            opacity: 1;
            transform: translateY(0);
            clip-path: polygon(
                0 0,
                100% 0,
                100% calc(100% - 30px),
                calc(100% - 30px) 100%,
                0 100%
            );
        }
    }
    
    .PcA-homepage .vuX-class-online {
        animation-duration: 20s;
    }
}

@media (max-width: 576px) {
    .PcA-homepage .cQJ-learn-mastery {
        padding: 3rem 1rem;
    }
    
    .PcA-homepage .ZWP-text-frame-wrap {
        padding: 1.8rem;
        max-width: 95%;
        width: 95%;
    }
    
    .PcA-homepage .ZWP-text-frame-wrap h2 {
        font-size: calc(34px * 0.85);
        margin-bottom: 1.2rem;
    }
    
    .PcA-homepage .ZWP-text-frame-wrap p {
        font-size: calc(14px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .PcA-homepage .ZWP-text-frame-wrap .Afk-help-section {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.9rem 1.5rem;
    }
    
    .PcA-homepage .vuX-class-online {
        animation-duration: 16s;
    }
}

@media (max-height: 600px) {
    .PcA-homepage {
        min-height: 500px;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .PcA-homepage {
        height: auto;
        min-height: 140vh;
    }
    
    .PcA-homepage .cQJ-learn-mastery {
        padding: 5rem 2rem;
    }
}footer {
    background: rgb(143,130,128);
    color: #000000;
    font-family: Lato, sans-serif;
    padding: 60px 20px;
    border-top: 2px solid rgb(186,176,169);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}
footer .tEg-flag-content {
    background: rgb(186,176,169,0.5);
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid rgb(186,176,169);
}
footer .lbh-top-section svg, footer .lbh-top-section svg path {
    fill: rgb(186,176,169);
}
footer h5 {
    color: rgb(186,176,169);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}
footer .vnh-nav-site a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}
footer .vnh-nav-site a:hover {
    background: rgb(186,176,169);
    color: #000000;
}
footer .HdW-tech-stack {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .HdW-tech-stack a {
    color: #ffffff;
    text-decoration: underline;
    margin-left: 5px;
}
footer .kKx-connect-reach div svg, footer .kKx-connect-reach div svg path {
    fill: rgb(186,176,169);
}
footer .kKx-connect-reach div span {
    color: #000000;
}
footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgb(224,217,193);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease;
}
footer .XvS-site-map {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
    border-bottom: 1px solid rgb(186,176,169,0.5);
    padding-bottom: 20px;
}
footer .txS-edu-global {
    display: flex;
    margin: 20px 0;
    justify-content: flex-end;
    text-align: right;
    color: #000000;
}
footer .lbh-top-section svg, footer .lbh-top-section img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
footer .kKx-connect-reach {
    display: flex;
    flex-direction: column;
}
footer .kKx-connect-reach div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-start;
}
footer .kKx-connect-reach div img, footer .kKx-connect-reach div svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
footer .asl-nav-teach {
    display: flex;
    flex-direction: column;
}
footer .vnh-nav-site a {
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
footer .vnh-nav-site a:hover {
    text-decoration: underline;
    color: rgb(186,176,169);
}
footer .tEg-flag-content {
    font-size: 14px;
    font-weight: 300;
}
@media only screen and (max-width: 1200px) {
    footer .XvS-site-map {
        flex-direction: column;
        align-items: center;
    }
    footer .XvS-site-map > * {
        margin-bottom: 20px;
    }
    footer .XvS-site-map > *:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 800px) {
    footer .vnh-nav-site, footer .asl-nav-teach, footer .XvS-site-map {
        flex-direction: column;
        align-items: center;
    }
    footer .kKx-connect-reach {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
        text-align: center;
    }
    footer .XvS-site-map {
        padding: 0 10px;
    }
    footer .vnh-nav-site a {
        margin-right: 0;
        margin-bottom: 10px;
    }
    footer .txS-edu-global {
        text-align: center;
    }
}.BCX-user-comments {
    background-color: rgb(224,217,193);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.BCX-user-comments::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(186,176,169,0.5) 0%, rgb(143,130,128,0.5) 100%);
    opacity: 0.1;
}

.BCX-user-comments .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.BCX-user-comments .cQJ-learn-mastery {
    text-align: center;
}

.BCX-user-comments h3 {
    font-size: 35px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.BCX-user-comments h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: rgb(186,176,169);
}

.BCX-user-comments .trb-client-review {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.BCX-user-comments .JfM-student-perspectives {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 25px;
    display: flex;
    align-items: center;
    text-align: left;
    width: calc(33.333% - 20px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border: 1px solid rgb(143,130,128,0.5);
}

.BCX-user-comments .JfM-student-perspectives:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    border-color: rgb(186,176,169);
}

.BCX-user-comments .ysT-img-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    border: 3px solid rgb(143,130,128);
    transition: all 0.3s ease;
    object-fit: cover;
}

.BCX-user-comments .JfM-student-perspectives:hover .ysT-img-wrap {
    border-color: rgb(186,176,169);
}

.BCX-user-comments .text {
    flex-grow: 1;
}

.BCX-user-comments .text p {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}

.BCX-user-comments .text span {
    font-size: 12px;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 15px;
}

.BCX-user-comments .text span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 2px;
    background-color: rgb(186,176,169);
}

@media (max-width: 991px) {
    .BCX-user-comments .JfM-student-perspectives {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .BCX-user-comments {
        padding: 50px 0;
    }

    .BCX-user-comments h3 {
        font-size: 19px;
        margin-bottom: 30px;
    }

    .BCX-user-comments .trb-client-review {
        gap: 20px;
    }

    .BCX-user-comments .JfM-student-perspectives {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .BCX-user-comments .ysT-img-wrap {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .BCX-user-comments .text span {
        padding-left: 0;
    }

    .BCX-user-comments .text span::before {
        display: none;
    }
}.Pnl-learning-profits {
    position: relative;
    padding: 180px 0;
    background: rgb(224,217,193);
    overflow: hidden;
}

.Pnl-learning-profits::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(186,176,169,0.5) 0px,
        transparent 2px,
        transparent 50px
    );
    animation: gridMove 30s linear infinite;
    opacity: 0.1;
}

@keyframes gridMove {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Pnl-learning-profits .container {
    position: relative;
    z-index: 2;
}

.Pnl-learning-profits .cQJ-learn-mastery {
    position: relative;
    padding: 2px;
    background: linear-gradient(
        45deg,
        rgb(186,176,169) 0%,
        rgb(143,130,128) 50%,
        rgb(186,176,169) 100%
    );
    border-radius: calc(23px + 2px);
}

.Pnl-learning-profits .QGy-industry-skills {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1px;
    padding: 0;
    border-radius: 23px;
    min-height: 600px;
}

.Pnl-learning-profits .QGy-industry-skills::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(224,217,193) 100%
    );
    border-radius: 23px;
    z-index: 1;
}

.Pnl-learning-profits h3 {
    grid-column: 1 / 13;
    grid-row: 1;
    margin: 0;
    padding: 40px;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgb(186,176,169,0.5);
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.Pnl-learning-profits h3::before {
    content: '//';
    color: rgb(143,130,128);
    margin-right: 15px;
    font-weight: 700;
}

.Pnl-learning-profits .QGy-industry-skills > div {
    grid-column: 1 / 13;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.Pnl-learning-profits p {
    grid-column: span 4;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
    padding: 25px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(186,176,169,0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.Pnl-learning-profits p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgb(186,176,169,0.5) 0%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.Pnl-learning-profits p:hover {
    transform: translateY(-5px);
    border-color: rgb(143,130,128);
}

.Pnl-learning-profits p:hover::before {
    opacity: 0.1;
}

.Pnl-learning-profits p::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(186,176,169),
        rgb(143,130,128)
    );
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.Pnl-learning-profits p:hover::after {
    opacity: 1;
}

@media (max-width: 1200px) {
    .Pnl-learning-profits {
        padding: 120px 0;
    }

    .Pnl-learning-profits p {
        grid-column: span 6;
    }

    .Pnl-learning-profits h3 {
        font-size: calc(44px * 0.9);
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .Pnl-learning-profits {
        padding: 90px 0;
    }

    .Pnl-learning-profits p {
        grid-column: span 12;
    }

    .Pnl-learning-profits .QGy-industry-skills {
        min-height: auto;
    }

    .Pnl-learning-profits .QGy-industry-skills > div {
        padding: 30px;
        gap: 20px;
    }

    .Pnl-learning-profits h3 {
        font-size: calc(44px * 0.8);
        padding: 25px;
    }

    .Pnl-learning-profits h3::before {
        margin-right: 10px;
    }
}

@media (max-width: 576px) {
    .Pnl-learning-profits {
        padding: 60px 0;
    }

    .Pnl-learning-profits .cQJ-learn-mastery {
        padding: 1px;
    }

    .Pnl-learning-profits .QGy-industry-skills > div {
        padding: 20px;
        gap: 15px;
    }

    .Pnl-learning-profits h3 {
        font-size: calc(44px * 0.7);
        padding: 20px;
        letter-spacing: 1px;
    }

    .Pnl-learning-profits p {
        padding: 20px;
        font-size: calc(13px * 0.9);
    }
}.zog-program-offerings {
    position: relative;
    overflow: hidden;
    background-color: rgb(224,217,193);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.zog-program-offerings .nsV-tech-training {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zog-program-offerings .nsV-tech-training::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 2;
}

.zog-program-offerings .Btr-education-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zog-program-offerings .TcX-new-skills {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
}

.zog-program-offerings .nsV-tech-training:hover .TcX-new-skills {
    animation-play-state: paused;
}

.zog-program-offerings .TcX-new-skills:nth-child(1) {
    animation-delay: 0s;
}

.zog-program-offerings .TcX-new-skills:nth-child(2) {
    animation-delay: -5s;
}

.zog-program-offerings .TcX-new-skills:nth-child(3) {
    animation-delay: -10s;
}

.zog-program-offerings .TcX-new-skills:nth-child(4) {
    animation-delay: -15s;
}

.zog-program-offerings .TcX-new-skills:nth-child(5) {
    animation-delay: -20s;
}

.zog-program-offerings .TcX-new-skills img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
}

.zog-program-offerings .container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 10;
}

.zog-program-offerings .cQJ-learn-mastery {
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    height: 80vh;
    position: relative;
}

.zog-program-offerings .LEo-job-training {
    grid-column: 6 / 13;
    grid-row: 2 / 12;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 21px;
    padding: 4rem;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.zog-program-offerings .LEo-job-training::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60%;
    height: 60%;
    background: rgb(186,176,169,0.5);
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.3;
    z-index: -1;
}

.zog-program-offerings .LEo-job-training::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 70%;
    height: 70%;
    background: rgb(143,130,128,0.5);
    filter: blur(70px);
    border-radius: 50%;
    opacity: 0.3;
    z-index: -1;
}

.zog-program-offerings .LEo-job-training h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.zog-program-offerings .LEo-job-training h3::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(186,176,169,0.5);
    border-radius: 10px;
    opacity: 0.5;
    z-index: -1;
}

.zog-program-offerings .LEo-job-training p {
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.zog-program-offerings .Afk-help-section {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgb(186,176,169);
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    max-width: calc(100% - 2rem);
}

.zog-program-offerings .Afk-help-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(186,176,169);
    transition: left 0.3s ease;
    z-index: -1;
}

.zog-program-offerings .Afk-help-section:hover {
    color: #ffffff;
}

.zog-program-offerings .Afk-help-section:hover::before {
    left: 0;
}

.zog-program-offerings .cQJ-learn-mastery::after {
    content: "";
    position: absolute;
    grid-column: 3 / 9;
    grid-row: 4 / 10;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(143,130,128,0.5);
    border-radius: 21px;
    z-index: 2;
}


.zog-program-offerings .photo-layer {
    position: absolute;
    grid-column: 2 / 6;
    grid-row: 3 / 11;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(10deg);
    transition: transform 0.5s ease;
}

.zog-program-offerings .photo-layer:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.zog-program-offerings .photo-layer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 40%, rgb(186,176,169,0.5));
    z-index: 1;
    pointer-events: none;
}


.zog-program-offerings .progress-indicator {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    z-index: 100;
}

.zog-program-offerings .progress-indicator::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: rgb(186,176,169);
    animation: progress-move 25s infinite;
    border-radius: 2px;
}


@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {
    .zog-program-offerings .cQJ-learn-mastery {
        width: 90%;
        height: 85vh;
    }
    
    .zog-program-offerings .LEo-job-training {
        padding: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .zog-program-offerings .cQJ-learn-mastery {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: auto 1fr;
        height: auto;
        gap: 2rem;
    }
    
    .zog-program-offerings .photo-layer {
        grid-column: 1 / 9;
        grid-row: 1;
        height: 40vh;
        transform: none;
    }
    
    .zog-program-offerings .cQJ-learn-mastery::before {
        display: none;
    }
    
    .zog-program-offerings .cQJ-learn-mastery::after {
        display: none;
    }
    
    .zog-program-offerings .LEo-job-training {
        grid-column: 1 / 9;
        grid-row: 2;
        padding: 2.5rem;
    }
    
    .zog-program-offerings .container {
        height: auto;
        padding: 5rem 0;
    }
}

@media screen and (max-width: 768px) {
    .zog-program-offerings .cQJ-learn-mastery {
        width: 90%;
        gap: 1.5rem;
    }
    
    .zog-program-offerings .photo-layer {
        height: 35vh;
    }
    
    .zog-program-offerings .LEo-job-training {
        padding: 2rem;
    }
    
    .zog-program-offerings .LEo-job-training h3 {
        font-size: calc(29px * 0.9);
    }
    
    .zog-program-offerings .LEo-job-training h3::before {
        width: 40px;
        height: 40px;
        top: -15px;
        left: -20px;
    }
    
    .zog-program-offerings .LEo-job-training p {
        font-size: calc(12px * 0.9);
        margin-bottom: 2rem;
    }
    
    .zog-program-offerings .container {
        padding: 4rem 0;
    }
}

@media screen and (max-width: 576px) {
    .zog-program-offerings .cQJ-learn-mastery {
        width: 92%;
        gap: 1rem;
    }
    
    .zog-program-offerings .photo-layer {
        height: 30vh;
    }
    
    .zog-program-offerings .LEo-job-training {
        padding: 1.5rem;
    }
    
    .zog-program-offerings .LEo-job-training h3 {
        font-size: calc(29px * 0.8);
        margin-bottom: 1rem;
    }
    
    .zog-program-offerings .LEo-job-training h3::before {
        display: none;
    }

    .zog-program-offerings .LEo-job-training p {
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .zog-program-offerings .Afk-help-section {
        padding: 0.8rem 1.8rem;
        font-size: calc(18px * 0.9);
    }
    
    .zog-program-offerings .container {
        padding: 3rem 0;
    }
    
    .zog-program-offerings .progress-indicator {
        width: 150px;
    }
    
    @keyframes progress-move {
        0%, 16% {
            left: 0;
        }
        20%, 36% {
            left: 30px;
        }
        40%, 56% {
            left: 60px;
        }
        60%, 76% {
            left: 90px;
        }
        80%, 96% {
            left: 120px;
        }
        100% {
            left: 0;
        }
    }
}


.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(2):last-child) .TcX-new-skills:nth-child(1) {
    animation-delay: 0s;
}

.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(2):last-child) .TcX-new-skills:nth-child(2) {
    animation-delay: -12.5s;
}

.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(3):last-child) .TcX-new-skills:nth-child(1) {
    animation-delay: 0s;
}

.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(3):last-child) .TcX-new-skills:nth-child(2) {
    animation-delay: -8.33s;
}

.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(3):last-child) .TcX-new-skills:nth-child(3) {
    animation-delay: -16.67s;
}

.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(4):last-child) .TcX-new-skills:nth-child(1) {
    animation-delay: 0s;
}

.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(4):last-child) .TcX-new-skills:nth-child(2) {
    animation-delay: -6.25s;
}

.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(4):last-child) .TcX-new-skills:nth-child(3) {
    animation-delay: -12.5s;
}

.zog-program-offerings .Btr-education-map:has(.TcX-new-skills:nth-child(4):last-child) .TcX-new-skills:nth-child(4) {
    animation-delay: -18.75s;
}


.zog-program-offerings .photo-layer .feature-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: feature-photo 25s infinite;
}

@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.zog-program-offerings .nsV-tech-training {
    z-index: 0;
}

.zog-program-offerings .cQJ-learn-mastery .photo-layer {
    background-color: #000000;
}

.zog-program-offerings .cQJ-learn-mastery .photo-layer .feature-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zog-program-offerings .TcX-new-skills:nth-child(1) ~ .feature-photo:nth-child(1) {
    animation-delay: 0s;
}

.zog-program-offerings .TcX-new-skills:nth-child(2) ~ .feature-photo:nth-child(2) {
    animation-delay: -5s;
}

.zog-program-offerings .TcX-new-skills:nth-child(3) ~ .feature-photo:nth-child(3) {
    animation-delay: -10s;
}

.zog-program-offerings .TcX-new-skills:nth-child(4) ~ .feature-photo:nth-child(4) {
    animation-delay: -15s;
}

.zog-program-offerings .TcX-new-skills:nth-child(5) ~ .feature-photo:nth-child(5) {
    animation-delay: -20s;
}