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

html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    height: 100%;
    color: #000000;
}

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

.head-mainwrap {
    flex: 1 0 auto;
}

.donate-books {
    flex: 0 0 auto;
}

.donate-books {
    background: linear-gradient(135deg, #000000, rgb(127,121,122));
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
}

.ty-block::before {
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(158,153,153,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(127,121,122,0.5) 10%, transparent 50%);
    left: 0;
    opacity: 0.4;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
}

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

.ty-block .training-classes::before {
    transform: scale(0.97);
    left: 20px;
    right: 20px;
    content: "";
    border: 1px solid rgb(127,121,122,0.5);
    position: absolute;
    pointer-events: none;
    top: 20px;
    transition: transform 0.5s ease;
    bottom: 20px;
    border-radius: 10px;
    opacity: 0.2;
}

.ty-block .training-classes > div:first-child {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.ty-block h5 {
    line-height: 1.4;
    font-weight: 700;
    font-size: 19px;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    transform: translateY(15px);
    margin: 0;
    opacity: 0;
    color: #000000;
}

.ty-block p {
    color: #000000;
    opacity: 0;
    margin: 0;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    font-weight: 400;
    transform: translateY(15px);
    font-size: 18px;
    line-height: 1.8;
}

.ty-block a::after {
    left: 0;
    bottom: -8px;
    position: absolute;
    transform: scaleX(0.3);
    transform-origin: left;
    opacity: 0;
    height: 1px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(158,153,153,0.5) 0%, transparent 100%);
}

.learning-impact::after {
    opacity: 0.1;
    height: 30%;
    z-index: 0;
    width: 30%;
    background: radial-gradient(circle, rgb(158,153,153) 0%, transparent 70%);
    bottom: -5%;
    filter: blur(40px);
    left: -5%;
    position: absolute;
    content: '';
}

.learning-impact .photo-wrap-item {
    clip-path: polygon(0 5%, 95% 0, 100% 95%, 5% 100%);
    width: 100%;
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    transform: perspective(1000px) rotateY(-5deg);
    filter: brightness(1.03) contrast(1.05);
    object-fit: cover;
}

.learning-impact .text-region {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-left: 4px solid rgb(158,153,153);
    transform: translateX(0);
    padding: 2.5rem;
    transition: transform 0.5s ease-out;
    background: linear-gradient(140deg, rgba(rgb(255, 255, 255, 0.5), 0.97), rgba(rgb(255, 255, 255, 0.5), 0.85));
}

.learning-impact .text-region, 
.learning-impact .photo-wrap-item,
.learning-impact li {
    cursor: pointer;
}

.learning-impact .text-region:hover h1::after {
    transform: scaleX(1.5);
}

.learning-impact li {
    align-items: flex-start;
    position: relative;
    transition: transform 0.3s ease;
    display: flex;
}

.learning-impact li p {
    color: #000000;
    padding-left: 0.5rem;
    align-items: flex-start;
    margin: 0;
    line-height: 1.5;
    font-size: calc(15px * 0.95);
    display: flex;
}

.learning-impact li:hover svg {
    transform: scale(1.15);
}

.learning-impact li:hover svg path {
    fill: rgb(127,121,122);
}

.program-structure::before {
    top: -5%;
    right: -10%;
    width: 65%;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(127,121,122,0.5), rgb(127,121,122));
    position: absolute;
    opacity: 0.05;
    height: 65%;
}

.program-structure .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1400px;
}

.program-structure h2::after {
    position: absolute;
    height: 3px;
    transform-origin: left center;
    content: "";
    background: linear-gradient(90deg, rgb(127,121,122), rgb(158,153,153));
    transition: transform 0.5s ease;
    left: 0;
    width: 5rem;
    bottom: -0.75rem;
    transform: scaleX(1);
}

.program-structure .photo-wrap-item {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    height: 400px;
}

.program-structure .photo-wrap-item::after {
    position: absolute;
    top: 30%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.8s ease-out;
    content: "";
    transform: rotate(45deg);
    height: 200%;
    width: 200%;
}

