header,footer {
    width: 100%;
}

html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}

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

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

.main_header {
    flex: 1 0 auto;
}

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

.plan_card::before {
    z-index: 1;
    right: 0;
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
}

.plan_card h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    animation: float 6s ease-in-out infinite;
    transform: translateY(0);
    font-size: 38px;
    margin-bottom: 20px;
    color: #ffffff;
}

.plan_card .learn_deals {
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 17px;
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.plan_card .price_panel li {
    perspective: 1000px;
}

.plan_card .discount_plan {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-sizing: border-box;
    text-decoration: none;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
}

.plan_card .discount_tier::before {
    background: linear-gradient(90deg, rgb(159,210,192), rgb(110,183,162));
    height: 5px;
    content: "";
    transform: scaleX(0.5);
    width: 100%;
    transition: transform 0.4s ease;
    top: 0;
    position: absolute;
    transform-origin: left;
    left: 0;
}

.plan_card .discount_plan:hover .discount_tier::before {
    transform: scaleX(1);
}

.plan_card .discount_plan h4 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: calc(23px * 1.2);
}

.plan_card .discount_plan p {
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    white-space: normal;
    font-size: 17px;
    flex-grow: 1;
}

.plan_card .discount_plan:hover .trial_pricing {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

.teaching_experience {
    background: linear-gradient(135deg, rgb(204,232,223), rgba(245, 247, 250, 0.92));
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}

.teaching_experience::before {
    content: "";
    transform: rotate(-15deg);
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    left: -5%;
    width: 40%;
    top: -5%;
    height: 40%;
    background: linear-gradient(225deg, rgb(159,210,192,0.5), transparent);
}

.teaching_experience .container {
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.teaching_experience .student_votes:hover {
    transform: translateY(-5px);
}

.teaching_experience .student_votes > div:first-child {
    width: 100%;
    position: relative;
}

.teaching_experience .student_votes .img_list_item {
    overflow: hidden;
    padding-bottom: 85%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border-radius: 10px;
    height: 0;
    width: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}

.teaching_experience .student_votes > div:nth-child(2) {
    text-align: left;
    position: relative;
}

.teaching_experience .student_votes .name::after {
    width: 2.5rem;
    transform-origin: left;
    background: rgb(159,210,192);
    position: absolute;
    content: "";
    transform: scaleX(1);
    bottom: -0.35rem;
    height: 2px;
    left: 0;
    transition: transform 0.4s ease-out;
}

.teaching_experience .student_votes > div:nth-child(3) {
    position: relative;
}

.teaching_experience .student_votes .career_skills {
    line-height: 1.7;
    border-left: 3px solid rgb(110,183,162,0.5);
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding-left: 1.25rem;
    position: relative;
}

.teaching_experience .student_votes:hover .career_skills::before {
    transform: scale(1);
    opacity: 1;
}

#alertTrackingUsage {
    display: none;
}

#alertTrackingUsage:checked ~ .trackingPolicyPanel {
    opacity: 0;
    visibility: hidden;
}

.edu_settings {
    border: 2px dashed rgb(159,210,192);
    border-radius: 20px;
    align-items: center;
    display: flex;
    padding: 20px 5%;
    gap: 20px;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
}

.trackingPolicyPanel h5 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgb(159,210,192);
}

.cookie_comply svg {
    fill: rgb(159,210,192);
    width: 60px;
    height: 60px;
}

.cookie_menu {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: rgb(159,210,192);
    border-radius: 10px;
    min-width: 140px;
    border: 2px solid rgb(159,210,192);
    padding: 10px 20px;
    color: #000000;
    margin-left: 10px;
    line-height: 40px;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 15px;
}

.trackingPolicyPanel p a:hover {
    color: rgb(110,183,162);
}


.teaching_process {
    overflow: hidden;
    background: rgb(204,232,223);
    position: relative;
    min-height: 65vh;
}

