html {
    scrollbar-color: rgb(211,195,225) rgb(255, 255, 255, 0.5);
    scrollbar-width: auto;
}

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

header .top-study-TYbn .head-info-UlZa .header-pro-nkDb {
    transition: transform 0.3s ease-in-out;
    display: block;
}

header .top-study-TYbn .header-bar-ePtO {
    list-style: none;
    position: relative;
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

header .top-study-TYbn .top-know-TOwm a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
}

.our-story-hGXW::before {
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(211,195,225,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(179,158,202,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
}

.our-story-hGXW .pro-training-nsmu .image-circle-yYiB:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(211,195,225,0.5);
}

.our-story-hGXW .mastery-zone-WNGi .team-culture-OYwc {
    position: absolute;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    left: 0;
    box-shadow: 15px 15px 0 rgb(179,158,202,0.5);
    border-radius: 14px;
    width: 35%;
    top: 0;
    height: 100%;
}

.our-story-hGXW .pro-training-nsmu svg {
    opacity: 0.7;
    top: 10px;
    height: 30px;
    left: -45px;
    color: rgb(211,195,225);
    width: 30px;
    position: absolute;
}

.our-story-hGXW .container::before {
    content: "";
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    background-size: 20px 20px;
    z-index: -1;
    background-image: linear-gradient(45deg, rgb(236,228,242) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(236,228,242) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(236,228,242) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(236,228,242) 75%);
    position: absolute;
    opacity: 0.05;
}

.sign-up-now-DjAh .expert-studio-OBSk:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(211,195,225), 0.1);
}

.sign-up-now-DjAh .expert-studio-OBSk::before,
.sign-up-now-DjAh .expert-studio-OBSk::after {
    position: absolute;
    border-style: solid;
    width: 40px;
    height: 40px;
    border-width: 0;
    content: '';
}

.sign-up-now-DjAh .expert-studio-OBSk::before {
    top: 15px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-color: rgb(211,195,225);
    animation: cornerPulse 3s infinite alternate;
    left: 15px;
}



.sign-up-now-DjAh .expert-studio-OBSk::before {
    position: absolute;
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-image: 
        linear-gradient(90deg, rgb(211,195,225) 2px, transparent 2px),
        linear-gradient(90deg, rgb(211,195,225) 2px, transparent 2px),
        linear-gradient(0deg, rgb(179,158,202) 2px, transparent 2px),
        linear-gradient(0deg, rgb(179,158,202) 2px, transparent 2px);
    z-index: -1;
    width: 100%;
    opacity: 0.7;
    background-repeat: no-repeat;
}

.sign-up-now-DjAh .reach-us-nGby:hover::before {
    opacity: 1;
}

.sign-up-now-DjAh .reach-us-nGby::after {
    opacity: 0.5;
    right: 15px;
    position: absolute;
    left: 15px;
    height: 2px;
    bottom: 7px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
    content: '';
    transition: opacity 0.4s ease;
}



.secure-nook-vqNX h2 {
    color: var(--dark-color, #252525);
    border-left: 3px solid var(--primary-color, #4154f1);
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    margin: 3rem 0 1.5rem;
    font-size: var(--h2-font-size, 1.8rem);
    padding-left: 16px;
}

.secure-nook-vqNX strong {
    color: var(--dark-color, #252525);
    display: inline-block;
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
}

.secure-nook-vqNX ul::before {
    left: -20px;
    width: 3px;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    top: 0;
    border-radius: var(--border-radius-small, 3px);
}

.locate-ihfj::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    left: 0;
}

.locate-ihfj .support-info-pqZR {
    border-radius: 13px;
    border-top: 4px solid rgb(211,195,225);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 35px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
}

.locate-ihfj .support-info-pqZR:hover h2::before {
    width: 60px;
}

.locate-ihfj p {
    line-height: 1.6;
    z-index: 1;
    position: relative;
    color: #000000;
    font-size: 14px;
    margin-bottom: 16px;
}

.locate-ihfj .connect-block-xyFA {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 28px;
    padding-top: 22px;
}

.locate-ihfj .support-info-pqZR:nth-child(2):hover .image-circle-yYiB {
    transform: translateZ(30px) scale(1.03);
}

.locate-ihfj .support-info-pqZR:hover .image-circle-yYiB::after {
    opacity: 0.4;
}

.locate-ihfj .request-form-rDwX a {
    padding: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    overflow: hidden;
    align-items: center;
    background: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    display: flex;
    transform: translateZ(5px);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.locate-ihfj svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,195,225);
}

.locate-ihfj .request-form-rDwX a:hover::after {
    border-color: rgb(179,158,202);
    transform: translateY(-50%) rotate(45deg) scale(1.2);
}

.locate-ihfj .support-info-pqZR:first-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}

