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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to bottom, rgb(190,187,187), rgba(0, 0, 0, 0.5));
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: visible;
}

a {
    text-decoration: none;
    color: inherit;
}

.warp-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}


.ty-block {
    background: linear-gradient(135deg, rgb(190,187,187) 0%, rgb(127,121,122,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.ty-block::after {
    top: -50%;
    transform: rotate(-15deg);
    content: "";
    height: 90%;
    right: -50%;
    opacity: 0.08;
    width: 90%;
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    pointer-events: none;
    z-index: 1;
    filter: blur(80px);
}

.ty-block .training-classes {
    backdrop-filter: blur(10px);
    background: #ffffff;
    border-left: 4px solid rgb(158,153,153);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 60px 50px;
}

.ty-block .training-classes:hover::before {
    transform: scale(1);
}

.ty-block .training-classes > div:first-child::after {
    bottom: 0;
    width: 80px;
    animation: lineExpand 1s ease-out 0.3s forwards;
    position: absolute;
    transform-origin: left center;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    height: 3px;
}

.ty-block a {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
}

.ty-block a:hover {
    transform: translateY(-5px);
}

.ty-block a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.learning-impact {
    background: linear-gradient(145deg, rgb(190,187,187) 50%, rgba(rgb(158,153,153,0.5), 0.05) 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}

.learning-impact::before {
    top: -5%;
    z-index: 0;
    background: radial-gradient(circle, rgb(127,121,122) 0%, transparent 70%);
    width: 40%;
    height: 40%;
    content: '';
    position: absolute;
    opacity: 0.1;
    filter: blur(50px);
    right: -5%;
}

.learning-impact .container {
    margin: 0 auto;
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    gap: 3rem;
}

.learning-impact .photo-wrap-item:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.learning-impact .training-classes {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.learning-impact .text-region:hover {
    transform: translateX(10px);
}

.learning-impact h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    font-size: 34px;
    color: #000000;
}

.learning-impact h1::after {
    position: absolute;
    transform-origin: left;
    width: 60px;
    bottom: -0.8rem;
    background: rgb(158,153,153);
    left: 0;
    transform: scaleX(1);
    transition: transform 0.4s ease;
    height: 3px;
    content: '';
}

.learning-impact ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}

.learning-impact li:hover {
    transform: translateX(5px);
}

.learning-impact svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    margin-top: 0.2rem;
    width: 24px;
    flex-shrink: 0;
    margin-right: 0.8rem;
}

.learning-impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,153,153);
}

.program-structure {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(190,187,187);
}

.program-structure::after {
    background: linear-gradient(135deg, rgb(158,153,153,0.5), rgb(158,153,153));
    bottom: -5%;
    transform: rotate(15deg);
    opacity: 0.05;
    width: 55%;
    z-index: 0;
    content: "";
    height: 55%;
    left: -10%;
    position: absolute;
}

.program-structure h2 {
    color: #000000;
    margin-bottom: 3rem;
    max-width: 85%;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    font-size: 31px;
}

.program-structure .container:hover h2::after {
    transform: scaleX(1.5);
}

.program-structure .education-map {
    gap: 2.5rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}

.program-structure .photo-wrap-item::before {
    width: 100%;
    transition: opacity 0.6s ease;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(127,121,122,0.5), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.3;
}

.program-structure .container:hover .photo-wrap-item {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program-structure .container:hover .photo-wrap-item::before {
    opacity: 0.5;
}

.program-structure .container:hover .photo-wrap-item::after {
    left: 100%;
}

.program-structure .text-region::before {
    transform-origin: center;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(127,121,122), rgb(158,153,153));
    position: absolute;
    transform: scaleY(0.3);
    width: 4px;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
}

.program-structure .container:hover .text-region::before {
    transform: scaleY(1);
}

.program-structure .description:last-child {
    margin-bottom: 0;
}

.program-structure .description::first-letter {
    color: rgb(127,121,122);
    font-weight: 600;
    font-size: 1.3em;
}

.our-team {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(190,187,187) 0%, rgb(158,153,153,0.5) 100%);
    padding: 100px 0 80px;
}

