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

.guide_section_stat {
    flex: 0 0 auto;
}


.guide_section_stat {
    padding: 5rem 0 3rem;
    background-position: center center;
    position: relative;
    color: #ffffff;
    z-index: 1;
}

header,footer {
    width: 100%;
}

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

.guide_section_stat::before {
    left: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.guide_section_stat .container {
    flex-direction: column;
    position: relative;
    display: flex;
}

.guide_section_stat .container::before {
    left: 0;
    content: "";
    height: 80px;
    background: linear-gradient(0deg, rgb(153,204,185) 0%, transparent 100%);
    width: 100%;
    opacity: 0.3;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    top: -80px;
    position: absolute;
}

.guide_section_stat .company_holder::before {
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    height: calc(100% + 10px);
    opacity: 0.5;
    content: "";
    z-index: -1;
    filter: blur(5px);
    top: -5px;
    background: linear-gradient(45deg, rgb(153,204,185), transparent 70%);
    width: calc(100% + 10px);
    left: -5px;
    position: absolute;
}

.guide_section_stat .company_holder h3::before {
    top: 2px;
    filter: blur(1px);
    position: absolute;
    left: 2px;
    content: attr(data-text);
    color: rgb(153,204,185);
    opacity: 0.7;
    z-index: -1;
}

.guide_section_stat .alumni_net_stat {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.guide_section_stat .main_primary_stat {
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    display: flex;
}

.guide_section_stat .top_lead_stat {
    border-left: 2px solid rgb(153,204,185);
    transition: all 0.3s ease;
    flex: 1;
    position: relative;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgb(153,204,185);
}

.guide_section_stat .top_lead_stat h5::after {
    height: 2px;
    left: 0;
    position: absolute;
    box-shadow: 0 0 10px rgb(153,204,185);
    bottom: -8px;
    width: 40px;
    content: "";
    background: rgb(153,204,185);
}

.guide_section_stat .top_lead_stat .main_primary_stat a::before {
    position: absolute;
    transition: all 0.3s ease;
    color: rgb(153,204,185);
    content: "//";
    left: 0;
    font-size: 0.8em;
}

.guide_section_stat .top_lead_stat .main_primary_stat a:hover {
    opacity: 1;
    color: rgb(153,204,185);
    text-shadow: 0 0 5px rgb(153,204,185);
}

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

.compliance_stat .forum_link_stat {
    letter-spacing: 1px;
    font-size: 14px;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

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

.educational_rewards_stat::after {
    width: 200%;
    left: -50%;
    content: '';
    z-index: 0;
    background: radial-gradient(circle, rgb(104,171,154,0.5) 0%, transparent 60%);
    height: 200%;
    top: -50%;
    opacity: 0.2;
    position: absolute;
}

.educational_rewards_stat h2 {
    font-weight: 700;
    position: relative;
    font-size: 41px;
    text-align: center;
    margin: 0 0 80px;
    color: #ffffff;
}

.educational_rewards_stat .content-wrapper {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.educational_rewards_stat .img_panel_stat {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    height: 400px;
    position: relative;
    overflow: hidden;
    width: 70%;
    border-radius: 21px;
}

.educational_rewards_stat .img_panel_stat::after {
    background: linear-gradient(to bottom, transparent 60%, rgb(104,171,154,0.5) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 2;
    top: 0;
    position: absolute;
}

.educational_rewards_stat .text_main_holder > div {
    padding: 30px;
    align-items: flex-start;
    overflow: hidden;
    flex: 0 0 calc(33.333% - 20px);
    background: rgba(255, 255, 255, 0.05);
    gap: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    border-radius: 21px;
}

.educational_rewards_stat .text_main_holder > div::after {
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: 0;
    left: -100%;
    transition: 0.5s;
}

.educational_rewards_stat .text_main_holder > div:hover::after {
    left: 100%;
}

.educational_rewards_stat .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(153,204,185,0.5);
}

.educational_rewards_stat .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(104,171,154);
}

.educational_rewards_stat .text_main_holder > div:hover svg path {
    fill: #ffffff;
}

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

.service_connect_stat::after {
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    right: 0;
    width: 100%;
    position: absolute;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 65% 100%);
    background: rgb(104,171,154,0.5);
}

.service_connect_stat .quick_reach_stat {
    grid-template-rows: auto auto auto;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr;
    border-radius: 0;
    display: grid;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.service_connect_stat p {
    color: #000000;
    z-index: 1;
    font-size: 17px;
    margin-top: -20px;
    position: relative;
    background: #ffffff;
    padding: 40px;
    margin: 0;
}

.service_connect_stat .instant_contact_stat {
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    height: 100px;
    background: #ffffff;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
    display: flex;
}

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

.service_connect_stat .instant_contact_stat:hover::before {
    transform: translateX(0);
}

.service_connect_stat .instant_contact_stat svg {
    width: 30px;
    position: relative;
    height: 30px;
    z-index: 1;
    transition: transform 0.3s ease;
}

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

.service_connect_stat p svg path {
    fill: rgb(153,204,185);
}

.service_connect_stat p:nth-last-child(2) {
    display: flex;
    margin-top: -20px;
    padding: 30px 40px;
    margin-top: 0;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    align-items: center;
    background: #ffffff;
}

.service_connect_stat .instant_contact_stat:hover::after {
    opacity: 1;
    animation: shimmer 1.5s infinite;
}

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

.potential_learners_stat .why_mission_stat {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
    max-width: 1200px;
}

.potential_learners_stat h3 {
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 31px;
    margin-bottom: 80px;
}

.potential_learners_stat ul {
    padding: 0;
    gap: 60px 30px;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.potential_learners_stat ul li {
    font-size: 16px;
    z-index: 1;
    flex: 0 0 calc(33.333% - 20px);
    position: relative;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateX(5deg);
    min-height: 100px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 25px 25px 25px 80px;
    max-width: 350px;
}

.potential_learners_stat ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}

.potential_learners_stat ul li:hover::before {
    transform: translateZ(-15px);
}

.potential_learners_stat ul li svg {
    z-index: 2;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    width: 40px;
    left: 25px;
    position: absolute;
}

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

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

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

.program_details_stat {
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.program_details_stat::after {
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    animation: float 25s infinite alternate-reverse ease-in-out;
    opacity: 0.08;
    content: "";
    position: absolute;
    left: -10%;
    height: 40vw;
    filter: blur(70px);
    width: 40vw;
    background: linear-gradient(215deg, rgb(153,204,185,0.5) 0%, rgb(104,171,154) 100%);
    z-index: 0;
    bottom: -15%;
    transform: rotate(10deg);
}

.program_details_stat h2 {
    font-size: 36px;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
    transform-origin: center left;
    text-align: center;
    color: #000000;
}

.program_details_stat .learn_path_stat {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    perspective: 1000px;
}

.program_details_stat .img_panel_stat::before {
    right: 0;
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(104,171,154,0.5) 0%, transparent 100%);
    position: absolute;
    opacity: 0.25;
    transition: opacity 0.5s ease;
}

.program_details_stat .img_panel_stat:hover::before {
    opacity: 0.35;
}

.program_details_stat .text_area_wrap_stat {
    background: #ffffff;
    position: relative;
    border-radius: 2px;
    transform: translateZ(0) translateY(-10px);
    padding: 2rem;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    z-index: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.program_details_stat .text_area_wrap_stat:hover::before {
    height: 100%;
}

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

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



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

.contact_box_stat h2 {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    font-size: 42px;
}

.contact_box_stat h2::before {
    background: rgb(153,204,185);
    box-shadow: 
        0 0 5px rgb(153,204,185),
        0 0 10px rgb(153,204,185),
        0 0 15px rgb(153,204,185);
    left: calc(50% - 50px);
    width: 100px;
    bottom: -15px;
    content: "";
    position: absolute;
    height: 2px;
}

.contact_box_stat .img_panel_stat {
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
    overflow: hidden;
}

.contact_box_stat .img_panel_stat::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    inset: 0;
    position: absolute;
}

.contact_box_stat .help_grid_stat {
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
    background: #ffffff;
}

.contact_box_stat .help_grid_stat::before {
    background: rgb(153,204,185,0.5);
    content: "";
    opacity: 0.3;
    top: -100px;
    filter: blur(100px);
    right: -100px;
    z-index: 0;
    height: 200px;
    width: 200px;
    position: absolute;
}

.contact_box_stat form {
    position: relative;
    z-index: 2;
}

.contact_box_stat form h3::after {
    bottom: -15px;
    content: "";
    height: 2px;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(153,204,185,0.5),
        0 0 10px rgb(153,204,185,0.5);
    width: 40px;
    background: rgb(153,204,185);
    left: 0;
}

.contact_box_stat form input[type="text"]:focus {
    border-color: rgb(153,204,185);
    box-shadow: 
        0 0 0 1px rgb(153,204,185),
        0 0 5px rgb(153,204,185,0.5);
    outline: none;
}

.contact_box_stat .message_query_stat {
    margin-bottom: 35px;
    position: relative;
}

.contact_box_stat .message_query_stat label {
    cursor: pointer;
    color: #000000;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 12px;
}

.contact_box_stat .message_query_stat input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(153,204,185,0.5);
    border-color: rgb(153,204,185);
    background: rgb(153,204,185);
}

.contact_box_stat .message_query_stat label a {
    position: relative;
    text-decoration: none;
    color: rgb(153,204,185);
    transition: all 0.3s ease;
    font-weight: 600;
}

.contact_box_stat .message_query_stat label a::after {
    width: 100%;
    left: 0;
    content: "";
    background: rgb(153,204,185);
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: right;
    bottom: -1px;
    height: 1px;
    transform: scaleX(0);
}

.contact_box_stat .feedback_help_stat::before {
    left: 0;
    transform-origin: right;
    content: "";
    top: 0;
    height: 100%;
    transform: scaleX(0);
    position: absolute;
    background: rgb(104,171,154);
    width: 100%;
    z-index: -1;
    transition: transform 0.5s ease;
}

.contact_box_stat .feedback_help_stat:hover {
    box-shadow: 
        0 5px 20px rgb(104,171,154,0.5),
        0 0 0 1px rgb(104,171,154);
}

.contact_box_stat svg {
    filter: drop-shadow(0 0 2px rgb(153,204,185,0.5));
    fill: rgb(153,204,185);
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

.windowPrivacySettings_stat {
    z-index: 90;
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(153,204,185);
    background: rgb(200,230,217);
    bottom: 0;
}

#panelPrivacyNotice_stat:checked ~ .windowPrivacySettings_stat {
    opacity: 0;
    visibility: hidden;
}

.windowPrivacySettings_stat h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.data_opt_stat {
    margin-right: 10px;
    flex-shrink: 0;
}

.privacy_ctrl_stat {
    min-width: 120px;
    margin-left: 10px;
    line-height: 35px;
    text-decoration: none;
    border-bottom: 2px solid rgb(153,204,185);
    cursor: pointer;
    font-size: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    color: rgb(153,204,185);
    text-align: center;
}

.layer-container_stat .cookie_controls_stat {
    padding: 40px 0;
    justify-content: space-between;
}

.layer-container_stat .cookie_visitor_stat {
    text-align: left;
    color: #ffffff;
}

.layer-container_stat .windowPrivacySettings_stat p a {
    color: rgb(104,171,154);
    text-decoration: underline;
}

.privacy_chamber_stat {
    grid-gap: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    background: linear-gradient(135deg, rgb(104,171,154) 25%, rgb(153,204,185) 75%);
    color: rgb(255, 255, 255, 0.5);
    display: grid;
    padding: 60px;
    grid-template-columns: 1fr;
    width: 100%;
}

.privacy_chamber_stat h2 {
    background: rgb(104,171,154);
    text-align: left;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding: 10px;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-top: 0;
    font-size: 34px;
}

.privacy_chamber_stat ul, .privacy_chamber_stat ol {
    list-style: none;
    border-radius: 10px;
    padding-left: 20px;
    margin: 15px 0;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    list-style-position: inside;
}

.privacy_chamber_stat section {
    color: #000000;
    background: rgb(200,230,217);
    border-radius: 10px;
    padding: 20px;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(153,204,185);
}

header .top_plank .master_techpro_stat div span {
    color: #ffffff;
}

header .top_plank .master_techpro_stat div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}

header .top_plank .master_techpro_stat div img, header .top_plank .master_techpro_stat div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.thanksBox_stat::before {
    left: 0;
    pointer-events: none;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(104,171,154,0.5) 49.5%, rgb(104,171,154,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(104,171,154,0.5) 49.5%, rgb(104,171,154,0.5) 50.5%, transparent 50.5%);
    height: 100%;
}

.thanksBox_stat h2 {
    text-align: left;
    opacity: 0;
    margin-bottom: 40px;
    font-size: 28px;
    transform: translateZ(30px);
    font-weight: 700;
    position: relative;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
}

.thanksBox_stat .why_mission_stat {
    background: #ffffff;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    padding: 50px 40px;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    opacity: 0;
}

.thanksBox_stat .why_mission_stat::after {
    width: 300%;
    height: 300%;
    z-index: 0;
    background: radial-gradient(circle, rgb(153,204,185,0.5) 0%, transparent 70%);
    position: absolute;
    transition: opacity 1.5s ease, transform 1.5s ease;
    pointer-events: none;
    left: -100%;
    opacity: 0;
    top: -100%;
    content: "";
    transform: scale(0.8);
}

.thanksBox_stat li span {
    color: #000000;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px;
    opacity: 0;
    line-height: 1.8;
    transform: translateY(20px);
}

.thanksBox_stat .why_mission_stat:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}