.locate-ihfj .support-info-pqZR:last-child {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}

.locate-ihfj .support-info-pqZR:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}

.locate-ihfj .msg-page-TicC span:nth-child(even) {
    animation: fadeInRight 0.5s ease-out both;
}

.instructor-history-Qmnh .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
    z-index: 2;
}

.instructor-history-Qmnh .edu-quotes-tbRF::before {
    height: 90%;
    content: "";
    filter: blur(40px);
    background: linear-gradient(90deg, rgb(211,195,225,0.5) 0%, transparent 50%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    left: 0;
    border-radius: 12px;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    z-index: -1;
    opacity: 0.3;
}

.instructor-history-Qmnh .image-circle-yYiB::before {
    position: absolute;
    content: "";
    opacity: 0.7;
    width: 10px;
    animation: pulseOpacity 3s ease-in-out infinite;
    top: 0;
    z-index: 3;
    left: 0;
    background: rgb(211,195,225);
    height: 100%;
}

.instructor-history-Qmnh .edu-quotes-tbRF:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}

.instructor-history-Qmnh .container::after {
    position: absolute;
    width: 300px;
    right: -150px;
    height: 300px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    content: "";
    opacity: 0.3;
    background: radial-gradient(circle, rgb(179,158,202,0.5) 0%, transparent 70%);
    bottom: -150px;
    z-index: -1;
    filter: blur(70px);
}

.sustain-cta-yFfq .company_holder h3 {
    text-shadow: 0 0 10px rgb(211,195,225,0.5);
    display: inline-block;
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}

.sustain-cta-yFfq .company_holder h3 {
    position: relative;
    overflow: hidden;
}

.sustain-cta-yFfq .top-teach-ZfWB {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    display: flex;
}

.sustain-cta-yFfq .header-bar-ePtO:hover::before {
    transform: translateX(100%);
}

.sustain-cta-yFfq .header-bar-ePtO h5::after {
    position: absolute;
    content: '';
    width: 40px;
    background: rgb(211,195,225);
    transition: width 0.3s ease, box-shadow 0.3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
}

.sustain-cta-yFfq .header-bar-ePtO .top-teach-ZfWB a::before {
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    width: 0;
    background: linear-gradient(90deg, rgb(211,195,225), transparent);
    transform-origin: left;
    position: absolute;
    height: 1px;
}

.patent-info-uihH .green-edu-Lwcq:hover {
    opacity: 1;
}

.sustain-cta-yFfq .company_holder h3:hover::before {
    left: 100%;
}

.thanksPart-HURv {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, rgb(211,195,225,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}

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

.thanksPart-HURv .expert-studio-OBSk {
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    animation: fadeInUp 0.6s 0.4s both;
    transform: translateY(0);
    border-left: 4px solid rgb(179,158,202);
    transition: transform 0.4s ease-out;
}

.price-offering-QzwW::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(179,158,202,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}

.price-offering-QzwW h2::after {
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(211,195,225), transparent);
    left: 50%;
    bottom: -10px;
}

.price-offering-QzwW .price-grid-CLAY {
    backdrop-filter: blur(8px);
    padding: 30px;
    height: 100%;
    border-radius: 16px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-style: preserve-3d;
}

.price-offering-QzwW .fee-structure-VCaA::before {
    bottom: -10px;
    transform: scaleX(0);
    height: 2px;
    right: 0;
    content: "";
    background: rgb(211,195,225);
    transform-origin: right;
    width: 60px;
    position: absolute;
    transition: transform 0.3s ease;
}

.title-page-EcMU {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,228,242) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.title-page-EcMU .info-card-PFAa {
    margin-right: 2rem;
    flex: 1;
    max-width: 600px;
    transform: translateY(-2rem);
    position: relative;
}

.title-page-EcMU h1 {
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(40px * 1.2);
    transform: translateX(-0.5rem);
    margin-bottom: 2rem;
}

.title-page-EcMU .study-fast-xLfq:hover svg {
    transform: translateY(-0.25rem) rotate(5deg);
}

.title-page-EcMU .study-fast-xLfq svg g {
    transition: transform 0.5s ease-out;
}

.title-page-EcMU .study-fast-xLfq:hover svg path {
    fill: rgb(74,150,148);
}

