.layer-container_stat {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

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

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

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

.nav_base_stat {
    flex: 1 0 auto;
}

.guide_section_stat::after {
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
}

.guide_section_stat .company_holder {
    position: relative;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border: 1px solid rgba(rgb(153,204,185), 0.3);
    margin-bottom: 4rem;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    border-radius: 10px;
}

.guide_section_stat .company_holder h3 {
    letter-spacing: 2px;
    font-size: calc(38px * 1.2);
    text-shadow: 0 0 10px rgb(153,204,185), 0 0 20px rgb(153,204,185), 0 0 30px rgb(153,204,185);
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}

.guide_section_stat .cookie_ctrl_stat {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    padding-left: 1rem;
    font-size: 12px;
    margin-top: 1.5rem;
    border-left: 2px solid rgb(153,204,185);
}

.guide_section_stat .alumni_net_stat::before {
    background: linear-gradient(90deg, transparent, rgb(153,204,185), transparent);
    width: 100%;
    content: "";
    top: -20px;
    height: 1px;
    position: absolute;
    left: 0;
}

.guide_section_stat .top_lead_stat:hover {
    background: rgba(rgb(153,204,185,0.5), 0.1);
    transform: translateY(-5px);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}

.guide_section_stat .top_lead_stat h5 {
    font-weight: 600;
    position: relative;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 1.5rem;
    color: rgb(104,171,154);
    text-transform: uppercase;
}

.guide_section_stat .top_lead_stat .main_primary_stat {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.guide_section_stat .top_lead_stat .main_primary_stat a {
    opacity: 0.7;
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    color: #ffffff;
}

.guide_section_stat .top_lead_stat .main_primary_stat a:hover::before {
    color: rgb(104,171,154);
}

.compliance_stat {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: rgba(0, 0, 0, 0.6);
    padding: 1.5rem 0;
    margin-top: 3rem;
    position: relative;
}

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

.compliance_stat .forum_link_stat::before,
.compliance_stat .forum_link_stat::after {
    margin: 0 10px;
    content: "//";
    color: rgb(153,204,185);
}

.educational_rewards_stat::before {
    opacity: 0.03;
    left: 0;
    top: 0;
    background-image: linear-gradient(#ffffff 1px, transparent 1px),
                      linear-gradient(to right, #ffffff 1px, transparent 1px);
    content: '';
    background-size: 30px 30px;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.educational_rewards_stat .why_mission_stat {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}

.educational_rewards_stat h2::after {
    transform: translateX(-50%);
    border-radius: 10px;
    width: 140px;
    content: '';
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    left: 50%;
    bottom: -20px;
}

.educational_rewards_stat .img_panel_stat::before {
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(153,204,185,0.5) 0%, transparent 70%);
}

.educational_rewards_stat .text_main_holder {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.educational_rewards_stat .text_main_holder > div::before {
    border-radius: 21px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0.3;
    inset: 0;
    background: linear-gradient(135deg, rgb(153,204,185,0.5), rgb(104,171,154,0.5)) border-box;
    z-index: -1;
    border: 2px solid transparent;
    position: absolute;
    content: '';
    -webkit-mask-composite: xor;
}

.educational_rewards_stat .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.educational_rewards_stat .text_main_holder svg {
    border-radius: 12px;
    padding: 8px;
    height: 42px;
    flex-shrink: 0;
    width: 42px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.educational_rewards_stat .text_main_holder p {
    line-height: 1.6;
    font-size: 15px;
    z-index: 1;
    color: #ffffff;
    position: relative;
    margin: 0;
}

.service_connect_stat::before {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 25% 0, 35% 100%, 0% 100%);
    background: rgb(153,204,185,0.5);
}

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

.service_connect_stat h2 {
    padding: 40px;
    padding-bottom: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    font-weight: 700;
    margin: 0;
    font-size: 36px;
    background: rgb(153,204,185);
    position: relative;
    color: #ffffff;
}

.service_connect_stat .talk_now_stat {
    background: rgb(200,230,217);
    margin: 0;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    display: grid;
}

.service_connect_stat .instant_contact_stat:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: 3;
}

.service_connect_stat .instant_contact_stat:nth-child(2) {
    width: 105%;
    z-index: 2;
    margin-left: -5%;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.service_connect_stat .instant_contact_stat::before {
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    left: 0;
    background: rgb(153,204,185);
    top: 0;
}

.service_connect_stat .instant_contact_stat:hover svg {
    transform: scale(1.3);
}

.service_connect_stat .instant_contact_stat:hover svg path {
    fill: #ffffff;
}

.service_connect_stat p svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}



.service_connect_stat .instant_contact_stat:active {
    transform: scale(0.95);
}



.service_connect_stat .instant_contact_stat::after {
    background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.2) 50%, 
    transparent 100%
  );
    width: 100%;
    opacity: 0;
    content: "";
    left: 0;
    transform: translateX(-100%);
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}

.potential_learners_stat::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(153,204,185,0.5) 0,
        rgb(153,204,185,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.05;
}

.potential_learners_stat h3::after {
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    width: 80px;
    left: 50%;
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    position: absolute;
    height: 5px;
}

.potential_learners_stat ul li::before,
.potential_learners_stat ul li::after {
    position: absolute;
    background: #ffffff;
    content: "";
    transition: all 0.4s ease;
}

.potential_learners_stat ul li::before {
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px solid rgb(104,171,154,0.5);
    top: 5px;
    transform: translateZ(-10px);
    z-index: -1;
}

.potential_learners_stat ul li::after {
    transform: translateZ(-20px);
    top: 15px;
    right: 15px;
    background: rgb(153,204,185,0.5);
    left: 15px;
    bottom: 0;
    opacity: 0.3;
    z-index: -2;
}

.potential_learners_stat ul li:hover::after {
    transform: translateZ(-30px);
}

.potential_learners_stat ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}

.potential_learners_stat ul li svg path {
    fill: rgb(153,204,185);
    transition: fill 0.4s ease;
}

.potential_learners_stat ul li:hover svg path {
    fill: rgb(104,171,154);
}

.potential_learners_stat ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}

