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

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(177,191,210) rgb(137,160,184,0.5);
}

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

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

#cookie-alert-dialog {
    display: none;
}

#cookie-alert-dialog:checked ~ .modalTrackingConsent {
    visibility: hidden;
    opacity: 0;
}

.modalTrackingConsent .container {
    gap: 1rem;
    display: flex;
    max-width: 1140px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}

.edu-cookies p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.web-cookies {
    background: rgb(177,191,210);
}

.cookie-guard:hover {
    transform: translateY(-3px);
    background: #000000;
}

.modalTrackingConsent p a {
    color: rgb(177,191,210);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.experience-trial::before {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateZ(-10px);
    top: 0;
    content: '';
    left: 0;
    background: linear-gradient(45deg, rgb(177,191,210,0.5) 0%, transparent 50%);
    z-index: -1;
}

.experience-trial .container {
    max-width: 1200px;
    align-items: center;
    position: relative;
    display: flex;
    transform: translateZ(20px);
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
}

.experience-trial a.message-query {
    transform: translateZ(10px);
    display: inline-flex;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 18px;
    border: none;
    align-items: center;
    color: rgb(177,191,210);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
}

.appPage {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgb(177,191,210,0.5) 100%);
    overflow: hidden;
}

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

.appPage h2 {
    position: relative;
    color: #000000;
    transform: translateZ(30px);
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 34px;
    text-align: left;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
}

.appPage .learn-vision::before {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(177,191,210,0.5) 0%, transparent 80%);
    width: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.07;
}

.appPage ul {
    margin: 0;
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
}

.appPage li::before {
    top: 12px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background: linear-gradient(135deg, rgb(177,191,210) 0%, rgb(137,160,184) 100%);
    width: 10px;
    position: absolute;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    transform: scale(0);
}

.data-summary h3 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: calc(31px * 0.85);
    position: relative;
    transform: translateZ(30px);
    color: #000000;
    letter-spacing: 1px;
}

.data-summary .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.data-summary .statistics-value {
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 35px 25px;
    position: relative;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.3, 1.5, 0.7, 1), 
                box-shadow 0.5s cubic-bezier(0.3, 0.7, 0.4, 1);
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05),
                0 1px 2px rgba(0,0,0,0.03);
    align-items: center;
    transform: translateZ(0px) rotateX(0deg);
    will-change: transform, box-shadow;
    overflow: hidden;
}

.data-summary .statistics-value:nth-child(1) {
    --stat-index: 1;
}

.data-summary .statistics-value:nth-child(3) {
    --stat-index: 3;
}

.data-summary .statistics-value:nth-child(5) {
    --stat-index: 5;
}

.data-summary .statistics-value:nth-child(7) {
    --stat-index: 7;
}

.data-summary .statistics-value p::after {
    right: -15px;
    position: absolute;
    top: 5px;
    transform: scale(0);
    opacity: 0;
    color: rgb(137,160,184);
    animation: popIn 0.4s forwards 1.8s;
    font-size: calc(24px * 0.9);
    content: "+";
}

.newsletter::after {
    background: linear-gradient(240deg, transparent, rgb(137,160,184,0.5), transparent);
    transform: rotate(20deg) translateZ(0);
    animation: shine 8s infinite ease-in-out reverse;
    width: 35%;
    bottom: -10%;
    left: -5%;
    height: 130%;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    content: "";
}

.newsletter h4 {
    margin: 0 0 1rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    font-size: calc(24px * 1.1);
    line-height: 1.4;
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
    transform: translateZ(0);
    font-weight: 600;
}

.newsletter h4 {
    text-align: center;
    padding-left: 0;
}

.newsletter .input_holder {
    flex-direction: column;
    position: relative;
    gap: 1rem;
    display: flex;
    z-index: 2;
    width: 100%;
}

.newsletter input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}

.newsletter input[type="email"]:focus {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(177,191,210,0.5);
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.3);
}

