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

.warp-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

.flag_content {
    flex: 0 0 auto;
}

.flag_content {
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
}


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

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

.plan_card .plan_fees {
    flex-direction: column;
    align-items: center;
    display: flex;
}

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

.plan_card .price_panel {
    gap: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}

.plan_card .discount_plan:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.plan_card .discount_tier {
    overflow: hidden;
    flex-direction: column;
    position: relative;
    padding: 35px 30px;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    box-sizing: border-box;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    border-radius: 8px;
}

.plan_card .member_plans {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.plan_card .discount_plan h4::after {
    background-color: rgb(159,210,192);
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 40px;
}

.plan_card .trial_pricing {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(159,210,192,0.5) 0%, rgb(110,183,162,0.5) 100%);
    display: inline-block;
    font-weight: 700;
    border-radius: 6px;
    font-size: calc(23px * 1.4);
    transform: translateZ(10px);
    padding: 10px 20px;
    align-self: flex-start;
    color: #ffffff;
}

.teaching_experience::after {
    bottom: -5%;
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(110,183,162,0.5), transparent);
    z-index: 0;
    opacity: 0.1;
    width: 30%;
    position: absolute;
    content: "";
    right: -5%;
    height: 50%;
}

.teaching_experience .student_votes {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    padding: 3rem 2rem;
    gap: 2.5rem;
    display: grid;
}

.teaching_experience .student_votes:hover .img_list_item {
    transform: scale(1.02);
}

.teaching_experience .student_votes .img_list_item::after {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    top: 0;
}

.teaching_experience .student_votes .name {
    font-size: calc(20px * 1.1);
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.teaching_experience .student_votes:hover .name::after {
    transform: scaleX(1.5);
}

.teaching_experience .student_votes > div:nth-child(2) > div {
    color: rgb(159,210,192);
    letter-spacing: 0.02em;
    font-size: calc(12px * 0.95);
    margin-top: 0.75rem;
    font-weight: 600;
}

.teaching_experience .student_votes .career_skills::before {
    height: 25px;
    box-shadow: 0 0 0 3px rgb(110,183,162,0.5);
    z-index: 1;
    position: absolute;
    width: 25px;
    left: -8px;
    top: -15px;
    content: "";
    background: #ffffff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s ease-out 0.2s;
    border-radius: 50%;
}

.trackingPolicyPanel {
    width: 100%;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(159,210,192);
    padding: 20px 0;
    z-index: 90;
    font-family: Arial, sans-serif;
    background: rgb(110,183,162);
    position: fixed;
    bottom: 0;
}

.trackingPolicyPanel p {
    position: relative;
    line-height: 1.5;
    font-size: 17px;
    margin: 0;
    color: #ffffff;
}

.cookie_comply {
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 10px;
    border-radius: 20px;
    background: rgb(159,210,192,0.5);
    margin-right: 20px;
    display: flex;
}

.cookie_menu:hover {
    background-color: rgb(110,183,162);
    box-shadow: 0 0 10px rgb(110,183,162);
}

.cookie_button.consent_ack {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(110,183,162);
}

.cookie_button.consent_ack:hover {
    box-shadow: 0 0 10px rgb(110,183,162);
}

.trackingPolicyPanel p a {
    color: rgb(159,210,192);
    text-decoration: none;
    border-bottom: 1px dashed rgb(159,210,192);
    transition: color 0.3s ease;
}

.teaching_process::before {
    height: 100%;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(159,210,192,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(110,183,162,0.5) 0%, transparent 30%);
    left: 0;
    filter: blur(40px);
    z-index: 1;
    position: absolute;
    top: 0;
}

.teaching_process .container {
    padding: 5rem 2rem;
    align-items: center;
    max-width: 1100px;
    z-index: 5;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.teaching_process .impact_stats::before {
    border-radius: 50%;
    border: 2px solid rgb(159,210,192,0.5);
    height: 90%;
    left: 5%;
    z-index: -1;
    content: "";
    position: absolute;
    top: 5%;
    width: 90%;
    animation: rotateBorder 20s linear infinite;
}

.teaching_process h3 {
    border-radius: 14px;
    max-width: 70%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-size: 32px;
    position: relative;
    font-weight: 700;
    padding: 1rem 2rem;
    z-index: 2;
    margin: 0 0 1.5rem;
    text-align: center;
    color: rgb(159,210,192);
    transform: translateY(-20px);
}

.teaching_process h3::after {
    height: 30px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(159,210,192), transparent);
    transform: translateX(-50%);
    left: 50%;
    width: 2px;
    top: 100%;
    content: "";
}

.teaching_process span::before {
    width: 2px;
    content: "";
    bottom: 100%;
    position: absolute;
    background: linear-gradient(to top, rgb(110,183,162), transparent);
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
}

header .site_core {
    justify-content: space-between;
    width: 100%;
    overflow: visible;
    padding: 1.5rem 0;
    background: linear-gradient(120deg, rgb(159,210,192) 0%, rgb(110,183,162,0.5) 100%);
    align-items: center;
    box-sizing: border-box;
    z-index: 99;
    position: relative;
    display: flex;
}

header .site_core .top_base {
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
}

header .site_core .top_base .head_learn::before {
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    position: absolute;
    z-index: -1;
    left: -20px;
    content: "";
    top: -10px;
}

header .site_core .header_lead::before {
    height: 100%;
    z-index: -1;
    width: 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
  );
    top: 0;
    content: "";
    left: 0;
}