header .nav_pagebar_stat::before {
    background: radial-gradient(circle, rgb(104,171,154,0.5) 1%, transparent 10%);
    top: -50%;
    width: 200%;
    height: 200%;
    left: -50%;
    animation: backgroundShift 20s linear infinite;
    opacity: 0.3;
    z-index: -1;
    content: "";
    position: absolute;
    background-size: 15px 15px;
}

header .nav_pagebar_stat .top_main_stat {
    position: relative;
    overflow: visible;
}

header .nav_pagebar_stat .top_main_stat::after {
    animation: neonPulse 3s infinite alternate;
    transform-origin: left;
    background: rgb(104,171,154);
    bottom: -8px;
    transform: scaleX(0);
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    left: 0;
    box-shadow: 0 0 8px 2px rgb(104,171,154);
}

header .nav_pagebar_stat .top_main_stat svg {
    filter: drop-shadow(0 0 5px rgb(104,171,154,0.5));
    width: 120px;
    height: auto;
}

header .nav_pagebar_stat .top_lead_stat::before {
    box-shadow: 0 0 10px 2px rgb(153,204,185);
    top: 105%;
    transform: scaleX(0.5);
    background: rgb(153,204,185);
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}

header .nav_pagebar_stat .head_learn_stat a {
    font-size: 14px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    border: 1px solid transparent;
    position: relative;
    display: block;
    font-weight: 600;
}

