﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

svg {
    height: 30px;
    width: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}

.tyMessage::before {
    filter: blur(30px);
    position: absolute;
    top: -30%;
    background: linear-gradient(145deg, rgb(187,178,174,0.5) 0%, rgb(145,133,131,0.5) 100%);
    width: 60%;
    animation: float 15s ease-in-out infinite alternate;
    height: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 0;
    right: -10%;
    transform: rotate(-15deg);
    opacity: 0.3;
    content: "";
}

.tyMessage .training_track > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}

.tyMessage .training_track:hover > div:first-child::after {
    width: 120px;
}

.tyMessage h5 {
    font-weight: 700;
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-size: 20px;
    display: inline-block;
    color: #000000;
}

.tyMessage p {
    margin: 0;
    line-height: 1.8;
    font-size: 18px;
    transition: color 0.3s ease;
    color: #000000;
}

.tyMessage a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.tyMessage a:hover p {
    color: rgb(187,178,174);
}

.our_mission::before {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    background-color: rgb(187,178,174,0.5);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40%;
    position: absolute;
}

.our_mission .training_classes::before {
    height: 100%;
    border-radius: 10px;
    content: "";
    width: 100%;
    position: absolute;
    left: 20px;
    background-color: rgb(187,178,174);
    top: 20px;
    z-index: -1;
    transition: transform 0.4s ease;
}

.our_mission .reading_area {
    gap: 25px;
    flex-direction: column;
    display: flex;
    flex: 1;
}

.our_mission .pro_sessions {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.privacy_stockade {
    background: linear-gradient(135deg, rgb(218,202,194) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}

.privacy_stockade h1 {
    padding-bottom: 1rem;
    color: #000000;
    font-size: 39px;
    position: relative;
    transform: translateY(-5px);
    font-weight: 700;
    margin-bottom: 2rem;
}

.privacy_stockade:hover h1::after {
    transform: scaleX(1.5);
}

.privacy_stockade h3 {
    position: relative;
    padding-left: 0.8rem;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    border-left: 2px solid rgb(145,133,131);
    color: #000000;
    font-size: calc(34px * 0.85);
}

.privacy_stockade strong {
    font-weight: 700;
    padding-bottom: 2px;
    position: relative;
    color: rgb(187,178,174);
}

.privacy_stockade ul::before {
    border-radius: 10px 0 0 10px;
    top: 0;
    background: linear-gradient(to bottom, rgb(187,178,174), rgb(145,133,131));
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
}

.privacy_stockade span {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    padding: 1rem 1.5rem;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
    border-left: 3px solid rgb(145,133,131,0.5);
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 1.5rem;
}

.mentorship_profile .img_border_box {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transform: scale(1);
    filter: grayscale(100%);
    height: 400px;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
    position: relative;
}

.mentorship_profile .name {
    transform: translateX(0);
    color: #000000;
    position: relative;
    transition: all 0.5s ease;
    font-size: calc(44px * 1.2);
    margin-bottom: 1rem;
    font-weight: 700;
}

.mentorship_profile .job_tasks::before {
    position: absolute;
    font-size: 4rem;
    font-family: serif;
    color: rgb(187,178,174,0.5);
    left: 0;
    content: "";
    top: -1rem;
    line-height: 1;
}

.mentorship_profile .student_insights:hover .career_box div:nth-child(2) {
    transform: translateX(20px);
}

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

.contact_information .query_form {
    background: #ffffff;
    position: relative;
    border-radius: 17px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
}

.contact_information .img_border_box {
    flex: 0 0 50%;
    transition: all 0.5s ease;
    min-height: 550px;
    position: relative;
}

.contact_information h3 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
}

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

.contact_information .help_grid input[type="checkbox"] {
    margin-top: 2px;
    border: 2px solid rgb(218,202,194);
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    height: 24px;
    position: relative;
    border-radius: 10px;
    width: 24px;
}

.contact_information .reach_inquiry::before {
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
}

.welcome_board {
    z-index: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    width: 100%;
    background: linear-gradient(135deg, rgb(187,178,174,0.5), rgb(145,133,131) 80%);
}

.learn_top > div:first-child {
    position: relative;
    z-index: 2;
}

.welcome_board h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    transform: translateX(-100%);
    max-width: 90%;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding-left: 1.5rem;
    color: #ffffff;
    position: relative;
    animation: slideIn 0.8s forwards 0.3s ease-out;
    font-size: calc(20px * 1.1);
    opacity: 0;
}

.welcome_board h1 {
    animation: fadeUp 0.7s forwards 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    line-height: 1.2;
    transform: translateY(20px);
    color: #ffffff;
    font-weight: 700;
    font-size: 39px;
    opacity: 0;
    margin-bottom: 2rem;
}

.welcome_board .growth_hist > div::before {
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0,0,0,0.7), transparent);
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}

.pricing_offer_box .group_rates {
    position: relative;
}

