.header-tutor {
    flex: 1 0 auto;
}

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

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

header,footer {
    width: 100%;
}

header {
    background: rgb(177,191,210,0.5);
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 1000;
    width: 100%;
    left: 0;
}

.track-toggle {
    flex-shrink: 0;
    align-items: center;
    margin-right: 1rem;
    display: flex;
}

.track-toggle svg {
    height: 50px;
    fill: rgb(177,191,210);
    width: 50px;
}

.edu-cookies h5 {
    color: rgb(177,191,210);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.cookie_button.cookie-disclaimer {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_button.cookie-disclaimer:hover {
    background: rgb(177,191,210);
}

.modalTrackingConsent p a:hover {
    color: #000000;
}


.experience-trial {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 2rem;
    position: relative;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(177,191,210) 0%, rgb(137,160,184) 100%);
}

.experience-trial h6 {
    transform: translateZ(30px);
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 17px;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    max-width: 90%;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.experience-trial a.message-query:hover {
    transform: translateY(-5px) translateZ(15px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    color: rgb(137,160,184);
}

.experience-trial a.message-query:hover::before {
    transform: translateX(100%);
}

.experience-trial a.message-query span {
    z-index: 1;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}

.appPage::before {
    height: 100%;
    z-index: 1;
    background-size: 60px 60px;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(137,160,184,0.5) 49.5%, rgb(137,160,184,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(137,160,184,0.5) 49.5%, rgb(137,160,184,0.5) 50.5%, transparent 50.5%);
}

.appPage .learn-vision {
    background: #ffffff;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    opacity: 0;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    padding: 50px 40px;
    position: relative;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}

.appPage .learn-vision:hover::after {
    transform: scale(1);
    opacity: 0.05;
}

.appPage li {
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

.appPage li span {
    opacity: 0;
    color: #000000;
    font-size: 18px;
    transform: translateY(20px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.data-summary {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.data-summary h3::after {
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    background: rgb(177,191,210);
    animation: lineExpand 1.2s ease-out forwards 0.3s;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    width: 80px;
    bottom: -15px;
}

.data-summary .statistics-value::before {
    height: 3px;
    transform-origin: left;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(177,191,210), rgb(137,160,184));
    width: 100%;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}

.data-summary .statistics-value:hover {
    transform: translateZ(15px) rotateX(3deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 
                0 10px 25px rgba(0,0,0,0.08),
                0 3px 5px rgba(0,0,0,0.05);
}

.data-summary .statistics-value span {
    font-size: calc(18px * 0.9);
    text-align: center;
    margin-bottom: 12px;
    animation: fadeUpIn 0.7s forwards;
    animation-delay: calc(var(--stat-index, 0) * 0.1s + 0.3s);
    color: #000000;
    font-weight: 600;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}

.newsletter {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(177,191,210,0.5), rgb(137,160,184));
    z-index: 1;
    padding: 4rem 0;
}

.newsletter::before {
    z-index: -1;
    background: linear-gradient(120deg, transparent, rgb(177,191,210,0.5), transparent);
    height: 140%;
    right: -5%;
    top: -10%;
    position: absolute;
    animation: shine 8s infinite ease-in-out;
    width: 40%;
    opacity: 0.3;
    transform: rotate(-15deg) translateZ(0);
    content: "";
}

.newsletter .learn-vision:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
    transform: translateY(-5px) translateZ(0);
}

.newsletter h4::before {
    background: #ffffff;
    border-radius: 10px;
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: scaleY(0);
    width: 4px;
    bottom: 0.2em;
    opacity: 0.8;
    top: 0.2em;
    content: "";
    transform-origin: bottom;
    left: 0;
    position: absolute;
}

.newsletter h4::before {
    left: 50%;
    animation: widthIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    height: 3px;
    bottom: auto;
    top: -0.8rem;
    transform: translateX(-50%) scaleX(0);
    width: 50px;
}

.newsletter input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.newsletter .sub-support::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
    transition: all 0.5s ease;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
}

.newsletter .sub-support:hover::before {
    left: 100%;
    animation: shine 1s forwards;
}

.price-list {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.lesson-plans {
    position: relative;
}

.price-list h2 {
    transform: translateY(0);
    position: relative;
    font-size: 38px;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    text-align: center;
}

.price-list .program-price li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}

.price-list .offer-box {
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    display: block;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
}

.price-list .offer-box:hover .promo-cost h4::after {
    width: 60px;
}

.price-list .promo-cost p {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 30px;
    transition: color 0.3s ease;
    flex-grow: 1;
    color: rgba(255,255,255,0.85);
}

.price-list .offer-box:hover .price-options {
    transform: scale(1.05);
}

.secure-sanctuary {
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    background-color: rgb(215,222,236);
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    padding: 60px 40px;
    overflow: hidden;
}

.secure-sanctuary h1, .secure-sanctuary h2, .secure-sanctuary h3, .secure-sanctuary h4, .secure-sanctuary h5, .secure-sanctuary h6 {
    margin-bottom: 20px;
    color: rgb(177,191,210);
    position: relative;
    z-index: 1;
}

.secure-sanctuary h1 {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(137,160,184);
    font-size: 39px;
    padding-bottom: 12px;
    letter-spacing: 1px;
}

.secure-sanctuary ol {
    counter-reset: item;
}

.secure-sanctuary ol li:before {
    color: #ffffff;
    counter-increment: item;
    box-shadow: 0 0 5px rgb(177,191,210,0.5);
    font-size: 18px;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    content: counter(item);
    position: absolute;
    text-align: center;
    line-height: 20px;
    background-color: rgb(177,191,210);
}

.opening-board::before {
    background-size: 60px 60px;
    pointer-events: none;
    width: 100%;
    opacity: 0.05;
    background: 
    linear-gradient(45deg, transparent 45%, rgb(137,160,184,0.5) 45%, rgb(137,160,184,0.5) 55%, transparent 55%),
    linear-gradient(135deg, transparent 45%, rgb(177,191,210,0.5) 45%, rgb(177,191,210,0.5) 55%, transparent 55%);
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}

.opening-board .page-front > div:first-child:hover {
    transform: translateY(-10px);
}

.opening-board .page-front > div:first-child:hover::before {
    transform: scaleY(1);
}

.opening-board .page-front > div:first-child h3 {
    font-size: calc(23px * 0.9);
    padding-left: 1rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: 0px solid transparent;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    position: relative;
    transition: padding-left 0.4s ease;
}

.opening-board .learn-space::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transform: scaleX(0.95);
    background: linear-gradient(to right, rgb(137,160,184), rgb(177,191,210));
    height: 5px;
    transform-origin: center top;
    top: 0;
    transition: transform 0.4s ease;
}

.opening-board .learn-space h1::after {
    transform: scaleX(0.6);
    bottom: -0.5rem;
    content: "";
    background: rgb(177,191,210);
    position: absolute;
    opacity: 0.7;
    left: 0;
    width: 80px;
    transform-origin: left center;
    transition: all 0.4s ease;
    height: 3px;
}

.opening-board .learn-space:hover > div::before {
    opacity: 0.5;
}

.opening-board .learn-space p {
    color: #ffffff;
    font-size: calc(16px * 1.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    font-weight: 400;
    z-index: 2;
    position: relative;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding: 2rem;
    margin: 0;
    opacity: 1;
    transform: translateY(0);
}

.get-in-touch .support-map h3::after {
    left: 0;
    content: '';
    width: 60px;
    bottom: -15px;
    height: 3px;
    position: absolute;
    background: #ffffff;
}

.get-in-touch .support-map div:last-child {
    border-bottom: none;
}

.get-in-touch .support-map svg path {
    fill: #ffffff;
}

.get-in-touch .support-map a:hover {
    opacity: 0.8;
}

.get-in-touch form {
    width: 100%;
}

.get-in-touch form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    position: relative;
}

.get-in-touch form input[type="text"]:focus,
.get-in-touch form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(177,191,210);
}

.get-in-touch .connect-grid input[type="checkbox"] {
    appearance: none;
    height: 20px;
    background: transparent;
    border: 1px solid #e0e0e0;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 20px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}

.get-in-touch .connect-grid a:hover {
    color: rgb(137,160,184);
}

.get-in-touch .message-query::after {
    top: 0;
    left: 0;
    transform: scaleX(0);
    background: rgb(137,160,184);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: '';
    position: absolute;
    transform-origin: right;
    z-index: -1;
    width: 100%;
}

header .head-skill {
    overflow: hidden;
    position: relative;
}

header .head-skill:before {
    top: 0;
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(177,191,210,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(137,160,184,0.5) 0%, transparent 40%);
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    pointer-events: none;
}

header .main-edu:before {
    transform: translateY(-50%) scaleX(0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    top: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    height: 35px;
    opacity: 0;
    content: '';
}

header .site-start:after {
    position: absolute;
    top: 0;
    transform: scaleY(0);
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(177,191,210,0.5),
        transparent
    );
    width: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
}

header .nav-info:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    left: 0;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(177,191,210),
        transparent
    ) 1;
    top: 0;
}

.course-summary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, #ffffff 65%, rgb(177,191,210,0.5) 100%);
    padding: 6rem 0;
}

