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

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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    position: fixed;
    transition: all 0.5s ease;
    left: 0;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}

.contact-edu-Zolq .container {
    z-index: 3;
    position: relative;
}

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

.contact-edu-Zolq .info_item:hover {
    transform: translateY(-5px);
}

.contact-edu-Zolq .info_item:hover p,
.contact-edu-Zolq .info_item:hover a {
    color: rgb(159,185,187);
}

.contact-edu-Zolq .info_item:hover svg {
    transform: scale(1.15);
}

.contact-edu-Zolq .text_main_holder {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
    display: grid;
}

.contact-edu-Zolq .stats-tool-l1tU {
    font-size: calc(15px + 1px);
    line-height: 1.6;
    opacity: 0.8;
}

.contact-edu-Zolq .nav-main-a8dC::before {
    position: absolute;
    bottom: 0;
    left: -2rem;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(113,152,155,0.5) 30%, rgb(113,152,155,0.5) 70%, transparent);
    top: 0;
    content: '';
}

.contact-edu-Zolq .header-pagewrap-tlkd {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-edu-Zolq .header-pagewrap-tlkd a::before {
    width: 0;
    background-color: rgb(159,185,187);
    left: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 1px;
    content: '';
}

.contact-edu-Zolq .subscribe_holder::before {
    height: 100%;
    left: 0;
    top: 0;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(159,185,187,0.5), transparent 70%);
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    width: 100%;
    content: '';
}

.contact-edu-Zolq .subscribe_holder h5::after {
    content: '';
    width: 40px;
    left: 0;
    height: 2px;
    bottom: 0;
    background: rgb(159,185,187);
    position: absolute;
}



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

.contact-edu-Zolq .subscribe-coupons-1QqS {
    background-color: rgb(159,185,187);
    padding: 1.125rem 1.5rem;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    z-index: 1;
}

.contact-edu-Zolq .subscribe-coupons-1QqS:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.contact-edu-Zolq .discuss-cta-Erx1 {
    text-align: center;
    margin-top: 4rem;
    position: relative;
    padding-top: 2rem;
}

.tariff-list-item-hQlP::before {
    width: 100%;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}

.tariff-list-item-hQlP .payment-option-i3RU {
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(20px);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    text-align: center;
    order: 1;
}

.tariff-list-item-hQlP .pricing-options-JCkv {
    display: block;
    transform: translateY(30px);
    will-change: transform, opacity;
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    opacity: 0;
    text-decoration: none;
}

.tariff-list-item-hQlP .lesson-plans-u0Ti {
    padding: 2.5rem 2rem;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    z-index: 1;
}

.tariff-list-item-hQlP .pricing-options-JCkv h3 {
    position: relative;
    font-size: calc(21px + 0.2rem);
    transition: color 0.3s ease;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
}

.tariff-list-item-hQlP .program-rate-C6Yi {
    font-size: calc(18px + 0.8rem);
    color: rgb(159,185,187);
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}

.tariff-list-item-hQlP .full-image-cgZA {
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.tariff-list-item-hQlP .pricing-options-JCkv:hover .full-image-cgZA {
    transform: scale(1.05);
}

.user-dialog-YbjZ {
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    align-items: center;
    border: 2px dashed rgb(159,185,187);
    justify-content: space-between;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.5);
}

.cookie-banner-window-CYcd p {
    font-size: 15px;
    margin: 0;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
}

.data-consent-jReg:hover {
    box-shadow: 0 0 10px rgb(113,152,155);
    background-color: rgb(113,152,155);
}

.cookie_button.track-toggle-dGNF {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(113,152,155);
}

.cookie-banner-window-CYcd p a:hover {
    color: rgb(113,152,155);
}


.our-mission-yG2e {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,218,220) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
}

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

.our-mission-yG2e h1 {
    display: inline-block;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    transform: translateX(-1rem);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-size: 45px;
    position: relative;
    margin-bottom: 2.5rem;
}

.our-mission-yG2e .pro-program-BJOn {
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    background: #ffffff;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    transform: translateY(2rem);
}

