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

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(167,179,206) rgb(167,179,206);
}

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(210,214,231);
    padding: 1.2rem 0;
    position: relative;
}

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


.educational-gains {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(210,214,231) 30%, rgba(rgb(167,179,206,0.5), 0.05) 100%);
    padding: 5rem 0;
    position: relative;
}

.educational-gains::after {
    content: "";
    animation: pulse 12s infinite alternate-reverse;
    left: -50px;
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(rgb(125,133,180,0.5), 0.1) 0%, rgba(rgb(125,133,180,0.5), 0) 70%);
    z-index: 0;
    bottom: -50px;
}

.educational-gains h5::after {
    content: "";
    position: absolute;
    width: 80px;
    bottom: -15px;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    border-radius: 10px;
    transform: translateX(-50%);
}

.educational-gains .smart-study {
    display: flex;
    gap: 2.5rem;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    flex-direction: column;
    transform: translateY(0);
}

.educational-gains .smart-study:hover .img-card-item {
    transform: scale(1.05);
}

.educational-gains ul {
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 1.2rem;
    display: grid;
}

.educational-gains li:hover {
    transform: translateX(5px);
}

.educational-gains li svg {
    left: 0;
    width: 24px;
    margin-right: 1rem;
    position: absolute;
    transform: scale(0.85);
    height: 24px;
    transition: transform 0.3s ease;
    top: 2px;
}

.educational-gains li svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,179,206);
}

.educational-gains li:nth-child(even) {
    border-left: 2px solid rgba(rgb(125,133,180,0.5), 0.2);
    padding-left: 2.7rem;
}

.our-team {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.our-team::after {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(167,179,206,0.5) 0px,
    rgb(167,179,206,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
}

.our-team .description-card:hover {
    transform: translateX(0) translateY(-5px);
}

.our-team h1 {
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 41px;
    transform: translateX(-15px);
    color: rgb(167,179,206);
    margin-bottom: 2rem;
    opacity: 0;
    line-height: 1.1;
}

.our-team ul {
    margin: 0;
    padding: 0;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    transform: translateY(20px);
    list-style: none;
}

.our-team ul li {
    margin-bottom: 1.5rem;
}

.our-team h4::before {
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    left: -20px;
    top: 50%;
    position: absolute;
    content: "";
    background: rgb(125,133,180);
    width: 12px;
}

.program-overview {
    background: rgb(210,214,231);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
}

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

.program-overview .training-guide {
    perspective: 1000px;
    gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.program-overview .description-card {
    width: 100%;
    border-radius: 20px;
    display: flex;
    transform: translateZ(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    animation: floatPanel 8s ease-in-out infinite;
    flex-direction: column;
    padding: 35px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    gap: 30px;
}

.program-overview .description-card .description {
    background: rgba(255, 255, 255, 0.07);
    z-index: 2;
    backdrop-filter: blur(4px);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    line-height: 1.9;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    border-left: 3px solid rgb(167,179,206,0.5);
    transition: all 0.5s ease;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 18px;
    margin-bottom: 25px;
    transform: translateZ(0);
    position: relative;
    border-radius: 10px;
}

.program-overview .description-card .description:first-of-type {
    border-left-color: rgb(167,179,206);
}

.program-overview .description-card .description::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    border-radius: 10px;
    content: "";
}

.program-overview .img-card-item:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(167,179,206,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

.training-structure {
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
    background: rgb(210,214,231);
}

.training-structure {
    padding: 6rem 1.5rem;
}

.training-structure {
    padding: 5rem 1rem;
}

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

.training-structure .smart-study {
    display: flex;
    position: relative;
    max-width: 800px;
    flex-direction: column;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
}

.training-structure h3::before,
.training-structure h3::after {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: rgb(167,179,206);
    content: "";
}

.training-structure h3::before {
    bottom: -90px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: -1;
    height: 180px;
    left: calc(50% - 90px);
    width: 180px;
    background: #ffffff;
}

.training-structure h3::before {
    width: 160px;
    height: 160px;
    left: calc(50% - 80px);
    bottom: -80px;
}

.training-structure h3::before {
    width: 140px;
    bottom: -70px;
    left: calc(50% - 70px);
    height: 140px;
}

.training-structure span::before {
    z-index: -1;
    width: 10px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(167,179,206), rgb(125,133,180));
    height: 50px;
    top: -50px;
    left: calc(50% - 5px);
}

.training-structure span::after {
    height: 120px;
    right: 20px;
    animation: rotateSlow 20s linear infinite;
    opacity: 0.3;
    border-radius: 50%;
    content: "";
    border: 2px dashed rgb(125,133,180,0.5);
    pointer-events: none;
    position: absolute;
    width: 120px;
    top: 20px;
}

.training-structure span::after {
    width: 80px;
    top: 15px;
    height: 80px;
    right: 15px;
}

#cookie-overlay-box {
    display: none;
}

#cookie-overlay-box:checked ~ .cookie-message-window {
    opacity: 0;
    visibility: hidden;
}

.track-edu {
    flex-shrink: 0;
    margin-right: 10px;
}

.track-switch {
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(167,179,206);
    color: rgb(167,179,206);
}

.wrapper-segment .track-switch {
    margin-left: 30px;
    background: rgb(167,179,206);
    font-weight: 400;
    color: #ffffff;
    border: none;
    font-size: 20px;
    padding: 10px;
}

.wrapper-segment .track-edu svg, .wrapper-segment .track-edu svg path, .wrapper-segment .track-edu img {
    height: 40px;
    width: 40px;
    fill:#000000;
}

.contact-panel::before {
    z-index: 1;
    top: 0;
    opacity: 0.05;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgb(167,179,206,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(167,179,206,0.5) 1px, transparent 1px);
    width: 100%;
    left: 0;
    content: "";
    background-size: 30px 30px;
    position: absolute;
}



.contact-panel .img-card-item {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    mix-blend-mode: luminosity;
    z-index: 0;
    left: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    opacity: 0.06;
}

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

.contact-panel h3 {
    color: rgb(167,179,206);
    font-size: 31px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 60px;
    font-weight: 700;
}

.contact-panel .query-widget::before {
    top: 0;
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 3;
}

.contact-panel .query-box {
    flex: 1 1 60%;
    z-index: 2;
    padding: 50px;
    position: relative;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(210,214,231), 0.3) 100%
    );
}

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