.teaching_process::after {
    height: 100%;
    position: absolute;
    left: 0;
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    top: 0;
    z-index: 2;
    content: "";
    width: 100%;
}

.teaching_process .impact_stats {
    max-width: 900px;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
    padding: 0;
    align-items: center;
    border-radius: 50%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.teaching_process .impact_stats::after {
    content: "";
    position: absolute;
    top: 10%;
    border-radius: 50%;
    height: 80%;
    width: 80%;
    border: 1px dashed rgb(110,183,162,0.5);
    left: 10%;
    animation: rotateBorder 15s linear infinite reverse;
    z-index: -1;
}

.teaching_process h3::before {
    background: linear-gradient(135deg, rgb(159,210,192,0.5), transparent);
    z-index: -1;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    border-radius: inherit;
    height: 100%;
    opacity: 0.2;
}

.teaching_process span {
    line-height: 1.7;
    transform: translateY(20px);
    padding: 2rem;
    height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    display: inline-block;
    position: relative;
    border-radius: 14px;
    text-align: center;
    z-index: 2;
    width: 60%;
    background: #ffffff;
    color: #000000;
}

.teaching_process span::after {
    border-radius: inherit;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(110,183,162,0.5), transparent);
    left: 0;
    z-index: -1;
}

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

header .site_core .top_base:hover {
    transform: translateY(0) scale(1.05);
}

header .site_core .top_base .head_learn {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}

header .site_core .top_base .head_learn svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}

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

header .site_core .header_lead .head_mainwrap {
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    margin: 0;
}

header .site_core .header_lead .head_mainwrap a::after {
    height: 2px;
    width: 0;
    left: 1.5rem;
    transition: width 0.3s ease;
    content: "";
    bottom: 0.8rem;
    background: rgb(110,183,162);
    position: absolute;
}

header .site_core .header_lead .head_mainwrap a:hover::after {
    width: calc(100% - 3rem);
}

.appContent::before {
    background: linear-gradient(210deg, rgb(110,183,162) 0%, rgb(159,210,192) 100%);
    width: 45%;
    top: -10%;
    z-index: 1;
    opacity: 0.05;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    content: "";
    transform: rotate(15deg) skewX(-15deg);
    right: -5%;
    height: 70%;
    position: absolute;
}

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

.appContent .impact_stats > div:first-child {
    transform: translateZ(20px);
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.appContent .impact_stats > div:last-child {
    position: relative;
    transform: translateZ(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
}

.appContent h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(159,210,192), transparent);
    display: block;
    height: 3px;
    width: 70px;
    margin-top: 1rem;
}

.appContent a:hover {
    transform: translateX(5px);
}

.appContent p {
    margin: 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}

