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

.stylecalc_foot {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1000;
    left: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    background: linear-gradient(120deg, 
        rgb(181,180,217) 0%, 
        rgb(181,180,217,0.5) 100%
    );
    position: fixed;
}


.styleuser_testimonials {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(218,217,239) 0%, #ffffff 100%);
}

.styleuser_testimonials::after {
    right: -10%;
    content: "";
    height: 75%;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 80%);
    background: linear-gradient(45deg, transparent 30%, rgb(143,145,197,0.5) 100%);
    width: 50%;
    bottom: -5%;
    position: absolute;
    transform: rotate(15deg) skewX(15deg);
}

.styleuser_testimonials h2 {
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
    transform: translateX(-5%);
    font-size: 31px;
    font-weight: 700;
}

.styleuser_testimonials .styleedu_ratings {
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
}

.styleuser_testimonials .stylelearning_feedback:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}

.styleuser_testimonials .stylelearning_feedback::before {
    background: linear-gradient(to bottom, rgb(181,180,217), rgb(143,145,197));
    content: "";
    width: 6px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
    transform-origin: top;
    position: absolute;
    height: 100%;
    transform: scaleY(0);
}

.styleuser_testimonials .stylelearning_feedback:nth-child(3n+1):hover {
    transform: translateY(10px) scale(1.02);
}

.styleuser_testimonials .stylelearning_feedback div {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.styleuser_testimonials .stylelearning_feedback:hover img {
    border-color: rgb(181,180,217);
    transform: scale(1.1);
}

.styleuser_testimonials .stylelearning_feedback h4 {
    font-size: 22px;
    color: #000000;
    position: relative;
    font-weight: 600;
    margin: 0;
}

.styleuser_testimonials .stylelearning_feedback:hover h4::after {
    transform: scaleX(1);
}

.styleuser_testimonials .description {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    padding-left: 1.5rem;
    position: relative;
}

.styleuser_testimonials a {
    margin-top: 3rem;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    display: inline-block;
    background: linear-gradient(135deg, rgb(181,180,217) 0%, rgb(143,145,197) 100%);
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(40%);
    padding: 1rem 2.5rem;
}

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

.styleeducation_history::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(181,180,217,0.5));
    height: 100%;
    top: 0;
    z-index: 1;
    right: 0;
    width: 40%;
    position: absolute;
}

.styleeducation_history .styleimage_card {
    transition: all 0.5s ease;
    transform: rotate(-2deg);
    width: 45%;
    box-shadow: 15px 15px 0 rgb(181,180,217,0.5);
    height: 480px;
    border-radius: 0;
    position: relative;
}

.styleeducation_history .styleexp_timeline::before {
    width: 1px;
    background: linear-gradient(to bottom, rgb(143,145,197,0.5), transparent);
    top: 0;
    height: 100%;
    left: 2.5rem;
    content: "";
    position: absolute;
}

.styleeducation_history .styleexp_timeline > div:nth-child(2) {
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 2.5rem;
    color: #ffffff;
    transform: translateX(-10px);
    font-size: 19px;
    font-weight: 600;
    background-color: rgb(143,145,197);
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
}

.styleeducation_history .stylelearning_feedback:hover .styleimage_card {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(143,145,197);
}

.stylecookie_necessary {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.styleuser_alert {
    flex-shrink: 0;
    margin-right: 15px;
}

.styleuser_alert svg {
    width: 50px;
    fill: rgb(181,180,217);
    height: 50px;
    transition: fill 0.3s ease-in-out;
}

.stylecookie_none p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

.styleaccept_cookies {
    user-select: none;
    white-space: nowrap;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
}

.cookie_button.styleprivacy_opt:hover {
    color: #ffffff;
    border-color: rgb(181,180,217);
    background-color: rgb(181,180,217);
}

.stylecookie_alert_message p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.stylereach_out {
    position: relative;
    background: linear-gradient(145deg, rgb(218,217,239) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
}

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

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

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

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

.stylereach_out .stylerequest_card {
    position: relative;
    flex: 1;
    padding: 50px;
}

.stylereach_out .stylerequest_card::before {
    opacity: 0.7;
    border-right: 2px solid rgb(181,180,217,0.5);
    width: 50px;
    position: absolute;
    height: 50px;
    right: 20px;
    content: "";
    border-top: 2px solid rgb(181,180,217,0.5);
    top: 20px;
}

.stylereach_out form {
    width: 100%;
}

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

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

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

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

.stylereach_out .stylemessage_links input[type="checkbox"]:checked + label::before {
    background: rgb(181,180,217);
    border-color: rgb(181,180,217);
}

.stylereach_out .stylemessage_links label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(181,180,217);
}

.stylereach_out .stylemessage_links label a:hover {
    text-decoration: underline;
}

.stylereach_out form .stylesupport_widget {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s ease;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    border: none;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 19px;
    z-index: 1;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(181,180,217), rgb(143,145,197));
}

