.header_master {
    flex: 1 0 auto;
}

.viewport-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}


.company_overview {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

.company_overview::after {
    bottom: 0;
    opacity: 0.3;
    right: 0;
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    animation: gradientShift 8s ease-in-out infinite alternate;
    background: linear-gradient(180deg, rgb(164,166,161,0.5) 0%, transparent 100%);
    left: 0;
}

.company_overview .text_item::after {
    content: "";
    bottom: -75px;
    border-radius: 50%;
    height: 150px;
    position: absolute;
    background: rgb(121,122,120);
    z-index: -1;
    opacity: 0.05;
    width: 150px;
    left: -75px;
}

.company_overview p b {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(18px * 1.4);
    -webkit-background-clip: text !important;
    color: transparent;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(164,166,161), rgb(121,122,120));
    transform: translateX(0);
}

.gratContent::before {
    width: 40%;
    right: 0;
    top: 0;
    z-index: 1;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    background: linear-gradient(230deg, rgb(121,122,120,0.5) 10%, transparent 80%);
    content: "";
    height: 100%;
}

.gratContent .knowledge_hub {
    padding: 3rem;
    position: relative;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.gratContent li::before {
    transform: rotate(45deg) scale(0);
    position: absolute;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 0.6rem;
    top: 0.5rem;
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 0.6rem;
    content: "";
    background: rgb(164,166,161);
}

.confidential_asylum ul li, .confidential_asylum ol li {
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
}

.confidential_asylum div.container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1000px;
    flex-direction: column;
}

.contact_box h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 15px;
    display: inline-block;
    color: #000000;
    font-size: 36px;
    border-bottom: 3px solid rgb(164,166,161);
}

.contact_box .reach_widget {
    background: #ffffff;
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
}

.contact_box h3 {
    color: rgb(164,166,161);
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 19px;
}

.contact_box input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact_box .feedback_request {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

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

.contact_box .request_map::after {
    content: "";
    transition: all 0.6s ease;
    height: 0;
    width: 0;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
}

.info_hub {
    overflow: hidden;
    padding: 5rem 0;
    isolation: isolate;
    position: relative;
    background: linear-gradient(145deg, rgb(204,201,182) 40%, rgb(164,166,161,0.5) 100%);
}

.info_hub .edu_coach:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.info_hub h3 {
    font-family: Arial, sans-serif;
    font-size: 37px;
    display: inline-block;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.info_hub h5 {
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    font-family: Arial, sans-serif;
    align-items: center;
    margin-bottom: 0.5rem;
    display: flex;
    gap: 0.5rem;
}

.info_hub .instant_help {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(var(--primary-color-rgb), 0) 100%);
    padding: 0.75rem 1rem;
    font-family: Arial, sans-serif;
    align-items: center;
    position: relative;
    text-decoration: none;
    gap: 0.5rem;
    font-size: 15px;
    color: #000000;
    display: flex;
    border-left: 3px solid rgb(164,166,161);
    transition: all 0.3s ease;
}

.title_screen h1 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    color: #ffffff;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    padding-left: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.2;
    font-size: clamp(2rem, 5vw, 41px);
}

.title_screen h1 {
    padding-left: 0;
    padding-bottom: 1rem;
    text-align: center;
}

.title_screen .text_item p {
    line-height: 1.6;
    font-size: clamp(1rem, 3vw, 15px);
    margin-bottom: 2rem;
    position: relative;
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    max-width: 600px;
    color: #ffffff;
}

.title_screen .text_item p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.title_screen svg text {
    font-size: 16px;
    fill: rgb(164,166,161);
    font-weight: 700;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.title_screen .request_map:hover::before {
    left: 100%;
}

.price_pack {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(204,201,182) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.price_pack .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}

.price_pack .annual_fee {
    order: 1;
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.price_pack .trial_pricing {
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-size: 12px;
}

.price_pack .bundle_offer:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.price_pack .basic_rates {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
}

.price_pack .learning_plan h3 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}

.price_pack .image_frame {
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
    height: 180px;
    overflow: hidden;
}

.price_pack .bundle_offer:nth-child(odd) .learning_plan::before {
    border-radius: 50%;
    content: "";
    height: 2.5rem;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    background: rgb(164,166,161,0.5);
    width: 2.5rem;
    right: 1rem;
    top: 1rem;
}

.program_structure .skill_work {
    display: flex;
    top: 0;
    left: 0;
    width: 500%;
    animation: carousel-slide 30s infinite linear;
    position: absolute;
    height: 100%;
}

.program_structure .knowledge_hub {
    padding-left: 3%;
    max-width: 750px;
    width: 100%;
}

.program_structure .education_path h3 {
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    margin-bottom: 1.5rem;
}

.program_structure .education_path .request_map::before {
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to right, rgb(121,122,120), rgb(164,166,161));
    opacity: 0;
    content: '';
}

