* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1171px;
    margin: auto;
    max-width: 100%;
}.grid-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.main_train {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 5px;
    padding: 1px;
    height: 6px;
}::-webkit-scrollbar-button {
    height: 2px;
    width: 13px;
    background: rgb(231,242,230);
    border-radius: 5px;
}::-webkit-scrollbar-track {
    margin: 2px 0;
    border-radius: 8.6vh;
    background: linear-gradient(192deg, rgb(255, 255, 255, 0.5) 39%, rgb(164,185,163,0.5) 5%, rgb(231,242,230) 97%);
    box-shadow: inset -3px -3px 6px 1px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: linear-gradient(223deg, #ffffff 29%, rgb(255, 255, 255, 0.5) 12%, rgb(164,185,163) 26%, rgb(164,185,163,0.5) 87%, rgb(200,217,199) 27%, rgb(200,217,199,0.5) 57%, rgb(231,242,230) 54%);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}::-webkit-scrollbar-corner {
    background: rgb(164,185,163,0.5);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(200,217,199) rgb(231,242,230);
}.vr_labs {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_sanctum {
    overflow: hidden;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    position: relative;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}.privacy_sanctum::before {
    background: linear-gradient(to right, rgb(200,217,199,0.5) 0%, transparent 10%);
    left: 0;
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
}.privacy_sanctum::after {
    top: 0;
    position: absolute;
    right: 0;
    pointer-events: none;
    z-index: 0;
    width: 40%;
    background: linear-gradient(to bottom, rgb(164,185,163,0.5) 0%, transparent 50%);
    content: "";
    height: 100%;
}.privacy_sanctum .container {
    background-color: #ffffff;
    transform: perspective(1000px) rotateY(0.5deg);
    transition: transform 0.5s ease-out;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform-origin: left center;
}.privacy_sanctum .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_sanctum h1 {
    padding-bottom: 0.75rem;
    font-size: 42px;
    animation: slideInTitle 0.8s 0.2s forwards;
    opacity: 0;
    position: relative;
    transform: translateX(-5px);
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
}.privacy_sanctum h1::after {
    left: 0;
    animation: expandUnderline 1.2s 0.8s forwards;
    bottom: 0;
    content: "";
    height: 3px;
    width: 0;
    background: linear-gradient(to right, rgb(200,217,199), rgb(164,185,163));
    position: absolute;
}.privacy_sanctum h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1rem;
    font-weight: 600;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
    animation: slideInUp 0.6s 0.4s forwards;
    font-size: 38px;
    position: relative;
}.privacy_sanctum h2::before {
    content: "";
    left: 0;
    height: 100%;
    transform-origin: top;
    background-color: rgb(200,217,199);
    position: absolute;
    top: 0;
    transform: scaleY(0);
    width: 4px;
    animation: scaleVertical 0.4s 0.8s forwards;
}.privacy_sanctum h3 {
    transform: translateY(8px);
    opacity: 0;
    font-weight: 600;
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.85);
    color: #000000;
    padding-left: 1.5rem;
    animation: slideInUp 0.6s 0.5s forwards;
}.privacy_sanctum h3::before {
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background-color: rgb(164,185,163);
    top: 50%;
    height: 10px;
    left: 0;
    width: 10px;
    content: "";
}.privacy_sanctum h4 {
    color: #000000;
    padding-left: 1.75rem;
    opacity: 0;
    animation: slideInUp 0.6s 0.6s forwards;
    font-size: calc(38px * 0.75);
    transform: translateY(5px);
    position: relative;
    font-weight: 400;
    margin: 1.5rem 0 0.75rem;
}.privacy_sanctum h4::before {
    position: absolute;
    content: "";
    width: 6px;
    top: 50%;
    border: 2px solid rgb(200,217,199);
    left: 0;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
}.privacy_sanctum p {
    font-size: 12px;
    color: #000000;
    animation: slideInUp 0.6s 0.5s forwards;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    position: relative;
    transform: translateY(10px);
    opacity: 0;
}.privacy_sanctum p strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}.privacy_sanctum p strong::after {
    background-color: rgb(200,217,199,0.5);
    height: 1px;
    content: "";
    bottom: -2px;
    width: 100%;
    position: absolute;
    left: 0;
}.privacy_sanctum ul {
    padding-left: 1.5rem;
    transform: translateX(10px);
    opacity: 0;
    margin: 1.5rem 0 2rem 1rem;
    position: relative;
    animation: slideInRight 0.7s 0.7s forwards;
}.privacy_sanctum ul::before {
    background: linear-gradient(to bottom, rgb(200,217,199), transparent);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 1px;
    top: 0;
}.privacy_sanctum li {
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}.privacy_sanctum li::before {
    transform: scale(0);
    height: 6px;
    content: "";
    animation: scaleIn 0.3s 1s forwards;
    width: 6px;
    position: absolute;
    top: 0.7rem;
    background-color: rgb(200,217,199);
    border-radius: 50%;
    left: -1.5rem;
}.privacy_sanctum span {
    display: block;
    border-left: 2px solid rgb(164,185,163,0.5);
    animation: slideInUp 0.6s 0.6s forwards;
    color: #000000;
    line-height: 1.7;
    transform: translateY(10px);
    padding-left: 1rem;
    font-size: 12px;
    opacity: 0;
    margin: 0.75rem 0 1.5rem;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

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

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.privacy_sanctum {
    padding: 3rem 1rem;
}.privacy_sanctum .container {
    transform: perspective(1000px) rotateY(0.2deg);
    padding: 1.5rem;
}.privacy_sanctum h1 {
    font-size: calc(42px * 0.9);
}.privacy_sanctum h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.9);
}.privacy_sanctum h3 {
    font-size: calc(38px * 0.8);
}.privacy_sanctum h4 {
    font-size: calc(38px * 0.7);
}
}