.privacy_area {
    margin-right: 5%;
    color: #000000;
    margin-left: 5%;
    transition: all 0.3s ease-in-out;
    background-color: rgb(204,232,223);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.privacy_area h2 {
    font-weight: 600;
    padding-left: 10px;
    font-size: 35px;
    color: rgb(110,183,162);
    border-left: 5px solid rgb(110,183,162);
}

.privacy_area ul li {
    padding: 10px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.privacy_area div {
    margin: 20px 0;
}

.info_hub {
    background: linear-gradient(135deg, rgb(204,232,223) 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.info_hub::after {
    background-size: 30px 30px;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    content: "";
    top: 0;
    background-image: radial-gradient(rgb(110,183,162,0.5) 1px, transparent 1px);
    transform: skewY(-3deg) scale(1.2);
}

.info_hub .ask_feedback::before {
    width: 30%;
    height: 30%;
    z-index: -1;
    right: -15px;
    top: -15px;
    background: rgb(110,183,162,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    position: absolute;
}

.info_hub h3::after {
    transform-origin: left;
    content: "";
    height: 3px;
    width: 80px;
    bottom: -10px;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
}

.info_hub svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}

.info_hub svg path {
    transition: fill 0.3s ease;
    fill: rgb(159,210,192);
}

.info_hub .contact_support {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1rem;
    font-size: calc(12px * 1.05);
    z-index: 1;
    text-decoration: none;
    gap: 0.5rem;
    border-left: 2px solid rgb(110,183,162,0.5);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.3) 100%);
    color: #000000;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    font-weight: 600;
}

.info_hub .contact_support:hover::before {
    transform: translateX(0);
}

.info_hub .contact_support:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.attempt_now {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(110,183,162) 0%, rgb(159,210,192) 100%);
    margin: 4rem 0;
    padding: 5rem 1rem;
}

.attempt_now::after {
    opacity: 0.1;
    top: -50%;
    width: 200%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    z-index: 2;
    height: 200%;
    transform-origin: center;
    left: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
}

.attempt_now h6 {
    font-size: calc(21px * 1.1);
    margin-bottom: 2.5rem;
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.6;
    max-width: 800px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.attempt_now span {
    display: inline-block;
    transform: perspective(800px) rotateX(2deg);
    position: relative;
    z-index: 5;
}

.attempt_now .message_box {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
              0 3px 6px rgba(0, 0, 0, 0.05),
              0 0 0 2px rgba(255, 255, 255, 0.1);
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transform-origin: center;
    border: none;
    justify-content: center;
    position: relative;
    color: rgb(110,183,162);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    min-width: 220px;
    letter-spacing: 1.5px;
    font-size: 16px;
    padding: 14px 28px;
    text-transform: uppercase;
}

.attempt_now .message_box:hover::before {
    transform: translateX(100%);
}

.attempt_now .message_box:hover span {
    transform: scale(1.05);
}

.our_story {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.our_story::before {
    transform: skewY(-6deg) translateY(-30%);
    position: absolute;
    background: rgb(159,210,192);
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    content: '';
    height: 50%;
}

.our_story .learn_online {
    position: relative;
    flex: 0 0 300px;
    text-align: center;
}

.our_story .class_space {
    margin-bottom: 20px;
}

.our_story .academy_team {
    color: #000000;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}

.our_story .pro_learn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    color: rgb(159,210,192);
}

.our_story .pro_learn::after {
    right: -30px;
}

.our_story .text_info_box {
    background-color: #ffffff;
    flex: 1;
    position: relative;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    min-width: 300px;
}

.our_story .text_info_box::after {
    width: 60px;
    border-bottom: 4px solid rgb(110,183,162,0.5);
    opacity: 0.5;
    position: absolute;
    bottom: 30px;
    content: '';
    height: 60px;
    border-right: 4px solid rgb(110,183,162,0.5);
    right: 30px;
}

.our_story .pro_sessions svg {
    height: 35px;
    margin-right: 10px;
    fill: rgb(159,210,192);
    width: 35px;
}

.our_story h2 {
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 38px;
    position: relative;
    color: #000000;
}

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

.connect_form::before {
    width: 100%;
    opacity: 0.05;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(159,210,192,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(159,210,192,0.5) 11px
    );
    animation: gridMove 20s linear infinite;
    top: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
}

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

.connect_form h2::after {
    content: "";
    width: 80px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(159,210,192), transparent);
    position: absolute;
    bottom: 0;
}

.connect_form .query_reach::before {
    position: absolute;
    background: linear-gradient(to bottom right, rgb(159,210,192,0.5), transparent);
    pointer-events: none;
    height: 100%;
    opacity: 0.03;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}

.connect_form .img_list_item::after {
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.connect_form .support_support::after {
    content: "";
    opacity: 0.7;
    bottom: 20px;
    position: absolute;
    height: 50px;
    border-left: 2px solid rgb(159,210,192,0.5);
    left: 20px;
    width: 50px;
    border-bottom: 2px solid rgb(159,210,192,0.5);
}

.connect_form form h3::before {
    top: 50%;
    border-radius: 10px;
    width: 5px;
    height: 25px;
    position: absolute;
    content: "";
    left: 0;
    transform: translateY(-50%);
    background: rgb(159,210,192);
}

.connect_form form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(159,210,192);
    box-shadow: 0 0 15px rgba(rgb(159,210,192), 0.2);
    outline: none;
}

.connect_form form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.connect_form .inquiry_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.connect_form .inquiry_query label {
    padding-left: 35px;
    line-height: 1.5;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

.connect_form .inquiry_query input[type="checkbox"]:checked + label::before {
    background: rgb(159,210,192);
    border-color: rgb(159,210,192);
}

.connect_form .inquiry_query label a {
    text-decoration: none;
    color: rgb(159,210,192);
    transition: all 0.3s ease;
}

.connect_form .inquiry_query label a:hover {
    text-decoration: underline;
}

.connect_form form .message_box {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 16px;
    background: linear-gradient(45deg, rgb(159,210,192), rgb(110,183,162));
    padding: 15px 35px;
    z-index: 1;
    transition: all 0.4s ease;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

.connect_form svg {
    width: 24px;
    fill: rgb(159,210,192);
    height: 24px;
    margin-right: 15px;
}

.flag_content::before {
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    backdrop-filter: blur(8px);
}



.flag_content::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.flag_content .company_holder h3 {
    font-size: calc(36px * 0.9);
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}

.flag_content .company_holder h3::after {
    bottom: -8px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    background: rgb(159,210,192);
    border-radius: 10px;
    width: 40px;
}

.flag_content .nav_lead {
    display: flex;
    gap: 60px;
}

.flag_content .header_lead h5 {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.flag_content .header_lead .nav_lead {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.flag_content .header_lead .nav_lead a::before {
    position: absolute;
    background: rgb(159,210,192);
    content: "";
    top: 50%;
    opacity: 0;
    left: 0;
    transition: all 0.3s ease;
    width: 0;
    height: 1px;
    transform: translateY(-50%);
}

.flag_content .header_lead .nav_lead a:hover::before {
    width: 8px;
    opacity: 1;
}

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

.volunteer .forum_link {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    opacity: 0.6;
    letter-spacing: 0.5px;
}

.volunteer .forum_link {
    position: relative;
    transition: all 0.3s ease;
}

.flag_content .header_lead::before {
    top: 10px;
    position: absolute;
    left: -15px;
    width: 5px;
    background: rgb(159,210,192);
    opacity: 0.7;
    height: 5px;
    border-radius: 50%;
    content: "";
}

.flag_content .header_lead:hover::before {
    animation: glow 2s infinite;
}



.flag_content .header_lead .nav_lead a::after {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    background: rgb(159,210,192);
    bottom: -2px;
}

.flag_content .header_lead .nav_lead a:nth-child(odd):hover {
    transform: translateX(2px);
}



.flag_content .company_holder h3::before {
    width: 20px;
    height: 1px;
    content: "";
    left: -30px;
    position: absolute;
    opacity: 0.7;
    top: 50%;
    background: rgb(159,210,192);
}

.volunteer::after {
    left: 35%;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(110,183,162,0.5), 
        transparent);
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 30%;
}

.course_program::before {
    z-index: 0;
    top: -10%;
    content: "";
    animation: floatEffect 15s infinite alternate ease-in-out;
    opacity: 0.2;
    background: linear-gradient(45deg, rgb(159,210,192,0.5) 0%, rgb(110,183,162,0.5) 100%);
    width: 40%;
    filter: blur(30px);
    position: absolute;
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
}

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

.course_program h2::after {
    height: 4px;
    position: absolute;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
    bottom: -12px;
    transition: transform 0.5s ease;
    left: 50%;
    width: 80px;
}

.course_program .skill_route {
    perspective: 1500px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 2.5rem;
}

.course_program .img_list_item::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    background: linear-gradient(
        135deg,
        rgba(rgb(159,210,192), 0.3) 0%,
        rgba(rgb(110,183,162), 0.2) 100%
    );
    width: 100%;
    position: absolute;
}

.course_program .img_list_item:hover::before {
    opacity: 0.7;
}

.course_program .text_info_box {
    padding: 2.5rem;
    border-radius: 14px;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    position: relative;
    background-color: #ffffff;
}

.course_program .text_info_box:hover::before {
    height: 100%;
}

.course_program .description {
    position: relative;
    font-size: 18px;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 1.8;
    max-height: 300px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.training_benefits {
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(204,232,223) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
}

.training_benefits::after {
    height: 400px;
    opacity: 0.4;
    width: 400px;
    filter: blur(50px);
    z-index: 1;
    animation: float 12s infinite alternate ease-in-out;
    position: absolute;
    bottom: -100px;
    transform: rotate(22deg);
    content: "";
    left: -100px;
    background: linear-gradient(45deg, rgb(159,210,192,0.5) 0%, transparent 70%);
}

.training_benefits h5::after {
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    position: absolute;
    left: 50%;
    content: "";
    border-radius: 10px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
}

.training_benefits .impact_stats {
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    transform: translateY(0);
    overflow: hidden;
    flex-direction: column;
    animation: fadeSlideUp 1.2s ease-out 0.2s both;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    gap: 40px;
    position: relative;
}

.training_benefits .impact_stats:hover .img_list_item {
    transform: scale(1.03);
}

.training_benefits .text_info_box {
    position: relative;
}

.training_benefits li {
    position: relative;
    transition: transform 0.3s ease;
    animation: fadeSlideRight 0.5s ease-out both;
    padding-left: 40px;
}

.training_benefits li:nth-child(2) {
    animation-delay: 0.4s;
}

.training_benefits li:nth-child(4) {
    animation-delay: 0.6s;
}

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

.training_benefits svg {
    position: absolute;
    transform: translateY(0) scale(1);
    height: 28px;
    transition: transform 0.3s ease;
    width: 28px;
    top: 0;
    left: -40px;
}

.training_benefits li:hover svg path {
    fill: rgb(110,183,162);
}

.homepage {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    display: flex;
    min-height: 100vh;
}

.homepage::after {
    top: -10%;
    animation: floatEffect 20s infinite alternate ease-in-out;
    z-index: 0;
    height: 70%;
    width: 50%;
    position: absolute;
    transform: rotate(-15deg) skew(15deg);
    background: rgb(159,210,192,0.5);
    content: '';
    right: -10%;
    filter: blur(60px);
}

.homepage > div > div:first-child {
    animation: slideInLeft 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s backwards;
    padding-left: 2rem;
    transform: translateX(0);
    border-left: 4px solid rgb(159,210,192);
    margin-bottom: 3rem;
    position: relative;
}

.homepage .title_style_header:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.homepage .course_welcome {
    animation: fadeIn 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s backwards;
    padding: 2.5rem;
    max-width: 650px;
    background: linear-gradient(180deg, 
        rgba(var(--dark-color-rgb), 0.6) 0%,
        rgba(var(--dark-color-rgb), 0.3) 100%);
    display: flex;
    gap: 2rem;
    flex-direction: column;
    box-shadow: 
        0 10px 30px -5px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    transform: translateY(0);
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(8px);
}

.homepage .why_choose {
    position: relative;
    padding-bottom: 1.5rem;
}

.homepage .why_choose:hover::after {
    transform: scaleX(1);
}

.homepage h3 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    transform: translateX(0);
    line-height: 1.4;
}

.homepage .why_choose:hover h3 {
    transform: translateX(5px);
}

.homepage span:hover {
    transform: translateY(-5px);
}

.homepage p {
    font-weight: 400;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 12px);
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

.client_testimonials {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(204,232,223) 0%, rgb(110,183,162,0.5) 100%);
    perspective: 1000px;
    padding: 120px 0 80px;
}

.client_testimonials::after {
    right: 0;
    transform: skewX(-15deg) translateZ(-20px);
    width: 40%;
    z-index: 1;
    transform-origin: bottom right;
    pointer-events: none;
    height: 40%;
    bottom: 0;
    background: linear-gradient(225deg, rgb(159,210,192,0.5) 0%, transparent 80%);
    position: absolute;
    opacity: 0.2;
    content: "";
}

.client_testimonials h2::after {
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
    content: "";
    left: 50%;
    bottom: -20px;
}

.client_testimonials .student_votes {
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 30px;
    border-left: 1px solid rgba(255,255,255,0.7);
    background: #ffffff;
    border-top: 1px solid rgba(255,255,255,0.7);
    transform: translateZ(0px) rotateX(0deg);
    transform-origin: center bottom;
    overflow: hidden;
}

.client_testimonials .student_votes::after {
    left: 0;
    position: absolute;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
    content: "";
    transform-origin: left;
    width: 100%;
    height: 5px;
    transform: scaleX(0);
}

.client_testimonials .student_votes img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-right: 15px;
    object-fit: cover;
    height: 60px;
    border: 3px solid #ffffff;
    transform: translateZ(10px);
    width: 60px;
}

.client_testimonials .student_votes:hover h4::after {
    width: 50px;
}

.client_testimonials .description {
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    position: relative;
    color: #000000;
    font-style: italic;
    font-weight: 400;
    z-index: 1;
}

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

.client_testimonials a:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: translateX(-50%) translateY(-3px);
}

.course_program .description::-webkit-scrollbar {
    width: 4px;
}

.course_program .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.course_program .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(159,210,192), rgb(110,183,162));
}



