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

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

header,footer {
    width: 100%;
}

header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    top: 0;
    border-bottom: 1px solid rgb(162,178,200,0.5);
    background: linear-gradient(180deg, 
        rgb(162,178,200) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    position: fixed;
    transition: all 0.4s ease;
    z-index: 1000;
    width: 100%;
}

.course_program_description .learn_skills::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, rgb(218,222,229), transparent);
}

.course_program_description .learn_skills::before {
    height: 100px;
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, rgb(218,222,229), transparent);
    width: 100%;
}

.course_program_description .study_map img {
    width: 100%;
    object-position: center;
    filter: brightness(1.05) contrast(1.08);
    height: 100%;
    transition: transform 0.7s ease;
    object-fit: cover;
}

.course_program_description .training_track {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    padding: 3.5rem;
    background: #ffffff;
    position: relative;
    border-radius: 12px;
}

.course_program_description .training_track {
    padding: 2rem 1.5rem;
}

.course_program_description .training_track p {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    margin-bottom: 2rem;
}

.course_program_description .training_track p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.course_program_description .training_track .support_form::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    top: 0;
    width: 100%;
    height: 100%;
}

.welcome_board > div {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    width: 100%;
}

.welcome_board .course_base {
    position: relative;
    transform-style: preserve-3d;
    font-size: 46px;
    color: rgb(162,178,200);
    animation: titleFloat 6s ease-in-out infinite;
    margin-bottom: 20px;
    font-weight: 700;
}

.welcome_board .learn_hero {
    transition: transform 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 100%;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.welcome_board .learn_hero p {
    opacity: 0;
    font-size: calc(14px * 1.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 30px;
    transform: translateZ(10px);
    animation: fadeUp 0.6s ease-out 0.3s forwards;
    line-height: 1.6;
}

.course_demographic::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    z-index: -1;
    height: 100%;
}

.course_demographic li {
    display: flex;
    border: 1px solid rgba(#ffffff, 0.1);
    position: relative;
    padding: 1.5rem;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: flex-start;
}

.course_demographic li {
    color: #ffffff;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
}

.course_demographic li:hover::before,
.course_demographic li:hover::after {
    opacity: 1;
}

.course_demographic li svg {
    margin-right: 1.2rem;
    fill: rgb(118,140,184);
    position: relative;
    top: 2px;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.manage_tracking {
    flex-shrink: 0;
    margin-right: 20px;
}

#cookiePopupMessage {
    display: none;
}

#cookiePopupMessage:checked ~ .modalCookieAgreement {
    opacity: 0;
    visibility: hidden;
}

.cookie_necessary h5 {
    font-size: 18px;
    margin-bottom: 5px;
    color: rgb(162,178,200);
    font-weight: 700;
}

.data_notice:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.modalCookieAgreement p a:hover {
    color: #000000;
}

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

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

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

.privacy_block h3 {
    color: #000000;
    font-size: calc(30px * 0.85);
    position: relative;
    padding-left: 0.8rem;
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    border-left: 2px solid rgb(118,140,184);
}

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

.privacy_block strong {
    font-weight: 700;
    color: rgb(162,178,200);
    position: relative;
    padding-bottom: 2px;
}

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

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

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

.privacy_block li:hover::before {
    transform: scale(1.5);
    background: linear-gradient(135deg, rgb(162,178,200) 0%, rgb(118,140,184) 100%);
}

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

.education_experience::before {
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(162,178,200,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(118,140,184,0.5) 0%, transparent 25%);
    width: 100%;
    left: 0;
    filter: blur(60px);
    height: 100%;
    animation: ambientLight 20s ease-in-out infinite alternate;
    position: absolute;
}

.education_experience .thumbnail {
    left: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(162,178,200,0.5);
    top: -90px;
    transform: translateX(-50%) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    width: 180px;
    border: 3px solid #ffffff;
    position: absolute;
    height: 180px;
}

.education_experience .job_skills {
    margin-top: 2rem;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    transition: transform 0.3s ease;
    line-height: 1.7;
    border-left: 3px solid rgb(162,178,200);
    transform: translateZ(10px);
    font-size: 16px;
    position: relative;
    padding: 2rem;
}

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

.about_this .learning_experts::before {
    position: absolute;
    content: '';
    top: -5px;
    border-radius: calc(24px + 5px);
    opacity: 0.5;
    bottom: -5px;
    z-index: -1;
    transform: perspective(1000px) rotateY(5deg);
    right: -5px;
    left: -5px;
    background: linear-gradient(45deg, rgb(162,178,200), rgb(118,140,184));
}

.about_this .creds_block {
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.about_this .skill_boost {
    margin-bottom: 8px;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
}

.about_this .student_voice {
    font-weight: 600;
    color: rgb(162,178,200);
    margin-bottom: 20px;
    align-items: center;
    font-size: 20px;
    display: flex;
}

.about_this .student_voice svg {
    width: 30px;
    margin-right: 10px;
    fill: rgb(162,178,200);
    height: 30px;
}

.about_this p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}

.thxArea {
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(118,140,184,0.5), rgb(162,178,200,0.5));
    position: relative;
    overflow: hidden;
}

