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

header,footer {
    width: 100%;
}

header {
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(211,195,225,0.5) 0%,
        #000000 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    z-index: 100;
    position: fixed;
    width: 100%;
    left: 0;
}

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

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

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

.offer-grid .learning-rates::before {
    left: -150px;
    content: "";
    top: -50px;
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    pointer-events: none;
    background: radial-gradient(circle, rgb(211,195,225,0.5) 0%, transparent 70%);
}

.offer-grid h2 {
    margin-bottom: 20px;
    transform: translateX(-5%);
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.offer-grid .cost-breakdown {
    max-width: 80%;
    margin-bottom: 50px;
    line-height: 1.6;
    transform: translateX(-3%);
    opacity: 0.9;
    font-size: calc(12px * 1.1);
}

.offer-grid .pricing-card li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}

.offer-grid .learning-package:hover {
    transform: translateY(-8px) scale(1.02);
}

.offer-grid .fee-plans {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    position: relative;
    padding: 5px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.offer-grid .study-fees {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    flex-direction: column;
}

.offer-grid .study-fees h4::after {
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.8;
    height: 70%;
    left: -15px;
    transition: all 0.3s ease;
    width: 5px;
    content: "";
    top: 50%;
    background: linear-gradient(to bottom, rgb(211,195,225), rgb(178,158,202));
}

.offer-grid .rate-plans {
    color: #ffffff;
    padding: 5px 10px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    margin-top: auto;
    font-size: calc(22px * 1.3);
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    align-self: flex-start;
    background: linear-gradient(135deg, 
        rgb(211,195,225,0.5) 0%, 
        rgb(178,158,202,0.5) 100%);
}

.greeting-page > div {
    width: 100%;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}

.greeting-page .impact-stats {
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    animation: slideInLeft 0.8s ease-out forwards;
    transform: translateX(-5%);
}

.greeting-page .study-smart::after {
    transform: scaleX(0);
    transform-origin: left;
    height: 4px;
    bottom: -10px;
    animation: expandLine 1s 0.3s ease forwards;
    position: absolute;
    background: linear-gradient(to right, rgb(211,195,225), rgb(178,158,202));
    width: 80px;
    content: "";
    left: 0;
}

.greeting-page .learn-main:hover::before {
    background: linear-gradient(135deg, 
    rgb(178,158,202,0.5), 
    rgba(0, 0, 0, 0.5) 80%);
}

.greeting-page .learn-main > div {
    padding: 3rem;
    animation: slideInRight 0.8s 0.4s ease-out forwards;
    max-width: 600px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    transform: translateX(20px);
    opacity: 0;
}

.greeting-page .learn-main h3 {
    border-left: 3px solid rgb(211,195,225);
    line-height: 1.4;
    font-size: 20px;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding-left: 20px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.contact-panelwdJu .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
}

.contact-panelwdJu .help-links {
    flex-wrap: wrap;
    border-radius: 22px;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    overflow: hidden;
}

.contact-panelwdJu .help-links:hover .request-card {
    transform: rotateY(0deg);
}

.contact-panelwdJu .request-card h3 {
    color: #000000;
    position: relative;
    font-size: 36px;
    padding-left: 20px;
    margin-bottom: 50px;
    font-weight: 700;
}

.contact-panelwdJu .request-card div {
    transition: all 0.3s ease;
    background-color: #ffffff;
    align-items: center;
    border-radius: 10px;
    transform: translateZ(0);
    margin-bottom: 25px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
}

.contact-panelwdJu .request-card div svg path {
    fill: rgb(211,195,225);
}

.contact-panelwdJu .request-card div span a {
    transition: color 0.3s ease;
    color: #000000;
    text-decoration: none;
}

.contact-panelwdJu .query-links {
    transition: transform 0.5s ease;
    display: flex;
    z-index: 2;
    padding: 60px 40px;
    transform-origin: right center;
    width: 60%;
    background: linear-gradient(135deg, rgb(178,158,202), rgb(211,195,225));
    justify-content: center;
    transform: rotateY(-5deg);
    flex-direction: column;
}

.contact-panelwdJu form input[type="text"],
.contact-panelwdJu form input[type="email"] {
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 17px;
    padding: 18px 25px;
    border-radius: 10px;
}

.contact-panelwdJu .request-feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-panelwdJu .request-feedback label::before {
    border: 2px solid rgba(255, 255, 255, 0.4);
    left: 0;
    content: "";
    height: 20px;
    top: 2px;
    transition: all 0.3s ease;
    position: absolute;
    width: 20px;
    border-radius: 10px;
}

.contact-panelwdJu .request-feedback input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    content: "";
    left: 7px;
    transform: rotate(45deg);
    border: solid rgb(211,195,225);
    height: 12px;
    top: 4px;
    position: absolute;
}