@media (max-width: 767px) {.privacy_sanctum {
    padding: 2rem 0.75rem;
}.privacy_sanctum .container {
    transform: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    padding: 1.25rem;
}.privacy_sanctum h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
}.privacy_sanctum h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(38px * 0.8);
}.privacy_sanctum h3 {
    font-size: calc(38px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.privacy_sanctum h4 {
    margin: 1.25rem 0 0.5rem;
    font-size: calc(38px * 0.65);
}.privacy_sanctum p, .privacy_sanctum li, .privacy_sanctum span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.privacy_sanctum ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.privacy_sanctum {
    padding: 1.5rem 0.5rem;
}.privacy_sanctum .container {
    padding: 1rem;
}.privacy_sanctum h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.25rem;
}.privacy_sanctum h2 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.7);
}.privacy_sanctum h2::before {
    width: 3px;
}.privacy_sanctum h3 {
    padding-left: 1.25rem;
    font-size: calc(38px * 0.65);
}.privacy_sanctum h3::before {
    height: 8px;
    width: 8px;
}.privacy_sanctum h4 {
    padding-left: 1.5rem;
    font-size: calc(38px * 0.6);
}.privacy_sanctum p, .privacy_sanctum li, .privacy_sanctum span {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.privacy_sanctum span {
    padding-left: 0.75rem;
}}.cookiePolicyContainer {
    z-index: 90;
    background: rgb(231,242,230);
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(200,217,199);
    width: 100%;
}.data_comply {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}.cookiePolicyContainer h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookiePolicyContainer p {
    font-size: 18px;
}.consent_learn {
    margin-right: 10px;
    flex-shrink: 0;
}.consent_learn svg, .consent_learn svg path, .consent_learn img {
    fill: rgb(200,217,199);
    height: 100px;
    width: 100px;
}.data_opt {
    margin-left: 10px;
    text-decoration: none;
    min-width: 120px;
    line-height: 35px;
    color: rgb(200,217,199);
    font-size: 24px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
    border-bottom: 2px solid rgb(200,217,199);
}.cookiePolicyContainer p a {
    text-decoration: none;
    color: rgb(200,217,199);
}
@media only screen and (max-width: 1200px) {.cookiePolicyContainer {
    padding: 20px;
}}
#cookieAlertNotice {
    display: none;
}#cookieAlertNotice:checked ~ .cookiePolicyContainer {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.consent_learn {
    display: none;
}.data_comply {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookiePolicyContainer h5 {
    text-align: center;
}.cookiePolicyContainer p {
    text-align: center;
}.privacy_cookies {
    margin-bottom: 20px;
}body .grid-container .data_opt {
    margin-left: 0;
}}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    opacity: 0.9;
    content: "";
    bottom: 0;
    z-index: -2;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(164,185,163,0.5) 0%, rgb(200,217,199,0.5) 100%);
    left: 0;
    position: absolute;
}footer::after {
    bottom: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    right: 0;
}.vr_labs {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2.5rem;
}.vr_labs::before {
    top: 0;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(200,217,199) 0px,
        rgb(200,217,199) 40px,
        rgb(164,185,163) 40px,
        rgb(164,185,163) 80px
    );
    position: absolute;
    width: 100%;
    height: 20px;
}.vr_labs .container {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}.vr_labs .company_holder {
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    flex: 1 1 380px;
    padding: 2rem;
    position: relative;
    background: rgb(200,217,199,0.5);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-bottom: 6px solid rgb(200,217,199);
    transition: all 0.4s ease;
    border-radius: 0;
}.vr_labs .company_holder:hover {
    transform: rotateX(0deg);
}.vr_labs .company_holder h3 {
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    transform: translateZ(20px);
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 32px;
}.vr_labs .company_holder h3::before {
    position: absolute;
    border-top: 3px solid #ffffff;
    left: -10px;
    top: -10px;
    content: "";
    border-left: 3px solid #ffffff;
    width: 30px;
    height: 30px;
}.vr_labs .company_holder h3::after {
    border-right: 3px solid #ffffff;
    content: "";
    right: -10px;
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    position: absolute;
    width: 30px;
    height: 30px;
}.vr_labs .biz_learnings {
    padding: 1.5rem;
    line-height: 1.6;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
    font-size: 13px;
    color: #ffffff;
}.vr_labs .campus_links {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.vr_labs .top_pagebar {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.vr_labs .top_sitebar {
    transform: rotateX(-5deg);
    min-width: 220px;
    transform-style: preserve-3d;
    flex: 1 1 calc(50% - 1.5rem);
    transition: all 0.4s ease;
    position: relative;
}.vr_labs .top_sitebar:hover {
    transform: rotateX(0deg);
}.vr_labs .top_sitebar h5 {
    transform: translateZ(15px);
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    font-size: 23px;
    font-weight: 600;
    padding: 1rem 1.5rem;
    background: rgb(164,185,163,0.5);
    color: #ffffff;
    margin: 0 0 1.5rem;
    display: inline-block;
}.vr_labs .top_sitebar h5::after {
    bottom: -5px;
    right: 0;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    background: rgb(164,185,163);
}.vr_labs .top_sitebar .top_pagebar {
    transform: translateZ(5px);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
}.vr_labs .top_sitebar .top_pagebar a {
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transform: translateZ(10px);
    display: block;
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    overflow: hidden;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
}.vr_labs .top_sitebar .top_pagebar a::before {
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
}.vr_labs .top_sitebar .top_pagebar a:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(164,185,163,0.5);
}.vr_labs .top_sitebar .top_pagebar a:hover::before {
    left: 100%;
}.patent_info {
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-top: 3rem;
    padding: 2rem 0;
    position: relative;
    background: rgb(164,185,163,0.5);
}.patent_info::before {
    content: "";
    left: 0;
    top: -20px;
    background: rgb(164,185,163);
    transform-origin: bottom;
    position: absolute;
    width: 100%;
    height: 20px;
    transform: rotateX(45deg);
}.patent_info .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.patent_info .art_portal {
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    transform: translateZ(5px);
    font-size: 12px;
}

@media (max-width: 1200px) {.vr_labs .container {
    gap: 3rem;
}.vr_labs .company_holder {
    flex: 1 1 350px;
}.vr_labs .campus_links {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.vr_labs .top_pagebar {
    gap: 2rem;
}
}

@media (max-width: 992px) {.vr_labs {
    padding: 4rem 0 2rem;
}.vr_labs .container {
    flex-direction: column;
    gap: 3rem;
}.vr_labs .company_holder,
    .vr_labs .campus_links {
    min-width: 100%;
    flex: 1 1 100%;
}.vr_labs .top_sitebar {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.vr_labs .company_holder,
    .vr_labs .top_sitebar {
    transform: none;
}
}

@media (max-width: 768px) {.vr_labs {
    padding: 3.5rem 0 1.5rem;
}.vr_labs .top_pagebar {
    gap: 1.5rem;
}.vr_labs .company_holder h3 {
    font-size: calc(32px - 2px);
}.vr_labs .company_holder h3::before,
    .vr_labs .company_holder h3::after {
    width: 20px;
    height: 20px;
}.patent_info {
    margin-top: 2rem;
}.patent_info::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.vr_labs {
    padding: 3rem 0 1rem;
}.vr_labs .top_sitebar {
    flex: 1 1 100%;
    min-width: 100%;
}.vr_labs .top_pagebar {
    gap: 0.7rem;
}.vr_labs .top_sitebar .top_pagebar a {
    padding: 0.6rem 0.8rem;
}.patent_info {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.patent_info::before {
    display: none;
}
}

@media (max-width: 420px) {.vr_labs::before {
    height: 10px;
}.vr_labs .company_holder h3::before,
    .vr_labs .company_holder h3::after {
    display: none;
}.vr_labs .top_sitebar h5 {
    width: 100%;
    min-width: auto;
}.patent_info .art_portal {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.contact_section {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.contact_section::before {
    left: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
}.contact_section::after {
    animation: gradientShift 15s ease infinite;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    content: '';
    background: linear-gradient(135deg, rgb(200,217,199,0.5) 0%, transparent 50%, rgb(164,185,163,0.5) 100%);
    top: 0;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_section .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.contact_section .feedback_inquiry {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact_section .feedback_inquiry::before {
    background: radial-gradient(circle, rgb(200,217,199,0.5) 0%, transparent 30%);
    position: absolute;
    opacity: 0.1;
    width: 200%;
    left: -50%;
    animation: rotate 30s linear infinite;
    height: 200%;
    top: -50%;
    content: '';
    pointer-events: none;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact_section .request_card {
    flex: 1;
    padding: 50px;
    background: linear-gradient(145deg, rgb(200,217,199,0.5) 0%, rgb(164,185,163,0.5) 100%);
    overflow: hidden;
    position: relative;
}.contact_section .request_card::after {
    height: 100%;
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    position: absolute;
    right: 0;
    width: 100px;
    content: '';
}.contact_section .request_card h3 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    margin-bottom: 40px;
}.contact_section .request_card h3::after {
    bottom: 0;
    height: 3px;
    content: '';
    width: 80px;
    border-radius: 10px;
    background: #ffffff;
    left: 0;
    position: absolute;
}.contact_section .request_card div {
    position: relative;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 25px;
    transform: translateX(0);
    transition: transform 0.3s ease;
    display: flex;
}.contact_section .request_card div:hover {
    transform: translateX(10px);
}.contact_section .request_card div::before {
    position: absolute;
    content: '';
    background: #ffffff;
    top: 50%;
    left: 0;
    border-radius: 10px;
    height: 0;
    width: 5px;
    transition: height 0.3s ease, top 0.3s ease;
}.contact_section .request_card div:hover::before {
    height: 80%;
    top: 10%;
}.contact_section .request_card svg {
    height: 24px;
    margin-right: 15px;
    fill: #ffffff;
    width: 24px;
}.contact_section .request_card svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_section .request_card div:hover svg path {
    fill: rgb(164,185,163);
}.contact_section .request_card span {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}.contact_section .request_card span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_section .request_card span a:hover {
    color: rgb(164,185,163);
}.contact_section .contact_reach {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 50px;
    overflow: hidden;
    position: relative;
    flex: 1.2;
}.contact_section .contact_reach::before {
    top: -100px;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite alternate;
    right: -100px;
    background: radial-gradient(circle, rgb(164,185,163,0.5) 0%, transparent 70%);
    position: absolute;
    content: '';
    height: 200px;
    width: 200px;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.contact_section .contact_reach h3 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
}.contact_section .contact_reach h3::after {
    bottom: -15px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    width: 50px;
    border-radius: 10px;
    height: 2px;
    position: absolute;
    background: rgb(164,185,163);
}.contact_section .contact_reach form {
    flex-direction: column;
    display: flex;
}.contact_section .contact_reach input[type="text"],
.contact_section .contact_reach input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 28px;
    backdrop-filter: blur(5px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
}.contact_section .contact_reach input[type="text"]:focus,
.contact_section .contact_reach input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(164,185,163,0.5);
    outline: none;
    border-color: rgb(164,185,163);
}.contact_section .contact_reach input[type="text"]::placeholder,
.contact_section .contact_reach input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.contact_section .contact_reach .query_help {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact_section .contact_reach .query_help input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section .contact_reach .query_help label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    color: #ffffff;
    font-size: 13px;
}.contact_section .contact_reach .query_help label::before {
    position: absolute;
    top: 2px;
    content: '';
    height: 18px;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 18px;
}.contact_section .contact_reach .query_help label::after {
    height: 4px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    width: 8px;
    position: absolute;
    opacity: 0;
    content: '';
    top: 9px;
    left: 5px;
    transform: rotate(-45deg) scale(0);
    transition: all 0.2s ease;
}.contact_section .contact_reach .query_help input[type="checkbox"]:checked + label::before {
    border-color: rgb(164,185,163);
    background: rgb(164,185,163,0.5);
}.contact_section .contact_reach .query_help input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.contact_section .contact_reach .query_help label a {
    color: rgb(164,185,163);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_section .contact_reach .query_help label a:hover {
    color: #ffffff;
    text-decoration: underline;
}.contact_section .contact_reach .inquiry_list {
    z-index: 1;
    padding: 15px 30px;
    position: relative;
    border: none;
    color: #ffffff;
    font-size: 19px;
    background: linear-gradient(90deg, rgb(200,217,199) 0%, rgb(164,185,163) 100%);
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    border-radius: 28px;
}.contact_section .contact_reach .inquiry_list::before {
    left: -100%;
    width: 100%;
    content: '';
    transition: all 0.6s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    position: absolute;
}.contact_section .contact_reach .inquiry_list:hover::before {
    left: 100%;
}.contact_section .contact_reach .inquiry_list:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.contact_section {
    padding: 80px 0;
}.contact_section .feedback_inquiry {
    flex-direction: column;
}.contact_section .request_card,
    .contact_section .contact_reach {
    padding: 40px;
}.contact_section .request_card {
    text-align: center;
}.contact_section .request_card h3::after {
    transform: translateX(-50%);
    left: 50%;
}.contact_section .request_card div {
    padding-left: 0;
    justify-content: center;
}.contact_section .request_card div::before {
    display: none;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 60px 0;
}.contact_section .request_card,
    .contact_section .contact_reach {
    padding: 30px;
}.contact_section .request_card h3,
    .contact_section .contact_reach h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.contact_section .request_card div {
    margin-bottom: 20px;
}.contact_section .contact_reach input[type="text"],
    .contact_section .contact_reach input[type="email"] {
    padding: 12px 15px;
}.contact_section .contact_reach .inquiry_list {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.contact_section {
    padding: 40px 0;
}.contact_section .container {
    padding: 0 10px;
}.contact_section .request_card,
    .contact_section .contact_reach {
    padding: 20px;
}.contact_section .request_card h3,
    .contact_section .contact_reach h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.contact_section .request_card svg {
    height: 20px;
    width: 20px;
}.contact_section .contact_reach .query_help label {
    font-size: calc(13px * 0.9);
}.contact_section .contact_reach .inquiry_list {
    width: 100%;
}}.thankYouHub {
    background: linear-gradient(135deg, rgb(231,242,230), rgb(164,185,163,0.5) 120%);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.thankYouHub::before {
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(200,217,199,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    content: "";
}.thankYouHub::after {
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(164,185,163) 0%, transparent 70%);
    height: 60%;
    position: absolute;
    width: 40%;
    right: -5%;
    content: "";
    animation: float 15s ease-in-out infinite;
    opacity: 0.1;
    bottom: -10%;
    z-index: 0;
}.thankYouHub .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.thankYouHub .study_learn {
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(164,185,163), 0.05),
              0 5px 10px rgba(rgb(200,217,199), 0.03);
    flex-direction: column;
    transform-origin: center bottom;
    display: flex;
}.thankYouHub .study_learn:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(164,185,163), 0.07),
              0 10px 15px rgba(rgb(200,217,199), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thankYouHub .study_learn > div:first-child {
    position: relative;
    border-left: 4px solid rgb(200,217,199);
    margin-bottom: 2rem;
    transform: translateX(-20px);
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    opacity: 0;
    padding-left: 1.5rem;
}.thankYouHub .study_learn > div:last-child {
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    opacity: 0;
    transform: translateY(20px);
}.thankYouHub h5 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}.thankYouHub h5::after {
    content: "";
    transform-origin: left;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform: scaleX(0);
    left: 0;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(200,217,199), transparent);
    height: 3px;
    position: absolute;
    width: 4rem;
}.thankYouHub p {
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}.thankYouHub a {
    color: inherit;
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.thankYouHub a::before {
    width: 0.5rem;
    transform: translateX(-10px);
    top: 0;
    left: -2.5rem;
    opacity: 0;
    background: linear-gradient(to bottom, rgb(200,217,199), rgb(164,185,163));
    content: "";
    position: absolute;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}.thankYouHub a:hover {
    transform: translateX(10px);
}.thankYouHub a:hover::before {
    opacity: 0.7;
    transform: translateX(0);
}.thankYouHub a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(200,217,199,0.5);
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

@media (min-width: 768px) {.thankYouHub {
    padding: 8rem 3rem;
}.thankYouHub .study_learn {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.thankYouHub .study_learn > div:first-child {
    margin-bottom: 3rem;
    border-left-width: 6px;
    padding-left: 2rem;
}.thankYouHub h5 {
    font-size: calc(22px * 1.1);
}.thankYouHub p {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.thankYouHub .study_learn {
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
}.thankYouHub .study_learn > div:first-child {
    margin-right: 5rem;
    margin-bottom: 0;
    flex: 0 0 40%;
}.thankYouHub .study_learn > div:last-child {
    flex: 0 0 60%;
}.thankYouHub h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.thankYouHub {
    padding: 4rem 1.5rem;
}.thankYouHub .study_learn {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.thankYouHub h5 {
    font-size: calc(22px * 0.9);
}.thankYouHub p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.thankYouHub a::before {
    left: -1.5rem;
    width: 0.3rem;
}}.future_members {
    position: relative;
    padding: 5rem 0;
    background-color: rgb(231,242,230);
    z-index: 1;
    overflow: hidden;
}.future_members::before,
.future_members::after {
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(200,217,199) 50%, 
        transparent 80%);
    z-index: -1;
    height: 100%;
    animation: beamScan 8s infinite ease-out;
    position: absolute;
    top: 0;
    width: 1px;
    content: '';
    opacity: 0;
}.future_members::before {
    left: 25%;
    animation-delay: 0s;
}.future_members::after {
    animation-delay: 4s;
    right: 25%;
}.future_members .study_learn {
    max-width: 1000px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.future_members .study_learn::before,
.future_members .study_learn::after {
    z-index: -1;
    content: '';
    left: 0;
    position: absolute;
    height: 1px;
    opacity: 0;
    width: 100%;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(164,185,163) 50%, 
        transparent 90%);
    animation: horizontalBeam 10s infinite ease-out;
}.future_members .study_learn::before {
    top: 30%;
    animation-delay: 2s;
}.future_members .study_learn::after {
    bottom: 30%;
    animation-delay: 6s;
}.future_members h3 {
    font-size: 32px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    color: rgb(200,217,199);
    font-weight: 600;
    margin-bottom: 3.5rem;
}.future_members h3::after {
    background: rgb(200,217,199);
    opacity: 0.7;
    animation: pulseLine 4s infinite ease-in-out;
    transform: translateX(-50%) scaleX(0.3);
    position: absolute;
    height: 2px;
    bottom: -15px;
    width: 100px;
    content: '';
    left: 50%;
}.future_members ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 1.2rem;
}.future_members ul li {
    padding: 1.3rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
}.future_members ul li::before {
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    transition: transform 0.4s ease;
    transform: scaleY(0);
    opacity: 0.5;
    height: 100%;
    transform-origin: top;
    width: 3px;
    background: linear-gradient(to bottom, 
        rgb(164,185,163,0.5), 
        rgb(200,217,199,0.5));
}.future_members ul li::after {
    height: 100%;
    content: '';
    transition: transform 0.5s ease;
    width: 100%;
    z-index: -1;
    left: 0;
    transform: translateX(-100%);
    opacity: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(200,217,199,0.5) 20%, 
        transparent 80%);
    top: 0;
}.future_members ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.future_members ul li:hover::before {
    transform: scaleY(1);
}.future_members ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.future_members ul li svg {
    flex-shrink: 0;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    height: 28px;
    width: 28px;
    z-index: 1;
    position: relative;
}.future_members ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.future_members ul li svg path {
    fill: rgb(200,217,199);
    transition: fill 0.4s ease;
}.future_members ul li:hover svg path {
    fill: rgb(164,185,163);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.future_members::before :nth-child(1) {
    animation-delay: 1s;
}.future_members::before :nth-child(2) {
    animation-delay: 3s;
}.future_members::before :nth-child(3) {
    animation-delay: 5s;
}.future_members ul::before {
    position: absolute;
    border: 1px solid rgb(200,217,199,0.5);
    border-radius: 50%;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    opacity: 0.2;
    content: '';
}.future_members ul::after {
    width: 30px;
    left: 20px;
    opacity: 0.2;
    height: 30px;
    content: '';
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    border: 1px solid rgb(164,185,163,0.5);
}

@media (max-width: 992px) {.future_members {
    padding: 4rem 0;
}.future_members h3 {
    font-size: calc(32px * 0.9);
}.future_members ul {
    gap: 1rem;
}.future_members ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.future_members {
    padding: 3rem 0;
}.future_members .study_learn {
    padding: 0 1.5rem;
}.future_members h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.8);
}.future_members ul {
    gap: 0.8rem;
}.future_members ul li {
    padding: 1rem;
}.future_members ul li svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}}.course_summary {
    background: linear-gradient(145deg, rgb(231,242,230) 0%, rgb(200,217,199,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.course_summary::before {
    width: 100%;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(200,217,199,0.5),
        rgb(200,217,199,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    opacity: 0.04;
    left: 0;
    height: 100%;
    position: absolute;
}.course_summary .container {
    z-index: 2;
    position: relative;
}.course_summary .knowledge_base {
    position: relative;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
}.course_summary .text_bubble {
    border-radius: 12px;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transition: transform 0.4s ease;
    position: relative;
    padding: 2.5rem;
}.course_summary .text_bubble:hover {
    transform: translateY(-10px);
}.course_summary .text_bubble::before {
    height: 8rem;
    opacity: 0.6;
    background: rgb(164,185,163,0.5);
    right: 3rem;
    border-radius: 50%;
    width: 8rem;
    content: "";
    position: absolute;
    top: -4rem;
    z-index: -1;
}.course_summary .text_bubble h2 {
    animation: fadeInUp 0.8s ease forwards;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    color: rgb(200,217,199);
    font-weight: 700;
    font-size: 31px;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_summary .text_bubble h2::after {
    height: 4px;
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    width: 3rem;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    background: rgb(164,185,163);
}.course_summary .text_bubble:hover h2::after {
    width: 100%;
}.course_summary .text_bubble .description {
    color: #000000;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 17px;
    line-height: 1.7;
    padding-left: 1rem;
    position: relative;
    opacity: 0;
    animation-delay: 0.2s;
    margin-bottom: 1.2rem;
}.course_summary .text_bubble .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 0.4s;
    font-weight: 600;
}.course_summary .text_bubble .description::before {
    height: 4px;
    background: rgb(164,185,163);
    position: absolute;
    left: 0;
    width: 4px;
    top: 0.5rem;
    border-radius: 50%;
    content: "";
}.course_summary .thumbnail {
    z-index: 2;
    position: relative;
    height: 320px;
    transition: transform 0.5s ease;
    margin-top: -2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    border-radius: 0;
}.course_summary .thumbnail:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course_summary .thumbnail::after {
    top: 0;
    content: "";
    background: linear-gradient(
        to bottom right,
        rgb(200,217,199,0.5) 0%,
        transparent 40%
    );
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

@media (min-width: 768px) {.course_summary .knowledge_base {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.course_summary .text_bubble {
    align-self: center;
    margin-right: -4rem;
    grid-column: 1 / 2;
}.course_summary .thumbnail {
    height: 400px;
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
}.course_summary .thumbnail::before {
    opacity: 0.4;
    background: rgb(164,185,163);
    width: 60%;
    bottom: -20px;
    height: 20px;
    position: absolute;
    content: "";
    filter: blur(15px);
    left: 20px;
    z-index: -1;
}
}

@media (min-width: 992px) {.course_summary .knowledge_base {
    grid-template-columns: 1.2fr 0.8fr;
}.course_summary .text_bubble {
    padding: 3rem;
}.course_summary .thumbnail {
    margin-top: 3rem;
    height: 450px;
}.course_summary .text_bubble::after {
    content: "";
    position: absolute;
    bottom: -3rem;
    background: rgb(200,217,199,0.5);
    left: 25%;
    width: 6rem;
    opacity: 0.4;
    border-radius: 50%;
    z-index: -1;
    height: 6rem;
}
}

@media (max-width: 767px) {.course_summary {
    padding: 4rem 0;
}.course_summary .thumbnail {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.give_it_a_try {
    background: linear-gradient(45deg, rgb(200,217,199) 0%, rgb(164,185,163) 100%);
    z-index: 1;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.give_it_a_try::before {
    left: 0;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    content: '';
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(200,217,199) 0deg,
            rgb(164,185,163) 15deg,
            rgb(200,217,199) 30deg
        );
    width: 100%;
    animation: rotateBg 20s linear infinite;
    height: 100%;
}.give_it_a_try::after {
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    animation: scanLines 5s linear infinite alternate;
    background-position: center;
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
    opacity: 0.05;
    background-size: 100% 100px, 100px 100%;
    background-repeat: no-repeat;
    left: 0;
    height: 100%;
    width: 100%;
}.give_it_a_try .study_learn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(200,217,199,0.5),
        0 0 40px rgb(200,217,199,0.5);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    z-index: 2;
    position: relative;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
    display: flex;
    backdrop-filter: blur(10px);
}.give_it_a_try .study_learn::before {
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    top: -50%;
    width: 200%;
    height: 200%;
    content: '';
    left: -50%;
    z-index: -1;
    position: absolute;
    animation: pulseGlow 6s ease-in-out infinite alternate;
}.give_it_a_try .study_learn::after {
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.3;
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
}.give_it_a_try h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 32px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(200,217,199);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}.give_it_a_try h3::before {
    width: 100%;
    content: attr(data-text);
    opacity: 0.7;
    color: rgb(164,185,163);
    z-index: -1;
    height: 100%;
    top: 0;
    left: -3px;
    animation: glitchEffect 2s infinite linear alternate;
    position: absolute;
}.give_it_a_try h3::after {
    width: 100%;
    z-index: -2;
    opacity: 0.7;
    color: rgb(200,217,199);
    position: absolute;
    left: 3px;
    top: 0;
    height: 100%;
    content: attr(data-text);
    animation: glitchEffect 3s infinite linear alternate-reverse;
}.give_it_a_try .contact_feedback {
    font-size: 16px;
    position: relative;
    background: linear-gradient(45deg, rgb(200,217,199), rgb(164,185,163), rgb(200,217,199));
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 600;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(164,185,163,0.5),
        0 0 30px rgb(164,185,163,0.5);
    background-size: 200% 200%;
    letter-spacing: 2px;
    display: inline-block;
    animation: gradientFlow 5s ease infinite;
    transition: all 0.4s ease;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    padding: 18px 45px;
}.give_it_a_try .contact_feedback::before {
    animation: gradientFlow 5s ease infinite;
    z-index: -1;
    background: linear-gradient(45deg, rgb(200,217,199), rgb(164,185,163), rgb(200,217,199));
    position: absolute;
    border-radius: calc(25px + 2px);
    right: -2px;
    top: -2px;
    background-size: 400% 400%;
    bottom: -2px;
    content: '';
    left: -2px;
    opacity: 0.7;
}.give_it_a_try .contact_feedback::after {
    z-index: 1;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 70%;
    left: -100%;
    content: '';
    transform: skewX(-20deg);
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
}.give_it_a_try .contact_feedback:hover {
    color: #ffffff;
    transform: translateY(-5px) scale(1.03);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(164,185,163),
        0 0 50px rgb(164,185,163,0.5);
    text-shadow: 0 0 10px #ffffff;
}.give_it_a_try .contact_feedback:hover::after {
    left: 130%;
}

@media screen and (max-width: 992px) {.give_it_a_try {
    padding: 100px 0;
}.give_it_a_try .study_learn {
    max-width: 90%;
    padding: 50px 30px;
}.give_it_a_try h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 45px;
}.give_it_a_try .contact_feedback {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.give_it_a_try {
    padding: 80px 0;
}.give_it_a_try .study_learn {
    padding: 40px 25px;
}.give_it_a_try h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(32px * 0.8);
}.give_it_a_try .contact_feedback {
    font-size: calc(16px * 0.95);
    padding: 14px 35px;
}
}

@media screen and (max-width: 576px) {.give_it_a_try {
    padding: 60px 0;
}.give_it_a_try .study_learn {
    padding: 30px 20px;
}.give_it_a_try h3 {
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(32px * 0.7);
}.give_it_a_try .contact_feedback {
    letter-spacing: 1px;
    padding: 12px 30px;
    font-size: calc(16px * 0.9);
}}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}.user_reviews {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(231,242,230) 0%, #ffffff 100%);
    overflow: hidden;
}.user_reviews::before {
    position: absolute;
    z-index: 1;
    height: 70%;
    top: -5%;
    width: 40%;
    background: radial-gradient(ellipse at center, rgb(200,217,199,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(-15deg);
    opacity: 0.2;
    right: -10%;
}.user_reviews::after {
    bottom: -5%;
    z-index: 1;
    position: absolute;
    height: 70%;
    left: -10%;
    background: radial-gradient(ellipse at center, rgb(164,185,163,0.5) 0%, transparent 70%);
    width: 50%;
    content: "";
    transform: rotate(15deg);
    opacity: 0.15;
}.user_reviews .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.user_reviews h2 {
    position: relative;
    font-weight: 700;
    font-size: 37px;
    text-align: left;
    transform: translateX(1rem);
    color: #000000;
    margin-bottom: 3rem;
}.user_reviews h2::after {
    background: linear-gradient(90deg, rgb(200,217,199) 0%, rgb(164,185,163) 100%);
    transform: scaleX(1);
    height: 0.25rem;
    width: 6rem;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left;
    content: "";
    bottom: -0.8rem;
}.user_reviews .review_quotes {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    gap: 2rem;
}.user_reviews .student_votes {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    position: relative;
    padding: 2rem;
    background: #ffffff;
}.user_reviews .student_votes::before {
    opacity: 0.1;
    color: rgb(200,217,199,0.5);
    content: "";
    line-height: 1;
    position: absolute;
    right: 1rem;
    top: -2rem;
    font-family: serif;
    font-size: 10rem;
    z-index: 0;
}.user_reviews .student_votes:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.user_reviews .student_votes div {
    margin-bottom: 1.5rem;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 2;
}.user_reviews .student_votes div::after {
    width: 40%;
    background: linear-gradient(90deg, rgb(164,185,163) 0%, transparent 100%);
    bottom: -0.75rem;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
}.user_reviews .student_votes:hover div::after {
    width: 70%;
}.user_reviews .student_votes img {
    margin-right: 1rem;
    width: 60px;
    border-radius: 50%;
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 60px;
    border: 3px solid #ffffff;
    object-fit: cover;
}.user_reviews .student_votes:hover img {
    transform: scale(1.05);
}.user_reviews .student_votes h4 {
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #000000;
    margin: 0;
}.user_reviews .student_votes:hover h4 {
    transform: translateX(0.5rem);
    color: rgb(200,217,199);
}.user_reviews .student_votes .description {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    z-index: 2;
    color: #000000;
    position: relative;
    font-weight: 400;
}.user_reviews a {
    margin-top: 3rem;
    border: 2px solid rgb(200,217,199);
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    background: transparent;
    padding: 1rem 2rem;
    z-index: 2;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.user_reviews a::before {
    content: "";
    width: 0;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    background: rgb(200,217,199);
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}.user_reviews a:hover {
    color: #ffffff;
}.user_reviews a:hover::before {
    width: 100%;
}

@media (max-width: 992px) {.user_reviews {
    padding: 5rem 0;
}.user_reviews .review_quotes {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_reviews .student_votes {
    padding: 1.5rem;
}.user_reviews h2 {
    transform: translateX(0);
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.user_reviews {
    padding: 4rem 0;
}.user_reviews .review_quotes {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.user_reviews .student_votes {
    padding: 1.25rem;
}.user_reviews .student_votes img {
    width: 50px;
    height: 50px;
}.user_reviews h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.user_reviews h2::after {
    width: 5rem;
}
}

@media (max-width: 576px) {.user_reviews {
    padding: 3rem 0;
}.user_reviews .review_quotes {
    grid-template-columns: 1fr;
    gap: 1rem;
}.user_reviews .student_votes {
    padding: 1.25rem;
}.user_reviews .student_votes::before {
    font-size: 8rem;
}.user_reviews .student_votes img {
    width: 45px;
    height: 45px;
}.user_reviews h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
    text-align: center;
}.user_reviews h2::after {
    width: 4rem;
    transform: translateX(-50%);
    left: 50%;
}.user_reviews a {
    width: 80%;
    text-align: center;
    margin: 2rem auto 0;
    display: block;
}}.about_this {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.about_this::before {
    right: 0;
    z-index: 1;
    left: 0;
    background-image: linear-gradient(135deg, 
    rgba(22, 28, 45, 0.85) 0%, 
    rgba(22, 28, 45, 0.7) 50%, 
    rgba(22, 28, 45, 0.6) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}.about_this::after {
    right: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    left: 0;
    pointer-events: none;
}.about_this .container {
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.about_this .text_bubble {
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 900px;
    padding: 40px;
    transform: translateY(20px);
    animation: slide-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    margin: 0 auto;
    backdrop-filter: blur(10px);
}.about_this .text_bubble::before {
    background: linear-gradient(
    to bottom,
    rgb(200,217,199) 0%,
    rgb(164,185,163) 100%
  );
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
}.about_this h1 {
    animation: slide-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    color: #ffffff;
    font-size: 40px;
    display: inline-block;
    transform: translateX(-20px);
    font-weight: 700;
    position: relative;
    opacity: 0;
    margin: 0 0 40px;
}.about_this h1::after {
    content: "";
    background: rgb(164,185,163);
    position: absolute;
    bottom: -10px;
    animation: line-grow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    left: 0;
    height: 3px;
    width: 70px;
    transform: scaleX(0);
    transform-origin: left;
}.about_this ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.about_this li {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 15px;
    animation: fade-in 0.7s ease-out 0.4s forwards;
}.about_this h4 {
    color: rgb(164,185,163);
    padding-bottom: 10px;
    position: relative;
    font-size: calc(24px + 2px);
    margin: 0 0 15px;
    font-weight: 600;
    display: inline-block;
}.about_this h4::after {
    bottom: 0;
    content: "";
    height: 2px;
    background-color: rgb(164,185,163,0.5);
    left: 0;
    width: 40px;
    position: absolute;
}.about_this span {
    line-height: 1.8;
    opacity: 0.9;
    display: block;
    column-gap: 40px;
    position: relative;
    font-size: calc(16px + 1px);
    color: #ffffff;
    text-align: justify;
    column-count: 1;
}

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

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.about_this {
    padding: 150px 0;
}.about_this .text_bubble {
    padding: 60px;
    transform: translateY(0);
}.about_this h1 {
    margin-bottom: 50px;
    font-size: calc(40px + 10px);
}.about_this span {
    column-gap: 50px;
    column-count: 2;
}.about_this h4 {
    font-size: calc(24px + 4px);
}
}

@media (min-width: 992px) {.about_this .text_bubble {
    padding: 70px;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
}.about_this .text_bubble::before {
    width: 6px;
}.about_this span {
    font-size: calc(16px + 2px);
}.about_this h1::after {
    width: 90px;
    height: 4px;
}
}

@media (max-width: 767px) {.about_this {
    padding: 80px 0;
}.about_this .text_bubble {
    padding: 30px 20px;
}.about_this h1 {
    font-size: calc(40px - 2px);
    margin-bottom: 30px;
}.about_this span {
    line-height: 1.6;
    font-size: 16px;
}.about_this h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
}

@media (max-width: 480px) {.about_this {
    padding: 60px 0;
}.about_this .text_bubble {
    padding: 25px 15px;
}.about_this h1 {
    margin-bottom: 25px;
    font-size: calc(40px - 4px);
}.about_this h4::after {
    width: 30px;
}.about_this span {
    font-size: calc(16px - 1px);
    line-height: 1.5;
}}.pricing_zone {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_zone::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}.pricing_zone .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.pricing_zone .plan_pricing {
    position: relative;
    perspective: 1000px;
}.pricing_zone h2 {
    transform: translateZ(50px);
    font-weight: 700;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    font-size: 32px;
    animation: fadeInDown 0.8s ease-out forwards;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}.pricing_zone .edu_packages {
    opacity: 0.9;
    margin: 0 auto 50px;
    color: #ffffff;
    font-size: calc(18px * 1.1);
    transform: translateZ(30px);
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    max-width: 800px;
}.pricing_zone .rate_schemes {
    margin: 0;
    list-style: none;
    perspective: 2000px;
    display: grid;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_zone .rate_schemes li {
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
    height: 100%;
}.pricing_zone .rate_schemes li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_zone .rate_schemes li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_zone .rate_schemes li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing_zone .rate_schemes li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing_zone .tuition_plans {
    height: 100%;
    transform-style: preserve-3d;
    color: inherit;
    text-decoration: none;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}.pricing_zone .tuition_plans:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.pricing_zone .pricing_rates {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(200,217,199,0.5), rgb(164,185,163,0.5));
    overflow: hidden;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    height: 100%;
}.pricing_zone .tuition_plans:hover .pricing_rates {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.pricing_zone .pricing_rates::before {
    right: -10px;
    transform: rotate(45deg);
    background: rgb(164,185,163);
    content: "";
    opacity: 0.15;
    height: 100px;
    transition: all 0.4s ease;
    position: absolute;
    top: -10px;
    width: 100px;
}.pricing_zone .tuition_plans:hover .pricing_rates::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.25;
}.pricing_zone .cost_levels {
    padding: 35px 30px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    position: relative;
}.pricing_zone .tuition_plans:hover .cost_levels {
    transform: translateZ(10px);
}.pricing_zone .cost_levels h4 {
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: calc(18px * 1.2);
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 20px;
}.pricing_zone .tuition_plans:hover .cost_levels h4 {
    transform: translateY(-5px);
}.pricing_zone .cost_levels h4::after {
    height: 3px;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    width: 50px;
    left: 0;
    background: rgb(200,217,199);
    bottom: 0;
}.pricing_zone .tuition_plans:hover .cost_levels h4::after {
    width: 80px;
}.pricing_zone .cost_levels p {
    color: #ffffff;
    overflow-y: auto;
    font-size: 18px;
    opacity: 0.8;
    padding-right: 10px;
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
    line-height: 1.6;
    max-height: 200px;
}.pricing_zone .cost_levels p::-webkit-scrollbar {
    width: 4px;
}.pricing_zone .cost_levels p::-webkit-scrollbar-thumb {
    background: rgb(200,217,199,0.5);
    border-radius: 10px;
}.pricing_zone .tuition_plans:hover .cost_levels p {
    opacity: 1;
}.pricing_zone .cert_cost {
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px;
    position: relative;
    font-size: calc(18px * 1.4);
    transition: all 0.4s ease;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: block;
}.pricing_zone .cert_cost::before {
    width: 30px;
    top: -10px;
    position: absolute;
    left: 0;
    background: rgb(164,185,163);
    height: 2px;
    content: "";
    transition: width 0.4s ease;
}.pricing_zone .tuition_plans:hover .cert_cost::before {
    width: 50px;
}.pricing_zone .tuition_plans:hover .cert_cost {
    color: rgb(164,185,163);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing_zone {
    padding: 100px 0;
}.pricing_zone h2 {
    font-size: calc(32px * 0.9);
}.pricing_zone .edu_packages {
    margin-bottom: 40px;
    font-size: 18px;
}.pricing_zone .rate_schemes {
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_zone {
    padding: 80px 0;
}.pricing_zone .rate_schemes {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_zone .cost_levels {
    padding: 30px 25px;
}.pricing_zone .cost_levels p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.pricing_zone {
    padding: 70px 0;
}.pricing_zone h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
}.pricing_zone .edu_packages {
    margin-bottom: 30px;
    font-size: calc(18px * 0.95);
}.pricing_zone .rate_schemes {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.pricing_zone .pricing_rates {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.pricing_zone .cert_cost {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 576px) {.pricing_zone {
    padding: 60px 0;
}.pricing_zone h2 {
    font-size: calc(32px * 0.7);
}.pricing_zone .edu_packages {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.pricing_zone .cost_levels {
    padding: 25px 20px;
}.pricing_zone .cost_levels h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
}.pricing_zone .cost_levels p {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
    max-height: 150px;
}}.greeting_page {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgb(231,242,230);
    position: relative;
    width: 100%;
    display: flex;
}.class_online {
    transform: translateZ(0);
    position: relative;
    max-width: 1200px;
    width: 90%;
    z-index: 1;
}.greeting_page .learn_start {
    padding: 4rem 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 98% 100%, 0 100%);
    overflow: hidden;
}.greeting_page .learn_start::before {
    backdrop-filter: blur(3px);
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(200,217,199,0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    top: 0;
    content: "";
    height: 100%;
}.greeting_page .learn_start::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 120px;
    top: -10px;
    position: absolute;
    z-index: 0;
    transform: rotate(15deg);
    right: -10px;
    animation: float 6s ease-in-out infinite;
    content: "";
    height: 120px;
    background: rgb(164,185,163);
    opacity: 0.85;
}.greeting_page .learn_start span {
    background: rgb(200,217,199);
    display: inline-block;
    transform: skewX(-5deg) translateX(-10px);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1.5rem;
    z-index: 2;
    margin-bottom: 1.5rem;
    position: relative;
}.greeting_page .learn_start h3 {
    margin: 0;
    color: #ffffff;
    font-size: calc(21px * 0.9);
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.5px;
    transform: skewX(5deg);
}.greeting_page .learn_start h1 {
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateX(0);
    position: relative;
    font-size: calc(44px * 1.2);
    z-index: 2;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 1.5rem;
}.greeting_page .learn_start h1::after {
    height: 4px;
    content: "";
    width: 80px;
    bottom: -10px;
    left: 0;
    transition: width 0.5s ease;
    position: absolute;
    background: rgb(164,185,163);
}.greeting_page .learn_start div div {
    max-width: 600px;
    background: rgba(255, 255, 255, 0.15);
    margin-top: 2rem;
    border-left: 3px solid rgb(164,185,163);
    padding: 1.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 2;
    transform: translateX(20px);
}.greeting_page .learn_start div div::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(
    90deg,
    rgb(200,217,199,0.5) 0%,
    transparent 100%
  );
    content: "";
}.greeting_page .learn_start p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    font-size: calc(16px * 1.2);
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

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

@media (hover: hover) {.greeting_page:hover .learn_start h1 {
    transform: translateX(10px);
}.greeting_page:hover .learn_start h1::after {
    width: 120px;
}
}

@media screen and (max-width: 992px) {.greeting_page {
    min-height: 100vh;
    height: auto;
}.greeting_page .learn_start {
    padding: 3rem 2rem;
}.greeting_page .learn_start h1 {
    font-size: calc(44px * 1);
}.greeting_page .learn_start::after {
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 768px) {.class_online {
    width: 95%;
}.greeting_page .learn_start {
    padding: 2.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
}.greeting_page .learn_start span {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}.greeting_page .learn_start h3 {
    font-size: calc(21px * 0.8);
}.greeting_page .learn_start h1 {
    font-size: calc(34px * 1.1);
    margin-bottom: 1rem;
}.greeting_page .learn_start div div {
    padding: 1rem;
    transform: translateX(10px);
    margin-top: 1.5rem;
}.greeting_page .learn_start p {
    font-size: 16px;
}
}

@media screen and (max-width: 576px) {.greeting_page {
    padding: 2rem 0;
}.class_online {
    width: 92%;
}.greeting_page .learn_start {
    padding: 2rem 1.25rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.greeting_page .learn_start span {
    transform: skewX(-3deg) translateX(-5px);
}.greeting_page .learn_start h3 {
    font-size: calc(18px * 1.1);
    transform: skewX(3deg);
}.greeting_page .learn_start h1 {
    font-size: 34px;
}.greeting_page .learn_start div div {
    margin-top: 1.25rem;
    transform: translateX(0);
}.greeting_page .learn_start p {
    font-size: calc(16px * 0.9);
}.greeting_page .learn_start::after {
    width: 60px;
    right: -5px;
    top: -5px;
    height: 60px;
}}header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background: rgb(231,242,230);
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    z-index: 100;
}header::before {
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(200,217,199), 0.03) 25%, 
        rgba(rgb(200,217,199), 0.05) 50%,
        rgba(rgb(200,217,199), 0.03) 75%,
        transparent 100%
    );
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
}header .nav_lead {
    display: flex;
    position: relative;
    padding: 1.2rem 2rem;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}header .main_guide {
    max-width: 180px;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .main_info {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .main_info:hover {
    transform: translateY(-3px);
}header .main_info img {
    height: auto;
    display: block;
    filter: brightness(1.03);
    max-width: 100%;
}header .main_info::before {
    transition: all 0.3s ease;
    height: 10px;
    transform: scaleX(0.7);
    content: '';
    opacity: 0;
    width: 100%;
    background: rgb(200,217,199);
    left: 0;
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
}header .main_info:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .top_sitebar {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    margin: 0;
}header .top_sitebar::after {
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(200,217,199,0.5), 
        transparent
    );
    left: 0;
}header .nav_block {
    margin: 0;
    position: relative;
}header .nav_block a {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
    color: #000000;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
}header .nav_block a::before {
    height: 3px;
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    content: '';
    bottom: 0;
    background: rgb(200,217,199);
    transform: translateX(-100%);
    left: 0;
}header .nav_block a:hover {
    color: rgb(200,217,199);
}header .nav_block a:hover::before {
    transform: translateX(0);
}header .nav_block a::after {
    left: 0;
    transform: scale(0.8);
    border-radius: 10px;
    background: rgb(200,217,199,0.5);
    pointer-events: none;
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    z-index: -1;
    opacity: 0;
}header .nav_block a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .nav_lead::before {
    top: 0;
    position: absolute;
    width: 30%;
    right: 0;
    background: linear-gradient(-90deg, rgb(231,242,230), transparent);
    height: 100%;
    content: '';
    z-index: -1;
}header .nav_lead::after {
    background: linear-gradient(90deg, rgb(231,242,230), transparent);
    left: 0;
    width: 30%;
    height: 100%;
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
}header .main_train {
    padding-top: 2rem;
    background: #ffffff;
    z-index: 1;
    position: relative;
}

@media (min-width: 1400px) {header .nav_lead {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_block a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav_lead {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    flex-direction: row;
}header .main_guide {
    margin-right: 0;
    margin-bottom: 0;
}header .top_sitebar {
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: flex-end;
    padding-top: 1rem;
}header .nav_block {
    margin-bottom: 0.5rem;
}header .nav_block a {
    font-size: calc(17px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .nav_lead {
    padding: 1rem 1.5rem;
}header .main_guide {
    flex: 0 0 auto;
    max-width: 150px;
}header .top_sitebar {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    margin-top: 0.5rem;
    overflow-x: auto;
}header .top_sitebar::-webkit-scrollbar {
    height: 3px;
}header .top_sitebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(200,217,199,0.5);
}header .nav_block {
    flex: 0 0 auto;
}header .nav_block a {
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
}header .top_sitebar::after {
    bottom: 0;
}header .main_info::before {
    display: none;
}}.leadership_profile {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,242,230), rgb(200,217,199,0.5));
    padding: 4rem 0;
    perspective: 1000px;
}.leadership_profile::before {
    z-index: 1;
    top: -50%;
    background: radial-gradient(ellipse at center, rgb(164,185,163,0.5) 0%, transparent 70%);
    width: 200%;
    opacity: 0.4;
    left: -50%;
    height: 200%;
    pointer-events: none;
    position: absolute;
    content: '';
    transform: rotate(-15deg);
}.leadership_profile::after {
    top: 0;
    pointer-events: none;
    z-index: 1;
    right: 0;
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0.5;
    width: 100%;
    background: radial-gradient(circle at top right, rgb(200,217,199,0.5) 0%, transparent 60%);
}.leadership_profile .container {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
}.leadership_profile .student_votes {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    background: #ffffff;
    display: grid;
    gap: 2rem;
    border-left: 4px solid rgb(200,217,199);
    padding: 2.5rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.leadership_profile .student_votes:hover {
    transform: translateZ(20px);
}.leadership_profile .student_votes > div:nth-child(1) {
    justify-content: center;
    align-items: center;
    display: flex;
}.leadership_profile .thumbnail {
    width: 180px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transform: rotate(-3deg) translateZ(30px);
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.leadership_profile .thumbnail::after {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.7;
    content: '';
    mix-blend-mode: overlay;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(200,217,199,0.5), transparent);
}.leadership_profile .student_votes:hover .thumbnail {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.leadership_profile .student_votes > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.leadership_profile .name {
    letter-spacing: 0.03em;
    position: relative;
    font-weight: 700;
    color: rgb(200,217,199);
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0.5rem;
}.leadership_profile .name::after {
    height: 3px;
    width: 40px;
    content: '';
    left: 50%;
    background: rgb(164,185,163);
    position: absolute;
    bottom: -8px;
    transform: translateX(-50%);
}.leadership_profile .student_votes > div:nth-child(2) > div {
    font-size: calc(15px * 0.95);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 1rem;
}.leadership_profile .student_votes > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}.leadership_profile .exp_box {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    padding: 0 1rem;
}.leadership_profile .exp_box::before,
.leadership_profile .exp_box::after {
    width: 25px;
    background-repeat: no-repeat;
    opacity: 0.15;
    content: '';
    background-size: contain;
    height: 25px;
    position: absolute;
}.leadership_profile .exp_box::before {
    top: -10px;
    left: -10px;
}.leadership_profile .exp_box::after {
    transform: rotate(180deg);
    right: -10px;
    bottom: -10px;
}

@media (min-width: 768px) {.leadership_profile {
    padding: 6rem 0;
}.leadership_profile .student_votes {
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
}.leadership_profile .student_votes > div:nth-child(1) {
    align-items: flex-start;
    padding-top: 1rem;
    grid-row: span 2;
}.leadership_profile .student_votes > div:nth-child(2) {
    text-align: left;
}.leadership_profile .name::after {
    transform: none;
    left: 0;
}.leadership_profile .thumbnail {
    height: 220px;
    transform: rotate(-2deg) translateZ(30px);
    width: 220px;
}.leadership_profile .exp_box {
    font-size: calc(15px * 1.05);
    padding: 0;
    line-height: 1.8;
}
}

@media (min-width: 992px) {.leadership_profile {
    padding: 8rem 0;
}.leadership_profile .student_votes {
    padding: 3rem;
    grid-template-columns: 280px 1fr;
    gap: 2rem 4rem;
}.leadership_profile .thumbnail {
    height: 280px;
    width: 280px;
}.leadership_profile .name {
    font-size: calc(20px * 1.1);
}.leadership_profile .student_votes > div:nth-child(2) > div {
    font-size: 15px;
}.leadership_profile .exp_box {
    line-height: 1.9;
    font-size: calc(15px * 1.1);
}.leadership_profile .student_votes::before {
    opacity: 0.15;
    transform: translateZ(-10px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(164,185,163,0.5), transparent);
    width: calc(100% + 20px);
    left: -10px;
    position: absolute;
    top: -10px;
    transition: opacity 0.5s ease;
    content: '';
    height: calc(100% + 20px);
}.leadership_profile .student_votes:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.leadership_profile .container {
    padding: 0 2rem;
}.leadership_profile .student_votes {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.leadership_profile .thumbnail {
    width: 320px;
    height: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .leadership_profile::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .leadership_profile::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}
}