.contact-panel .query-box h3::before,
.contact-panel .query-box h3::after {
    display: none;
}

.contact-panel .query-box input[type="text"]:focus,
.contact-panel .query-box textarea:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(167,179,206,0.5);
}

.contact-panel .query-box input[type="text"]::placeholder,
.contact-panel .query-box textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}

.contact-panel .query-box textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-panel .query-box .feedback-reach {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.contact-panel .query-box .feedback-reach label {
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
}

.contact-panel .query-box .feedback-reach input[type="checkbox"]:checked + label::before {
    background: rgb(167,179,206);
    border-color: rgb(167,179,206);
}

.contact-panel .query-box .feedback-reach a {
    font-weight: 600;
    transition: all 0.3s ease;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(167,179,206,0.5) 2px
    );
    color: rgb(167,179,206);
    background-size: 0% 100%;
    text-decoration: none;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
}

.contact-panel .query-box .query-list::before {
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    content: "";
    background-size: 200% 200%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(125,133,180) 0%,
        rgb(125,133,180) 10%,
        rgb(167,179,206) 10%,
        rgb(167,179,206) 20%
    );
}

.contact-panel .query-box .query-list:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}

.contact-panel .connect-message::before {
    height: 100%;
    background-size: 60px 60px;
    left: 0;
    top: 0;
    opacity: 0.1;
    position: absolute;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(167,179,206,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(167,179,206,0.5) 0%, transparent 10px);
}

.contact-panel .connect-message h4 {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #000000;
    font-size: 20px;
}

.contact-panel .connect-message .support-reach {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-panel .connect-message .support-reach li::before {
    z-index: 2;
    width: 3px;
    background: rgb(167,179,206);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}

.contact-panel .connect-message .support-reach li::after {
    z-index: -1;
    content: "";
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    background: rgb(167,179,206,0.5);
    width: 100%;
    opacity: 0;
    left: 0;
}

.contact-panel .connect-message .support-reach li svg {
    height: 22px;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 15px;
    z-index: 2;
    width: 22px;
}

.contact-panel .connect-message .support-reach li:hover svg path {
    fill: rgb(125,133,180);
}

.contact-panel .connect-message .support-reach li span {
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: 16px;
}

.contact-panel .connect-message .support-reach li a::before {
    transition: transform 0.3s ease;
    height: 1px;
    left: 0;
    content: "";
    bottom: -2px;
    background: rgb(167,179,206);
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transform-origin: right;
}

.secure-sanctuary h1 {
    font-size: 39px;
    color: rgb(167,179,206);
    font-weight: 700;
    border-bottom: 2px solid rgb(167,179,206,0.5);
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.secure-sanctuary h3, .secure-sanctuary h4, .secure-sanctuary h5, .secure-sanctuary h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: rgb(167,179,206);
    font-weight: 400;
    font-size: 20px;
}

.secure-sanctuary li {
    border-left: 3px solid rgb(167,179,206);
    margin-bottom: 12px;
    padding-left: 5px;
}

.secure-sanctuary p, .secure-sanctuary span, .secure-sanctuary div {
    margin-bottom: 15px;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}

.secure-sanctuary a:hover {
    color: rgb(125,133,180);
    border-bottom-color: rgb(125,133,180,0.5);
}

.tariff-item::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(167,179,206,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 100%;
}

.tariff-item .class-cost {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}

.tariff-item .member-fees h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 38px;
    margin-bottom: 20px;
}