.stylereach_out svg {
    width: 24px;
    margin-right: 15px;
    fill: rgb(181,180,217);
    height: 24px;
}

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

.styleprivacy_shelter::before {
    top: 0;
    opacity: 0.07;
    position: absolute;
    content: "";
    z-index: 1;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(181,180,217,0.5) 49%, rgb(181,180,217,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(143,145,197,0.5) 49%, rgb(143,145,197,0.5) 51%, transparent 52%);
    left: 0;
    background-size: 50px 50px;
    height: 100%;
    width: 100%;
}

.styleprivacy_shelter h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(181,180,217) 0%, rgb(143,145,197) 100%);
    left: 0;
    content: "";
    transform-origin: left center;
    height: 4px;
    bottom: 0;
    width: 80px;
    animation: widthPulse 3s infinite alternate ease-in-out;
}

.styleprivacy_shelter h3 {
    margin: 2rem 0 1.2rem;
    border-left: 2px solid rgb(143,145,197,0.5);
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: calc(36px * 0.85);
    padding-left: 1rem;
}

.styleprivacy_shelter p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
}

.styleprivacy_shelter p strong::after {
    opacity: 0.3;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 8px;
    background-color: rgb(143,145,197,0.5);
    position: absolute;
}

.styleprivacy_shelter li::before {
    border-radius: 10px;
    position: absolute;
    left: 0;
    content: "";
    transform: rotate(45deg);
    top: 0.65rem;
    background-color: rgb(181,180,217);
    height: 8px;
    transition: transform 0.3s ease;
    width: 8px;
}

.styleprivacy_shelter span::before {
    background: linear-gradient(to bottom, transparent, rgb(181,180,217,0.5), transparent);
    width: 3px;
    top: 0;
    position: absolute;
    opacity: 0.5;
    content: "";
    height: 100%;
    left: -1rem;
}

.stylecompany_overview::before {
    left: 0;
    background: linear-gradient(135deg, rgb(181,180,217,0.5), rgba(0, 0, 0, 0.5) 80%);
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
}

.stylecompany_overview .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    transform-origin: center top;
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
}

.stylecompany_overview h2::before {
    content: "";
    background: rgb(143,145,197);
    width: 80px;
    bottom: -12px;
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    height: 4px;
    position: absolute;
}

.stylecompany_overview .styletext_cube {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 -5px 20px rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    position: relative;
    transform: perspective(1000px) translateZ(0);
}

.stylecompany_overview .styletext_cube::after {
    position: absolute;
    transform: scaleX(0.9);
    transform-origin: center;
    content: "";
    height: 6px;
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    right: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(181,180,217), rgb(143,145,197));
}

.stylecompany_overview .styletext_cube p::after {
    transform: scaleX(0);
    left: 0;
    bottom: -8px;
    position: absolute;
    width: 40px;
    content: "";
    transform-origin: left;
    background: rgb(143,145,197);
    height: 2px;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.stylethanksPage {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,217,239), rgb(218,217,239) 60%, rgb(143,145,197,0.5) 140%);
    padding: 5rem 0;
}

.stylethanksPage::before {
    animation: float 18s ease-in-out infinite alternate;
    right: -10%;
    position: absolute;
    background: linear-gradient(145deg, rgb(181,180,217,0.5) 10%, transparent 70%);
    height: 70%;
    width: 50%;
    transform: rotate(15deg) skew(5deg);
    z-index: 1;
    top: -5%;
    filter: blur(20px);
    content: "";
    opacity: 0.8;
}

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

.stylethanksPage h2::after {
    height: 4px;
    position: absolute;
    transition: transform 0.6s ease-out;
    bottom: -0.8rem;
    transform-origin: left center;
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(181,180,217), rgb(143,145,197));
    content: "";
    width: 80px;
}