.course-summary .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.course-summary h2::after {
    left: 0;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(177,191,210) 0%, rgb(137,160,184) 100%);
    width: 8rem;
    height: 0.25rem;
    position: absolute;
    content: "";
}

.course-summary .post-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course-summary .section-content {
    position: relative;
    max-height: 400px;
    padding-right: 1.5rem;
    scrollbar-width: thin;
    overflow-y: auto;
}

.course-summary .description:last-of-type {
    border-left: 3px solid rgb(137,160,184,0.5);
    position: relative;
    padding-left: 1.5rem;
}

footer {
    position: relative;
}

.sec-cert::before {
    content: '';
    opacity: 0.1;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    left: 0;
    height: 1px;
}

.sec-cert .company_holder h3::after {
    border-radius: 3px;
    content: '';
    background: rgb(177,191,210);
    margin: 15px auto 0;
    height: 3px;
    display: block;
    width: 60px;
}

.sec-cert .hackathon {
    line-height: 1.6;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 13px;
    position: relative;
}

.sec-cert .main-edu {
    padding: 20px;
    transition: transform 0.3s ease;
    min-width: 250px;
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    flex: 1;
    overflow: hidden;
    transform: translateZ(0);
    max-width: calc(50% - 30px);
}

.sec-cert .main-edu h5::before {
    height: 1px;
    left: 0;
    bottom: -1px;
    content: '';
    width: 50px;
    background: rgb(137,160,184);
    position: absolute;
}

