﻿.wrapper-bundle {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

html,body {
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    color: #000000;
    auto
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}

.tyMessage .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
}

.tyMessage .training_track:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.tyMessage h5::before {
    height: 26px;
    position: absolute;
    justify-content: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 26px;
    transform: translateY(-50%);
    display: flex;
    top: 50%;
    align-items: center;
    font-size: 14px;
    opacity: 0;
    color: #ffffff;
    content: "✓";
    left: -35px;
    background: linear-gradient(135deg, rgb(187,178,174) 0%, rgb(145,133,131) 100%);
    border-radius: 50%;
}

.our_mission::after {
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    width: 30%;
    bottom: 0;
    height: 40%;
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(145,133,131,0.5);
    z-index: 1;
}

.our_mission .training_classes:hover .img_border_box {
    transform: translate(8px, -8px);
}

.our_mission .training_classes:hover .study_space {
    transform: translateY(-5px);
}

.our_mission .corp_values {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
    margin: 0 0 8px 0;
}

.our_mission .pro_sessions svg {
    height: 50px;
    width: 50px;
    fill: rgb(187,178,174);
}

.our_mission p {
    font-size: 15px;
    line-height: 1.8;
    margin: 15px 0 0 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.privacy_stockade .container {
    backdrop-filter: blur(8px);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(0.5deg);
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    max-width: 1200px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
}

.privacy_stockade h4 {
    position: relative;
    padding-left: 0.6rem;
    margin: 1.8rem 0 1rem;
    font-size: calc(34px * 0.7);
    border-left: 1px solid rgb(145,133,131,0.5);
    font-weight: 600;
    color: #000000;
}

.privacy_stockade strong::after {
    transform: scaleX(0);
    position: absolute;
    content: "";
    transform-origin: left;
    transition: transform 0.3s ease;
    background-color: rgb(187,178,174,0.5);
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 0;
}

.privacy_stockade li:last-child {
    margin-bottom: 0;
}

.privacy_stockade li:hover::before {
    background: linear-gradient(135deg, rgb(187,178,174) 0%, rgb(145,133,131) 100%);
    transform: scale(1.5);
}

.mentorship_profile {
    background: rgb(218,202,194);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}

.mentorship_profile::after {
    background: linear-gradient(to left, transparent, rgb(145,133,131,0.5), transparent);
    bottom: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    right: 0;
    height: 1px;
    width: 40%;
    transform-origin: right center;
    position: absolute;
    content: "";
}

.mentorship_profile .career_box::before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 70%;
    width: 1px;
    left: -2rem;
    top: 15%;
    position: absolute;
    content: "";
}

.mentorship_profile .job_tasks {
    position: relative;
    color: #000000;
    padding-left: 2rem;
    transition: all 0.5s ease 0.2s;
    font-size: 24px;
    transform: translateX(0);
    line-height: 1.8;
    font-weight: 300;
}

.mentorship_profile .student_insights:hover .name {
    transform: translateX(10px);
}

.contact_information {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, rgb(218,202,194) 50%);
}

.contact_information h2::after {
    transform: translateX(-50%);
    background: rgb(187,178,174);
    bottom: -15px;
    position: absolute;
    height: 3px;
    left: 50%;
    content: "";
    width: 60px;
}

.contact_information .connect_request {
    position: relative;
    flex: 0 0 50%;
    background: #ffffff;
    padding: 60px 50px;
}

.contact_information #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}

.contact_information input[type="text"] {
    color: #000000;
    font-size: 17px;
    padding: 18px 20px;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 2px solid rgb(218,202,194);
    width: 100%;
    border-radius: 10px;
}

.contact_information .help_grid input[type="checkbox"]:checked::after {
    top: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    border-right: 2px solid #ffffff;
    height: 10px;
}

.contact_information .reach_inquiry:hover::before {
    left: 100%;
}

.contact_information svg {
    fill: rgb(187,178,174);
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
}

.contact_information svg:hover {
    transform: translateY(-2px);
    fill: rgb(145,133,131);
}

.welcome_board::after {
    right: -20%;
    height: 200%;
    top: -50%;
    position: absolute;
    content: "";
    width: 80%;
    transform: rotate(-30deg);
    z-index: -1;
    animation: glow 8s infinite alternate ease-in-out;
    background: radial-gradient(ellipse at center, rgb(187,178,174,0.5) 0%, transparent 70%);
}

.welcome_board .growth_hist {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    overflow: hidden;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    transform: translateY(30px);
    animation: fadeUp 0.8s forwards 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    position: relative;
    background: rgba(255,255,255,0.1);
}

