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

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


.style_cookieNotificationAlert {
    z-index: 1050;
    bottom: 0;
    width: 100%;
    position: fixed;
    font-family: Arial, sans-serif;
    background: rgb(238,234,239);
    overflow: hidden;
    padding: 20px;
    border-top: 3px solid rgb(210,198,212);
}

.style_policy_opt p {
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
}

.style_cookieNotificationAlert p a {
    text-decoration: underline;
    color: rgb(210,198,212);
}

.style_title_intro .style_image_section::after {
    backdrop-filter: blur(2px);
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(rgb(210,198,212,0.5), 0.4) 100%
    );
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}



.style_title_intro .style_content_box_wrap {
    max-width: 550px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-left: 3px solid rgb(210,198,212);
    animation: fadeUp 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
    padding: 2.5rem;
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.style_title_intro .style_edu_first svg {
    height: 100px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    width: 100px;
}

.style_title_intro .style_connect_feedback {
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    letter-spacing: 0.05em;
    transform: translateZ(0);
    color: #ffffff;
    padding: 0.9em 2em;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(176,161,179) 0%, rgb(210,198,212) 100%);
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.style_target_audience div {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.style_target_audience div p::before {
    transition: all 0.3s ease;
    top: 5px;
    border-radius: calc(19px - 5px);
    border: 1px solid rgb(210,198,212,0.5);
    background: #ffffff;
    left: 5px;
    z-index: -1;
    position: absolute;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    content: "";
    opacity: 0.4;
}

.style_target_audience div p:hover svg {
    transform: rotate(15deg);
    background: rgb(210,198,212,0.5);
}

.style_company_overview::before {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(30, 45, 75, 0.92) 0%,
        rgba(25, 35, 60, 0.95) 50%,
        rgba(20, 30, 55, 0.98) 100%);
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.style_company_overview h1 {
    transform: translateZ(30px);
    font-weight: 700;
    position: relative;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 38px;
}

.style_company_overview h1 {
    font-size: calc(38px + 10px);
}

.style_company_overview h1 {
    margin-bottom: 30px;
    font-size: calc(38px - 2px);
}

.style_company_overview h4 {
    transform: translateZ(20px);
    color: rgb(210,198,212);
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: calc(24px + 2px);
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.style_company_overview h4 {
    font-size: 24px;
}

.style_secure_safe h2 {
    padding-bottom: 8px;
    margin-bottom: 25px;
    font-size: 35px;
    border-bottom: 2px solid rgb(176,161,179);
}

.style_secure_safe h4 {
    margin-bottom: 18px;
    font-size: 1.25em;
}

.style_secure_safe ul, .style_secure_safe ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style: none;
    color: #000000;
}


.style_secure_safe a {
    color: rgb(210,198,212);
    border-bottom: 1px solid rgb(210,198,212);
    text-decoration: none;
}

.style_secure_safe code {
    padding: 2px 6px;
    border-radius: 10px;
    font-family: monospace;
    background-color: rgb(238,234,239);
    color: #000000;
}

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

.style_program_details .style_image_section {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    height: 380px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
}

.style_program_details .style_image_section:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.style_program_details .style_content_box_wrap {
    border-left: 4px solid rgb(210,198,212);
    background: #ffffff;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 20px;
}

.style_program_details .style_content_box_wrap:hover h3 {
    transform: translateX(5px);
}

.style_program_details span.description {
    display: none;
}

.style_contact_us {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

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

.style_contact_us .style_inquiry_inquiry {
    background: rgb(238,234,239);
    padding: 50px;
    position: relative;
}

.style_contact_us .style_inquiry_inquiry div {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 15px;
}

.style_contact_us .style_inquiry_inquiry div svg {
    height: 22px;
    width: 22px;
    margin-right: 20px;
}

.style_contact_us .style_inquiry_inquiry div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}

.style_contact_us form input[type="text"],
.style_contact_us form input[type="email"] {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-size: 14px;
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 15px 5px;
}

.style_contact_us .style_support_reach input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border: solid #ffffff;
    left: 6px;
    content: '';
    border-width: 0 2px 2px 0;
    height: 10px;
    position: absolute;
    top: 6px;
    width: 6px;
}



.style_contact_us .style_inquiry_inquiry div:nth-child(even) {
    animation: pulse 4s infinite;
}

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

header .style_head_section .style_main_skill .style_main_mainbar {
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
}

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

header .style_head_section .style_head_page .style_nav_train a:hover::after {
    width: calc(100% - 3rem);
}

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

.style_pricing_feature .style_pricing_list {
    font-size: 16px;
    margin: 0 auto 50px;
    max-width: 700px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
    padding: 0 15px;
}

.style_pricing_feature .style_rate_plans {
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    border-radius: 10px;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    height: 100%;
    min-height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex-direction: column;
}

.style_pricing_feature .style_discount_plan p {
    flex: 1;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.7;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 16px;
    margin-bottom: 20px;
}

.style_pricing_feature .style_discount_plan:hover .style_deal_grid {
    transform: translateY(-5px);
    color: rgb(210,198,212);
}

footer .style_tutor_match {
    display: grid;
    gap: 60px;
}

footer .style_contact_today {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    padding-bottom: 40px;
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

footer .style_head_page h5 {
    color: #000000;
    margin-bottom: 25px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
}

footer .subscribe_holder {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
}

footer .input_holder {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

footer .style_sub_prize:hover {
    background-color: rgb(176,161,179);
}

footer .style_badge_case {
    margin-top: 50px;
}

.style_newsletter_signup {
    z-index: 1;
    position: relative;
    margin: 5rem 0 5rem;
    background: rgb(238,234,239);
    overflow: visible;
    padding: 7rem 3rem 5rem;
}

.style_newsletter_signup .style_knowledge_space {
    position: relative;
    flex-direction: column;
    display: flex;
}

.style_newsletter_signup .style_knowledge_space::after {
    bottom: -30px;
    position: absolute;
    height: 40px;
    border-radius: 50%;
    opacity: 0.2;
    content: "";
    width: 40px;
    animation: pulseElement 4s ease-in-out infinite alternate;
    right: 10%;
    filter: blur(5px);
    background: rgb(176,161,179);
}

.style_newsletter_signup .input_holder::before {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    z-index: -1;
    background: #ffffff;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}

.style_newsletter_signup .style_connect_feedback:hover::before {
    transform: translateX(0) skewX(-15deg);
}

.style_instructor_history::before {
    width: 100%;
    opacity: 0.07;
    left: 0;
    content: "";
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(210,198,212,0.5) 49.5%, rgb(210,198,212,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(210,198,212,0.5) 49.5%, rgb(210,198,212,0.5) 50.5%, transparent 50.5%);
    height: 100%;
}

.style_instructor_history .style_student_opinions::after {
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(210,198,212,0.5) 0%,
        transparent 20%,
        rgb(210,198,212,0.5) 40%,
        transparent 60%,
        rgb(176,161,179,0.5) 80%,
        transparent 100%
    );
    animation: scanner 4s linear infinite;
    content: "";
    position: absolute;
    top: 6px;
    width: 100%;
    height: 1px;
}

.style_instructor_history .name::before {
    content: "";
    height: 0;
    position: absolute;
    left: -4px;
    top: 0;
    width: 4px;
    transition: height 0.5s ease;
    background: rgb(176,161,179);
}

.style_instructor_history .style_career_projects {
    position: relative;
    border-left: 1px solid rgb(210,198,212);
    color: #000000;
    font-size: 16px;
    margin: 0;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    padding: 25px 30px;
    border-radius: 10px;
    background: linear-gradient(
        to right,
        rgb(238,234,239) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
}

.style_thankYouHub {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(176,161,179,0.5) 0%, rgb(210,198,212,0.5) 40%, rgb(238,234,239) 100%);
    padding: 7rem 0;
    overflow: hidden;
}

.style_thankYouHub .style_knowledge_space::before {
    height: 100%;
    animation: shimmer 4s infinite;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    position: absolute;
    content: "";
    left: -100%;
    width: 100%;
    pointer-events: none;
}

.style_thankYouHub h5 {
    font-weight: 700;
    font-size: calc(21px * 1.1);
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    padding-bottom: 1rem;
    letter-spacing: 0.02em;
    color: rgb(210,198,212);
}

.style_thankYouHub a::before {
    opacity: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, transparent 100%);
    inset: 0;
}

.style_thankYouHub a::after {
    transform: scaleX(0);
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    transform-origin: left;
    height: 3px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(176,161,179) 0%, rgb(210,198,212) 100%);
    content: "";
}

.style_customer_feedback .style_review_panel::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    top: -40px;
    right: 0;
    background: linear-gradient(to right, rgb(210,198,212,0.5), transparent);
}

