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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    background: linear-gradient(135deg, rgb(146,157,178,0.5), rgb(110,120,135,0.5));
    padding: 0;
    position: relative;
    width: 100%;
}

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

.interested_learners h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.interested_learners div > div {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding: 0 20px;
}

.interested_learners p:nth-child(even) {
    transform: translateY(100px);
}

.interested_learners p::before {
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, #ffffff, rgb(183,194,215));
    opacity: 0;
}

.interested_learners p span {
    margin-top: 50px;
    display: block;
    width: 100%;
}



.interested_learners::after {
    opacity: 0.5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 200px;
    content: "";
    left: 5%;
    top: 10%;
    border: 2px dashed rgb(110,120,135,0.5);
    animation: hexSpin 30s linear infinite;
    position: absolute;
    width: 200px;
    z-index: 1;
}

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

.cookieNotificationBanner p {
    font-size: 18px;
}

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

.reach_out_info::before {
    transform: rotate(-15deg);
    animation: float 8s ease-in-out infinite;
    position: absolute;
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 35%;
    right: -5%;
    background: rgb(110,120,135,0.5);
    content: "";
    width: 35%;
    opacity: 0.15;
    top: -5%;
}

.reach_out_info .talk_answer:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}

.reach_out_info h3::after {
    content: "";
    transition: transform 0.3s ease;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform-origin: left;
    width: 80%;
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
}

.reach_out_info .reach_team {
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    display: flex;
    border-left: 2px solid transparent;
    text-decoration: none;
    background: linear-gradient(to right, rgba(rgb(146,157,178,0.5), 0.05), rgba(rgb(183,194,215), 0.1));
    border-radius: 10px;
}

.leadership_profile::after {
    content: "";
    width: 100%;
    z-index: 0;
    height: 100%;
    right: -50%;
    opacity: 0.15;
    top: -50%;
    background: radial-gradient(circle, rgb(110,120,135,0.5) 0%, transparent 70%);
    position: absolute;
}

.leadership_profile .review_voices {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    isolation: isolate;
    position: relative;
    padding: 3rem 2rem;
    gap: 2rem;
    background: #ffffff;
}

.leadership_profile .review_voices .pic_cell:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.leadership_profile .review_voices > div:nth-child(2) {
    border-left: 1px solid rgb(146,157,178,0.5);
    order: 2;
    padding-left: 1rem;
}

.leadership_profile .review_voices .name:hover::after {
    transform: scaleX(1);
}

.leadership_profile .review_voices > div:nth-child(3) {
    position: relative;
    order: 3;
    margin-top: 1rem;
}

.leadership_profile .review_voices .exp_achievements {
    position: relative;
    background: linear-gradient(to right, rgb(183,194,215) 0%, transparent 100%);
    padding: 1.5rem;
    border-radius: 10px;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    margin: 0;
}

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