.welcome_board h1::after {
    background: #ffffff;
    animation: growRight 0.6s forwards 1.5s ease-out;
    content: "";
    height: 3px;
    transform-origin: left;
    bottom: -0.7rem;
    width: 60px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
}

.welcome_board p {
    padding: 3rem 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    animation: fadeUp 0.6s forwards 1.3s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(15px);
    font-weight: 600;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
    color: #ffffff;
    opacity: 0;
    position: relative;
    z-index: 2;
}

.pricing_offer_box h2 {
    font-size: 28px;
    position: relative;
    font-weight: 700;
    transform: translateX(-5%);
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
}

.pricing_offer_box .rate_choices {
    max-width: 80%;
    transform: translateX(-3%);
    font-size: calc(16px * 1.1);
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 50px;
}

.pricing_offer_box .rate_packages {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    height: 100%;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.pricing_offer_box .discount_price:hover .learning_fee {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

header .main_class::before {
    z-index: -1;
    top: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(145,133,131,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

header .main_class .top_lesson:hover {
    transform: translateY(0) scale(1.05);
}

header .main_class .top_start {
    padding: 0;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    width: 80vw;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(90deg, transparent, rgb(187,178,174,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding-right: calc((100vw - 100%) / 2);
    display: flex;
}

header .main_class .top_start .nav_guide a:hover::after {
    width: calc(100% - 3rem);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(187,178,174);
}

header .top_plank .best_focus div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}

.get_support::before {
    top: 0;
    left: 0;
    content: "";
    opacity: 0.05;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(187,178,174,0.5) 0%, transparent 100%);
    right: 0;
}

.get_support .get_assistance:nth-child(3) {
    border-radius: 29px;
    flex: 0 1 100%;
    background: rgb(187,178,174);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    padding: 30px;
}

.get_support .get_assistance > p {
    color: #000000;
    padding-left: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 17px;
    position: relative;
}

.get_support .contact_help {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.get_support .contact_help span:hover {
    transform: translateY(-3px);
    background: rgb(187,178,174,0.5);
}

.get_support .learn_ask {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.get_support .learn_ask svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.get_support .learn_ask a p {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

.discount_cta .company_holder {
    position: relative;
    z-index: 3;
    grid-column: 1 / 5;
}

.discount_cta .story_spot {
    transform: translateZ(0);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    margin-top: 25px;
    line-height: 1.6;
    border-left: 4px solid rgb(187,178,174);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.discount_cta .top_start .head_master {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.discount_cta .top_start .head_master a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.copy_notice {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 60px;
    position: relative;
    padding: 20px 0;
}



.copy_notice {
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}

.discount_cta .company_holder::before {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    bottom: 0;
    opacity: 0.3;
    background: rgb(145,133,131,0.5);
    left: -30px;
    filter: blur(40px);
    z-index: -1;
    content: '';
    position: absolute;
}

.join_our_community {
    background: linear-gradient(135deg, rgb(187,178,174,0.5), rgb(145,133,131));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}

.join_our_community .training_track {
    backdrop-filter: blur(5px);
    gap: 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    grid-template-columns: 1fr;
    display: grid;
}

.join_our_community .training_track > div::before {
    width: 5px;
    top: 50%;
    border-radius: 10px;
    height: 0;
    transform: translateY(-50%);
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    left: -20px;
    content: '';
    position: absolute;
    opacity: 0.7;
}

.join_our_community input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.join_our_community .access_lessons {
    border-radius: 4px;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 20px;
    padding: 1rem 2rem;
    border: none;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-weight: 600;
    overflow: hidden;
    color: rgb(187,178,174);
}

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

.client_opinions h2:hover::after {
    width: 6rem;
}

.client_opinions .rating_spot {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.client_opinions .student_insights:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.client_opinions .student_insights:nth-child(even)::after {
    position: absolute;
    opacity: 0.2;
    top: 1rem;
    right: 1.5rem;
    color: rgb(145,133,131,0.5);
    font-size: 5rem;
    font-family: Georgia, serif;
    content: "";
    line-height: 1;
}

.client_opinions .student_insights .description::before {
    background-color: rgb(187,178,174,0.5);
    height: 2px;
    content: "";
    width: 3rem;
    top: 0;
    left: 0;
    position: absolute;
}

.course_program_description {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,202,194) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
}

.course_program_description .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.course_program_description .img_border_box {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.course_program_description .reading_area::before {
    position: absolute;
    width: 4px;
    left: 0;
    transform-origin: center;
    content: "";
    height: 100%;
    top: 0;
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(187,178,174), rgb(145,133,131));
    transition: transform 0.4s ease;
}

.course_program_description .reading_area:hover h3::after {
    opacity: 1;
    left: -5px;
}

.course_program_description span.description {
    display: none;
}

.cookie_popup_overlay {
    transition: transform 0.3s ease-in-out;
    background: rgb(218,202,194);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(187,178,174);
    z-index: 90;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.data_approval:hover {
    box-shadow: 0 0 10px rgb(145,133,131,0.5);
    background: rgb(145,133,131);
}

.cookie_popup_overlay p a {
    transition: color 0.3s ease;
    color: rgb(187,178,174);
    text-decoration: underline;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 767px) {.tyMessage {
    padding: 2.5rem 0;
}.tyMessage .training_track {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyMessage h5 {
    padding-left: 20px;
    font-size: calc(20px - 4px);
}.tyMessage h5::before {
    width: 22px;
    font-size: 12px;
    left: -15px;
    height: 22px;
}.tyMessage p {
    font-size: calc(18px - 1px);
}
}



@media (max-width: 768px) {.our_mission {
    padding: 60px 0;
}.our_mission::before,
    .our_mission::after {
    opacity: 0.5;
}.our_mission .training_classes {
    max-width: 380px;
}.our_mission .img_border_box {
    height: 300px;
}.our_mission .study_space {
    right: -25px;
    bottom: -25px;
    padding: 18px;
}.our_mission .corp_values {
    font-size: calc(21px * 0.9);
}.our_mission .who_mentors {
    font-size: calc(15px * 0.9);
}.our_mission h2 {
    font-size: calc(30px * 0.9);
}.our_mission h2::after {
    width: 60px;
    height: 3px;
}
}



@media screen and (max-width: 991px) {.mentorship_profile .student_insights {
    grid-template-columns: 1fr;
    gap: 3rem;
}.mentorship_profile .img_border_box {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    margin: 0 auto;
    height: 350px;
    width: 80%;
}.mentorship_profile .career_box::before {
    top: -1.5rem;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 1px;
    width: 60%;
    left: 20%;
}.mentorship_profile .student_insights:hover .name,
    .mentorship_profile .student_insights:hover .career_box div:nth-child(2),
    .mentorship_profile .student_insights:hover .job_tasks {
    transform: translateX(0);
}}



@media (min-width: 1200px) {.learn_top {
    width: 80%;
    gap: 4rem;
}.welcome_board h3 {
    font-size: calc(20px * 1.2);
}.welcome_board h1 {
    font-size: calc(39px * 1.5);
}.welcome_board .growth_hist {
    transform: perspective(1000px) rotateX(0deg) rotateY(-3deg);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.welcome_board .growth_hist:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}
}



@media (max-width: 768px) {.pricing_offer_box {
    padding: 70px 0;
}.pricing_offer_box .pricing_block {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.pricing_offer_box h2 {
    font-size: calc(28px * 0.9);
}.pricing_offer_box .rate_choices {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
}
}



@media screen and (max-width: 767px) {header .main_class .top_start {
    padding: 0.5rem 0;
}header .main_class .top_start .nav_guide {
    width: 50%;
}header .main_class .top_start .nav_guide a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(20px - 2px);
}header .main_class .top_start .nav_guide a::after {
    display: none;
}}



@media (max-width: 768px) {.get_support {
    padding: 60px 0;
}.get_support .get_assistance h2 {
    font-size: calc(43px * 0.9);
}.get_support .get_assistance:first-child {
    padding-left: 25px;
}.get_support .get_assistance:nth-child(3) {
    padding: 25px;
}.get_support .learn_ask a {
    flex: 1 1 100%;
}
}



@media (min-width: 768px) {.join_our_community {
    padding: 6rem 3rem;
}.join_our_community .training_track {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.join_our_community h4 {
    font-size: calc(18px * 1.2);
}.join_our_community .training_track > div::before {
    left: -30px;
}.join_our_community .input_holder {
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.client_opinions {
    padding: 4rem 1.5rem;
}.client_opinions h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.client_opinions .rating_spot {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_opinions .student_insights {
    padding: 2rem 1.5rem;
}
}



@media (min-width: 992px) {.course_program_description {
    padding: 150px 0;
}.course_program_description .skill_track {
    gap: 70px;
}.course_program_description .img_border_box {
    height: 550px;
}.course_program_description .reading_area {
    padding: 40px 50px;
}.course_program_description p.description {
    max-height: 350px;
}
}


@media only screen and (max-width: 800px) {.cookie_option {
    padding: 15px;
}.cookie_panel {
    display: none;
}.cookie_popup_overlay h5 {
    font-size: 21px;
}.cookie_popup_overlay p {
    font-size: 14px;
}}



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



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



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