.tariff-item .tuition-grid {
    max-width: 600px;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 15px;
    color: #000000;
    margin: 0 auto;
    margin-bottom: 0;
    line-height: 1.7;
}

.tariff-item .promo-rates {
    height: 100%;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
    animation-delay: calc(var(--index, 0) * 0.1s);
    opacity: 0;
    border-radius: 10px;
    text-decoration: none;
}

.tariff-item .cost-schemes::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    position: absolute;
    content: "";
    left: 0;
    height: 5px;
    top: 0;
}

.tariff-item .discount-price h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 22px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: 0;
    margin-bottom: 15px;
}

.tariff-item .promo-rates:hover .discount-price h3::after {
    width: 70px;
}

.tariff-item .package-pricing {
    display: inline-block;
    font-weight: 700;
    padding: 8px 16px;
    position: relative;
    margin: 10px 0 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-size: calc(22px * 1.2);
    border-radius: 10px;
    word-break: break-word;
    color: rgb(167,179,206);
    overflow-wrap: break-word;
}

footer {
    position: relative;
    width: 100%;
}

footer .about-learn {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(167,179,206) 100%);
    padding: 80px 0 30px;
    z-index: 1;
}

footer .about-learn::after {
    width: 100%;
    height: 3px;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(167,179,206) 0%, 
        rgb(125,133,180) 50%, 
        rgb(167,179,206) 100%);
    animation: glowBorder 3s infinite linear;
}

footer .quick-reach {
    padding-bottom: 30px;
    gap: 30px;
    margin-bottom: 30px;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

footer .info_item {
    padding: 15px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    flex: 1;
    transform: translateY(0);
    min-width: 200px;
}

footer .info_item svg {
    flex-shrink: 0;
    height: 20px;
    fill: rgb(125,133,180);
    transition: transform 0.3s ease;
    width: 20px;
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

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

footer .main-know svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(167,179,206,0.5));
    max-width: 160px;
}

footer .main-tutor {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .main-tutor h5::after {
    background: rgb(125,133,180);
    width: 50px;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 3px;
}

footer .head-top a {
    transition: all 0.3s ease;
    opacity: 0.8;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}

footer .head-top a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(125,133,180);
}

footer .head-top a:hover::before {
    height: 8px;
    opacity: 1;
    width: 8px;
    box-shadow: 0 0 10px rgb(125,133,180);
}

footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    color: #ffffff;
}

footer .subscribe_holder p {
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 13px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(125,133,180);
    box-shadow: 0 0 15px rgb(125,133,180,0.5);
}

footer .join-listZHsW7 {
    position: relative;
    letter-spacing: 1px;
    font-size: 16px;
    background: linear-gradient(45deg, rgb(125,133,180) 0%, rgb(167,179,206) 100%);
    padding: 12px 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    color: #ffffff;
}

footer .contest-info {
    text-align: center;
    position: relative;
    padding-top: 30px;
}

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

.gratMessage::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
}

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

.gratMessage .smart-study:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(167,179,206),0.08);
}

.gratMessage .smart-study::before {
    filter: blur(10px);
    z-index: -1;
    top: -10px;
    right: 20px;
    position: absolute;
    content: "";
    opacity: 0.4;
    left: 20px;
    height: 10px;
    background: rgb(167,179,206);
}

.gratMessage .smart-study:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.gratMessage h5 {
    font-size: 19px;
    color: #000000;
    line-height: 1.4;
    position: relative;
    letter-spacing: -0.01em;
    font-family: Arial, sans-serif;
    font-weight: 700;
    z-index: 2;
    margin: 0 0 15px;
}