.program_details .knowledge_guide {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

.program_details .pic_cell:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.program_details .pic_cell:hover::before {
    opacity: 0.2;
}

.program_details .insight_box {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 30px;
    transform: translateY(0);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.program_details .insight_box:hover h3 {
    transform: translateX(10px);
}

.program_details h3::after {
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    width: 60px;
    background: rgb(146,157,178);
    left: 0;
    height: 2px;
    content: "";
}

.program_details p.description {
    scrollbar-color: rgb(146,157,178,0.5) #ffffff;
    padding-right: 15px;
    scrollbar-width: thin;
    max-height: 300px;
    overflow-y: auto;
    display: block;
}

.customer_reviews .success_story {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.customer_reviews h4::before {
    background: rgb(146,157,178);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    content: "";
    bottom: -15px;
    position: absolute;
}

.customer_reviews .success_ratings {
    display: grid;
    transform: perspective(1000px) rotateX(20deg);
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    gap: 3rem;
}

.customer_reviews .review_voices:hover {
    transform: translateZ(30px) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        20px 20px 0 -5px rgb(183,194,215),
        20px 20px 0 0px rgb(110,120,135);
}

.customer_reviews .review_voices::before {
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent, rgb(146,157,178,0.5) 80%);
    opacity: 0;
    position: absolute;
    border-radius: 19px;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.customer_reviews .review_voices:hover .pic_cell {
    transform: translateZ(50px) rotate(5deg);
    border-radius: 50%;
}

.customer_reviews .review_voices:hover .pic_cell::before {
    opacity: 0.4;
}

.customer_reviews .review_voices span {
    margin-bottom: 1.2rem;
    transform: translateZ(20px);
    color: #000000;
    transition: all 0.4s ease;
    display: block;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
}

.customer_reviews .review_voices:nth-child(3n+1) {
    transform: translateZ(10px) translateY(0);
}

.customer_reviews .review_voices:nth-child(3n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}

footer {
    color: #ffffff;
    perspective: 1000px;
    position: relative;
    font-family: Arial, sans-serif;
}

.abuse_ctrl::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(110,120,135) 50%, 
                transparent 100%);
    left: 0;
    height: 2px;
    animation: glowPulse 3s ease-in-out infinite alternate;
    content: "";
}

.abuse_ctrl .company_holder {
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(146,157,178);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 2rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    position: relative;
}

.abuse_ctrl .footer_account {
    padding-left: 1rem;
    line-height: 1.7;
    font-size: 16px;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.abuse_ctrl .nav_pagebar {
    height: 100%;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.abuse_ctrl .head_pagebar:hover::before {
    left: -100%;
    top: -100%;
}

.abuse_ctrl .head_pagebar::after {
    transform-style: preserve-3d;
    position: absolute;
    content: "";
    border-color: transparent rgb(146,157,178) transparent transparent;
    top: 0;
    width: 0;
    transform: translateZ(5px);
    transition: all 0.4s ease;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
}

.abuse_ctrl .head_pagebar h5::before {
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    bottom: -8px;
    width: 100%;
    background: rgb(110,120,135);
}

.abuse_ctrl .head_pagebar:hover h5::after {
    width: 100%;
}

.abuse_ctrl .head_pagebar a {
    color: rgba(255, 255, 255, 0.75);
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.footer_caption {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 3rem;
    padding: 1.5rem 0;
}

.footer_caption .glossary {
    padding: 0.5rem 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
}

.abuse_ctrl .company_holder::after {
    opacity: 0.7;
    position: absolute;
    height: 30px;
    top: 20px;
    width: 30px;
    content: "";
    transition: all 0.4s ease;
    right: 20px;
    border-right: 2px solid rgb(146,157,178);
    border-top: 2px solid rgb(146,157,178);
}

.abuse_ctrl .company_holder:hover .footer_account::after {
    width: calc(100% - 1rem);
}

.abuse_ctrl .head_pagebar:nth-child(1)::before {
    background: radial-gradient(circle, rgb(146,157,178,0.5) 0%, transparent 70%);
}

.abuse_ctrl .nav_pagebar a::after {
    height: 1px;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(146,157,178), rgb(110,120,135));
    bottom: 0;
    content: "";
    position: absolute;
}

.secure_harbor h2 {
    border-bottom: 1px solid rgb(110,120,135);
    padding-bottom: 5px;
    font-size: 31px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(110,120,135);
}

.secure_harbor section {
    margin-top: 20px;
    background: rgb(183,194,215);
    padding: 20px;
    border-radius: 10px;
}

header .top_plank .main_panel div svg, header .top_plank .main_panel div svg path {
    fill: #ffffff;
}

header .top_plank .main_panel {
    font-size: 12px;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
}

.join_our_mailing_list::after {
    background: radial-gradient(
        circle at bottom right,
        rgb(146,157,178,0.5) 10%,
        transparent 70%
    );
    right: 0;
    height: 30%;
    bottom: 0;
    z-index: -1;
    width: 30%;
    position: absolute;
    content: "";
}

.join_our_mailing_list .success_story::before {
    width: 100%;
    position: absolute;
    height: 5px;
    transform: scaleX(1.03);
    left: 0;
    content: "";
    background: linear-gradient(
        to right,
        rgb(146,157,178),
        rgb(110,120,135),
        rgb(146,157,178)
    );
    transform-origin: center top;
    top: 0;
}

.join_our_mailing_list .input_holder span {
    min-width: 240px;
    flex: 1 1 auto;
    position: relative;
}

.join_our_mailing_list .input_holder input[type="email"] {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 1.5rem;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.join_our_mailing_list .input_holder .subscribe_coupons::before {
    left: -100%;
    content: "";
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    position: absolute;
}

.contact_panel::before {
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    top: -50%;
    height: 200%;
    left: -50%;
    position: absolute;
    animation: subtle-pulse 12s infinite alternate;
    content: '';
    z-index: 1;
}

.contact_panel h2::after {
    width: 80px;
    content: '';
    position: absolute;
    bottom: -0.5rem;
    height: 3px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(146,157,178), 
        transparent
    );
    transform: translateX(-50%);
    left: 50%;
}

.contact_panel .reach_message {
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    flex: 0 0 60%;
}

.contact_panel .reach_message input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    width: 100%;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 14px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
}

.contact_panel .reach_message .feedback_links input[type="checkbox"]:checked::after {
    color: #ffffff;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '✔';
    top: 50%;
    font-size: 0.8rem;
    position: absolute;
}

.contact_panel .reach_message .inquiry_links {
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    background: rgb(146,157,178);
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
}

header .container {
    z-index: 1;
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0 2%;
}

header .header_know::before {
    height: 5px;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(146,157,178), rgb(110,120,135));
}

header .head_main::after {
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(146,157,178,0.5), rgb(110,120,135,0.5), rgb(146,157,178,0.5), transparent);
    position: absolute;
    content: '';
    left: 20%;
    width: 60%;
}