.contact-panelwdJu form .reach-grid::before {
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgb(178,158,202), rgb(211,195,225));
    transform: translateY(100%);
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.contact-panelwdJu form .reach-grid:hover {
    color: #ffffff;
}



.contact-panelwdJu .request-card div:nth-child(2) {
    animation: float 6s infinite ease-in-out;
}

.contact-panelwdJu .request-card div:nth-child(4) {
    animation: float 8s infinite ease-in-out;
}

.cookie-popup-display {
    width: 100%;
    position: fixed;
    padding: 20px 0;
    z-index: 90;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(178,158,202);
    bottom: 0;
    border-top: 2px solid rgb(211,195,225);
}

.cookie-popup-display p {
    max-width: 500px;
    font-size: 14px;
    color: #ffffff;
}

.data-approve {
    margin-right: 20px;
    flex-shrink: 0;
}

.data-approve:hover svg {
    transform: rotate(10deg);
}

.track-ack {
    background: rgb(211,195,225);
    line-height: 35px;
    box-shadow: rgb(211,195,225,0.5) 0px 4px 10px 0px;
    padding: 10px 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    margin-left: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 22px;
}

.cookie-popup-display p a:hover {
    color: rgb(178,158,202);
}

.inner-container .cookie-popup-display {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(178,158,202);
}

.inner-container .cookie-data h5, .inner-container .cookie-data p {
    color: #ffffff;
}


#cookieMessagePanel {
    display: none;
}

.company-info {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}

.company-info::after {
    opacity: 0.15;
    right: -30%;
    z-index: 2;
    content: "";
    width: 80%;
    background: radial-gradient(ellipse at center, rgb(178,158,202,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    height: 200%;
    animation: glow 15s infinite alternate ease-in-out;
    top: -50%;
    position: absolute;
}

.company-info h2 {
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    transform: translateZ(0);
    margin-bottom: 40px;
    font-size: 31px;
    font-weight: 700;
}

.company-info h2::after {
    animation: expandWiderLine 2s forwards ease-out;
    position: absolute;
    width: 80%;
    transform-origin: left;
    content: "";
    bottom: -10px;
    left: 0;
    height: 1px;
    background: rgb(255, 255, 255, 0.5);
}

.company-info .content-pad::before {
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    width: 100%;
    left: 0;
    height: 100%;
    animation: shimmer 5s infinite;
    transform: translateX(-100%);
    position: absolute;
}

.company-info .content-pad:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.company-info .content-pad p::after {
    animation: expandLine 1.5s forwards ease-out 0.5s;
    background: rgb(178,158,202);
    height: 2px;
    bottom: -8px;
    content: "";
    left: 0;
    transform-origin: left;
    position: absolute;
    width: 70px;
}

header::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    animation: pulse-bg 8s infinite alternate;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(178,158,202,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(211,195,225,0.5) 0%, transparent 15%);
    z-index: 1;
    position: absolute;
    height: 100%;
}

header .container {
    flex-direction: column;
    position: relative;
    padding: 0;
    z-index: 2;
    align-items: center;
    display: flex;
}

header .nav-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}

header .header-page::before {
    width: 120px;
    z-index: -1;
    opacity: 0.2;
    content: "";
    border-radius: 50%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(178,158,202,0.5) 120deg,
            transparent 180deg,
            rgb(211,195,225,0.5) 240deg,
            transparent 360deg
        );
    height: 120px;
    animation: rotate 10s linear infinite;
    position: absolute;
}