@media (max-width: 992px) {.plan_card {
    padding: 80px 0;
}.plan_card .price_panel {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.plan_card h2 {
    font-size: calc(38px * 0.9);
}
}



@media (max-width: 576px) {.plan_card {
    padding: 50px 0;
}.plan_card h2 {
    font-size: calc(38px * 0.7);
}.plan_card .learn_deals {
    font-size: calc(17px * 0.9);
    margin-bottom: 30px;
}.plan_card .discount_tier {
    padding: 25px 20px;
}.plan_card .discount_plan h4 {
    font-size: calc(23px * 1.1);
}.plan_card .discount_plan p {
    font-size: calc(17px * 0.9);
}.plan_card .trial_pricing {
    font-size: calc(23px * 1.2);
    padding: 8px 16px;
}}



@media (min-width: 1024px) {.teaching_experience {
    padding: 10rem 0;
}.teaching_experience .student_votes {
    grid-template-columns: 320px 1fr;
    gap: 2.5rem 4rem;
    padding: 4rem;
}.teaching_experience .student_votes .name {
    font-size: calc(20px * 1.3);
}.teaching_experience .student_votes > div:nth-child(2) > div {
    font-size: 12px;
}.teaching_experience .student_votes .career_skills {
    font-size: calc(12px * 1.1);
    line-height: 1.8;
}.teaching_experience .student_votes::before {
    position: absolute;
    height: 80px;
    z-index: 0;
    opacity: 0.1;
    content: "";
    right: 3.5rem;
    background: linear-gradient(135deg, rgb(159,210,192,0.5), transparent 70%);
    border-radius: 0 10px 0 100px;
    transform: rotate(45deg);
    top: 3.5rem;
    transition: all 0.5s ease-out;
    width: 80px;
}.teaching_experience .student_votes:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}



@media (min-width: 993px) {.teaching_process .impact_stats:hover::before,
    .teaching_process .impact_stats:hover::after {
    animation-play-state: paused;
}.teaching_process .impact_stats:hover h3,
    .teaching_process .impact_stats:hover span {
    transition: transform 0.5s ease;
    transform: translateY(0);
}
}



@media (max-width: 768px) {.teaching_process .container {
    padding: 3rem 1.2rem;
}.teaching_process .impact_stats {
    padding: 1.5rem 0;
    gap: 2rem;
}.teaching_process h3 {
    font-size: calc(32px * 0.8);
    max-width: 100%;
    padding: 0.8rem 1.5rem;
}.teaching_process span {
    width: 100%;
    font-size: calc(16px * 0.9);
    padding: 1.5rem;
}
}



@media (max-width: 576px) {.teaching_process .container {
    padding: 2.5rem 1rem;
}.teaching_process .impact_stats {
    gap: 1.5rem;
    padding: 1rem 0;
}.teaching_process h3 {
    font-size: calc(32px * 0.7);
    padding: 0.7rem 1.2rem;
}.teaching_process span {
    line-height: 1.6;
    padding: 1.2rem;
    font-size: calc(16px * 0.85);
}.teaching_process .impact_stats::before,
    .teaching_process .impact_stats::after {
    border-width: 1px;
}}



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



@media (min-width: 992px) {.appContent .impact_stats {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.appContent .impact_stats > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.appContent .impact_stats > div:first-child::after {
    content: "";
    top: 2rem;
    height: 40px;
    width: 3px;
    background: rgb(110,183,162);
    right: -1.5rem;
    position: absolute;
    transform: rotate(15deg);
}.appContent .impact_stats > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.appContent h5 {
    font-size: calc(20px * 1.3);
}.appContent h5::after {
    width: 100px;
}
}



@media (hover: hover) {.appContent .impact_stats > div:first-child:hover::after {
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    position: absolute;
    inset: 0;
    content: "";
}.appContent .impact_stats > div:last-child:hover::after {
    content: "";
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    inset: 0;
    position: absolute;
}}



@media (min-width: 992px) {.info_hub {
    padding: 120px 0;
}.info_hub .ask_feedback {
    gap: 4rem;
    padding: 5rem 4rem;
    grid-template-columns: 1.5fr 1fr;
}.info_hub h3 {
    font-size: calc(30px * 1.3);
    transform: translateX(-20px);
}.info_hub p {
    max-width: 80%;
    font-size: calc(12px * 1.1);
}.info_hub .contact_support {
    padding: 1rem 1.25rem;
}.info_hub .contact_support:hover {
    transform: translateY(-5px) scale(1.03);
}
}



@media (prefers-reduced-motion) {.info_hub .ask_feedback,
    .info_hub h3::after,
    .info_hub .contact_support,
    .info_hub .contact_support::before,
    .info_hub svg {
    transition: none;
}.info_hub .contact_support:hover {
    transform: none;
}.info_hub .contact_support:hover svg {
    transform: none;
}.info_hub h3:hover::after {
    transform: none;
}}



@media screen and (max-width: 576px) {.attempt_now {
    padding: 3rem 0.5rem;
    margin: 2rem 0;
}.attempt_now h6 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 0.85);
}.attempt_now h6::after {
    width: 50px;
}.attempt_now .message_box {
    font-size: calc(16px * 0.9);
    min-width: 160px;
    padding: 10px 18px;
}
}