.thxArea .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    transform: translateZ(0);
}

.thxArea .study_hub {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    border-left: 4px solid rgb(162,178,200);
    background: #ffffff;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 3rem;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: translateZ(10px) rotateX(2deg);
}

.thxArea ul {
    list-style: none;
    position: relative;
    margin: 0;
    z-index: 1;
    padding: 0;
}

.thxArea li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}

.thxArea span::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    content: "";
    transform-origin: left;
    bottom: -0.8rem;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(118,140,184,0.5), transparent);
    height: 1px;
    left: 0;
}

header .top_wrap {
    overflow: hidden;
    position: relative;
}

header .top_wrap:before {
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(162,178,200), 0 0 35px rgb(162,178,200);
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(162,178,200) 25%,
        #ffffff 50%,
        rgb(162,178,200) 75%,
        transparent 100%
    );
    width: 200%;
    animation: scanlineGlow 4s linear infinite;
    left: -50%;
    bottom: 0;
    content: '';
    position: absolute;
}

header .main_skill:after {
    background: rgb(118,140,184);
    opacity: 0.3;
    content: '';
    width: 20px;
    filter: blur(15px);
    animation: breathe 5s infinite alternate-reverse;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    border-radius: 50%;
    right: -10px;
    position: absolute;
}

header .head_master:before {
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(162,178,200,0.5), 
        transparent
    );
    content: '';
    z-index: -1;
    transform: skewX(-20deg) scale(0.8, 1);
    transition: all 0.4s ease;
    left: 0;
}

header .head_master:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}

header .main_lead {
    position: relative;
    transition: all 0.3s ease;
    padding: 5px;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

header .main_lead:hover:before {
    opacity: 0.3;
}

header .main_lead:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}

header .main_lead svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(162,178,200,0.5));
    width: auto;
    height: 45px;
    position: relative;
}

.training_results::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(162,178,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(118,140,184,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.1;
    height: 100%;
    z-index: 0;
    content: "";
}

.training_results .content_box_wrap:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -10px -10px 25px 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);
}

.training_results .content_box_wrap:hover h4::after {
    width: 120px;
}

.training_results div > ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

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

.training_results li p {
    display: flex;
    gap: 15px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.03),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    align-items: flex-start;
    border-radius: 10px;
}

.training_results li:hover svg path {
    fill: rgb(118,140,184);
}

.training_results .thumbnail:hover {
    transform: rotate(0deg) translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -12px -12px 25px rgba(255, 255, 255, 0.9);
}

.plan_display::before {
    top: -10%;
    left: -5%;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    position: absolute;
    width: 110%;
    transform: rotate(-3deg);
    content: "";
    height: 120%;
}

.plan_display .edu_rates::after {
    left: 50%;
    width: 100px;
    height: 3px;
    transform: translateX(-50%) scaleX(0.7);
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    background: linear-gradient(90deg, rgb(118,140,184), rgb(162,178,200));
    bottom: -15px;
}

.plan_display .deal_grid::before {
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
    transform-origin: left;
    transform: scaleX(0.85);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(118,140,184), rgb(162,178,200));
}