header .header-page:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(178,158,202));
}

header .nav-main::before {
    content: "";
    width: 100%;
    pointer-events: none;
    height: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    top: 0;
    position: absolute;
    z-index: 3;
    left: 0;
}

header .main-pagewrap {
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    perspective: 800px;
    text-decoration: none;
    z-index: 2;
    font-size: 18px;
    padding: 0.6rem 1.5rem;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
}

header .main-pagewrap:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(178,158,202,0.5);
    color: rgb(178,158,202);
}

header .main-pagewrap:hover::before {
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(211,195,225,0.5);
    border-color: rgb(178,158,202,0.5);
}

.give-it-a-try::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    background: radial-gradient(
        ellipse at center,
        rgb(236,228,242) 0%,
        transparent 70%
    );
    top: 0;
    content: '';
    width: 100%;
}

.give-it-a-try .reach-grid {
    font-weight: 600;
    transform: rotate(-2deg);
    color: #000000;
    padding: 20px 50px;
    z-index: 5;
    background: #ffffff;
    font-size: 19px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    transform-origin: center;
    box-shadow: 
        5px 5px 0 rgb(211,195,225),
        10px 10px 0 rgb(178,158,202,0.5);
    position: relative;
}

.give-it-a-try .reach-grid:hover {
    box-shadow: 
        8px 8px 0 rgb(211,195,225),
        16px 16px 0 rgb(178,158,202,0.5);
    transform: rotate(0) scale(1.05);
}

.give-it-a-try .reach-grid::before {
    border: 2px dashed rgb(211,195,225);
    width: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    left: 5px;
    position: absolute;
    content: '';
    height: 100%;
    top: 5px;
}

.give-it-a-try .learn-growth::after {
    left: -150px;
    transform: rotate(-45deg);
    bottom: -150px;
    content: '';
    border-radius: 50% 0 50% 50%;
    height: 300px;
    position: absolute;
    width: 300px;
    background: rgb(178,158,202,0.5);
    opacity: 0.1;
    z-index: 1;
}

.confidential-hearth:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.confidential-hearth h1 {
    font-weight: 700;
    color: rgb(211,195,225);
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 47px;
}

.confidential-hearth h5 {
    font-size: 19px;
}

.confidential-hearth h6 {
    font-size: 22px;
}

.confidential-hearth ul, .confidential-hearth ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.confidential-hearth li::before {
    color: rgb(211,195,225);
    left: 0;
    top: 0;
    position: absolute;
    content: '•';
}

.confidential-hearth .container {
    max-width: 1200px;
    margin: 0 auto;
}

.confidential-hearth .container div {
    margin-bottom: 30px;
}

.confidential-hearth a:hover {
    color: rgb(178,158,202);
    border-bottom: 1px solid rgb(178,158,202);
}

.confidential-hearth button {
    padding: 10px 20px;
    color: #ffffff;
    background-color: rgb(211,195,225);
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    font-size: 14px;
    border-radius: 10px;
}

.course-program-description::after {
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(178,158,202,0.5) 15px, rgb(178,158,202,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(211,195,225,0.5) 15px, rgb(211,195,225,0.5) 16px);
    content: "";
    animation: gridShift 30s infinite linear;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.15;
    width: 100%;
    top: 0;
    background-size: 4rem 4rem;
}

.course-program-description .img-shadow {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 7;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    grid-column: 7 / 13;
    z-index: 3;
}

