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

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

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

.panel-container-YFjX {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.contact-edu-Zolq::before {
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(159,185,187,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(113,152,155,0.5) 0%, transparent 30%);
    left: 0;
    content: '';
    top: 0;
    width: 100%;
}

.contact-edu-Zolq .res-connect-xZmW {
    position: relative;
    flex-direction: column;
    display: flex;
}

.contact-edu-Zolq .info_item {
    flex: 1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 300px;
    position: relative;
    min-width: 200px;
}

.contact-edu-Zolq .info_item:not(:last-child)::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(113,152,155,0.5), transparent);
    top: 50%;
    width: 1px;
    right: -0.75rem;
    transform: translateY(-50%);
    height: 70%;
    content: '';
}

.contact-edu-Zolq .info_item svg {
    transition: transform 0.3s ease;
    width: 22px;
    fill: rgb(159,185,187);
    height: 22px;
}

.contact-edu-Zolq .head-mainwrap-ZITG svg {
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
}

.contact-edu-Zolq .nav-main-a8dC {
    flex-direction: column;
    display: flex;
    position: relative;
}

.contact-edu-Zolq .nav-main-a8dC h5 {
    font-size: 24px;
    margin-bottom: 1.75rem;
    position: relative;
    padding-bottom: 0.875rem;
    font-weight: 600;
}

.contact-edu-Zolq .nav-main-a8dC h5::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(159,185,187), transparent);
}

.contact-edu-Zolq .header-pagewrap-tlkd a:hover {
    color: rgb(159,185,187);
    transform: translateX(8px);
    opacity: 1;
}

.contact-edu-Zolq .header-pagewrap-tlkd a:hover::before {
    width: 20px;
}

.contact-edu-Zolq .subscribe_holder::after {
    width: 150px;
    z-index: -1;
    content: '';
    bottom: 0;
    background: radial-gradient(circle, rgb(159,185,187,0.5) 0%, transparent 70%);
    animation: pulseGlow 6s infinite alternate;
    position: absolute;
    opacity: 0.3;
    right: 0;
    height: 150px;
}

.contact-edu-Zolq .subscribe_holder p {
    opacity: 0.9;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-size: 14px;
}

