﻿.header_top {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

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


.tyMessage {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
    padding: 4rem 0;
}

.tyMessage .training_track {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(5px);
}

.tyMessage .training_track:hover h5::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.tyMessage a::before {
    height: 2px;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    transform-origin: right;
    background: linear-gradient(90deg, rgb(187,178,174,0.5) 0%, rgb(145,133,131) 100%);
    width: 100%;
    content: "";
}

.our_mission .training_track {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}

.our_mission .img_border_box {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 400px;
    transition: transform 0.4s ease;
    border-radius: 10px;
    position: relative;
}

.our_mission .who_mentors {
    color: rgb(187,178,174);
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.our_mission h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin: 0 0 5px 0;
    font-family: Arial, sans-serif;
    display: inline-block;
}

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

.privacy_stockade h1::after {
    transition: transform 0.5s ease;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(187,178,174) 0%, rgb(145,133,131) 100%);
    width: 80px;
    content: "";
    transform-origin: left;
}

.privacy_stockade p {
    line-height: 1.8;
    font-size: 15px;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
}

.privacy_stockade li {
    position: relative;
    padding-left: 1.8rem;
    color: #000000;
    transition: transform 0.3s ease;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: 15px;
}

.privacy_stockade li::before {
    width: 8px;
    left: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(145,133,131) 0%, rgb(187,178,174) 100%);
    height: 8px;
    content: "";
    top: 0.5rem;
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
}

.mentorship_profile .student_insights {
    grid-template-columns: 1fr 2fr;
    display: grid;
    max-width: 1100px;
    gap: 4rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.mentorship_profile .img_border_box::after {
    background: linear-gradient(135deg, rgb(187,178,174,0.5) 0%, transparent 50%);
    width: 100%;
    top: 0;
    opacity: 0.5;
    content: "";
    left: 0;
    transition: all 0.7s ease;
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
}

.mentorship_profile .career_box div:nth-child(2) {
    transform: translateX(0);
    transition: all 0.5s ease 0.1s;
    letter-spacing: 2px;
    color: rgb(145,133,131);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 3rem;
}

.mentorship_profile .student_insights:hover .img_border_box::after {
    opacity: 0.3;
}

.mentorship_profile .student_insights:hover .job_tasks {
    transform: translateX(5px);
}

.contact_information h2 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: rgb(187,178,174);
    font-size: 29px;
    font-weight: 700;
}

.contact_information .query_form::before {
    position: absolute;
    top: 0;
    content: "";
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(187,178,174), rgb(145,133,131));
    width: 100%;
}

.contact_information .connect_request::before {
    left: 0;
    position: absolute;
    content: "";
    background: rgb(218,202,194);
    top: 0;
    height: 100%;
    width: 10px;
}

.contact_information input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(187,178,174);
    outline: none;
}

.contact_information .help_grid input[type="checkbox"]:checked {
    background: rgb(187,178,174);
    border-color: rgb(187,178,174);
}

.contact_information .help_grid a {
    color: rgb(187,178,174);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_information .reach_inquiry:hover {
    box-shadow: 0 10px 25px rgb(145,133,131,0.5);
    background: rgb(145,133,131);
    transform: translateY(-3px);
}

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

.contact_information svg:hover path {
    fill: rgb(145,133,131);
}

.welcome_board::before {
    background-size: 60px 60px;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
              linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
              linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
              linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    left: 0;
    content: "";
}

.welcome_board .growth_hist::after {
    left: 0;
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
    transform-origin: left;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(187,178,174), rgb(145,133,131));
    position: absolute;
    animation: growRight 0.8s forwards 1.2s ease-out;
}

.welcome_board .growth_hist > div:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

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

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

.pricing_offer_box .group_rates::after {
    right: -120px;
    opacity: 0.15;
    bottom: -80px;
    border-radius: 50%;
    height: 250px;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle, rgb(145,133,131,0.5) 0%, transparent 70%);
    width: 250px;
    position: absolute;
}

