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

.sustain-cta-yFfq {
    flex: 0 0 auto;
}

.sustain-cta-yFfq {
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 80px 0 40px;
}

header .top-study-TYbn .head-info-UlZa .header-pro-nkDb:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .top-study-TYbn .header-bar-ePtO::before {
    background: linear-gradient(45deg, transparent 0%, rgb(211,195,225,0.5) 100%);
    border-radius: 10px;
    opacity: 0;
    content: "";
    width: calc(100% + 40px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: -10px;
    height: calc(100% + 20px);
    position: absolute;
    left: -20px;
    z-index: -1;
}

.our-story-hGXW {
    background: rgb(236,228,242);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.our-story-hGXW .pro-training-nsmu {
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.our-story-hGXW .pro-training-nsmu span {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
    color: rgb(211,195,225);
}

.our-story-hGXW .mastery-zone-WNGi {
    position: relative;
    margin-top: 50px;
    flex-direction: column;
    display: flex;
}

.our-story-hGXW .mastery-zone-WNGi .team-culture-OYwc:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(179,158,202,0.5);
}



.our-story-hGXW .pro-training-nsmu::after {
    left: 0;
    background: linear-gradient(to right, rgb(211,195,225,0.5), transparent);
    content: "";
    height: 1px;
    position: absolute;
    bottom: -35px;
    width: 50%;
}

.our-story-hGXW .mastery-zone-WNGi svg path {
    fill: rgb(179,158,202);
}

.sign-up-now-DjAh::before {
    animation: gridAnimate 30s linear infinite;
    z-index: 1;
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    opacity: 0.7;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform-origin: center bottom;
    top: 0;
    background-size: 30px 30px;
    transform: perspective(500px) rotateX(45deg) scale(2);
    position: absolute;
}

.sign-up-now-DjAh::before {
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
    content: '';
    top: 0;
    left: 0;
    animation: scanLines 8s linear infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sign-up-now-DjAh::before {
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
    width: 100%;
    z-index: 2;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-size: 100px 100px;
    height: 100%;
}



.sign-up-now-DjAh::before {
    background: linear-gradient(90deg, transparent, rgb(179,158,202), transparent);
    bottom: 0;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    z-index: 3;
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
}

.sign-up-now-DjAh .reach-us-nGby::before {
    z-index: -1;
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(135deg, rgb(179,158,202) 0%, rgb(211,195,225) 100%);
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
}

.secure-nook-vqNX::before {
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
}

.secure-nook-vqNX h1 {
    color: var(--dark-color, #252525);
    letter-spacing: -0.02em;
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-10px);
    font-size: var(--h1-font-size, 2.5rem);
    position: relative;
    margin-bottom: 2rem;
}

.secure-nook-vqNX h4 {
    margin: 2rem 0 1rem;
    border-left: 1px solid var(--secondary-color, #4655fa);
    color: var(--dark-color, #252525);
    position: relative;
    padding-left: 12px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    font-weight: var(--font-weight-semibold, 600);
}

.secure-nook-vqNX ul {
    position: relative;
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 20px;
}

.secure-nook-vqNX li::before {
    transform: rotate(45deg);
    position: absolute;
    content: "";
    background-color: var(--primary-color, #4154f1);
    top: 0.7em;
    left: -18px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
}

.locate-ihfj::after {
    z-index: 0;
    left: -50%;
    top: -50%;
    position: absolute;
    content: "";
    width: 200%;
    animation: rotate 40s linear infinite;
    height: 200%;
    opacity: 0.6;
    background: radial-gradient(circle, rgb(211,195,225,0.5) 0%, transparent 25%);
}

.locate-ihfj .support-info-pqZR::before {
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(211,195,225,0.5) 100%);
    position: absolute;
    z-index: 0;
    content: "";
    transition: opacity 0.3s ease;
    height: 150px;
    border-radius: 0 0 13px 0;
    opacity: 0.1;
    width: 150px;
    right: 0;
}

.locate-ihfj h3 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 16px;
    font-weight: 600;
}

.locate-ihfj .edu-askus-HSGL {
    font-weight: 600;
    color: rgb(211,195,225);
    font-size: calc(14px * 1.15);
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.locate-ihfj .msg-page-TicC span:hover {
    background: rgb(211,195,225);
    border-color: rgb(211,195,225);
    transform: translateY(-2px);
    color: #ffffff;
}

.locate-ihfj .support-info-pqZR .image-circle-yYiB::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
}

.locate-ihfj .request-form-rDwX a:hover::before {
    opacity: 0.15;
}

.locate-ihfj .request-form-rDwX a p {
    margin: 0;
    z-index: 1;
    position: relative;
    color: #000000;
    font-size: 14px;
    flex-grow: 1;
    font-weight: 400;
}



.locate-ihfj .request-form-rDwX a::after {
    width: 12px;
    content: "";
    height: 12px;
    transform: translateY(-50%);
    border-top: 2px solid rgb(211,195,225,0.5);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    position: absolute;
    border-right: 2px solid rgb(211,195,225,0.5);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

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



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

.instructor-history-Qmnh::before {
    background: 
        linear-gradient(90deg, transparent 85%, rgb(211,195,225,0.5) 85%, rgb(211,195,225,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(179,158,202,0.5) 85%, rgb(179,158,202,0.5) 88%, transparent 88%);
    top: 0;
    opacity: 0.1;
    z-index: 1;
    animation: gridFlow 20s linear infinite;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 150px 150px;
    content: "";
    position: absolute;
}

.instructor-history-Qmnh .edu-quotes-tbRF:hover .image-circle-yYiB {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}

.instructor-history-Qmnh .edu-quotes-tbRF:hover .name {
    transform: translateX(15px);
}

.instructor-history-Qmnh .edu-quotes-tbRF:hover .name::after {
    width: 60%;
}

.instructor-history-Qmnh .edu-quotes-tbRF span:not(.name) {
    align-self: start;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1.2rem;
    position: relative;
    grid-area: job;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
    transform: translateX(0);
    font-size: 18px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(179,158,202);
}

.sustain-cta-yFfq .company_holder::after {
    content: '';
    height: 80%;
    top: 10%;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(211,195,225), transparent);
    width: 1px;
}

.sustain-cta-yFfq .sec-cert-iGgV:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
}

.sustain-cta-yFfq .header-bar-ePtO::before {
    content: '';
    position: absolute;
    transition: transform 0.6s ease;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
}

.sustain-cta-yFfq .header-bar-ePtO:hover h5::after {
    box-shadow: 0 0 8px rgb(211,195,225), 0 0 16px rgb(211,195,225,0.5);
    width: 70px;
}

.sustain-cta-yFfq .header-bar-ePtO .top-teach-ZfWB a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}

.patent-info-uihH {
    backdrop-filter: blur(10px);
    padding: 15px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}




footer {
    position: relative;
}

footer::after {
    background-size: 50px 50px;
    z-index: 0;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    opacity: 0.3;
    position: absolute;
    right: 0;
    content: '';
    bottom: 0;
}

.thanksPart-HURv .expert-studio-OBSk::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(179,158,202) 0%, rgb(211,195,225) 100%);
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
}

.thanksPart-HURv span {
    position: relative;
    font-family: Arial, sans-serif;
    animation: fadeText 0.8s 0.6s both;
    display: block;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
}

.price-offering-QzwW .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.price-offering-QzwW h2 {
    font-size: 28px;
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
}

.price-offering-QzwW .class-cost-EjQe {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
}

.price-offering-QzwW .sub-options-oYLB {
    transform: translateZ(20px);
    z-index: 2;
    position: relative;
}

.price-offering-QzwW .class-cost-EjQe h4 {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: calc(18px + 2px);
    color: #ffffff;
}

.price-offering-QzwW .fee-structure-VCaA {
    display: block;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: calc(18px + 6px);
    color: #ffffff;
    margin-top: 20px;
    position: relative;
    text-align: right;
}

.price-offering-QzwW .class-cost-EjQe:hover .price-grid-CLAY::before {
    opacity: 0.05;
    transform: scale(3);
}

.price-offering-QzwW .class-cost-EjQe:hover .fee-structure-VCaA::before {
    transform: scaleX(1);
}

.title-page-EcMU .expert-studio-OBSk {
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    display: flex;
    min-height: 100vh;
    padding: 5rem 2rem;
    max-width: 1440px;
    position: relative;
    flex-direction: row;
}

.title-page-EcMU h1::after {
    width: 5rem;
    left: 0;
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(211,195,225,0.5) 100%);
    height: 0.25rem;
    content: "";
    position: absolute;
    bottom: -0.8rem;
    transform-origin: left;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.title-page-EcMU .study-fast-xLfq:hover svg g {
    transform: translate(30.89265,30.89265) scale(0.75);
}

.title-page-EcMU .study-fast-xLfq svg text {
    font-family: Arial, sans-serif;
    transition: letter-spacing 0.4s ease;
}

.title-page-EcMU .connect-map-zMZX {
    background: linear-gradient(135deg, rgb(211,195,225) 0%, rgb(74,150,148) 100%);
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    text-decoration: none;
    border-radius: 19px;
    font-size: 17px;
    position: relative;
    box-shadow: 0 4px 20px -5px rgba(94,170,168,0.4);
    color: #ffffff;
    font-weight: 600;
    padding: 1rem 2.5rem;
}

.course-program-details-lWac .container {
    position: relative;
    z-index: 2;
}

.course-program-details-lWac .tech-skills-MprT {
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    display: grid;
    gap: 30px;
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
}

.course-program-details-lWac .info-card-PFAa .description {
    border-radius: 27px;
    font-size: 16px;
    margin: 0;
    padding: 25px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    line-height: 1.8;
    backdrop-filter: blur(5px);
    border-top: 3px solid rgb(179,158,202);
    background: rgba(0, 0, 0, 0.2);
    color: #000000;
    overflow: hidden;
}

.client-opinions-ABFs::after {
    position: absolute;
    width: 30%;
    z-index: 1;
    height: 30%;
    bottom: -5%;
    right: -5%;
    content: "";
    background: radial-gradient(circle, rgba(rgb(179,158,202,0.5), 0.1) 0%, transparent 70%);
}

.client-opinions-ABFs .success-stories-ZNMR {
    margin: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

.client-opinions-ABFs .edu-quotes-tbRF::before {
    font-family: serif;
    top: -20px;
    line-height: 1;
    content: "";
    font-size: 150px;
    position: absolute;
    right: 20px;
    z-index: -1;
    color: rgba(rgb(211,195,225,0.5), 0.05);
}

.client-opinions-ABFs .edu-quotes-tbRF:hover img {
    transform: scale(1.1);
}

.client-opinions-ABFs .edu-quotes-tbRF h4::after {
    background-color: rgb(179,158,202);
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
    content: "";
    position: absolute;
}

.client-opinions-ABFs a::before {
    content: "";
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgb(179,158,202) 0%, rgb(211,195,225) 100%);
    height: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    position: absolute;
}

.contact-section-dquN .container {
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
}

.contact-section-dquN h2::before {
    height: 50px;
    background: rgb(211,195,225,0.5);
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    content: "";
    left: calc(50% - 120px);
    top: -25px;
}

.contact-section-dquN .image-circle-yYiB {
    min-height: 500px;
    position: relative;
    flex: 0 0 45%;
    transition: transform 0.5s ease;
}

.contact-section-dquN .request-widget-bdNU {
    flex: 0 0 55%;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    padding: 60px;
}

.contact-section-dquN form input[type="text"]:focus {
    border: 1px solid transparent;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(211,195,225), 0.1);
    background: linear-gradient(rgb(236,228,242), rgb(236,228,242)) padding-box,
                linear-gradient(to right, rgb(211,195,225), rgb(179,158,202)) border-box;
}