.stylethanksPage .stylegrowth_graph {
    padding: 2.5rem;
    margin-top: 1rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-radius: calc(18px / 1.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    position: relative;
    backdrop-filter: blur(8px);
}

.stylethanksPage li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}

.stylethanksPage li:hover::before {
    background: rgb(143,145,197);
    transform: scale(1.1);
}

.stylethanksPage li span {
    line-height: 1.7;
    font-size: calc(15px * 1.05);
    transition: transform 0.3s ease;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
}

.styleprogram_information {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,217,239) 0%, #ffffff 100%);
    overflow: hidden;
}

.styleprogram_information::after {
    z-index: 0;
    bottom: -80px;
    background: rgb(143,145,197,0.5);
    height: 250px;
    content: "";
    position: absolute;
    animation: float 18s ease-in-out infinite alternate;
    filter: blur(60px);
    width: 250px;
    left: -80px;
}

.styleprogram_information h2::after {
    height: 4px;
    left: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(181,180,217) 0%, rgb(143,145,197) 100%);
    bottom: -10px;
    width: 80px;
}

.styleprogram_information .styleimage_card {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    height: 380px;
    position: relative;
    border-radius: 4px;
    opacity: 0;
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.styleprogram_information .styleimage_card::after {
    content: "";
    mix-blend-mode: hue;
    inset: 0;
    opacity: 0.2;
    transition: opacity 0.5s ease;
    position: absolute;
    z-index: 2;
    background: rgb(181,180,217);
}

.styleprogram_information .description {
    line-height: 1.8;
    margin: 0;
    padding-left: 15px;
    color: #000000;
    font-size: 14px;
    transition: border-left 0.3s ease;
    border-left: 2px solid rgb(143,145,197,0.5);
    position: relative;
}

.styleprogram_information .description:hover {
    border-left: 2px solid rgb(143,145,197);
}

.stylejoin_our_community {
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(143,145,197,0.5) 0%, rgb(181,180,217,0.5) 100%);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.stylejoin_our_community {
    padding: 5rem 3rem;
}

.stylejoin_our_community::after {
    height: 200%;
    transform: rotate(-15deg);
    animation: pulse 15s infinite alternate ease-in-out;
    width: 70%;
    background: radial-gradient(circle, rgb(181,180,217,0.5) 0%, transparent 70%);
    right: -20%;
    top: -50%;
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}

.stylejoin_our_community .stylegrowth_graph::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(181,180,217), rgb(143,145,197));
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    width: 5px;
    transform: translateX(-3px);
}

.stylejoin_our_community .stylegrowth_graph h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    max-width: 80%;
    line-height: 1.4;
    font-size: calc(24px * 1.1);
    margin-bottom: 2rem;
}

.stylejoin_our_community .stylegrowth_graph h3 {
    padding-right: 2rem;
    font-size: 36px;
    max-width: 45%;
    margin-bottom: 0;
}

.stylejoin_our_community .input_holder {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 1rem;
    max-width: 550px;
}

.stylejoin_our_community .input_holder {
    margin-top: 0;
    max-width: 100%;
}

.stylejoin_our_community .input_holder input[type="email"] {
    width: 100%;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 1rem 1.2rem;
    font-size: 17px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.stylejoin_our_community .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}

.stylejoin_our_community .input_holder .styleenroll_instantly::before {
    left: -100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: all 0.5s ease;
}

.stylejoin_our_community .input_holder .styleenroll_instantly:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px -5px rgb(181,180,217,0.5);
}

.stylejoin_our_community .input_holder .styleenroll_instantly:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px -3px rgb(181,180,217,0.5);
}

.styleopening_board::before {
    left: -5%;
    position: absolute;
    opacity: 0.08;
    transform: rotate(-15deg) skewX(-5deg);
    animation: shiftGradient 15s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(181,180,217,0.5) 0%, transparent 80%);
    top: -10%;
    content: "";
    height: 120%;
    width: 35%;
    z-index: 1;
}

.styleopening_board .stylegrowth_graph {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    transform: translateZ(0);
    display: grid;
    z-index: 2;
    position: relative;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1400px;
}

.styleopening_board h1 {
    font-size: calc(44px * 1.2);
    position: relative;
    line-height: 1.2;
    transition: transform 0.5s ease;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: perspective(500px) rotateX(0deg);
}