.title-page-EcMU .study-fast-xLfq p {
    font-weight: 400;
    color: #000000;
    max-width: 95%;
    font-size: calc(16px * 1.1);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.title-page-EcMU .connect-map-zMZX:hover::before {
    opacity: 1;
}

.title-page-EcMU .image-circle-yYiB {
    box-shadow: 0 20px 40px -20px rgba(0,0,0,0.2);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 600px;
    border-radius: 19px;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.course-program-details-lWac {
    background-color: #000000;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.course-program-details-lWac::after {
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}

.course-program-details-lWac .info-card-PFAa .description:nth-of-type(2) {
    grid-area: desc2;
    transform: translateY(30px);
    opacity: 0;
    animation: fade-up 0.8s forwards 0.6s;
}

.course-program-details-lWac .image-circle-yYiB {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    border-radius: 27px;
    grid-area: image;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.client-opinions-ABFs::before {
    z-index: 1;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(211,195,225,0.5), 0.07) 0%, transparent 60%);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.client-opinions-ABFs h2::after {
    animation: pulse 3s infinite alternate;
    width: 80px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(179,158,202) 100%);
    content: "";
    transform-origin: left center;
    bottom: -12px;
    height: 3px;
}

.client-opinions-ABFs .edu-quotes-tbRF::after {
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
    content: "";
    bottom: 0;
    transform-origin: left;
    height: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(179,158,202) 100%);
}

.client-opinions-ABFs .edu-quotes-tbRF:hover h4::after {
    width: 100%;
}

.client-opinions-ABFs a {
    background: linear-gradient(135deg, rgb(211,195,225) 0%, rgb(179,158,202) 100%);
    font-size: 15px;
    z-index: 1;
    transition: all 0.3s ease;
    margin-top: 50px;
    padding: 14px 32px;
    box-shadow: 0 8px 25px rgba(rgb(211,195,225,0.5), 0.3);
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
}

.contact-section-dquN h2 {
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 28px;
}

.contact-section-dquN .feedback-info-qfAC {
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.contact-section-dquN .image-circle-yYiB::after {
    bottom: 20px;
    pointer-events: none;
    right: 20px;
    position: absolute;
    z-index: 2;
    left: 20px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 20px;
}

.contact-section-dquN form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.contact-section-dquN .support-support-aSRI input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-section-dquN .support-support-aSRI label::before {
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgb(236,228,242);
    border-radius: 6px;
}

.contact-section-dquN .connect-map-zMZX {
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(211,195,225), rgb(179,158,202));
    overflow: hidden;
    z-index: 1;
    font-size: 20px;
    position: relative;
    width: 100%;
    border: none;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.5s ease;
    color: #ffffff;
}

.sign-up-for-updates-CLRB::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(179,158,202) 50%, rgb(211,195,225) 100%);
    content: "";
    height: 5px;
    top: 0;
}

.sign-up-for-updates-CLRB .input_holder {
    grid-template-columns: 2fr 1fr;
    display: grid;
    align-items: stretch;
    grid-area: input / span 2;
    gap: 1.5rem;
}

.sign-up-for-updates-CLRB input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
    transition: all 0.3s ease;
}

.sign-up-for-updates-CLRB input[type="submit"]::before {
    background: rgb(211,195,225);
    transition: width 0.3s ease;
    height: 100%;
    width: 0;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
}

.sign-up-for-updates-CLRB h3::after {
    top: 0;
    left: 0;
    z-index: 2;
    animation: typewriter 2s steps(20) 0.5s forwards;
    position: absolute;
    background: rgb(236,228,242);
    width: 100%;
    content: "";
    height: 100%;
    border-left: 3px solid rgb(211,195,225);
}



@media screen and (max-width: 1024px) {.our-story-hGXW {
    padding: 80px 0;
}.our-story-hGXW h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.our-story-hGXW .pro-training-nsmu p,
    .our-story-hGXW .mastery-zone-WNGi p {
    width: 55%;
}.our-story-hGXW .pro-training-nsmu .image-circle-yYiB,
    .our-story-hGXW .mastery-zone-WNGi .team-culture-OYwc {
    width: 40%;
}
}