.pricing_offer_box .group_rates::before {
    pointer-events: none;
    height: 300px;
    left: -150px;
    width: 300px;
    background: radial-gradient(circle, rgb(187,178,174,0.5) 0%, transparent 70%);
    position: absolute;
    top: -50px;
    opacity: 0.2;
    content: "";
    border-radius: 50%;
}

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

.pricing_offer_box .rate_packages::before {
    top: 0;
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    opacity: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, 
        rgb(187,178,174,0.5) 0%, 
        transparent 50%, 
        rgb(145,133,131,0.5) 100%);
    z-index: 0;
}

.pricing_offer_box .cert_fees p {
    word-break: break-word;
    flex-grow: 1;
    max-height: 200px;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(187,178,174) rgba(255,255,255,0.1);
    margin-bottom: 25px;
}

header .main_class .top_lesson {
    transition: all 0.4s ease;
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    position: relative;
    z-index: 2;
}

header .main_class .top_lesson .top_master::before {
    z-index: -1;
    height: calc(100% + 20px);
    left: -20px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% + 40px);
    top: -10px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}

header .main_class .top_start .nav_guide a::after {
    width: 0;
    left: 1.5rem;
    background: rgb(145,133,131);
    position: absolute;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    bottom: 0.8rem;
}

header .top_plank .best_focus div svg, header .top_plank .best_focus div svg path {
    fill: #ffffff;
}

.get_support {
    position: relative;
    overflow: hidden;
    background: rgb(218,202,194);
    padding: 120px 0;
}

.get_support .container {
    z-index: 1;
    position: relative;
}

.get_support .get_assistance {
    flex: 1 1 30%;
    min-width: 300px;
    position: relative;
    border-radius: 0;
    z-index: 1;
    transition: all 0.4s ease;
}

.get_support .get_assistance h2 {
    font-weight: 700;
    color: rgb(187,178,174);
    font-size: 43px;
    margin-bottom: 35px;
    letter-spacing: -1px;
    position: relative;
}

.get_support .talk_form {
    margin-bottom: 30px;
    max-width: 90%;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
}

.get_support .get_assistance > p span {
    font-weight: 600;
    margin-left: 5px;
}

.get_support .learn_faq h3 {
    color: rgb(187,178,174);
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 21px;
}

.get_support .get_assistance .img_border_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 29px;
}

.get_support .learn_ask a {
    text-decoration: none;
    padding: 10px 0;
    flex-direction: row;
    display: flex;
    min-width: 200px;
    align-items: center;
    flex: 1 1 30%;
    transition: all 0.3s ease;
}

footer::before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(45deg, rgb(145,133,131,0.5) 0%, rgb(187,178,174,0.5) 100%);
}

.discount_cta .verify_cta {
    position: relative;
    grid-column: 5 / 13;
}

.discount_cta .head_master {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.discount_cta .top_start h5::before {
    top: 50%;
    left: -15px;
    content: '';
    border-radius: 50%;
    background: rgb(187,178,174);
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    position: absolute;
}

.discount_cta .top_start .head_master a:hover::before {
    background: rgb(187,178,174,0.5);
    width: 100%;
}

.copy_notice::before {
    height: 1px;
    opacity: 0.2;
    left: 15%;
    right: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    content: '';
    position: absolute;
}

.discount_cta .company_holder::after {
    position: absolute;
    right: -50px;
    filter: blur(60px);
    content: '';
    width: 150px;
    top: 40px;
    border-radius: 50%;
    opacity: 0.4;
    z-index: -1;
    height: 150px;
    background: rgb(187,178,174,0.5);
}

.discount_cta .verify_cta::before {
    left: 80px;
    border-radius: 50%;
    height: 180px;
    position: absolute;
    bottom: -50px;
    filter: blur(70px);
    z-index: -1;
    background: rgb(145,133,131,0.5);
    width: 180px;
    content: '';
    opacity: 0.25;
}

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

.join_our_community h4 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    transform: translateY(0);
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}

.join_our_community .input_holder span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.join_our_community input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.5rem;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
}

.join_our_community .access_lessons:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: rgb(145,133,131);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(-3px);
}

.client_opinions {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(218,202,194), rgba(0, 0, 0, 0.5) 120%);
}

.client_opinions h2::after {
    width: 4rem;
    content: "";
    transition: width 0.3s ease-out;
    height: 0.25rem;
    bottom: -1rem;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(187,178,174), rgb(145,133,131));
    transform: translateX(-50%);
}

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

.client_opinions .student_insights h4 {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.client_opinions a {
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    font-size: 20px;
    padding: 0.85rem 2rem;
    background: linear-gradient(135deg, rgb(187,178,174), rgb(145,133,131));
    color: #ffffff;
    margin-top: 3rem;
    margin-right: auto;
    text-decoration: none;
    display: inline-block;
    transform: translateZ(0);
}

.course_program_description .skill_track {
    transform: translateZ(0);
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

.course_program_description .img_border_box::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}

.course_program_description .reading_area:hover::before {
    transform: scaleY(1);
}

.course_program_description h3 {
    transition: transform 0.4s ease;
    font-size: calc(23px + 0.2rem);
    z-index: 1;
    position: relative;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
}

.course_program_description p.description {
    scrollbar-color: rgb(187,178,174,0.5) rgb(218,202,194);
    max-height: 300px;
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    display: block;
}

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

.cookie_popup_overlay p {
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
}

#cookieConsentAgreementBtn {
    background: rgb(187,178,174);
}