.contact-edu-Zolq .input_holder::before {
    content: '';
    z-index: -1;
    animation: subtleRotate 15s linear infinite;
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    position: absolute;
    opacity: 0.1;
    border-radius: calc(10px + 10px);
    background: 
        radial-gradient(circle at bottom right, rgb(159,185,187,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(113,152,155,0.5) 0%, transparent 70%);
    width: calc(100% + 20px);
}

.contact-edu-Zolq .subscribe-coupons-1QqS::after {
    z-index: -2;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(113,152,155);
    left: 0;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
}

.contact-edu-Zolq .subscribe-coupons-1QqS:hover::after {
    opacity: 1;
}

.contact-edu-Zolq .skill-links-Pg2a {
    font-size: 15px;
    opacity: 0.7;
}

.tariff-list-item-hQlP {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(205,218,220), #ffffff);
    overflow: hidden;
}

.tariff-list-item-hQlP .payment-scheme-cQlV {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.tariff-list-item-hQlP .payment-option-i3RU h2 {
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    color: rgb(159,185,187);
    position: relative;
    margin-bottom: 1.5rem;
}

.tariff-list-item-hQlP .payment-option-i3RU .cost-summary-So2D {
    margin: 0 auto;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    max-width: 80%;
    font-size: 13px;
}

.tariff-list-item-hQlP .pricing-options-JCkv:nth-child(1) {
    --i: 1;
}

.tariff-list-item-hQlP .pricing-options-JCkv:nth-child(3) {
    --i: 3;
}

.tariff-list-item-hQlP .pricing-options-JCkv:hover {
    transform: translateY(-5px) scale(1.02);
}

.tariff-list-item-hQlP .pricing-options-JCkv:hover .premium-grid-Ieux {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.tariff-list-item-hQlP .lesson-plans-u0Ti::before {
    width: 120px;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    z-index: -1;
    transform: translate(30px, -30px);
    height: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(159,185,187,0.5) 50%);
    opacity: 0;
}

.tariff-list-item-hQlP .pricing-options-JCkv:hover .program-rate-C6Yi::before {
    width: 80px;
}

.tariff-list-item-hQlP .pricing-options-JCkv p {
    overflow-wrap: break-word;
    font-size: 13px;
    -ms-word-break: break-all;
    word-wrap: break-word;
    color: #000000;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 1.6;
}

#cookieNoticeModal-xtm2:checked ~ .cookie-banner-window-CYcd {
    visibility: hidden;
    opacity: 0;
}

.cookie-banner-window-CYcd h5 {
    font-size: 18px;
    color: rgb(159,185,187);
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.cookie-window-jpwH {
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
    justify-content: center;
    background: rgb(159,185,187,0.5);
    padding: 10px;
    border-radius: 12px;
}

.cookie_button.track-toggle-dGNF:hover {
    box-shadow: 0 0 10px rgb(113,152,155);
}

.cookie-banner-window-CYcd p a {
    text-decoration: none;
    border-bottom: 1px dashed rgb(159,185,187);
    color: rgb(159,185,187);
    transition: color 0.3s ease;
}

.our-mission-yG2e::before {
    background: linear-gradient(120deg, rgb(159,185,187,0.5) 0%, transparent 70%);
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.7;
    right: -10%;
    content: "";
    height: 40%;
    top: -5%;
    position: absolute;
    z-index: 1;
    width: 40%;
    transform: rotate(-15deg);
}

.our-mission-yG2e h1::after {
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, rgb(159,185,187) 0%, rgb(113,152,155) 100%);
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
}

.our-mission-yG2e .pro-program-BJOn:nth-child(2) {
    border-left: 4px solid rgb(113,152,155);
    animation-delay: 0.5s;
}

.our-mission-yG2e .pro-program-BJOn h4 {
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-bottom: 0.75rem;
}

.our-mission-yG2e .pro-program-BJOn div {
    overflow-y: auto;
    font-size: 14px;
    padding-right: 1rem;
    color: #000000;
    max-height: 300px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.academic-experience-pbLu::after {
    width: 80%;
    opacity: 0.1;
    background: radial-gradient(
        ellipse at center,
        rgb(159,185,187,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    transform: rotate(-15deg);
    height: 200%;
    content: "";
    z-index: 1;
    right: -25%;
    top: -50%;
}

.academic-experience-pbLu .success-testimonials-kjVp::before {
    transform-origin: top;
    transform: scaleY(0);
    top: 0;
    height: 100%;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(159,185,187), rgb(113,152,155));
}

.academic-experience-pbLu .full-image-cgZA::after {
    top: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.academic-experience-pbLu .name::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scaleX(0.5);
    content: "";
    bottom: -5px;
    height: 2px;
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(113,152,155);
}

.academic-experience-pbLu .success-testimonials-kjVp:hover .emp-progress-Zx74 {
    opacity: 1;
}

.academic-experience-pbLu .emp-progress-Zx74::before {
    top: -0.5rem;
    line-height: 1;
    position: absolute;
    transform: translateX(-50%);
    font-family: serif;
    font-size: 4rem;
    text-shadow: 2px 2px 0 #ffffff;
    content: "";
    left: 50%;
    color: rgb(159,185,187,0.5);
}

.testimonials-GQ1V .learn-learnings-XAfs {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.testimonials-GQ1V h4::before {
    top: 0;
    background: rgb(159,185,187);
    left: 0;
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
}

.testimonials-GQ1V .feedback-story-zw1n {
    gap: 50px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.testimonials-GQ1V .success-testimonials-kjVp::before,
.testimonials-GQ1V .success-testimonials-kjVp::after {
    content: "";
    position: absolute;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
}

.testimonials-GQ1V .success-testimonials-kjVp::before {
    filter: blur(5px);
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, rgb(113,152,155,0.5) 100%);
    inset: -5px;
}

.testimonials-GQ1V .full-image-cgZA::before,
.testimonials-GQ1V .full-image-cgZA::after {
    position: absolute;
    border-radius: inherit;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    z-index: -1;
    inset: 0;
}

.testimonials-GQ1V .full-image-cgZA::before {
    transform: translate(5px, 5px);
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, rgb(113,152,155,0.5) 100%);
}

.testimonials-GQ1V .success-testimonials-kjVp span::after {
    content: "";
    transform: translateX(-50%);
    bottom: -8px;
    background: rgb(159,185,187);
    position: absolute;
    height: 2px;
    width: 50px;
    left: 50%;
}

.testimonials-GQ1V .success-testimonials-kjVp:nth-child(3n+1) {
    transform: rotate(-2deg);
}

.explore-now-O1YK {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(159,185,187) 0%, rgb(113,152,155) 100%);
    overflow: hidden;
}

.explore-now-O1YK .learn-learnings-XAfs {
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: center;
    max-width: 1000px;
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
    margin: 0 auto;
}

.explore-now-O1YK .learn-learnings-XAfs::before {
    animation: clipFrameAnimate 10s ease-in-out infinite alternate;
    opacity: 0.1;
    z-index: -1;
    clip-path: polygon(
        0% 15%, 
        15% 15%, 
        15% 0%, 
        85% 0%, 
        85% 15%, 
        100% 15%, 
        100% 85%, 
        85% 85%, 
        85% 100%, 
        15% 100%, 
        15% 85%, 
        0% 85%
    );
    position: absolute;
    width: 100%;
    border: 2px solid #ffffff;
    height: 100%;
    content: '';
}

.explore-now-O1YK h3::after {
    content: '';
    left: 50%;
    height: 10px;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    width: 10px;
    bottom: -19px;
    background-color: #ffffff;
}

.explore-now-O1YK .chat-form-QjKH::after {
    left: -100%;
    transition: all 0.6s ease;
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    height: 100%;
}

.explore-now-O1YK .chat-form-QjKH:hover::before {
    opacity: 0.9;
}

.welcome-page-kE9X .edu-lead-RyBX {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 2rem;
}

.welcome-page-kE9X .learning-open-CfD8::before {
    backdrop-filter: blur(8px);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgb(159,185,187,0.5),
    rgb(113,152,155,0.5),
    rgba(0, 0, 0, 0.5)
  );
    top: 0;
}

.welcome-page-kE9X .learning-open-CfD8:hover span {
    transform: translateX(0);
}

.welcome-page-kE9X .learning-open-CfD8 h1 {
    position: relative;
    margin-bottom: 2rem;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 39px);
}