header .site_core .header_lead .head_mainwrap a {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    font-size: 20px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    transform-origin: center;
}

header .site_core .header_lead .head_mainwrap a:hover {
    color: rgb(110,183,162);
    transform: translateZ(10px);
}

.appContent {
    background: linear-gradient(135deg, rgb(204,232,223) 0%, rgb(159,210,192,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

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

.appContent .impact_stats {
    transform-style: preserve-3d;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.appContent .impact_stats > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}

.appContent .impact_stats > div:first-child::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(159,210,192), rgb(110,183,162));
    left: 0;
    width: 5px;
    top: 0;
    height: 100%;
}

.appContent .impact_stats > div:last-child:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateY(-5px);
}

.appContent h5 {
    margin: 0;
    color: #000000;
    letter-spacing: -0.01em;
    font-size: calc(20px * 1.1);
    line-height: 1.4;
    font-weight: 700;
    position: relative;
}

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

.appContent p::first-line {
    font-weight: 600;
    color: rgb(159,210,192);
}

.privacy_area:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.privacy_area h1,
.privacy_area h2 {
    letter-spacing: 2px;
    margin: 20px 0;
    text-transform: uppercase;
}

.privacy_area h1 {
    color: rgb(159,210,192);
    font-size: 48px;
    border-bottom: 3px solid rgb(159,210,192);
    font-weight: 700;
    padding-bottom: 10px;
}

.privacy_area ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

.privacy_area ul li:last-child {
    border-bottom: none;
}

.privacy_area p {
    margin: 20px 0;
    font-weight: 300;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}

.info_hub::before {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
    position: absolute;
}

.info_hub .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.info_hub .ask_feedback {
    padding: 3rem 2rem;
    border-left: 4px solid rgb(159,210,192);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    gap: 2rem;
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    background: #ffffff;
    grid-template-columns: 1fr;
}

.info_hub h3 {
    font-weight: 700;
    transform: translateX(-10px);
    color: rgb(159,210,192);
    font-size: calc(30px * 1.1);
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
}

.info_hub h3:hover::after {
    transform: scaleX(1.5);
}

.info_hub p {
    margin-bottom: 1.5rem;
    max-width: 90%;
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
}

.info_hub h5 {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    font-size: 21px;
    align-items: center;
    color: #000000;
    font-weight: 600;
}