#cookieWarningWindow:checked ~ .cookieNotificationBanner {
    opacity: 0;
    visibility: hidden;
}

.cookieNotificationBanner p a {
    text-decoration: none;
    color: rgb(164,166,161);
}

.viewport-container .cookie_rules {
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    border: none;
    background: rgb(164,166,161);
    font-weight: 400;
}

.viewport-container .visitor_privacy h5, .viewport-container .visitor_privacy p {
    color: #000000;
}

header .main_mainbar .first_pagebar:hover {
    transform: scale(1.05);
}

header .main_mainbar .first_pagebar .site_prime svg {
    width: auto;
    height: 50px;
}

header .main_mainbar .nav_top .nav_teach:hover {
    transform: translateY(-3px) scale(1.05);
}

header .main_mainbar .nav_top .nav_teach a {
    font-size: 12px;
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 8px 5px;
    position: relative;
}

.operation_process::after {
    content: "";
    right: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.5) 90%);
    position: absolute;
    top: 0;
    pointer-events: none;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.operation_process .container.knowledge_hub > div::before {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 20px;
    opacity: 0.7;
    content: "";
    width: 60px;
    right: 20px;
    position: absolute;
    height: 60px;
    mix-blend-mode: overlay;
}

.operation_process h3::after {
    left: 0;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    width: 70px;
    bottom: 0;
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(121,122,120), transparent);
}

.teacher_profile .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.teacher_profile .review_space::before {
    width: 500px;
    top: 50%;
    opacity: 0.2;
    transform: translate(-50%, -50%);
    height: 500px;
    border: 1px solid rgb(164,166,161,0.5);
    animation: orbit 20s linear infinite;
    left: 50%;
    content: "";
    position: absolute;
    border-radius: 50%;
}

.teacher_profile .image_frame::after {
    z-index: 2;
    position: absolute;
    inset: 0;
    content: "";
    border-radius: 50%;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
}

.teacher_profile .review_space:hover .name::after {
    width: 80px;
}

.teacher_profile .review_space:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}

.teacher_profile .career_table {
    position: relative;
    text-align: center;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    z-index: 3;
    padding: 35px 45px;
    border-radius: 10px;
    font-size: 12px;
    max-width: 650px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
}

.event_cal::before {
    left: 0;
    height: 15px;
    position: absolute;
    width: 100%;
    background: rgb(164,166,161);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    content: "";
}

.event_cal .company_holder h3::after {
    content: "";
    background: rgb(164,166,161);
    height: 3px;
    box-shadow: 0 0 10px rgb(164,166,161);
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 0;
}

.event_cal .nav_begin {
    gap: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.event_cal .nav_top .nav_begin {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}

.event_cal .nav_top .nav_begin a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    transition: all 0.5s ease;
    height: 100%;
    left: -100%;
}

.newsletter_subscription {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 6rem 2rem;
}

.newsletter_subscription h3 {
    animation: fadeUp 0.8s forwards;
    position: relative;
    transform: translateY(30px);
    font-size: clamp(18px, 5vw, 48px);
    line-height: 1.1;
    transform-origin: left;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    color: #000000;
    padding: 0;
}

.newsletter_subscription input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-20px);
}

.newsletter_subscription .sub_texts::before {
    background: rgb(164,166,161);
    z-index: -1;
    top: 0;
    width: 0;
    content: "";
    position: absolute;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    left: 0;
}



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