.our-team::after {
    width: 30%;
    z-index: 0;
    background: rgb(158,153,153,0.5);
    filter: blur(40px);
    transform: rotate(10deg) skewX(10deg);
    position: absolute;
    bottom: -10%;
    left: -5%;
    height: 60%;
    content: "";
}

.our-team h1 {
    font-size: 39px;
    font-weight: 700;
    transform: translateX(-5px);
    margin-bottom: 60px;
    color: #000000;
    position: relative;
}

.our-team h1:hover::after {
    transform: scaleX(1.5);
}

.our-team .pedagogy-info {
    position: relative;
}

.our-team .pedagogy-info ul {
    padding: 0;
    list-style: none;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
}

.our-team .knowledge-learn::before {
    top: 0;
    background: linear-gradient(90deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    position: absolute;
    left: 0;
    content: "";
    height: 5px;
    width: 100%;
}

.our-team .knowledge-learn:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}

.our-team .knowledge-learn h4::after {
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 0;
    transition: width 0.4s ease;
    height: 2px;
    background: rgb(127,121,122);
    content: "";
}

.our-team .knowledge-learn:first-child {
    transform: translateX(-5px) translateY(10px);
}

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

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

.our-team .knowledge-learn::after {
    height: 100px;
    background: rgb(127,121,122,0.5);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    bottom: 0;
    border-radius: 50%;
    right: 0;
    z-index: 0;
    width: 100px;
    transform: translate(30%, 30%);
    content: "";
    opacity: 0.1;
}

.statistics-information::after {
    top: 0;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(158,153,153,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(127,121,122,0.5) 0, rgba(0, 0, 0, 0) 100px);
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
}

.statistics-information h2::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(158,153,153), rgb(127,121,122));
    bottom: -20px;
    content: "";
    width: 60px;
    height: 3px;
}

.statistics-information ul {
    margin: 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
}

.statistics-information .study-statistics::before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    z-index: -1;
    inset: 2px;
    position: absolute;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.statistics-information .study-statistics:hover {
    transform: translateY(-10px);
    background: rgba(rgb(158,153,153,0.5), 0.3);
    z-index: 10;
}

.statistics-information .study-statistics span {
    color: rgba(0, 0, 0, 0.7);
    font-size: calc(17px * 0.85);
    line-height: 1.3;
    max-width: 100%;
    position: relative;
}

.statistics-information svg path {
    fill: rgb(158,153,153);
}

.statistics-information .study-statistics:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}

.statistics-information ul:has(.study-statistics:only-child) .study-statistics {
    width: 250px;
    margin: 0 auto;
    height: 250px;
}

.statistics-information ul:has(.study-statistics:only-child) .study-statistics span {
    font-size: 17px;
}

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

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

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

.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(5, 1fr);
}

.newsletter-subscription::before {
    z-index: -2;
    opacity: 0.1;
    height: calc(100% + 60px);
    content: "";
    background: linear-gradient(135deg, rgb(158,153,153,0.5) 0%, rgb(127,121,122,0.5) 100%);
    width: 90%;
    left: 5%;
    top: -30px;
    position: absolute;
    transform: skewY(-3deg);
}

.newsletter-subscription .container {
    position: relative;
    max-width: 1140px;
    z-index: 3;
    margin: 0 auto;
}

.newsletter-subscription .training-classes {
    flex-direction: column;
    position: relative;
    display: flex;
}

.newsletter-subscription .training-classes::after {
    width: 40px;
    position: absolute;
    filter: blur(5px);
    animation: pulseElement 4s ease-in-out infinite alternate;
    content: "";
    opacity: 0.2;
    right: 10%;
    height: 40px;
    border-radius: 50%;
    bottom: -30px;
    background: rgb(127,121,122);
}

.newsletter-subscription p::before {
    height: 3px;
    background: rgb(158,153,153);
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    content: "";
    position: absolute;
    left: -60px;
}

.newsletter-subscription .input_holder {
    align-self: flex-end;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    max-width: 70%;
    position: relative;
    transform: translateY(30px);
    display: flex;
    align-items: stretch;
    border-radius: 19px;
}