.contact-section-dquN .support-support-aSRI input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: rotate(45deg);
    left: 8px;
    content: "";
    border: solid #ffffff;
    top: 4px;
}

.contact-section-dquN svg {
    width: 24px;
    height: 24px;
    stroke: rgb(211,195,225);
    transition: all 0.3s ease;
    margin-right: 12px;
    fill: none;
}

.contact-section-dquN svg:hover,
.contact-section-dquN svg:hover path {
    stroke: rgb(179,158,202);
}

.sign-up-for-updates-CLRB .query-info-xGPz {
    grid-template-rows: auto auto;
    max-width: 700px;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: 
        "headline headline"
        "input button";
    position: relative;
    transform: rotate(-2deg);
    margin: 0 10%;
    display: grid;
    gap: 2rem;
    padding: 0;
}

.sign-up-for-updates-CLRB input[type="email"] {
    padding: 1.2rem 1.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    grid-column: 1;
    border: none;
    background: transparent;
    font-size: 17px;
}

.sign-up-for-updates-CLRB::after {
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.2;
    background: linear-gradient(135deg, transparent 50%, rgb(179,158,202,0.5) 50%);
    width: 30%;
    height: 30%;
    position: absolute;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {header .top-study-TYbn {
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    transform: skewX(0);
    padding: 1rem;
    flex-direction: column;
}header .top-study-TYbn .head-info-UlZa {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .top-study-TYbn .header-bar-ePtO {
    width: 100%;
    transform: skewX(0);
    flex-wrap: wrap;
    justify-content: center;
}header .top-study-TYbn .header-bar-ePtO::before {
    transform: skewX(0);
}header .top-study-TYbn .header-bar-ePtO:hover::before {
    transform: skewX(0);
}header .top-study-TYbn .top-know-TOwm {
    margin: 0.25rem;
}header .top-study-TYbn .top-know-TOwm:nth-child(odd),
  header .top-study-TYbn .top-know-TOwm:nth-child(even) {
    transform: translateY(0);
}
}



@media screen and (max-width: 991px) {.sign-up-now-DjAh {
    padding: 4.5rem 1.5rem;
}}



@media (min-width: 992px) {.secure-nook-vqNX {
    padding: 6rem 0;
}.secure-nook-vqNX .container {
    padding: 0 40px;
}.secure-nook-vqNX h1 {
    transform: translateX(-15px);
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    margin-bottom: 3rem;
}.secure-nook-vqNX h1::after {
    bottom: -15px;
    height: 5px;
    width: 120px;
}.secure-nook-vqNX h2 {
    padding-left: 20px;
    margin: 4rem 0 2rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
}.secure-nook-vqNX p {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    line-height: 1.75;
    max-width: 85%;
}.secure-nook-vqNX ul {
    margin: 2rem 0 2.5rem 2rem;
}.secure-nook-vqNX li {
    margin-bottom: 1.2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.secure-nook-vqNX span {
    transition: transform 0.3s ease;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    padding: 2rem;
    transform: translateX(15px);
}.secure-nook-vqNX span:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
}



@media (max-width: 768px) {.locate-ihfj {
    padding: 50px 0;
}.locate-ihfj .contact-today-gLkr {
    grid-template-columns: 1fr;
}.locate-ihfj .support-info-pqZR:last-child {
    grid-column: span 1;
}.locate-ihfj h2 {
    font-size: calc(29px * 0.9);
}.locate-ihfj .support-info-pqZR .image-circle-yYiB {
    height: 280px;
}.locate-ihfj .request-form-rDwX {
    gap: 15px;
}
}



@media (max-width: 991px) {.sustain-cta-yFfq {
    padding: 60px 0 30px;
}.sustain-cta-yFfq .container {
    flex-direction: column;
}.sustain-cta-yFfq .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.sustain-cta-yFfq .company_holder::after {
    display: none;
}.sustain-cta-yFfq .badge-case-HJFa {
    flex: 0 0 100%;
}.sustain-cta-yFfq .header-bar-ePtO {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}



@media (max-width: 991px) {.thanksPart-HURv {
    padding: 5rem 0;
}.thanksPart-HURv h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.thanksPart-HURv .expert-studio-OBSk {
    padding: 2rem;
}
}



@media (max-width: 576px) {.thanksPart-HURv {
    padding: 3rem 0;
}.thanksPart-HURv .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.thanksPart-HURv h2 {
    margin-bottom: 1.75rem;
    font-size: calc(29px * 0.7);
}.thanksPart-HURv .expert-studio-OBSk {
    padding: 1.5rem;
}.thanksPart-HURv li {
    padding-left: 1.25rem;
}.thanksPart-HURv li::before {
    top: 0.65rem;
    height: 6px;
    width: 6px;
}.thanksPart-HURv span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}



@media (min-width: 1600px) {.title-page-EcMU .expert-studio-OBSk {
    padding: 6rem 3rem;
}.title-page-EcMU h1 {
    font-size: calc(40px * 1.4);
}.title-page-EcMU .image-circle-yYiB {
    height: 650px;
}
}



@media (max-width: 992px) {.title-page-EcMU .expert-studio-OBSk {
    padding: 4rem 1.5rem;
    flex-direction: column;
}.title-page-EcMU .info-card-PFAa {
    max-width: 100%;
    transform: translateY(0);
    margin-right: 0;
    margin-bottom: 3rem;
}.title-page-EcMU h1 {
    transform: translateX(0);
    text-align: center;
    font-size: 40px;
}.title-page-EcMU h1::after {
    transform: translateX(-50%);
    left: 50%;
}.title-page-EcMU .study-fast-xLfq {
    text-align: center;
    align-items: center;
    padding: 2rem 1.5rem 1.5rem;
}.title-page-EcMU .study-fast-xLfq p {
    max-width: 100%;
}.title-page-EcMU ul {
    justify-content: center;
    width: 100%;
}.title-page-EcMU .image-circle-yYiB {
    height: 400px;
    width: 100%;
}
}



@media (max-width: 992px) {.client-opinions-ABFs {
    padding: 80px 0 60px;
}.client-opinions-ABFs h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.client-opinions-ABFs .success-stories-ZNMR {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client-opinions-ABFs .edu-quotes-tbRF {
    padding: 25px 20px;
}
}



@media (max-width: 768px) {.contact-section-dquN {
    padding: 60px 0;
}.contact-section-dquN h2 {
    margin-bottom: 40px;
}.contact-section-dquN .feedback-info-qfAC {
    flex-direction: column;
}.contact-section-dquN .image-circle-yYiB {
    min-height: 300px;
    flex: 0 0 300px;
    width: 100%;
}.contact-section-dquN .request-widget-bdNU {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact-section-dquN form h3 {
    margin-bottom: 25px;
}.contact-section-dquN form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

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

@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

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



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

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}



@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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



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

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