.pricing_offer_box .discount_price {
    height: 100%;
    text-decoration: none;
    display: block;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.pricing_offer_box .cert_fees {
    height: 100%;
    z-index: 1;
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
    position: relative;
}

.pricing_offer_box .cert_fees h4::after {
    transform: translateY(-50%);
    left: -15px;
    content: "";
    background: linear-gradient(to bottom, rgb(187,178,174), rgb(145,133,131));
    height: 70%;
    top: 50%;
    position: absolute;
    width: 5px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

header .main_class {
    box-sizing: border-box;
    z-index: 99;
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    overflow: visible;
    background: linear-gradient(120deg, rgb(187,178,174) 0%, rgb(145,133,131,0.5) 100%);
    padding: 1.5rem 0;
}

header .main_class .top_lesson .top_master svg {
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
}

header .main_class .top_start .nav_guide {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0;
}

header .main_class .top_start .nav_guide a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding: 1.2rem 1.5rem;
    transform-origin: center;
    color: #ffffff;
    display: block;
    font-size: 20px;
}

header .top_plank .best_focus {
    width: 100%;
    line-height: 21px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    font-size: 16px;
    padding: 15px 0 10px 0;
}

.get_support .learn_chat {
    position: relative;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.get_support .get_assistance:first-child {
    flex: 0 1 calc(50% - 15px);
    padding-left: 40px;
    border-left: 4px solid rgb(187,178,174);
}

.get_support .get_assistance h2::after {
    width: 70px;
    height: 4px;
    left: 0;
    bottom: -15px;
    position: absolute;
    background: rgb(145,133,131);
    content: "";
}

.get_support .get_assistance > p svg {
    position: absolute;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
}

.get_support .learn_faq h3::after {
    bottom: 0;
    width: 40px;
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(145,133,131);
}

.get_support .get_assistance .img_border_box::after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
}

.get_support .learn_ask a .contact_reach {
    flex-direction: column;
    display: flex;
}

footer {
    position: relative;
}

.discount_cta .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}

.discount_cta .company_holder h3::after {
    border-radius: 10px;
    content: '';
    background: rgb(187,178,174);
    height: 4px;
    left: 0;
    width: 40px;
    position: absolute;
    bottom: 0;
}

.discount_cta .top_start {
    position: relative;
}



.discount_cta .top_start {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    animation: borderPulse 4s infinite;
}

.discount_cta .top_start .head_master a {
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 15px;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.copy_notice .footer_subscribe {
    opacity: 0.8;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
}



.discount_cta::before {
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    background-size: 200% 200%;
    animation: gradientShift 5s infinite;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(187,178,174), rgb(145,133,131), rgb(187,178,174));
}

.discount_cta .top_start h5::after {
    height: 2px;
    left: 0;
    content: '';
    bottom: -5px;
    width: 30px;
    background: rgb(145,133,131);
    position: absolute;
}

.join_our_community::before {
    transform: rotate(-12deg);
    z-index: 1;
    opacity: 0.05;
    position: absolute;
    background: radial-gradient(circle at 30% 40%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    width: 200%;
    content: '';
    top: -50%;
    left: -50%;
    height: 200%;
    pointer-events: none;
}

.join_our_community .training_track:hover h4 {
    transform: translateY(-5px);
}

.join_our_community .training_track:hover > div::before {
    height: 80%;
}

.join_our_community .input_holder span::after {
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    width: 100%;
    height: 2px;
    transform-origin: right;
    content: '';
    transform: scaleX(0);
    bottom: 0;
}

.join_our_community input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}

.join_our_community .access_lessons::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
    transition: all 0.6s ease;
    z-index: -1;
    content: '';
    position: absolute;
}

.client_opinions::before {
    opacity: 0.15;
    pointer-events: none;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(187,178,174,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(145,133,131,0.5) 0%, transparent 35%);
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
}

.client_opinions .student_insights::before {
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    left: 0;
    position: absolute;
}

.client_opinions .student_insights div {
    align-items: center;
    display: flex;
    margin-bottom: 1.25rem;
}

.client_opinions .student_insights .description {
    position: relative;
    margin: 0;
    padding-top: 0.5rem;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}

.client_opinions a::before {
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
}

.course_program_description::after {
    background: linear-gradient(-45deg, rgb(145,133,131,0.5) 0%, rgb(187,178,174,0.5) 100%);
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: -50px;
    filter: blur(30px);
    content: "";
    animation: morph 20s infinite alternate ease-in-out;
    bottom: -50px;
    transform: translateZ(0);
    opacity: 0.2;
}

.course_program_description .reading_area {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px;
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}