.sec-cert .main-edu .head-teach a::before {
    margin-right: 10px;
    height: 6px;
    content: '';
    border-radius: 50%;
    min-width: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    opacity: 0;
    transform: scale(0);
    background: rgb(137,160,184);
}

.progress-bar::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(137,160,184,0.5), transparent);
    height: 1px;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
}

.user-reviews {
    background: linear-gradient(180deg, rgb(215,222,236) 0%, rgb(177,191,210,0.5) 30%, rgb(215,222,236) 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
}

.user-reviews::after {
    height: 100%;
    left: -10%;
    transform: rotate(45deg);
    top: -20%;
    opacity: 0.3;
    content: "";
    filter: blur(70px);
    width: 40%;
    background: rgb(177,191,210,0.5);
    position: absolute;
    z-index: 0;
}

.user-reviews:hover h2::after {
    transform: scaleX(1.5);
}

.user-reviews .client-opinions {
    flex-direction: column;
    padding-left: 50px;
    position: relative;
    gap: 8rem;
    display: flex;
}

.user-reviews .student-votes {
    gap: 0.5rem 2rem;
    display: grid;
    position: relative;
    grid-template-areas: 
        "image name"
        "image description";
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    grid-template-columns: 100px 1fr;
}

.user-reviews .student-votes img {
    box-shadow: 5px 5px 0 rgb(177,191,210,0.5);
    transition: all 0.3s ease;
    height: 100px;
    width: 100px;
    grid-area: image;
    object-fit: cover;
    border: 3px solid #ffffff;
    transform: rotate(-3deg);
    border-radius: 18px;
}

.user-reviews .student-votes:hover p::after {
    width: 80px;
}

.user-reviews .student-votes:hover .description {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.user-reviews .student-votes:nth-child(even) {
    margin-left: 30px;
}

.user-reviews .student-votes:nth-child(even) img {
    transform: rotate(3deg);
}

.leadership-profile {
    padding: 120px 0;
    position: relative;
    background: rgb(215,222,236);
    overflow: hidden;
}

.leadership-profile .student-votes {
    grid-template-columns: 350px 1fr;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    display: grid;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    max-width: 1000px;
    gap: 50px;
}

.leadership-profile .post-image:hover::after {
    opacity: 0;
}

.leadership-profile .name {
    left: 30px;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    position: absolute;
    margin: 0;
    z-index: 2;
    bottom: 60px;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
    color: #ffffff;
}

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

.audience-profile::before {
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    left: 0;
    z-index: -1;
}

.audience-profile h3::after {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
    height: 2px;
    width: 50px;
    position: absolute;
    content: "";
    bottom: -15px;
    background: rgb(177,191,210);
}

.audience-profile li::before {
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
}

.audience-profile li svg {
    opacity: 0.9;
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
    fill: rgb(137,160,184);
    margin-bottom: 1.5rem;
}

.audience-profile li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}

.about-this::before {
    z-index: 1;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(177,191,210,0.5), 0.02) 10px,
        rgba(rgb(177,191,210,0.5), 0.02) 20px
    );
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.about-this h1:hover::after {
    transform: scaleX(1.5);
}

