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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(180deg, 
        rgb(171,197,176) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    width: 100%;
    z-index: 1000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    position: fixed;
    border-bottom: 1px solid rgb(171,197,176,0.5);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

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

.thanksPanel-23497 .learn-lab-02698:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksPanel-23497 .learn-lab-02698:hover > div:first-child::after {
    width: 120px;
}

.thanksPanel-23497 h5 {
    color: #000000;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    font-size: 23px;
}

.thanksPanel-23497 .learn-lab-02698:hover h5::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

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

.thanksPanel-23497 a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.thanksPanel-23497 a:hover {
    transform: translateY(-2px);
}

.thanksPanel-23497 a:hover p {
    color: rgb(171,197,176);
}

.contact-form-section-98731::before {
    width: 100%;
    height: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
}

.contact-form-section-98731 .query-panel-45960 {
    grid-column: 1;
    padding: 50px 40px;
    grid-row: 1;
    background: #ffffff;
}

.contact-form-section-98731 h3 {
    font-weight: 600;
    font-size: 23px;
    color: rgb(171,197,176);
    margin-bottom: 15px;
}

.contact-form-section-98731 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact-form-section-98731 .feedback-block-80354 input[type="checkbox"] {
    flex-shrink: 0;
    cursor: pointer;
    border: 2px solid rgb(224,226,231);
    appearance: none;
    width: 24px;
    border-radius: 10px;
    height: 24px;
    position: relative;
    margin-top: 2px;
}

.contact-form-section-98731 .feedback-block-80354 a {
    color: rgb(171,197,176);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}

.contact-form-section-98731 .help-message-60814:hover {
    transform: translateY(-3px);
    background: rgb(169,152,116);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-form-section-98731 .help-message-60814:hover::before {
    left: 100%;
}

.contact-form-section-98731 svg path {
    fill: rgb(171,197,176);
}

header:after {
    opacity: 0.02;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    content: '';
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 18px 25px;
}

header .container:before {
    content: '';
    pointer-events: none;
    mix-blend-mode: overlay;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}

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

header .main-header-94872 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 0 1px #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 8px 2px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

header .main-header-94872:after {
    filter: blur(0.5px);
    height: 2px;
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(171,197,176),
        #ffffff 50%,
        rgb(171,197,176)
    );
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: '';
    bottom: -2px;
    position: absolute;
    width: 0;
    left: 50%;
}

header .head-expert-03957:after {
    border-image: linear-gradient(45deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176)) 1;
    position: absolute;
    top: -5px;
    width: calc(100% + 10px);
    transition: all 0.5s ease;
    left: -5px;
    border: 1px solid transparent;
    content: '';
    height: calc(100% + 10px);
    opacity: 0;
}

header .head-expert-03957:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.audience-profile-95478::before {
    height: 100%;
    opacity: 0.6;
    top: 0;
    width: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(171,197,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(169,152,116,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 0;
    content: "";
}

.audience-profile-95478 .learn-lab-02698:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.audience-profile-95478 .learn-lab-02698::after {
    background: linear-gradient(225deg, rgb(169,152,116) 0%, rgb(171,197,176) 100%);
    filter: blur(25px);
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -75px;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    opacity: 0.1;
    width: 150px;
    height: 150px;
    bottom: -75px;
}

.audience-profile-95478 div p:last-child {
    margin-bottom: 0;
}

.audience-profile-95478 div p:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.audience-profile-95478 div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.audience-profile-95478 div p svg path {
    fill: rgb(171,197,176);
}

.audience-profile-95478 div p:hover::after {
    width: 100%;
}

.price-plan-item-35904::before {
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(169,152,116,0.5), 0.05) 0%, rgba(rgb(171,197,176,0.5), 0.08) 100%);
}

.price-plan-item-35904 .lesson-fees-24783 h2 {
    margin-bottom: 20px;
    position: relative;
    font-size: 33px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
}