.style_customer_feedback .style_student_opinions img {
    object-fit: cover;
    height: 55px;
    grid-area: image;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(210,198,212,0.5);
    width: 55px;
    filter: grayscale(100%);
    transition: all 0.4s ease;
    border-radius: 10px;
}

.style_customer_feedback .style_student_opinions:hover .description {
    transform: translateX(10px);
}

.style_customer_feedback .style_student_opinions:nth-child(3n+2) {
    transform: translateY(-20px);
}


@media (max-width: 1200px) {.style_policy_opt h5 {
    font-size: calc(22px - 2px);
}.style_policy_opt p {
    font-size: calc(15px - 2px);
}.style_track_alert {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}
}



@media (max-width: 767px) {.style_title_intro {
    min-height: 100vh;
    height: auto;
}.style_title_intro .style_knowledge_space {
    padding: 6rem 1.5rem 4rem;
}.style_title_intro h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}.style_title_intro .style_content_box_wrap {
    padding: 1.5rem;
    width: 100%;
}.style_title_intro .style_connect_feedback {
    padding: 0.8em 1.5em;
    text-align: center;
    width: 100%;
}.style_title_intro .style_edu_first svg {
    height: 80px;
    width: 80px;
}
}



@media (min-width: 1024px) {.style_company_overview {
    padding: 150px 0;
}.style_company_overview .style_content_box_wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 90px;
}.style_company_overview h1 {
    margin-bottom: 50px;
}.style_company_overview span {
    column-gap: 60px;
    column-count: 2;
}
}



