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

.sec-cert {
    flex: 0 0 auto;
}

.sec-cert {
    padding: 90px 0 50px;
    z-index: 2;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}


.modalTrackingConsent {
    width: 100%;
    z-index: 90;
    padding: 1rem 0;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    justify-content: center;
    display: flex;
    border-top: 3px solid rgb(177,191,210);
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(215,222,236);
    transition: transform 0.3s ease-in-out;
}

.edu-cookies {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}

.cookie-guard {
    text-decoration: none;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    display: inline-block;
    font-size: 1rem;
    border: none;
    background: rgb(177,191,210);
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
}

.experience-trial::after {
    z-index: -1;
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    content: '';
    top: -50%;
    position: absolute;
    width: 100%;
    right: -50%;
}

.experience-trial div {
    display: flex;
    justify-content: center;
    transform: translateZ(40px);
}

.experience-trial span {
    transition: transform 0.3s ease-out;
    display: inline-block;
    transform-style: preserve-3d;
    position: relative;
}

.experience-trial a.message-query::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    position: absolute;
    top: 0;
    transition: transform 0.6s ease;
    left: 0;
    content: '';
    transform: translateX(-100%);
}

.experience-trial a.message-query:hover span {
    transform: scale(1.05);
}

.experience-trial a.message-query:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0) translateZ(5px);
}

.appPage::after {
    right: -10%;
    background: rgb(177,191,210);
    transform: rotate(-15deg) skewX(-15deg);
    height: 70%;
    width: 50%;
    top: 20%;
    z-index: 0;
    position: absolute;
    content: "";
    opacity: 0.03;
}

.appPage h2::after {
    width: 80px;
    left: 0;
    transform-origin: left;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(to right, rgb(177,191,210), rgb(137,160,184));
    transform: scaleX(0);
    content: "";
    height: 4px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.appPage .learn-vision::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(177,191,210,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    transform: scale(0.8);
    width: 300%;
    transition: opacity 1.5s ease, transform 1.5s ease;
    left: -100%;
    opacity: 0;
    pointer-events: none;
    top: -100%;
    height: 300%;
}

.appPage .learn-vision:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}