.potential_learners_stat ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

.potential_learners_stat ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

.program_details_stat::before {
    filter: blur(50px);
    z-index: 0;
    opacity: 0.1;
    transform: rotate(-15deg);
    right: -5%;
    position: absolute;
    animation: float 20s infinite alternate ease-in-out;
    height: 30vw;
    top: -10%;
    width: 30vw;
    content: "";
    background: linear-gradient(145deg, rgb(104,171,154,0.5) 0%, rgb(153,204,185,0.5) 100%);
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
}

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

.program_details_stat h2::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(104,171,154) 0%, rgb(153,204,185) 100%);
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
}

.program_details_stat .img_panel_stat {
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(0);
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    height: 350px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
}

.program_details_stat .img_panel_stat:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}

.program_details_stat .text_area_wrap_stat::before {
    width: 3px;
    left: 0;
    height: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(153,204,185), rgb(104,171,154));
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}

.program_details_stat .text_area_wrap_stat:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-15px);
}

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

.contact_box_stat {
    background: rgb(200,230,217);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.contact_box_stat::after {
    animation: backgroundMove 30s infinite linear;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: 1;
    height: 100%;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(153,204,185,0.5) 0, rgb(153,204,185,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(104,171,154,0.5) 0, rgb(104,171,154,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(153,204,185,0.5), transparent 70%),
        linear-gradient(180deg, rgb(104,171,154,0.5), transparent 70%);
    top: 0;
    opacity: 0.2;
    content: "";
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    position: absolute;
    width: 100%;
}

.contact_box_stat .inquiry_form_stat {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(153,204,185,0.5);
    position: relative;
    display: flex;
}

.contact_box_stat .inquiry_form_stat::before {
    border-radius: 12px;
    opacity: 0.2;
    inset: 0;
    z-index: 3;
    border: 1px solid rgb(153,204,185);
    content: "";
    pointer-events: none;
    position: absolute;
}

.contact_box_stat .img_panel_stat::after {
    opacity: 0.7;
    content: "";
    position: absolute;
    z-index: 2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(153,204,185,0.5) 100%);
    inset: 0;
}

.contact_box_stat .help_grid_stat::after {
    left: -75px;
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -75px;
    content: "";
    opacity: 0.3;
    filter: blur(80px);
    z-index: 0;
    background: rgb(104,171,154,0.5);
}

.contact_box_stat form h3 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact_box_stat form input[type="text"] {
    margin-bottom: 25px;
    font-size: 13px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    background: rgb(200,230,217);
    padding: 18px 25px;
    border: 1px solid rgb(153,204,185,0.5);
}

.contact_box_stat form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

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

.contact_box_stat .message_query_stat label::before {
    transition: all 0.3s ease;
    border-radius: 4px;
    border: 1px solid rgb(153,204,185,0.5);
    content: "";
    background: rgb(200,230,217);
    height: 22px;
    position: absolute;
    top: 0;
    width: 22px;
    left: 0;
}

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

.contact_box_stat .message_query_stat label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_box_stat .feedback_help_stat {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    padding: 18px 30px;
    overflow: hidden;
    background: rgb(153,204,185);
    box-shadow: 
        0 5px 15px rgb(153,204,185,0.5),
        0 0 0 1px rgb(153,204,185);
    transition: all 0.3s ease;
    border-radius: 8px;
}

.contact_box_stat .feedback_help_stat:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact_box_stat svg path {
    fill: rgb(153,204,185);
    transition: all 0.3s ease;
}

.contact_box_stat svg:hover,
.contact_box_stat svg:hover path {
    transform: translateY(-2px);
    fill: rgb(104,171,154);
    filter: drop-shadow(0 0 3px rgb(104,171,154,0.5));
}

#panelPrivacyNotice_stat {
    display: none;
}