.newsletter-subscription .subscribe-access {
    z-index: 1;
    outline: none;
    padding: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: transparent;
    flex: 1;
    border: none;
}

.newsletter-subscription .request-list::before {
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    z-index: -1;
    transform: translateX(-100%) skewX(-15deg);
    background: rgb(127,121,122);
    top: 0;
    height: 100%;
    content: "";
}

.client-opinions {
    background: linear-gradient(180deg, rgb(190,187,187) 0%, #ffffff 100%);
    position: relative;
    padding: 7rem 2rem;
    overflow: hidden;
}

.client-opinions {
    padding: 4rem 1rem;
}

.client-opinions::after {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(190,187,187) 80%);
    opacity: 0.4;
}

.client-opinions h4 {
    margin-bottom: 6rem;
    font-size: 28px;
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
}

.client-opinions h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 3rem;
}

.client-opinions h4::after {
    opacity: 0.1;
    top: 50%;
    width: 80px;
    background: rgb(158,153,153,0.5);
    left: 50%;
    content: "";
    border-radius: 50%;
    z-index: -2;
    height: 80px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.client-opinions .feedback-showcase:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(158,153,153);
    transform: translateZ(30px);
}



.client-opinions .feedback-showcase:hover {
    animation-play-state: paused;
}

.client-opinions .feedback-showcase::before {
    left: -50%;
    z-index: -1;
    top: -50%;
    transition: all 0.5s ease;
    width: 200%;
    content: "";
    height: 200%;
    opacity: 0;
    position: absolute;
    background: radial-gradient(circle at center, rgb(158,153,153,0.5) 0%, transparent 70%);
}

.client-opinions .feedback-showcase:hover::after {
    transform: scale(1.5);
    opacity: 0.7;
}

.client-opinions .feedback-showcase .photo-wrap-item {
    position: relative;
    border: 3px solid #ffffff;
    margin: 0 auto 1.5rem;
    width: 100px;
    border-radius: 50%;
    transition: all 0.5s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    height: 100px;
}

.client-opinions .feedback-showcase .photo-wrap-item {
    width: 80px;
    height: 80px;
}

.client-opinions .feedback-showcase:hover .photo-wrap-item::before {
    opacity: 1;
}



.client-opinions .feedback-showcase span {
    color: #000000;
    transform: translateZ(10px);
    text-align: center;
    display: block;
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 600;
    transition: all 0.4s ease;
}

.client-opinions .feedback-showcase:hover p {
    transform: translateZ(15px);
}

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

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