.data-summary::before {
    transform: translateZ(-50px);
    opacity: 0.15;
    content: "";
    right: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(177,191,210,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(137,160,184,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.data-summary ul {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
    perspective: 800px;
}

.data-summary .statistics-value::after {
    content: "";
    border-right: 2px solid rgb(177,191,210,0.5);
    position: absolute;
    transition: all 0.4s ease-out;
    border-top: 2px solid rgb(177,191,210,0.5);
    transform: scale(0.5);
    top: 5px;
    opacity: 0;
    height: 20px;
    right: 5px;
    width: 20px;
}

.data-summary .statistics-value:hover::before {
    transform: scaleX(1);
}

.data-summary .statistics-value:hover::after {
    opacity: 0.8;
    transform: scale(1);
}

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

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

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

.data-summary .statistics-value p {
    font-size: calc(40px * 0.8);
    animation: counterAnimation 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: rgb(177,191,210);
    font-weight: 700;
    display: inline-block;
    opacity: 0;
    animation-delay: calc(var(--stat-index, 0) * 0.15s + 0.6s);
    margin: 0;
    transform: translateY(25px);
}

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

.newsletter .learn-vision {
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.1) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
    border-radius: 20px;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    gap: 2rem;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-backdrop-filter: blur(15px);
    display: grid;
    transform: translateZ(0);
    backdrop-filter: blur(15px);
}

.newsletter .input_holder span {
    position: relative;
    width: 100%;
    display: block;
}

.newsletter input[type="email"] {
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    outline: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(5px);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(5px);
    color: #ffffff;
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.newsletter .sub-support:hover {
    color: rgb(177,191,210);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    background: linear-gradient(to right, #ffffff, rgba(255,255,255,0.9));
    transform: translateY(-3px);
}

.newsletter .sub-support:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

.price-list h2::after {
    background: linear-gradient(90deg, rgb(137,160,184), rgb(177,191,210));
    transition: transform 0.4s ease;
    display: block;
    margin: 20px auto 0;
    height: 3px;
    transform: scaleX(1);
    content: "";
    width: 80px;
}

.price-list .program-price {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-list .offer-box::before {
    height: 100%;
    transition: opacity 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(230deg, rgb(137,160,184,0.5) 0%, transparent 80%);
    width: 100%;
}

.price-list .promo-cost {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-list .promo-cost h4::after {
    position: absolute;
    height: 2px;
    content: "";
    transition: width 0.4s ease;
    width: 40px;
    bottom: 0;
    left: 0;
    background: rgb(177,191,210);
}

.price-list .price-options {
    position: relative;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    transition: transform 0.3s ease;
    background-clip: text !important;
    font-size: calc(19px + 4px);
    font-weight: 700;
    background: linear-gradient(90deg, rgb(137,160,184) 0%, rgb(177,191,210) 100%);
    margin-top: auto;
    padding: 10px 0;
    -webkit-background-clip: text !important;
}

.secure-sanctuary::after {
    position: absolute;
    content: '';
    width: 200px;
    z-index: 0;
    bottom: -50px;
    height: 200px;
    border-radius: 50%;
    right: -50px;
    background-color: rgb(137,160,184,0.5);
}

.secure-sanctuary h3 {
    font-size: 35px;
    padding-bottom: 8px;
    font-weight: 600;
}

.secure-sanctuary li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}

.secure-sanctuary ol li {
    list-style-type: none;
}

.secure-sanctuary p, .secure-sanctuary span {
    position: relative;
    z-index: 1;
    font-size: 15px;
    margin-bottom: 25px;
    text-align: justify;
}

.secure-sanctuary p {
    border-left: 3px solid rgb(177,191,210);
    padding-left: 10px;
}

.opening-board {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgb(137,160,184,0.5) 100%);
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
}

.opening-board .page-front {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    display: grid;
}

.opening-board .page-front > div:first-child {
    position: relative;
    padding: 2rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.1),
    0 8px 15px rgba(0, 0, 0, 0.05),
    0 2px 0 rgb(177,191,210,0.5);
    transform: translateY(0);
}

.opening-board .page-front > div:last-child {
    position: relative;
    overflow: hidden;
}

.opening-board .learn-space:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

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

.opening-board .learn-space h1 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateX(0);
    position: relative;
    margin: 0 0 1.5rem;
    line-height: 1.2;
    transition: transform 0.5s ease;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    font-size: 43px;
    color: #000000;
    z-index: 1;
}

.opening-board .learn-space:hover > div {
    transform: translateY(-10px);
}

.opening-board .learn-space > div::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    content: "";
    opacity: 0.7;
    width: 100%;
    top: 0;
    left: 0;
}

.get-in-touch::before {
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    opacity: 0.92;
    height: 100%;
    background-color: rgb(215,222,236);
    width: 100%;
}

.get-in-touch .support-map {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 80px 50px;
    background-color: rgb(177,191,210);
    width: 40%;
    justify-content: center;
}

.get-in-touch .support-map svg {
    margin-right: 20px;
    height: 25px;
    width: 25px;
}

.get-in-touch .support-map span {
    font-size: 15px;
    color: #ffffff;
}

.get-in-touch .inquiry-query {
    width: 60%;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    padding: 100px 50px 100px 100px;
}

.get-in-touch form input[type="text"],
.get-in-touch form input[type="email"] {
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #000000;
    padding: 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    border: none;
}

.get-in-touch .connect-grid input[type="checkbox"]:checked::before {
    left: 6px;
    top: 2px;
    width: 6px;
    position: absolute;
    content: '';
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    height: 10px;
}

.get-in-touch .message-query {
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    padding: 15px 40px;
    background: rgb(177,191,210);
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    z-index: 1;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

header:after {
    position: absolute;
    width: 100%;
    opacity: 0.8;
    height: 3px;
    filter: blur(1px);
    left: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(137,160,184) 0%,
        rgb(177,191,210) 50%,
        rgb(137,160,184) 100%
    );
    content: '';
}

header .container:before {
    opacity: 0.5;
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
    height: 1px;
    width: 100%;
    bottom: -1px;
}

header .site-start {
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    padding: 5px 0;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

header .site-start:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}

header .site-start:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

header .nav-info {
    display: flex;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    padding: 5px;
    align-items: center;
}

header .nav-info:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}