.course-program-description .img-shadow::after {
    right: -5px;
    opacity: 0.6;
    width: 70%;
    height: 70%;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: -5px;
    border-radius: 10px;
    border: 2px solid rgb(178,158,202);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.course-program-description .site-start:hover {
    transform: rotate(0deg) scale(1.05);
}

.course-program-description .site-start svg {
    transition: all 0.3s ease;
    width: 3rem;
    height: 3rem;
}

.course-program-description .site-start:hover svg {
    transform: scale(1.1);
}

.course-program-description h3 {
    border-left: 4px solid rgb(211,195,225);
    font-size: 35px;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-left: 1rem;
}

.course-program-description .learn-growth::after {
    opacity: 0.5;
    width: 8rem;
    bottom: -4rem;
    position: absolute;
    content: "";
    filter: blur(80px);
    z-index: 1;
    animation: moveCircle 15s infinite alternate-reverse;
    height: 8rem;
    background: rgb(178,158,202,0.5);
    border-radius: 50%;
    right: -4rem;
}

.course-program-description .knowledge-flow::after {
    position: absolute;
    border-radius: 0 0 10px 0;
    bottom: 0;
    right: 0;
    width: 5px;
    background: linear-gradient(180deg, rgb(211,195,225) 0%, rgb(178,158,202) 100%);
    content: "";
    height: 100px;
}

.debate-club::after {
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    z-index: 2;
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
}

.debate-club .start-chat {
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1.25rem 2rem;
    transform: translateY(-3.5rem);
    position: relative;
    border-radius: 10px;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.debate-club .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(178,158,202,0.5), transparent);
    transform: translateY(-50%);
    position: absolute;
    height: 70%;
    width: 1px;
    right: -0.75rem;
    content: '';
    top: 50%;
}

.debate-club .info_item:hover {
    transform: translateY(-5px);
}

.debate-club .info_item:hover p,
.debate-club .info_item:hover a {
    color: rgb(211,195,225);
}

.debate-club .info_item:hover svg {
    transform: scale(1.15);
}

.debate-club .text_main_holder {
    display: grid;
    gap: 4rem;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
}

.debate-club .site-start svg {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
    max-width: 180px;
    height: auto;
}

.debate-club .nav-main {
    position: relative;
    display: flex;
    flex-direction: column;
}

.debate-club .nav-main::after {
    bottom: 0;
    content: '';
    position: absolute;
    right: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(178,158,202,0.5) 30%, rgb(178,158,202,0.5) 70%, transparent);
    width: 1px;
    top: 0;
}

.debate-club .nav-main h5::after {
    bottom: 0;
    background: linear-gradient(to right, rgb(211,195,225), transparent);
    left: 0;
    height: 2px;
    content: '';
    position: absolute;
    width: 60px;
}

.debate-club .site-study:first-child {
    margin-bottom: 2rem;
}

.debate-club .site-study a::before {
    left: 0;
    background-color: rgb(211,195,225);
    bottom: 0;
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    height: 1px;
}

.debate-club .site-study a:hover::before {
    width: 20px;
}

.debate-club .subscribe_holder {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    border-radius: 10px;
    gap: 1.5rem;
    padding: 2rem;
    position: relative;
}

.debate-club .subscribe_holder::after {
    bottom: 0;
    content: '';
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    animation: pulseGlow 6s infinite alternate;
    width: 150px;
    background: radial-gradient(circle, rgb(211,195,225,0.5) 0%, transparent 70%);
    height: 150px;
    right: 0;
}

.debate-club .subscribe_holder p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.debate-club .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    margin-top: 0.5rem;
    gap: 1rem;
}



.debate-club .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 15px;
}

.debate-club .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(211,195,225,0.5);
    border-color: rgb(211,195,225,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}

.debate-club .updates-box::before {
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    content: '';
}

.debate-club .updates-box::after {
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    z-index: -2;
    background: rgb(178,158,202);
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}

.debate-club .zoom-meet::before {
    content: '';
    background: linear-gradient(to right, transparent, rgb(178,158,202,0.5), transparent);
    left: 20%;
    top: 0;
    position: absolute;
    width: 60%;
    height: 1px;
}

.client-experience::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(211,195,225,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(211,195,225,0.5) 12px
  );
    opacity: 0.05;
}

.client-experience h2 {
    position: relative;
    color: #000000;
    margin-bottom: 3.5rem;
    transform: translateZ(10px);
    letter-spacing: 0.05em;
    font-size: calc(28px * 1.1);
    font-weight: 700;
    text-align: center;
}