.styleopening_board .stylefast_school {
    transition: transform 0.4s ease;
    margin: 2rem 0;
    transform: translateY(0);
    position: relative;
}

.styleopening_board .stylefast_school:hover {
    transform: translateY(-5px);
}

.styleopening_board .stylefast_school svg {
    margin-right: 1.5rem;
    transition: transform 0.4s ease, filter 0.4s ease;
    height: 60px;
    width: 60px;
    margin-bottom: 1rem;
    transform: rotate(-5deg);
    float: left;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.2));
}

.styleopening_board .stylefast_school:hover svg path {
    fill: rgb(75, 150, 148);
}

.styleopening_board .stylefast_school:hover svg text {
    fill: rgb(75, 150, 148);
}

.styleopening_board .stylefast_school p {
    margin-top: 0.5rem;
    overflow: hidden;
    max-width: 95%;
    position: relative;
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    color: #000000;
}

.styleopening_board ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 2rem 0 0 0;
    flex-wrap: wrap;
}

.styleopening_board ul li {
    margin-right: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 1rem;
    animation: fadeInUp 0.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.styleopening_board .stylesupport_widget::before {
    background: linear-gradient(135deg, rgb(75, 150, 148) 0%, rgb(181,180,217) 100%);
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: 0;
    content: "";
    top: 0;
}

.styleopening_board .stylesupport_widget:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 25px -5px rgba(94, 170, 168, 0.5);
}

.styleopening_board .styleimage_card {
    position: relative;
    max-height: 700px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.17, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
    animation: fadeIn 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        25px 25px 50px -10px rgba(0, 0, 0, 0.1),
        -5px -5px 20px 0 rgba(255, 255, 255, 0.6);
    border-radius: 19px;
    opacity: 0;
    height: calc(100vh - 4rem);
}

.styleopening_board .styleimage_card:hover::before {
    opacity: 0.4;
}

.styleopening_board .styleimage_card::after {
    left: -50%;
    transform: scale(1.5);
    top: -50%;
    width: 200%;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.6s ease;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 50%
    );
    z-index: 2;
    content: "";
}

header .styletop_skill {
    position: relative;
}

header .styletop_skill:before {
    bottom: -1px;
    content: '';
    opacity: 0.3;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    width: 100%;
    height: 2px;
    position: absolute;
}

header .styletop_skill:after {
    pointer-events: none;
    height: 60px;
    filter: blur(8px);
    left: 0;
    content: '';
    width: 60px;
    transform: translateY(-50%);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    top: 50%;
    position: absolute;
    opacity: 0.5;
}

header .stylefirst_section {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}

header .stylefirst_section:before {
    left: 0;
    border-radius: 50%;
    top: 50%;
    opacity: 0.5;
    position: absolute;
    height: 20px;
    transform: translateY(-50%) translateX(-40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    width: 20px;
}

header .styleheader_edu {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}

header .styleheader_edu:before {
    height: 2px;
    width: 100%;
    transition: opacity 0.4s ease;
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: -10px;
}

header .styletop_navbar:before {
    transform: translateY(-50%);
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    top: 50%;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    width: 6px;
    left: -12px;
}

header .styletop_navbar:hover {
    color: #ffffff;
    transform: translateX(5px);
}

header .styletop_navbar:hover:before {
    left: -20px;
    opacity: 1;
}

header .styleheader_master {
    align-items: center;
    text-decoration: none;
    display: flex;
    padding: 5px;
    transition: all 0.3s ease;
    position: relative;
}

header .styleheader_master:after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    content: '';
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    top: -5px;
    left: -5px;
}

header .styleheader_master svg {
    width: auto;
    height: 40px;
    transition: all 0.3s ease;
}

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

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

.stylemember_plans {
    position: relative;
}

.stylepricing_layout h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: center;
}

.stylepricing_layout .stylerate_options {
    opacity: 0.9;
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    max-width: 800px;
}

.stylepricing_layout .stylegroup_rates {
    height: 100%;
    will-change: transform;
    text-decoration: none;
    display: block;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.stylepricing_layout .stylegroup_rates:hover .styleprice_deals {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}

.stylepricing_layout .stylerate_choice {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding: 35px 30px;
    z-index: 2;
}

.stylepricing_layout .styleprice_deals::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(90deg, rgb(181,180,217), rgb(143,145,197));
    content: "";
    left: 0;
    height: 5px;
}