@media (hover: none) {.attempt_now .message_box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    transform: none;
}.attempt_now .message_box:hover span {
    transform: none;
}
}



@media (max-width: 768px) {.our_story {
    padding: 60px 0;
}.our_story .img_list_item {
    width: 180px;
    height: 180px;
    border-width: 6px;
}.our_story .text_info_box {
    padding: 30px;
}.our_story h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
}.our_story .text_info_box::before,
    .our_story .text_info_box::after {
    width: 30px;
    height: 30px;
}
}



@media screen and (max-width: 991px) {.connect_form {
    padding: 80px 0;
}.connect_form .query_reach {
    flex-direction: column;
}.connect_form .img_list_item {
    order: 1;
    min-height: 300px;
}.connect_form .support_support {
    padding: 40px 30px;
    order: 2;
}
}



@media screen and (max-width: 767px) {.connect_form {
    padding: 60px 0;
}.connect_form h2 {
    margin-bottom: 40px;
}.connect_form .img_list_item {
    min-height: 200px;
}.connect_form .support_support {
    padding: 30px 20px;
}.connect_form form .message_box {
    width: 100%;
    text-align: center;
}
}



@media screen and (max-width: 480px) {.connect_form {
    padding: 40px 0;
}.connect_form h2 {
    font-size: calc(34px * 0.8);
}.connect_form form h3 {
    font-size: calc(23px * 0.9);
}.connect_form .support_support::before,
    .connect_form .support_support::after {
    width: 30px;
    height: 30px;
}}