.info_hub .online_form {
    padding: 0;
    display: flex;
    margin: 2rem 0 0;
    gap: 1.2rem;
    flex-direction: column;
    list-style: none;
}

.info_hub .contact_support::before {
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    background: linear-gradient(135deg, rgb(159,210,192,0.5) 0%, rgb(110,183,162,0.5) 100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}

.info_hub .contact_support:hover {
    border-left-color: rgb(159,210,192);
    color: #ffffff;
    transform: translateY(-3px) scale(1.02);
}

.info_hub .contact_support:hover svg path {
    fill: #ffffff;
}

.info_hub .contact_support:active {
    transform: translateY(0) scale(0.98);
}

.attempt_now::before {
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.1;
    animation: patternMove 30s linear infinite;
    transform: scale(1.05);
    background: repeating-linear-gradient(
    45deg,
    rgb(110,183,162,0.5),
    rgb(110,183,162,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.attempt_now .container {
    padding: 0 20px;
    z-index: 10;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 auto;
    transform: translateZ(0);
    max-width: 1200px;
}

.attempt_now h6::after {
    height: 3px;
    position: absolute;
    opacity: 0.7;
    bottom: -12px;
    left: 50%;
    width: 80px;
    background: #ffffff;
    transform: translateX(-50%);
    content: "";
}

.attempt_now div:nth-child(2) {
    justify-content: center;
    transform: translateY(10px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.attempt_now .message_box::before {
    position: absolute;
    left: 0;
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
    height: 100%;
    content: "";
    transform: translateX(-100%);
    width: 100%;
    transition: transform 0.7s ease;
    top: 0;
}

.attempt_now .message_box span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    transform: none;
}

.attempt_now .message_box:hover {
    transform: translateY(-5px) scale(1.02);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
              0 5px 10px rgba(0, 0, 0, 0.08),
              0 0 0 2px rgba(255, 255, 255, 0.2);
    color: rgb(159,210,192);
}

.attempt_now .message_box:active {
    transition: all 0.1s ease;
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.15);
}

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

.our_story .impact_stats {
    position: relative;
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}

.our_story .img_list_item {
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 220px;
    border: 8px solid #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    height: 220px;
}

.our_story .pro_learn::before,
.our_story .pro_learn::after {
    position: absolute;
    background-color: rgb(159,210,192,0.5);
    width: 30px;
    height: 1px;
    content: '';
    top: 50%;
}

.our_story .pro_learn::before {
    left: -30px;
}

.our_story .text_info_box::before {
    top: 30px;
    position: absolute;
    opacity: 0.5;
    width: 60px;
    border-left: 4px solid rgb(159,210,192,0.5);
    content: '';
    height: 60px;
    left: 30px;
    border-top: 4px solid rgb(159,210,192,0.5);
}

.our_story .pro_sessions {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}

.our_story .pro_sessions svg path {
    fill: rgb(159,210,192);
}

.our_story h2::after {
    background: rgb(159,210,192);
    width: 70px;
    content: '';
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.our_story p::first-line {
    color: #000000;
    font-weight: 600;
}

.connect_form {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(204,232,223) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
}

.connect_form::after {
    pointer-events: none;
    position: absolute;
    animation: pulseGlow 15s ease-in-out infinite;
    width: 200%;
    opacity: 0.1;
    top: -50%;
    left: -50%;
    content: "";
    background: radial-gradient(circle, rgb(159,210,192,0.5) 0%, transparent 60%);
    height: 200%;
}

.connect_form h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
    font-size: 34px;
    padding-bottom: 15px;
}

.connect_form .query_reach {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
}

.connect_form .img_list_item {
    transform: scale(1.01);
    position: relative;
    transition: transform 0.6s ease;
    min-height: 500px;
    flex: 1;
}

.connect_form .support_support {
    padding: 50px;
    position: relative;
    flex: 1;
}

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

.connect_form form {
    width: 100%;
}

.connect_form form h3 {
    font-size: 23px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    padding-left: 15px;
    font-family: Arial, sans-serif;
}

.connect_form form input[type="text"] {
    color: #ffffff;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
}

.connect_form .inquiry_query {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.connect_form .inquiry_query label::before {
    width: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 2px;
    border-radius: 10px;
    left: 0;
    height: 22px;
    content: "";
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: absolute;
}

.connect_form .inquiry_query input[type="checkbox"]:checked + label::after {
    left: 7px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    height: 4px;
    content: "";
    position: absolute;
    width: 8px;
    border-left: 2px solid #ffffff;
    top: 11px;
}

.connect_form form .message_box::before {
    top: 0;
    z-index: -1;
    left: -100%;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(110,183,162), rgb(159,210,192));
    transition: all 0.4s ease;
    height: 100%;
}

.connect_form form .message_box:hover::before {
    left: 0;
}

.connect_form form .message_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.connect_form svg path {
    transition: fill 0.3s ease;
}

footer {
    position: relative;
}

.flag_content .container {
    gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.flag_content .company_holder {
    padding-right: 40px;
    position: relative;
}

.flag_content .company_holder::after {
    position: absolute;
    height: 60%;
    right: 0;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(110,183,162,0.5), 
        transparent);
    top: 20%;
}

.flag_content .leaderboard {
    font-size: 15px;
    opacity: 0.8;
    max-width: 90%;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ffffff;
}

.flag_content .skill_test {
    justify-content: flex-end;
    display: flex;
}

.flag_content .header_lead {
    position: relative;
}

.flag_content .header_lead h5::after {
    left: 0;
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(159,210,192);
    bottom: 0;
    border-radius: 10px;
}

.flag_content .header_lead .nav_lead a {
    position: relative;
    transition: all 0.3s ease;
    padding-left: 0;
    color: #ffffff;
    opacity: 0.7;
    font-size: calc(15px * 0.95);
    text-decoration: none;
}

.flag_content .header_lead .nav_lead a:hover {
    color: rgb(159,210,192);
    padding-left: 12px;
    opacity: 1;
}

.volunteer {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 20px 0;
}



.volunteer {
    position: relative;
    overflow: hidden;
}

.flag_content::after {
    box-shadow: 0 0 40px rgb(159,210,192,0.5);
}

.flag_content .container::before {
    position: absolute;
    width: 150px;
    bottom: -75px;
    background: radial-gradient(
        circle, 
        rgb(110,183,162,0.5), 
        transparent 70%
    );
    height: 150px;
    content: "";
    animation: pulse 10s infinite alternate-reverse;
    left: -75px;
    border-radius: 50%;
    filter: blur(30px);
}

.flag_content .company_holder::before {
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    bottom: -20px;
    background: linear-gradient(90deg, 
        rgb(159,210,192,0.5), 
        transparent);
    left: 0;
}

.flag_content .header_lead .nav_lead a:hover::after {
    width: 100%;
}

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

.volunteer::before {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(110,183,162,0.5), 
        transparent);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.volunteer .forum_link:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}

.course_program {
    background: linear-gradient(135deg, rgb(204,232,223) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.course_program::after {
    position: absolute;
    transform: rotate(10deg) skewX(-15deg);
    width: 35%;
    content: "";
    background: linear-gradient(225deg, rgb(110,183,162,0.5) 0%, rgb(159,210,192,0.5) 100%);
    opacity: 0.15;
    bottom: -10%;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    filter: blur(25px);
    height: 60%;
    z-index: 0;
    left: -5%;
}

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

.course_program h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.course_program h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.course_program .img_list_item {
    height: 350px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
               0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    position: relative;
    transform: perspective(1000px) rotateY(-4deg) translateZ(30px);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.course_program .img_list_item:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
               0 8px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}

.course_program .text_info_box::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(159,210,192), rgb(110,183,162));
    transition: height 0.8s ease;
    position: absolute;
    width: 3px;
    top: 0;
    content: "";
    height: 0;
}

.course_program .text_info_box:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.course_program .description:last-child {
    margin-bottom: 0;
}

.course_program .description:first-child::first-letter {
    float: left;
    padding: 0.1em 0.1em 0 0;
    font-size: 2.2em;
    line-height: 0.8;
    font-weight: 700;
    color: rgb(159,210,192);
}

.training_benefits::before {
    transform: rotate(-15deg);
    content: "";
    height: 300px;
    z-index: 1;
    width: 300px;
    opacity: 0.5;
    animation: pulse 8s infinite alternate ease-in-out;
    filter: blur(40px);
    right: -50px;
    position: absolute;
    background: linear-gradient(225deg, rgb(110,183,162,0.5) 0%, transparent 70%);
    top: -50px;
}

.training_benefits h5 {
    color: #000000;
    font-size: 23px;
    transform: translateY(0);
    opacity: 1;
    position: relative;
    margin-bottom: 50px;
    margin-right: auto;
    max-width: 800px;
    z-index: 2;
    animation: fadeSlideUp 1s ease-out;
    text-align: center;
    margin-left: auto;
    font-weight: 700;
}

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

.training_benefits .impact_stats::before {
    content: "";
    background: linear-gradient(90deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}

.training_benefits .img_list_item {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.training_benefits ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

.training_benefits li:nth-child(1) {
    animation-delay: 0.3s;
}

.training_benefits li:nth-child(3) {
    animation-delay: 0.5s;
}

.training_benefits li:nth-child(5) {
    animation-delay: 0.7s;
}

.training_benefits li p {
    position: relative;
    margin: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}

.training_benefits li:hover svg {
    transform: translateY(-2px) scale(1.1);
}

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

.homepage::before {
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.45) 100%);
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    backdrop-filter: blur(3px);
    left: 0;
}

.homepage > div {
    margin: 0 auto;
    z-index: 2;
    animation: slideInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    transform: translateY(0);
    position: relative;
    max-width: 1200px;
}

.homepage .title_style_header {
    color: transparent;
    font-weight: 700;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 30px rgba(255, 255, 255, 0.1);
    background-clip: text !important;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    font-size: clamp(2.5rem, 5vw, 42px);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.1;
}

.homepage .course_welcome::before {
    top: 0;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, 
        rgb(159,210,192,0.5) 0%,
        transparent 20%);
    content: '';
    z-index: -1;
    position: absolute;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.homepage .course_welcome:hover::before {
    transform: scaleX(1);
}

.homepage .why_choose::after {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(110,183,162) 0%,
        transparent 100%);
    transform: scaleX(0.7);
    width: 40%;
    transform-origin: left center;
    transition: transform 0.5s ease-out;
    bottom: 0;
    position: absolute;
    content: '';
    height: 1px;
}

.homepage span {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
    transform: translateY(0);
    background: linear-gradient(135deg, 
        rgb(110,183,162,0.5) 0%, 
        transparent 100%);
}

.client_testimonials::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(159,210,192,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(110,183,162,0.5) 0%, transparent 40%);
    content: "";
    top: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.4;
    left: 0;
    transform: translateZ(-50px);
    position: absolute;
    height: 100%;
    width: 100%;
}

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

.client_testimonials h2 {
    margin-bottom: 60px;
    color: #000000;
    position: relative;
    text-shadow: 0 2px 3px rgba(0,0,0,0.05);
    text-align: center;
    transform: translateZ(30px);
    font-weight: 700;
    font-size: 37px;
    letter-spacing: -0.01em;
}

.client_testimonials .client_ratings {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    display: grid;
    transform-style: preserve-3d;
    perspective: 1000px;
    list-style: none;
}

.client_testimonials .student_votes:hover {
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.client_testimonials .student_votes::before {
    content: "";
    right: 15px;
    color: rgb(159,210,192,0.5);
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    line-height: 1;
    top: 10px;
    font-family: Georgia, serif;
    font-size: 120px;
}

.client_testimonials .student_votes:hover::after {
    transform: scaleX(1);
}

.client_testimonials .student_votes div {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    z-index: 1;
    position: relative;
}

.client_testimonials .student_votes:hover img {
    transform: translateZ(25px);
}

.client_testimonials .student_votes h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 0;
}

.client_testimonials .student_votes h4::after {
    transition: width 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: rgb(159,210,192);
    bottom: -5px;
}

.client_testimonials a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 20px;
    color: #ffffff;
    left: 50%;
    z-index: 1;
    overflow: hidden;
    padding: 12px 30px;
    transform: translateX(-50%);
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin-top: 50px;
    background: linear-gradient(45deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

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


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



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



@media (max-width: 768px) {.plan_card {
    padding: 60px 0;
}.plan_card .price_panel {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.plan_card .learn_deals {
    margin-bottom: 40px;
}.plan_card h2 {
    font-size: calc(38px * 0.8);
}.plan_card .discount_tier {
    padding: 30px 25px;
}
}



@media (min-width: 768px) {.teaching_experience {
    padding: 8rem 0;
}.teaching_experience .student_votes {
    padding: 3.5rem;
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
}.teaching_experience .student_votes > div:first-child {
    grid-row: span 2;
}.teaching_experience .student_votes .img_list_item {
    padding-bottom: 130%;
}.teaching_experience .student_votes > div:nth-child(2) {
    align-self: end;
}.teaching_experience .student_votes .name {
    font-size: calc(20px * 1.2);
}.teaching_experience .student_votes > div:nth-child(3) {
    grid-column: 2;
}.teaching_experience .student_votes .career_skills {
    padding-left: 1.5rem;
    font-size: calc(12px * 1.05);
}
}



@media (min-width: 1280px) {.teaching_experience .student_votes {
    padding: 5rem;
    gap: 3rem 5rem;
    grid-template-columns: 380px 1fr;
}.teaching_experience .student_votes .career_skills {
    padding-left: 2rem;
    border-left: 4px solid rgb(110,183,162,0.5);
}}


@media only screen and (max-width: 1200px) {.trackingPolicyPanel {
    padding: 15px 0;
}.edu_settings {
    padding: 15px 5%;
}.cookie_comply {
    display: none;
}.edu_settings {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.trackingPolicyPanel h5 {
    margin-bottom: 10px;
    font-size: 18px;
}.digital_cookies {
    margin-bottom: 15px;
}.cookie_menu {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 992px) {.teaching_process {
    min-height: auto;
}.teaching_process .container {
    padding: 4rem 1.5rem;
}.teaching_process .impact_stats {
    padding: 2rem 0;
    height: auto;
    border-radius: 0;
    gap: 3rem;
    aspect-ratio: auto;
}.teaching_process .impact_stats::before,
    .teaching_process .impact_stats::after {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 20px;
}.teaching_process h3 {
    margin-bottom: 0;
    transform: none;
    max-width: 90%;
    font-size: calc(32px * 0.9);
}.teaching_process h3::after {
    display: none;
}.teaching_process span {
    transform: none;
    width: 90%;
}.teaching_process span::before {
    display: none;
}
}



@media screen and (max-width: 991px) {header .site_core {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .site_core .top_base {
    margin-bottom: 1rem;
    margin-left: 0;
}header .site_core .header_lead {
    padding-right: 0;
    justify-content: center;
    clip-path: none;
    width: 100%;
    background: rgb(159,210,192,0.5);
    flex-wrap: wrap;
}header .site_core .header_lead .head_mainwrap a {
    padding: 0.8rem 1rem;
}header .site_core .header_lead .head_mainwrap a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .site_core .header_lead .head_mainwrap a:hover::after {
    width: calc(100% - 2rem);
}
}



@media (min-width: 768px) {.appContent {
    padding: 8rem 0;
}.appContent .impact_stats {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.appContent .impact_stats > div:first-child {
    padding: 4rem;
}.appContent .impact_stats > div:last-child {
    padding: 4rem;
    margin-top: 2rem;
}.appContent h5 {
    font-size: calc(20px * 1.2);
}.appContent p {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 767px) {.appContent {
    padding: 4rem 0;
}.appContent .impact_stats > div:first-child,
    .appContent .impact_stats > div:last-child {
    padding: 2rem;
}.appContent h5 {
    font-size: 20px;
}.appContent p {
    font-size: calc(16px * 0.95);
}
}


@media only screen and (max-width: 800px) {.privacy_area {
    padding: 20px;
}.privacy_area h1 {
    font-size: calc(18px - 10px);
}.privacy_area h2 {
    font-size: calc(18px - 10px);
}.privacy_area ul li {
    font-size: calc(15px - 2px);
}.privacy_area p {
    font-size: calc(15px - 2px);
}}



@media (min-width: 768px) {.info_hub {
    padding: 100px 0;
}.info_hub .ask_feedback {
    transform: perspective(1000px) rotateX(1deg);
    grid-template-columns: 1fr 1fr;
    padding: 4rem 3rem;
    gap: 3rem;
}.info_hub h3 {
    grid-column: 1 / -1;
    font-size: calc(30px * 1.2);
}.info_hub p {
    font-size: calc(12px * 1.05);
    max-width: 85%;
}.info_hub .online_form {
    margin: 0;
}
}



@media (max-width: 767px) {.info_hub {
    padding: 60px 0;
}.info_hub .ask_feedback {
    padding: 2rem 1.5rem;
}.info_hub h3 {
    font-size: 30px;
}.info_hub p {
    font-size: 12px;
    max-width: 100%;
}.info_hub .contact_support {
    padding: 0.5rem 0.75rem;
}
}



@media screen and (max-width: 992px) {.attempt_now {
    padding: 4rem 1rem;
    margin: 3rem 0;
}.attempt_now h6 {
    font-size: 21px;
    margin-bottom: 2rem;
}.attempt_now .message_box {
    min-width: 200px;
    padding: 12px 24px;
}
}



@media screen and (max-width: 768px) {.attempt_now {
    margin: 2.5rem 0;
    padding: 3.5rem 0.75rem;
}.attempt_now h6 {
    line-height: 1.5;
    margin-bottom: 1.8rem;
    font-size: calc(21px * 0.9);
}.attempt_now h6::after {
    bottom: -10px;
    width: 60px;
}.attempt_now .message_box {
    padding: 12px 20px;
    font-size: calc(16px * 0.95);
    min-width: 180px;
}
}



@media (prefers-reduced-motion) {.attempt_now::before,
  .attempt_now::after {
    animation: none;
}.attempt_now .message_box::before {
    transition: none;
}}



@media (max-width: 992px) {.our_story {
    padding: 80px 0;
}.our_story .learn_online {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.our_story .text_info_box {
    padding: 40px;
    flex: 0 0 100%;
}.our_story .text_info_box::before,
    .our_story .text_info_box::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 480px) {.our_story {
    padding: 40px 0;
}.our_story .img_list_item {
    margin-bottom: 20px;
    width: 150px;
    border-width: 5px;
    height: 150px;
}.our_story .academy_team {
    font-size: calc(18px * 0.9);
}.our_story .pro_learn {
    font-size: calc(14px * 0.9);
    padding: 0 10px;
}.our_story .pro_learn::before,
    .our_story .pro_learn::after {
    width: 20px;
}.our_story .pro_learn::before {
    left: -20px;
}.our_story .pro_learn::after {
    right: -20px;
}.our_story .text_info_box {
    padding: 25px 20px;
}.our_story h2 {
    font-size: calc(38px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.our_story p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.our_story .pro_sessions {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.our_story .pro_sessions svg {
    height: 30px;
    width: 30px;
}.our_story .text_info_box::before,
    .our_story .text_info_box::after {
    border-width: 3px;
    height: 25px;
    width: 25px;
}}



@media (max-width: 991px) {.flag_content {
    padding: 60px 0 30px;
}.flag_content .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.flag_content .company_holder {
    max-width: 600px;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
}.flag_content .company_holder::after {
    display: none;
}.flag_content .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.flag_content .company_holder h3::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}.flag_content .leaderboard {
    max-width: 100%;
    text-align: center;
}.flag_content .skill_test {
    justify-content: center;
}
}



@media (max-width: 991px) {.flag_content .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(159,210,192,0.5), 
            transparent);
    left: 50%;
    transform: translateX(-50%);
}}



@media (min-width: 992px) {footer::after {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(110,183,162,0.5), 
            transparent);
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}.flag_content::before {
    background-blend-mode: overlay;
}}



@media (min-width: 992px) {.course_program {
    padding: 10rem 0;
}.course_program h2 {
    margin-bottom: 4rem;
    font-size: calc(37px * 1.2);
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}.course_program .skill_route {
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
}.course_program .img_list_item {
    height: 550px;
}.course_program .text_info_box {
    padding: 3.5rem;
}.course_program .description {
    margin-bottom: 2rem;
    line-height: 1.9;
    max-height: 350px;
    font-size: calc(18px * 1.1);
}
}



@media (min-width: 768px) {.training_benefits {
    padding: 120px 40px;
}.training_benefits .impact_stats {
    padding: 60px;
    flex-direction: row;
    align-items: center;
}.training_benefits .impact_stats > div:first-child {
    flex: 0 0 40%;
}.training_benefits .text_info_box {
    flex: 0 0 60%;
    padding-left: 40px;
}.training_benefits ul {
    grid-template-columns: repeat(2, 1fr);
}.training_benefits h5 {
    margin-bottom: 60px;
    font-size: calc(23px * 1.1);
}.training_benefits h5::after {
    width: 100px;
}
}



@media (max-width: 991px) {.homepage {
    padding: 3rem 1.5rem;
}.homepage > div > div:first-child {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}.homepage .course_welcome {
    padding: 2rem;
}
}



@media (max-width: 767px) {.homepage {
    align-items: flex-start;
    padding: 2.5rem 1rem;
}.homepage::after {
    width: 70%;
    height: 50%;
}.homepage > div > div:first-child {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.homepage .course_welcome {
    padding: 1.5rem;
    gap: 1.5rem;
}.homepage .why_choose {
    padding-bottom: 1rem;
}
}



@media (max-width: 992px) {.client_testimonials h2 {
    margin-bottom: 50px;
    font-size: calc(37px * 0.9);
}.client_testimonials .student_votes {
    padding: 25px;
}.client_testimonials .student_votes img {
    height: 50px;
    width: 50px;
}
}



@media (max-width: 576px) {.client_testimonials {
    padding: 60px 0 50px;
}.client_testimonials h2 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.7);
}.client_testimonials .client_ratings {
    gap: 20px;
    grid-template-columns: 1fr;
}.client_testimonials .student_votes {
    padding: 20px;
}.client_testimonials .student_votes::before {
    font-size: 100px;
}.client_testimonials .student_votes img {
    width: 45px;
    height: 45px;
}.client_testimonials a {
    width: 100%;
    text-align: center;
}
}



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



@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(159,210,192,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(159,210,192);
    }
}



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



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.6;
        transform: rotate(-12deg) scale(1.1);
    }
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-18deg) skew(17deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-12deg) skew(13deg) translate(20px, -20px);
    }
}