.course_program_description .reading_area:hover h3 {
    transform: translateX(10px);
}

.course_program_description .description {
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 20px;
}

.cookie_panel {
    margin-right: 15px;
    flex-shrink: 0;
}

.cookie_panel svg:hover {
    fill: rgb(145,133,131);
}

.cookie_explained {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}

.data_approval {
    line-height: 35px;
    background: rgb(187,178,174);
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 23px;
}



@media (max-width: 991px) {.tyMessage {
    padding: 3rem 0;
}.tyMessage .training_track {
    padding: 2.5rem;
}.tyMessage h5 {
    font-size: calc(20px - 2px);
}
}



@media (max-width: 992px) {.our_mission {
    padding: 70px 0;
}.our_mission::before {
    width: 50%;
}.our_mission .training_track {
    gap: 80px;
    flex-direction: column;
}.our_mission .training_classes {
    max-width: 450px;
    flex: 0 0 auto;
    width: 100%;
}.our_mission .img_border_box {
    height: 350px;
}.our_mission .study_space {
    min-width: 200px;
    padding: 20px;
}

}



@media (max-width: 576px) {.our_mission {
    padding: 50px 0;
}.our_mission .training_track {
    gap: 60px;
}.our_mission .training_classes {
    max-width: 100%;
}.our_mission .img_border_box {
    height: 280px;
}.our_mission .training_classes::before {
    left: 15px;
    top: 15px;
}.our_mission .study_space {
    right: -15px;
    padding: 15px;
    bottom: -20px;
    min-width: 180px;
}.our_mission .pro_sessions svg {
    height: 40px;
    width: 40px;
}.our_mission h2 {
    font-size: calc(30px * 0.8);
}.our_mission h2::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}.our_mission p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 992px) {.contact_information {
    padding: 80px 0;
}.contact_information .query_form {
    flex-direction: column-reverse;
}.contact_information .img_border_box {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_information .connect_request {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_information .connect_request::before {
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
}
}



@media (min-width: 992px) {.learn_top {
    gap: 3rem;
    width: 85%;
}.welcome_board h3 {
    padding-left: 2.5rem;
    font-size: calc(20px * 1.1);
}.welcome_board h1 {
    font-size: calc(39px * 1.4);
}.welcome_board .growth_hist {
    padding: 4rem;
}.welcome_board p {
    padding: 5rem 4rem;
    font-size: calc(17px * 1.3);
}
}



@media (max-width: 767px) {.welcome_board {
    padding: 3rem 0;
}.welcome_board h3 {
    font-size: calc(20px * 0.9);
    padding-left: 1rem;
}.welcome_board h3::before {
    width: 3px;
}.welcome_board h1 {
    font-size: calc(39px * 0.9);
}.welcome_board p {
    font-size: 17px;
    padding: 2rem 1.5rem;
}.welcome_board .growth_hist {
    padding: 1.5rem;
}}



@media screen and (max-width: 991px) {header .main_class {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}header .main_class .top_lesson {
    margin-left: 0;
    margin-bottom: 1rem;
}header .main_class .top_start {
    background: rgb(187,178,174,0.5);
    justify-content: center;
    clip-path: none;
    width: 100%;
    padding-right: 0;
    flex-wrap: wrap;
}header .main_class .top_start .nav_guide a {
    padding: 0.8rem 1rem;
}header .main_class .top_start .nav_guide a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .main_class .top_start .nav_guide a:hover::after {
    width: calc(100% - 2rem);
}
}



@media (max-width: 992px) {.discount_cta .container {
    grid-template-columns: repeat(1, 1fr);
}.discount_cta .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.discount_cta .verify_cta {
    grid-column: 1 / -1;
}.discount_cta .head_master {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 991px) {.client_opinions {
    padding: 5rem 2rem;
}.client_opinions h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.9);
}.client_opinions .rating_spot {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}



@media (hover: none) {.client_opinions .student_insights:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: none;
}.client_opinions a:hover {
    transform: none;
}}



@media (min-width: 768px) {.course_program_description .skill_track {
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}.course_program_description .img_border_box {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_program_description .reading_area {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course_program_description .img_border_box:hover,
    .course_program_description .reading_area:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course_program_description h3 {
    font-size: 30px;
}
}



@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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



@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

