﻿.about-learn {
    flex: 0 0 auto;
}

.wrapper-segment {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

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

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

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

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

.educational-gains::before {
    animation: pulse 15s infinite alternate;
    width: 300px;
    background: radial-gradient(circle, rgba(rgb(167,179,206,0.5), 0.15) 0%, rgba(rgb(167,179,206,0.5), 0) 70%);
    position: absolute;
    height: 300px;
    z-index: 0;
    content: "";
    right: -100px;
    top: -100px;
}

.educational-gains h5 {
    transition: transform 0.5s ease;
    margin-left: auto;
    max-width: 800px;
    font-weight: 600;
    margin-right: auto;
    color: #000000;
    transform: translateY(0);
    text-align: center;
    padding: 0 1.5rem;
    position: relative;
    font-size: 22px;
    margin-bottom: 3rem;
}

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

.educational-gains .smart-study:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
}

.educational-gains .img-card-item {
    object-fit: cover;
    display: block;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.educational-gains .description-card {
    padding: 0 1.5rem 2rem;
}

.educational-gains li {
    padding-left: 2.5rem;
    position: relative;
    transition: transform 0.3s ease;
}

.educational-gains li p {
    line-height: 1.5;
    align-items: flex-start;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}

.educational-gains li:hover svg {
    transform: scale(1);
}

.educational-gains li:hover svg path {
    fill: rgb(125,133,180);
}

.educational-gains li:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 4px;
    background-color: rgba(rgb(167,179,206,0.5), 0.03);
    padding-right: 0.5rem;
}

.our-team::before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(167,179,206,0.5), rgba(0, 0, 0, 0.5));
}

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

.our-team .description-card {
    padding: 3.5rem;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.92);
    width: 95%;
    transform: translateX(-5%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 1000px;
    backdrop-filter: blur(8px);
}

.our-team h1::after {
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    width: 60px;
    height: 4px;
    background: rgb(167,179,206);
    bottom: -10px;
    content: "";
    position: absolute;
}

.our-team h4 {
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 600;
    font-size: calc(19px * 1.2);
}

.our-team span {
    font-family: Arial, sans-serif;
    column-gap: 40px;
    line-height: 1.8;
    font-size: 12px;
    text-align: justify;
    hyphens: auto;
    color: #000000;
    display: block;
    column-count: 2;
}

.program-overview::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(167,179,206,0.5) 0%, transparent 50%, rgb(125,133,180,0.5) 100%);
    content: "";
    left: 0;
    top: 0;
    animation: backgroundShift 15s infinite alternate;
    height: 100%;
    opacity: 0.7;
}

.program-overview::after {
    z-index: 2;
    height: 100%;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(167,179,206,0.5) 0%, transparent 70%);
    position: absolute;
    animation: pulse 8s infinite alternate;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}

.program-overview .training-guide::before {
    height: calc(100% + 60px);
    border: 1px solid rgb(167,179,206,0.5);
    z-index: -1;
    width: calc(100% + 60px);
    border-radius: 20px;
    position: absolute;
    animation: borderPulse 4s infinite alternate;
    left: -30px;
    transform-style: preserve-3d;
    content: "";
    transform: rotateY(5deg) rotateX(2deg);
    top: -30px;
}

.program-overview .description-card h2 {
    margin-bottom: 25px;
    border-radius: 10px;
    max-width: fit-content;
    font-size: 29px;
    transform: translateY(-10px);
    border-bottom: 2px solid rgb(167,179,206);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(167,179,206,0.5);
    position: relative;
    background-clip: text !important;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.5px;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgb(125,133,180);
    background: linear-gradient(to right, rgb(167,179,206) 0%, rgb(125,133,180) 100%);
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px 0 8px 0;
    -webkit-background-clip: text !important;
}

.program-overview .description-card .description:last-of-type {
    border-left-color: rgb(125,133,180);
    margin-bottom: 0;
}

.program-overview .description-card .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.program-overview .img-card-item {
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    background-position: center;
    align-self: flex-start;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    height: 450px;
    transform: translateZ(0) rotateY(-5deg);
    z-index: 4;
    position: relative;
    animation: floatImage 6s ease-in-out infinite alternate;
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
}

.training-structure::after {
    filter: blur(100px);
    z-index: 0;
    bottom: -200px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(125,133,180,0.5), rgb(167,179,206,0.5));
    opacity: 0.4;
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
    content: "";
    height: 500px;
    right: -200px;
    position: absolute;
    width: 500px;
}

