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

.wrapper-structure {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

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


.give-it-a-try {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgb(95,130,165,0.5) 100%);
    padding: 130px 0;
    position: relative;
}

.give-it-a-try .message-support {
    position: relative;
    padding: 20px 50px;
    color: #000000;
    transform-origin: center;
    transform: rotate(-2deg);
    z-index: 5;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    text-decoration: none;
    box-shadow: 
        5px 5px 0 rgb(148,188,188),
        10px 10px 0 rgb(95,130,165,0.5);
    font-size: 15px;
    font-weight: 600;
}

.potential-students::before {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(148,188,188,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(95,130,165,0.5) 0%, transparent 40%);
    opacity: 0.15;
    top: 0;
    width: 100%;
    content: '';
}

.potential-students h3::before,
.potential-students h3::after {
    width: 40px;
    content: '';
    top: 50%;
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    transform: translateY(-50%);
    height: 2px;
    position: absolute;
}

.potential-students h3::before {
    left: -60px;
}

.potential-students ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}

.potential-students ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}

.potential-students ul li svg path {
    fill: rgb(148,188,188);
    transition: fill 0.5s ease;
}

.potential-students ul li:nth-child(4) {
    animation-delay: 0.55s;
}

.potential-students ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}

.privacy-holdings h2 {
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 36px;
    text-shadow: 0 0 8px rgb(95,130,165,0.5);
    color: rgb(95,130,165);
}

.privacy-holdings h5 {
    font-weight: 300;
    font-size: 21px;
}

.privacy-holdings ol {
    list-style-type: decimal;
}

.privacy-holdings span {
    font-weight: 600;
    color: rgb(148,188,188);
}

.privacy-holdings h2::after {
    width: 60px;
    box-shadow: 0 0 8px rgb(95,130,165,0.5);
    background-color: rgb(95,130,165);
    margin: 0.5em auto 0;
    content: "";
    height: 3px;
    display: block;
    border-radius: 10px;
}

.cookie-window-banner {
    background-color: rgb(207,221,221);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    border-top: 1px solid rgb(148,188,188);
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
}

.cookie-window-banner .cookie-guard:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.welcome-board .edu-commit {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    width: 100%;
}

.welcome-board .intro-title::after {
    top: 0;
    position: absolute;
    background-size: 8px 8px;
    content: '';
    height: 100%;
    z-index: 2;
    background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    opacity: 0.05;
}

.welcome-board .intro-title::after {
    background-size: 6px 6px;
}

.welcome-board .text-box-item::before {
    animation: border-pulse 4s ease-in-out infinite;
    right: -10px;
    opacity: 0.3;
    z-index: -1;
    border-radius: 25px;
    top: -10px;
    transform: scale(0.97);
    left: -10px;
    bottom: -10px;
    content: '';
    position: absolute;
    border: 1px solid rgb(148,188,188,0.5);
}

.welcome-board .text-box-item::before {
    display: none;
}

.welcome-board .text-box-item h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 1.8rem;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    color: #ffffff;
}

.welcome-board .text-box-item h1 {
    margin-bottom: 1.3rem;
    font-size: 48px;
}

.welcome-board .text-box-item h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 1.1rem;
}

.welcome-board .text-box-item .message-support::before {
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
    position: absolute;
    transform: scale(0);
    content: '';
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.3) 0%,
        transparent 70%
    );
    transition: transform 0.5s ease-out;
}

.welcome-board:has(.learn-skillspro:nth-child(n+6)) .learn-team {
    --slide-count: 5;
}

.our-mission::after {
    content: "";
    animation: float 8s ease-in-out infinite;
    opacity: 0.1;
    width: 200px;
    z-index: 1;
    position: absolute;
    background: rgb(95,130,165);
    border-radius: 50%;
    right: -50px;
    height: 200px;
    bottom: -50px;
}