.our-mission-yG2e .pro-program-BJOn:nth-child(2) h4::after {
    left: 0;
    height: 2px;
    background: rgb(113,152,155);
    content: "";
    width: 3rem;
    position: absolute;
    bottom: 0;
}

.academic-experience-pbLu::before {
    opacity: 0.05;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(113,152,155,0.5) 0px,
        rgb(113,152,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    z-index: 1;
}

.academic-experience-pbLu .success-testimonials-kjVp:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}

.academic-experience-pbLu .success-testimonials-kjVp:hover::before {
    transform: scaleY(1);
}

.academic-experience-pbLu .full-image-cgZA {
    transform: rotate(-3deg) translateY(0);
    margin: 0 auto;
    position: relative;
    height: 180px;
    border: 6px solid #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 180px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.academic-experience-pbLu .success-testimonials-kjVp:hover .name {
    transform: translateY(-5px);
}

.academic-experience-pbLu .success-testimonials-kjVp:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}

.academic-experience-pbLu .success-testimonials-kjVp:hover div:nth-child(2) div {
    transform: translateY(-3px);
}

.academic-experience-pbLu .emp-progress-Zx74 {
    opacity: 0.95;
    position: relative;
    color: #000000;
    font-size: 17px;
    padding: 1.5rem 0.5rem 0.5rem;
    line-height: 1.8;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 1.5rem 0 0;
    text-align: justify;
    transition: opacity 0.4s ease;
}

.testimonials-GQ1V::after {
    content: "";
    top: 30%;
    width: 120%;
    background: linear-gradient(90deg, transparent, rgb(159,185,187,0.5), transparent);
    position: absolute;
    z-index: 1;
    height: 1px;
    transform: rotate(-3deg);
    left: -10%;
}

.testimonials-GQ1V h4::after {
    z-index: -1;
    opacity: 0.3;
    top: 8px;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 8px;
    content: "";
    background: rgb(159,185,187,0.5);
}

.testimonials-GQ1V .success-testimonials-kjVp {
    z-index: 1;
    transform: translateX(0) translateY(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    padding: 35px 30px;
    background: #ffffff;
}

.testimonials-GQ1V .success-testimonials-kjVp:hover {
    transform: translateX(-5px) translateY(-5px);
}

.testimonials-GQ1V .success-testimonials-kjVp:hover::before,
.testimonials-GQ1V .success-testimonials-kjVp:hover::after {
    opacity: 1;
}

.testimonials-GQ1V .success-testimonials-kjVp:nth-child(even) {
    border-radius: 20px 0 20px 0;
}

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

.testimonials-GQ1V .success-testimonials-kjVp:hover .full-image-cgZA::after {
    transform: translate(-8px, -8px);
}

.testimonials-GQ1V .success-testimonials-kjVp:nth-child(even) .full-image-cgZA {
    border-radius: 30px 0 30px 0;
}

.testimonials-GQ1V .success-testimonials-kjVp p {
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
}

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

.explore-now-O1YK::before {
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: -1;
    content: '';
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    left: 0;
    opacity: 0.05;
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(113,152,155,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(113,152,155,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(113,152,155,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(113,152,155,0.5) 75%);
}

.explore-now-O1YK h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: #ffffff;
    animation: pulseText 4s ease-in-out infinite alternate;
    font-size: 33px;
    position: relative;
    text-shadow: 0 0 15px #ffffff;
    margin-bottom: 40px;
    text-align: center;
    font-family: Arial, sans-serif;
}

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

.explore-now-O1YK .chat-form-QjKH::before {
    transition: all 0.3s ease;
    opacity: 0.2;
    z-index: -1;
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
}

.explore-now-O1YK .chat-form-QjKH:hover {
    box-shadow: 0 10px 25px rgba(255,255,255,0.2);
    transform: translateY(-5px);
    color: rgb(159,185,187);
}

.welcome-page-kE9X {
    align-items: center;
    position: relative;
    background-color: rgb(205,218,220);
    justify-content: center;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
}

.welcome-page-kE9X .learning-open-CfD8::after {
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 200px;
    position: absolute;
    height: 200px;
    right: -10px;
    transform: rotate(-12deg);
    bottom: -10px;
    opacity: 0.6;
    content: "";
    z-index: 0;
    border: 2px solid rgb(113,152,155);
}

.welcome-page-kE9X .learning-open-CfD8 h3 {
    transform: skewX(-5deg);
    backdrop-filter: blur(4px);
    line-height: 1.5;
    color: #ffffff;
    font-size: 20px;
    max-width: 90%;
    position: relative;
    padding: 1rem 1.5rem;
    background: linear-gradient(
    to right, 
    rgb(159,185,187,0.5), 
    transparent
  );
    font-weight: 600;
}

.welcome-page-kE9X .learning-open-CfD8:hover div div {
    transform: translateY(8px);
}

header::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(159,185,187,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(113,152,155,0.5) 0%, transparent 20%);
    opacity: 0.3;
    top: 0;
    animation: pulse 15s infinite alternate;
    left: 0;
}

header .page-top-Ej2k::before {
    left: 0;
    width: 0;
    content: "";
    background: linear-gradient(to right, rgb(159,185,187), rgb(113,152,155));
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    bottom: 0;
}

header .nav-lesson-xzOR {
    text-decoration: none;
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
}

.privacy-compartment-TB2g {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgba(240, 242, 245, 0.9) 100%);
    font-family: Arial, sans-serif;
    color: #000000;
}