.training-structure h3 {
    animation: fadeScale 1s ease-out forwards;
    color: #000000;
    font-weight: 700;
    margin: 0 0 6rem;
    position: relative;
    text-align: center;
    font-size: 32px;
}

.training-structure h3 {
    margin-bottom: 5rem;
    font-size: calc(32px * 0.9);
}

.training-structure h3 {
    margin-bottom: 4.5rem;
    font-size: calc(32px * 0.8);
}

.training-structure h3::after {
    box-shadow: 0 0 20px rgb(167,179,206,0.5);
    animation: orbitalMove 8s linear infinite;
    width: 12px;
    z-index: 2;
    left: calc(50% - 6px);
    height: 12px;
    background: rgb(167,179,206);
    bottom: -6px;
}

.training-structure span {
    font-size: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    opacity: 0;
    color: #000000;
    z-index: 2;
    border-radius: 20px;
    transform: scale(0.9);
    line-height: 1.8;
    width: 100%;
    animation: fadeScale 1s 0.3s ease-out forwards;
    background: #ffffff;
    position: relative;
    text-align: center;
}

.training-structure span {
    padding: 2.5rem;
}

.training-structure span {
    padding: 2rem;
    font-size: calc(12px * 0.95);
}

.cookie-message-window {
    position: fixed;
    width: 100%;
    background: rgb(210,214,231);
    z-index: 90;
    border-top: 2px solid rgb(167,179,206);
    bottom: 0;
}

.cookie-confirm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.cookie-message-window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie-message-window p {
    font-size: 18px;
}

.track-edu svg, .track-edu svg path, .track-edu img {
    height: 100px;
    fill: rgb(167,179,206);
    width: 100px;
}

.cookie-message-window p a {
    text-decoration: none;
    color: rgb(167,179,206);
}


.wrapper-segment .cookie-message-window {
    background: #ffffff;
    border: none;
    box-shadow: rgb(167,179,206,0.5) 0px 0px 40px 39px;
}

.wrapper-segment .track-edu {
    display: flex;
    height: 80px;
    justify-content: center;
    background:rgb(167,179,206);
    border-radius: 50%;
    width: 80px;
    align-items: center;
}

.wrapper-segment .cookie-overview h5, .wrapper-segment .cookie-overview p {
    color: #000000;
}

.contact-panel {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(210,214,231) 0%, rgb(210,214,231) 50%, rgb(167,179,206,0.5) 150%);
}

.contact-panel::after {
    content: "";
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(167,179,206) 15%, 
        rgb(125,133,180) 35%, 
        rgb(167,179,206) 65%, 
        transparent 100%);
    bottom: 0;
    position: absolute;
    animation: scanline 3s infinite linear;
    width: 100%;
    z-index: 2;
}

.contact-panel .img-card-item::before {
    position: absolute;
    left: 0;
    mix-blend-mode: color-burn;
    content: "";
    opacity: 0.03;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(167,179,206) 0,
        rgb(167,179,206) 5px,
        transparent 5px,
        transparent 10px
    );
    top: 0;
}

.contact-panel .query-widget {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(210,214,231),
        0 0 30px rgb(167,179,206,0.5);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 10px;
    z-index: 2;
}

.contact-panel .query-box::after {
    opacity: 0.5;
    position: absolute;
    border-top: 2px solid rgb(167,179,206,0.5);
    content: "";
    top: 20px;
    right: 20px;
    border-right: 2px solid rgb(167,179,206,0.5);
    width: 40px;
    height: 40px;
}

.contact-panel .query-box h3 {
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid rgb(210,214,231);
    padding: 0 0 10px 0;
    color: #000000;
    font-size: 20px;
    letter-spacing: normal;
}

.contact-panel .query-box input[type="text"],
.contact-panel .query-box textarea {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: rgb(210,214,231);
    transition: all 0.3s ease;
    padding: 16px 20px;
    font-size: 16px;
    width: 100%;
    color: #000000;
    border: none;
}

.contact-panel .query-box input[type="text"]:focus::placeholder,
.contact-panel .query-box textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}