.our-mission .text-box-item {
    backdrop-filter: blur(10px);
    transform: translateY(0);
    position: relative;
    padding: 40px 50px;
    border-left: 5px solid rgb(148,188,188);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    opacity: 1;
    background: rgba(255, 255, 255, 0.92);
}

.our-mission .text-box-item span {
    column-gap: 30px;
    text-align: justify;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    hyphens: auto;
    color: #000000;
    display: block;
    font-size: 14px;
    column-count: 2;
}

.educational-gains .image-item {
    border-radius: 0 100px 100px 0;
    z-index: 3;
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    left: -5%;
    transition: transform 0.6s ease;
    top: -5%;
    position: absolute;
    width: 42%;
    transform: rotateY(15deg);
    height: 110%;
}

.educational-gains .text_main_holder > div {
    flex-direction: column;
    border-radius: 10px;
    transform: rotateY(-5deg);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    padding: 30px;
    gap: 15px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    z-index: 1;
}

.educational-gains .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(148,188,188);
}

.educational-gains .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

footer .info_item {
    flex: 1 1 200px;
    max-width: 300px;
    border-radius: 10px;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

footer .head-pagewrap svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}

footer .site-header h5 {
    font-size: 21px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

footer .top-head a::after {
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    background-color: rgb(148,188,188);
    height: 1px;
    width: 0;
    content: "";
    left: 0;
}

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

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 13px;
    border: none;
    border-radius: 10px;
}

.course-summary {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(207,221,221);
}

.course-summary .container {
    position: relative;
    z-index: 1;
}

.course-summary .image-item {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: brightness(0.9) contrast(1.1);
    width: 100%;
    top: 0;
    transform: scale(0.9);
    z-index: 1;
}

.course-summary .edu-commit:hover .image-item::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}

.course-summary .head-pagewrap::before {
    z-index: -1;
    position: absolute;
    bottom: -10px;
    right: -10px;
    left: -10px;
    content: "";
    background: 
        conic-gradient(
            from 0deg,
            rgb(148,188,188) 0deg,
            rgb(148,188,188,0.5) 90deg,
            rgb(95,130,165,0.5) 180deg,
            rgb(95,130,165) 270deg,
            rgb(148,188,188) 360deg
        );
    top: -10px;
    animation: rotateLogo 10s linear infinite;
    border-radius: 50%;
    opacity: 0.7;
}

.course-summary h3::before {
    left: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(148,188,188,0.5) 0%, transparent 100%);
    border-radius: 15px;
    height: 100%;
    content: "";
}

.course-summary p::before {
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(225deg, rgb(95,130,165,0.5) 0%, transparent 100%);
    left: 0;
}

.course-summary .new-study:hover p::after {
    height: 80px;
    opacity: 0.7;
    width: 80px;
}

.customer-feedback .container {
    position: relative;
    z-index: 1;
}

.customer-feedback .user-review {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.customer-feedback .student-votes {
    align-items: center;
    padding: 2.5rem;
    display: flex;
    position: relative;
    background: #ffffff;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
}

.customer-feedback .student-votes:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}

.customer-feedback .student-votes:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.customer-feedback .student-votes:hover::after {
    transform: rotate(225deg);
    opacity: 1;
}

.customer-feedback .student-votes:hover img {
    transform: rotate(45deg);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
}

.customer-feedback .student-votes:hover p::after {
    width: 50px;
}



.customer-feedback .student-votes:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.customer-feedback .student-votes:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}

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

.connect-form .inquiry-reach::before {
    opacity: 0.3;
    background: rgb(95,130,165);
    content: "";
    height: 200px;
    top: -10%;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    right: -10%;
}

.connect-form .inquiry-reach div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.connect-form .inquiry-reach div:hover svg path {
    fill: rgb(95,130,165);
}

.connect-form .feedback-info {
    background: #ffffff;
    width: 60%;
    padding: 60px 40px;
}