.program-structure .text-region {
    position: relative;
    padding: 2.5rem;
    background-color: #ffffff;
    transform: translateY(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.program-structure .container:hover .text-region {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.program-structure .description {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    transition: color 0.3s ease;
}

.program-structure .description strong {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(to right, rgb(127,121,122,0.5), transparent);
    color: #000000;
}

.our-team::before {
    background: rgb(127,121,122,0.5);
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    filter: blur(50px);
    width: 40%;
    right: -10%;
    top: -20%;
    height: 70%;
    content: "";
    z-index: 0;
}

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

.our-team h1::after {
    height: 4px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    background: rgb(158,153,153);
    left: 0;
    transform: scaleX(1);
    content: "";
    transform-origin: left center;
    width: 80px;
}

.our-team .knowledge-learn {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 40px;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.our-team .knowledge-learn h4 {
    position: relative;
    font-weight: 700;
    color: rgb(158,153,153);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: calc(22px * 1.2);
    display: inline-block;
}

.our-team .knowledge-learn:hover h4::after {
    width: 100%;
}

.our-team .knowledge-learn div {
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
    font-size: 16px;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
}

.our-team .knowledge-learn:last-child:hover {
    transform: translateX(5px) translateY(-20px);
}

.our-team .knowledge-learn:hover::after {
    opacity: 0.2;
    transform: translate(20%, 20%) scale(1.2);
}

.statistics-information {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
}

.statistics-information::before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(127,121,122,0.5) 100%);
    width: 100%;
    z-index: -1;
}

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

.statistics-information h2 {
    text-fill-color: transparent;
    margin-bottom: 80px;
    background: linear-gradient(90deg, rgb(158,153,153), #000000, rgb(127,121,122));
    color: #000000;
    text-align: center;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    position: relative;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-size: 48px;
}

.statistics-information .study-statistics {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    justify-content: center;
    display: flex;
    aspect-ratio: 1/1;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 20px;
    text-align: center;
    position: relative;
    align-items: center;
    backdrop-filter: blur(10px);
}

.statistics-information .study-statistics p {
    line-height: 1;
    font-size: 2.5rem;
    margin: 0 0 10px;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.statistics-information svg {
    fill: rgb(158,153,153);
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.4;
}

.statistics-information ul:has(.study-statistics:only-child) {
    justify-content: center;
    display: flex;
}

.statistics-information ul:has(.study-statistics:only-child) .study-statistics p {
    font-size: 3.5rem;
}

.statistics-information ul:has(.study-statistics:nth-child(2):last-child) {
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}

.statistics-information ul:has(.study-statistics:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.statistics-information ul:has(.study-statistics:nth-child(5):last-child) .study-statistics:nth-child(5) {
    grid-column: 2;
}

.statistics-information ul:has(.study-statistics:nth-child(7):last-child),
.statistics-information ul:has(.study-statistics:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}

.newsletter-subscription {
    position: relative;
    overflow: visible;
    background: rgb(190,187,187);
    margin: 5rem 0 5rem;
    padding: 7rem 3rem 5rem;
    z-index: 1;
}

.newsletter-subscription::after {
    top: 10px;
    height: calc(100% + 40px);
    content: "";
    width: 80%;
    right: 0;
    z-index: -1;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: absolute;
    transform: skewY(2deg) translateY(-20px);
}

.newsletter-subscription .training-classes::before {
    opacity: 0.3;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    height: 120px;
    top: -40px;
    background: rgb(158,153,153,0.5);
    left: -20px;
    content: "";
    animation: floatElement 8s ease-in-out infinite;
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg);
    width: 120px;
}

.newsletter-subscription p {
    align-self: flex-start;
    color: #000000;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    max-width: 60%;
    line-height: 1.3;
    font-size: 37px;
    transform: translateX(40%);
}

.newsletter-subscription .input_holder::before {
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    background: #ffffff;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
}

.newsletter-subscription .request-list {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 1.5rem 2.5rem;
    color: #ffffff;
    background: rgb(158,153,153);
    font-size: 17px;
    cursor: pointer;
    position: relative;
    border: none;
    overflow: hidden;
    font-weight: 600;
}

.newsletter-subscription .request-list:hover {
    color: #ffffff;
}

.newsletter-subscription .request-list:hover::before {
    transform: translateX(0) skewX(-15deg);
}

.client-opinions::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(158,153,153,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(127,121,122,0.5) 0%, transparent 30%);
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.3;
}

.client-opinions .training-classes {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.client-opinions h4::before {
    position: absolute;
    opacity: 0.3;
    border: 2px solid rgb(158,153,153,0.5);
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
    width: 120px;
    content: "";
    z-index: -1;
    left: 50%;
    height: 120px;
}

.client-opinions .testimonial-space {
    flex-wrap: wrap;
    perspective: 1000px;
    justify-content: center;
    display: flex;
    margin: 0 -1.5rem;
}

.client-opinions .feedback-showcase {
    transform: translateZ(0);
    width: calc(33.33% - 3rem);
    position: relative;
    margin: 1.5rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(127,121,122,0.5);
    transform-style: preserve-3d;
    padding: 2.5rem;
    transition: all 0.5s ease;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
}

.client-opinions .feedback-showcase {
    width: 100%;
    margin: 1rem 0;
}

.client-opinions .feedback-showcase:hover::before {
    opacity: 0.1;
    animation: pulse 2s infinite;
}



.client-opinions .feedback-showcase::after {
    opacity: 0.5;
    right: 20px;
    content: "";
    border-radius: 50%;
    background: rgb(158,153,153,0.5);
    width: 20px;
    transition: all 0.3s ease;
    top: 20px;
    position: absolute;
    height: 20px;
}

.client-opinions .feedback-showcase:hover .photo-wrap-item {
    transform: translateZ(40px) scale(1.1);
}

.client-opinions .feedback-showcase .photo-wrap-item::before {
    height: calc(100% + 20px);
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    transition: all 0.5s ease;
    width: calc(100% + 20px);
    animation: spin 30s linear infinite;
    opacity: 0;
    border: 1px dashed rgb(127,121,122,0.5);
}

.client-opinions .feedback-showcase:hover span {
    color: rgb(158,153,153);
    transform: translateZ(25px);
}

.client-opinions .feedback-showcase p {
    transition: all 0.4s ease;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 17px;
    transform: translateZ(5px);
    line-height: 1.7;
}

.client-opinions .feedback-showcase:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 0.3s;
}

.client-opinions .feedback-showcase:nth-child(n) {
    animation-name: float-mobile;
}

.contact-sectionCHjU::before {
    position: absolute;
    background-color: rgb(158,153,153);
    z-index: -1;
    opacity: 0.95;
    content: '';
    inset: 0;
}

.contact-sectionCHjU .inquiry-inquiry {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.contact-sectionCHjU .inquiry-inquiry h3::after {
    height: 2px;
    left: 0;
    width: 100%;
    background: rgb(127,121,122);
    bottom: -10px;
    position: absolute;
    content: '';
}

.contact-sectionCHjU .inquiry-inquiry div:hover {
    background-color: rgb(127,121,122);
    transform: translateY(-5px);
}

.contact-sectionCHjU .inquiry-inquiry div svg {
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
    display: inline-block;
    width: 18px;
}

.contact-sectionCHjU .inquiry-inquiry div span {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
}

.contact-sectionCHjU .request-section h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 23px;
    text-align: center;
    grid-column: span 3;
}

.contact-sectionCHjU .request-section form {
    grid-column: span 3;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contact-sectionCHjU .request-section input#email {
    grid-column: span 1;
}

.contact-sectionCHjU .request-section input[type="text"]:focus,
.contact-sectionCHjU .request-section input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(127,121,122);
}

.contact-sectionCHjU .request-section input::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact-sectionCHjU .request-section .inquiry-query {
    align-items: center;
    grid-column: span 2;
    display: flex;
}

.contact-sectionCHjU .request-section .inquiry-query input[type="checkbox"]:checked {
    background-color: rgb(127,121,122);
    border-color: rgb(127,121,122);
}

.contact-sectionCHjU .request-section .inquiry-query input[type="checkbox"]:checked::before {
    font-size: 12px;
    content: '✓';
    color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.contact-sectionCHjU .request-section .inquiry-query label a:hover {
    color: rgb(158,153,153);
}

.contact-sectionCHjU .request-section .request-list {
    background-color: rgb(127,121,122);
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-size: 14px;
    grid-column: span 1;
    border-radius: 10px;
    height: 55px;
}

.privacy-cabinet h1 {
    border-bottom: 2px solid rgb(158,153,153);
    color: rgb(158,153,153);
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
}

.privacy-cabinet h3, .privacy-cabinet h4, .privacy-cabinet h5, .privacy-cabinet h6 {
    text-transform: uppercase;
    margin: 30px 0;
    color: rgb(158,153,153);
}

.privacy-cabinet h3 {
    font-size: calc(22px - 2px);
    font-weight: 700;
}

.privacy-cabinet ul li::before {
    margin-right: 10px;
    color: rgb(127,121,122);
    content: '•';
    font-size: 20px;
}

.privacy-cabinet ol li {
    counter-increment: list-counter;
}

.privacy-cabinet li {
    margin-bottom: 15px;
    line-height: 1.6;
    padding-left: 15px;
    position: relative;
    font-size: 12px;
}

.privacy-cabinet p {
    font-size: 12px;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 20px;
}

.privacy-cabinet div {
    margin-bottom: 25px;
}

.explore-now::before {
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.05;
    position: absolute;
    content: '';
    height: 100%;
}

.explore-now .training-classes {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 40px;
    display: flex;
    justify-content: center;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    max-width: 1000px;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.explore-now .training-classes::after {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    animation: scanBottom 4s ease-in-out infinite;
    left: 0;
    content: '';
    bottom: 0;
}

.explore-now h3::before {
    width: 70px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
}

.explore-now .contact-sectionrus5 {
    padding: 16px 45px;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    font-family: Arial, sans-serif;
    color: rgb(158,153,153);
    z-index: 1;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    background: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    overflow: hidden;
}

.explore-now .contact-sectionrus5:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.explore-now .contact-sectionrus5:hover::before {
    opacity: 1;
}

.offer-grid {
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.offer-grid::after {
    width: 200%;
    animation: rotateBackground 180s linear infinite;
    z-index: -1;
    height: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    content: "";
    left: -50%;
    pointer-events: none;
}

.offer-grid h2::after {
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    content: "";
    position: absolute;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(158,153,153), transparent);
}

.offer-grid .skill-plans {
    display: grid;
    perspective: 1000px;
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.offer-grid .cost-levels {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    height: 100%;
    display: block;
}

.offer-grid .learn-offers::before {
    transition: transform 0.5s ease-out;
    height: 80px;
    background: rgb(158,153,153);
    width: 80px;
    right: -40px;
    top: -40px;
    position: absolute;
    content: "";
    opacity: 0.1;
    border-radius: 50%;
}

.offer-grid .learn-offers::after {
    content: "";
    background: linear-gradient(90deg, rgb(158,153,153), transparent);
    width: 100%;
    transform-origin: left;
    bottom: 0;
    position: absolute;
    transform: scaleX(0.7);
    transition: transform 0.5s ease-out;
    left: 0;
    height: 3px;
}

.offer-grid .cost-levels h4 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: calc(18px + 2px);
    display: inline-block;
    margin: 0 0 20px;
}

.offer-grid .cost-levels p {
    opacity: 0.8;
    scrollbar-color: rgb(158,153,153) transparent;
    max-height: 240px;
    scrollbar-width: thin;
    font-size: calc(15px - 1px);
    margin-bottom: 25px;
    overflow-y: auto;
    color: #ffffff;
    padding-right: 10px;
    line-height: 1.6;
}

.offer-grid .bundle-rate::before {
    height: 2px;
    transform: scaleX(0);
    background: rgb(158,153,153);
    position: absolute;
    width: 60px;
    bottom: -10px;
    transform-origin: right;
    content: "";
    right: 0;
    transition: transform 0.3s ease;
}

.offer-grid .cost-levels:hover .learn-offers::before {
    transform: scale(3);
    opacity: 0.05;
}

.offer-grid .cost-levels:hover h4::after {
    width: 100%;
}

.instructor-history {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(190,187,187) 0%, rgb(127,121,122,0.5) 100%);
    overflow: hidden;
}

.instructor-history::after {
    animation: patternShift 30s infinite alternate ease-in-out;
    transform-origin: bottom left;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
    height: 40%;
    width: 100%;
    left: 0;
    z-index: 0;
    content: "";
    bottom: 0;
}

.instructor-history .feedback-showcase:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.instructor-history .feedback-showcase > div:nth-child(1) {
    align-items: center;
    display: flex;
    transform: translateZ(20px);
    justify-content: center;
}

.instructor-history .feedback-showcase:hover .photo-wrap-item {
    transform: translateZ(40px) scale(1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.instructor-history .feedback-showcase > div:nth-child(2) {
    text-align: center;
    align-items: center;
    display: flex;
    transform: translateZ(10px);
    position: relative;
    flex-direction: column;
}

.instructor-history .feedback-showcase .name {
    position: relative;
    font-size: calc(24px * 1.2);
    display: inline-block;
    margin: 0 0 0.5rem;
    transform: translateZ(15px);
    color: #000000;
    font-weight: 700;
}

.instructor-history .feedback-showcase:hover .name::after {
    width: 100%;
}

.instructor-history .feedback-showcase:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(0);
}

.instructor-history .feedback-showcase > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}

.instructor-history .feedback-showcase .exp-milestones::before,
.instructor-history .feedback-showcase .exp-milestones::after {
    line-height: 1;
    content: "";
    position: absolute;
    font-family: serif;
    font-size: 4rem;
    color: rgb(158,153,153,0.5);
}

.instructor-history .feedback-showcase .exp-milestones::before {
    left: -1rem;
    top: -1.5rem;
}

header .site-info {
    align-items: center;
    position: relative;
    padding: 20px 30px;
    justify-content: space-between;
    display: flex;
}

header .site-info::before {
    background: linear-gradient(to right, transparent, rgb(158,153,153), transparent);
    content: "";
    position: absolute;
    left: 10%;
    width: 80%;
    bottom: 0;
    height: 1px;
}

header .site-info .header-navbar .top-site::before {
    transform: scale(0.9);
    background: rgba(0, 0, 0, 0.5);
    top: -5px;
    opacity: 0;
    content: "";
    border-radius: 10px;
    left: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: -1;
    bottom: -5px;
    position: absolute;
    right: -5px;
}

header .site-info .top-wrap .main-learning {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}

header .site-info .top-wrap .main-learning a::before,
header .site-info .top-wrap .main-learning a::after {
    transition: all 0.3s ease;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
}

header .site-info .top-wrap .main-learning a::before {
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(158,153,153,0.5), transparent);
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
}

header .site-info .top-wrap .main-learning:hover a {
    transform: translateZ(10px);
    color: rgb(158,153,153);
}

header .site-info .top-wrap .main-learning:hover a::before,
header .site-info .top-wrap .main-learning:hover a::after {
    opacity: 0.1;
}

header .site-info .top-wrap .main-learning:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

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

footer .youtube-chan {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

footer .online-questions:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}

footer .info_item svg {
    height: 20px;
    fill: rgb(158,153,153);
    width: 20px;
    filter: drop-shadow(0 0 3px rgb(158,153,153,0.5));
    margin-right: 12px;
    transition: transform 0.3s ease;
}

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

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

footer .header-navbar svg {
    filter: drop-shadow(0 0 5px rgb(158,153,153,0.5));
    height: 50px;
    margin-bottom: 10px;
    width: auto;
    transition: filter 0.3s ease;
}

footer .top-wrap {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    border-radius: 19px;
    transition: box-shadow 0.3s ease;
    position: relative;
    padding: 25px;
}

footer .top-wrap:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}



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

footer .top-wrap:hover h5::after {
    width: 100px;
}

footer .site-core {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-direction: column;
}

footer .site-core a::before {
    position: absolute;
    border-radius: 50%;
    background-color: rgb(158,153,153);
    top: 50%;
    height: 6px;
    left: 0;
    transform: translateY(-50%) scale(0.8);
    width: 6px;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    opacity: 0.7;
}

footer .subscribe_holder {
    padding: 30px;
    background: linear-gradient(135deg, rgb(127,121,122,0.5), #000000);
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}



footer .subscribe_holder h5 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
    position: relative;
    color: #ffffff;
}

footer .subscribe_holder h5::after {
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(158,153,153), transparent);
    bottom: -5px;
    width: 100%;
}

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