.stylepricing_layout .stylerate_choice p {
    opacity: 0.85;
    overflow-wrap: break-word;
    font-size: 15px;
    hyphens: auto;
    margin: 0 0 25px;
    color: #ffffff;
    white-space: normal;
    line-height: 1.6;
    word-wrap: break-word;
    flex-grow: 1;
}

.stylepricing_layout .stylepromo_rates::before {
    content: "";
    inset: 0;
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(181,180,217,0.5) 0%, rgb(143,145,197,0.5) 100%);
    transition: opacity 0.3s ease;
    border-radius: 3px;
}

.stylepricing_layout li:nth-child(even) .styleprice_deals::before {
    background: linear-gradient(90deg, rgb(143,145,197), rgb(181,180,217));
}

.styletry_immediately::before {
    top: 0;
    height: 100%;
    transform: translateZ(-10px);
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    z-index: -1;
    position: absolute;
    width: 100%;
}

.styletry_immediately .container {
    max-width: 1200px;
    transform-style: preserve-3d;
    animation: containerReveal 0.8s ease-out forwards;
    position: relative;
    margin: 0 auto;
}

.styletry_immediately .container div {
    justify-content: center;
    display: flex;
    transform: translateZ(30px);
    margin-top: 1.5rem;
    align-items: center;
    animation: buttonContainer 0.5s ease-out 0.4s both;
}

.styletry_immediately .container div span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s var(--timing-cubic);
}

.styletry_immediately .container div span:hover::before {
    opacity: 1;
    transform: scale(1);
}

.styletry_immediately .stylesupport_widget {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    justify-content: center;
    color: rgb(181,180,217);
    background: #ffffff;
    position: relative;
    font-weight: 700;
    padding: 0.9rem 2.5rem;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.07);
    border-radius: 10px;
    z-index: 1;
    text-decoration: none;
    display: inline-flex;
    font-size: 19px;
}

.styletry_immediately .stylesupport_widget:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
}

.styletry_immediately .stylesupport_widget span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}

footer {
    position: relative;
    width: 100%;
}

footer .stylecalc_foot {
    position: relative;
    padding: 100px 0 30px;
    color: #ffffff;
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
}

footer .styleinsta_feed {
    z-index: 1;
    position: relative;
}

footer .stylemsg_info {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    display: grid;
    margin: -70px auto 60px;
    position: relative;
}

footer .info_item {
    background-color: #ffffff;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0 20px;
}

footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

footer .text_main_holder {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}

footer .styletop_mainbar:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .styletop_mainbar svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
    height: 45px;
}

footer .styleheader_edu h5 {
    padding-bottom: 10px;
    font-size: 18px;
    grid-column: 1 / -1;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

footer .stylehead_sitewrap {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
    height: 100%;
}

footer .stylehead_sitewrap a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 8px 0;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

footer .stylehead_sitewrap a:hover {
    color: #ffffff;
    padding-left: 5px;
}

footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 15px;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 14px;
}

footer .input_holder input[type="email"] {
    color: #ffffff;
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
}

footer .styleenroll_instantly:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(143,145,197);
    transform: translateY(-3px);
}

footer .stylediversity {
    margin-top: 50px;
    position: relative;
    text-align: center;
}