@media screen and (max-width: 480px) {.our-story-hGXW {
    padding: 40px 0;
}.our-story-hGXW h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.our-story-hGXW h3::after {
    bottom: -10px;
    width: 40px;
}.our-story-hGXW .pro-training-nsmu {
    margin-bottom: 40px;
}.our-story-hGXW .pro-training-nsmu p,
    .our-story-hGXW .mastery-zone-WNGi p {
    margin-bottom: 180px;
    font-size: calc(13px * 0.9);
}.our-story-hGXW .pro-training-nsmu .image-circle-yYiB,
    .our-story-hGXW .mastery-zone-WNGi .team-culture-OYwc {
    height: 160px;
}.our-story-hGXW .pro-training-nsmu .image-circle-yYiB {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(211,195,225,0.5);
}.our-story-hGXW .mastery-zone-WNGi .team-culture-OYwc {
    box-shadow: 8px 8px 0 rgb(179,158,202,0.5);
}.our-story-hGXW .pro-training-nsmu .image-circle-yYiB:hover {
    box-shadow: -10px 10px 0 rgb(211,195,225,0.5);
    transform: translate(3px, -3px);
}.our-story-hGXW .mastery-zone-WNGi .team-culture-OYwc:hover {
    box-shadow: 10px 10px 0 rgb(179,158,202,0.5);
    transform: translate(-3px, -3px);
}.our-story-hGXW .pro-training-nsmu span {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.our-story-hGXW .expert-studio-OBSk::before,
    .our-story-hGXW .expert-studio-OBSk::after {
    width: 100px;
    height: 100px;
}}



@media (max-width: 992px) {.locate-ihfj {
    padding: 70px 0;
}.locate-ihfj .contact-today-gLkr {
    grid-template-columns: 1fr 1fr;
}.locate-ihfj .support-info-pqZR:last-child {
    grid-column: span 2;
}.locate-ihfj .support-info-pqZR {
    padding: 30px;
}
}



@media (max-width: 576px) {.instructor-history-Qmnh {
    padding: 5rem 0;
}.instructor-history-Qmnh .image-circle-yYiB {
    height: 250px;
}.instructor-history-Qmnh .name {
    font-size: 18px;
}.instructor-history-Qmnh .edu-quotes-tbRF span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 14px;
}.instructor-history-Qmnh .emp-exp-mvIW {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(14px * 0.9);
    width: 95%;
}}



@media (max-width: 768px) {.sustain-cta-yFfq {
    padding: 40px 0 20px;
}.sustain-cta-yFfq .top-teach-ZfWB {
    flex-direction: column;
}.sustain-cta-yFfq .header-bar-ePtO {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.sustain-cta-yFfq .company_holder h3 {
    font-size: calc(37px * 0.8);
}.sustain-cta-yFfq .header-bar-ePtO h5 {
    font-size: calc(18px * 0.9);
}.patent-info-uihH .green-edu-Lwcq {
    font-size: calc(15px * 0.9);
}
}



@media (max-width: 767px) {.thanksPart-HURv {
    padding: 4rem 0;
}.thanksPart-HURv h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.thanksPart-HURv h2::after {
    height: 3px;
    width: 80px;
}.thanksPart-HURv .expert-studio-OBSk {
    padding: 1.75rem;
}.thanksPart-HURv span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}



@media screen and (max-width: 767px) {.price-offering-QzwW .learning-cost-KNZS {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price-offering-QzwW {
    padding: 60px 0 40px;
}.price-offering-QzwW h2 {
    font-size: calc(28px - 4px);
}.price-offering-QzwW .annual-fee-jWtY {
    font-size: calc(15px - 1px);
    margin-bottom: 40px;
}.price-offering-QzwW .price-grid-CLAY {
    padding: 25px 20px;
}
}



@media (max-width: 576px) {.title-page-EcMU::before {
    transform: translateX(0) skewX(0);
    width: 100%;
}.title-page-EcMU::after {
    width: 50%;
    height: 50%;
}.title-page-EcMU .expert-studio-OBSk {
    padding: 2.5rem 1rem;
}.title-page-EcMU h1 {
    font-size: 32px;
}.title-page-EcMU .study-fast-xLfq {
    padding: 1.5rem 1rem;
}.title-page-EcMU .study-fast-xLfq svg {
    width: 60px;
    height: 60px;
}.title-page-EcMU .image-circle-yYiB {
    height: 300px;
}
}



@media (max-width: 767px) {.course-program-details-lWac {
    padding: 60px 0;
}.course-program-details-lWac .tech-skills-MprT {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
}.course-program-details-lWac .image-circle-yYiB {
    height: 350px;
}.course-program-details-lWac .info-card-PFAa h2 {
    font-size: calc(34px * 0.9);
    padding: 20px;
}.course-program-details-lWac .info-card-PFAa .description {
    padding: 20px;
}

}



@media (max-width: 1024px) {.contact-section-dquN {
    padding: 70px 0;
}.contact-section-dquN .request-widget-bdNU {
    padding: 45px;
}.contact-section-dquN .image-circle-yYiB {
    min-height: 450px;
}
}



@media (max-width: 480px) {.contact-section-dquN {
    padding: 50px 0;
}.contact-section-dquN h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.contact-section-dquN .image-circle-yYiB {
    min-height: 220px;
}.contact-section-dquN .request-widget-bdNU {
    padding: 30px 20px;
}.contact-section-dquN form h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.contact-section-dquN form input[type="text"] {
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: calc(16px * 0.95);
}.contact-section-dquN .connect-map-zMZX {
    padding: 16px;
}.contact-section-dquN .support-support-aSRI label {
    font-size: calc(15px * 0.95);
}}

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

@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



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



@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}



@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