.contact-sectionCHjU {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.contact-sectionCHjU .container {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
}

.contact-sectionCHjU .connect-support {
    display: flex;
    position: relative;
    flex-direction: column;
}

.contact-sectionCHjU .inquiry-inquiry h3 {
    font-size: 33px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
}

.contact-sectionCHjU .inquiry-inquiry div {
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding: 12px 20px;
    margin: 15px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    border-radius: 30px;
}

.contact-sectionCHjU .inquiry-inquiry div svg path {
    fill: #ffffff;
}

.contact-sectionCHjU .inquiry-inquiry div span a {
    text-decoration: none;
    color: #ffffff;
}

.contact-sectionCHjU .request-section {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 16px;
    padding: 40px;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

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

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

.contact-sectionCHjU .request-section input[type="text"],
.contact-sectionCHjU .request-section input[type="email"] {
    border: none;
    transition: box-shadow 0.3s ease;
    background-color: rgb(190,187,187);
    color: #000000;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    height: 55px;
    border-radius: 10px;
}

.contact-sectionCHjU .request-section .inquiry-query input[type="checkbox"] {
    transition: background-color 0.3s ease, border-color 0.3s ease;
    appearance: none;
    position: relative;
    border: 2px solid rgb(190,187,187);
    border-radius: 10px;
    width: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
}

.contact-sectionCHjU .request-section .inquiry-query label {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.contact-sectionCHjU .request-section .inquiry-query label a {
    text-decoration: none;
    color: rgb(127,121,122);
    transition: color 0.3s ease;
}

.contact-sectionCHjU .request-section .request-list:hover {
    transform: translateY(-3px);
    background-color: rgb(158,153,153);
}

.privacy-cabinet {
    border: 1px solid rgb(158,153,153);
    background-color: rgb(190,187,187);
    color: #000000;
    padding: 60px;
    font-family: Arial, sans-serif;
}

.privacy-cabinet h2 {
    text-transform: uppercase;
    color: rgb(127,121,122);
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(127,121,122);
    margin-top: 50px;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 8px;
}

.privacy-cabinet h4 {
    font-weight: 600;
    font-size: calc(22px + 2px);
}

.privacy-cabinet h5 {
    font-weight: 400;
    font-size: 22px;
}

.privacy-cabinet h6 {
    font-weight: 300;
    font-size: 16px;
}

.privacy-cabinet ul, .privacy-cabinet ol {
    margin: 20px 0;
    padding-left: 25px;
    list-style: none;
}

.privacy-cabinet ol {
    counter-reset: list-counter;
}

.privacy-cabinet ol li::before {
    color: rgb(158,153,153);
    margin-right: 5px;
    font-weight: 700;
    content: counter(list-counter) '. ';
}

.privacy-cabinet section {
    padding-top: 30px;
    border-top: 1px solid #000000;
    margin-top: 60px;
}

.privacy-cabinet span {
    color: rgb(158,153,153);
    font-weight: 600;
}

.explore-now {
    padding: 110px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(120deg, rgb(158,153,153) 0%, rgb(127,121,122) 100%);
    overflow: hidden;
}

.explore-now::after {
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(158,153,153) 0deg,
        rgb(127,121,122) 120deg,
        rgb(158,153,153) 240deg,
        rgb(127,121,122) 360deg
    );
    content: '';
    z-index: -1;
    width: 200%;
    animation: rotateRays 30s linear infinite;
    top: -50%;
    opacity: 0.1;
    height: 200%;
    left: -50%;
}

.explore-now .training-classes::before {
    animation: pulseRadial 15s ease-in-out infinite alternate;
    content: '';
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.explore-now h3 {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    animation: pulseText 4s ease-in-out infinite alternate;
    position: relative;
    color: #ffffff;
    font-size: 31px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.explore-now h3::after {
    bottom: -25px;
    width: 120%;
    content: '';
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    left: -10%;
    position: absolute;
}

.explore-now .contact-sectionrus5::before {
    background: linear-gradient(
        45deg,
        rgb(158,153,153),
        rgb(127,121,122)
    );
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
    opacity: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}

.explore-now .contact-sectionrus5::after {
    transition: all 0.6s ease;
    transform: rotate(25deg);
    content: '';
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    height: 300%;
    top: -100%;
    left: -100%;
    width: 30%;
    position: absolute;
}

.explore-now .contact-sectionrus5:hover::after {
    left: 200%;
}

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

.offer-grid .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.rate-packages {
    position: relative;
}

.offer-grid h2 {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    color: #ffffff;
    font-size: 29px;
}

.offer-grid .learning-deals {
    transform: perspective(1000px) translateZ(10px);
    opacity: 0.9;
    font-size: 15px;
    max-width: 800px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto 60px;
    text-align: center;
}

.offer-grid .skill-plans li {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
}

.offer-grid .learn-offers {
    backdrop-filter: blur(8px);
    border-radius: 16px;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.offer-grid .cost-plan {
    transform: translateZ(20px);
    position: relative;
    z-index: 2;
}

.offer-grid .cost-levels h4::after {
    background: rgb(158,153,153);
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 40px;
    content: "";
}

.offer-grid .bundle-rate {
    font-size: calc(18px + 6px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 700;
    text-align: right;
    display: block;
}

.offer-grid .cost-levels:hover .learn-offers {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}

.offer-grid .cost-levels:hover .learn-offers::after {
    transform: scaleX(1);
}

.offer-grid .cost-levels:hover .bundle-rate::before {
    transform: scaleX(1);
}

.instructor-history::before {
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, rgb(158,153,153) 0%, rgb(127,121,122) 50%, rgb(158,153,153) 100%);
    top: 0;
}

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

.instructor-history .feedback-showcase {
    padding: 2rem;
    gap: 2rem;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.instructor-history .feedback-showcase .photo-wrap-item {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 180px;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    width: 180px;
    position: relative;
    overflow: hidden;
    transform: translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 4px solid #ffffff;
}

.instructor-history .feedback-showcase .name::after {
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    transition: width 0.5s ease;
    content: "";
    background-color: rgb(158,153,153);
}

.instructor-history .feedback-showcase > div:nth-child(2) > div {
    transform: translateY(10px);
    opacity: 0;
    font-size: calc(18px * 1.05);
    letter-spacing: 0.5px;
    color: rgb(127,121,122);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-weight: 600;
}

.instructor-history .feedback-showcase .exp-milestones {
    font-size: 18px;
    color: #000000;
    padding: 0 1rem;
    margin: 0;
    line-height: 1.8;
    position: relative;
}

.instructor-history .feedback-showcase .exp-milestones::after {
    bottom: -3rem;
    transform: rotate(180deg);
    right: -1rem;
}

header::before {
    top: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.1;
}

header .site-info .header-navbar {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}

header .site-info .header-navbar .top-site {
    position: relative;
    display: block;
    padding: 5px;
}

header .site-info .header-navbar .top-site:hover::before {
    transform: scale(1);
    opacity: 0.1;
}

header .site-info .header-navbar .top-site svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .site-info .top-wrap {
    list-style: none;
    margin: 0;
    display: flex;
    perspective: 1000px;
    padding: 0;
}

header .site-info .top-wrap .main-learning a {
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-family: Arial, sans-serif;
    text-decoration: none;
    background: linear-gradient(to bottom, transparent, transparent);
    transition: color 0.3s ease, transform 0.3s ease;
    transform-style: preserve-3d;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    display: block;
}

header .site-info .top-wrap .main-learning a::after {
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
    background: linear-gradient(to top, rgb(127,121,122,0.5), transparent);
}

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

footer {
    width: 100%;
    z-index: 1;
    position: relative;
}

.donate-books::before {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    background: radial-gradient(circle at 10% 20%, rgb(127,121,122,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
}



.donate-books .container {
    z-index: 2;
    position: relative;
}

footer .online-questions {
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
}

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

footer .info_item p, footer .info_item a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
    display: flex;
    font-weight: 400;
}

footer .header-navbar {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .header-navbar:hover svg {
    filter: drop-shadow(0 0 8px rgb(158,153,153));
}

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

footer .top-wrap:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .top-wrap::before {
    z-index: -1;
    transition: opacity 0.5s ease;
    background: linear-gradient(45deg, rgb(158,153,153), transparent, rgb(127,121,122), transparent);
    right: -2px;
    content: "";
    top: -2px;
    border-radius: calc(19px + 2px);
    position: absolute;
    opacity: 0;
    left: -2px;
    bottom: -2px;
}

footer .top-wrap h5::after {
    bottom: -1px;
    background: rgb(158,153,153);
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 50px;
    left: 0;
}

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

footer .site-core a:hover {
    padding-left: 20px;
    color: rgb(158,153,153);
}

footer .site-core a:hover::before {
    box-shadow: 0 0 5px rgb(158,153,153), 0 0 10px rgb(158,153,153,0.5);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    background-color: rgb(158,153,153);
}

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

footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
}

footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(158,153,153);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 10px rgb(158,153,153,0.5);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

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

footer .enroll-today:hover::before {
    left: 100%;
}

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

.homepage {
    align-items: center;
    position: relative;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(135deg, rgb(158,153,153,0.5), rgb(127,121,122) 120%);
    overflow: hidden;
}

.homepage::after {
    opacity: 0.2;
    right: -10%;
    height: 50%;
    width: 50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(127,121,122) 0%,
        transparent 70%
    );
    animation: floatGlow 15s ease-in-out infinite alternate;
    top: -10%;
    content: "";
    filter: blur(50px);
}

.homepage .edu-main:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.homepage .edu-main > div:first-child {
    padding-left: 2rem;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    position: relative;
    border-left: 3px solid rgb(158,153,153);
    transform: translateX(-1rem);
}

.homepage h3 {
    font-weight: 400;
    margin: 0;
    position: relative;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: calc(20px * 0.9);
    line-height: 1.5;
}

.homepage .knowledge-classes {
    position: relative;
    transition: transform 0.4s ease;
    padding: 2.5rem;
    transform: translateZ(0);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.03)
    );
    max-width: 600px;
}

.homepage .knowledge-classes:hover::before {
    transform: translate(8px, 8px);
}

.homepage h1 {
    color: #ffffff;
    font-size: 41px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 0 1.5rem;
    transform: translateY(0);
    line-height: 1.2;
    position: relative;
}

.homepage .knowledge-classes:hover h1 {
    transform: translateY(-5px);
}

.homepage .knowledge-classes:hover h1::after {
    transform: scaleX(1.5);
}

.homepage .knowledge-classes > div {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.homepage p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    position: relative;
    color: #ffffff;
    padding: 2rem;
    font-size: calc(18px * 1.1);
    z-index: 2;
    line-height: 1.6;
}


@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: 992px) {.ty-block {
    padding: 80px 0;
}.ty-block .training-classes {
    padding: 50px 40px;
}.ty-block h5 {
    font-size: calc(19px - 2px);
}
}



@media (max-width: 576px) {.ty-block {
    padding: 50px 0;
}.ty-block .training-classes {
    padding: 30px 20px;
    border-left: 3px solid rgb(158,153,153);
    transform: none;
}.ty-block .training-classes::before {
    display: none;
}.ty-block .training-classes > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.ty-block .training-classes > div:first-child::after {
    height: 2px;
    width: 60px;
}.ty-block h5 {
    font-size: calc(19px - 6px);
}.ty-block p {
    font-size: calc(18px - 2px);
    line-height: 1.6;
}}



@media (min-width: 992px) {.learning-impact {
    padding: 9rem 0;
}.learning-impact .container {
    gap: 5rem;
}.learning-impact .text-region {
    padding: 3.5rem;
}.learning-impact ul {
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.learning-impact .photo-wrap-item {
    max-height: 280px;
    clip-path: polygon(0 3%, 97% 0, 100% 97%, 3% 100%);
}.learning-impact h1 {
    font-size: calc(34px * 0.75);
}.learning-impact .text-region {
    padding: 1.5rem;
}.learning-impact ul {
    gap: 1rem;
}}



@media (min-width: 768px) {.program-structure {
    padding: 8rem 0;
}.program-structure h2 {
    max-width: 70%;
    font-size: calc(31px * 1.1);
    margin-bottom: 3.5rem;
}.program-structure .education-map {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.program-structure .photo-wrap-item {
    height: 500px;
}.program-structure .text-region {
    scrollbar-width: thin;
    overflow-y: auto;
    padding: 3rem;
    max-height: 500px;
    scrollbar-color: rgb(127,121,122,0.5) #ffffff;
}.program-structure .text-region::-webkit-scrollbar {
    width: 6px;
}.program-structure .text-region::-webkit-scrollbar-track {
    background: #ffffff;
}.program-structure .text-region::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(127,121,122,0.5);
}
}



@media (max-width: 767px) {.program-structure {
    padding: 4rem 0;
}.program-structure h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.program-structure .photo-wrap-item {
    transform: perspective(1000px) rotateY(0deg);
    height: 300px;
}.program-structure .text-region {
    padding: 2rem;
}.program-structure .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}



@media (min-width: 768px) {.our-team {
    padding: 140px 0 120px;
}.our-team h1 {
    margin-bottom: 80px;
    font-size: calc(39px * 1.2);
}.our-team .pedagogy-info ul {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}.our-team .knowledge-learn {
    padding: 50px;
}.our-team .knowledge-learn h4 {
    font-size: calc(22px * 1.4);
    margin-bottom: 30px;
}.our-team .knowledge-learn div {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 767px) {.our-team {
    padding: 80px 0 60px;
}.our-team h1 {
    margin-bottom: 40px;
    font-size: 31px;
}.our-team .knowledge-learn {
    padding: 30px;
}.our-team .knowledge-learn::before {
    height: 3px;
}.our-team .knowledge-learn h4 {
    font-size: 22px;
    margin-bottom: 15px;
}.our-team .knowledge-learn div {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.our-team .knowledge-learn:first-child,
    .our-team .knowledge-learn:last-child {
    transform: none;
}.our-team .knowledge-learn:hover {
    transform: translateY(-5px);
}}



@media screen and (max-width: 991px) {.statistics-information {
    padding: 80px 0;
}.statistics-information h2 {
    margin-bottom: 60px;
    font-size: calc(48px * 0.9);
}.statistics-information ul {
    grid-template-columns: repeat(2, 1fr);
}.statistics-information ul:has(.study-statistics:nth-child(3):last-child),
    .statistics-information ul:has(.study-statistics:nth-child(4):last-child),
    .statistics-information ul:has(.study-statistics:nth-child(5):last-child),
    .statistics-information ul:has(.study-statistics:nth-child(6):last-child),
    .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(2, 1fr);
}.statistics-information ul:has(.study-statistics:nth-child(5):last-child) .study-statistics:nth-child(5) {
    grid-column: auto;
}.statistics-information .study-statistics {
    padding: 20px;
}.statistics-information .study-statistics p {
    font-size: 2rem;
}
}



@media (max-width: 992px) {.newsletter-subscription {
    padding: 6rem 2rem 4rem;
    margin: 6rem 0 8rem;
}.newsletter-subscription p {
    max-width: 70%;
    transform: translateX(30%);
    font-size: calc(37px * 0.9);
}.newsletter-subscription p::before {
    left: -40px;
    width: 30px;
}.newsletter-subscription .input_holder {
    max-width: 80%;
}
}



@media (max-width: 768px) {.newsletter-subscription {
    margin: 5rem 0 7rem;
    padding: 5rem 1.5rem 3rem;
}.newsletter-subscription p {
    margin-bottom: 2rem;
    transform: translateX(5%);
    max-width: 90%;
    font-size: 20px;
}.newsletter-subscription p::before {
    left: -20px;
    width: 15px;
}.newsletter-subscription .input_holder {
    transform: translateY(20px);
    max-width: 95%;
    flex-direction: column;
}.newsletter-subscription .subscribe-access {
    width: 100%;
    border-bottom: 1px solid rgb(158,153,153,0.5);
    padding: 1.2rem;
}.newsletter-subscription .request-list {
    padding: 1.2rem;
    width: 100%;
}.newsletter-subscription::before {
    height: calc(100% + 40px);
    top: -20px;
    width: 95%;
    left: 2.5%;
}.newsletter-subscription::after {
    width: 90%;
}
}



@media screen and (min-width: 992px) {.contact-sectionCHjU .connect-support {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.contact-sectionCHjU .inquiry-inquiry {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
}.contact-sectionCHjU .inquiry-inquiry h3 {
    margin-bottom: 30px;
}.contact-sectionCHjU .inquiry-inquiry h3::after {
    width: 50%;
}.contact-sectionCHjU .inquiry-inquiry div {
    text-align: left;
    margin: 15px 0;
    display: block;
}.contact-sectionCHjU .request-section {
    width: 70%;
}
}



@media screen and (max-width: 767px) {.contact-sectionCHjU {
    padding: 60px 0;
}.contact-sectionCHjU .inquiry-inquiry {
    margin-bottom: 30px;
}.contact-sectionCHjU .inquiry-inquiry h3 {
    font-size: calc(23px + 2px);
}.contact-sectionCHjU .request-section {
    padding: 30px 20px;
}.contact-sectionCHjU .request-section form {
    gap: 15px;
}
}


@media only screen and (max-width: 800px) {.privacy-cabinet {
    border-radius: 10px;
    padding: 40px;
}.privacy-cabinet h1 {
    font-size: calc(22px - 8px);
}.privacy-cabinet h2 {
    font-size: calc(22px - 6px);
}.privacy-cabinet ul, .privacy-cabinet ol {
    padding-left: 20px;
}.privacy-cabinet li {
    font-size: calc(12px - 1px);
}.privacy-cabinet p {
    font-size: calc(12px - 1px);
}}



@media screen and (max-width: 768px) {.explore-now {
    padding: 70px 0;
}.explore-now .training-classes {
    padding: 40px 25px;
}.explore-now h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}.explore-now h3::before {
    width: 50px;
    bottom: -12px;
}.explore-now h3::after {
    bottom: -20px;
}.explore-now .contact-sectionrus5 {
    letter-spacing: 1.5px;
    font-size: calc(15px * 0.9);
    padding: 12px 35px;
}
}



@media screen and (min-width: 1200px) {.offer-grid .skill-plans {
    grid-template-columns: repeat(4, 1fr);
}
}



@media screen and (min-width: 768px) and (max-width: 991px) {.offer-grid .skill-plans {
    grid-template-columns: repeat(2, 1fr);
}.offer-grid {
    padding: 80px 0 60px;
}.offer-grid .learning-deals {
    margin-bottom: 50px;
}
}



@media (hover: none) {.offer-grid .learn-offers {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.offer-grid .cost-levels:active .learn-offers {
    transform: translateY(-5px);
}
}



@media (min-width: 768px) {.instructor-history {
    padding: 7rem 0;
}.instructor-history .feedback-showcase {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    gap: 2.5rem 3rem;
}.instructor-history .feedback-showcase > div:nth-child(1) {
    grid-row: span 2;
}.instructor-history .feedback-showcase > div:nth-child(2) {
    text-align: left;
    align-items: flex-start;
}.instructor-history .feedback-showcase > div:nth-child(3) {
    grid-column: 2;
}.instructor-history .feedback-showcase .photo-wrap-item {
    width: 220px;
    height: 220px;
}
}



@media (prefers-reduced-motion: reduce) {.instructor-history::after {
    animation: none;
}.instructor-history .feedback-showcase,
    .instructor-history .feedback-showcase:hover,
    .instructor-history .feedback-showcase .photo-wrap-item,
    .instructor-history .feedback-showcase:hover .photo-wrap-item {
    transform: none;
    transition: none;
}}



@media (max-width: 992px) {header .site-info {
    padding: 15px;
    flex-direction: column;
}header .site-info .header-navbar {
    margin: 0 0 15px 0;
}header .site-info .top-wrap {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    perspective: none;
}header .site-info .top-wrap .main-learning a {
    padding: 10px 15px;
    font-size: calc(13px - 1px);
    transform-style: flat;
}header .site-info .top-wrap .main-learning:hover a {
    transform: none;
}header .site-info .top-wrap .main-learning a::before,
    header .site-info .top-wrap .main-learning a::after {
    display: none;
}
}



@media (max-width: 767px) {footer .donate-books {
    padding: 60px 0 30px;
}footer .online-questions {
    padding: 20px;
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .top-wrap, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .top-wrap h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .site-core a {
    font-size: calc(18px - 2px);
}footer .cert-display {
    margin-top: 30px;
}
}



@media screen and (min-width: 768px) {.homepage .edu-main {
    gap: 3rem;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    padding: 4rem 3rem;
}.homepage h1 {
    font-size: calc(41px * 1.1);
}.homepage h3 {
    font-size: 20px;
}.homepage .edu-main > div:first-child {
    padding-left: 3rem;
}
}



@media screen and (max-width: 767px) {.homepage {
    padding: 2rem 0;
}.homepage .edu-main {
    padding: 2rem 1.5rem;
}.homepage h1 {
    font-size: calc(41px * 0.9);
}.homepage h3 {
    font-size: calc(20px * 0.8);
}.homepage p {
    font-size: 18px;
    padding: 1.5rem;
}.homepage .knowledge-classes {
    padding: 1.5rem;
}
}



@keyframes floatElement {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, -15px);
    }
}



@keyframes pulseElement {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

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

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



@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}



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



@keyframes patternShift {
    0% {
        transform: skewY(-2deg) translateX(-5%);
    }
    100% {
        transform: skewY(2deg) translateX(5%);
    }
}

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



@keyframes floatGlow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-5%, 5%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(5%, -5%) scale(0.95);
        opacity: 0.2;
    }
}



@keyframes slideUp {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

