﻿.discount_cta {
    flex: 0 0 auto;
}

.discount_cta {
    padding: 80px 0 40px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
}

.tyMessage::after {
    left: -5%;
    opacity: 0.2;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    bottom: -20%;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    width: 40%;
    filter: blur(25px);
    position: absolute;
    transform: rotate(10deg);
    background: linear-gradient(225deg, rgb(145,133,131,0.5) 0%, rgb(187,178,174,0.5) 100%);
    height: 60%;
    z-index: 0;
}

.tyMessage .training_track > div:first-child::after {
    transition: width 0.3s ease;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(187,178,174) 0%, rgb(145,133,131) 100%);
    bottom: -0.75rem;
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
    position: absolute;
    border-radius: 10px;
}

.tyMessage a {
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.tyMessage a:hover {
    transform: translateY(-2px);
}

.our_mission {
    position: relative;
    padding: 90px 0;
    background-color: rgb(218,202,194);
    overflow: hidden;
}

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

.our_mission .training_classes {
    position: relative;
    flex: 0 0 350px;
}

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

.our_mission .study_space {
    background-color: #ffffff;
    border-radius: 10px;
    bottom: -30px;
    min-width: 230px;
    right: -30px;
    position: absolute;
    padding: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.our_mission .pro_sessions svg path {
    fill: rgb(187,178,174);
}

.our_mission h2::after {
    position: absolute;
    content: "";
    left: 0;
    background-color: rgb(187,178,174);
    width: 70px;
    bottom: -10px;
    height: 4px;
}

.privacy_stockade::after {
    width: 15rem;
    z-index: 0;
    bottom: -5rem;
    height: 15rem;
    content: "";
    position: absolute;
    right: -5rem;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(187,178,174,0.5) 0%, transparent 80%);
    filter: blur(30px);
}

.privacy_stockade h2 {
    position: relative;
    font-size: 34px;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 3px solid rgb(187,178,174);
}

.privacy_stockade p:hover {
    transform: translateX(5px);
}

.privacy_stockade strong:hover::after {
    transform: scaleX(1);
}

.privacy_stockade ul {
    margin: 1.5rem 0 2rem 1.5rem;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(218,202,194), 0.3), transparent);
    padding: 1.5rem;
    border-radius: 10px;
}

.privacy_stockade li:hover {
    transform: translateX(5px);
}

.privacy_stockade span:hover {
    border-left-color: rgb(187,178,174);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.mentorship_profile::before {
    left: 0;
    height: 1px;
    top: 40%;
    position: absolute;
    content: "";
    transform-origin: left center;
    animation: lineExpand 5s ease-in-out infinite alternate;
    background: linear-gradient(to right, transparent, rgb(187,178,174,0.5), transparent);
    width: 40%;
}

.mentorship_profile .career_box {
    flex-direction: column;
    opacity: 0.9;
    justify-content: center;
    transition: all 0.7s ease;
    position: relative;
    display: flex;
}

.mentorship_profile .name::after {
    width: 50px;
    background: rgb(187,178,174);
    transform-origin: left;
    transform: scaleX(0);
    bottom: -0.5rem;
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.5s ease 0.2s;
    content: "";
}

.mentorship_profile .student_insights:hover .img_border_box {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.mentorship_profile .student_insights:hover .name::after {
    transform: scaleX(1);
}

.contact_information::before {
    z-index: 0;
    background-size: 60px 60px;
    content: "";
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    width: 100%;
    top: 0;
    position: absolute;
}

.contact_information .img_border_box::after {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(187,178,174,0.5), transparent);
}

.contact_information h3::after {
    height: 2px;
    background: rgb(187,178,174,0.5);
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
}

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

.contact_information .help_grid label {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}

.contact_information .help_grid a:hover {
    color: rgb(145,133,131);
}

.contact_information .reach_inquiry {
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 20px;
    box-shadow: 0 8px 20px rgb(187,178,174,0.5);
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    border: none;
    background: rgb(187,178,174);
    overflow: hidden;
    font-size: 18px;
    position: relative;
    padding: 16px 40px;
    border-radius: 10px;
}

.learn_top {
    grid-template-columns: 1fr;
    width: 90%;
    transform: translateY(-2%);
    gap: 3rem;
    max-width: 1200px;
    position: relative;
    display: grid;
}

.learn_top > div:last-child {
    position: relative;
    z-index: 3;
}

.welcome_board h3::before {
    width: 4px;
    height: 100%;
    content: "";
    transform: scaleY(0);
    background: #ffffff;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: top;
    animation: growDown 0.6s forwards 0.9s ease-out;
}

.welcome_board .growth_hist::before {
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(145,133,131,0.5) 0%, transparent 100%);
}

.welcome_board .growth_hist > div {
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: transform 0.5s ease;
}

.pricing_offer_box::before {
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
}

.pricing_offer_box h2::after {
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(187,178,174) 0%, rgb(145,133,131) 100%);
    width: 60%;
    content: "";
}

.pricing_offer_box .pricing_block li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.pricing_offer_box .discount_price:hover {
    transform: translateY(-8px) scale(1.02);
}