.newsletter .sub-support {
    padding: 1rem 2rem;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: rgb(177,191,210);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    border-radius: 20px;
    border: none;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.price-list::before {
    z-index: 1;
    content: "";
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}

.price-list:hover h2::after {
    transform: scaleX(1.2);
}

.price-list .edu-packages {
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto 60px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #ffffff;
    font-size: calc(12px + 2px);
    text-align: center;
    opacity: 0.9;
}

.price-list .program-price li:hover {
    transform: translateY(-10px);
    z-index: 10;
}

.price-list .offer-box:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}

.price-list .offer-box:hover::before {
    opacity: 0.2;
}

.price-list .rate-panel {
    padding: 40px 30px;
    position: relative;
    z-index: 2;
}

.price-list .promo-cost h4 {
    font-size: calc(19px + 2px);
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    color: #ffffff;
}

.price-list .offer-box:hover .promo-cost p {
    color: #ffffff;
}

.price-list .price-options::before {
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(137,160,184) 0%, transparent 100%);
    left: 0;
    bottom: 0;
}

.secure-sanctuary::before {
    position: absolute;
    z-index: 0;
    content: '';
    background-color: rgb(177,191,210,0.5);
    height: 200px;
    border-radius: 50%;
    width: 200px;
    left: -50px;
    top: -50px;
}