.connect-form form input[type="text"]:focus,
.connect-form form input[type="email"]:focus {
    border-color: rgb(148,188,188);
    outline: none;
}

.connect-form .request-box label::before {
    position: absolute;
    border-radius: 10px;
    width: 20px;
    left: 0;
    transition: all 0.3s ease;
    border: 2px solid #EFEFEF;
    content: "";
    top: 2px;
    height: 20px;
}

.connect-form form .message-support {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    align-self: flex-start;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(148,188,188);
    padding: 15px 30px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}

.gratWrap::before {
    position: absolute;
    content: "";
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(148,188,188,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 0;
    width: 100%;
    animation: pulseGlow 10s ease-in-out infinite;
    height: 100%;
}

.gratWrap .edu-commit::after {
    background: linear-gradient(90deg, transparent, rgb(95,130,165) 50%, transparent);
    width: 80%;
    transform: translateX(-50%);
    height: 10px;
    opacity: 0.6;
    content: "";
    position: absolute;
    border-radius: 10px;
    left: 50%;
    bottom: -5px;
}

.gratWrap a {
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.gratWrap a::before {
    content: "";
    transform: skewX(-20deg);
    animation: shine 3s infinite;
    left: -30px;
    height: 100%;
    background: linear-gradient(to right, transparent, rgb(148,188,188,0.5), transparent);
    width: 10px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
}

header .header-guide {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}

header .head-base:hover::after {
    width: 80%;
    opacity: 1;
}

header .head-base:hover svg {
    transform: translateY(-5px);
}

header .site-header::before {
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    height: 100%;
    content: '';
    z-index: -1;
    border-radius: 14px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

header .first-lesson:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.mentorship-experience::before {
    content: "";
    z-index: 0;
    opacity: 0.1;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(148,188,188,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(95,130,165,0.5) 0, rgb(95,130,165,0.5) 1px, transparent 1px, transparent 15px);
    animation: backgroundShift 30s linear infinite;
    position: absolute;
}

.mentorship-experience .image-item::before {
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 2;
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, rgb(148,188,188,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    inset: 0;
}

.mentorship-experience .student-votes span:not(.name)::after {
    content: "";
    left: 70px;
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left;
    width: 40px;
    background: rgb(148,188,188);
    transform: scaleX(0);
    bottom: 30px;
    position: absolute;
}

.pricing-plan {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(207,221,221), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
}

.pricing-plan .enroll-cost {
    max-width: 800px;
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    text-align: center;
    order: -1;
    transform: translateY(20px);
}

.pricing-plan .pro-fees {
    border-radius: 29px;
    transform: translateZ(0) scale(1);
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    background: #ffffff;
    opacity: 0;
    display: block;
    position: relative;
}

.pricing-plan .price-opts {
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: rgb(148,188,188);
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.pricing-plan .image-item::after {
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    right: 0;
    content: "";
    opacity: 0.7;
    bottom: 0;
    transition: opacity 0.5s ease;
    top: 0;
    position: absolute;
    left: 0;
}



@media (max-width: 480px) {.give-it-a-try {
    padding: 60px 0;
}.give-it-a-try .container p {
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(148,188,188,0.5);
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
    font-size: calc(18px * 1.2);
    margin-bottom: 50px;
    padding: 25px;
}.give-it-a-try .message-support {
    font-size: calc(15px * 0.9);
    transform: rotate(0);
    box-shadow: 
            3px 3px 0 rgb(148,188,188),
            6px 6px 0 rgb(95,130,165,0.5);
    padding: 12px 30px;
}.give-it-a-try .message-support::before {
    left: 3px;
    top: 3px;
}.give-it-a-try .message-support:hover {
    transform: scale(1.03);
    box-shadow: 
            5px 5px 0 rgb(148,188,188),
            10px 10px 0 rgb(95,130,165,0.5);
}.give-it-a-try .message-support:hover::before {
    top: 5px;
    left: 5px;
}}



@media (max-width: 1200px) {.welcome-board {
    height: 90vh;
}.welcome-board .text-box-item {
    max-width: 700px;
    width: 90%;
    padding: 2.5rem;
}
}




@media screen and (max-width: 1200px) {.our-mission {
    padding: 100px 0;
}.our-mission .text-box-item {
    padding: 35px 40px;
}
}



@media screen and (max-width: 768px) {.our-mission {
    padding: 70px 0;
}.our-mission h4 {
    margin-bottom: 40px;
    font-size: 33px;
}.our-mission h4::after {
    width: 60px;
    height: 3px;
}.our-mission .text-box-item {
    padding: 25px 30px;
}.our-mission .text-box-item span {
    font-size: calc(14px - 1px);
    column-count: 1;
    line-height: 1.7;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-box {
    white-space: nowrap;
}footer .head-pagewrap {
    padding-top: 80px;
}
}



@media (max-width: 767px) {footer .learn-form {
    padding: 30px 15px 50px;
}footer .site-header, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .assign-help {
    margin-top: 40px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.course-summary {
    padding: 80px 0;
}.course-summary .edu-commit {
    min-height: 450px;
}.course-summary .image-item {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(0.85);
}.course-summary .edu-commit:hover .image-item {
    transform: scale(0.9) rotate(3deg);
}.course-summary .new-study {
    width: 80%;
}.course-summary .head-pagewrap {
    width: 80px;
    margin-bottom: 20px;
    height: 80px;
}.course-summary .head-pagewrap svg {
    height: 40px;
    width: 40px;
}.course-summary h3 {
    width: 95%;
    margin-bottom: 20px;
    font-size: calc(34px - 4px);
    padding: 20px 30px;
}.course-summary p {
    padding: 25px;
    line-height: 1.7;
    font-size: calc(16px - 1px);
}.course-summary h3::after {
    bottom: -12px;
    width: 50px;
}.course-summary .new-study:hover h3::after {
    width: 100px;
}.course-summary p::after {
    right: 25px;
    height: 50px;
    top: -25px;
    width: 50px;
}.course-summary .new-study:hover p::after {
    width: 65px;
    height: 65px;
}
}



@media (max-width: 767px) {.gratWrap {
    padding: 60px 0;
}.gratWrap .edu-commit {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.gratWrap h5 {
    font-size: calc(18px * 0.9);
}.gratWrap p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}



@media (max-width: 480px) {.gratWrap {
    padding: 40px 0;
}.gratWrap .edu-commit {
    padding: 2rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratWrap h5 {
    font-size: calc(18px * 0.8);
}.gratWrap p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .header-guide {
    gap: 1rem;
}header .head-base svg {
    width: 150px;
}header .site-header {
    gap: 0.4rem;
    padding: 0.4rem;
}header .first-lesson {
    padding: 0.5rem 0.8rem;
    font-size: calc(13px - 2px);
}
}



@media (max-width: 768px) {.mentorship-experience {
    padding: 100px 0;
}.mentorship-experience .container {
    padding: 0 30px;
}.mentorship-experience .student-votes {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto auto auto;
}.mentorship-experience .image-item {
    min-height: 300px;
    grid-column: 1;
    grid-row: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.mentorship-experience .name {
    text-align: left;
    grid-row: 2;
    grid-column: 1;
    padding: 40px 30px 5px 30px;
}.mentorship-experience .student-votes span:not(.name) {
    padding: 10px 30px 40px 30px;
    grid-row: 3;
    text-align: left;
    grid-column: 1;
}.mentorship-experience .student-votes span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.mentorship-experience .exp-container {
    padding: 0 30px 40px 30px;
    grid-row: 4;
    grid-column: 1;
}
}



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



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



@keyframes text-fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 0.95;
        transform: translateY(0);
    }
}

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



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

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



@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}



@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}



@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