.plan_display .cost_summary h3 {
    color: #000000;
    position: relative;
    font-size: calc(18px + 2px);
    font-weight: 700;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.plan_display .study_cost {
    font-size: calc(18px + 8px);
    transition: transform 0.4s ease, color 0.4s ease;
    color: rgb(162,178,200);
    margin-bottom: 20px;
    position: relative;
    padding: 5px 10px;
    font-weight: 700;
    display: inline-block;
}

.plan_display .cost_summary p {
    font-size: 17px;
    max-width: 100%;
    hyphens: auto;
    margin-bottom: 0;
    word-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.contact_us {
    overflow: hidden;
    position: relative;
    background: rgb(218,222,229);
    padding: 70px 0;
}

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

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

.contact_us .help_info {
    grid-row: 1;
    padding: 50px 40px;
    background: #ffffff;
    grid-column: 1;
}

.contact_us h3 {
    margin-bottom: 15px;
    color: rgb(162,178,200);
    font-size: 22px;
    font-weight: 600;
}

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

.contact_us .request_support {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
}

.contact_us .request_support input[type="checkbox"]:checked::after {
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 16px;
    transform: translate(-50%, -50%);
    content: "✓";
    color: #ffffff;
}

.contact_us .support_form {
    padding: 15px 35px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
    background: rgb(162,178,200);
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    align-self: flex-start;
    margin-top: 10px;
    text-transform: uppercase;
    border: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.client_testimonials::before {
    top: -100px;
    width: 300px;
    transform: rotate(45deg) skew(10deg, 10deg);
    content: "";
    right: -50px;
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(to right, rgb(162,178,200), rgb(118,140,184));
    height: 300px;
    z-index: 0;
}

.client_testimonials h2::after {
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    height: 3px;
    bottom: -15px;
    left: 0;
    width: 80px;
    background: rgb(162,178,200);
}

.client_testimonials .client_feedback::before {
    width: 5px;
    height: 0;
    top: 0;
    content: "";
    transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to bottom, rgb(162,178,200), rgb(118,140,184));
    left: 0;
    position: absolute;
}

.client_testimonials .client_feedback img {
    object-fit: cover;
    height: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.client_testimonials .client_feedback:hover h4::after {
    width: 100%;
}

.client_testimonials .description {
    margin: 0;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0);
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    color: #000000;
}

.client_testimonials a:hover {
    box-shadow: 0 15px 30px rgba(rgb(162,178,200,0.5), 0.4);
    transform: translateY(-3px) scale(1.02);
}

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

.find_us {
    background: rgb(218,222,229);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

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

.find_us .get_contactblock h2 {
    font-size: 29px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(162,178,200);
}

.find_us .get_contactblock p:last-of-type {
    padding-left: 28px;
    margin-bottom: 50px;
    position: relative;
}

.find_us .quick_request::before {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 50%;
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(135deg, rgb(162,178,200) 0%, rgb(118,140,184) 100%);
    opacity: 0;
    z-index: -1;
    content: '';
    top: 0;
}

.find_us .quick_request:hover svg {
    transform: scale(1.1);
}

footer {
    position: relative;
}

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

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

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

.mod_tools .top_teach h5::before {
    background: rgb(162,178,200);
    border-radius: 50%;
    width: 8px;
    position: absolute;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    content: '';
}

.mod_tools .top_teach .top_bar a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.mod_tools .top_teach .top_bar a:hover::before {
    background: rgb(162,178,200,0.5);
    width: 100%;
}

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



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

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

.mod_tools .top_teach h5::after {
    background: rgb(118,140,184);
    left: 0;
    bottom: -5px;
    width: 30px;
    content: '';
    position: absolute;
    height: 2px;
}



@media (max-width: 768px) {.welcome_board {
    padding: 50px 15px;
}.welcome_board .course_base {
    font-size: calc(46px * 0.8);
}.welcome_board .learn_hero {
    transform: perspective(1000px) rotateX(1deg);
}.welcome_board .learn_hero > div {
    padding: 40px 25px;
}.welcome_board .learn_hero p {
    margin-bottom: 20px;
    font-size: 14px;
}.welcome_board .learn_hero h3 {
    font-size: calc(32px * 0.8);
}
}



@media (min-width: 992px) {.course_demographic ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.course_demographic li:first-child {
    grid-row: 1;
    grid-column: 1;
}.course_demographic li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.course_demographic li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.course_demographic li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
}.course_demographic li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.course_demographic li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}


@media (max-width: 1200px) {.cookie_necessary h5 {
    font-size: calc(18px - 2px);
}.cookie_necessary p {
    font-size: calc(18px - 2px);
}.data_notice {
    font-size: calc(14px - 2px);
    padding: 8px 16px;
}
}



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



@media (max-width: 991px) {.education_experience {
    padding: 7rem 0 5rem;
}.education_experience .client_feedback {
    padding: 2.5rem 2rem;
}.education_experience .thumbnail {
    top: -75px;
    width: 150px;
    height: 150px;
}.education_experience .name {
    margin-top: 80px;
}.education_experience .job_skills {
    padding: 1.5rem;
}
}



@media (max-width: 767px) {.education_experience {
    padding: 6rem 0 3rem;
}.education_experience .container {
    padding: 0 1rem;
}.education_experience .client_feedback {
    transform: none;
    padding: 2rem 1.5rem;
}.education_experience .thumbnail {
    width: 120px;
    top: -60px;
    height: 120px;
}.education_experience .name {
    font-size: calc(32px - 2px);
    margin-top: 70px;
}.education_experience .client_feedback span:not(.name) {
    font-size: calc(16px - 1px);
}.education_experience .job_skills {
    margin-top: 1.5rem;
    padding: 1.2rem;
    font-size: calc(16px - 1px);
}.education_experience .client_feedback:hover {
    transform: none;
}}



@media (max-width: 767px) {.thxArea {
    padding: 4rem 0;
}.thxArea .container {
    padding: 0 1.5rem;
}.thxArea .study_hub {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.thxArea h2 {
    margin-bottom: 2rem;
    transform: translateZ(10px);
    font-size: calc(32px * 0.8);
}.thxArea h2::after {
    height: 0.25rem;
    width: 6rem;
}.thxArea span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_teach {
    gap: 20px;
}header .main_lead svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_lead svg {
    height: 35px;
}header .top_teach {
    max-width: 100%;
    width: 100%;
}}



@media (min-width: 992px) {.training_results {
    padding: 150px 0;
}.training_results .study_hub {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.training_results h4 {
    font-size: calc(23px * 1.1);
}.training_results .content_box_wrap {
    padding: 50px;
}.training_results .thumbnail {
    max-width: 45%;
}
}



@media (hover: none) {.training_results .content_box_wrap:hover,
    .training_results li:hover,
    .training_results li:hover p,
    .training_results .thumbnail:hover,
    .training_results li:hover svg {
    transform: none;
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.05),
            -8px -8px 20px 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);
}.training_results .content_box_wrap:hover h4::after {
    width: 80px;
}}



@media (min-width: 1200px) {.plan_display {
    padding: 150px 0;
}.plan_display .plan_table {
    gap: 40px;
}.plan_display .deal_grid {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan_display .deal_grid:hover {
    transform: translateY(-15px) scale(1.02);
}.plan_display .deal_grid:nth-child(even) {
    transform: translateY(15px);
}.plan_display .deal_grid:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.plan_display .thumbnail {
    height: 250px;
}}



@media (max-width: 992px) {.client_testimonials {
    padding: 80px 0 60px;
}.client_testimonials h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.client_testimonials .feedback_zone {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}



@media screen and (max-width: 991px) {.find_us {
    padding: 70px 0;
}.find_us .get_contactblock h2 {
    font-size: calc(29px * 0.95);
}.find_us .quick_request {
    width: 70px;
    height: 70px;
}
}



@media screen and (max-width: 767px) {.find_us {
    padding: 60px 0;
}.find_us .get_contactblock h2 {
    font-size: calc(29px * 0.9);
}.find_us .get_contactblock p {
    max-width: 100%;
}.find_us .inquire_now {
    justify-content: center;
}
}



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

@keyframes carousel-horizontal-mobile {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-20%);
        }
        40%, 56% {
            transform: translateX(-40%);
        }
        60%, 76% {
            transform: translateX(-60%);
        }
        80%, 96% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

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



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