.privacy-compartment-TB2g .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.privacy-compartment-TB2g h1:hover {
    transform: translateX(5px);
}

.privacy-compartment-TB2g h1:hover::after {
    transform: scaleX(1.5);
}

.privacy-compartment-TB2g h2 {
    transform: translateX(0);
    position: relative;
    font-weight: 600;
    border-left: 3px solid rgb(113,152,155);
    font-size: 30px;
    padding-bottom: 0.5rem;
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
    transition: transform 0.3s ease;
    color: #000000;
}

.privacy-compartment-TB2g h4::before {
    content: "";
    height: 5px;
    top: 50%;
    width: 5px;
    left: 0;
    background: rgb(113,152,155);
    transform: translateY(-50%);
    position: absolute;
}

.privacy-compartment-TB2g strong::after {
    transform-origin: left;
    background: rgb(159,185,187,0.5);
    transform: scaleX(0.3);
    content: "";
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    bottom: -2px;
}

.privacy-compartment-TB2g li::before {
    top: 1rem;
    content: "";
    background: rgb(113,152,155);
    transition: transform 0.3s ease, background 0.3s ease;
    left: 0;
    width: 6px;
    border-radius: 10px;
    height: 6px;
    position: absolute;
}

.course-structure-tbdm {
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgba(250, 250, 255, 0.95) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.course-structure-tbdm::after {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 5px;
    background: linear-gradient(90deg, rgb(159,185,187) 0%, transparent 100%);
    left: 0;
    width: 100%;
    content: "";
}

.course-structure-tbdm .tech-skills-gcvp {
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    transform: translateY(2rem);
    gap: 2.5rem;
    display: grid;
    opacity: 0;
    grid-template-columns: 1fr;
}

.course-structure-tbdm .full-image-cgZA {
    width: 100%;
    height: 320px;
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
}

.course-structure-tbdm .full-image-cgZA:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.course-structure-tbdm .description {
    font-size: 17px;
    line-height: 1.7;
    padding-left: 1rem;
    border-left: 2px solid rgb(159,185,187,0.5);
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
}

.course-structure-tbdm .description:last-of-type::before {
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(113,152,155,0.5) 0%, transparent 100%);
    width: 80%;
    height: 1px;
    position: absolute;
}

.ideal-participants-atDB h3 {
    display: inline-block;
    position: relative;
    background-color: #edf0f8;
    font-size: 32px;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px 40px;
}

.ideal-participants-atDB ul {
    margin: 0;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    list-style: none;
}

.ideal-participants-atDB ul li::before {
    border-radius: 50%;
    opacity: 0.5;
    width: 12px;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,185,187), rgb(113,152,155));
    height: 12px;
    transition: opacity 0.3s ease;
    top: 15px;
    right: 15px;
    content: '';
}

.ideal-participants-atDB ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}

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

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