.contact-panel .query-box .feedback-reach input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-panel .query-box .feedback-reach label::before {
    border: 1px solid rgb(210,214,231);
    height: 20px;
    left: 0;
    top: 2px;
    position: absolute;
    transition: all 0.2s ease;
    content: "";
    border-radius: 2px;
    background: #ffffff;
    width: 20px;
}

.contact-panel .query-box .feedback-reach input[type="checkbox"]:checked + label::after {
    content: "";
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
    top: 4px;
    height: 12px;
    left: 7px;
    transform: rotate(45deg);
    position: absolute;
}

.contact-panel .query-box .feedback-reach a:hover {
    background-size: 100% 100%;
}

.contact-panel .query-box .query-list {
    z-index: 1;
    position: relative;
    background: rgb(167,179,206);
    font-weight: 600;
    box-shadow: 0 4px 15px rgb(167,179,206,0.5);
    font-size: 14px;
    overflow: hidden;
    border: none;
    color: #ffffff;
    transition: all 0.4s ease;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 16px 30px;
}

.contact-panel .query-box .query-list:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(167,179,206,0.5);
}



.contact-panel .connect-message {
    padding: 50px;
    overflow: hidden;
    background: rgb(210,214,231);
    position: relative;
    z-index: 2;
    flex: 1 1 35%;
}

.contact-panel .connect-message::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(167,179,206,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(167,179,206,0.5) 100%);
    left: 0;
    content: "";
    top: 0;
    opacity: 0.3;
}

.contact-panel .connect-message h4::after {
    left: 0;
    bottom: -1px;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    width: 50px;
}

.contact-panel .connect-message .support-reach li {
    align-items: center;
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    position: relative;
    padding: 15px;
    border-left: 3px solid rgb(167,179,206);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
}

.contact-panel .connect-message .support-reach li:hover {
    border-left-color: rgb(125,133,180);
    transform: translateX(5px);
}

.contact-panel .connect-message .support-reach li:hover::after {
    opacity: 0.05;
}

.contact-panel .connect-message .support-reach li:hover svg {
    transform: scale(1.2);
}

.contact-panel .connect-message .support-reach li svg path {
    transition: all 0.3s ease;
    fill: rgb(167,179,206);
}

.contact-panel .connect-message .support-reach li a {
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    text-decoration: none;
}

.contact-panel .connect-message .support-reach li a:hover {
    color: rgb(167,179,206);
}

.contact-panel .connect-message .support-reach li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.secure-sanctuary {
    font-family: Arial, sans-serif;
    padding: 40px;
    height: 100%;
    width: 100%;
    background-color: rgb(125,133,180,0.5);
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
}

.secure-sanctuary h2 {
    color: rgb(125,133,180);
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 34px;
}

.secure-sanctuary ul, .secure-sanctuary ol {
    padding-left: 20px;
    padding: 15px 0;
    font-size: 14px;
    list-style-position: inside;
    line-height: 1.6;
}

.secure-sanctuary section {
    padding: 20px;
    border-radius: 10px;
    background: rgb(210,214,231);
}



.secure-sanctuary a {
    color: rgb(167,179,206);
    border-bottom: 1px solid rgb(167,179,206,0.5);
    text-decoration: none;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.tariff-item {
    overflow: hidden;
    background: rgb(210,214,231);
    position: relative;
    padding: 120px 0;
}

.tariff-item .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    z-index: 2;
}

.tariff-item .member-fees {
    max-width: 800px;
    transform: translateY(-10px);
    animation: fadeInUp 0.8s ease-out forwards;
    margin: 0 auto;
    text-align: center;
}

.tariff-item .member-fees h2::after {
    background: rgb(167,179,206);
    content: "";
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
    position: absolute;
    left: 50%;
    width: 80px;
}

.tariff-item .price-panel {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
}

.tariff-item .promo-rates:nth-child(1) {
    --index: 1;
}

.tariff-item .promo-rates:nth-child(2) {
    --index: 2;
}

.tariff-item .promo-rates:nth-child(3) {
    --index: 3;
}

.tariff-item .promo-rates:nth-child(4) {
    --index: 4;
}