header .nav_pagebar_stat .head_learn_stat a:hover {
    text-shadow: 0 0 5px rgb(104,171,154,0.5);
    color: rgb(104,171,154);
    border: 1px solid rgb(104,171,154,0.5);
}

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

.data_insights_stat .container {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 2;
    max-width: 100%;
}

.data_insights_stat .statistics_benefit_stat {
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
    margin-bottom: -50px;
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    z-index: 3;
    background-size: 30px 30px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    padding: 60px 15% 60px 15%;
    position: relative;
    width: 100%;
    background-color: rgb(153,204,185);
    color: #ffffff;
}

.data_insights_stat .statistics_edges_stat {
    position: relative;
    background-color: rgb(200,230,217);
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-position: center center;
    z-index: 2;
    padding: 100px 5% 50px;
    display: flex;
    flex-wrap: wrap;
}

.data_insights_stat .statistics_extra_stat h4 {
    color: #000000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
}

.data_insights_stat .statistics_extra_stat span::after {
    position: absolute;
    background-color: rgb(153,204,185);
    bottom: 0;
    content: "";
    left: 0;
    width: 40px;
    height: 3px;
}

.data_insights_stat svg path {
    fill: #ffffff;
}

.landing_page_stat {
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.landing_page_stat::after {
    animation: floatGlow 12s infinite alternate ease-in-out;
    top: -10%;
    transform: rotate(15deg);
    right: -10%;
    width: 50%;
    content: "";
    filter: blur(80px);
    height: 50%;
    position: absolute;
    background: linear-gradient(45deg, rgb(153,204,185,0.5) 0%, rgb(104,171,154) 100%);
    z-index: 0;
}

.landing_page_stat .learn_intro_stat > div:first-child {
    position: relative;
    padding: 2rem;
    transform: translateX(-5%);
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.landing_page_stat .learn_intro_stat p {
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    max-width: 90%;
    animation: fadeUp 1s ease forwards 0.8s;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    font-weight: 600;
    font-size: calc(16px * 1.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.landing_page_stat .instructor_bio_stat:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.landing_page_stat .instructor_bio_stat > div::before {
    left: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}

.landing_page_stat .instructor_bio_stat > div > div {
    margin-top: auto;
    z-index: 2;
    position: relative;
}

.landing_page_stat .title_style_header {
    display: inline-block;
    opacity: 0;
    margin: 0;
    background-clip: text !important;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    font-size: 44px;
    color: #ffffff;
    color: transparent;
    position: relative;
    transform: translateY(30px);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, rgb(153,204,185));
    line-height: 1.2;
    -webkit-background-clip: text !important;
}

.test_drive_stat::before {
    position: absolute;
    content: "";
    opacity: 0.7;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 20% 30%, rgb(104,171,154,0.5) 0%, transparent 60%);
    z-index: -1;
    top: 0;
    height: 100%;
}

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

.test_drive_stat h2 {
    transform: perspective(1000px) rotateX(0deg);
    font-family: Arial, sans-serif;
    font-size: 34px;
    position: relative;
    max-width: 90%;
    line-height: 1.3;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 2.5rem;
    color: #000000;
}

.test_drive_stat svg {
    height: 48px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    width: 48px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(-5deg);
}

.test_drive_stat .why_mission_stat:hover svg path {
    fill: rgb(104,171,154);
}

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

.test_drive_stat .feedback_help_stat:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

.test_drive_stat .feedback_help_stat:hover::before {
    left: 100%;
}

.our_team_stat {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(200,230,217) 0%, #ffffff 100%);
    overflow: hidden;
}

.our_team_stat::after {
    content: "";
    top: -10%;
    height: 70%;
    right: -5%;
    z-index: 0;
    opacity: 0.1;
    transform: rotate(-15deg) skew(20deg);
    background: rgb(104,171,154);
    width: 40%;
    position: absolute;
}

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

.our_team_stat h1::after {
    height: 4px;
    position: absolute;
    width: 80%;
    animation: lineExpand 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    background: linear-gradient(90deg, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    left: 0;
    transform-origin: left;
    bottom: -0.75rem;
    content: "";
}

.our_team_stat .edu_philosophy_stat:nth-child(2) {
    animation-delay: 0.2s;
}

.our_team_stat .edu_philosophy_stat:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px #ffffff;
    transform: translateY(-5px);
}

.our_team_stat .edu_philosophy_stat::before {
    width: 50px;
    top: -10px;
    left: 20px;
    background: rgb(153,204,185);
    height: 50px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0.15;
}

.our_team_stat .edu_philosophy_stat h4::before {
    left: -15px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    background: rgb(104,171,154);
    top: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
}

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

.course_instructor_stat::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: conic-gradient(from 225deg at 50% 50%, rgb(104,171,154,0.5) 0%, transparent 25%, rgb(153,204,185,0.5) 50%, transparent 75%, rgb(104,171,154,0.5) 100%);
    content: "";
    animation: rotateBackground 15s linear infinite;
    left: 0;
    height: 100%;
    opacity: 0.4;
}

.course_instructor_stat .user_experience_stat:hover {
    transform: rotateY(0);
}

.course_instructor_stat .img_panel_stat {
    transition: all 0.4s ease;
    border-radius: 50%;
    height: 220px;
    width: 220px;
    border: 5px solid #ffffff;
    grid-area: photo;
    transform: translateZ(30px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(153,204,185,0.5);
}

.course_instructor_stat .name {
    font-size: 29px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
    font-weight: 700;
    color: #000000;
    display: block;
    grid-area: info;
}

.course_instructor_stat .work_section_stat {
    padding: 1.5rem 2rem;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    font-size: calc(12px * 1.1);
    font-weight: 400;
    grid-area: quote;
    line-height: 1.6;
    border-radius: 0 16px 16px 0;
    border-left: 4px solid rgb(104,171,154);
    position: relative;
    transform: translateZ(10px);
}

::-webkit-scrollbar {
    width: 11px;
    scroll-behavior: smooth;
    height: 15px;
}

::-webkit-scrollbar-track {
    background: rgb(104,171,154,0.5);
    border: 1px dashed rgb(104,171,154,0.5);
    box-shadow: inset -1px 4px 4px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: radial-gradient(circle at bottom right, #ffffff 82%, rgb(255, 255, 255, 0.5) 2%, rgb(104,171,154,0.5) 13%, rgb(153,204,185) 97%, rgb(153,204,185,0.5) 67%, rgb(200,230,217) 41%);
    border: 1px ridge #ffffff;
    min-height: 26px;
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset -4px 1px 15px 1px rgba(0, 0, 0, 0.6);
    transform: translateY(1px);
}

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

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

.program_details_stat .description::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(104,171,154), rgb(153,204,185));
    border-radius: 10px;
}

.our_team_stat .edu_philosophy_stat div::-webkit-scrollbar {
    width: 4px;
}

.our_team_stat .edu_philosophy_stat div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}