.client-experience .container.learn-growth {
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.client-experience .rating-spot {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2.5rem;
}

.client-experience .testimonial-highlights::before {
    height: 5px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
}

.client-experience .testimonial-highlights:hover::before {
    transform: scaleX(1);
}

.client-experience .testimonial-highlights h3 {
    padding-bottom: 0.7rem;
    font-weight: 600;
    color: #000000;
    transform: translateZ(5px);
    font-size: calc(19px * 1.1);
    position: relative;
    margin-bottom: 1rem;
}

.client-experience .testimonial-highlights p.description::before {
    color: rgb(178,158,202,0.5);
    position: absolute;
    z-index: -1;
    opacity: 0.08;
    line-height: 1;
    content: "";
    font-size: 8rem;
    top: -1.5rem;
    font-family: serif;
    left: -1rem;
}

.client-experience .testimonial-highlights:hover div {
    transform: translateZ(15px) scale(1.05);
}

.client-experience .testimonial-highlights div::after {
    inset: 0;
    opacity: 0.2;
    pointer-events: none;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(211,195,225,0.5) 100%);
    position: absolute;
}

.client-experience .testimonial-highlights:hover div img {
    transform: scale(1.1);
}

.client-experience .testimonial-highlights:nth-child(odd) {
    transform: translateZ(5px) rotateZ(-0.5deg);
}

.client-experience .testimonial-highlights:nth-child(odd):hover {
    transform: translateY(-10px) translateZ(25px) rotateX(2deg) rotateZ(-0.2deg);
}

.appDiv::before {
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(211,195,225,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    content: "";
    z-index: 1;
}

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

.appDiv .learn-growth > div:first-child {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.appDiv .learn-growth > div:first-child::before {
    content: "";
    width: 0.5rem;
    transform: translateY(-50%);
    height: 50%;
    position: absolute;
    top: 50%;
    background: rgb(211,195,225);
    left: -2rem;
}

.appDiv .learn-growth > div:last-child::after {
    content: "";
    transform: scaleX(0);
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform-origin: left;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(211,195,225), rgb(178,158,202));
    bottom: 0;
    height: 4px;
    width: 100%;
    left: 0;
}

.appDiv p {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    margin: 0;
    font-size: 18px;
}

.appDiv a:hover {
    transform: translateY(-5px);
}

.appDiv a:hover p {
    color: rgb(211,195,225);
}

.education-experience {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, rgba(245, 245, 250, 0.9) 100%);
}

.education-experience::after {
    z-index: 1;
    left: -5%;
    bottom: -5%;
    width: 15rem;
    background: linear-gradient(220deg, rgb(178,158,202,0.5) 10%, rgb(211,195,225,0.5) 90%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    position: absolute;
    transform: rotate(12deg);
    height: 15rem;
    opacity: 0.08;
}

.education-experience .testimonial-highlights:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.education-experience .testimonial-highlights > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.education-experience .img-shadow {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 180px;
    width: 180px;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.education-experience .name::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(211,195,225) 0%, transparent 100%);
    content: "";
    height: 3px;
    width: 40%;
}

.education-experience .work-items {
    margin: 0;
    font-size: 12px;
    padding-left: 1.5rem;
    line-height: 1.8;
    color: #000000;
    position: relative;
}

.education-experience .work-items::before {
    font-family: Georgia, serif;
    content: "";
    left: -0.8rem;
    position: absolute;
    opacity: 0.3;
    top: -1.5rem;
    color: rgb(211,195,225,0.5);
    font-size: 5rem;
}