.about-this .fast-guide {
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    transform: translateY(0);
    overflow: hidden;
}

.about-this .fast-guide:hover h4 {
    transform: translateX(10px);
    color: rgb(177,191,210);
}

.about-this .fast-guide:hover div {
    opacity: 1;
}

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

::-webkit-scrollbar {
    padding: 0px;
    width: 5px;
    background: rgb(177,191,210);
}

::-webkit-scrollbar-thumb {
    transition: background, box-shadow, border-radius 2.6s ease-in-out;
    border: 2px dotted rgb(177,191,210,0.5);
    background: rgb(255, 255, 255, 0.5);
    box-shadow: -4px -2px 14px 7px rgba(0, 0, 0, 0.4);
    border-radius: 13.3rem;
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -1px -1px 11px 6px rgba(0, 0, 0, 0.5);
    background: rgb(137,160,184);
}

.course-summary .section-content::-webkit-scrollbar {
    width: 4px;
}

.course-summary .section-content::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}

.course-summary .section-content::-webkit-scrollbar-thumb {
    background-color: rgb(177,191,210,0.5);
    border-radius: 10px;
}

.about-this .fast-guide div::-webkit-scrollbar {
    width: 5px;
}

.about-this .fast-guide div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}

.about-this .fast-guide div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(137,160,184,0.5);
}



@media (hover: none) {.appPage .learn-vision:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.appPage .learn-vision:hover::after {
    opacity: 0;
}}



@media (min-width: 768px) and (max-width: 1199px) {.data-summary {
    padding: 90px 0;
}.data-summary ul {
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}.data-summary .statistics-value {
    padding: 30px 20px;
}
}