header .nav-info:hover:after {
    opacity: 0.7;
}

header .nav-info svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 3px rgb(177,191,210,0.5));
}

.course-summary::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 20% 30%, rgb(137,160,184,0.5) 0%, transparent 60%);
    top: 0;
    width: 100%;
    content: "";
    z-index: 0;
    pointer-events: none;
}

.course-summary h2 {
    margin-bottom: 3.5rem;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateX(-0.5rem);
    font-size: 28px;
    max-width: 85%;
}

.course-summary .post-image {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 400px;
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 0.5rem;
}

.course-summary .description:first-of-type::first-letter {
    font-weight: 700;
    float: left;
    font-size: 3.5em;
    color: rgb(177,191,210);
    padding: 0.1em 0.1em 0 0;
    margin-right: 0.1em;
    line-height: 0.8;
}

.sec-cert .container {
    display: flex;
    flex-direction: column;
}

.sec-cert .company_holder {
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: shiftGradient 15s ease infinite;
    background-size: 200% 200%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    order: 2;
    padding: 30px;
    border-radius: 13px;
    margin-top: 70px;
    transform: perspective(1000px) rotateX(2deg);
}

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

.sec-cert .main-edu:hover {
    transform: perspective(1000px) rotateY(0);
}

.sec-cert .main-edu h5 {
    margin-bottom: 30px;
    word-wrap: break-word;
    font-size: 22px;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}

.sec-cert .main-edu .head-teach a {
    white-space: normal;
    align-items: center;
    color: #ffffff;
    word-break: break-word;
    transition: all 0.3s ease;
    opacity: 0.8;
    display: flex;
    font-size: 13px;
    text-decoration: none;
}

.progress-bar {
    padding: 25px 0;
    margin-top: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}



.sec-cert .reward-sys::before {
    height: 250px;
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    animation: pulse 10s infinite ease-in-out reverse;
    z-index: -1;
    content: '';
    width: 250px;
    bottom: -10%;
    opacity: 0.1;
    left: -5%;
    background: rgb(137,160,184);
}

.user-reviews::before {
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: radial-gradient(circle at top right, rgb(137,160,184,0.5) 0%, transparent 60%);
    z-index: 0;
}

.user-reviews h2::after {
    width: 100px;
    transform: scaleX(1);
    left: 0;
    content: "";
    position: absolute;
    bottom: -15px;
    background: rgb(177,191,210);
    transition: transform 0.5s ease;
    transform-origin: left;
    height: 4px;
}

.user-reviews .student-votes::before {
    border: 3px solid rgb(177,191,210);
    height: 20px;
    border-radius: 50%;
    z-index: 2;
    background: #ffffff;
    top: 40px;
    position: absolute;
    content: "";
    box-shadow: 0 0 0 5px rgb(215,222,236);
    left: -50px;
    transition: all 0.3s ease;
    width: 20px;
}

.user-reviews .student-votes p {
    padding-bottom: 0.5rem;
    grid-area: name;
    align-self: end;
    color: #000000;
    font-size: calc(22px * 1.1);
    margin: 0;
    font-weight: 600;
    position: relative;
}

.user-reviews .student-votes .description {
    margin: 0;
    transition: all 0.3s ease;
    font-weight: 400;
    transform: translateX(0);
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    z-index: 1;
    border-radius: 18px;
    background: #ffffff;
    color: #000000;
    position: relative;
    grid-area: description;
}

.leadership-profile::before {
    height: 100%;
    opacity: 0.05;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(177,191,210,0.5) 0,
        rgb(177,191,210,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
}

.leadership-profile .post-image::after {
    opacity: 0.15;
    content: "";
    height: 100%;
    background: rgb(177,191,210);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
}

.leadership-profile .post-image:hover ~ .name,
.leadership-profile .post-image:hover ~ span:not(.name) {
    transform: translateX(5px);
}

.leadership-profile .exp-grid {
    position: relative;
    margin: 0;
    justify-content: center;
    font-size: 13px;
    font-family: Arial, sans-serif;
    flex-direction: column;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    display: flex;
    padding: 50px 40px;
}

.audience-profile {
    z-index: 1;
    padding: 6rem 0;
    background-color: rgb(215,222,236);
    overflow: hidden;
    position: relative;
}

.audience-profile::after {
    width: 100%;
    position: absolute;
    animation: cloudMove 25s infinite alternate ease-in-out;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(177,191,210,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(137,160,184,0.5), 0.1) 0%, transparent 40%);
    content: "";
}