@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 (max-width: 992px) {.styleuser_testimonials {
    padding: 5rem 0;
}.styleuser_testimonials h2 {
    transform: translateX(0);
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.styleuser_testimonials .styleedu_ratings {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.styleuser_testimonials .stylelearning_feedback:nth-child(3n+1),
    .styleuser_testimonials .stylelearning_feedback:nth-child(3n+2) {
    transform: translateY(0);
}.styleuser_testimonials .stylelearning_feedback:nth-child(odd) {
    transform: translateY(15px);
}.styleuser_testimonials .stylelearning_feedback:nth-child(even) {
    transform: translateY(-15px);
}.styleuser_testimonials .stylelearning_feedback:nth-child(odd):hover {
    transform: translateY(5px) scale(1.02);
}.styleuser_testimonials .stylelearning_feedback:nth-child(even):hover {
    transform: translateY(-25px) scale(1.02);
}.styleuser_testimonials a {
    transform: translateX(20%);
}.styleuser_testimonials a:hover {
    transform: translateX(20%) translateY(-5px);
}
}



@media (max-width: 480px) {.styleuser_testimonials {
    padding: 3rem 0;
}.styleuser_testimonials h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.styleuser_testimonials .stylelearning_feedback {
    padding: 1.5rem;
}.styleuser_testimonials .stylelearning_feedback div {
    margin-bottom: 1rem;
}.styleuser_testimonials .stylelearning_feedback img {
    height: 50px;
    width: 50px;
}.styleuser_testimonials .description {
    padding-left: 1rem;
    font-size: calc(18px * 0.95);
}.styleuser_testimonials .description::before {
    font-size: 2.5rem;
}.styleuser_testimonials a {
    padding: 0.8rem 1.5rem;
    width: 100%;
}}



@media (max-width: 576px) {.styleeducation_history {
    padding: 4rem 1rem;
}.styleeducation_history .styleimage_card {
    height: 320px;
}.styleeducation_history .name {
    font-size: 31px;
}.styleeducation_history .styleexp_timeline > div:nth-child(2) {
    font-size: 13px;
}.styleeducation_history .stylework_explore {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}



@media screen and (max-width: 991px) {.stylereach_out {
    padding: 80px 0;
}.stylereach_out .styleconnect_card {
    flex-direction: column;
}.stylereach_out .styleimage_card {
    order: 1;
    min-height: 300px;
}.stylereach_out .stylerequest_card {
    padding: 40px 30px;
    order: 2;
}
}



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



@media (max-width: 768px) {.styleprivacy_shelter {
    padding: 2rem 1rem;
}.styleprivacy_shelter .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transform: none;
}.styleprivacy_shelter h1 {
    font-size: calc(41px * 0.8);
    transform: translateX(0);
}.styleprivacy_shelter h2 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.8);
}.styleprivacy_shelter h3 {
    font-size: calc(36px * 0.7);
}.styleprivacy_shelter h4 {
    font-size: calc(36px * 0.6);
}.styleprivacy_shelter p, 
    .styleprivacy_shelter li,
    .styleprivacy_shelter span {
    font-size: calc(16px * 0.95);
}.styleprivacy_shelter ul {
    margin-left: 0.5rem;
}
}




@media (min-width: 768px) {.stylecompany_overview {
    padding: 150px 0 100px;
}.stylecompany_overview .container {
    transform: perspective(1200px) rotateX(3deg);
}.stylecompany_overview h2 {
    font-size: calc(30px + 4px);
    margin-bottom: 60px;
}.stylecompany_overview .styletext_cube {
    border-radius: 6px;
    padding: 70px 60px;
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
    margin-left: 40px;
}.stylecompany_overview .styletext_cube div div {
    column-count: 2;
}
}



@media (min-width: 1200px) {.stylecompany_overview .container {
    transform: perspective(2000px) rotateX(4deg);
    padding: 0 40px;
}.stylecompany_overview .styletext_cube {
    margin-left: 80px;
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
    padding: 90px 80px;
}.stylecompany_overview .styletext_cube div div {
    column-count: 2;
    column-gap: 60px;
}
}



@media (max-width: 992px) {.stylethanksPage {
    padding: 4rem 0;
}.stylethanksPage h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.stylethanksPage .stylegrowth_graph {
    padding: 2rem;
}
}



@media (max-width: 768px) {.stylethanksPage {
    padding: 3.5rem 0;
}.stylethanksPage h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.8);
}.stylethanksPage h2::after {
    height: 3px;
    width: 60px;
}.stylethanksPage .stylegrowth_graph {
    padding: 1.8rem;
}.stylethanksPage li {
    padding-left: 1.8rem;
}.stylethanksPage li span {
    font-size: 15px;
}
}



