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

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

.F-mentorship-experience::before {
    position: absolute;
    right: -10%;
    top: -5%;
    transform: translateZ(0);
    content: "";
    height: 40vw;
    opacity: 0.15;
    width: 40vw;
    background: radial-gradient(circle, rgb(190,185,175,0.5) 0%, transparent 70%);
}

.F-mentorship-experience .L-testimonial-highlights > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.F-mentorship-experience .B-image-box:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}

.F-mentorship-experience .name {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 22px;
    display: inline-block;
    color: rgb(190,185,175);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.F-mentorship-experience .D-exp-items {
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
    color: #000000;
}

.i-secure-sanctum h2 {
    padding-bottom: 5px;
    margin-top: 25px;
    color: rgb(165,152,133);
    text-align: left;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 38px;
    border-bottom: 1px solid rgb(165,152,133);
}

.i-secure-sanctum li::before {
    line-height: 1em;
    content: "•";
    position: absolute;
    font-size: 1.2em;
    color: rgb(190,185,175);
    top: 0;
    left: 0;
}

.V-accept-cookies {
    flex-shrink: 0;
    margin-right: 20px;
}

.l-track-ack {
    flex-direction: column;
    justify-content: center;
    display: flex;
    max-width: 600px;
}

.y-cookies-consent {
    min-width: 150px;
    margin-left: 10px;
    border-radius: 10px;
    text-align: center;
    background: rgb(190,185,175);
    color: #ffffff;
    font-size: 15px;
    transition: none;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid rgb(190,185,175);
    padding: 10px 20px;
    flex-shrink: 0;
}

.a-location-details h1 {
    position: relative;
    font-size: 42px;
    z-index: 2;
    margin-bottom: 2.5rem;
    color: #000000;
    text-align: left;
    transform: translateZ(5px);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.a-location-details .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}

.a-location-details .l-send-message > div > div {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.a-location-details h6 {
    letter-spacing: 0.05em;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    display: flex;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-bottom: 0.75rem;
}

.a-location-details .M-join-community::after {
    position: absolute;
    content: "";
    transform-origin: right;
    width: 100%;
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    left: 0;
    background: rgb(190,185,175);
    bottom: -2px;
    transform: scaleX(0);
}

.U-analysis-summary .container {
    position: relative;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.U-analysis-summary .z-statistics-experts:nth-child(odd) {
    transform: translateY(-10px);
}

.U-analysis-summary .z-statistics-experts:nth-child(even) {
    transform: translateY(10px);
}

.U-analysis-summary .z-statistics-experts h4 {
    position: relative;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 700;
}

.U-analysis-summary .G-edu-statistics {
    border-left: 3px solid rgb(190,185,175);
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    grid-row: 1;
    grid-column: 1;
    padding: 0 0 0 40px;
}

.U-analysis-summary svg {
    height: 150px;
    bottom: -50px;
    width: 150px;
    z-index: -1;
    right: -50px;
    opacity: 0.1;
    position: absolute;
}

.w-contact-box .p-inquiry-map {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    display: flex;
}

.w-contact-box .K-feedback-inquiry {
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    background: #ffffff;
}

.w-contact-box h3 {
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(190,185,175);
    position: relative;
    font-size: 18px;
}

.w-contact-box input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.w-contact-box .h-message-message {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 12px;
}

.w-contact-box .h-message-message input[type="checkbox"]:checked::after {
    width: 5px;
    position: absolute;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    top: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    content: "";
}

.w-contact-box .x-connect-feedback:hover {
    background: rgb(165,152,133);
}

.w-contact-box .x-connect-feedback:hover::after {
    height: 300%;
    width: 300%;
}

.w-contact-box svg path {
    transition: all 0.3s ease;
    fill: rgb(190,185,175);
}

.w-contact-box svg:hover path {
    fill: rgb(165,152,133);
}

header .R-site-start {
    position: relative;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
    display: flex;
    align-items: center;
    z-index: 5;
}

header .z-header-primary:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .z-header-primary::before {
    filter: blur(10px);
    transform: translateZ(-10px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0.1;
    width: 100%;
    background: rgb(190,185,175);
}

header .Q-main-mentor {
    margin: 0 0.3rem;
    position: relative;
    transform-style: preserve-3d;
}

header .Q-main-mentor a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(15px);
}

header .Q-main-mentor a::after {
    left: 5px;
    content: '';
    bottom: -5px;
    transition: all 0.4s ease;
    position: absolute;
    right: 5px;
    opacity: 0;
    background: rgb(190,185,175);
    transform: translateZ(-10px);
    height: 5px;
}

.a-client-feedback::before {
    background: linear-gradient(135deg, transparent 49.5%, rgb(190,185,175,0.5) 49.5%, rgb(190,185,175,0.5) 50.5%, transparent 50.5%);
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}

.a-client-feedback h4::after {
    transform: translateX(-50%);
    height: 3px;
    bottom: -25px;
    background: rgb(165,152,133);
    content: "";
    position: absolute;
    left: 50%;
    width: 30px;
}

.a-client-feedback .L-testimonial-highlights:nth-child(odd):hover {
    transform: translateX(20px);
}

.a-client-feedback .L-testimonial-highlights::before {
    content: "";
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(190,185,175,0.5), transparent);
    width: 80%;
    position: absolute;
    height: 1px;
    left: 10%;
}

.a-client-feedback .L-testimonial-highlights span {
    transition: all 0.4s ease;
    font-weight: 600;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
    font-size: 16px;
    padding: 0 1rem;
}

.a-client-feedback .L-testimonial-highlights:nth-child(4n+1),
.a-client-feedback .L-testimonial-highlights:nth-child(4n+4) {
    background: linear-gradient(45deg, rgb(227,226,224) 0%, #ffffff 100%);
}

.N-pricing-zone::before {
    right: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    z-index: 1;
}

.N-pricing-zone .w-fee-choices {
    gap: 30px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    margin: 0;
    list-style: none;
}

.N-pricing-zone .c-learn-fees::before {
    left: 0;
    top: 0;
    transform-origin: left;
    position: absolute;
    width: 100%;
    content: "";
    transform: scaleX(0.5);
    height: 5px;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
}

.N-pricing-zone .X-learning-fees {
    color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    align-self: flex-start;
    padding: 10px 20px;
    display: inline-block;
    font-size: calc(21px * 1.4);
    transform: translateZ(10px);
    background: linear-gradient(135deg, rgb(190,185,175,0.5) 0%, rgb(165,152,133,0.5) 100%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item::after {
    height: 3px;
    background-color: rgb(190,185,175);
    left: 0;
    width: 0;
    content: "";
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
}

footer .text_main_holder {
    margin-top: 100px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
}

footer .O-nav-start h5 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

footer .subscribe_holder {
    padding: 30px 25px;
    background-color: rgb(165,152,133,0.5);
    border-radius: 22px;
    position: relative;
}

footer .input_holder::after {
    left: -10px;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    width: 70px;
    bottom: -20px;
    height: 70px;
    z-index: -1;
    position: absolute;
    background-color: rgb(165,152,133);
}

footer .y-knowledge-quest::before {
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    top: 0;
}

.o-thanks-box::after {
    animation: pulse 10s infinite alternate ease-in-out;
    opacity: 0.1;
    content: "";
    right: -5%;
    position: absolute;
    height: 300px;
    top: -10%;
    filter: blur(100px);
    z-index: 0;
    border-radius: 50%;
    background: rgb(165,152,133);
    width: 300px;
}

.o-thanks-box .k-culture-block {
    opacity: 0;
    padding: 2.5rem;
    animation-delay: 0.5s;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeUpIn 1s forwards ease-out;
    transform: translateY(20px);
}

.s-greeting-page .i-page-front::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    backdrop-filter: blur(3px);
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.s-greeting-page .d-mission-why > div:nth-child(2) {
    animation-delay: 0.5s;
    max-width: 90%;
}

.s-greeting-page .title_style_header {
    font-weight: 700;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ffffff 30%, rgb(165,152,133) 100%);
    -webkit-background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    font-size: clamp(2.5rem, 5vw, 45px);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-clip: text !important;
    line-height: 1.2;
    position: relative;
    transition: transform 0.5s ease;
    color: transparent;
}

.Z-course-structure::after {
    right: -5%;
    position: absolute;
    height: 300px;
    filter: blur(80px);
    width: 300px;
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(190,185,175) 0%, rgba(rgb(190,185,175,0.5), 0.4) 70%);
    border-radius: 50%;
    z-index: 0;
    content: "";
    top: -5%;
}

.Z-course-structure .B-image-box::before {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(190,185,175,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgba(0, 0, 0, 0.5), 0.2) 100%
    );
    z-index: 1;
}

.Z-course-structure .description::before {
    height: 0;
    top: 0;
    left: -2px;
    animation: lineGrow 2.5s ease-out forwards;
    content: "";
    width: 2px;
    background-color: rgb(190,185,175);
    position: absolute;
}

.C-receive-updates .k-culture-block {
    position: relative;
    perspective: 1000px;
    flex-direction: column;
    display: flex;
    transform-style: preserve-3d;
}

.C-receive-updates p::before {
    top: -40px;
    height: 80px;
    width: 80px;
    position: absolute;
    z-index: -1;
    background: rgb(190,185,175,0.5);
    opacity: 0.5;
    left: -20px;
    border-radius: 50%;
    content: "";
    filter: blur(30px);
}

.C-receive-updates .input_holder {
    border-radius: 18px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    transform: translateZ(30px);
    position: relative;
    gap: 1.5rem;
}

.C-receive-updates .W-join-container:focus {
    border-color: rgb(190,185,175);
    box-shadow: 0 10px 20px rgb(190,185,175,0.5);
    transform: perspective(500px) rotateX(0);
}

.C-receive-updates .x-connect-feedback::before {
    opacity: 0;
    position: absolute;
    content: "";
    width: 200%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    left: -50%;
    transition: opacity 0.5s ease;
    top: -50%;
    transform: scale(0.5);
    height: 200%;
}

.P-our-mission .container {
    position: relative;
    z-index: 1;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}

.P-our-mission h1::after {
    content: "";
    background: rgb(190,185,175);
    width: 80px;
    bottom: -12px;
    transform-origin: left;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    left: 0;
    transform: scaleX(0);
    height: 4px;
    position: absolute;
}

.P-our-mission .u-heritage-tl::before {
    height: 100px;
    width: 100px;
    background: rgb(165,152,133,0.5);
    position: absolute;
    transform: translate(50%, -50%);
    content: "";
    opacity: 0.1;
    right: 0;
    top: 0;
    border-radius: 50%;
}

::-webkit-scrollbar {
    width: 14px;
    height: 9px;
}

::-webkit-scrollbar-button {
    width: 12px;
    height: 7px;
    background: rgb(190,185,175,0.5);
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 9.9vw;
    box-shadow: -2px 2px 6px 4px rgba(0, 0, 0, 0.4);
    background: rgb(165,152,133,0.5);
}

::-webkit-scrollbar-thumb:hover {
    transform: translateX(2px);
    border-color: rgb(165,152,133,0.5);
    background: rgb(165,152,133);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(190,185,175);
}

::-webkit-scrollbar-corner {
    border-radius: 5px;
    background: rgb(227,226,224);
}

.Z-course-structure .r-content-zone::-webkit-scrollbar {
    width: 6px;
}

.Z-course-structure .r-content-zone::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgb(190,185,175,0.5), 0.1);
}