.tariff-item .promo-rates:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.tariff-item .cost-schemes {
    display: flex;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.tariff-item .discount-price {
    display: flex;
    flex: 1;
    padding: 40px 30px;
    box-sizing: border-box;
    flex-direction: column;
}

.tariff-item .discount-price h3::after {
    left: 0;
    content: "";
    width: 40px;
    bottom: -8px;
    background-color: rgb(167,179,206);
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
}

.tariff-item .discount-price p {
    line-height: 1.7;
    white-space: normal;
    word-break: break-word;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
    overflow-wrap: break-word;
    flex-grow: 1;
}

.tariff-item .img-card-item {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
    height: 200px;
}

.tariff-item .promo-rates:hover .img-card-item {
    filter: brightness(1.05);
    transform: scale(1.05);
}

footer .about-learn::before {
    opacity: 0.05;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    content: '';
    top: 0;
}



footer .about-learn .container {
    z-index: 2;
    position: relative;
}

footer .footer-caption {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

footer .quick-reach::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(125,133,180,0.5) 50%, 
        transparent 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 13px;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    gap: 10px;
    display: flex;
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(125,133,180);
}

footer .main-know {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    display: flex;
}

footer .module-end {
    font-size: 14px;
    opacity: 0.7;
    font-weight: 300;
    max-width: 300px;
    line-height: 1.5;
    color: #ffffff;
}

footer .main-tutor h5 {
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
}

footer .head-top {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .head-top a::before {
    position: absolute;
    transform: translateY(-50%);
    background: rgb(125,133,180);
    opacity: 0.7;
    transition: all 0.3s ease;
    content: '';
    height: 6px;
    border-radius: 50%;
    width: 6px;
    left: 0;
    top: 50%;
}

footer .subscribe_holder {
    border-radius: 14px;
    flex-direction: column;
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 15px;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

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

footer .input_holder input[type="email"] {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    outline: none;
    padding: 14px 15px;
    font-size: 13px;
}

footer .join-listZHsW7::before {
    top: 0;
    left: -100%;
    content: '';
    position: absolute;
    transition: 0.6s;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    height: 100%;
    width: 100%;
}

footer .join-listZHsW7:hover::before {
    left: 100%;
}

footer .join-listZHsW7:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

footer .discount-cta {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.gratMessage {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(167,179,206,0.5), rgb(125,133,180,0.5));
    padding: 120px 0;
}

.gratMessage::after {
    height: 100%;
    right: -50%;
    content: "";
    z-index: 0;
    top: -50%;
    transform: rotate(35deg) scale(2);
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(167,179,206,0.5), transparent);
    animation: shimmer 8s infinite linear;
    pointer-events: none;
    width: 100%;
}

.gratMessage .smart-study {
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 50px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(167,179,206),0.05);
    background: rgba(255, 255, 255, 0.92);
}

.gratMessage .smart-study > div:first-child {
    padding-bottom: 30px;
    position: relative;
}

.gratMessage .smart-study > div:first-child::after {
    transition: transform 0.4s ease;
    content: "";
    transform-origin: left center;
    width: 80px;
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.gratMessage h5::before {
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    background: rgb(167,179,206);
    position: absolute;
    transition: transform 0.3s ease;
    left: -20px;
    top: 50%;
    content: "";
    height: 10px;
    opacity: 0.8;
}

.gratMessage p {
    font-size: 17px;
    position: relative;
    z-index: 2;
    font-weight: 400;
    transition: color 0.3s ease;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
}

.primary-page .learning-intro::before {
    backdrop-filter: blur(2px);
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, 
    rgb(167,179,206,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    top: 0;
    left: 0;
}

.primary-page .virtual-study {
    max-width: 1200px;
    z-index: 5;
    transform: perspective(1000px) rotateX(3deg);
    position: relative;
    transition: transform 0.5s ease-out;
    width: 90%;
    padding: 3rem;
    transform-style: preserve-3d;
}

.primary-page .virtual-study::after {
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    border-left: 4px solid rgb(167,179,206);
    top: 0;
    transform: translateZ(-5px);
    z-index: -2;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(20, 20, 30, 0.6) 100%);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 95%);
}

.primary-page h3 {
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transform: translateZ(15px);
    line-height: 1.5;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: subtitle-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) 0.2s forwards;
    max-width: 90%;
    font-size: 18px;
}

.primary-page p::before {
    animation: line-grow 1s ease-out 0.8s forwards;
    position: absolute;
    height: 100%;
    top: 0;
    transform: scaleY(0);
    content: "";
    width: 3px;
    background: rgb(167,179,206);
    left: 0;
    transform-origin: bottom;
}