.our_team_stat .edu_philosophy_stat div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(104,171,154,0.5);
}

.our_team_stat .edu_philosophy_stat div::-webkit-scrollbar-thumb:hover {
    background: rgb(104,171,154);
}



@media (max-width: 1200px) {.educational_rewards_stat .text_main_holder > div {
    flex: 0 0 calc(50% - 15px);
}
}



@media (max-width: 992px) {.educational_rewards_stat {
    padding: 100px 0;
}.educational_rewards_stat .img_panel_stat {
    width: 85%;
}
}



@media (max-width: 768px) {.educational_rewards_stat {
    padding: 80px 0;
}.educational_rewards_stat h2 {
    margin-bottom: 60px;
    font-size: calc(41px * 0.8);
}.educational_rewards_stat .text_main_holder > div {
    flex: 0 0 100%;
}.educational_rewards_stat .img_panel_stat {
    width: 100%;
    height: 350px;
}
}



@media (max-width: 991px) {.service_connect_stat {
    padding: 70px 0;
}.service_connect_stat h2 {
    padding-bottom: 50px;
    font-size: calc(36px * 0.9);
    padding: 30px;
}.service_connect_stat p {
    padding: 30px;
}.service_connect_stat p:nth-last-child(2) {
    padding: 25px 30px;
}.service_connect_stat .instant_contact_stat {
    height: 90px;
}.service_connect_stat .instant_contact_stat svg {
    height: 26px;
    width: 26px;
}
}