.pricing_offer_box .discount_price:hover .rate_packages::before {
    opacity: 0.15;
}

.pricing_offer_box .cert_fees h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: calc(24px * 1.2);
    position: relative;
    transition: color 0.3s ease;
    margin: 0 0 20px;
}

.pricing_offer_box .discount_price:hover .cert_fees h4::after {
    opacity: 1;
    height: 100%;
}

.pricing_offer_box .learning_fee {
    transition: all 0.3s ease;
    margin-top: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: calc(24px * 1.3);
    align-self: flex-start;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
    padding: 5px 10px;
    position: relative;
    background: linear-gradient(135deg, 
        rgb(187,178,174,0.5) 0%, 
        rgb(145,133,131,0.5) 100%);
}

header .main_class .top_lesson .top_master {
    position: relative;
    padding: 0.5rem 1rem;
    display: block;
}

header .main_class .top_start::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    left: 0;
    top: 0;
    height: 100%;
    content: "";
}

header .main_class .top_start .nav_guide a:hover {
    transform: translateZ(10px);
    color: rgb(145,133,131);
}

header .top_plank .best_focus div span {
    color: #ffffff;
}

header .top_plank .best_focus div img, header .top_plank .best_focus div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.get_support::after {
    right: -150px;
    opacity: 0.05;
    background: rgb(187,178,174);
    content: "";
    height: 300px;
    z-index: 0;
    bottom: -150px;
    border-radius: 50%;
    width: 300px;
    position: absolute;
}

.get_support .get_assistance:nth-child(2) {
    overflow: hidden;
    max-height: 400px;
    flex: 0 1 calc(50% - 15px);
}

.get_support .msg_team {
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(21px * 1.1);
    color: rgb(145,133,131);
    font-weight: 600;
    position: relative;
}

.get_support .get_assistance > p svg path {
    fill: rgb(187,178,174);
}

.get_support .learn_faq {
    background: #ffffff;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 10px;
}

.get_support .contact_help span {
    transition: all 0.3s ease;
    background: rgb(218,202,194);
    padding: 10px 15px;
    color: #000000;
    border-radius: 10px;
    font-size: calc(17px * 0.9);
}

.get_support .learn_ask a:hover {
    transform: translateY(-5px);
}

.get_support .learn_ask svg path {
    fill: #ffffff;
}

.get_support .learn_ask a span {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: calc(17px * 0.8);
    letter-spacing: 1px;
}

.discount_cta .company_holder h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.discount_cta .top_start h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
}

.discount_cta .top_start h5 {
    letter-spacing: 0.5px;
}

.discount_cta .top_start .head_master a::before {
    transition: all 0.3s ease;
    height: 100%;
    background: rgb(187,178,174);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: '';
    width: 3px;
}

.copy_notice .container {
    justify-content: center;
    display: flex;
    align-items: center;
}



footer::after {
    top: 0;
    content: '';
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.discount_cta .verify_cta::after {
    filter: blur(50px);
    z-index: -1;
    position: absolute;
    height: 120px;
    opacity: 0.2;
    content: '';
    background: rgb(187,178,174,0.5);
    right: 100px;
    border-radius: 50%;
    width: 120px;
    top: -20px;
}

.join_our_community::after {
    background: linear-gradient(90deg, rgb(187,178,174), rgb(145,133,131), rgb(187,178,174));
    position: absolute;
    left: 0;
    height: 10px;
    content: '';
    opacity: 0.7;
    z-index: 2;
    width: 100%;
    filter: blur(3px);
    bottom: -5px;
}

.join_our_community .training_track > div {
    position: relative;
    padding: 0.5rem 0;
}

.join_our_community .input_holder {
    z-index: 10;
    gap: 1rem;
    grid-template-columns: 1fr auto;
    display: grid;
    position: relative;
}

.join_our_community .input_holder span:hover::after,
.join_our_community .input_holder span:focus-within::after {
    transform-origin: left;
    transform: scaleX(1);
}

.join_our_community input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
}

.join_our_community .access_lessons:hover::before {
    left: 100%;
}

.join_our_community .access_lessons:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



.join_our_community:hover .training_track {
    animation: pulse 6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.client_opinions h2 {
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    transition: transform 0.5s ease-out;
    margin-bottom: 3.5rem;
    position: relative;
    color: #000000;
    font-size: 33px;
}

.client_opinions .student_insights {
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 2.5rem 2rem;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    position: relative;
}

.client_opinions .student_insights img {
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    height: 60px;
    margin-right: 1rem;
}

.client_opinions a:hover {
    box-shadow: 0 7px 20px rgba(var(--primary-color-rgb), 0.3);
    transform: translateY(-3px);
}

.client_opinions a:hover::before {
    left: 100%;
}

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

.course_program_description .img_border_box::after {
    animation: shimmer 5s infinite linear;
    content: "";
    left: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
    pointer-events: none;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    top: -50%;
}

.course_program_description h3::after {
    transform: translateY(-50%);
    opacity: 0;
    left: -10px;
    transition: opacity 0.4s ease, left 0.4s ease;
    height: 30%;
    top: 50%;
    z-index: -1;
    content: "";
    background: rgb(187,178,174,0.5);
    width: 8px;
    position: absolute;
}

.cookie_option {
    display: flex;
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie_popup_overlay h5 {
    color: rgb(187,178,174);
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 22px;
    font-family: Arial, sans-serif;
}

#declineTrackingCookiesOption {
    background: rgba(0, 0, 0, 0.5);
}


#cookieWarningWindow {
    display: none;
}