@media (max-width: 767px) {.flag_content {
    padding: 50px 0 20px;
}.flag_content .nav_lead {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.flag_content .header_lead {
    text-align: center;
}.flag_content .header_lead h5 {
    text-align: center;
}.flag_content .header_lead h5::after {
    left: 50%;
    transform: translateX(-50%);
}.flag_content .header_lead .nav_lead {
    align-items: center;
}.flag_content .header_lead .nav_lead a {
    text-align: center;
}.flag_content .header_lead .nav_lead a::before {
    display: none;
}.flag_content .header_lead .nav_lead a:hover {
    padding-left: 0;
}
}



@media (max-width: 480px) {.flag_content {
    padding: 40px 0 20px;
}.flag_content .company_holder h3 {
    font-size: calc(36px * 0.8);
}.flag_content .leaderboard {
    font-size: calc(15px * 0.9);
}.volunteer .forum_link {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 991px) {.flag_content .company_holder h3::before {
    display: none;
}}



@media (min-width: 768px) {.course_program {
    padding: 8rem 0;
}.course_program h2 {
    margin-bottom: 3.5rem;
    font-size: calc(37px * 1.1);
}.course_program .skill_route {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.course_program .img_list_item {
    height: 500px;
}.course_program .text_info_box {
    padding: 3rem;
}
}



@media (max-width: 767px) {.course_program {
    padding: 4rem 0;
}.course_program h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.course_program .img_list_item {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    height: 250px;
}.course_program .text_info_box {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_program .description {
    margin-bottom: 1rem;
    max-height: 250px;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}



@media (min-width: 992px) {.training_benefits {
    padding: 140px 60px;
}.training_benefits .impact_stats {
    gap: 60px;
}.training_benefits h5 {
    font-size: calc(23px * 1.2);
}.training_benefits h5::after {
    width: 120px;
}.training_benefits p {
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 767px) {.training_benefits {
    padding: 80px 20px;
}.training_benefits h5 {
    font-size: calc(23px * 0.9);
}.training_benefits .impact_stats {
    padding: 30px;
}.training_benefits .img_list_item {
    object-position: center;
    max-height: 250px;
}.training_benefits li {
    padding-left: 35px;
}.training_benefits svg {
    height: 24px;
    left: -35px;
    width: 24px;
}}



@media (max-width: 480px) {.homepage {
    padding: 2rem 1rem;
    min-height: 90vh;
}.homepage .course_welcome {
    padding: 1.25rem;
    gap: 1.25rem;
}.homepage span {
    padding: 0.5rem 1rem;
}}



@media (max-width: 1200px) {.client_testimonials {
    padding: 100px 0 70px;
}.client_testimonials .client_ratings {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.client_testimonials {
    padding: 80px 0 60px;
}.client_testimonials h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 40px;
}.client_testimonials .client_ratings {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_testimonials .student_votes {
    padding: 20px;
}.client_testimonials a {
    margin-top: 40px;
    padding: 10px 25px;
}
}



@media (prefers-reduced-motion: reduce) {.client_testimonials .student_votes,
    .client_testimonials .student_votes img,
    .client_testimonials a,
    .client_testimonials a::before {
    transition: none;
}.client_testimonials .student_votes:hover {
    transform: none;
}.client_testimonials .student_votes:hover img {
    transform: none;
}
}



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



@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.1);
  }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-13deg) skewX(12deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(-5px, 5px);
    }
}



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



@keyframes float {
    0% {
        transform: rotate(22deg) translate(0, 0);
    }
    100% {
        transform: rotate(18deg) translate(30px, -20px);
    }
}



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