header::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(167,179,206) 0%, 
        rgb(125,133,180) 50%, 
        rgb(167,179,206) 100%);
    left: 0;
    content: '';
    z-index: 1;
    height: 4px;
}

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

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

header .head-bar {
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

header .head-bar::after {
    left: 0;
    z-index: -1;
    background: rgb(167,179,206);
    position: absolute;
    bottom: 0;
    content: '';
    top: 0;
    right: 0;
    border-radius: 10px;
}

header .head-bar:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .main-info {
    padding: 0.5rem 1rem;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    position: relative;
    align-items: center;
}

header .main-info:hover::before {
    left: 100%;
}

.client-experience {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,214,231), rgb(210,214,231) 60%, rgba(rgb(167,179,206,0.5), 0.05));
    box-shadow: inset 0 0 50px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
}

.client-experience::after {
    position: absolute;
    content: "";
    transform: rotate(-15deg) skewX(20deg);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%);
    right: -5%;
    top: -10%;
    width: 25%;
    z-index: 0;
    opacity: 0.03;
    height: 55%;
    background: linear-gradient(145deg, rgb(167,179,206) 0%, transparent);
}

.client-experience h2::after {
    width: 6rem;
    left: 50%;
    position: absolute;
    bottom: -0.75rem;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,179,206), transparent);
    transform: translateX(-50%);
}