@media (min-width: 768px) {.newsletter .learn-vision {
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.newsletter h4 {
    font-size: calc(24px * 1.2);
    margin: 0;
}.newsletter .input_holder {
    gap: 1rem;
    flex-direction: row;
}.newsletter input[type="email"] {
    flex: 1;
}.newsletter .sub-support {
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
}
}



@media (max-width: 768px) {.price-list {
    padding: 70px 0;
}.price-list h2 {
    font-size: calc(38px - 4px);
}.price-list .edu-packages {
    font-size: 12px;
    margin-bottom: 40px;
}.price-list .program-price {
    grid-template-columns: 1fr;
    gap: 20px;
}.price-list .rate-panel {
    padding: 25px 20px;
}.price-list .price-options {
    font-size: calc(19px + 2px);
}
}



@media (min-width: 992px) {.opening-board .page-front > div:first-child {
    display: flex;
    align-items: center;
}.opening-board .page-front > div:first-child h3 {
    font-size: calc(23px * 1.1);
}.opening-board .learn-space h1 {
    font-size: calc(43px * 1.4);
    line-height: 1.1;
}.opening-board .learn-space p {
    font-size: calc(16px * 1.3);
    padding: 3rem;
}.opening-board .learn-space > div {
    align-items: flex-end;
    display: flex;
    min-height: 250px;
}
}



@media (max-width: 768px) {.get-in-touch .support-reach {
    flex-direction: column;
}.get-in-touch .support-map {
    width: 100%;
    clip-path: none;
    padding: 50px 30px;
}.get-in-touch .inquiry-query {
    width: 100%;
    padding: 50px 30px;
}.get-in-touch .support-map h3,
    .get-in-touch form h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav-info svg {
    height: 35px;
}}



@media (min-width: 992px) {.course-summary {
    padding: 10rem 0;
}.course-summary::before {
    background: radial-gradient(circle at 20% 30%, rgb(137,160,184,0.5) 0%, transparent 70%);
}.course-summary h2 {
    font-size: calc(28px * 1.2);
    max-width: 70%;
}.course-summary .job-classes {
    gap: 5rem;
}.course-summary .post-image {
    height: 600px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}.course-summary .section-content {
    max-height: 600px;
    padding-top: 2rem;
}.course-summary .description {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.course-summary {
    padding: 4rem 0;
}.course-summary h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.course-summary h2::after {
    width: 6rem;
    height: 0.2rem;
}.course-summary .post-image {
    height: 300px;
}.course-summary .section-content {
    max-height: 350px;
}.course-summary .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}



@media (max-width: 992px) {.user-reviews {
    padding: 5rem 1.5rem;
}.user-reviews h2 {
    margin-bottom: 3rem;
    transform: translateX(0);
    text-align: center;
}.user-reviews h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.user-reviews:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}
}



@media (max-width: 992px) {.leadership-profile {
    padding: 100px 0;
}.leadership-profile .student-votes {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.leadership-profile .post-image {
    min-height: 350px;
}.leadership-profile .exp-grid {
    padding: 40px 30px;
}.leadership-profile .exp-grid::before {
    left: 30px;
    width: 30px;
    top: 30px;
    height: 24px;
}.leadership-profile .exp-grid::after {
    width: 30px;
    bottom: 30px;
    height: 24px;
    right: 30px;
}
}



@media (max-width: 1200px) {.audience-profile ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.audience-profile {
    padding: 5rem 0;
}.audience-profile h3 {
    margin-bottom: 3.5rem;
    font-size: calc(48px * 0.9);
}
}



@media (max-width: 768px) {.audience-profile {
    padding: 4rem 0;
}.audience-profile .learn-vision {
    padding: 0 1.5rem;
}.audience-profile h3 {
    margin-bottom: 3rem;
    font-size: calc(48px * 0.8);
}.audience-profile ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.audience-profile li {
    padding: 1.5rem;
}.audience-profile li svg {
    height: 45px;
    width: 45px;
    margin-bottom: 1.2rem;
}
}



@media (min-width: 992px) {.about-this {
    padding: 10rem 0;
}.about-this::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(177,191,210,0.5), 0.02) 15px,
            rgba(rgb(177,191,210,0.5), 0.02) 30px
        );
}.about-this h1 {
    font-size: calc(42px * 1.4);
    margin-bottom: 5rem;
}.about-this .knowledge-pro ul {
    gap: 4rem;
}.about-this .fast-guide {
    padding: 3.5rem;
}.about-this .fast-guide h4 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.2);
}.about-this .fast-guide div {
    font-size: calc(12px * 1.05);
    max-height: 350px;
    line-height: 1.9;
}
}




@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}



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



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



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



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

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



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



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