.pricing_offer_box .cert_fees p::-webkit-scrollbar {
    width: 5px;
}

.pricing_offer_box .cert_fees p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}

.pricing_offer_box .cert_fees p::-webkit-scrollbar-thumb {
    background: rgb(187,178,174);
    border-radius: 10px;
}

.course_program_description p.description::-webkit-scrollbar {
    width: 5px;
}

.course_program_description p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(218,202,194);
}

.course_program_description p.description::-webkit-scrollbar-thumb {
    background-color: rgb(187,178,174,0.5);
    border-radius: 10px;
}



@media (max-width: 992px) {.privacy_stockade {
    padding: 3rem 1.5rem;
}.privacy_stockade .container {
    padding: 1.5rem;
    transform: none;
}.privacy_stockade h1 {
    font-size: calc(39px * 0.9);
}.privacy_stockade h2 {
    font-size: calc(34px * 0.9);
}
}



@media (max-width: 576px) {.privacy_stockade {
    padding: 1.5rem 0.8rem;
}.privacy_stockade .container {
    padding: 1rem;
}.privacy_stockade h1 {
    font-size: calc(39px * 0.7);
}.privacy_stockade h2 {
    font-size: calc(34px * 0.7);
    padding-left: 0.8rem;
}.privacy_stockade h3 {
    font-size: calc(34px * 0.6);
}.privacy_stockade h4 {
    font-size: calc(34px * 0.5);
}.privacy_stockade ul {
    padding: 1rem;
}.privacy_stockade li {
    padding-left: 1.5rem;
}.privacy_stockade p, 
    .privacy_stockade li, 
    .privacy_stockade span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.privacy_stockade span {
    padding: 0.8rem 1rem;
}}



@media (max-width: 576px) {.contact_information {
    padding: 50px 0;
}.contact_information .container {
    padding: 0 15px;
}.contact_information h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.contact_information .connect_request {
    padding: 35px 25px;
}.contact_information #contact {
    gap: 20px;
}.contact_information input[type="text"] {
    padding: 15px;
}.contact_information .reach_inquiry {
    padding: 15px 25px;
    width: 100%;
}.contact_information .img_border_box {
    min-height: 250px;
}}



@media (max-width: 992px) {.pricing_offer_box {
    padding: 80px 0;
}.pricing_offer_box .pricing_block {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_offer_box .cert_fees {
    padding: 25px 20px;
}.pricing_offer_box .cert_fees p {
    max-height: 180px;
    font-size: calc(16px * 0.95);
}.pricing_offer_box .learning_fee {
    font-size: calc(24px * 1.2);
}
}



@media (max-width: 1200px) {.get_support {
    padding: 80px 0;
}.get_support .get_assistance:first-child {
    flex: 0 1 calc(50% - 15px);
}.get_support .get_assistance:nth-child(2) {
    flex: 0 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.get_support .get_assistance:first-child,
    .get_support .get_assistance:nth-child(2) {
    flex: 0 1 100%;
}.get_support .get_assistance:nth-child(2) {
    order: -1;
    height: 300px;
    max-height: 300px;
}.get_support .get_assistance:first-child {
    margin-top: 30px;
}.get_support .talk_form {
    max-width: 100%;
}
}



@media (max-width: 768px) {.discount_cta {
    padding: 60px 0 30px;
}.discount_cta .head_master {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.discount_cta .top_start {
    padding: 0;
}}



@media (max-width: 767px) {.join_our_community {
    padding: 4rem 1.5rem;
}.join_our_community .input_holder {
    grid-template-columns: 1fr;
}.join_our_community h4 {
    text-align: center;
    margin-bottom: 1rem;
}.join_our_community .training_track {
    transform: perspective(1000px) rotateX(0);
}.join_our_community .training_track > div::before {
    transform: none;
    left: 0;
    height: 3px;
    width: 50px;
    top: -10px;
}.join_our_community .training_track:hover > div::before {
    width: 80px;
    height: 3px;
}.join_our_community .access_lessons {
    margin-top: 0.5rem;
    width: 100%;
}
}



@media (max-width: 767px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .container {
    padding: 0 15px;
}.course_program_description .img_border_box {
    height: 250px;
}.course_program_description .reading_area {
    padding: 25px 20px;
}.course_program_description h3 {
    margin-bottom: 15px;
    font-size: calc(23px - 0.1rem);
}.course_program_description p.description {
    max-height: 250px;
    font-size: calc(12px - 0.1rem);
}}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}



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

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}



@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