@media (min-width: 768px) {.styleprogram_information .stylelearn_path {
    align-items: flex-start;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.styleprogram_information .styleimage_card {
    transition: clip-path 0.5s ease;
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.styleprogram_information .styleimage_card:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.styleprogram_information h2 {
    font-size: calc(36px * 1.2);
    max-width: 80%;
}.styleprogram_information .styletext_cube {
    padding-top: 20px;
}
}



@media (min-width: 1200px) {.styleprogram_information .stylelearn_path {
    gap: 80px;
}.styleprogram_information h2 {
    max-width: 60%;
}.styleprogram_information .styleimage_card {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    height: 600px;
}.styleprogram_information .styleimage_card:hover {
    transform: perspective(1000px) rotateY(0);
}.styleprogram_information .styletext_cube {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.styleprogram_information .styletext_cube:hover {
    transform: perspective(1000px) rotateY(0);
}
}



@media (max-width: 767px) {.stylejoin_our_community .stylegrowth_graph {
    padding: 2rem;
}.stylejoin_our_community .stylegrowth_graph h3 {
    max-width: 100%;
    font-size: calc(24px * 0.9);
}.stylejoin_our_community .input_holder {
    flex-direction: column;
}.stylejoin_our_community .input_holder div {
    flex: 1 1 auto;
}.stylejoin_our_community .input_holder .styleenroll_instantly {
    width: 100%;
}
}



@media (prefers-reduced-motion) {.stylejoin_our_community::after {
    animation: none;
}.stylejoin_our_community .stylegrowth_graph h3::after {
    width: 80px;
    animation: none;
}.stylejoin_our_community .input_holder .styleenroll_instantly::before {
    display: none;
}}



@media (max-width: 768px) {.styleopening_board {
    min-height: auto;
    padding: 4rem 0;
}.styleopening_board .stylegrowth_graph {
    padding: 1rem;
}.styleopening_board h1 {
    font-size: 31px;
}.styleopening_board .stylefast_school svg {
    width: 50px;
    height: 50px;
}.styleopening_board .stylefast_school p {
    max-width: 100%;
    font-size: 13px;
}.styleopening_board .styleimage_card {
    height: 40vh;
    min-height: 250px;
}.styleopening_board ul {
    margin-top: 1.5rem;
}.styleopening_board .stylesupport_widget {
    padding: 0.75rem 1.5rem;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .styleheader_edu {
    gap: 20px;
}header .styleheader_master svg {
    height: 35px;
}
}



@media (max-width: 767px) {header .styleheader_edu {
    width: 80%;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
    padding: 80px 30px 30px;
    max-width: 320px;
    position: fixed;
    right: -100%;
    flex-direction: column;
    background: rgb(181,180,217);
    top: 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    gap: 25px;
}header .styleheader_edu:before {
    top: 60px;
    width: 80%;
    left: 10%;
    bottom: auto;
}header .styleheader_edu:after {
    pointer-events: none;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    height: 30px;
    width: 30px;
    content: '';
    position: absolute;
    border-radius: 50%;
}header .menu.active {
    right: 0;
}header .styletop_navbar {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .styletop_navbar:hover {
    transform: translateX(0);
}header .styletop_navbar:last-child {
    border-bottom: none;
}header .styleheader_master {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.stylepricing_layout {
    padding: 50px 0;
}.stylepricing_layout .stylerate_choice {
    padding: 25px 20px;
}.stylepricing_layout h2 {
    font-size: calc(32px - 6px);
}.stylepricing_layout .stylerate_options {
    font-size: calc(15px - 2px);
}}



@media (min-width: 992px) {.styletry_immediately {
    padding: 8rem 4rem;
}.styletry_immediately::after {
    width: 150%;
    height: 150%;
}.styletry_immediately h6 {
    font-size: calc(20px * 1.5);
    margin-bottom: 3.5rem;
    max-width: 70%;
}.styletry_immediately .container div {
    margin-top: 2rem;
}.styletry_immediately .stylesupport_widget {
    padding: 1.1rem 3.5rem;
    font-size: calc(19px * 1.1);
}
}



@media (max-width: 480px) {.styletry_immediately {
    padding: 3.5rem 1rem;
}.styletry_immediately h6 {
    font-size: calc(20px * 0.9);
    line-height: 1.6;
}.styletry_immediately .stylesupport_widget {
    padding: 0.7rem 1.8rem;
    font-size: calc(19px * 0.9);
}}



@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .styleheader_edu {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}



@media (max-width: 576px) {footer .stylecalc_foot {
    padding: 50px 0 20px;
}footer .stylehead_sitewrap {
    padding: 15px;
}footer .styleheader_edu h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .styleenroll_instantly {
    padding: 12px;
}
}



@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 lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}



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



@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}



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



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



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



@keyframes expandLine {
    0%, 20% {
        width: 60px;
    }
    80%, 100% {
        width: 100px;
    }
}


    
    @keyframes expandLine {
        0%, 20% {
            width: 80px;
        }
        80%, 100% {
            width: 120px;
        }
    }



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



@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}