.welcome-page-kE9X .learning-open-CfD8 p {
    font-size: calc(18px * 1.1);
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}

header .container {
    position: relative;
    padding: 1rem 2rem;
}

header .nav-main-a8dC {
    align-items: center;
    display: flex;
    gap: 2rem;
    position: relative;
}

header .page-top-Ej2k {
    padding: 0.5rem 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
}

header .page-top-Ej2k:hover {
    transform: translateY(-2px);
    color: rgb(159,185,187);
}

header .nav-lesson-xzOR svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

.privacy-compartment-TB2g::after {
    height: 40vh;
    width: 40vw;
    bottom: 0;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(159,185,187,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    transform: translateY(15%) translateX(-15%);
    z-index: 0;
}

.privacy-compartment-TB2g h1::after {
    position: absolute;
    width: 4rem;
    height: 3px;
    bottom: -0.6rem;
    left: 0;
    content: "";
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.5s ease-out;
    background: rgb(159,185,187);
}

.privacy-compartment-TB2g h3 {
    font-weight: 600;
    color: #000000;
    padding-bottom: 0.3rem;
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.privacy-compartment-TB2g p {
    font-size: 18px;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.9;
    max-width: 90ch;
    color: #000000;
    line-height: 1.7;
}

.privacy-compartment-TB2g ul {
    margin: 1.5rem 0 2rem;
    position: relative;
    padding-left: 1.5rem;
    list-style: none;
}

.privacy-compartment-TB2g li {
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 18px;
    color: #000000;
    padding: 0.5rem 0 0.5rem 1.5rem;
    line-height: 1.6;
}

.privacy-compartment-TB2g span {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    border-left: 2px solid rgb(159,185,187,0.5);
    font-size: 18px;
    color: #000000;
    display: block;
    background: rgba(#ffffff, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    transform: perspective(1000px) rotateX(0);
    padding: 1rem;
}

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

.course-structure-tbdm h2::after {
    position: absolute;
    left: 0;
    width: 6rem;
    content: "";
    transform-origin: left;
    bottom: -0.8rem;
    background: rgb(159,185,187);
    transform: scaleX(0);
    animation: expandLine 1.2s ease-out 0.7s forwards;
    height: 3px;
}

.course-structure-tbdm .full-image-cgZA::after {
    content: "";
    width: 20px;
    background: rgb(159,185,187);
    transform: translateX(-20px);
    top: 0;
    position: absolute;
    transition: all 0.5s ease-out;
    left: 0;
    opacity: 0;
    height: 100%;
}

.course-structure-tbdm .reading-block-CUzk {
    overflow-y: auto;
    padding-right: 1.5rem;
    scrollbar-width: thin;
    max-height: 400px;
    scrollbar-color: rgb(159,185,187) transparent;
}

.course-structure-tbdm .description:last-of-type {
    padding-top: 1.5rem;
    position: relative;
}

.ideal-participants-atDB {
    padding: 100px 0;
    background-color: #edf0f8;
    position: relative;
    overflow: hidden;
}

.ideal-participants-atDB .learn-learnings-XAfs {
    text-align: center;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
}

.ideal-participants-atDB h3::after {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    border-radius: 10px;
    position: absolute;
    height: 5px;
    content: '';
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    bottom: -15px;
}

.ideal-participants-atDB ul li {
    border-radius: 20px;
    display: flex;
    position: relative;
    gap: 20px;
    width: calc(33.333% - 24px);
    text-align: left;
    min-width: 280px;
    transition: all 0.4s ease;
    background-color: #edf0f8;
    padding: 35px 30px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    align-items: flex-start;
}



.ideal-participants-atDB ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.ideal-participants-atDB ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(159,185,187);
}

.ideal-participants-atDB ul li:nth-child(2) {
    animation-delay: 0.2s;
}

.ideal-participants-atDB ul li:nth-child(5) {
    animation-delay: 0.5s;
}

.thxZone-Dhg3::before {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(159,185,187,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(113,152,155,0.5) 0%, transparent 50%);
    position: absolute;
    opacity: 0.1;
}

.thxZone-Dhg3 .learn-learnings-XAfs {
    border-radius: 18px;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    transform: translateY(30px);
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    background: #ffffff;
    position: relative;
}

.thxZone-Dhg3 ul {
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 2;
    margin: 0;
}

.thxZone-Dhg3 span {
    position: relative;
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    display: block;
    font-size: 16px;
}

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

.contact-form-section-vpkL .full-image-cgZA::before {
    content: "";
    mix-blend-mode: color-burn;
    opacity: 0.03;
    width: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(159,185,187) 0,
        rgb(159,185,187) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    height: 100%;
}

.contact-form-section-vpkL .reach-feedback-6XRL {
    padding: 50px;
    position: relative;
    z-index: 2;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(205,218,220), 0.3) 100%
    );
    flex: 1 1 60%;
}