@media (hover: hover) {.style_program_details .style_image_section::before {
    transition: opacity 0.5s ease;
}.style_program_details .style_image_section:hover::before {
    opacity: 0.7;
}}



@media screen and (max-width: 992px) {.style_contact_us .style_request_reach {
    grid-template-columns: 1fr;
}.style_contact_us .style_inquiry_inquiry::after {
    display: none;
}.style_contact_us .style_inquiry_inquiry,
    .style_contact_us .style_inquiry_card {
    padding: 40px 30px;
}
}



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



@media (prefers-reduced-motion: reduce) {.style_pricing_feature .style_discount_plan,
    .style_pricing_feature .style_discount_plan:hover,
    .style_pricing_feature h2,
    .style_pricing_feature .style_rate_plans::before,
    .style_pricing_feature .style_discount_plan h4,
    .style_pricing_feature .style_deal_grid {
    transition: none;
    transform: none;
}}



@media (max-width: 992px) {.style_newsletter_signup {
    margin: 6rem 0 8rem;
    padding: 6rem 2rem 4rem;
}.style_newsletter_signup p {
    max-width: 70%;
    font-size: calc(30px * 0.9);
    transform: translateX(30%);
}.style_newsletter_signup p::before {
    left: -40px;
    width: 30px;
}.style_newsletter_signup .input_holder {
    max-width: 80%;
}
}



@media (max-width: 767px) {.style_instructor_history {
    padding: 70px 0;
}.style_instructor_history .style_student_opinions {
    grid-template-columns: 1fr;
    gap: 25px;
    grid-template-rows: auto auto;
    padding: 35px 25px;
}.style_instructor_history .style_image_section {
    min-height: 280px;
}.style_instructor_history .name {
    font-size: calc(36px * 0.9);
}.style_instructor_history .style_student_opinions span:not(.name) {
    font-size: calc(22px * 0.95);
    margin-bottom: 20px;
}.style_instructor_history .style_career_projects {
    font-size: calc(16px * 0.95);
    padding: 18px 22px;
}
}



@media (max-width: 575px) {.style_thankYouHub {
    padding: 3rem 0;
}.style_thankYouHub .style_knowledge_space {
    padding: 1.5rem;
    gap: 1.2rem;
}.style_thankYouHub h5 {
    font-size: calc(21px * 0.85);
    padding-bottom: 0.75rem;
}.style_thankYouHub p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.style_thankYouHub a {
    padding: 1rem;
}.style_thankYouHub a:hover {
    transform: translateY(-3px);
}
}

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



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

@keyframes expandLine {
        0% {
            width: 0;
            opacity: 0;
        }
        100% {
            width: 60px;
            opacity: 1;
        }
    }



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



@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