.secure-sanctuary h2 {
    font-size: 35px;
    border-bottom: 2px solid rgb(137,160,184);
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.secure-sanctuary ul, .secure-sanctuary ol {
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
    z-index: 1;
    list-style: none;
}

.secure-sanctuary ul li:before, .secure-sanctuary ol li:before {
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(137,160,184,0.5);
    left: 0;
    content: '';
    background-color: rgb(137,160,184);
    top: 0.6em;
    width: 12px;
    height: 12px;
    position: absolute;
}

.secure-sanctuary div {
    z-index: 1;
    margin-bottom: 30px;
    position: relative;
}

.secure-sanctuary div::before {
    left: -20px;
    content: '';
    background-color: rgb(137,160,184);
    border-radius: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
}

.opening-board::after {
    filter: blur(40px);
    position: absolute;
    z-index: 0;
    right: -10%;
    top: -10%;
    height: 50%;
    animation: floatBubble 15s ease-in-out infinite alternate;
    content: "";
    opacity: 0.1;
    transform: rotate(-15deg);
    width: 50%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(177,191,210);
}

.opening-board .page-front > div:first-child::before {
    left: 0;
    transform-origin: left center;
    transform: scaleY(0.95);
    width: 5px;
    background: linear-gradient(to bottom, rgb(177,191,210), rgb(137,160,184));
    height: 100%;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
}

.opening-board .learn-space {
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

.opening-board .learn-space:hover h1 {
    transform: translateX(10px);
}

.opening-board .learn-space:hover h1::after {
    transform: scaleX(1);
    opacity: 1;
}

.opening-board .learn-space > div {
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.1),
    0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}

.opening-board .learn-space:hover p {
    transform: translateY(-5px);
}

.get-in-touch {
    position: relative;
    padding: 0;
}

.get-in-touch .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.get-in-touch .support-reach {
    display: flex;
    position: relative;
}

.get-in-touch .support-map h3 {
    color: #ffffff;
    font-size: 29px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
}

.get-in-touch .support-map div {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.get-in-touch .support-map a {
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.get-in-touch form h3::after {
    width: 60px;
    bottom: -15px;
    content: '';
    height: 3px;
    background: rgb(177,191,210);
    left: 0;
    position: absolute;
}

.get-in-touch form input::placeholder {
    color: #9e9e9e;
}

.get-in-touch .connect-grid {
    margin: 30px 0;
    align-items: flex-start;
    display: flex;
}

.get-in-touch .connect-grid input[type="checkbox"]:checked {
    border-color: rgb(177,191,210);
    background-color: rgb(177,191,210);
}

.get-in-touch .connect-grid label {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}

.get-in-touch .connect-grid a {
    text-decoration: none;
    color: rgb(177,191,210);
    transition: color 0.3s ease;
    font-weight: 600;
}

.get-in-touch .message-query:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

header:before {
    content: '';
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
    animation: shimmer 8s infinite linear;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
}

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

header .site-study {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .main-edu {
    display: flex;
    align-items: center;
    position: relative;
    gap: 35px;
}

header .main-edu:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

header .site-start:before {
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    height: 1px;
    transform-origin: right;
    width: 100%;
    left: 0;
}

header .site-start:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}

header .nav-info:before {
    content: '';
    width: calc(100% + 20px);
    opacity: 0;
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
    position: absolute;
    background: radial-gradient(
        circle,
        rgb(177,191,210,0.5) 0%,
        transparent 70%
    );
    transition: opacity 0.5s ease;
    z-index: -1;
}

header .nav-info:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(177,191,210));
}

.course-summary::after {
    height: 240px;
    background: linear-gradient(225deg, rgb(177,191,210) 0%, rgb(137,160,184) 100%);
    transform: rotate(15deg);
    opacity: 0.07;
    content: "";
    bottom: -20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -20px;
    position: absolute;
    width: 240px;
    z-index: 0;
}

.course-summary .job-classes {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.course-summary .post-image::before {
    content: "";
    top: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
}

.course-summary .description {
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

footer::before {
    left: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(177,191,210) 100%);
    right: 0;
    position: absolute;
    content: '';
    bottom: 0;
    opacity: 0.92;
    z-index: 1;
    top: 0;
}

.sec-cert .company_holder h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.sec-cert .reward-sys {
    position: relative;
    order: 1;
}

.sec-cert .head-teach {
    justify-content: space-between;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
}

.sec-cert .main-edu:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.sec-cert .main-edu::before {
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 10px;
    position: absolute;
    content: '';
    z-index: -1;
}

.sec-cert .main-edu .head-teach {
    padding: 0 10px;
    flex-direction: column;
    margin: 0;
    display: flex;
    gap: 12px;
}

.sec-cert .main-edu .head-teach a:hover {
    transform: translateX(5px);
    color: #ffffff;
    opacity: 1;
}

.sec-cert .main-edu .head-teach a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.progress-bar .container {
    text-align: center;
}

.progress-bar .med-guides {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}

footer::after {
    content: '';
    top: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.user-reviews .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.user-reviews h2 {
    margin-bottom: 4rem;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(36px * 1.3);
    text-align: left;
    transform: translateX(5%);
}

.user-reviews .client-opinions::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 3px;
    bottom: 10px;
    background: linear-gradient(to bottom, rgb(177,191,210), rgb(137,160,184));
    left: 25px;
    top: 10px;
}

.user-reviews .student-votes:hover::before {
    transform: scale(1.3);
    box-shadow: 0 0 0 8px rgb(215,222,236), 0 0 15px rgb(177,191,210);
}

.user-reviews .student-votes:hover img {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 8px 8px 0 rgb(177,191,210);
}

.user-reviews .student-votes p::after {
    content: "";
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    width: 40px;
    background: rgb(137,160,184);
}

.user-reviews .student-votes .description::before {
    left: 10px;
    top: 10px;
    font-size: 4rem;
    line-height: 1;
    position: absolute;
    color: rgb(177,191,210,0.5);
    opacity: 0.2;
    content: "";
}

.user-reviews .student-votes:nth-child(even):hover img {
    transform: rotate(0deg) scale(1.05);
}

.leadership-profile .container {
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
}

.leadership-profile .post-image {
    min-height: 400px;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.leadership-profile .post-image::before {
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    z-index: 1;
    height: 50%;
    position: absolute;
    bottom: 0;
    content: "";
}

.leadership-profile .student-votes span:not(.name) {
    bottom: 30px;
    left: 30px;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    opacity: 0.85;
    z-index: 2;
    position: absolute;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}

.leadership-profile .exp-grid::after {
    position: absolute;
    width: 40px;
    right: 40px;
    background: linear-gradient(to left top, 
        rgb(137,160,184) 0%, 
        rgb(137,160,184) 50%, 
        transparent 50%, 
        transparent 100%);
    height: 30px;
    opacity: 0.2;
    content: "";
    bottom: 40px;
}

.audience-profile .learn-vision {
    display: flex;
    max-width: 1100px;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    padding: 0 2rem;
}

.audience-profile h3 {
    margin-bottom: 4rem;
    opacity: 0.9;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 48px;
    color: rgb(177,191,210);
    position: relative;
}

.audience-profile li {
    display: flex;
    border-radius: 16px;
    border: 1px solid rgba(#ffffff, 0.1);
    overflow: hidden;
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    padding: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(#ffffff, 0.08);
}

.audience-profile li {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}

.audience-profile li svg path {
    transition: fill 0.5s ease;
    fill: rgb(137,160,184);
}

.about-this {
    background: linear-gradient(145deg, rgb(215,222,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.about-this h1::after {
    transform-origin: left center;
    bottom: -0.5rem;
    height: 4px;
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 60%;
    background: linear-gradient(90deg, rgb(177,191,210) 0%, transparent 100%);
    left: 0;
}

.about-this .fast-guide::before {
    width: 4px;
    content: "";
    top: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(177,191,210), rgb(137,160,184));
    left: 0;
    position: absolute;
    transition: height 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-this .fast-guide h4 {
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
    font-size: 19px;
    color: rgb(137,160,184);
    display: inline-block;
    margin-bottom: 1.5rem;
}

.about-this .fast-guide:last-child {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}


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



@media screen and (max-width: 992px) {.experience-trial {
    padding: 4rem 1.5rem;
}.experience-trial h6 {
    font-size: calc(17px - 2px);
    margin-bottom: 2rem;
}.experience-trial a.message-query {
    padding: 0.9rem 2rem;
}
}



@media screen and (max-width: 768px) {.experience-trial {
    padding: 3.5rem 1.25rem;
}.experience-trial h6 {
    margin-bottom: 1.75rem;
    line-height: 1.5;
    font-size: calc(17px - 4px);
}.experience-trial::after {
    right: -30%;
    top: -30%;
}
}




@media screen and (max-width: 1200px) {.appPage {
    padding: 100px 0 80px;
}.appPage h2 {
    font-size: calc(34px - 2px);
}
}



@media screen and (max-width: 992px) {.appPage {
    padding: 80px 0 60px;
}.appPage h2 {
    font-size: calc(34px - 4px);
}.appPage .learn-vision {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.appPage {
    padding: 50px 0 40px;
}.appPage h2 {
    margin-bottom: 25px;
    font-size: calc(34px - 8px);
}.appPage .learn-vision {
    padding: 25px 20px;
}.appPage li {
    padding-left: 22px;
}.appPage li span {
    line-height: 1.6;
    font-size: calc(18px - 1px);
}.appPage li::before {
    width: 7px;
    height: 7px;
    top: 10px;
}
}



@media (min-width: 576px) and (max-width: 767px) {.data-summary {
    padding: 70px 0;
}.data-summary h3 {
    font-size: calc(31px * 0.75);
    margin-bottom: 40px;
}.data-summary ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.data-summary .statistics-value {
    padding: 25px 15px;
}.data-summary .statistics-value p {
    font-size: calc(40px * 0.7);
}
}



@media (min-width: 992px) {.newsletter {
    padding: 6rem 0;
}.newsletter .learn-vision {
    padding: 4rem;
    gap: 4rem;
}.newsletter h4 {
    font-size: calc(24px * 1.3);
}.newsletter .learn-vision > div:first-child {
    animation: fadeIn 0.8s ease-out;
}.newsletter .input_holder {
    animation: fadeIn 0.8s 0.2s both ease-out;
}
}


@media only screen and (max-width: 800px) {.secure-sanctuary {
    padding: 40px 20px;
}.secure-sanctuary h1 {
    font-size: calc(23px - 10px);
}.secure-sanctuary h2 {
    font-size: calc(23px - 8px);
}.secure-sanctuary p, .secure-sanctuary li {
    font-size: calc(15px - 2px);
}.secure-sanctuary::before, .secure-sanctuary::after {
    height: 150px;
    width: 150px;
}}



@media (max-width: 767px) {.opening-board {
    padding: 3rem 1rem;
}.opening-board .page-front {
    gap: 2rem;
}.opening-board .page-front > div:first-child {
    padding: 1.5rem;
}.opening-board .page-front > div:first-child h3 {
    font-size: calc(23px * 0.8);
}.opening-board .learn-space {
    padding: 2rem 1.5rem;
}.opening-board .learn-space h1 {
    margin-bottom: 1.2rem;
    font-size: calc(43px * 0.9);
}.opening-board .learn-space p {
    font-size: 16px;
    padding: 1.5rem;
}}



@media (max-width: 576px) {.get-in-touch .support-map,
    .get-in-touch .inquiry-query {
    padding: 40px 25px;
}.get-in-touch .support-map h3,
    .get-in-touch form h3 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.get-in-touch .support-map div {
    margin-bottom: 20px;
}.get-in-touch .message-query {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 768px) {.course-summary {
    padding: 8rem 0;
}.course-summary h2 {
    font-size: calc(28px * 1.1);
    max-width: 75%;
    margin-bottom: 4rem;
}.course-summary h2::after {
    width: 12rem;
}.course-summary .job-classes {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-summary .post-image {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course-summary .section-content {
    max-height: 500px;
}
}



@media (min-width: 1200px) {.course-summary .container {
    padding: 0 2rem;
}.course-summary h2 {
    max-width: 65%;
    transform: translateX(-1rem);
    font-size: calc(28px * 1.3);
}.course-summary .job-classes {
    gap: 6rem;
}.course-summary .post-image {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.course-summary .post-image:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}



@media (max-width: 576px) {.sec-cert {
    padding: 40px 0 20px;
}.sec-cert .company_holder h3 {
    font-size: calc(30px * 0.8);
}.sec-cert .main-edu h5 {
    font-size: calc(22px * 0.9);
}}



@media (max-width: 768px) {.user-reviews {
    padding: 4rem 1rem;
}.user-reviews .client-opinions {
    padding-left: 40px;
    gap: 5rem;
}.user-reviews .client-opinions::before {
    left: 20px;
}.user-reviews .student-votes {
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "image"
            "name"
            "description";
}.user-reviews .student-votes::before {
    left: -40px;
    top: 30px;
}.user-reviews .student-votes img {
    justify-self: start;
}.user-reviews .student-votes p {
    padding-bottom: 0.7rem;
}.user-reviews .student-votes .description {
    padding: 1.2rem;
}.user-reviews .student-votes:nth-child(even) {
    margin-left: 0;
}
}



@media (max-width: 480px) {.leadership-profile {
    padding: 60px 0;
}.leadership-profile .post-image {
    min-height: 250px;
    height: 250px;
}.leadership-profile .exp-grid {
    padding: 30px 20px;
    font-size: calc(13px * 0.9);
}.leadership-profile .name {
    bottom: 45px;
    font-size: calc(20px * 0.85);
    left: 20px;
}.leadership-profile .student-votes span:not(.name) {
    left: 20px;
    bottom: 20px;
    font-size: calc(13px * 0.9);
}.leadership-profile .exp-grid::before,
    .leadership-profile .exp-grid::after {
    width: 20px;
    height: 16px;
}}



@media (min-width: 768px) {.about-this {
    padding: 8rem 0;
}.about-this h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 4rem;
}.about-this .knowledge-pro ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.about-this .fast-guide {
    padding: 3rem;
}.about-this .fast-guide div {
    max-height: 300px;
}
}



@media (max-width: 576px) {.about-this {
    padding: 4rem 0;
}.about-this h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 2.5rem;
}.about-this .fast-guide {
    padding: 2rem 1.5rem;
}.about-this .fast-guide h4 {
    margin-bottom: 1rem;
    font-size: calc(19px * 0.9);
}.about-this .fast-guide div {
    font-size: calc(12px * 0.95);
    max-height: 150px;
}.about-this .knowledge-pro ul {
    gap: 2rem;
}
}



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}



@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}



@keyframes counterAnimation {
    0% { 
        transform: translateY(25px);
        opacity: 0;
    }
    30% { 
        opacity: 1;
    }
    100% { 
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes scaleIn {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}



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

