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

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

.main_page {
    flex: 1 0 auto;
}

.client_feedback::before {
    position: absolute;
    z-index: 0;
    content: "";
    right: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(144,146,143,0.5) 49.5%, rgb(144,146,143,0.5) 50.5%, transparent 50.5%);
    top: 0;
    left: 0;
    bottom: 0;
}

.client_feedback .review_quotes::before {
    position: absolute;
    z-index: 0;
    background: rgb(185,186,182,0.5);
    top: 0;
    width: 100px;
    transform: translate(30%, -30%) rotate(45deg);
    content: "";
    height: 100px;
    right: 0;
}

.client_feedback .review_quotes span {
    font-size: 17px;
    color: #000000;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
}

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

.privacy_safeguard h1::after {
    width: 60px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    height: 3px;
    position: absolute;
    bottom: -2px;
    transform-origin: left;
    transform: scaleX(1);
}

.privacy_safeguard h2::before {
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(185,186,182), rgb(144,146,143));
    bottom: 0;
    top: 0;
    content: "";
    border-radius: 10px;
    left: 0;
}

.privacy_safeguard h4::before {
    border-radius: 10px;
    width: 1px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    bottom: 0;
    background: rgb(185,186,182);
}

.privacy_safeguard strong {
    font-weight: 600;
    color: rgb(185,186,182);
}

.privacy_safeguard li {
    padding-left: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 12px;
    position: relative;
}