.gratMessage .smart-study:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}

.gratMessage a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.gratMessage a:hover {
    transform: translateX(5px);
}

.gratMessage a:hover p {
    color: rgb(167,179,206);
}

.primary-page {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.primary-page .learning-intro {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-page .learning-intro::after {
    top: 0;
    z-index: 2;
    position: absolute;
    background: linear-gradient(to bottom, 
    transparent 30%, 
    rgb(125,133,180,0.5) 100%);
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
}

.primary-page .virtual-study::before {
    height: calc(100% + 20px);
    z-index: -1;
    content: "";
    width: 90%;
    filter: blur(15px);
    opacity: 0.6;
    top: -10px;
    position: absolute;
    background: linear-gradient(45deg, 
    rgb(167,179,206,0.5) 0%,
    rgb(125,133,180,0.5) 100%);
    left: 5%;
    transform: translateZ(-10px);
}

.primary-page h1 {
    font-family: Arial, sans-serif;
    animation: title-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) forwards;
    transform: translateZ(20px);
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    font-size: calc(48px * 1.2);
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}

.primary-page p {
    position: relative;
    font-size: 13px;
    animation: text-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) 0.4s forwards;
    font-weight: 300;
    opacity: 0;
    transform: translateZ(10px);
    max-width: 80%;
    color: #ffffff;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}



.primary-page .learning-intro:hover .virtual-study {
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
}

header::before {
    z-index: -1;
    opacity: 0.15;
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(167,179,206,0.5) 49.5%, rgb(167,179,206,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(125,133,180,0.5) 49.5%, rgb(125,133,180,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
}

header .main-tutor {
    backdrop-filter: blur(10px);
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    gap: 0.5rem;
    border-radius: 11px;
}

header .head-bar::before {
    content: '';
    transition: all 0.3s ease;
    right: -2px;
    transform: scale(0.95);
    border-radius: calc(10px + 2px);
    z-index: -1;
    background: linear-gradient(45deg, rgb(167,179,206), rgb(125,133,180));
    opacity: 0;
    bottom: -2px;
    position: absolute;
    top: -2px;
    left: -2px;
}

header .head-bar:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

header .main-info::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    transition: 0.5s;
    height: 100%;
    left: -100%;
    content: '';
    position: absolute;
    top: 0;
}

header .main-info svg {
    position: relative;
    z-index: 2;
    height: auto;
    width: 160px;
}

.client-experience::before {
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(167,179,206,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(125,133,180,0.5), 0.03) 0%, transparent 40%);
}

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

.client-experience h2 {
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    margin-bottom: 3rem;
    font-size: 33px;
    position: relative;
    font-weight: 700;
}

.client-experience .smart-study {
    position: relative;
    overflow: hidden;
    perspective: 1200px;
}

.client-experience .success-reviews {
    transition: 
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.5s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 
    0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    transform: translateZ(0);
    padding: 2rem;
    border-left: 3px solid rgb(167,179,206);
    background: #ffffff;
}

.client-experience .success-reviews:hover {
    box-shadow: 
    0 30px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}

.client-experience .success-reviews h3::after {
    position: absolute;
    bottom: -0.35rem;
    content: "";
    background: rgb(167,179,206);
    left: 0;
    transform-origin: left;
    height: 2px;
    width: 2.5rem;
    transition: width 0.3s ease;
}

.client-experience .success-reviews div {
    height: 65px;
    margin-top: auto;
    overflow: hidden;
    width: 65px;
    transform: translateZ(0);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.client-experience .success-reviews img {
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
}

.education-history {
    padding: 6rem 2rem;
    background-color: rgb(210,214,231);
    position: relative;
    overflow: hidden;
}

.education-history::after {
    z-index: 0;
    border-radius: 50%;
    height: 250px;
    position: absolute;
    content: "";
    bottom: -80px;
    left: -80px;
    width: 250px;
    filter: blur(100px);
    background: rgb(125,133,180,0.5);
}

.education-history .img-card-item {
    height: 500px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
    position: relative;
    border-radius: 11px 0 0 11px;
}

.education-history .img-card-item::before {
    width: 100%;
    top: 30px;
    left: 30px;
    position: absolute;
    border-radius: 11px;
    height: 100%;
    content: "";
    background: rgb(167,179,206,0.5);
    z-index: -1;
}

.education-history .work-projects > div:nth-child(2) {
    letter-spacing: 2px;
    color: rgb(167,179,206);
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

.education-history .past-jobs::before {
    content: "";
    color: rgb(125,133,180,0.5);
    z-index: -1;
    position: absolute;
    top: -2.5rem;
    font-size: 5rem;
    left: -2rem;
    font-family: serif;
}



.education-history .success-reviews:hover .name {
    text-fill-color: transparent;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    -webkit-background-clip: text !important;
}


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


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



@media (min-width: 768px) {.educational-gains .smart-study {
    align-items: stretch;
    flex-direction: row;
}.educational-gains .smart-study > div:first-child {
    flex: 0 0 40%;
    max-width: 40%;
}.educational-gains .smart-study > div:first-child .img-card-item {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
}.educational-gains .description-card {
    flex: 0 0 60%;
    flex-direction: column;
    max-width: 60%;
    display: flex;
    padding: 2.5rem 2.5rem 2.5rem 3rem;
    justify-content: center;
}.educational-gains ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.educational-gains h5 {
    font-size: calc(22px * 0.9);
    padding: 0 1rem;
}.educational-gains .smart-study {
    margin: 0 0.5rem;
}.educational-gains .container {
    padding: 0 1rem;
}.educational-gains ul {
    grid-template-columns: 1fr;
}.educational-gains li {
    margin-bottom: 0.5rem;
}}




@media (max-width: 1200px) {.our-team {
    padding: 100px 0;
}.our-team .description-card {
    padding: 3rem;
    width: 90%;
}
}



@media (max-width: 768px) {.our-team {
    padding: 60px 0;
}.our-team .description-card {
    padding: 2rem;
}.our-team h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.our-team h1::after {
    height: 3px;
    width: 50px;
}.our-team h4 {
    font-size: 19px;
}
}



@media (prefers-reduced-motion: reduce) {.our-team .description-card,
  .our-team h1,
  .our-team h1::after,
  .our-team ul {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}}



@media screen and (max-width: 1200px) {.program-overview {
    padding: 100px 0;
}.program-overview .training-guide {
    gap: 30px;
}.program-overview .description-card {
    padding: 30px;
}.program-overview .description-card h2 {
    padding: 12px 18px;
    font-size: calc(29px * 0.9);
}.program-overview .description-card .description {
    padding: 15px;
}
}



@media screen and (max-width: 767px) {.program-overview {
    padding: 60px 0;
}.program-overview .training-guide {
    gap: 30px;
}.program-overview .description-card {
    gap: 20px;
    padding: 25px;
}.program-overview .description-card h2 {
    font-size: calc(29px * 0.8);
    padding: 10px 15px;
    margin-bottom: 15px;
}.program-overview .description-card .description {
    padding: 12px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: calc(18px * 0.95);
}.program-overview .img-card-item {
    min-height: 350px;
}.program-overview .training-guide::before {
    display: none;
}
}


@media only screen and (max-width: 1200px) {.cookie-message-window {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.track-edu {
    display: none;
}.cookie-confirm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie-message-window h5 {
    text-align: center;
}.cookie-message-window p {
    text-align: center;
}.cookie-overview {
    margin-bottom: 20px;
}body .wrapper-segment .track-switch {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 992px) {.contact-panel {
    padding: 80px 0 60px;
}.contact-panel h3 {
    margin-bottom: 40px;
}.contact-panel .query-widget {
    flex-direction: column;
}.contact-panel .query-box,
    .contact-panel .connect-message {
    flex: 1 1 100%;
}.contact-panel .connect-message {
    border-top: 1px solid rgb(210,214,231);
}
}



@media (max-width: 576px) {.contact-panel {
    padding: 50px 0;
}.contact-panel h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.contact-panel .query-widget {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(210,214,231);
}.contact-panel .query-box,
    .contact-panel .connect-message {
    padding: 25px 20px;
}.contact-panel .query-box::before,
    .contact-panel .query-box::after {
    display: none;
}.contact-panel .query-box input[type="text"],
    .contact-panel .query-box textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-panel .query-box .feedback-reach label {
    font-size: calc(15px * 0.9);
}.contact-panel .query-box .query-list {
    padding: 14px 20px;
    width: 100%;
}.contact-panel .connect-message .support-reach li {
    padding: 12px;
    margin-bottom: 15px;
}}



@media (min-width: 1200px) {.tariff-item .price-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff-item .discount-price h3 {
    font-size: calc(22px * 1.1);
}.tariff-item .package-pricing {
    font-size: calc(22px * 1.3);
}.tariff-item .img-card-item {
    height: 240px;
}
}



@media (max-width: 767px) {.tariff-item {
    padding: 80px 0;
}.tariff-item .discount-price {
    padding: 30px 20px;
}.tariff-item .package-pricing {
    font-size: 22px;
    padding: 6px 12px;
}.tariff-item .img-card-item {
    height: 180px;
}
}



@media (max-width: 992px) {footer .about-learn {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .quick-reach {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (max-width: 576px) {footer .about-learn {
    padding: 40px 0 30px;
}footer .main-know {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .module-end {
    margin: 0 auto;
    text-align: center;
}footer .main-tutor h5 {
    text-align: center;
}footer .main-tutor h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .head-top {
    align-items: center;
}footer .head-top a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}



@media (max-width: 991px) {.gratMessage {
    padding: 80px 0;
}.gratMessage .smart-study {
    padding: 50px 35px;
}.gratMessage h5 {
    font-size: calc(19px * 0.95);
}
}



@media (max-width: 767px) {.gratMessage {
    padding: 60px 0;
}.gratMessage .smart-study {
    padding: 40px 25px;
    gap: 30px;
}.gratMessage h5 {
    font-size: calc(19px * 0.9);
}.gratMessage p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.gratMessage .smart-study > div:first-child {
    padding-bottom: 20px;
}
}



@media screen and (max-width: 1200px) {.primary-page .virtual-study {
    width: 95%;
    padding: 2.5rem;
}.primary-page h1 {
    font-size: calc(48px * 1.1);
}
}



@media screen and (max-width: 992px) {.primary-page .learning-intro {
    height: 90vh;
}.primary-page .virtual-study {
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.primary-page h1 {
    font-size: 48px;
}.primary-page h3 {
    font-size: calc(18px * 0.95);
    max-width: 95%;
}.primary-page p {
    max-width: 90%;
}
}



@media screen and (max-width: 576px) {.primary-page .learning-intro {
    height: 100vh;
}.primary-page .virtual-study {
    padding: 1.2rem;
    transform: none;
}.primary-page .virtual-study::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.primary-page h1 {
    transform: none;
    font-size: calc(48px * 0.8);
}.primary-page h3 {
    max-width: 100%;
    font-size: calc(18px * 0.85);
    transform: none;
}.primary-page p {
    padding-left: 15px;
    transform: none;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .main-tutor {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .main-tutor::-webkit-scrollbar {
    height: 3px;
}header .main-tutor::-webkit-scrollbar-thumb {
    background: rgb(167,179,206);
    border-radius: 10px;
}header .head-bar {
    white-space: nowrap;
}header .main-info svg {
    width: 110px;
}}



@media screen and (min-width: 1200px) {.client-experience {
    padding: 8rem 0;
}.client-experience::after {
    top: -15%;
    right: -8%;
    height: 70%;
    width: 35%;
}.client-experience .edu-voices {
    grid-template-columns: repeat(3, 1fr);
}.client-experience .success-reviews {
    transition: 
      transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
      box-shadow 0.5s ease;
}.client-experience .success-reviews:nth-child(3n+1) {
    transform: translateZ(10px) rotateY(2deg);
}.client-experience .success-reviews:nth-child(3n+2) {
    transform: translateZ(15px);
}.client-experience .success-reviews:nth-child(3n+3) {
    transform: translateZ(10px) rotateY(-2deg);
}.client-experience .success-reviews:nth-child(3n+1):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(2deg);
}.client-experience .success-reviews:nth-child(3n+2):hover {
    transform: translateY(-10px) translateZ(20px);
}.client-experience .success-reviews:nth-child(3n+3):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(-2deg);
}
}



@media (max-width: 992px) {.education-history .success-reviews {
    grid-template-columns: 1fr;
    max-width: 90%;
}.education-history .img-card-item {
    border-radius: 11px 11px 0 0;
    height: 400px;
    transform: translateY(-30px);
}.education-history .img-card-item::before {
    width: 100%;
    left: 0;
    top: 30px;
}.education-history .work-projects {
    padding: 1rem 2rem 3rem;
}.education-history .success-reviews:hover .img-card-item {
    transform: translateY(-40px);
}
}



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



@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes expandLine {
  to {
    transform: scaleX(1);
  }
}



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(167,179,206,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(167,179,206);
    }
}



@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(167,179,206,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(167,179,206);
    }
}



@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}



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

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

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



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



@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}



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



@keyframes line-grow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(167,179,206,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