.contact-form-section-vpkL .reach-feedback-6XRL h3 {
    color: #000000;
    border-bottom: 1px solid rgb(205,218,220);
    padding: 0 0 10px 0;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 30px;
    font-size: 21px;
}

.contact-form-section-vpkL .reach-feedback-6XRL input[type="text"]:focus,
.contact-form-section-vpkL .reach-feedback-6XRL textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(159,185,187,0.5);
    background: #ffffff;
}

.contact-form-section-vpkL .reach-feedback-6XRL textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form-section-vpkL .reach-feedback-6XRL .help-card-kbuG input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-form-section-vpkL .reach-feedback-6XRL .help-card-kbuG input[type="checkbox"]:checked + label::before {
    background: rgb(159,185,187);
    border-color: rgb(159,185,187);
}

.contact-form-section-vpkL .reach-feedback-6XRL .help-card-kbuG a {
    transition: all 0.3s ease;
    background-size: 0% 100%;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(159,185,187,0.5) 2px
    );
    text-decoration: none;
    color: rgb(159,185,187);
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
    font-weight: 600;
}

.contact-form-section-vpkL .reach-feedback-6XRL .support-help-djCy:hover {
    box-shadow: 0 8px 20px rgb(159,185,187,0.5);
    transform: translateY(-2px);
}

.contact-form-section-vpkL .reach-feedback-6XRL .support-help-djCy:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}