.cookie_controls_stat {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.windowPrivacySettings_stat p {
    font-size: 18px;
}

.data_opt_stat svg, .data_opt_stat svg path, .data_opt_stat img {
    width: 100px;
    height: 100px;
    fill: rgb(153,204,185);
}

.windowPrivacySettings_stat p a {
    color: rgb(153,204,185);
    text-decoration: none;
}


.layer-container_stat .windowPrivacySettings_stat {
    box-shadow: rgb(104,171,154,0.5) 0px 0px 10px 10px;
    background: rgb(153,204,185);
}

.layer-container_stat .privacy_ctrl_stat {
    border: none;
    background: #ffffff;
    padding: 10px;
    margin-left: 30px;
    color: rgb(153,204,185);
    font-size: 20px;
}

.layer-container_stat .cookie_visitor_stat h5 {
    font-weight: 700;
}

.layer-container_stat .cookie_visitor_stat h5, .layer-container_stat .cookie_visitor_stat p {
    color: #ffffff;
}

.privacy_chamber_stat h1 {
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    font-size: 40px;
    grid-column: span 2;
    background: rgb(153,204,185);
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing: 3px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    padding: 10px;
}

.privacy_chamber_stat h3, .privacy_chamber_stat h4, .privacy_chamber_stat h5, .privacy_chamber_stat h6 {
    margin-top: 15px;
    border-left: 4px solid rgb(153,204,185);
    font-size: 18px;
    padding: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-align: left;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 10px;
}

.privacy_chamber_stat li {
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    position: relative;
}

.privacy_chamber_stat li::before {
    left: -10px;
    transform: translateY(-50%);
    height: 6px;
    background-color: rgb(104,171,154);
    width: 6px;
    position: absolute;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 2px #ffffff;
    top: 50%;
}

header .top_plank .master_techpro_stat div svg, header .top_plank .master_techpro_stat div svg path {
    fill: #ffffff;
}

header .top_plank .master_techpro_stat {
    width: 100%;
    justify-content: flex-start;
    line-height: 21px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    display: flex;
    padding: 15px 0 10px 0;
}

.thanksBox_stat {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgb(153,204,185,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.thanksBox_stat::after {
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    right: -10%;
    height: 70%;
    top: 20%;
    width: 50%;
    background: rgb(153,204,185);
    content: "";
    opacity: 0.03;
}

.thanksBox_stat .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.thanksBox_stat h2::after {
    background: linear-gradient(to right, rgb(153,204,185), rgb(104,171,154));
    transform-origin: left;
    left: 0;
    content: "";
    position: absolute;
    bottom: -15px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    height: 4px;
    transform: scaleX(0);
}

.thanksBox_stat .why_mission_stat::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(153,204,185,0.5) 0%, transparent 80%);
    content: "";
    z-index: 0;
}

.thanksBox_stat .why_mission_stat:hover::after {
    transform: scale(1);
    opacity: 0.05;
}

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

.thanksBox_stat li {
    padding-left: 30px;
    z-index: 2;
    position: relative;
}

.thanksBox_stat li::before {
    width: 10px;
    left: 0;
    top: 12px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    border-radius: 50%;
    position: absolute;
    height: 10px;
    background: linear-gradient(135deg, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    transform: scale(0);
}

header .nav_pagebar_stat {
    border-radius: 0;
    position: relative;
    left: 0;
    align-items: center;
    box-shadow: 0 0 20px 2px rgb(153,204,185,0.5);
    width: 100%;
    justify-content: space-between;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(104,171,154) 0%, rgb(153,204,185,0.5) 100%);
    display: flex;
    z-index: 99;
    overflow: hidden;
}

header .nav_pagebar_stat::after {
    z-index: -1;
    height: 100%;
    left: 0;
    background-size: 200% 200%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent 48%, rgb(104,171,154) 49%, rgb(104,171,154) 51%, transparent 52%);
    width: 100%;
    animation: gradientSlide 5s ease infinite;
    opacity: 0.1;
}

