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

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

header,footer {
    width: 100%;
}

html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-snap-type: none;
    color: #000000;
}

.style_user_dialog svg {
    height: 60px;
    width: 60px;
    fill: rgb(210,198,212);
    transition: fill 0.3s ease-in-out;
}

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


.style_title_intro {
    height: 100vh;
    width: 100%;
    display: flex;
    background: linear-gradient(145deg, rgb(210,198,212,0.5), rgba(0, 0, 0, 0.5));
    position: relative;
    align-items: stretch;
    overflow: hidden;
}



.style_title_intro h1 {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 44px);
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    max-width: 700px;
    line-height: 1.2;
    transition: transform 0.5s ease-out;
}



.style_title_intro .style_content_box_wrap p {
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.style_title_intro .style_edu_first svg path {
    fill: rgb(176,161,179);
    transition: fill 0.3s ease;
}

.style_title_intro h6 {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

.style_title_intro .style_connect_feedback:hover::before {
    left: 100%;
}

.style_title_intro .style_connect_feedback:active {
    transform: translateY(0) translateZ(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.style_target_audience::before {
    background: 
        linear-gradient(45deg, rgb(210,198,212,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(176,161,179,0.5) 25%, transparent 25%);
    position: absolute;
    background-size: 60px 60px;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.05;
    z-index: 0;
    content: "";
    height: 100%;
}

.style_target_audience div p::after {
    left: 10px;
    border-radius: calc(19px - 10px);
    width: calc(100% - 20px);
    transition: all 0.3s ease;
    height: calc(100% - 20px);
    position: absolute;
    z-index: -2;
    background: #ffffff;
    opacity: 0.2;
    top: 10px;
    content: "";
    border: 1px solid rgb(176,161,179,0.5);
}

.style_target_audience div p svg path {
    fill: rgb(210,198,212);
    transition: all 0.3s ease;
}

.style_company_overview {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.style_company_overview {
    padding: 80px 0;
}

.style_company_overview .style_content_box_wrap {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 5px 5px 10px rgba(255, 255, 255, 0.02),
        inset -5px -5px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    border-radius: 2px;
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
}

.style_company_overview .style_content_box_wrap {
    padding: 60px 70px;
}

.style_company_overview .style_content_box_wrap {
    padding: 30px 25px;
    transform: perspective(1000px) rotateX(1deg);
}

.style_company_overview span {
    text-align: justify;
    column-count: 1;
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    transform: translateZ(10px);
    position: relative;
    column-gap: 40px;
    line-height: 1.8;
}

.style_company_overview span {
    column-count: 2;
}

.style_company_overview span {
    line-height: 1.6;
    font-size: calc(15px - 1px);
}

.style_secure_safe h6 {
    margin-bottom: 14px;
    font-size: 21px;
}

.style_secure_safe ul li:before {
    font-size: 1.2em;
    content: '•';
    color: rgb(210,198,212);
    position: absolute;
    left: 0;
}

.style_secure_safe blockquote {
    margin: 20px 0;
    background-color: rgb(238,234,239);
    border-left: 5px solid rgb(210,198,212);
    font-style: italic;
    padding: 15px 20px;
    color: #000000;
}

.style_program_details::before {
    right: 0;
    background-size: 120px 120px;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(210,198,212,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(210,198,212,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(210,198,212,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(210,198,212,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(210,198,212,0.5) 1px, transparent 5px);
    width: 100%;
    opacity: 0.3;
    z-index: 0;
    height: 100%;
    content: "";
    animation: patternFloat 60s infinite linear;
    top: 0;
}

.style_program_details h3::after {
    height: 3px;
    transform: scaleX(1);
    content: "";
    background: rgb(176,161,179);
    width: 60px;
    bottom: -10px;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
}

.style_contact_us::before {
    left: 0;
    z-index: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(176,161,179) 0%, rgb(210,198,212) 100%);
    width: 100%;
    opacity: 0.9;
    top: 0;
    height: 100%;
}

.style_contact_us .style_inquiry_inquiry h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 34px;
}

.style_contact_us .style_inquiry_inquiry div::before {
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    border-radius: 10px;
    content: '';
    background: rgb(210,198,212);
    top: 50%;
    opacity: 0.5;
    position: absolute;
    width: 5px;
}

.style_contact_us form {
    flex-direction: column;
    display: flex;
}

.style_contact_us form input[type="text"]:focus,
.style_contact_us form input[type="email"]:focus {
    border-bottom-color: rgb(176,161,179);
    outline: none;
}

.style_contact_us .style_support_reach label {
    position: relative;
    line-height: 1.5;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding-left: 30px;
}

.style_contact_us .style_support_reach label a {
    text-decoration: none;
    color: rgb(176,161,179);
}

.style_contact_us form .style_connect_feedback {
    padding: 15px 35px;
    background: rgb(176,161,179);
    z-index: 1;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    align-self: flex-start;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
}

header .style_head_section .style_main_skill:hover {
    transform: translateY(0) scale(1.05);
}

header .style_head_section .style_head_page {
    margin: 0;
    padding-right: calc((100vw - 100%) / 2);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    width: 80vw;
    padding: 0;
    background: linear-gradient(90deg, transparent, rgb(210,198,212,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    list-style: none;
    justify-content: flex-end;
    display: flex;
}

header .style_head_section .style_head_page .style_nav_train a:hover {
    color: rgb(176,161,179);
    transform: translateZ(10px);
}

.style_pricing_feature::before {
    left: 0;
    background: linear-gradient(135deg, rgb(210,198,212,0.5), rgba(0, 0, 0, 0.5) 85%);
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
    z-index: 1;
}

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

.style_pricing_feature .style_rate_plans::before {
    transform: scaleX(0);
    height: 5px;
    top: 0;
    transform-origin: left;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
}

.style_pricing_feature .style_deal_grid {
    align-items: center;
    font-weight: 700;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    transform: translateY(0);
    transition: transform 0.4s ease, color 0.3s ease;
    align-self: flex-start;
    justify-content: center;
    margin-top: auto;
    color: #000000;
    padding: 10px 20px;
    display: inline-flex;
    font-size: calc(22px + 4px);
    border-radius: 10px;
}

footer .info_item svg {
    fill: rgb(210,198,212);
    height: 18px;
    position: relative;
    width: 18px;
    margin-right: 10px;
    top: 3px;
}

footer .style_main_skill svg {
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}

footer .style_nav_start {
    margin-bottom: 30px;
}

footer .style_nav_start a:hover {
    color: rgb(210,198,212);
    transform: translateX(5px);
}

footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: #000000;
    font-size: 16px;
}

footer .style_sub_prize {
    font-weight: 600;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 0.3s ease;
    background-color: rgb(210,198,212);
    text-align: center;
}

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

.style_newsletter_signup .style_knowledge_space::before {
    width: 120px;
    animation: floatElement 8s ease-in-out infinite;
    background: rgb(210,198,212,0.5);
    top: -40px;
    left: -20px;
    z-index: -1;
    content: "";
    height: 120px;
    opacity: 0.3;
    transform: rotate(-15deg);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.style_newsletter_signup .style_connect_feedback {
    padding: 1.5rem 2.5rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: rgb(210,198,212);
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
}

.style_instructor_history::after {
    position: absolute;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(210,198,212,0.5) 40px,
            rgb(210,198,212,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(210,198,212,0.5) 60px,
            rgb(210,198,212,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(210,198,212,0.5) 80px,
            rgb(210,198,212,0.5) 81px
        );
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.04;
    top: 0;
    content: "";
}

.style_instructor_history .style_image_section::after {
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    width: 100%;
    position: absolute;
}

.style_instructor_history .style_student_opinions:hover span:not(.name)::after {
    width: 100%;
}

.style_instructor_history .style_career_projects::before {
    left: 12px;
    opacity: 0.6;
    height: 12px;
    position: absolute;
    content: "";
    top: 15px;
    width: 12px;
    border-top: 2px solid rgb(210,198,212);
    border-left: 2px solid rgb(210,198,212);
}

.style_instructor_history .style_student_opinions:hover .style_image_section {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

.style_thankYouHub .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.style_thankYouHub .style_knowledge_space {
    background: rgba(255, 255, 255, 0.85);
    padding: 3rem;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    flex-direction: column;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.style_thankYouHub p {
    font-size: 17px;
    color: #000000;
    margin: 0;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
    z-index: 1;
    position: relative;
}

.style_thankYouHub a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.style_thankYouHub a:hover p {
    color: #000000;
    transform: translateY(-3px);
}

.style_customer_feedback {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(238,234,239);
}

.style_customer_feedback h2::before {
    height: 100%;
    background: rgb(210,198,212);
    content: "";
    position: absolute;
    width: 4px;
    top: 0;
    transform: scaleY(1.2);
    left: 0;
}

.style_customer_feedback .style_student_opinions {
    grid-template-columns: auto 1fr;
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    padding: 0;
}

.style_customer_feedback .style_student_opinions:hover p::after {
    width: 60px;
}

.style_customer_feedback .style_student_opinions .description {
    transform: translateX(0);
    position: relative;
    line-height: 1.8;
    margin-top: 15px;
    font-size: 12px;
    grid-area: desc;
    transition: transform 0.5s ease;
    font-weight: 400;
    color: #000000;
}


@media (max-width: 800px) {.style_privacy_cookies {
    align-items: center;
    flex-direction: column;
}.style_user_dialog {
    margin-bottom: 15px;
}.style_policy_opt {
    margin-bottom: 20px;
    text-align: center;
}.style_track_alert {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 991px) {.style_target_audience {
    padding: 100px 0;
}.style_target_audience h4 {
    margin-bottom: 60px;
    font-size: calc(33px - 2px);
}.style_target_audience div {
    gap: 25px;
}.style_target_audience div p {
    min-width: 250px;
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
}.style_target_audience div p svg {
    height: 30px;
    width: 30px;
    top: 20px;
    left: 20px;
}
}


@media only screen and (max-width: 800px) {.style_secure_safe {
    padding: 20px 10px;
}.style_secure_safe h1 {
    font-size: calc(22px - 10%);
}.style_secure_safe h2 {
    font-size: calc(22px - 10%);
}.style_secure_safe p, .style_secure_safe span, .style_secure_safe div {
    font-size: calc(16px - 10%);
}}



@media (max-width: 767px) {.style_program_details {
    padding: 80px 0;
}.style_program_details .style_image_section {
    transform: perspective(1000px) rotateY(3deg);
    height: 280px;
}.style_program_details .style_content_box_wrap {
    padding: 25px 20px;
}.style_program_details h3 {
    font-size: calc(23px * 1.05);
    margin-bottom: 20px;
}.style_program_details h3::after {
    width: 50px;
    height: 2px;
}.style_program_details p.description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}



@media screen and (min-width: 1200px) {.style_pricing_feature .style_package_price {
    grid-template-columns: repeat(4, 1fr);
}.style_pricing_feature .style_rate_plans {
    min-height: 450px;
}
}



@media screen and (min-width: 768px) and (max-width: 1199px) {.style_pricing_feature .style_package_price {
    grid-template-columns: repeat(2, 1fr);
}.style_pricing_feature .style_rate_plans {
    min-height: 420px;
}.style_pricing_feature {
    padding: 100px 0;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .style_sub_prize {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .style_policy_links {
    padding: 40px 0 20px;
}footer .style_tutor_match {
    gap: 40px;
}footer .style_head_page h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (max-width: 576px) {.style_newsletter_signup {
    padding: 4rem 1rem 2rem;
    margin: 4rem 0 6rem;
}.style_newsletter_signup p {
    transform: none;
    max-width: 100%;
}.style_newsletter_signup p::before {
    display: none;
}.style_newsletter_signup .input_holder {
    max-width: 100%;
    transform: translateY(15px);
}.style_newsletter_signup .style_join_us,
    .style_newsletter_signup .style_connect_feedback {
    padding: 1rem;
}.style_newsletter_signup::before,
    .style_newsletter_signup::after {
    transform: none;
}.style_newsletter_signup .style_knowledge_space::before {
    width: 80px;
    height: 80px;
}}



@media (max-width: 991px) {.style_thankYouHub {
    padding: 5rem 0;
}.style_thankYouHub .style_knowledge_space {
    padding: 2.5rem;
    gap: 2rem;
}.style_thankYouHub h5 {
    font-size: 21px;
}.style_thankYouHub p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (hover: none) {.style_thankYouHub .style_knowledge_space:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
}.style_thankYouHub a:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.style_thankYouHub a:hover p {
    transform: none;
}}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


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



@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



@keyframes pulseElement {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