@media (max-width: 576px) {.company_overview {
    padding: 60px 0;
}.company_overview .text_item {
    padding: 30px 20px;
    border-left-width: 2px;
}.company_overview h5 {
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.9);
}.company_overview p {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.company_overview p b {
    font-size: calc(18px * 1.1);
}.company_overview ol {
    margin-top: 20px;
}.company_overview ol li {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.company_overview ol::before {
    width: 2px;
    left: -15px;
}}



@media (max-width: 992px) {.contact_box {
    padding: 70px 0;
}.contact_box .message_reach {
    flex-direction: column;
}.contact_box .image_frame {
    flex: 0 0 auto;
    min-height: 300px;
}.contact_box .reach_widget {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}



@media (max-width: 576px) {.contact_box {
    padding: 50px 0;
}.contact_box .container {
    padding: 0 15px;
}.contact_box h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.contact_box .reach_widget {
    padding: 30px 20px 40px;
}.contact_box .request_map {
    width: 100%;
}.contact_box .image_frame {
    min-height: 200px;
}}



@media (max-width: 767px) {.info_hub {
    padding: 4rem 0;
}.info_hub .edu_coach {
    transform: none;
    padding: 2rem;
}.info_hub h3 {
    font-size: calc(37px * 0.9);
}.info_hub p {
    font-size: calc(15px * 0.95);
}.info_hub .instant_help {
    padding: 0.5rem 0.75rem;
}}



@media (max-width: 991px) {.price_pack {
    padding: 5rem 0;
}.price_pack .bundle_offer {
    margin-bottom: 1.5rem;
}.price_pack .annual_fee {
    padding: 0 1rem;
}
}



@media (max-width: 575px) {.price_pack {
    padding: 3rem 0;
}.price_pack .container {
    padding: 0 1.5rem;
}.price_pack .access_rates {
    gap: 1.5rem;
}.price_pack .learning_plan {
    padding: 1.5rem;
}.price_pack .image_frame {
    height: 140px;
}
}



@media screen and (max-width: 992px) {.program_structure {
    flex-direction: column;
    height: auto;
    display: flex;
    min-height: 0;
    max-height: none;
}.program_structure::before {
    background: linear-gradient(180deg, rgb(204,201,182) 0%, transparent 50%);
}.program_structure .learn_more {
    height: 400px;
    position: relative;
    width: 100%;
    order: 2;
}.program_structure .container {
    order: 1;
    padding: 4rem 2rem;
    width: 100%;
}.program_structure .knowledge_hub {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
}



@media (max-width: 767px) {.operation_process {
    padding: 70px 0;
}.operation_process .container.knowledge_hub > div {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.operation_process h3 {
    transform: translateX(0);
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.operation_process p {
    line-height: 1.6;
    font-size: 16px;
    max-width: 100%;
}
}



@media (max-width: 575px) {.teacher_profile {
    padding: 50px 0;
}.teacher_profile .image_frame {
    margin-bottom: 18px;
    height: 150px;
    width: 150px;
}.teacher_profile .review_space::before {
    height: 260px;
    width: 260px;
}.teacher_profile .review_space::after {
    width: 200px;
    height: 200px;
}.teacher_profile .name {
    font-size: calc(44px * 0.7);
}.teacher_profile .review_space span:not(.name) {
    margin-bottom: 20px;
    padding: 5px 12px;
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
}.teacher_profile .career_table {
    font-size: calc(12px * 0.9);
    padding: 20px 25px;
}.teacher_profile .career_table::before,
    .teacher_profile .career_table::after {
    height: 6px;
    width: 6px;
}.teacher_profile .career_table::before {
    left: 15px;
    top: 15px;
}.teacher_profile .career_table::after {
    right: 15px;
    bottom: 15px;
}}



@media (min-width: 768px) {.newsletter_subscription {
    padding: 8rem 4rem;
}.newsletter_subscription .help_form {
    gap: 3rem;
    width: 70%;
}.newsletter_subscription .input_holder {
    grid-template-columns: 2fr 1fr;
}.newsletter_subscription input[type="email"] {
    grid-column: 1;
}.newsletter_subscription .sub_texts {
    margin-bottom: 2px;
    grid-column: 2;
    align-self: end;
}
}



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



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



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



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



@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