header .nav_pagebar_stat .top_main_stat .main_page_stat {
    display: block;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
    position: relative;
}

header .nav_pagebar_stat .top_main_stat .main_page_stat:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .nav_pagebar_stat .top_lead_stat {
    margin: 0;
    list-style: none;
    perspective: 800px;
    position: relative;
    padding: 0;
    display: flex;
}

header .nav_pagebar_stat .head_learn_stat {
    margin: 0 0.5rem;
    transform-style: preserve-3d;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.3s ease;
}

header .nav_pagebar_stat .head_learn_stat:hover {
    transform: translateZ(20px);
}

header .nav_pagebar_stat .head_learn_stat a::before {
    border-radius: 10px;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: rgb(153,204,185,0.5);
    content: "";
}

header .nav_pagebar_stat .head_learn_stat a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

.data_insights_stat {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #000000;
}

.data_insights_stat::before {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(153,204,185,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(104,171,154,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
    content: "";
    position: absolute;
    width: 100%;
}

.data_insights_stat .edu_statistics_stat {
    font-size: 31px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.data_insights_stat .extra_gain_stat {
    line-height: 1.7;
    font-size: 16px;
    max-width: 800px;
}

.data_insights_stat .statistics_extra_stat {
    counter-increment: stat-counter;
    position: relative;
    padding: 0 15px;
    width: 25%;
    margin-bottom: 50px;
}

.data_insights_stat .statistics_extra_stat::before {
    position: absolute;
    left: 15px;
    content: counter(stat-counter);
    opacity: 0.1;
    font-weight: 700;
    top: -30px;
    font-size: 6rem;
    color: rgb(153,204,185);
    z-index: -1;
}

.data_insights_stat .statistics_extra_stat span {
    display: block;
    padding-bottom: 20px;
    font-size: 16px;
    color: #000000;
    position: relative;
}

.data_insights_stat .statistics_extra_stat:hover span::after {
    width: 60px;
    transition: width 0.3s ease;
}

.data_insights_stat svg {
    right: 20px;
    opacity: 0.1;
    height: 120px;
    bottom: 20px;
    position: absolute;
    width: 120px;
    z-index: 1;
}

.landing_page_stat::before {
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(153,204,185,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(104,171,154,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    opacity: 0.3;
    left: 0;
    width: 100%;
}

.landing_page_stat .learn_intro_stat {
    transform: translateY(-2%);
    width: 90%;
    max-width: 1200px;
    grid-gap: 2rem;
    display: grid;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
}

.landing_page_stat .learn_intro_stat > div:first-child::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 0;
    background: rgb(153,204,185);
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    width: 3px;
}

.landing_page_stat .instructor_bio_stat {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.landing_page_stat .instructor_bio_stat > div {
    position: relative;
    flex-direction: column;
    padding: 2.5rem;
    min-height: 450px;
    display: flex;
    justify-content: space-between;
}

.landing_page_stat .instructor_bio_stat h3 {
    z-index: 2;
    position: relative;
    font-weight: 400;
    max-width: 90%;
    font-size: calc(24px * 1.1);
    margin-bottom: 2rem;
    line-height: 1.4;
    opacity: 0;
    animation: fadeUp 1s ease forwards 1.2s;
    transform: translateY(20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.landing_page_stat .title_style_header::after {
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: rgb(153,204,185);
    content: "";
}

.test_drive_stat {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    position: relative;
    padding: 4rem 2rem;
    z-index: 1;
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgb(153,204,185,0.5) 100%);
}

.test_drive_stat::after {
    animation: pulse 8s infinite alternate ease-in-out;
    height: 200px;
    bottom: -50px;
    background: rgb(153,204,185,0.5);
    position: absolute;
    width: 200px;
    z-index: -1;
    filter: blur(70px);
    right: -50px;
    content: "";
}

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

.test_drive_stat .why_mission_stat {
    gap: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    transform: translateY(0);
    display: flex;
    z-index: 2;
    position: relative;
}

.test_drive_stat .why_mission_stat:hover {
    transform: translateY(-5px);
}

.test_drive_stat .why_mission_stat:hover svg {
    transform: rotate(0deg) scale(1.1);
}

.test_drive_stat svg path {
    fill: rgb(153,204,185);
    transition: fill 0.3s ease;
}

.test_drive_stat .feedback_help_stat {
    position: relative;
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
    font-size: 18px;
    font-family: Arial, sans-serif;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: linear-gradient(135deg, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    padding: 1rem 2rem;
    z-index: 1;
    text-decoration: none;
}

.test_drive_stat .feedback_help_stat:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.our_team_stat::before {
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.05;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(153,204,185,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(153,204,185,0.5) 12px
    );
}

.our_team_stat h1 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
    color: #000000;
    position: relative;
    font-size: 45px;
}

.our_team_stat .academy_team_stat {
    position: relative;
}

.our_team_stat .academy_team_stat ul {
    margin: 0;
    gap: 3rem;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
}

.our_team_stat .edu_philosophy_stat {
    transform: translateY(20px);
    position: relative;
    border-radius: 8px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 1px #ffffff;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    padding: 2.5rem 2rem;
    opacity: 0;
}

.our_team_stat .edu_philosophy_stat h4 {
    color: rgb(153,204,185);
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
}

.our_team_stat .edu_philosophy_stat div {
    font-size: 12px;
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
    color: #000000;
    max-height: 200px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

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

.course_instructor_stat .user_experience_stat {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(104,171,154,0.5),
                0 10px 0 -5px rgb(153,204,185,0.5);
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    border-radius: 16px;
    transform: rotateY(-5deg);
    position: relative;
    padding: 3rem;
    transition: transform 0.5s ease;
    grid-template-areas:
        "photo quote"
        "info quote";
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
    grid-template-rows: auto auto;
    display: grid;
    backdrop-filter: blur(10px);
}

.course_instructor_stat .user_experience_stat:hover .img_panel_stat {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(153,204,185);
}

.course_instructor_stat .user_experience_stat span:not(.name) {
    display: block;
    color: rgb(153,204,185);
    margin-top: 3.5rem;
    font-weight: 600;
    grid-area: info;
    transform: translateZ(15px);
    font-size: 12px;
}

.course_instructor_stat .work_section_stat::before {
    opacity: 0.2;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 40%, rgb(104,171,154,0.5) 40%, rgb(104,171,154,0.5) 60%, transparent 60%);
    animation: shimmer 3s infinite linear;
    height: 100%;
    mix-blend-mode: overlay;
    background-size: 200% 200%;
    position: absolute;
}


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


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



@media screen and (max-width: 992px) {.guide_section_stat .alumni_net_stat {
    flex-direction: column;
}.guide_section_stat .main_primary_stat {
    flex-direction: column;
}.guide_section_stat .top_lead_stat {
    margin-bottom: 1rem;
    width: 100%;
}.compliance_stat {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media screen and (max-width: 768px) {.guide_section_stat {
    padding: 4rem 0 2rem;
}.guide_section_stat .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.guide_section_stat .company_holder h3 {
    font-size: 38px;
}.guide_section_stat .top_lead_stat h5 {
    font-size: calc(20px * 0.9);
}.compliance_stat {
    padding: 1.2rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}



@media screen and (max-width: 576px) {.guide_section_stat {
    padding: 3rem 0 2rem;
}.guide_section_stat .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.guide_section_stat .company_holder h3 {
    font-size: calc(38px * 0.85);
    letter-spacing: 1px;
}.guide_section_stat .cookie_ctrl_stat {
    font-size: calc(12px * 0.9);
}.guide_section_stat .top_lead_stat {
    padding: 1rem;
}.guide_section_stat .top_lead_stat .main_primary_stat a {
    font-size: calc(12px * 0.9);
}.compliance_stat {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.compliance_stat .forum_link_stat::before,
    .compliance_stat .forum_link_stat::after {
    display: none;
}}



@media (max-width: 576px) {.educational_rewards_stat {
    padding: 60px 0;
}.educational_rewards_stat h2 {
    font-size: 34px;
}.educational_rewards_stat .img_panel_stat {
    height: 280px;
}.educational_rewards_stat .text_main_holder > div {
    gap: 15px;
    padding: 20px;
}.educational_rewards_stat .text_main_holder svg {
    height: 36px;
    padding: 6px;
    width: 36px;
}}



@media (max-width: 767px) {.service_connect_stat {
    padding: 50px 0;
}.service_connect_stat h2 {
    font-size: calc(36px * 0.85);
    padding-bottom: 45px;
    padding: 25px;
}.service_connect_stat p {
    font-size: calc(17px * 0.95);
    padding: 25px;
}.service_connect_stat p:nth-last-child(2) {
    padding: 20px 25px;
}.service_connect_stat .talk_now_stat {
    grid-template-columns: 1fr;
}.service_connect_stat .instant_contact_stat {
    height: 70px;
    clip-path: none !important;
    margin-left: 0 !important;
    width: 100% !important;
}.service_connect_stat .instant_contact_stat svg {
    width: 24px;
    height: 24px;
}.service_connect_stat p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}}



@media (max-width: 480px) {.potential_learners_stat {
    padding: 60px 0;
}.potential_learners_stat .why_mission_stat {
    padding: 0 20px;
}.potential_learners_stat h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 40px;
}.potential_learners_stat ul {
    gap: 25px;
}.potential_learners_stat ul li {
    padding: 18px 15px 18px 65px;
}.potential_learners_stat ul li svg {
    height: 30px;
    width: 30px;
    left: 18px;
}.potential_learners_stat ul li,
    .potential_learners_stat ul li:nth-child(3n+1),
    .potential_learners_stat ul li:nth-child(3n+2),
    .potential_learners_stat ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.potential_learners_stat ul li:hover,
    .potential_learners_stat ul li:nth-child(3n+1):hover,
    .potential_learners_stat ul li:nth-child(3n+2):hover,
    .potential_learners_stat ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}



@media (min-width: 992px) {.program_details_stat {
    padding: 8rem 0;
}.program_details_stat h2 {
    font-size: calc(36px * 1.2);
}.program_details_stat .learn_path_stat {
    gap: 5rem;
}.program_details_stat .img_panel_stat {
    height: 500px;
}.program_details_stat .text_area_wrap_stat {
    padding: 3rem 4rem;
}.program_details_stat .description {
    max-height: 500px;
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 480px) {.program_details_stat {
    padding: 3rem 0;
}.program_details_stat h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.program_details_stat h2::after {
    width: 60px;
    bottom: -10px;
}.program_details_stat .img_panel_stat {
    height: 200px;
}.program_details_stat .text_area_wrap_stat {
    padding: 1.25rem;
}.program_details_stat .description {
    font-size: calc(14px * 0.9);
    margin-bottom: 1rem;
    line-height: 1.5;
    max-height: 200px;
}}



@media (max-width: 480px) {.contact_box_stat {
    padding: 50px 0;
}.contact_box_stat h2 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.7);
}.contact_box_stat .img_panel_stat {
    min-height: 200px;
}.contact_box_stat .help_grid_stat {
    padding: 30px 20px;
}.contact_box_stat form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact_box_stat form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_box_stat .message_query_stat {
    margin-bottom: 20px;
}.contact_box_stat .message_query_stat label {
    font-size: calc(12px * 0.9);
}.contact_box_stat .feedback_help_stat {
    padding: 12px 20px;
}}


@media only screen and (max-width: 800px) {.data_opt_stat {
    display: none;
}.cookie_controls_stat {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.windowPrivacySettings_stat h5 {
    text-align: center;
}.windowPrivacySettings_stat p {
    text-align: center;
}.cookie_visitor_stat {
    margin-bottom: 20px;
}body .layer-container_stat .privacy_ctrl_stat {
    margin-left: 0;
    margin-bottom: 10px;
}}




@media screen and (max-width: 1200px) {.thanksBox_stat {
    padding: 100px 0 80px;
}.thanksBox_stat h2 {
    font-size: calc(28px - 2px);
}
}



@media screen and (max-width: 768px) {.thanksBox_stat {
    padding: 60px 0 50px;
}.thanksBox_stat h2 {
    font-size: calc(28px - 6px);
    margin-bottom: 30px;
}.thanksBox_stat .why_mission_stat {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.thanksBox_stat h2::after {
    width: 60px;
    height: 3px;
}.thanksBox_stat li {
    padding-left: 25px;
}.thanksBox_stat li::before {
    height: 8px;
    width: 8px;
}
}



@media (hover: none) {.thanksBox_stat .why_mission_stat:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.thanksBox_stat .why_mission_stat:hover::after {
    opacity: 0;
}}



@media (max-width: 576px) {header .nav_pagebar_stat {
    padding: 0.75rem;
}header .nav_pagebar_stat .top_lead_stat {
    align-items: center;
    flex-direction: column;
}header .nav_pagebar_stat .head_learn_stat {
    width: 100%;
    margin: 0.25rem 0;
    text-align: center;
}header .nav_pagebar_stat .top_main_stat svg {
    width: 100px;
}header .nav_pagebar_stat .top_main_stat::after {
    width: 80%;
    left: 10%;
}}



@media (max-width: 992px) {.data_insights_stat .statistics_benefit_stat {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    padding: 50px 7% 70px 7%;
}.data_insights_stat .statistics_edges_stat {
    padding: 100px 5% 40px;
}.data_insights_stat .statistics_extra_stat {
    width: 50%;
}.data_insights_stat .statistics_extra_stat::before {
    font-size: 5rem;
    top: -25px;
}.data_insights_stat .statistics_extra_stat h4 {
    font-size: 2.2rem;
}
}



@media (max-width: 576px) {.data_insights_stat .statistics_benefit_stat {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    margin-bottom: -25px;
    padding: 30px 5% 50px 5%;
}.data_insights_stat .edu_statistics_stat {
    font-size: calc(31px * 0.8);
    margin-bottom: 15px;
}.data_insights_stat .extra_gain_stat {
    font-size: calc(16px * 0.95);
}.data_insights_stat .statistics_edges_stat {
    padding: 60px 5% 20px;
}.data_insights_stat .statistics_extra_stat::before {
    top: -20px;
    font-size: 4rem;
}.data_insights_stat .statistics_extra_stat h4 {
    font-size: 2rem;
}.data_insights_stat svg {
    right: 10px;
    width: 60px;
    height: 60px;
    bottom: 10px;
}}



@media (min-width: 992px) {.landing_page_stat .learn_intro_stat {
    grid-template-columns: 0.35fr 0.65fr;
}.landing_page_stat .instructor_bio_stat {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.landing_page_stat .instructor_bio_stat:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.landing_page_stat .instructor_bio_stat > div {
    min-height: 550px;
    padding: 3rem;
}.landing_page_stat .title_style_header {
    font-size: calc(44px * 1.4);
}
}



@media (max-width: 992px) {.test_drive_stat {
    padding: 3.5rem 1.5rem;
}.test_drive_stat h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.test_drive_stat .why_mission_stat {
    gap: 1.5rem;
}.test_drive_stat svg {
    height: 40px;
    width: 40px;
}.test_drive_stat .feedback_help_stat {
    padding: 0.9rem 1.8rem;
}
}



@media (max-width: 768px) {.test_drive_stat {
    padding: 3rem 1rem;
}.test_drive_stat h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.test_drive_stat .why_mission_stat {
    gap: 1.2rem;
    align-items: flex-start;
    flex-direction: column;
}.test_drive_stat svg {
    width: 36px;
    height: 36px;
}.test_drive_stat .feedback_help_stat {
    padding: 0.8rem 1.6rem;
    width: 100%;
    text-align: center;
}
}



@media (min-width: 768px) {.our_team_stat {
    padding: 8rem 0;
}.our_team_stat h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 3.5rem;
}.our_team_stat .academy_team_stat ul {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.our_team_stat .edu_philosophy_stat {
    padding: 3rem 2.5rem;
}.our_team_stat .edu_philosophy_stat div {
    max-height: 300px;
}.our_team_stat .edu_philosophy_stat:nth-child(2) {
    transform: translateY(40px);
}.our_team_stat .edu_philosophy_stat:hover:nth-child(2) {
    transform: translateY(35px);
}
}



@media (min-width: 1200px) {.our_team_stat .academy_team_stat ul {
    gap: 4rem 7rem;
}.our_team_stat .edu_philosophy_stat {
    padding: 4rem 3.5rem;
}.our_team_stat .edu_philosophy_stat h4 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.3);
}.our_team_stat .edu_philosophy_stat:first-child {
    transform: translateY(10px) rotate(-1deg);
}.our_team_stat .edu_philosophy_stat:nth-child(2) {
    transform: translateY(70px) rotate(1deg);
}.our_team_stat .edu_philosophy_stat:hover:first-child {
    transform: translateY(5px) rotate(-1deg);
}.our_team_stat .edu_philosophy_stat:hover:nth-child(2) {
    transform: translateY(65px) rotate(1deg);
}}



@media (max-width: 576px) {.course_instructor_stat {
    padding: 4rem 0;
}.course_instructor_stat .user_experience_stat {
    padding: 1.5rem;
    transform: none;
}.course_instructor_stat .img_panel_stat {
    width: 140px;
    height: 140px;
}.course_instructor_stat .work_section_stat {
    padding: 1rem;
    font-size: 12px;
}
}



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(153,204,185), 0 0 20px rgb(153,204,185);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}



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




@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}



@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



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



@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}



@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}



@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}



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



@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