header .head_teach {
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding: 0.7rem 1.3rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 600;
    background: linear-gradient(to bottom, #ffffff, rgb(183,194,215));
}

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

.who_we_are h4::before {
    content: "";
    left: 0;
    width: 35px;
    transform: translateY(-50%);
    background: rgb(110,120,135);
    position: absolute;
    top: 50%;
    height: 3px;
}

.who_we_are:hover h4::after {
    transform: scaleX(1.5);
}

.who_we_are .insight_box {
    border-radius: 0 10px 10px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(20, 20, 20, 0.75);
    transform: translateY(0);
    border-left: 4px solid rgb(110,120,135);
    position: relative;
    backdrop-filter: blur(8px);
    padding: 40px 45px;
}

.who_we_are .insight_box div {
    position: relative;
    overflow: hidden;
}

.who_we_are .insight_box span {
    font-size: 12px;
    font-weight: 300;
    transition: transform 0.3s ease-out;
    display: block;
    opacity: 0.95;
    color: #ffffff;
    line-height: 1.8;
    text-align: justify;
    transform: translateY(0);
}

.thanksPoint::after {
    filter: blur(50px);
    opacity: 0.2;
    content: "";
    animation: float 15s infinite ease-in-out reverse;
    left: -5%;
    height: 60%;
    transform: rotate(10deg) skew(-10deg);
    position: absolute;
    width: 40%;
    background: rgb(110,120,135,0.5);
    bottom: -10%;
    z-index: 0;
}

.thanksPoint .success_story {
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    transform: perspective(1000px) rotateX(0deg);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 5px solid rgb(146,157,178);
    position: relative;
}

.analysis_summary {
    background: rgb(183,194,215);
    background-image: linear-gradient(135deg, rgb(183,194,215) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
    margin: 60px 0;
    position: relative;
}

.analysis_summary::after {
    content: '';
    left: 0;
    right: 0;
    background: radial-gradient(circle at center, transparent 50%, rgb(183,194,215) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.analysis_summary .boost_growth {
    position: relative;
    padding-right: 30px;
    order: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.analysis_summary .statistics_gain {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 0;
    opacity: 0.9;
    padding-left: 20px;
    color: #000000;
}

.analysis_summary .study_gain::before {
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
}

.analysis_summary .study_gain:nth-child(even)::after {
    background: rgb(110,120,135);
}

.analysis_summary .study_gain h4 {
    font-size: calc(35px * 1.2);
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}

.analysis_summary svg path {
    fill: rgb(146,157,178);
}

.analysis_summary .study_gain:nth-child(even) svg path {
    fill: rgb(110,120,135);
}

.greeting_page {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.greeting_page .edu_title::after {
    mix-blend-mode: overlay;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, 
    transparent 30%, 
    rgb(110,120,135,0.5) 100%);
    left: 0;
    width: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
}

.greeting_page .study_sessions::after {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 95%);
    position: absolute;
    z-index: -2;
    top: 0;
    transform: translateZ(-5px);
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(146,157,178);
    content: "";
    height: 100%;
    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%);
    left: 0;
}

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

.experience_trial {
    position: relative;
    background: linear-gradient(45deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
}

.experience_trial .success_story {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    border-radius: 21px;
    flex-direction: column;
    max-width: 1000px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(146,157,178,0.5),
        0 0 40px rgb(146,157,178,0.5);
    padding: 60px 40px;
    z-index: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    margin: 0 auto;
}

.experience_trial h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 36px;
    letter-spacing: 3px;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(146,157,178);
    text-transform: uppercase;
}

.experience_trial h3::after {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    color: rgb(146,157,178);
    content: attr(data-text);
    left: 3px;
    top: 0;
    animation: glitchEffect 3s infinite linear alternate-reverse;
    position: absolute;
    z-index: -2;
}

.experience_trial .reach_team::after {
    width: 70%;
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    top: 0;
    position: absolute;
    z-index: 1;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 100%;
    content: '';
}

.experience_trial .reach_team:hover::after {
    left: 130%;
}

.program_details p.description::-webkit-scrollbar {
    width: 6px;
}

.program_details p.description::-webkit-scrollbar-track {
    background: #ffffff;
}

.program_details p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(146,157,178,0.5);
}



@media (max-width: 576px) {.interested_learners {
    padding: 60px 0;
}.interested_learners h4 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.6);
}.interested_learners h4::after {
    height: 4px;
    width: 60px;
    bottom: -10px;
}.interested_learners p {
    font-size: calc(16px * 0.9);
    padding: 15px;
}.interested_learners p svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}}


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