footer .enroll-today {
    transition: all 0.3s ease;
    background: rgb(158,153,153);
    border-radius: 10px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: none;
    cursor: pointer;
    padding: 14px 24px;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
}

footer .enroll-today:hover {
    background: rgb(127,121,122);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .edu-links {
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
}

.homepage::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    left: 0;
    width: 100%;
}

.homepage .edu-main {
    gap: 2.5rem;
    position: relative;
    width: 90%;
    padding: 3rem 2rem;
    transition: transform 0.5s ease-out;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
}

.homepage .edu-main > div:last-child {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    display: flex;
    opacity: 0;
    transform: translateY(1rem);
    justify-content: flex-end;
}

.homepage h3::after {
    bottom: -0.5rem;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, rgb(158,153,153), transparent);
    width: 30%;
    content: "";
    position: absolute;
}

.homepage .knowledge-classes::before {
    top: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    transition: transform 0.3s ease;
    transform: translate(5px, 5px);
    border-bottom: 1px solid rgb(158,153,153);
    border-right: 1px solid rgb(158,153,153);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: absolute;
    left: 0;
}

.homepage h1::after {
    height: 3px;
    width: 40px;
    transform: scaleX(1);
    transition: transform 0.4s ease;
    background: rgb(158,153,153);
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
    bottom: -0.5rem;
}