.thxZone-Dhg3 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 120px 0;
}

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

.thxZone-Dhg3 h2 {
    font-size: 31px;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    position: relative;
    font-weight: 700;
    transform: translateY(20px);
    margin-bottom: 40px;
    opacity: 0;
    color: #000000;
    text-align: center;
}

.thxZone-Dhg3 .learn-learnings-XAfs::after {
    width: 40%;
    position: absolute;
    pointer-events: none;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
}

.thxZone-Dhg3 li {
    padding-left: 25px;
    position: relative;
}

.thxZone-Dhg3 li::before {
    transform: scale(0);
    border-radius: 50%;
    width: 8px;
    left: 0;
    top: 10px;
    height: 8px;
    content: "";
    position: absolute;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    background: rgb(159,185,187);
}

.contact-form-section-vpkL {
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgb(205,218,220) 50%, rgb(159,185,187,0.5) 150%);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}



.contact-form-section-vpkL .full-image-cgZA {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    width: 100%;
    height: 100%;
    opacity: 0.06;
    mix-blend-mode: luminosity;
}

.contact-form-section-vpkL h3 {
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: rgb(159,185,187);
    position: relative;
}

.contact-form-section-vpkL .query-info-XjGx::before {
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    content: "";
    top: 0;
    position: absolute;
    height: 3px;
    left: 0;
    z-index: 3;
    width: 100%;
}

.contact-form-section-vpkL .reach-feedback-6XRL::before {
    opacity: 0.5;
    bottom: 20px;
    border-left: 2px solid rgb(159,185,187,0.5);
    left: 20px;
    border-bottom: 2px solid rgb(159,185,187,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
}

.contact-form-section-vpkL .reach-feedback-6XRL input[type="text"],
.contact-form-section-vpkL .reach-feedback-6XRL textarea {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    background: rgb(205,218,220);
    padding: 16px 20px;
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border: none;
    color: #000000;
}

.contact-form-section-vpkL .reach-feedback-6XRL .help-card-kbuG {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}

.contact-form-section-vpkL .reach-feedback-6XRL .help-card-kbuG label::before {
    transition: all 0.2s ease;
    left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(205,218,220);
    top: 2px;
    content: "";
    background: #ffffff;
    border-radius: 2px;
}

.contact-form-section-vpkL .reach-feedback-6XRL .help-card-kbuG a:hover {
    background-size: 100% 100%;
}

.contact-form-section-vpkL .reach-feedback-6XRL .support-help-djCy {
    box-shadow: 0 4px 15px rgb(159,185,187,0.5);
    cursor: pointer;
    font-size: 15px;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(159,185,187);
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    border: none;
    z-index: 1;
    padding: 16px 30px;
}



.contact-form-section-vpkL .request-reach-n0yd {
    z-index: 2;
    position: relative;
    background: rgb(205,218,220);
    overflow: hidden;
    padding: 50px;
    flex: 1 1 35%;
}

.contact-form-section-vpkL .request-reach-n0yd h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding-bottom: 15px;
    font-size: 21px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
}