.price-plan-item-35904 .tuition-table-35716 {
    gap: 30px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.price-plan-item-35904 .skill-pricing-75920:nth-child(3) {
    --i: 3;
}

.price-plan-item-35904 .program-price-16045 {
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    height: 100%;
}

.price-plan-item-35904 .skill-pricing-75920:hover .plan-table-32681 h3 {
    transform: translateX(5px);
    color: rgb(171,197,176);
}

.price-plan-item-35904 .price-panel-06923::before {
    left: 0;
    content: "";
    position: absolute;
    top: -10px;
    border-radius: 2px;
    height: 3px;
    width: 40px;
    background: linear-gradient(90deg, rgb(169,152,116), transparent);
}

.price-plan-item-35904 .media-img-32764::after {
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.6;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    top: 0;
    height: 100%;
    position: absolute;
}

.track-alert-20489 {
    margin-bottom: 20px;
}

.track-alert-20489 svg, .track-alert-20489 svg path, .track-alert-20489 img {
    height: 60px;
    fill: rgb(171,197,176);
    width: 60px;
}

.cookie-popup-disclosure-25476 p {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}

.cookie_button.privacy-learn-31986:hover {
    background: rgb(169,152,116,0.5);
}

.cookie-popup-disclosure-25476 p a:hover {
    color: rgb(169,152,116);
}

#cookie-info-alert-50287 {
    display: none;
}

.learning-system-16298 {
    padding: 170px 0;
    background: linear-gradient(150deg, rgb(224,226,231) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    position: relative;
}

.learning-system-16298 .text-frame-04193 {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 80%;
    position: relative;
}

.learning-system-16298 .text-frame-04193 p {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 60px;
    color: #ffffff;
    line-height: 1.8;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    max-width: 80%;
    z-index: 3;
}



.learning-system-16298 .text-frame-04193 p {
    position: relative;
    overflow: hidden;
}

.learning-system-16298 .text-frame-04193 h2::after {
    bottom: -50px;
    opacity: 0.7;
    box-shadow: 0 0 20px rgb(171,197,176);
    width: 30px;
    z-index: 6;
    content: '';
    position: absolute;
    background: rgb(171,197,176);
    animation: pulse-rotate 8s infinite linear;
    left: 50%;
    height: 30px;
    transform: rotate(45deg);
    margin-left: -15px;
}

.learning-system-16298::after {
    height: 200px;
    left: 0;
    z-index: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(224,226,231), transparent);
    width: 100%;
    position: absolute;
    top: -100px;
}

.learning-system-16298 .learn-lab-02698::before {
    width: 350px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    opacity: 0.03;
    content: '';
    filter: blur(100px);
    background: rgb(171,197,176);
    top: -175px;
    height: 350px;
    right: -175px;
}

.learning-system-16298 .layer-element::before {
    opacity: 0.2;
    left: 25%;
    width: 50%;
    position: absolute;
    top: 25%;
    background: rgb(171,197,176);
    content: '';
    height: 50%;
}