@media (max-width: 992px) {.potential_learners_stat {
    padding: 100px 0;
}.potential_learners_stat h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 60px;
}.potential_learners_stat ul {
    gap: 40px 25px;
}.potential_learners_stat ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.potential_learners_stat ul li svg {
    left: 20px;
    width: 35px;
    height: 35px;
}
}



@media (max-width: 768px) {.potential_learners_stat {
    padding: 80px 0;
}.potential_learners_stat h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 50px;
}.potential_learners_stat ul {
    gap: 30px;
}.potential_learners_stat ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.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(1000px) rotateX(3deg);
}.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(1000px) rotateX(0deg) translateY(-8px);
}
}



@media (min-width: 768px) {.program_details_stat {
    padding: 7rem 0;
}.program_details_stat h2 {
    font-size: calc(36px * 1.1);
    margin-bottom: 4rem;
}.program_details_stat h2::after {
    width: 100px;
}.program_details_stat .learn_path_stat {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 45% 55%;
}.program_details_stat .img_panel_stat {
    height: 450px;
}.program_details_stat .text_area_wrap_stat {
    padding: 2.5rem 3rem;
}
}



@media (max-width: 767px) {.program_details_stat {
    padding: 4rem 0;
}.program_details_stat h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.program_details_stat .img_panel_stat {
    transform: rotateY(0deg);
    height: 250px;
}.program_details_stat .text_area_wrap_stat {
    padding: 1.5rem;
}.program_details_stat .description {
    font-size: calc(14px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}
}



@media (max-width: 1024px) {.contact_box_stat {
    padding: 80px 0;
}.contact_box_stat .img_panel_stat {
    min-height: 500px;
}.contact_box_stat .help_grid_stat {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact_box_stat {
    padding: 60px 0;
}.contact_box_stat h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 40px;
}.contact_box_stat .inquiry_form_stat {
    flex-direction: column;
}.contact_box_stat .img_panel_stat {
    min-height: 300px;
    width: 100%;
}.contact_box_stat .help_grid_stat {
    width: 100%;
    padding: 40px 30px;
}.contact_box_stat form h3 {
    margin-bottom: 30px;
}.contact_box_stat form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_box_stat .message_query_stat {
    margin-bottom: 25px;
}.contact_box_stat .feedback_help_stat {
    padding: 15px 25px;
}
}


@media only screen and (max-width: 1200px) {.windowPrivacySettings_stat {
    padding: 20px;
}
}



@media only screen and (max-width: 800px) {.privacy_chamber_stat {
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy_chamber_stat h1 {
    font-size: calc(18px - 8px);
}.privacy_chamber_stat h2 {
    font-size: calc(18px - 6px);
}.privacy_chamber_stat h3, .privacy_chamber_stat h4, .privacy_chamber_stat h5, .privacy_chamber_stat h6 {
    font-size: calc(18px - 4px);
}.privacy_chamber_stat ul, .privacy_chamber_stat ol {
    padding-left: 15px;
    font-size: calc(15px - 2px);
}.privacy_chamber_stat section {
    grid-template-columns: 1fr;
}}



@media screen and (max-width: 992px) {.thanksBox_stat {
    padding: 80px 0 60px;
}.thanksBox_stat h2 {
    font-size: calc(28px - 4px);
}.thanksBox_stat .why_mission_stat {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.thanksBox_stat {
    padding: 50px 0 40px;
}.thanksBox_stat h2 {
    font-size: calc(28px - 8px);
    margin-bottom: 25px;
}.thanksBox_stat .why_mission_stat {
    padding: 25px 20px;
}.thanksBox_stat li {
    padding-left: 22px;
}.thanksBox_stat li span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}.thanksBox_stat li::before {
    width: 7px;
    height: 7px;
    top: 10px;
}
}



@media (max-width: 992px) {header .nav_pagebar_stat {
    flex-direction: column;
    width: 100vw;
    padding: 1rem;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
}header .nav_pagebar_stat .top_main_stat {
    margin-bottom: 1.5rem;
}header .nav_pagebar_stat .top_lead_stat {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .nav_pagebar_stat .top_lead_stat::before {
    bottom: -10px;
    top: auto;
}header .nav_pagebar_stat .head_learn_stat {
    margin: 0.25rem 0.5rem;
}
}



@media (max-width: 1200px) {.data_insights_stat .statistics_benefit_stat {
    padding: 50px 10% 60px 10%;
}.data_insights_stat .statistics_extra_stat {
    width: 33.333%;
}
}



@media (max-width: 767px) {.data_insights_stat .statistics_benefit_stat {
    padding: 40px 5% 60px 5%;
}.data_insights_stat .edu_statistics_stat {
    font-size: calc(31px * 0.9);
}.data_insights_stat .statistics_edges_stat {
    padding: 80px 5% 30px;
}.data_insights_stat .statistics_extra_stat {
    width: 100%;
    margin-bottom: 40px;
}.data_insights_stat .statistics_extra_stat::before {
    font-size: 4.5rem;
}.data_insights_stat svg {
    height: 80px;
    width: 80px;
}
}



@media (min-width: 768px) {.landing_page_stat .learn_intro_stat {
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: 3rem;
}.landing_page_stat .learn_intro_stat > div:first-child {
    align-items: center;
    display: flex;
}.landing_page_stat .learn_intro_stat p {
    font-size: calc(16px * 1.3);
}.landing_page_stat .instructor_bio_stat > div {
    min-height: 500px;
}.landing_page_stat .title_style_header {
    font-size: calc(44px * 1.2);
}.landing_page_stat .instructor_bio_stat h3 {
    max-width: 80%;
    font-size: calc(24px * 1.2);
}
}



@media (max-width: 767px) {.landing_page_stat {
    padding: 4rem 1rem;
}.landing_page_stat .learn_intro_stat > div:first-child {
    padding: 1.5rem;
}.landing_page_stat .instructor_bio_stat > div {
    padding: 2rem;
    min-height: 400px;
}.landing_page_stat .title_style_header {
    font-size: calc(44px * 0.9);
}.landing_page_stat .instructor_bio_stat h3 {
    margin-bottom: 1.5rem;
    font-size: 24px;
}
}



@media (max-width: 480px) {.landing_page_stat {
    padding: 3rem 1rem;
}.landing_page_stat .learn_intro_stat {
    width: 95%;
}.landing_page_stat .learn_intro_stat > div:first-child {
    padding: 1rem;
}.landing_page_stat .learn_intro_stat p {
    max-width: 100%;
    font-size: 16px;
}.landing_page_stat .instructor_bio_stat > div {
    padding: 1.5rem;
    min-height: 350px;
}.landing_page_stat .title_style_header {
    font-size: calc(32px * 0.9);
}.landing_page_stat .instructor_bio_stat h3 {
    font-size: calc(18px * 1.1);
    max-width: 100%;
}}



@media (max-width: 576px) {.test_drive_stat {
    padding: 2.5rem 1rem;
}.test_drive_stat h2 {
    margin-bottom: 1.8rem;
    font-size: calc(34px * 0.7);
}.test_drive_stat svg {
    width: 32px;
    height: 32px;
}.test_drive_stat .feedback_help_stat {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.4rem;
}}



@media (min-width: 992px) {.our_team_stat {
    padding: 10rem 0;
}.our_team_stat::after {
    top: -15%;
    height: 80%;
    right: -2%;
    width: 35%;
}.our_team_stat .container {
    padding: 0 2rem;
}.our_team_stat h1 {
    margin-left: 2rem;
    letter-spacing: 1px;
    transform: translateX(-1rem) skewX(-5deg);
}.our_team_stat .academy_team_stat ul {
    gap: 3.5rem 5rem;
}.our_team_stat .edu_philosophy_stat {
    padding: 3.5rem 3rem;
}.our_team_stat .edu_philosophy_stat:first-child {
    transform: translateY(0) rotate(-1deg);
}.our_team_stat .edu_philosophy_stat:nth-child(2) {
    transform: translateY(50px) 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(45px) rotate(1deg);
}.our_team_stat .edu_philosophy_stat div {
    max-height: 350px;
}
}



@media (max-width: 992px) {.course_instructor_stat .user_experience_stat {
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "img_panel_stat"
            "feedback_feedback_stat"
            "work_section_stat";
    grid-template-columns: 1fr;
    padding: 2rem;
}.course_instructor_stat .img_panel_stat {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}.course_instructor_stat .name,
    .course_instructor_stat .user_experience_stat span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.course_instructor_stat .user_experience_stat span:not(.name) {
    margin-top: 0;
}
}



@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}




@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}



@keyframes expandLine {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}



@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}



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



@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}



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



@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}



@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}



@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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