.client-experience .edu-voices {
    display: grid;
    gap: 1.75rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.client-experience .success-reviews::before {
    background: linear-gradient(135deg, rgba(rgb(167,179,206,0.5), 0.03), transparent);
    z-index: -1;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

.client-experience .success-reviews::after {
    z-index: 0;
    color: rgba(rgb(167,179,206,0.5), 0.1);
    position: absolute;
    line-height: 1;
    top: 0.5rem;
    font-size: 5rem;
    font-family: serif;
    right: 1rem;
    content: '"';
}

.client-experience .success-reviews h3 {
    z-index: 2;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.75rem;
    position: relative;
    font-size: calc(19px * 1.1);
}

.client-experience .success-reviews:hover h3::after {
    width: 3.5rem;
}

.client-experience .success-reviews .description {
    color: #000000;
    z-index: 2;
    margin-bottom: 1.5rem;
    font-size: 16px;
    flex-grow: 1;
    position: relative;
    line-height: 1.65;
}

.client-experience .success-reviews div::before {
    z-index: 3;
    border: 2px solid rgba(rgb(167,179,206,0.5), 0.3);
    position: absolute;
    border-radius: 50%;
    inset: 0;
    content: "";
}

.client-experience .success-reviews:hover img {
    transform: scale(1.1);
}

.education-history::before {
    width: 300px;
    filter: blur(120px);
    z-index: 0;
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    height: 300px;
    background: rgb(167,179,206,0.5);
    border-radius: 50%;
}

.education-history .success-reviews {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    background: #ffffff;
    border-radius: 11px;
    gap: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}

.education-history .work-projects {
    padding: 4rem 3rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.education-history .name {
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
    font-size: 39px;
    color: #000000;
    font-weight: 700;
}

.education-history .work-projects > div:nth-child(2)::after {
    background: rgb(125,133,180);
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    bottom: 0;
    left: 0;
}

.education-history .past-jobs {
    line-height: 1.7;
    font-size: calc(14px * 1.1);
    position: relative;
    font-weight: 300;
    font-style: italic;
    font-family: Arial, sans-serif;
    color: #000000;
}

.education-history .success-reviews:hover .img-card-item {
    transform: translateX(-20px) translateY(-40px);
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 14%;
    margin: 4px 0;
}

::-webkit-scrollbar-thumb {
    box-shadow: 2px -4px 1px 2px rgba(0, 0, 0, 0.5);
    background: rgb(125,133,180);
    border-radius: 5em;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px -1px 9px 8px rgba(0, 0, 0, 0.7);
    transform: translateX(-2px);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px -4px 13px -1px rgba(0, 0, 0, 0.5);
}



@media (min-width: 992px) {.educational-gains {
    padding: 7rem 0;
}.educational-gains h5 {
    margin-bottom: 4rem;
    font-size: calc(22px * 1.1);
}.educational-gains .smart-study {
    gap: 0;
}.educational-gains .smart-study > div:first-child {
    overflow: hidden;
    max-width: 45%;
    flex: 0 0 45%;
    position: relative;
}.educational-gains .smart-study > div:first-child::after {
    z-index: 2;
    top: 0;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
}.educational-gains .description-card {
    max-width: 55%;
    flex: 0 0 55%;
    padding: 3rem 3rem 3rem 4rem;
}.educational-gains li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational-gains ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.our-team {
    padding: 80px 0;
}.our-team .description-card {
    width: 100%;
    padding: 2.5rem;
    transform: translateX(0);
}.our-team h1 {
    font-size: calc(41px * 0.9);
}.our-team span {
    text-align: left;
    column-count: 1;
}
}



@media (max-width: 576px) {.our-team {
    padding: 50px 0;
}.our-team .description-card {
    padding: 1.5rem;
}.our-team h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.2rem;
}.our-team h1::after {
    width: 40px;
}.our-team h4::before {
    left: -15px;
    height: 10px;
    width: 10px;
}.our-team span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}



@media screen and (max-width: 991px) {.program-overview {
    padding: 80px 0;
}.program-overview .training-guide {
    gap: 40px;
    grid-template-columns: 1fr;
}.program-overview .training-guide::before {
    transform: none;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
}.program-overview .description-card {
    animation: none;
    order: 2;
    transform: none;
}.program-overview .img-card-item {
    transform: none;
    order: 1;
    animation: pulse 8s infinite alternate;
    min-height: 400px;
}.program-overview .img-card-item:hover {
    transform: scale(1.02) translateY(-5px);
}.program-overview .description-card h2 {
    margin-left: auto;
    max-width: 100%;
    margin-right: auto;
    display: block;
    text-align: center;
}.program-overview .description-card .description {
    text-align: left;
}
}



@media screen and (max-width: 480px) {.program-overview {
    padding: 40px 0;
}.program-overview .description-card {
    gap: 15px;
    padding: 20px;
}.program-overview .description-card h2 {
    padding: 8px 12px;
    font-size: calc(29px * 0.7);
    letter-spacing: 1px;
}.program-overview .description-card .description {
    padding: 10px;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.program-overview .img-card-item {
    min-height: 280px;
}}


@media only screen and (max-width: 800px){.wrapper-segment .track-edu {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 768px) {.contact-panel {
    padding: 60px 0;
}.contact-panel h3 {
    font-size: calc(31px * 0.85);
    margin-bottom: 35px;
}.contact-panel .query-box h3,
    .contact-panel .connect-message h4 {
    font-size: calc(20px * 0.9);
}.contact-panel .query-box,
    .contact-panel .connect-message {
    padding: 35px;
}.contact-panel .query-box::before,
    .contact-panel .query-box::after {
    height: 30px;
    width: 30px;
}.contact-panel .query-box input[type="text"],
    .contact-panel .query-box textarea {
    padding: 14px 16px;
}
}



@media only screen and (max-width: 800px) {.secure-sanctuary {
    padding: 20px;
}.secure-sanctuary h1 {
    font-size: calc(20px - 10px);
}.secure-sanctuary h2 {
    font-size: calc(20px - 8px);
}.secure-sanctuary h3, .secure-sanctuary h4, .secure-sanctuary h5, .secure-sanctuary h6 {
    font-size: calc(20px - 6px);
}.secure-sanctuary ul, .secure-sanctuary ol {
    padding-left: 10px;
}}



@media (min-width: 768px) {.tariff-item .price-panel {
    grid-template-columns: repeat(2, 1fr);
}.tariff-item .discount-price {
    padding: 40px;
}.tariff-item .img-card-item {
    height: 220px;
}
}



@media (min-width: 992px) {.tariff-item .class-cost {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.tariff-item .price-panel {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.tariff-item .member-fees {
    margin: 0;
    text-align: left;
    width: 35%;
}.tariff-item .member-fees h2::after {
    transform: none;
    left: 0;
}.tariff-item .tuition-grid {
    margin: 0;
}
}



@media (max-width: 480px) {.tariff-item {
    padding: 60px 0;
}.tariff-item .member-fees h2 {
    font-size: calc(38px * 0.85);
}.tariff-item .discount-price h3 {
    font-size: calc(22px * 0.95);
}.tariff-item .img-card-item {
    height: 160px;
}}



@media (max-width: 768px) {footer .about-learn {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .main-tutor {
    gap: 15px;
}footer .quick-reach {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .join-listZHsW7 {
    width: 100%;
}
}



@media (min-width: 992px) {.gratMessage .smart-study {
    flex-direction: row;
    align-items: center;
    padding: 80px 70px;
}.gratMessage .smart-study > div:first-child {
    padding-bottom: 0;
    padding-right: 50px;
    flex: 0 0 40%;
}.gratMessage .smart-study > div:first-child::after {
    left: auto;
    width: 3px;
    bottom: auto;
    transform-origin: center top;
    top: 50%;
    right: 0;
    height: 80px;
}.gratMessage .smart-study:hover > div:first-child::after {
    transform: scaleY(1.5);
}.gratMessage h5 {
    margin-bottom: 0;
    font-size: calc(19px * 1.1);
}.gratMessage h5::before {
    height: 15px;
    width: 15px;
    left: -30px;
}.gratMessage a:hover {
    transform: translateX(10px);
}
}



@media (max-width: 480px) {.gratMessage {
    padding: 50px 0;
}.gratMessage .smart-study {
    gap: 25px;
    padding: 30px 20px;
}.gratMessage h5 {
    font-size: calc(19px * 0.85);
}.gratMessage p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.gratMessage .smart-study > div:first-child {
    padding-bottom: 15px;
}.gratMessage .smart-study > div:first-child::after {
    width: 60px;
}}



@media screen and (max-width: 768px) {.primary-page .learning-intro {
    height: 80vh;
}.primary-page .virtual-study {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem;
}.primary-page h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 1rem;
}.primary-page h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.9);
}.primary-page p {
    max-width: 100%;
    font-size: calc(13px * 0.9);
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .main-tutor {
    gap: 0.3rem;
}header .head-bar {
    font-size: calc(14px - 1px);
    padding: 0.6rem 0.8rem;
}header .main-info svg {
    width: 140px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .nav-lesson {
    flex-direction: column;
}header .main-tutor {
    margin-top: 1rem;
    width: 100%;
    order: 2;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    padding: 10px;
}header .head-bar {
    padding: 0.5rem 0.7rem;
    font-size: calc(14px - 2px);
}header .main-info {
    margin-bottom: 0.5rem;
    order: 1;
}header .main-info svg {
    width: 130px;
}
}



@media screen and (min-width: 768px) {.client-experience {
    padding: 6rem 0;
}.client-experience::after {
    width: 30%;
    height: 60%;
}.client-experience h2 {
    margin-bottom: 4rem;
}.client-experience .edu-voices {
    gap: 2.25rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.client-experience .success-reviews {
    padding: 2.5rem;
}.client-experience .success-reviews div {
    width: 75px;
    height: 75px;
}
}



@media screen and (max-width: 767px) {.client-experience {
    padding: 4rem 0;
}.client-experience h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.9);
}.client-experience .edu-voices {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client-experience .success-reviews {
    padding: 1.75rem;
}.client-experience .success-reviews div {
    width: 60px;
    height: 60px;
}
}



@media (prefers-reduced-motion: reduce) {.client-experience .success-reviews,
  .client-experience .success-reviews h3::after,
  .client-experience .success-reviews img {
    transition: none;
}.client-experience .success-reviews:hover {
    transform: none;
}.client-experience .success-reviews:hover h3::after {
    width: 2.5rem;
}.client-experience .success-reviews:hover img {
    transform: none;
}}



@media (max-width: 576px) {.education-history {
    padding: 4rem 1rem;
}.education-history .success-reviews {
    max-width: 100%;
}.education-history .img-card-item {
    height: 320px;
    transform: translateY(-20px);
}.education-history .img-card-item::before {
    top: 20px;
}.education-history .work-projects {
    padding: 0.5rem 1.5rem 2.5rem;
}.education-history .name {
    font-size: calc(36px);
}.education-history .work-projects > div:nth-child(2) {
    font-size: 14px;
    letter-spacing: 1px;
}.education-history .past-jobs {
    font-size: 14px;
}.education-history .success-reviews:hover .img-card-item {
    transform: translateY(-25px);
}
}



@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes borderPulse {
    0% {
        border-color: rgb(167,179,206,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(125,133,180,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



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



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



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



@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



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


    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }

@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

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



@keyframes text-reveal {
  0% {
    opacity: 0;
    transform: translateZ(10px) translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateZ(10px) translateY(0);
  }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