footer .rating-stars-96017::before {
    background-size: 60px 60px;
    opacity: 0.1;
    content: "";
    top: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .info_item:hover::before {
    top: 0;
    height: 100%;
}

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

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

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

footer .main-base-48361 h5::after {
    width: 50px;
    background-color: rgb(171,197,176);
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
}

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

footer .subscribe_holder h5::after {
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 50px;
    content: "";
    left: 0;
    background-color: rgb(171,197,176);
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(171,197,176);
}

footer .updates-popup-90368:hover {
    background-color: rgb(169,152,116);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .desktop-app-29354 {
    display: inline-block;
    border-radius: 30px;
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 13px;
}

.data-summary-78902::after {
    transform: rotate(15deg) skewX(15deg);
    background: linear-gradient(45deg, transparent 30%, rgb(169,152,116,0.5) 100%);
    width: 40%;
    z-index: 0;
    right: -5%;
    position: absolute;
    height: 70%;
    filter: blur(20px);
    bottom: -10%;
    content: '';
}

.data-summary-78902 .class-benefits-43706 {
    transform-style: preserve-3d;
    position: relative;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    transform: translateZ(0) rotateX(0deg);
    backdrop-filter: blur(10px);
}

.data-summary-78902 .class-benefits-43706:hover span {
    transform: translateX(5px);
}

.data-summary-78902 .class-benefits-43706 span::before {
    position: absolute;
    height: 6px;
    content: '';
    top: 50%;
    background: rgb(169,152,116);
    border-radius: 10px;
    width: 6px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.title-intro-21580 {
    overflow: hidden;
    width: 100%;
    background: rgb(224,226,231);
    position: relative;
}

.title-intro-21580 .start-begin-86374 {
    width: 100%;
    top: 0;
    overflow: hidden;
    left: 0;
    position: absolute;
    height: 80vh;
}

.title-intro-21580 .learn-base-84325::before {
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgb(171,197,176) 100%
    );
    z-index: 2;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.title-intro-21580 .fast-school-51608 label {
    width: 30px;
    cursor: pointer;
    position: relative;
    height: 2px;
    opacity: 0.5;
    transition: all 0.3s ease;
    transform: scale(1);
    background: #ffffff;
}

.title-intro-21580 .text-frame-04193 h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    font-size: 40px;
    padding-bottom: 15px;
    margin-bottom: 1.2rem;
}

.title-intro-21580 .text-frame-04193 p::before {
    left: 0;
    background: rgb(169,152,116,0.5);
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 3px;
}

.title-intro-21580 input:nth-of-type(3):checked ~ .learn-head-86107 {
    transform: translateX(-40%);
}

.title-intro-21580 input:nth-of-type(6):checked ~ .learn-head-86107 {
    transform: translateX(-100%);
}

.title-intro-21580 input:nth-of-type(9):checked ~ .learn-head-86107 {
    transform: translateX(-160%);
}

.title-intro-21580 input:nth-of-type(1):checked ~ .learn-head-86107 .learn-base-84325:nth-child(1) img,
.title-intro-21580 input:nth-of-type(2):checked ~ .learn-head-86107 .learn-base-84325:nth-child(2) img,
.title-intro-21580 input:nth-of-type(3):checked ~ .learn-head-86107 .learn-base-84325:nth-child(3) img,
.title-intro-21580 input:nth-of-type(4):checked ~ .learn-head-86107 .learn-base-84325:nth-child(4) img,
.title-intro-21580 input:nth-of-type(5):checked ~ .learn-head-86107 .learn-base-84325:nth-child(5) img,
.title-intro-21580 input:nth-of-type(6):checked ~ .learn-head-86107 .learn-base-84325:nth-child(6) img,
.title-intro-21580 input:nth-of-type(7):checked ~ .learn-head-86107 .learn-base-84325:nth-child(7) img,
.title-intro-21580 input:nth-of-type(8):checked ~ .learn-head-86107 .learn-base-84325:nth-child(8) img,
.title-intro-21580 input:nth-of-type(9):checked ~ .learn-head-86107 .learn-base-84325:nth-child(9) img,
.title-intro-21580 input:nth-of-type(10):checked ~ .learn-head-86107 .learn-base-84325:nth-child(10) img {
    transform: scale(1);
    filter: brightness(0.95);
}

.who-we-are-24539 h3::after {
    content: "";
    width: 80px;
    left: 50%;
    background: rgb(171,197,176);
    border-radius: 10px;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
}

.who-we-are-24539 .virtual-classes-31240:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.who-we-are-24539 .virtual-classes-31240 span {
    padding-left: 15px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    grid-column: 1 / 2;
    margin-bottom: 20px;
    position: relative;
    color: rgb(171,197,176);
}

.who-we-are-24539 .virtual-classes-31240 .media-img-32764 {
    grid-row: 1 / 3;
    height: 350px;
    border-radius: 27px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-column: 2 / 3;
}

.who-we-are-24539 .virtual-classes-31240 .media-img-32764:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.who-we-are-24539 .skill-experts-42918:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.who-we-are-24539 .skill-experts-42918 p {
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    grid-row: 1 / 2;
    position: relative;
    grid-column: 2 / 3;
}

.who-we-are-24539 .skill-experts-42918 .story-info-50421::before {
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    z-index: 1;
    height: 100%;
}

.privacy-defense-73829 {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    color: #000000;
    padding: 2em 3em;
}

.privacy-defense-73829 h3,
.privacy-defense-73829 h4,
.privacy-defense-73829 h5,
.privacy-defense-73829 h6 {
    font-weight: 400;
    margin-bottom: 0.75em;
    color: #000000;
}

.privacy-defense-73829 h3 {
    font-size: calc(21px - 0.2em);
}

.privacy-defense-73829 p {
    color: #000000;
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 17px;
}

.privacy-defense-73829 ul li::before,
.privacy-defense-73829 ol li::before {
    height: 6px;
    border-radius: 50%;
    width: 6px;
    display: inline-block;
    content: "";
    background-color: rgb(171,197,176);
    margin-right: 0.5em;
}

.privacy-defense-73829 blockquote {
    color: #000000;
    background-color: rgb(169,152,116,0.5);
    margin: 1em 0;
    padding: 1em;
    border-left: 4px solid rgb(171,197,176);
    font-style: normal;
}

.mentorship-profile-96281 .client-quotes-38719 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1000px;
    perspective: 1500px;
}

.mentorship-profile-96281 .media-img-32764::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
}

.mentorship-profile-96281 .name {
    font-size: 31px;
    margin-bottom: 10px;
    transform: translateZ(0);
    display: inline-block;
    color: rgb(171,197,176);
    transition: transform 0.4s ease;
    font-weight: 700;
    position: relative;
}

.mentorship-profile-96281 .client-quotes-38719:hover .name {
    transform: translateZ(10px);
}