.contact-form-section-vpkL .request-reach-n0yd h4::after {
    bottom: -1px;
    height: 3px;
    width: 50px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li::after {
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(159,185,187,0.5);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    height: 100%;
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li svg {
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    z-index: 2;
    position: relative;
    margin-right: 15px;
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li span {
    z-index: 2;
    position: relative;
    color: #000000;
    font-size: 17px;
}

.contact-form-section-vpkL .request-reach-n0yd .help-support-EJzA li a:hover {
    color: rgb(159,185,187);
}

.our-mission-yG2e .pro-program-BJOn div::-webkit-scrollbar {
    width: 4px;
}

.our-mission-yG2e .pro-program-BJOn div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}

.our-mission-yG2e .pro-program-BJOn div::-webkit-scrollbar-thumb {
    background: rgb(113,152,155,0.5);
    border-radius: 10px;
}

.our-mission-yG2e .pro-program-BJOn div::-webkit-scrollbar-thumb:hover {
    background: rgb(113,152,155);
}

.course-structure-tbdm .reading-block-CUzk::-webkit-scrollbar {
    width: 6px;
}

.course-structure-tbdm .reading-block-CUzk::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.course-structure-tbdm .reading-block-CUzk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(159,185,187);
}



@media (max-width: 576px) {.contact-edu-Zolq {
    padding: 3rem 0 1.5rem;
}.contact-edu-Zolq .reach-experts-W64N {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.contact-edu-Zolq .info_item p,
    .contact-edu-Zolq .info_item a {
    font-size: calc(14px - 1px);
}.contact-edu-Zolq .header-pagewrap-tlkd {
    grid-template-columns: 1fr;
    text-align: center;
}.contact-edu-Zolq .header-pagewrap-tlkd a:hover {
    transform: none;
}.contact-edu-Zolq .header-pagewrap-tlkd a::before {
    transform: translateX(-50%);
    left: 50%;
}.contact-edu-Zolq .header-pagewrap-tlkd a:hover::before {
    width: 30px;
}.contact-edu-Zolq .input_holder {
    width: 100%;
}}



@media (max-width: 767px) {.tariff-list-item-hQlP {
    padding: 4rem 0;
}.tariff-list-item-hQlP .payment-option-i3RU h2 {
    font-size: calc(34px - 0.2rem);
}.tariff-list-item-hQlP .payment-option-i3RU .cost-summary-So2D {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}.tariff-list-item-hQlP .pricing-options-JCkv h3 {
    font-size: 21px;
}.tariff-list-item-hQlP .program-rate-C6Yi {
    font-size: calc(18px + 0.5rem);
}.tariff-list-item-hQlP .full-image-cgZA {
    height: 160px;
}}



@media (min-width: 992px) {.our-mission-yG2e {
    padding: 10rem 0;
}.our-mission-yG2e::before {
    width: 35%;
    height: 35%;
}.our-mission-yG2e::after {
    width: 35%;
    height: 35%;
}.our-mission-yG2e h1 {
    margin-bottom: 4rem;
    font-size: calc(45px * 1.2);
}.our-mission-yG2e .pro-program-BJOn {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 3.5rem;
}.our-mission-yG2e .pro-program-BJOn:hover {
    transform: translateY(-0.75rem) scale(1.02);
}.our-mission-yG2e .pro-program-BJOn h4 {
    font-size: calc(23px * 1.1);
}.our-mission-yG2e .pro-program-BJOn div {
    font-size: calc(14px * 1.05);
    max-height: 400px;
    line-height: 1.8;
}
}



@media (min-width: 1200px) {.academic-experience-pbLu .success-testimonials-kjVp {
    padding: 5rem;
    gap: 3.5rem;
    grid-template-columns: 250px 1fr 2.5fr;
}.academic-experience-pbLu .full-image-cgZA {
    height: 320px;
    width: 250px;
}.academic-experience-pbLu .name {
    font-size: calc(20px * 1.2);
}.academic-experience-pbLu .success-testimonials-kjVp div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(17px * 1.1);
}.academic-experience-pbLu .emp-progress-Zx74 {
    padding: 0 0 0 4rem;
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}}



@media (max-width: 767px) {.testimonials-GQ1V {
    padding: 70px 0;
}.testimonials-GQ1V h4 {
    transform: none;
    padding-left: 0;
    display: block;
    font-size: calc(29px * 0.8);
    text-align: center;
    margin-bottom: 50px;
}.testimonials-GQ1V h4::before {
    bottom: -15px;
    height: 3px;
    top: auto;
    transform: translateX(-50%);
    width: 50px;
    left: 50%;
}.testimonials-GQ1V h4::after {
    display: none;
}.testimonials-GQ1V .feedback-story-zw1n {
    gap: 40px;
    grid-template-columns: 1fr;
}.testimonials-GQ1V .success-testimonials-kjVp {
    padding: 25px 20px;
}.testimonials-GQ1V .success-testimonials-kjVp:nth-child(3n+1),
    .testimonials-GQ1V .success-testimonials-kjVp:nth-child(3n+2) {
    transform: none;
}.testimonials-GQ1V .full-image-cgZA {
    width: 80px;
    height: 80px;
}.testimonials-GQ1V .success-testimonials-kjVp span {
    font-size: calc(21px * 0.9);
}.testimonials-GQ1V .success-testimonials-kjVp p {
    font-size: calc(14px * 0.9);
}}



@media (hover: none) {.welcome-page-kE9X .learning-open-CfD8 h1,
  .welcome-page-kE9X .learning-open-CfD8 span,
  .welcome-page-kE9X .learning-open-CfD8 div div {
    transform: none;
}.welcome-page-kE9X .learning-open-CfD8:hover h1,
  .welcome-page-kE9X .learning-open-CfD8:hover span,
  .welcome-page-kE9X .learning-open-CfD8:hover div div {
    transform: none;
}
}



@media (min-width: 768px) {.privacy-compartment-TB2g {
    padding: 6rem 3rem;
}.privacy-compartment-TB2g .container {
    padding: 0 2rem;
}.privacy-compartment-TB2g h1 {
    margin-bottom: 3rem;
    font-size: calc(39px * 1.3);
}.privacy-compartment-TB2g h1::after {
    width: 6rem;
    height: 4px;
}.privacy-compartment-TB2g h2 {
    margin: 3.5rem 0 1.5rem;
    font-size: calc(30px * 1.1);
    padding-left: 1.2rem;
}.privacy-compartment-TB2g h3 {
    font-size: calc(30px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.privacy-compartment-TB2g h4 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.75);
    padding-left: 1.2rem;
}.privacy-compartment-TB2g ul {
    padding-left: 2rem;
}.privacy-compartment-TB2g li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.privacy-compartment-TB2g span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}



@media (min-width: 768px) {.course-structure-tbdm {
    padding: 8rem 0;
}.course-structure-tbdm h2 {
    margin-bottom: 4rem;
    font-size: calc(36px * 1.1);
    max-width: 80%;
}.course-structure-tbdm .tech-skills-gcvp {
    grid-template-columns: 45% 1fr;
    align-items: flex-start;
    gap: 4rem;
}.course-structure-tbdm .full-image-cgZA {
    position: sticky;
    height: 450px;
    top: 2rem;
}.course-structure-tbdm .reading-block-CUzk {
    max-height: 600px;
}
}



@media (max-width: 767px) {.course-structure-tbdm {
    padding: 4rem 0;
}.course-structure-tbdm h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.course-structure-tbdm .full-image-cgZA {
    height: 250px;
    margin-bottom: 1rem;
}.course-structure-tbdm .reading-block-CUzk {
    max-height: 350px;
}.course-structure-tbdm .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}



@media (prefers-reduced-motion: reduce) {.ideal-participants-atDB ul li {
    animation: none;
    opacity: 1;
}.ideal-participants-atDB ul li:hover {
    transform: none;
}}



@media (max-width: 767px) {.thxZone-Dhg3 {
    padding: 70px 0;
}.thxZone-Dhg3 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.thxZone-Dhg3 h2::after {
    width: 60px;
    bottom: -12px;
}.thxZone-Dhg3 .learn-learnings-XAfs {
    padding: 30px 25px;
}.thxZone-Dhg3 .learn-learnings-XAfs::after {
    display: none;
}.thxZone-Dhg3 span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 768px) {.contact-form-section-vpkL {
    padding: 60px 0;
}.contact-form-section-vpkL h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 35px;
}.contact-form-section-vpkL .reach-feedback-6XRL h3,
    .contact-form-section-vpkL .request-reach-n0yd h4 {
    font-size: calc(21px * 0.9);
}.contact-form-section-vpkL .reach-feedback-6XRL,
    .contact-form-section-vpkL .request-reach-n0yd {
    padding: 35px;
}.contact-form-section-vpkL .reach-feedback-6XRL::before,
    .contact-form-section-vpkL .reach-feedback-6XRL::after {
    height: 30px;
    width: 30px;
}.contact-form-section-vpkL .reach-feedback-6XRL input[type="text"],
    .contact-form-section-vpkL .reach-feedback-6XRL textarea {
    padding: 14px 16px;
}
}



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



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



@keyframes pulseSpots {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
    }
}



@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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



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



@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}



@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