.privacy_safeguard span:hover {
    transform: translateZ(5px);
    background: linear-gradient(to right, rgba(rgb(144,146,143,0.5), 0.08), rgba(rgb(185,186,182,0.5), 0.08));
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.price_row .payment_plans {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price_row h2::after {
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 50%;
}

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

header::before {
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    content: '';
    height: 100%;
    width: 100%;
}

header .head_lead:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}

header .nav_pagebar img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .nav_tutor a {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 0 1.2rem;
    z-index: 1;
    color: #ffffff;
    height: 40px;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    align-items: center;
    text-decoration: none;
    text-shadow: 0 0 5px #ffffff;
    justify-content: center;
    display: flex;
}

.course_fit_for {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(224,220,202);
}

.course_fit_for h3 {
    text-align: center;
    font-weight: 700;
    transform: translateX(-50%);
    margin-bottom: 80px;
    padding: 0 20px 20px;
    position: relative;
    box-shadow: 0 10px 25px -10px rgb(185,186,182,0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 31px;
    display: inline-block;
    left: 50%;
}

.course_fit_for h3::after {
    transform: translateX(-50%);
    position: absolute;
    height: 12px;
    width: 12px;
    bottom: -6px;
    border-radius: 50%;
    content: "";
    animation: pulseCircle 2s infinite;
    background: rgb(185,186,182);
    box-shadow: 0 0 15px rgb(185,186,182,0.5);
    left: 50%;
}

.course_fit_for ul li:hover {
    border-bottom: 3px solid rgb(185,186,182);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-left: 3px solid rgb(144,146,143);
    transform: translateY(-5px);
}

.course_fit_for ul::before {
    pointer-events: none;
    background-size: 30px 30px;
    top: 0;
    content: "";
    z-index: -1;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(185,186,182,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(144,146,143,0.5) 97%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.course_features .smart_track {
    display: flex;
    justify-content: center;
}

.course_features .learn_work h3 {
    font-size: 42px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.course_features .learn_work .support_form {
    border-radius: 10px;
    width: 200px;
    overflow: hidden;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    background: rgb(185,186,182);
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
    margin: 0 auto;
    font-weight: 600;
    display: block;
    padding: 15px 0;
}

.who_we_are .container {
    z-index: 5;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 1200px;
    width: 90%;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    padding: 3rem;
}

.who_we_are ol::before {
    top: -1rem;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(185,186,182,0.5) 15%,
        rgb(185,186,182) 50%,
        rgb(185,186,182,0.5) 85%,
        transparent 100%
    );
    left: -2rem;
    position: absolute;
    content: "";
    height: calc(100% + 2rem);
    width: 1px;
    z-index: 1;
}

.who_we_are ol li:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateX(0.5rem);
}


.data_control {
    box-shadow: 0 0 20px rgb(185,186,182,0.5);
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    background: linear-gradient(135deg, rgb(144,146,143) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.cookie_customize h5 {
    color: rgb(185,186,182);
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(185,186,182);
    font-size: 20px;
    font-weight: 700;
}

.cookie_notice_message p a {
    color: rgb(185,186,182);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.contact_us::before {
    left: 0;
    background-size: 80px 140px;
    top: 0;
    background-image: linear-gradient(30deg, rgb(144,146,143,0.5) 12%, transparent 12.5%, transparent 87%, rgb(144,146,143,0.5) 87.5%, rgb(144,146,143,0.5)),
                      linear-gradient(150deg, rgb(144,146,143,0.5) 12%, transparent 12.5%, transparent 87%, rgb(144,146,143,0.5) 87.5%, rgb(144,146,143,0.5)),
                      linear-gradient(30deg, rgb(144,146,143,0.5) 12%, transparent 12.5%, transparent 87%, rgb(144,146,143,0.5) 87.5%, rgb(144,146,143,0.5)),
                      linear-gradient(150deg, rgb(144,146,143,0.5) 12%, transparent 12.5%, transparent 87%, rgb(144,146,143,0.5) 87.5%, rgb(144,146,143,0.5)),
                      linear-gradient(60deg, rgb(185,186,182,0.5) 25%, transparent 25.5%, transparent 75%, rgb(185,186,182,0.5) 75%, rgb(185,186,182,0.5)),
                      linear-gradient(60deg, rgb(185,186,182,0.5) 25%, transparent 25.5%, transparent 75%, rgb(185,186,182,0.5) 75%, rgb(185,186,182,0.5));
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
}

.contact_us .support_form:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(185,186,182,0.5);
}

.contact_us .reach_info h4::after {
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 40px;
    background: #ffffff;
}

.contact_us .query_section svg {
    margin-top: 3px;
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    height: 22px;
}

.course_instructor {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 35%, rgb(144,146,143,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
}

.course_instructor .thumb {
    border-radius: 14px;
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
    grid-area: photo;
    transform: translateZ(20px);
    width: 100%;
    box-shadow: 
    -5px 5px 0 rgb(144,146,143),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
}

.course_instructor .career_overview {
    padding: 2rem;
    line-height: 1.7;
    position: relative;
    grid-area: quote;
    background: linear-gradient(to right, #ffffff, rgb(224,220,202));
    border-radius: 14px;
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateZ(15px);
    font-size: calc(15px * 1.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.try_immediately::after {
    border-radius: 50%;
    bottom: -50px;
    right: -50px;
    opacity: 0.2;
    position: absolute;
    height: 200px;
    background: rgb(185,186,182);
    content: "";
    width: 200px;
    filter: blur(40px);
    z-index: 0;
}

.try_immediately .support_form {
    color: rgb(185,186,182);
    position: relative;
    display: inline-flex;
    transition: all 0.4s ease;
    background: #ffffff;
    transform: translateZ(20px);
    border-radius: 16px;
    overflow: hidden;
    font-size: 17px;
    padding: 1rem 2.5rem;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15),
                0 5px 15px -5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    align-items: center;
}

.try_immediately .support_form:hover span {
    transform: translateX(5px);
}

.policy_links::after {
    background: linear-gradient(45deg, transparent 40%, rgb(185,186,182,0.5) 70%, transparent 100%);
    top: 0;
    bottom: 0;
    animation: shiftGradient 15s infinite linear;
    position: absolute;
    right: 0;
    content: "";
    pointer-events: none;
    left: 0;
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item a:hover {
    color: rgb(185,186,182);
    text-shadow: 0 0 8px rgb(185,186,182,0.5);
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 20px;
}

footer .footer_clients {
    opacity: 0.8;
    max-width: 300px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}



footer .head_edu h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

footer .site_study a {
    text-decoration: none;
    padding-left: 15px;
    position: relative;
    font-size: calc(17px - 1px);
    font-weight: 400;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

footer .subscribe_holder::before {
    content: "";
    left: -50%;
    top: -50%;
    height: 200%;
    position: absolute;
    animation: pulseBackground 10s infinite ease-in-out;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    z-index: -1;
    width: 200%;
}

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

footer .sub_transition:hover::before {
    left: 100%;
}

footer .footer_social {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.statistical_overview::after {
    background-position: -1px -1px;
    width: 100%;
    z-index: -1;
    content: "";
    background-size: 40px 40px;
    position: absolute;
    background-image: 
        linear-gradient(rgb(185,186,182,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(185,186,182,0.5) 1px, transparent 1px);
    opacity: 0.15;
    top: 0;
    height: 100%;
    left: 0;
}

.statistical_overview .career_statistics::before {
    left: 0;
    content: "";
    top: 0;
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    position: absolute;
    z-index: 3;
}

.statistical_overview .career_statistics:hover::after {
    opacity: 0.3;
}

.statistical_overview .career_statistics:hover p {
    transform: translateY(-5px);
}

.statistical_overview .career_statistics span {
    font-size: 12px;
    margin-top: 10px;
    color: #000000;
    text-align: center;
    display: block;
    transition: transform 0.3s ease 0.1s;
    font-weight: 400;
}

.statistical_overview .career_statistics:hover svg {
    transform: rotate(20deg);
    opacity: 1;
}

.gratSpot::after {
    background: linear-gradient(90deg, transparent, rgb(185,186,182), transparent);
    bottom: 0;
    left: 0;
    height: 5px;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
}

.gratSpot .smart_track {
    padding: 40px;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    border-left: 4px solid rgb(185,186,182);
    background: #ffffff;
    position: relative;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.3s forwards;
}

.gratSpot span {
    color: #000000;
    display: block;
    line-height: 1.8;
    font-size: 17px;
}

.stay_connected::after {
    bottom: -8%;
    width: 200px;
    content: "";
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    height: 200px;
    z-index: 0;
    position: absolute;
    opacity: 0.15;
    left: -5%;
}

.stay_connected .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 1rem;
    max-width: 500px;
}

.stay_connected .input_holder::after {
    left: 50%;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    content: "";
}

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

.title_greeting {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(224,220,202), rgba(255, 255, 255, 0.95));
    position: relative;
}

.title_greeting h1 {
    grid-column: 1 / -1;
    opacity: 0;
    animation: slideInTitle 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.2s;
    position: relative;
    font-weight: 700;
    color: #000000;
    transform: translateX(-1rem);
    margin-bottom: 2rem;
    font-size: clamp(2.5rem, 5vw, 42px);
}

.title_greeting h1 {
    text-align: center;
    font-size: 2.5rem;
}

.title_greeting .main_title:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 15px 25px rgba(0, 0, 0, 0.07);
}

.title_greeting .main_title p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2.5rem;
    color: #000000;
    position: relative;
    line-height: 1.7;
}

.title_greeting svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.title_greeting svg:hover path {
    fill: rgb(185,186,182);
}

.title_greeting .support_form::before {
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(144,146,143), rgb(185,186,182));
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}

.title_greeting .thumb:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}


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


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



@media (max-width: 768px) {.client_feedback {
    padding: 4rem 1.5rem;
}.client_feedback .success_voices {
    grid-template-columns: 1fr;
    gap: 2rem;
}.client_feedback h4 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.8);
}.client_feedback .review_quotes {
    padding: 2rem;
}}



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



@media (max-width: 576px) {.price_row {
    padding: 50px 0;
}.price_row h2 {
    font-size: calc(35px * 0.7);
}.price_row .class_cost {
    margin-bottom: 30px;
    font-size: calc(17px * 0.9);
}.price_row .class_deals {
    padding: 25px 20px;
}.price_row .payment_pricing h4 {
    font-size: calc(19px * 1.1);
}.price_row .payment_pricing p {
    font-size: calc(17px * 0.9);
}.price_row .fee_plan {
    padding: 8px 16px;
    font-size: calc(19px * 1.2);
}}



@media (max-width: 992px) {.course_fit_for {
    padding: 80px 0;
}.course_fit_for ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.course_fit_for h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 60px;
}
}



@media (max-width: 992px) {.course_features {
    min-height: 100vh;
}.course_features .container {
    padding-bottom: 60px;
}.course_features .learn_work {
    padding: 40px 30px;
}.course_features .learn_work h3 {
    font-size: calc(38px * 1.1);
}
}



@media (max-width: 991px) {.who_we_are .container {
    transform: perspective(1000px) rotateY(-1deg);
    width: 95%;
    padding: 2rem;
}.who_we_are h5 {
    font-size: calc(23px * 0.9);
}.who_we_are .snippet_wrap > div:nth-child(2) p {
    font-size: calc(23px * 1.3);
}.who_we_are ol li {
    padding: 1.25rem 1.5rem;
}
}



@media (max-width: 480px) {.who_we_are {
    padding: 3rem 0;
}.who_we_are .container {
    padding: 1rem;
}.who_we_are .snippet_wrap {
    gap: 1rem;
}.who_we_are h5 {
    font-size: calc(23px * 0.7);
}.who_we_are .snippet_wrap > div:nth-child(2) p {
    font-size: 23px;
}.who_we_are ol li {
    font-size: calc(18px * 0.85);
    line-height: 1.5;
    padding: 0.75rem;
}}



@media (max-width: 768px) {.contact_us {
    padding: 60px 0;
}.contact_us h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.contact_us .request_block,
    .contact_us .reach_info {
    padding: 30px;
}.contact_us form h3,
    .contact_us .reach_info h4 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}
}



@media (max-width: 576px) {.course_instructor {
    padding: 4rem 1rem;
}.course_instructor .review_quotes {
    padding: 1.5rem;
}.course_instructor .career_overview {
    padding: 1.5rem;
}}



@media (max-width: 767px) {.try_immediately h6 {
    text-align: center;
    margin-bottom: 1rem;
}.try_immediately div:nth-child(2) {
    margin-top: 1rem;
}
}



@media (min-width: 992px) {footer .gdpr_block {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .ask_feedback {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 991px) {.statistical_overview {
    padding: 80px 0 60px;
}.statistical_overview h2 {
    margin-bottom: 60px;
}.statistical_overview ul {
    gap: 20px;
}.statistical_overview .career_statistics {
    max-width: calc(50% - 20px);
    min-width: 200px;
}
}



@media (max-width: 767px) {.gratSpot {
    padding: 60px 0;
}.gratSpot h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.gratSpot h2::after {
    width: 40px;
}.gratSpot .smart_track {
    padding: 25px 20px;
}.gratSpot span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 767px) {.stay_connected .smart_track {
    padding: 2.5rem 1.5rem;
}.stay_connected h4 {
    font-size: calc(19px * 1.1);
}.stay_connected input[type="email"],
    .stay_connected .sub_transition {
    padding: 0.8rem 1.2rem;
}
}



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



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

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(185,186,182,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(185,186,182);
    }
}



@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}



@keyframes pulseGlow {
    0% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(-12deg) scale(1.05); }
    100% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}



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



@keyframes scaleWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes fadeUpIn {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