@media only screen and (max-width: 800px)  {.wrapper-canvas .cookie_ack {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (min-width: 768px) {.reach_out_info .talk_answer {
    grid-template-columns: 1fr;
    padding: 4rem;
    gap: 2rem;
    display: grid;
}.reach_out_info h3 {
    font-size: calc(35px * 1.1);
}.reach_out_info .edu_asksup {
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
}.reach_out_info .reach_team {
    padding: 1rem 1.5rem;
}
}



@media (hover: none) {.reach_out_info .talk_answer {
    transform: none !important;
}.reach_out_info .reach_team:hover {
    transform: none;
}}



@media (min-width: 768px) {.leadership_profile .review_voices {
    padding: 4rem;
    grid-template-columns: 250px 1fr;
    gap: 3rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
}.leadership_profile .review_voices > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.leadership_profile .review_voices > div:nth-child(2) {
    align-self: center;
    border-left: none;
    grid-area: info;
    padding-left: 0;
}.leadership_profile .review_voices > div:nth-child(3) {
    grid-area: quote;
}.leadership_profile .review_voices .exp_achievements {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, transparent 100%);
}
}



@media (min-width: 768px) {.program_details {
    padding: 150px 0;
}.program_details .knowledge_guide {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.program_details .pic_cell {
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
    height: 450px;
}.program_details .pic_cell:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.program_details .insight_box {
    padding: 40px;
}.program_details h3 {
    font-size: 21px;
    margin-bottom: 30px;
}.program_details p.description {
    max-height: 350px;
}
}



@media (max-width: 992px) {.customer_reviews {
    padding: 5rem 1.5rem;
}.customer_reviews .success_ratings {
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(15deg);
    grid-template-columns: repeat(2, 1fr);
}.customer_reviews h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 4rem;
}.customer_reviews .review_voices:nth-child(2n+1) {
    transform: translateZ(10px) translateY(0);
}.customer_reviews .review_voices:nth-child(2n+2) {
    transform: translateZ(0) translateY(0);
}.customer_reviews .review_voices:nth-child(2n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.customer_reviews .review_voices:nth-child(2n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}
}



@media only screen and (max-width: 800px) {.secure_harbor {
    padding: 20px 10px;
}.secure_harbor h1 {
    font-size: calc(18px * 0.8);
}.secure_harbor h2 {
    font-size: calc(18px * 0.8);
}.secure_harbor h3, .secure_harbor h4, .secure_harbor h5, .secure_harbor h6 {
    font-size: calc(18px * 0.8);
}.secure_harbor p, .secure_harbor span, .secure_harbor div {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 767px) {.join_our_mailing_list {
    padding: 3rem 1.5rem;
}.join_our_mailing_list .success_story {
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}.join_our_mailing_list h4 {
    font-size: 18px;
    padding-left: 1rem;
}.join_our_mailing_list h4::before {
    width: 3px;
}.join_our_mailing_list .input_holder {
    gap: 0.75rem;
}.join_our_mailing_list .input_holder input[type="email"],
    .join_our_mailing_list .input_holder .subscribe_coupons {
    padding: 0.9rem 1.25rem;
}
}



@media screen and (max-width: 768px) {.contact_panel {
    padding: 3rem 0;
}.contact_panel h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 2rem;
}.contact_panel .reach_message h3 {
    font-size: calc(33px * 0.9);
}.contact_panel .reach_message input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_panel .reach_message .feedback_links {
    align-items: flex-start;
}.contact_panel .reach_message .feedback_links input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 992px) {.who_we_are {
    padding: 80px 0 60px;
}.who_we_are h4 {
    padding-left: 1.5rem;
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.who_we_are .insight_box {
    padding: 30px 35px;
}.who_we_are h6 {
    font-size: 21px;
}
}



@media (max-width: 576px) {.who_we_are {
    padding: 50px 0 30px;
}.who_we_are h4 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.who_we_are .insight_box {
    border-radius: 0 10px 10px 0;
    padding: 20px 15px;
}.who_we_are h6 {
    font-size: 20px;
    letter-spacing: 0.5px;
}.who_we_are .insight_box span {
    line-height: 1.6;
    font-size: calc(12px * 0.85);
}}



@media (max-width: 767px) {.thanksPoint {
    padding: 70px 0;
}.thanksPoint h2 {
    font-size: calc(35px * 0.8);
    line-height: 1.4;
}.thanksPoint h2::after {
    bottom: -12px;
    width: 60px;
}.thanksPoint .success_story {
    border-left: 4px solid rgb(146,157,178);
    padding: 25px 20px;
}.thanksPoint li {
    padding-left: 20px;
}.thanksPoint li::before {
    top: 7px;
    height: 10px;
    width: 10px;
}.thanksPoint span {
    font-size: calc(13px - 1px);
    line-height: 1.7;
}
}



@media screen and (max-width: 480px) {.analysis_summary {
    padding: 60px 0;
}.analysis_summary .study_gain {
    padding: 20px;
}.analysis_summary .study_gain h4 {
    font-size: calc(35px * 0.9);
}.analysis_summary .study_gain span {
    font-size: calc(14px * 0.9);
}.analysis_summary .expert_benefitsALwG {
    margin-bottom: 20px;
    font-size: calc(35px * 0.9);
}.analysis_summary .statistics_gain {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}



@media screen and (max-width: 576px) {.greeting_page .edu_title {
    height: 100vh;
}.greeting_page .study_sessions {
    padding: 1.2rem;
    transform: none;
}.greeting_page .study_sessions::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.greeting_page h1 {
    transform: none;
    font-size: calc(44px * 0.8);
}.greeting_page h3 {
    transform: none;
    max-width: 100%;
    font-size: calc(18px * 0.85);
}.greeting_page p {
    padding-left: 15px;
    transform: none;
}}



@media screen and (max-width: 576px) {.experience_trial {
    padding: 60px 0;
}.experience_trial .success_story {
    padding: 30px 20px;
}.experience_trial h3 {
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(36px * 0.7);
}.experience_trial .reach_team {
    letter-spacing: 1px;
    font-size: calc(14px * 0.9);
    padding: 12px 30px;
}
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

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



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



@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}



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