.audience-profile ul {
    display: grid;
    width: 100%;
    padding: 0;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}

.audience-profile li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    border-color: rgba(rgb(177,191,210,0.5), 0.2);
}

.audience-profile li:hover::after {
    height: 4px;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(177,191,210) 0%,
        rgb(137,160,184) 100%
    );
    left: 0;
    content: "";
}

.audience-profile li:hover svg path {
    fill: rgb(177,191,210);
}

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

.about-this h1 {
    margin-bottom: 3rem;
    display: inline-block;
    transform: skewX(-5deg);
    text-align: left;
    color: rgb(177,191,210);
    font-size: 42px;
    font-weight: 700;
    position: relative;
}

.about-this .knowledge-pro {
    position: relative;
}

.about-this .knowledge-pro ul {
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0;
    margin: 0;
}

.about-this .fast-guide:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-this .fast-guide:hover::before {
    height: 100%;
}

.about-this .fast-guide div {
    overflow-y: auto;
    opacity: 0.9;
    color: #000000;
    padding-right: 1rem;
    line-height: 1.8;
    font-size: 12px;
    max-height: 200px;
    transition: opacity 0.3s ease;
    position: relative;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 768px) {.modalTrackingConsent .container {
    flex-direction: column;
    align-items: center;
}.track-toggle {
    margin-right: 0;
    margin-bottom: 1rem;
}.edu-cookies {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie-disclaimer {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media screen and (max-width: 576px) {.experience-trial {
    padding: 3rem 1rem;
}.experience-trial h6 {
    max-width: 100%;
    font-size: calc(18px + 1px);
    margin-bottom: 1.5rem;
}.experience-trial a.message-query {
    font-size: calc(18px - 1px);
    padding: 0.8rem 1.5rem;
}.experience-trial::before, 
    .experience-trial::after {
    transform: scale(0.8);
}}



@media screen and (max-width: 768px) {.appPage {
    padding: 60px 0 50px;
}.appPage h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 30px;
}.appPage .learn-vision {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.appPage h2::after {
    height: 3px;
    width: 60px;
}.appPage li {
    padding-left: 25px;
}.appPage li::before {
    height: 8px;
    width: 8px;
}
}



@media (min-width: 1200px) {.data-summary ul {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.data-summary .statistics-value {
    min-height: 220px;
    height: 100%;
}
}



@media (max-width: 575px) {.data-summary {
    padding: 60px 0;
}.data-summary h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.7);
}.data-summary ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.data-summary .statistics-value {
    padding: 25px 15px;
}.data-summary .statistics-value p {
    font-size: calc(40px * 0.65);
}.data-summary .statistics-value p::after {
    right: -12px;
    top: 3px;
}}



@media (max-width: 992px) {.price-list {
    padding: 90px 0;
}.price-list .program-price {
    grid-template-columns: repeat(2, 1fr);
}.price-list .rate-panel {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.price-list {
    padding: 60px 0;
}.price-list h2 {
    font-size: calc(38px - 6px);
}.price-list .promo-cost h4 {
    font-size: 19px;
}.price-list .promo-cost p {
    font-size: calc(12px - 1px);
}}



@media (min-width: 768px) {.opening-board {
    padding: 4rem 2rem;
}.opening-board .page-front {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.opening-board .page-front > div:first-child {
    padding: 2.5rem;
}.opening-board .page-front > div:first-child h3 {
    font-size: 23px;
}.opening-board .learn-space {
    padding: 3rem;
}.opening-board .learn-space h1 {
    margin-bottom: 2rem;
    font-size: calc(43px * 1.2);
}.opening-board .learn-space p {
    font-size: calc(16px * 1.2);
    padding: 2.5rem;
}
}



@media (max-width: 1024px) {.get-in-touch .support-map {
    padding: 60px 30px;
}.get-in-touch .inquiry-query {
    padding: 80px 40px 80px 70px;
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .main-edu {
    gap: 20px;
}header .nav-info svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .main-edu {
    background: rgb(177,191,210);
    -webkit-backdrop-filter: blur(15px);
    max-width: 320px;
    padding: 80px 30px 30px;
    z-index: 1001;
    width: 80%;
    position: fixed;
    flex-direction: column;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    background: linear-gradient(
            135deg,
            rgb(177,191,210) 0%,
            rgb(177,191,210,0.5) 100%
        );
    height: 100vh;
    gap: 20px;
    top: 0;
    right: -100%;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}header .main-edu:before {
    display: none;
}header .menu.active {
    right: 0;
}header .site-start {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 5px;
}header .site-start:last-child {
    border-bottom: none;
}header .nav-info {
    margin: 0 auto;
}
}



@media (max-width: 992px) {.sec-cert {
    padding: 70px 0 40px;
}.sec-cert .head-teach {
    gap: 40px;
}.sec-cert .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 768px) {.sec-cert {
    padding: 50px 0 30px;
}.sec-cert .head-teach {
    gap: 30px;
    flex-direction: column;
}.sec-cert .main-edu {
    min-width: 100%;
    max-width: 100%;
}.sec-cert .company_holder {
    padding: 20px;
}.sec-cert .hackathon {
    max-width: 100%;
}
}



@media (max-width: 480px) {.user-reviews h2 {
    font-size: 36px;
}.user-reviews .client-opinions {
    gap: 4rem;
    padding-left: 30px;
}.user-reviews .client-opinions::before {
    left: 15px;
}.user-reviews .student-votes::before {
    height: 15px;
    width: 15px;
    left: -30px;
}.user-reviews .student-votes img {
    width: 80px;
    height: 80px;
}}



@media (max-width: 768px) {.leadership-profile {
    padding: 80px 0;
}.leadership-profile .container {
    padding: 0 20px;
}.leadership-profile .student-votes {
    grid-template-columns: 1fr;
    gap: 0;
}.leadership-profile .post-image {
    min-height: 300px;
    height: 300px;
}.leadership-profile .exp-grid {
    padding: 35px 25px;
}.leadership-profile .name {
    font-size: calc(20px * 0.9);
    bottom: 50px;
    left: 25px;
}.leadership-profile .student-votes span:not(.name) {
    font-size: calc(13px * 0.95);
    bottom: 25px;
    left: 25px;
}.leadership-profile .exp-grid::before {
    left: 25px;
    top: 25px;
    height: 20px;
    width: 24px;
}.leadership-profile .exp-grid::after {
    height: 20px;
    width: 24px;
    right: 25px;
    bottom: 25px;
}
}



@media (max-width: 480px) {.audience-profile {
    padding: 3rem 0;
}.audience-profile .learn-vision {
    padding: 0 1rem;
}.audience-profile h3 {
    margin-bottom: 2.5rem;
    font-size: calc(48px * 0.7);
}.audience-profile li {
    padding: 1.25rem;
}.audience-profile li svg {
    width: 40px;
    margin-bottom: 1rem;
    height: 40px;
}}



@media (min-width: 1200px) {.about-this .fast-guide:first-child {
    transform: translateY(30px);
}.about-this .fast-guide:last-child {
    transform: translateY(-30px);
}.about-this .fast-guide:hover {
    transform: translateY(-10px);
}.about-this .fast-guide:first-child:hover {
    transform: translateY(20px);
}.about-this .fast-guide:last-child:hover {
    transform: translateY(-40px);
}.about-this .fast-guide div {
    max-height: 400px;
}
}



@media (prefers-reduced-motion: reduce) {.about-this .fast-guide,
    .about-this .fast-guide::before,
    .about-this .fast-guide h4,
    .about-this h1::after {
    transition: none;
}
}




@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}



@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}



@keyframes lineExpand {
    0% { transform: translateX(-50%) scaleX(0); }
    100% { transform: translateX(-50%) scaleX(1); }
}



@keyframes popIn {
    0% { 
        opacity: 0;
        transform: scale(0);
    }
    50% { 
        opacity: 1;
        transform: scale(1.2);
    }
    100% { 
        opacity: 1;
        transform: scale(1);
    }
}



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



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

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



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