@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 (max-width: 1200px) {.offer-grid {
    padding: 100px 0;
}.offer-grid .pricing-card {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.offer-grid h2 {
    transform: translateX(0);
}.offer-grid .cost-breakdown {
    max-width: 90%;
    transform: translateX(0);
}
}



@media (max-width: 768px) {.offer-grid {
    padding: 70px 0;
}.offer-grid .pricing-card {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.offer-grid h2 {
    font-size: calc(35px * 0.9);
}.offer-grid .cost-breakdown {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 12px;
}
}




@media (max-width: 991px) {.greeting-page {
    padding: 3rem 1rem;
}.greeting-page .study-smart {
    font-size: calc(48px - 0.5rem);
}.greeting-page .learn-main > div {
    padding: 2.5rem;
    max-width: 100%;
}
}



@media (max-width: 767px) {.greeting-page {
    min-height: auto;
    padding: 2rem 1rem;
}.greeting-page .impact-stats {
    margin-bottom: 1.5rem;
}.greeting-page .study-smart {
    font-size: calc(48px - 1rem);
}.greeting-page .learn-main > div {
    padding: 2rem 1.5rem;
}.greeting-page .learn-main p {
    font-size: 15px;
    margin-bottom: 1rem;
}.greeting-page .learn-main h3 {
    font-size: calc(20px - 0.2rem);
}
}



@media screen and (max-width: 576px) {.contact-panelwdJu {
    padding: 60px 0;
}.contact-panelwdJu .request-card,
    .contact-panelwdJu .query-links {
    padding: 30px 20px;
}.contact-panelwdJu .request-card h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact-panelwdJu form input[type="text"],
    .contact-panelwdJu form input[type="email"] {
    padding: 15px 20px;
}.contact-panelwdJu form .reach-grid {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 768px) {.company-info {
    padding: 150px 0 100px;
}.company-info h2 {
    margin-bottom: 60px;
}.company-info .content-pad {
    transform: perspective(1200px) rotateY(-1deg);
    padding: 40px 50px;
}.company-info .content-pad div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.company-info {
    padding: 180px 0 120px;
}.company-info .container {
    padding: 0 30px;
}.company-info h2 {
    font-size: calc(31px * 1.1);
}.company-info .content-pad {
    padding: 50px 60px;
    transform: perspective(1500px) rotateY(-1deg);
}.company-info .content-pad div div {
    line-height: 1.8;
    column-count: 2;
}
}



@media (max-width: 480px) {.company-info {
    padding: 70px 0 50px;
}.company-info .content-pad {
    transform: none;
    padding: 20px 15px;
}.company-info h2 {
    font-size: calc(31px * 0.85);
}.company-info .content-pad p {
    font-size: calc(24px * 0.9);
}.company-info .content-pad div div {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 767px) {header .header-page {
    margin: 0.6rem 0 1rem;
}header .header-page svg {
    height: 35px;
}header .header-page::before {
    width: 90px;
    height: 90px;
}header .header-page::after {
    width: 50px;
    height: 50px;
}header .nav-main {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main-pagewrap {
    font-size: calc(18px - 2px);
    padding: 0.4rem 1rem;
}header .main-pagewrap:first-child {
    margin-left: 2rem;
}header .main-pagewrap:last-child {
    margin-right: 2rem;
}}



@media (max-width: 480px) {.give-it-a-try {
    padding: 60px 0;
}.give-it-a-try .container p {
    padding: 25px;
    font-size: calc(14px * 1.2);
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(211,195,225,0.5);
    margin-bottom: 50px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
}.give-it-a-try .reach-grid {
    transform: rotate(0);
    font-size: calc(19px * 0.9);
    padding: 12px 30px;
    box-shadow: 
            3px 3px 0 rgb(211,195,225),
            6px 6px 0 rgb(178,158,202,0.5);
}.give-it-a-try .reach-grid::before {
    left: 3px;
    top: 3px;
}.give-it-a-try .reach-grid:hover {
    box-shadow: 
            5px 5px 0 rgb(211,195,225),
            10px 10px 0 rgb(178,158,202,0.5);
    transform: scale(1.03);
}.give-it-a-try .reach-grid:hover::before {
    top: 5px;
    left: 5px;
}}



@media (max-width: 992px) {.course-program-description {
    padding: 6rem 0;
}.course-program-description .learn-growth {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.course-program-description .knowledge-flow {
    grid-row: 2 / 3;
    padding: 2.5rem;
    grid-column: auto;
}.course-program-description .img-shadow {
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 350px;
    grid-row: 1 / 2;
}.course-program-description .site-start {
    right: 3rem;
    top: auto;
    bottom: -2rem;
}.course-program-description h3 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 576px) {.course-program-description {
    padding: 4rem 0;
}.course-program-description .knowledge-flow {
    padding: 1.5rem;
}.course-program-description .img-shadow {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course-program-description .site-start {
    right: 1.5rem;
    height: 4rem;
    bottom: -1.25rem;
    width: 4rem;
}.course-program-description .site-start svg {
    height: 2.25rem;
    width: 2.25rem;
}.course-program-description h3 {
    font-size: calc(35px * 0.7);
    padding-left: 0.75rem;
    margin-bottom: 1rem;
}.course-program-description p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.course-program-description .knowledge-flow::before {
    width: 50px;
}.course-program-description .knowledge-flow::after {
    height: 50px;
}.course-program-description .learn-growth::before,
    .course-program-description .learn-growth::after {
    display: none;
}}



@media (max-width: 768px) {.debate-club {
    padding: 4rem 0 2rem;
}.debate-club .start-chat {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.debate-club .info_item {
    width: 100%;
    max-width: none;
}.debate-club .site-study {
    grid-template-columns: repeat(2, 1fr);
}.debate-club .zoom-meet {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.debate-club {
    padding: 3rem 0 1.5rem;
}.debate-club .start-chat {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.debate-club .info_item p,
    .debate-club .info_item a {
    font-size: calc(15px - 1px);
}.debate-club .site-study {
    grid-template-columns: 1fr;
    text-align: center;
}.debate-club .site-study a:hover {
    transform: none;
}.debate-club .site-study a::before {
    left: 50%;
    transform: translateX(-50%);
}.debate-club .site-study a:hover::before {
    width: 30px;
}.debate-club .input_holder {
    width: 100%;
}}



@media (max-width: 480px) {.client-experience {
    padding: 3rem 0;
}.client-experience h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 2rem;
}.client-experience .testimonial-highlights {
    padding: 1.25rem;
}.client-experience .testimonial-highlights p.description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.client-experience .testimonial-highlights div {
    height: 50px;
    width: 50px;
}}



@media (min-width: 768px) {.appDiv {
    padding: 6rem 0;
}.appDiv .learn-growth {
    gap: 3.5rem;
}.appDiv .learn-growth > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.appDiv h5 {
    padding-left: 1.5rem;
    font-size: calc(21px * 1.2);
}.appDiv .learn-growth > div:last-child {
    padding: 3rem;
    max-width: 90%;
    margin-left: 3rem;
}
}



@media (min-width: 1200px) {.appDiv .learn-growth > div:last-child {
    max-width: 75%;
    margin-left: 8rem;
    padding: 4.5rem;
}.appDiv h5 {
    font-size: calc(21px * 1.5);
}
}



@media (max-width: 767px) {.appDiv {
    padding: 3rem 0;
}.appDiv .learn-growth > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.appDiv h5 {
    padding-left: 0.75rem;
    font-size: calc(21px * 0.9);
}.appDiv .learn-growth > div:last-child {
    padding: 1.75rem;
}}



@media (min-width: 992px) {.education-experience .testimonial-highlights {
    grid-template-columns: 250px 250px 1fr;
    align-items: center;
    grid-template-rows: 1fr;
}.education-experience .testimonial-highlights > div:first-child {
    grid-row: 1;
}.education-experience .img-shadow {
    height: 220px;
    width: 220px;
}.education-experience .work-items {
    padding-left: 2rem;
}.education-experience .work-items::before {
    left: -0.5rem;
    font-size: 6rem;
    top: -2rem;
}
}



@media (max-width: 480px) {.education-experience {
    padding: 2rem 0;
}.education-experience .container {
    padding: 0 1rem;
}.education-experience .testimonial-highlights {
    padding: 1.5rem;
    gap: 1.5rem;
}.education-experience .img-shadow {
    height: 120px;
    width: 120px;
}.education-experience .work-items::before {
    top: -1rem;
    font-size: 4rem;
}
}



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

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



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



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}



@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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