.contact-form-section-vpkL .request-reach-n0yd::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(159,185,187,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(159,185,187,0.5) 0%, transparent 10px);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background-size: 60px 60px;
    left: 0;
    opacity: 0.1;
    height: 100%;
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li {
    backdrop-filter: blur(5px);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    border-left: 3px solid rgb(159,185,187);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    align-items: center;
    padding: 15px;
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li:hover::after {
    opacity: 0.05;
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li svg path {
    transition: all 0.3s ease;
    fill: rgb(159,185,187);
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li a {
    text-decoration: none;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}


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



@media (max-width: 1200px) {.contact-edu-Zolq .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.contact-edu-Zolq .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.contact-edu-Zolq .nav-main-a8dC::after {
    display: none;
}
}



@media (max-width: 768px) {.contact-edu-Zolq {
    padding: 4rem 0 2rem;
}.contact-edu-Zolq .reach-experts-W64N {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.contact-edu-Zolq .info_item {
    max-width: none;
    width: 100%;
}.contact-edu-Zolq .header-pagewrap-tlkd {
    grid-template-columns: repeat(2, 1fr);
}.contact-edu-Zolq .discuss-cta-Erx1 {
    margin-top: 3rem;
}
}



@media (min-width: 768px) {.tariff-list-item-hQlP .access-rates-rtu3 {
    grid-template-columns: repeat(2, 1fr);
}.tariff-list-item-hQlP .payment-option-i3RU {
    padding: 3rem;
}.tariff-list-item-hQlP .lesson-plans-u0Ti {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 992px) {.tariff-list-item-hQlP .payment-scheme-cQlV {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.tariff-list-item-hQlP .payment-option-i3RU {
    text-align: left;
    padding: 4rem 3rem;
    order: 2;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    display: flex;
}.tariff-list-item-hQlP .payment-option-i3RU h2::after {
    left: 0;
    transform: none;
    width: 100px;
    background: linear-gradient(90deg, rgb(159,185,187), transparent);
}.tariff-list-item-hQlP .payment-option-i3RU .cost-summary-So2D {
    max-width: 100%;
    margin: 0;
}.tariff-list-item-hQlP .access-rates-rtu3 {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (min-width: 768px) {.our-mission-yG2e {
    padding: 8rem 0;
}.our-mission-yG2e h1 {
    margin-bottom: 3.5rem;
    font-size: calc(45px * 1.1);
}.our-mission-yG2e .learn-academy-WvYO ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our-mission-yG2e .pro-program-BJOn {
    padding: 3rem;
}.our-mission-yG2e .pro-program-BJOn div {
    max-height: 380px;
}
}



@media (max-width: 767px) {.our-mission-yG2e {
    padding: 4rem 0;
}.our-mission-yG2e::before, 
    .our-mission-yG2e::after {
    opacity: 0.4;
}.our-mission-yG2e h1 {
    margin-bottom: 2rem;
    font-size: calc(45px * 0.9);
}.our-mission-yG2e .pro-program-BJOn {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}.our-mission-yG2e .pro-program-BJOn div {
    max-height: 250px;
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}



@media (min-width: 992px) {.academic-experience-pbLu {
    padding: 150px 0;
}.academic-experience-pbLu .success-testimonials-kjVp {
    gap: 3rem;
    grid-template-columns: 220px 1fr 2fr;
    padding: 4rem;
}.academic-experience-pbLu .success-testimonials-kjVp div:nth-child(1) {
    grid-row: span 2;
}.academic-experience-pbLu .success-testimonials-kjVp div:nth-child(3) {
    grid-row: span 2;
    grid-column: 3;
}.academic-experience-pbLu .full-image-cgZA {
    height: 280px;
    width: 220px;
}.academic-experience-pbLu .emp-progress-Zx74 {
    display: flex;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 0 3rem;
    align-items: center;
    height: 100%;
    margin: 0;
}.academic-experience-pbLu .emp-progress-Zx74::before {
    left: 1rem;
    top: 1rem;
}
}



@media screen and (max-width: 768px) {.explore-now-O1YK {
    padding: 70px 0;
}.explore-now-O1YK h3 {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: calc(33px * 0.8);
}.explore-now-O1YK .chat-form-QjKH {
    padding: 14px 35px;
    font-size: calc(17px * 0.95);
}
}



@media screen and (max-width: 991px) {.welcome-page-kE9X .learning-open-CfD8 {
    padding: 3rem 2rem;
}.welcome-page-kE9X .learning-open-CfD8 h3 {
    max-width: 100%;
    font-size: calc(19px * 1.1);
}.welcome-page-kE9X .learning-open-CfD8 h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.welcome-page-kE9X .learning-open-CfD8 div div {
    max-width: 90%;
}
}



@media screen and (max-width: 480px) {.welcome-page-kE9X .learning-open-CfD8 h1 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}.welcome-page-kE9X .learning-open-CfD8 span {
    margin-bottom: 1.5rem;
}.welcome-page-kE9X .learning-open-CfD8::after {
    height: 80px;
    width: 80px;
    right: -5px;
    bottom: -5px;
}.welcome-page-kE9X .learning-open-CfD8 h3 {
    transform: skewX(0);
    padding: 0.5rem 0.75rem;
}
}



@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .nav-main-a8dC {
    gap: 1.5rem;
}header .page-top-Ej2k {
    font-size: calc(17px - 1px);
}
}



@media (min-width: 992px) {.privacy-compartment-TB2g {
    padding: 8rem 4rem;
}.privacy-compartment-TB2g::before {
    width: 40vw;
    height: 40vh;
}.privacy-compartment-TB2g::after {
    height: 50vh;
    width: 50vw;
}.privacy-compartment-TB2g h1 {
    transform: translateZ(0);
    font-size: calc(39px * 1.5);
    margin-bottom: 4rem;
}.privacy-compartment-TB2g h1::after {
    width: 8rem;
}.privacy-compartment-TB2g h2 {
    font-size: calc(30px * 1.2);
    padding-left: 1.5rem;
    margin: 4rem 0 2rem;
    border-left-width: 4px;
}.privacy-compartment-TB2g p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.privacy-compartment-TB2g ul {
    margin: 2rem 0 2.5rem;
}.privacy-compartment-TB2g li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    margin-bottom: 0.8rem;
}.privacy-compartment-TB2g span {
    line-height: 1.8;
    margin-left: 2rem;
    padding: 2rem;
}
}



@media (min-width: 1024px) {.course-structure-tbdm {
    padding: 10rem 0;
}.course-structure-tbdm::before {
    width: 60%;
}.course-structure-tbdm h2 {
    font-size: calc(36px * 1.2);
    max-width: 70%;
}.course-structure-tbdm .tech-skills-gcvp {
    gap: 5rem;
    grid-template-columns: 40% 1fr;
}.course-structure-tbdm .full-image-cgZA {
    height: 500px;
}.course-structure-tbdm .description {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 992px) {.ideal-participants-atDB {
    padding: 80px 0;
}.ideal-participants-atDB h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.ideal-participants-atDB ul {
    gap: 25px;
}.ideal-participants-atDB ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}



@media (max-width: 576px) {.ideal-participants-atDB {
    padding: 60px 0;
}.ideal-participants-atDB h3 {
    margin-bottom: 40px;
    padding: 15px 20px;
    font-size: calc(32px * 0.85);
}.ideal-participants-atDB ul li {
    gap: 15px;
    padding: 25px 20px;
}.ideal-participants-atDB ul li svg {
    width: 40px;
    height: 40px;
    padding: 8px;
}
}



@media (max-width: 992px) {.contact-form-section-vpkL {
    padding: 80px 0 60px;
}.contact-form-section-vpkL h3 {
    margin-bottom: 40px;
}.contact-form-section-vpkL .query-info-XjGx {
    flex-direction: column;
}.contact-form-section-vpkL .reach-feedback-6XRL,
    .contact-form-section-vpkL .request-reach-n0yd {
    flex: 1 1 100%;
}.contact-form-section-vpkL .request-reach-n0yd {
    border-top: 1px solid rgb(205,218,220);
}
}

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

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



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



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



@keyframes expandLine {
    to {
        width: 60%;
    }
}



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



@keyframes clipFrameAnimate {
    0% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
    50% {
        clip-path: polygon(
            0% 10%, 
            10% 10%, 
            10% 0%, 
            90% 0%, 
            90% 10%, 
            100% 10%, 
            100% 90%, 
            90% 90%, 
            90% 100%, 
            10% 100%, 
            10% 90%, 
            0% 90%
        );
    }
    100% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
}

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