.Z-course-structure .r-content-zone::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(190,185,175);
}

.P-our-mission .u-heritage-tl div::-webkit-scrollbar {
    width: 6px;
}

.P-our-mission .u-heritage-tl div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.P-our-mission .u-heritage-tl div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(165,152,133,0.5);
}



@media (max-width: 1024px) {.U-analysis-summary {
    padding: 80px 0;
}.U-analysis-summary .container {
    gap: 40px;
}.U-analysis-summary .z-statistics-experts h4 {
    font-size: 2.2rem;
}
}



@media (max-width: 992px) {.w-contact-box {
    padding: 70px 0;
}.w-contact-box .p-inquiry-map {
    flex-direction: column;
}.w-contact-box .B-image-box {
    flex: 0 0 auto;
    min-height: 300px;
}.w-contact-box .K-feedback-inquiry {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}



@media (min-width: 1400px) {header .R-site-start {
    max-width: 1320px;
    margin: 0 auto;
}header .Q-main-mentor {
    margin: 0 0.5rem;
}header .Q-main-mentor a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .R-site-start {
    padding: 0.8rem 1.5rem;
}header .m-nav-sitewrap {
    max-width: 140px;
}header .z-header-primary img {
    max-height: 35px;
}header .O-nav-start {
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .O-nav-start::-webkit-scrollbar {
    height: 3px;
}header .O-nav-start::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,185,175,0.5);
}header .Q-main-mentor {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .Q-main-mentor a {
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}



@media (max-width: 576px) {.N-pricing-zone {
    padding: 50px 0;
}.N-pricing-zone h2 {
    font-size: calc(33px * 0.7);
}.N-pricing-zone .H-cost-table {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.N-pricing-zone .c-learn-fees {
    padding: 25px 20px;
}.N-pricing-zone .g-cost-plan h4 {
    font-size: calc(21px * 1.1);
}.N-pricing-zone .g-cost-plan p {
    font-size: calc(18px * 0.9);
}.N-pricing-zone .X-learning-fees {
    padding: 8px 16px;
    font-size: calc(21px * 1.2);
}}



@media (max-width: 768px) {.o-thanks-box h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.o-thanks-box .k-culture-block {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.o-thanks-box li span {
    font-size: 17px;
}.o-thanks-box::after {
    right: -10%;
    height: 200px;
    top: -5%;
    width: 200px;
}
}



@media (orientation: landscape) and (max-height: 600px) {.s-greeting-page {
    min-height: 100vh;
    height: auto;
}.s-greeting-page .d-mission-why {
    padding: 5rem 5% 3rem;
}.s-greeting-page p {
    margin-bottom: 0.5rem;
}.s-greeting-page .title_style_header {
    margin-bottom: 1rem;
}}



@media (min-width: 992px) {.Z-course-structure {
    padding: 180px 0 120px;
}.Z-course-structure h2 {
    transform: translateX(-20px);
    max-width: 60%;
    font-size: calc(32px * 1.2);
}.Z-course-structure h2::before {
    left: -30px;
    width: 8px;
}.Z-course-structure .o-career-classes {
    gap: 80px;
}.Z-course-structure .B-image-box {
    height: 520px;
}.Z-course-structure .r-content-zone {
    padding: 40px;
    max-height: 520px;
}.Z-course-structure .description {
    font-size: calc(14px * 1.05);
    padding-left: 25px;
}
}



@media (max-width: 576px) {.C-receive-updates {
    margin: 3rem 0;
    padding: 2.5rem 1rem;
}.C-receive-updates .k-culture-block::before,
    .C-receive-updates .k-culture-block::after {
    display: none;
}.C-receive-updates p {
    transform: none;
}.C-receive-updates .input_holder {
    transform: none;
    gap: 1rem;
}.C-receive-updates .W-join-container,
    .C-receive-updates .x-connect-feedback {
    padding: 1rem;
    transform: none;
}}



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



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



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



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

@keyframes fade-slide-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



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