.mentorship-profile-96281 .exp-grid-17298 {
    color: #000000;
    position: relative;
    font-size: 15px;
    transform: translateZ(0);
    border-top: 1px solid rgb(224,226,231);
    padding: 20px 0 0 0;
    transition: transform 0.4s ease 0.2s;
    line-height: 1.7;
}

.course-highlights-97582::before {
    right: 0;
    left: 0;
    content: "";
    opacity: 0.03;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(169,152,116,0.5) 2px, rgb(169,152,116,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(171,197,176,0.5) 2px, rgb(171,197,176,0.5) 4px);
    z-index: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.course-highlights-97582 .media-img-32764 {
    filter: saturate(0.8) contrast(1.1);
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 13px;
    transform: translateZ(0);
    height: 100%;
    z-index: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
}

.course-highlights-97582 .job-classes-87523 {
    width: 85%;
    transform: perspective(1000px) rotateX(2deg);
    padding: 80px 60px;
    backdrop-filter: blur(10px);
    transition: all 0.6s ease;
    margin: 40px auto;
    z-index: 3;
    position: relative;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.course-highlights-97582 .learn-lab-02698:hover .job-classes-87523 {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.course-highlights-97582 .nav-page-36529:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(169,152,116,0.5);
    transform: translateX(-50%) scale(1.1);
}

.course-highlights-97582 .nav-page-36529:hover::before {
    opacity: 0.8;
}

.course-highlights-97582 .nav-page-36529 svg {
    height: 40px;
    width: 40px;
    transition: transform 0.5s ease;
}

.course-highlights-97582 .nav-page-36529 svg path {
    transition: fill 0.5s ease;
    fill: rgb(171,197,176);
}

.course-highlights-97582 h3::before {
    width: 50px;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    transition: width 0.5s ease;
    content: "";
    height: 2px;
    background: rgb(171,197,176);
    left: 50%;
}

.course-highlights-97582 .job-classes-87523:hover h3::after {
    width: 150px;
}

.course-highlights-97582 p::before, 
.course-highlights-97582 p::after {
    height: 20px;
    content: "";
    width: 20px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.5s ease;
}

.course-highlights-97582 p::before {
    border-left: 2px solid rgb(171,197,176);
    border-top: 2px solid rgb(171,197,176);
    top: -10px;
    left: -10px;
}



@media (max-width: 576px) {.thanksPanel-23497 {
    padding: 2rem 0;
}.thanksPanel-23497 .learn-lab-02698 {
    padding: 1.5rem;
    transform: none;
    border-radius: 10px;
}.thanksPanel-23497 h5 {
    font-size: calc(23px - 6px);
}.thanksPanel-23497 .learn-lab-02698 > div:first-child::after {
    width: 60px;
    height: 2px;
}.thanksPanel-23497 .learn-lab-02698:hover > div:first-child::after {
    width: 90px;
}.thanksPanel-23497 h5::before {
    font-size: 10px;
    height: 20px;
    width: 20px;
}.thanksPanel-23497 p {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}



@media (max-width: 576px) {.contact-form-section-98731 {
    padding: 40px 0;
}.contact-form-section-98731 .container {
    padding: 0 15px;
}.contact-form-section-98731 h2::after {
    width: 40px;
}.contact-form-section-98731 .query-panel-45960 {
    padding: 25px 20px;
}.contact-form-section-98731 #contact {
    gap: 20px;
}.contact-form-section-98731 .help-message-60814 {
    width: 100%;
    padding: 14px 20px;
}.contact-form-section-98731 .media-img-32764 {
    min-height: 200px;
}}



@media (max-width: 767px) {.audience-profile-95478 {
    padding: 60px 0;
}.audience-profile-95478 .learn-lab-02698 {
    padding: 30px 20px;
}.audience-profile-95478 h4 {
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-size: calc(35px - 4px);
}.audience-profile-95478 h4::after {
    height: 3px;
    width: 60px;
}.audience-profile-95478 div p {
    font-size: calc(12px - 1px);
    margin-bottom: 15px;
    padding: 10px 12px;
}.audience-profile-95478 div p svg {
    min-width: 20px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.audience-profile-95478::before,
    .audience-profile-95478::after {
    opacity: 0.05;
}
}



@media (max-width: 1199px) {.price-plan-item-35904 {
    padding: 80px 0;
}.price-plan-item-35904 .lesson-fees-24783 {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.price-plan-item-35904 .lesson-fees-24783 h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (max-width: 767px) {.price-plan-item-35904 {
    padding: 60px 0;
}.price-plan-item-35904 .tuition-table-35716 {
    grid-template-columns: 1fr;
    gap: 20px;
}.price-plan-item-35904 .plan-table-32681 {
    padding: 25px 20px;
}.price-plan-item-35904 .media-img-32764 {
    height: 180px;
}.price-plan-item-35904 .lesson-fees-24783 h2 {
    font-size: calc(33px - 2px);
}.price-plan-item-35904 .class-deals-28564 {
    font-size: calc(16px - 1px);
}
}



@media screen and (max-width: 768px) {.learning-system-16298 {
    overflow: hidden;
    padding: 120px 0;
}.learning-system-16298 .text-frame-04193 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 60px;
}.learning-system-16298 .text-frame-04193 p {
    font-size: calc(16px * 0.95);
    max-width: 100%;
    padding: 30px;
}.learning-system-16298 .text-frame-04193 h2::after {
    height: 25px;
    margin-left: -12.5px;
    bottom: -40px;
    width: 25px;
}.learning-system-16298 .layer-element {
    display: none;
}
}



@media (max-width: 767px) {footer .rating-stars-96017 {
    padding: 70px 0 30px;
}footer .quick-contact-45680 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .nav-page-36529, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main-base-48361 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .cloud-lab-49765 {
    margin-top: 40px;
}
}



@media (max-width: 1199px) {.title-intro-21580 .text-frame-04193 {
    left: 30px;
    width: 90%;
    bottom: 30px;
}.title-intro-21580 .text-frame-04193 .container {
    max-width: 600px;
}.title-intro-21580 .fast-school-51608 {
    bottom: 30px;
    right: 30px;
}
}



@media (max-width: 991px) {.title-intro-21580 .learn-lab-02698 {
    height: 70vh;
}.title-intro-21580 .start-begin-86374 {
    height: 70vh;
}.title-intro-21580 .text-frame-04193 {
    left: 25px;
    bottom: 25px;
}.title-intro-21580 .text-frame-04193 .container {
    max-width: 550px;
}.title-intro-21580 .text-frame-04193 h1 {
    font-size: calc(40px * 0.9);
    padding-bottom: 12px;
}.title-intro-21580 .text-frame-04193 h1::after {
    width: 70px;
}.title-intro-21580 .text-frame-04193 h3 {
    font-size: calc(24px * 0.9);
}.title-intro-21580 .fast-school-51608 {
    bottom: 25px;
    right: 25px;
}
}



@media (max-width: 480px) {.title-intro-21580 .learn-lab-02698 {
    height: 70vh;
}.title-intro-21580 .start-begin-86374 {
    height: 70vh;
}
}



@media (max-height: 700px) and (min-width: 768px) {.title-intro-21580 .learn-lab-02698 {
    height: 85vh;
}.title-intro-21580 .start-begin-86374 {
    height: 85vh;
}
}



@media (max-height: 600px) {.title-intro-21580 .learn-lab-02698 {
    height: 90vh;
}.title-intro-21580 .start-begin-86374 {
    height: 90vh;
}
}



@media (max-width: 768px) {.who-we-are-24539 {
    padding: 60px 0;
}.who-we-are-24539 h3 {
    font-size: calc(31px * 0.9);
}.who-we-are-24539 .learn-lab-02698 {
    gap: 40px;
}.who-we-are-24539 .learn-lab-02698::before {
    display: none;
}.who-we-are-24539 .virtual-classes-31240,
    .who-we-are-24539 .skill-experts-42918 {
    padding: 30px;
}.who-we-are-24539 .virtual-classes-31240 span {
    font-size: calc(20px * 0.9);
}.who-we-are-24539 .virtual-classes-31240 .media-img-32764,
    .who-we-are-24539 .skill-experts-42918 .story-info-50421 {
    height: 250px;
}
}



@media (min-width: 768px) {.mentorship-profile-96281 .client-quotes-38719 {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.mentorship-profile-96281 .media-img-32764 {
    transform: rotateY(-10deg);
    transform-origin: right;
    border-radius: 30px 0 0 30px;
    height: 100%;
}.mentorship-profile-96281 .client-quotes-38719:hover .media-img-32764 {
    transform: rotateY(0deg) translateZ(30px);
}.mentorship-profile-96281 .experience-85270 {
    transform: rotateY(5deg);
    border-radius: 0 30px 30px 0;
    transform-origin: left;
}.mentorship-profile-96281 .client-quotes-38719:hover .experience-85270 {
    transform: rotateY(0deg) translateZ(20px);
}
}



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



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}



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

@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