.cookie_popup_overlay p a:hover {
    color: rgb(145,133,131);
}

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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 576px) {.tyMessage {
    padding: 2rem 0;
}.tyMessage .training_track {
    padding: 1.5rem;
    border-radius: 10px;
    transform: none;
}.tyMessage h5 {
    font-size: calc(20px - 6px);
}.tyMessage .training_track > div:first-child::after {
    width: 60px;
    height: 2px;
}.tyMessage .training_track:hover > div:first-child::after {
    width: 90px;
}.tyMessage h5::before {
    width: 20px;
    font-size: 10px;
    height: 20px;
}.tyMessage p {
    font-size: calc(18px - 2px);
    line-height: 1.6;
}}



@media (max-width: 768px) {.privacy_stockade {
    padding: 2rem 1rem;
}.privacy_stockade .container {
    padding: 1.2rem;
}.privacy_stockade h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.8);
}.privacy_stockade h2 {
    font-size: calc(34px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_stockade h3 {
    font-size: calc(34px * 0.7);
}.privacy_stockade h4 {
    font-size: calc(34px * 0.6);
}.privacy_stockade ul {
    padding: 1.2rem;
    margin-left: 0;
}.privacy_stockade p, 
    .privacy_stockade li, 
    .privacy_stockade span {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 1200px) {.contact_information {
    background: #ffffff;
}
}



@media (max-width: 768px) {.contact_information {
    padding: 60px 0;
}.contact_information h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.contact_information .connect_request {
    padding: 40px 30px;
}.contact_information #contact {
    gap: 25px;
}.contact_information .img_border_box {
    min-height: 300px;
}
}



@media (min-width: 768px) {.learn_top {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 2rem;
    align-items: center;
}.welcome_board h3 {
    max-width: 95%;
    padding-left: 2rem;
    font-size: 20px;
}.welcome_board h3::before {
    width: 6px;
}.welcome_board h1 {
    font-size: calc(39px * 1.2);
}.welcome_board p {
    padding: 4rem 3rem;
}.welcome_board .growth_hist {
    padding: 3rem;
}
}



@media (max-width: 1200px) {.pricing_offer_box {
    padding: 100px 0;
}.pricing_offer_box .pricing_block {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_offer_box h2 {
    transform: translateX(0);
}.pricing_offer_box .rate_choices {
    max-width: 90%;
    transform: translateX(0);
}
}



@media (max-width: 576px) {.pricing_offer_box {
    padding: 60px 0;
}.pricing_offer_box .pricing_block {
    grid-template-columns: 1fr;
}.pricing_offer_box h2 {
    text-align: center;
    display: block;
    font-size: calc(28px * 0.8);
}.pricing_offer_box h2::after {
    width: 60%;
    left: 20%;
}.pricing_offer_box .rate_choices {
    margin-bottom: 30px;
    text-align: center;
}.pricing_offer_box .cert_fees h4 {
    font-size: calc(24px * 1.1);
}.pricing_offer_box .cert_fees p {
    max-height: 150px;
}.pricing_offer_box .learning_fee {
    font-size: calc(24px * 1.1);
}}



@media (max-width: 576px) {.get_support {
    padding: 40px 0;
}.get_support .get_assistance h2 {
    font-size: calc(43px * 0.8);
}.get_support .learn_faq {
    padding: 20px;
}.get_support .contact_help {
    flex-direction: column;
}.get_support .contact_help span {
    width: 100%;
}.get_support .get_assistance:nth-child(2) {
    max-height: 200px;
}}



@media (max-width: 480px) {.join_our_community {
    padding: 3rem 1rem;
}.join_our_community h4 {
    font-size: calc(18px * 0.9);
}.join_our_community input[type="email"] {
    padding: 0.9rem 1.2rem;
}.join_our_community .access_lessons {
    padding: 0.9rem 1.2rem;
}}



@media (max-width: 480px) {.client_opinions {
    padding: 3rem 1rem;
}.client_opinions h2 {
    font-size: calc(33px * 0.7);
}.client_opinions .student_insights {
    padding: 1.75rem 1.25rem;
}.client_opinions .student_insights img {
    height: 50px;
    width: 50px;
}.client_opinions a {
    padding: 0.75rem 1.5rem;
    font-size: calc(20px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.cookie_option {
    align-items: center;
    flex-direction: column;
}.cookie_panel {
    margin-bottom: 15px;
}.cookie_explained {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.data_approval {
    max-width: 200px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
}
}



@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(5px, -5px);
    }
}



@keyframes glow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
}

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



@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