.homepage .knowledge-classes > div::before {
    top: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        transparent 40%,
        rgba(rgb(158,153,153), 0.3) 100%
    );
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
}

.offer-grid .cost-levels p::-webkit-scrollbar {
    width: 4px;
}

.offer-grid .cost-levels p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.offer-grid .cost-levels p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,153,153);
}



@media (max-width: 768px) {.ty-block {
    padding: 60px 0;
}.ty-block .training-classes {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.ty-block .training-classes::before {
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
}.ty-block .training-classes > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.ty-block h5 {
    font-size: calc(19px - 4px);
}.ty-block p {
    font-size: calc(18px - 1px);
    line-height: 1.7;
}
}



@media (min-width: 768px) {.learning-impact .container {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.learning-impact h1 {
    font-size: 42px;
}.learning-impact ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.learning-impact .photo-wrap-item {
    max-height: 600px;
    height: 100%;
}
}



@media (max-width: 767px) {.learning-impact {
    padding: 5rem 0;
}.learning-impact .photo-wrap-item {
    max-height: 350px;
    object-position: center;
}.learning-impact .text-region {
    padding: 1.8rem;
}.learning-impact h1 {
    font-size: calc(34px * 0.85);
    margin-bottom: 1.5rem;
}.learning-impact li p {
    font-size: calc(15px * 0.9);
}
}



@media (min-width: 992px) {.program-structure {
    padding: 10rem 0;
}.program-structure h2 {
    max-width: 60%;
    font-size: calc(31px * 1.2);
}.program-structure .education-map {
    gap: 4rem;
}.program-structure .photo-wrap-item {
    height: 550px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
}.program-structure .container:hover .photo-wrap-item {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.program-structure .text-region {
    background-color: rgba(255, 255, 255, 0.95);
    margin-right: -2rem;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    max-height: 550px;
}.program-structure .description {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}



@media (min-width: 1200px) {.program-structure h2 {
    max-width: 50%;
    font-size: calc(31px * 1.3);
}.program-structure .education-map {
    gap: 5rem;
}.program-structure .photo-wrap-item {
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
    height: 600px;
}.program-structure .text-region {
    margin-right: -3rem;
    padding: 4rem;
    max-height: 600px;
}.program-structure .description {
    font-size: calc(12px * 1.1);
    line-height: 2;
}
}



@media (min-width: 992px) {.our-team .knowledge-learn:first-child {
    transform: perspective(1000px) rotateY(-2deg) translateX(-15px) translateY(5px);
}.our-team .knowledge-learn:last-child {
    transform: perspective(1000px) rotateY(2deg) translateX(15px) translateY(-5px);
}.our-team .knowledge-learn:first-child:hover {
    transform: perspective(1000px) rotateY(0) translateX(-10px) translateY(0);
}.our-team .knowledge-learn:last-child:hover {
    transform: perspective(1000px) rotateY(0) translateX(10px) translateY(-10px);
}
}



@media screen and (min-width: 1441px) {.statistics-information {
    padding: 150px 0;
}.statistics-information h2 {
    font-size: calc(48px * 1.2);
    margin-bottom: 100px;
}.statistics-information .study-statistics p {
    font-size: 3rem;
}
}



@media screen and (max-width: 1200px) {.statistics-information {
    padding: 100px 0;
}.statistics-information ul:has(.study-statistics:nth-child(7):last-child),
    .statistics-information ul:has(.study-statistics:nth-child(8):last-child),
    .statistics-information ul:has(.study-statistics:nth-child(9):last-child),
    .statistics-information ul:has(.study-statistics:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistics-information .study-statistics p {
    font-size: 2.2rem;
}
}



@media screen and (max-width: 767px) {.statistics-information {
    padding: 70px 0;
}.statistics-information h2 {
    margin-bottom: 50px;
    font-size: calc(48px * 0.8);
}.statistics-information ul:has(.study-statistics:nth-child(n+1):nth-child(-n+10)) {
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 300px;
}.statistics-information .study-statistics {
    aspect-ratio: 1/1;
    min-height: 150px;
}.statistics-information ul:has(.study-statistics:only-child) .study-statistics {
    height: 200px;
    width: 200px;
}
}



@media screen and (max-width: 480px) {.statistics-information {
    padding: 60px 0;
}.statistics-information h2 {
    font-size: calc(48px * 0.7);
    margin-bottom: 40px;
}.statistics-information h2::after {
    width: 40px;
    bottom: -15px;
}.statistics-information ul {
    gap: 25px;
}.statistics-information .study-statistics {
    min-height: 130px;
}.statistics-information .study-statistics p {
    font-size: 1.8rem;
}.statistics-information .study-statistics span {
    font-size: calc(17px * 0.8);
}.statistics-information ul:has(.study-statistics:only-child) .study-statistics {
    height: 180px;
    width: 180px;
}.statistics-information ul:has(.study-statistics:only-child) .study-statistics p {
    font-size: 2.8rem;
}.statistics-information svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 576px) {.newsletter-subscription {
    margin: 4rem 0 6rem;
    padding: 4rem 1rem 2rem;
}.newsletter-subscription p {
    transform: none;
    max-width: 100%;
}.newsletter-subscription p::before {
    display: none;
}.newsletter-subscription .input_holder {
    transform: translateY(15px);
    max-width: 100%;
}.newsletter-subscription .subscribe-access,
    .newsletter-subscription .request-list {
    padding: 1rem;
}.newsletter-subscription::before,
    .newsletter-subscription::after {
    transform: none;
}.newsletter-subscription .training-classes::before {
    height: 80px;
    width: 80px;
}}



@media (max-width: 992px) {.client-opinions {
    padding: 5rem 1.5rem;
}.client-opinions h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 4rem;
}.client-opinions .feedback-showcase {
    width: calc(50% - 3rem);
}.client-opinions .feedback-showcase:nth-child(3n+1),
    .client-opinions .feedback-showcase:nth-child(3n+2),
    .client-opinions .feedback-showcase:nth-child(3n+3) {
    animation-duration: 5s;
}
}



@media screen and (max-width: 991px) {.contact-sectionCHjU .request-section input#name,
    .contact-sectionCHjU .request-section input#phone,
    .contact-sectionCHjU .request-section input#email {
    grid-column: span 3;
}.contact-sectionCHjU .request-section .inquiry-query {
    grid-column: span 3;
}.contact-sectionCHjU .request-section .request-list {
    grid-column: span 3;
}
}



@media screen and (max-width: 480px) {.contact-sectionCHjU {
    padding: 40px 0;
}.contact-sectionCHjU .inquiry-inquiry div {
    margin: 10px 0;
    display: block;
    text-align: left;
    width: 100%;
}}



@media screen and (max-width: 992px) {.explore-now {
    padding: 90px 0;
}.explore-now .training-classes {
    max-width: 90%;
    padding: 50px 30px;
}.explore-now h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 45px;
}.explore-now h3::before {
    width: 60px;
}.explore-now .contact-sectionrus5 {
    padding: 14px 40px;
    font-size: calc(15px * 0.95);
}
}



@media screen and (max-width: 576px) {.explore-now {
    padding: 60px 0;
}.explore-now .training-classes {
    padding: 30px 20px;
}.explore-now h3 {
    letter-spacing: 1.5px;
    margin-bottom: 35px;
    font-size: calc(31px * 0.7);
}.explore-now h3::before {
    bottom: -10px;
    width: 40px;
}.explore-now h3::after {
    bottom: -18px;
}.explore-now .contact-sectionrus5 {
    font-size: calc(15px * 0.85);
    padding: 10px 30px;
    letter-spacing: 1px;
}}



@media screen and (min-width: 992px) and (max-width: 1199px) {.offer-grid .skill-plans {
    grid-template-columns: repeat(3, 1fr);
}.offer-grid {
    padding: 100px 0 80px;
}
}



@media screen and (max-width: 767px) {.offer-grid .skill-plans {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.offer-grid {
    padding: 60px 0 40px;
}.offer-grid h2 {
    font-size: calc(29px - 4px);
}.offer-grid .learning-deals {
    font-size: calc(15px - 1px);
    margin-bottom: 40px;
}.offer-grid .learn-offers {
    padding: 25px 20px;
}
}



@media (prefers-reduced-motion: reduce) {.offer-grid::after {
    animation: none;
}.offer-grid .cost-levels:hover .learn-offers {
    transform: none;
}.offer-grid .cost-levels:hover .learn-offers::before {
    transform: none;
}}



@media (min-width: 1024px) {.instructor-history .feedback-showcase {
    gap: 3rem 4rem;
    padding: 4rem;
}.instructor-history .feedback-showcase .photo-wrap-item {
    width: 250px;
    height: 250px;
}.instructor-history .feedback-showcase .exp-milestones {
    font-size: calc(18px * 1.05);
    padding: 0 2rem;
}
}



@media (max-width: 767px) {.instructor-history .feedback-showcase {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.instructor-history .feedback-showcase .name {
    font-size: 24px;
}.instructor-history .feedback-showcase > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(0);
}.instructor-history .feedback-showcase .exp-milestones {
    padding: 0;
}.instructor-history .feedback-showcase .exp-milestones::before,
    .instructor-history .feedback-showcase .exp-milestones::after {
    font-size: 3rem;
}
}



@media (max-width: 767px) {header .site-info .top-wrap .main-learning a {
    padding: 8px 12px;
    font-size: calc(13px - 2px);
}}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .enroll-today {
    white-space: nowrap;
}
}



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



@media (max-width: 576px) {footer .donate-books {
    padding: 40px 0 20px;
}footer .online-questions, footer .top-wrap, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .enroll-today {
    padding: 12px;
}footer .header-navbar svg {
    height: 40px;
}footer .med-guides {
    font-size: calc(14px - 1px);
}}



@media screen and (min-width: 992px) {.homepage .edu-main {
    padding: 5rem;
    gap: 4rem;
    grid-template-columns: 0.7fr 1.3fr;
}.homepage .knowledge-classes {
    padding: 3rem;
}.homepage h1 {
    margin-bottom: 2rem;
    font-size: calc(41px * 1.2);
}.homepage p {
    font-size: calc(18px * 1.2);
    padding: 2.5rem;
}
}



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



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



@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

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



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



@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}



@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}

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

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

