header,footer {
    width: 100%;
}

header {
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(190,163,193,0.5) 100%);
    overflow: hidden;
    z-index: 1000;
    position: fixed;
    width: 100%;
    background: #000000;
    top: 0;
    left: 0;
}

.contact_sectionU::after {
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(190,163,193), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(190,163,193), 0.03) 1px, transparent 1px);
    z-index: 1;
    opacity: 0.6;
    left: 0;
    animation: gridMove 20s linear infinite;
}

.contact_sectionU .photo_frame_wrapj {
    position: relative;
    overflow: hidden;
    width: 45%;
}

.contact_sectionU .photo_frame_wrapj::before {
    background: rgba(255, 255, 255, 0.2);
    animation: shine 6s infinite;
    position: absolute;
    content: "";
    left: -100px;
    width: 150%;
    height: 150px;
    z-index: 2;
    top: -100px;
    transform: rotate(45deg);
}

.contact_sectionU form h3::after {
    bottom: -10px;
    width: 40px;
    position: absolute;
    background: rgb(190,163,193);
    content: "";
    height: 2px;
    left: 0;
}

.contact_sectionU form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}

.contact_sectionU .inquiry_linksV input[type="checkbox"] {
    cursor: pointer;
    width: 0;
    position: absolute;
    height: 0;
    opacity: 0;
}

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

.contact_sectionU .feedback_mapb {
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    border-radius: 10px;
    z-index: 1;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    padding: 15px 20px;
}

.learning_systemL::after {
    filter: blur(40px);
    animation: morph 20s infinite alternate ease-in-out;
    background: linear-gradient(225deg, rgb(153,117,151,0.5) 0%, rgb(190,163,193,0.5) 100%);
    height: 200px;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: -50px;
    position: absolute;
    width: 200px;
    bottom: -50px;
    z-index: -1;
    opacity: 0.1;
}

.learning_systemL .edu_commite > div:hover::before {
    transform: scale(1);
}

.learning_systemL h3::after {
    background: linear-gradient(90deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    transform-origin: left center;
    bottom: 0;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(1);
    content: "";
    left: 0;
    position: absolute;
    width: 60px;
}

.course_summaryq {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(255,255,255,0.9) 100%);
}

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

.course_summaryq h2::after {
    margin-top: 15px;
    height: 4px;
    width: 80px;
    transform-origin: left;
    display: block;
    content: "";
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    animation: expandLine 0.6s ease-out 1s forwards;
    transform: scaleX(0);
}

.course_summaryq .statement_holderE {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
}

.course_summaryq .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 1s;
}

.give_it_a_tryA::after {
    filter: blur(20px);
    border-radius: 50%;
    content: "";
    height: 300px;
    width: 300px;
    opacity: 0.6;
    top: -150px;
    z-index: -1;
    animation: float 15s infinite ease-in-out;
    right: -100px;
    position: absolute;
    background: radial-gradient(circle, rgb(190,163,193,0.5) 0%, transparent 70%);
}

.give_it_a_tryA .feedback_mapb {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    min-width: 200px;
    overflow: hidden;
    font-size: 19px;
    color: rgb(190,163,193);
    justify-content: center;
    transform: translateZ(0);
    border: none;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    align-items: center;
    padding: 1rem 2rem;
    position: relative;
    display: inline-flex;
    background-color: #ffffff;
    text-decoration: none;
    outline: none;
}

.learning_profitsn .edu_commite {
    gap: 40px;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    transform-style: preserve-3d;
}

.learning_profitsn .statement_holderE::after {
    transition: all 0.3s ease-out;
    opacity: 0.2;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(153,117,151,0.5) 0,
            rgb(153,117,151,0.5) 2px,
            transparent 2px,
            transparent 8px
        );
    bottom: -15px;
    height: 60%;
    content: "";
    position: absolute;
    right: -15px;
    width: 60%;
    filter: blur(1px);
    z-index: -1;
    transform: translateZ(-10px);
}

.learning_profitsn .statement_holderE li p {
    gap: 15px;
    font-size: 13px;
    line-height: 1.6;
    align-items: flex-start;
    display: flex;
    margin: 0;
    color: #000000;
}

.learning_profitsn svg path {
    transition: all 0.3s ease;
    fill: rgb(190,163,193);
}

.learning_profitsn .statement_holderE li p span:last-child {
    font-size: 13px;
    padding-bottom: 4px;
    position: relative;
    font-weight: 400;
}

.learning_profitsn .photo_frame_wrapj:hover {
    transform: translateZ(45px) rotate(0deg);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.18),
        -5px -5px 15px rgba(255, 255, 255, 0.9);
    filter: saturate(1.1) contrast(1.1);
}

.pricing_packageN::before {
    z-index: 0;
    opacity: 0.15;
    right: -10%;
    filter: blur(80px);
    top: -15%;
    background: linear-gradient(135deg, rgb(190,163,193,0.5), rgb(153,117,151,0.5));
    width: 600px;
    content: "";
    position: absolute;
    height: 600px;
}

.pricing_packageN .learn_feesr {
    position: relative;
    z-index: 2;
    order: -1;
    margin-bottom: 20px;
    transform: translateX(5%);
}

.pricing_packageN .learn_feesr:hover .program_rateR {
    transform: translateY(3px);
}

.pricing_packageN .skill_pricingT {
    transform: translateZ(0) scale(1);
    display: block;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    text-decoration: none;
    height: 100%;
}

.pricing_packageN .skill_pricingT:hover .fee_dealsA::before {
    transform: scaleX(1);
}

.pricing_packageN .skill_pricingT:hover .offer_boxI h3 {
    color: rgb(190,163,193);
    transform: translateY(-2px);
}

.pricing_packageN .skill_pricingT:hover .offer_boxI .annual_planf {
    transform: scale(1.05);
}

.pricing_packageN .skill_pricingT:hover .offer_boxI .annual_planf::after {
    width: 80px;
}

.pricing_packageN .skill_pricingT:hover .offer_boxI p {
    opacity: 1;
}

.pricing_packageN .skill_pricingT:hover .photo_frame_wrapj {
    height: 240px;
}

.pricing_packageN .skill_pricingT:hover .photo_frame_wrapj::after {
    opacity: 1;
}

.pricing_packageN .skill_pricingT:nth-child(odd) .fee_dealsA {
    flex-direction: column-reverse;
}

.thanksGridY::after {
    width: 50%;
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 0;
    right: -10%;
    position: absolute;
    opacity: 0.03;
    content: "";
    background: rgb(190,163,193);
    top: 20%;
    height: 70%;
}

.thanksGridY h2::after {
    width: 80px;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(190,163,193), rgb(153,117,151));
    bottom: -15px;
    content: "";
    left: 0;
    transform-origin: left;
    height: 4px;
    position: absolute;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.thanksGridY .edu_commite:hover::after {
    transform: scale(1);
    opacity: 0.05;
}

.thanksGridY li::before {
    border-radius: 50%;
    width: 10px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 12px;
    background: linear-gradient(135deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    height: 10px;
    transform: scale(0);
    left: 0;
    content: "";
    position: absolute;
}

.cookie_overlay_bannerb p {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    position: relative;
    color: #ffffff;
}

.track_cookiesb {
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    border-radius: 23px;
    background: rgb(190,163,193,0.5);
    padding: 10px;
    margin-right: 20px;
}

.cookie_overlay_bannerb p a {
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(190,163,193);
    color: rgb(190,163,193);
}

.secure_enclosureN ul, .secure_enclosureN ol {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.secure_enclosureN section {
    width: 100%;
    border-radius: 21px;
    padding: 30px;
    background: rgb(153,117,151,0.5);
}

.customer_feedbackq::before {
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
}

.customer_feedbackq .edu_commite {
    position: relative;
}

.customer_feedbackq .feedback_storiesP {
    position: relative;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer_feedbackq .client_testimonialsC:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-10px) scale(1.02);
}

.customer_feedbackq .client_testimonialsC h3 {
    margin-bottom: 0.8rem;
    font-weight: 600;
    display: inline-block;
    color: rgb(190,163,193);
    font-size: calc(24px * 1.1);
    position: relative;
}

.customer_feedbackq .client_testimonialsC .description {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 16px;
    z-index: 2;
}



.customer_feedbackq .client_testimonialsC:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}

header::after {
    z-index: 5;
    background: linear-gradient(90deg, 
        rgb(190,163,193),
        rgb(153,117,151),
        rgb(190,163,193));
    background-size: 200% 100%;
    top: 0;
    height: 5px;
    content: "";
    left: 0;
    position: absolute;
    animation: gradient-shift 8s linear infinite;
    width: 100%;
}

header .head_classr:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(190,163,193));
}

header .site_primeb {
    justify-content: center;
    display: flex;
    padding: 1rem 0;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    overflow-x: auto;
    position: relative;
    scrollbar-width: none;
    width: 100vw;
    gap: 1rem;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
}

header .nav_sitewrapM:hover {
    color: rgb(153,117,151);
    box-shadow: 0 0 15px rgb(190,163,193,0.5),
                inset 0 0 10px rgb(190,163,193,0.5);
    transform: translateY(-2px);
    border-color: rgb(153,117,151);
}

.footer_accountz .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.footer_accountz .company_holder h3 {
    font-size: 37px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer_accountz .site_primeb {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.footer_accountz .site_primeb .main_tutory a::before {
    height: 100%;
    transition: width 0.3s ease;
    left: 0;
    content: '';
    z-index: -1;
    top: 0;
    position: absolute;
    width: 0;
    background: rgb(190,163,193,0.5);
}

.whatsapp_grpb .container {
    justify-content: center;
    display: flex;
    align-items: center;
}



footer::after {
    background-size: 40px 40px;
    z-index: 1;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    bottom: 0;
    top: 0;
}

.newsletter_subscriptionZ .edu_commite {
    gap: 2rem;
    padding: 2rem;
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    backdrop-filter: blur(5px);
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 0 rgba(255, 255, 255, 0.5) inset,
                0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}

.newsletter_subscriptionZ .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}

.newsletter_subscriptionZ .input_holder .sub_setP::before {
    transition: left 0.5s ease;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
}

.title_greetingl .edu_smartw::after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    opacity: 0.4;
    position: absolute;
    content: "";
    background-image: 
    linear-gradient(45deg, rgba(255,255,255,0.06) 25%, transparent 25%), 
    linear-gradient(-45deg, rgba(255,255,255,0.06) 25%, transparent 25%), 
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.06) 75%), 
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.06) 75%);
}

.title_greetingl .story_infod h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    max-width: 95%;
    line-height: 1.5;
    font-weight: 600;
    color: rgba(var(--white-color-rgb), 0.9);
}

.teaching_experienceZ::before {
    filter: blur(60px);
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.4;
    width: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(153,117,151,0.5) 0deg,
        rgb(190,163,193,0.5) 90deg,
        rgb(229,216,230) 180deg,
        rgb(190,163,193,0.5) 270deg,
        rgb(153,117,151,0.5) 360deg
    );
    left: 0;
}

.teaching_experienceZ .emp_detailsv {
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    transform: rotateY(-5deg) translateZ(30px);
    width: 60%;
    padding: 2.5rem;
}

.teaching_experienceZ .emp_detailsv:hover .name::after {
    width: 100%;
}

.teaching_experienceZ .work_contentN::before {
    position: absolute;
    content: "";
    left: -10px;
    font-family: serif;
    top: -20px;
    color: rgb(153,117,151,0.5);
    font-size: 5rem;
    opacity: 0.3;
}



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

.meet_use .fast_studyg {
    flex-direction: column;
    gap: 40px;
    display: flex;
}

.meet_use .digital_educationg:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.meet_use .digital_educationg:nth-child(2)::before {
    background: rgb(153,117,151,0.5);
    top: auto;
    right: auto;
    left: -100px;
    bottom: -100px;
}

.meet_use .digital_educationg h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: rgb(190,163,193);
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.meet_use .digital_educationg p {
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    z-index: 2;
    color: #000000;
}

.meet_use .digital_educationg:hover::after {
    height: 100%;
}

.meet_use .digital_educationg:first-child {
    animation: fadeInUp 0.7s ease forwards;
}

.help_centerZ::before {
    z-index: 0;
    left: 0;
    background: radial-gradient(at 70% 20%, rgb(190,163,193,0.5) 0%, transparent 60%);
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.08;
}

.help_centerZ .talk_teamm p:last-of-type {
    margin-bottom: 50px;
    position: relative;
    padding-left: 28px;
}

.help_centerZ .get_contactcardj::before {
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    position: absolute;
    opacity: 0;
    left: 0;
}

.course_fit_forz::before {
    width: 600px;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    animation: rotateBlob 20s infinite linear;
    transform: rotate(-15deg);
    filter: blur(60px);
    position: absolute;
    top: -10%;
    opacity: 0.6;
    height: 600px;
    content: '';
    background: linear-gradient(45deg, rgb(190,163,193,0.5), rgb(153,117,151,0.5));
    right: -5%;
}

.course_fit_forz p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(20px);
}

.course_fit_forz p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.course_fit_forz p:hover svg path {
    fill: rgb(153,117,151);
}

.course_fit_forz p:nth-child(1) {
    grid-column: 1 / span 6;
    z-index: 5;
    grid-row: 1;
}

.course_fit_forz p:nth-child(1) {
    animation-delay: 0.1s;
}

.course_fit_forz p:nth-child(3) {
    z-index: 6;
    grid-column: 3 / span 6;
    grid-row: 2;
}

.course_fit_forz p:nth-child(3) {
    animation-delay: 0.5s;
}

.course_fit_forz p:nth-child(7) {
    z-index: 1;
    grid-column: 8 / span 5;
    grid-row: 4;
}

.course_fit_forz p:nth-child(7) {
    animation-delay: 1.3s;
}


@media (max-width: 1024px) {.contact_sectionU {
    padding: 60px 0;
}.contact_sectionU .container {
    padding: 0 15px;
}.contact_sectionU h2 {
    margin-bottom: 40px;
}.contact_sectionU .feedback_messageB {
    padding: 40px 30px;
}
}



@media (max-width: 992px) {.learning_systemL {
    padding: 5rem 0;
}.learning_systemL .edu_commite > div {
    padding: 2.5rem;
}.learning_systemL h3 {
    font-size: calc(28px * 0.75);
}
}



@media (max-width: 576px) {.learning_systemL {
    padding: 3rem 0;
}.learning_systemL .edu_commite > div {
    padding: 1.75rem;
    border-left-width: 2px;
}.learning_systemL h3 {
    font-size: calc(28px * 0.65);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}.learning_systemL h3::after {
    width: 40px;
}.learning_systemL p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.learning_systemL .edu_commite > div::before {
    height: 30px;
    width: 30px;
    left: -15px;
    top: 15px;
}}



@media (max-width: 767px) {.course_summaryq h2 {
    text-align: center;
    font-size: calc(34px * 0.9);
}.course_summaryq h2::after {
    margin: 15px auto 0;
}.course_summaryq .photo_frame_wrapj {
    order: -1;
}.course_summaryq .statement_holderE {
    padding: 1.5rem;
}.course_summaryq .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}



@media (min-width: 768px) {.learning_profitsn {
    padding: 120px 0;
}.learning_profitsn .edu_commite {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.learning_profitsn .statement_holderE {
    padding: 50px;
    flex: 3;
}.learning_profitsn .photo_frame_wrapj {
    flex: 2;
    max-width: 450px;
}.learning_profitsn .statement_holderE > div {
    flex-direction: row;
    gap: 30px;
}.learning_profitsn .statement_holderE > div > ul {
    flex: 1;
}.learning_profitsn .statement_holderE h4 {
    font-size: calc(19px * 1.2);
}
}



@media (min-width: 992px) {.pricing_packageN {
    padding: 140px 0;
}.pricing_packageN .pricing_offersE {
    flex-direction: row;
    align-items: flex-start;
}.pricing_packageN .learn_feesr {
    top: 100px;
    transform: translateX(0);
    align-self: flex-start;
    position: sticky;
    margin-right: 70px;
    width: 30%;
    order: 0;
}.pricing_packageN .fee_schemesl {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}



@media screen and (max-width: 768px) {.thanksGridY {
    padding: 60px 0 50px;
}.thanksGridY h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.thanksGridY .edu_commite {
    transform: translateZ(0) perspective(1000px) rotateX(0);
    padding: 30px 25px;
}.thanksGridY h2::after {
    height: 3px;
    width: 60px;
}.thanksGridY li {
    padding-left: 25px;
}.thanksGridY li::before {
    width: 8px;
    height: 8px;
}
}



@media screen and (max-width: 767px) {.customer_feedbackq {
    padding: 3rem 0;
}.customer_feedbackq .feedback_storiesP {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_feedbackq .client_testimonialsC {
    padding: 1.5rem;
}.customer_feedbackq h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.customer_feedbackq .client_testimonialsC div {
    width: 50px;
    height: 50px;
}.customer_feedbackq .client_testimonialsC::after {
    right: 15px;
    font-size: 4rem;
    top: 5px;
}
}



@media (max-width: 576px) {.footer_accountz {
    padding: 40px 0;
}.footer_accountz .company_holder h3 {
    font-size: calc(37px * 0.8);
}.footer_accountz .site_primeb h5 {
    font-size: calc(22px * 0.9);
}.footer_accountz .site_primeb .main_tutory a,
    .footer_accountz .footer_agreement {
    font-size: calc(13px * 0.95);
}}



@media (max-width: 991px) {.title_greetingl .story_infod {
    width: 95%;
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.title_greetingl .edu_smartw {
    min-height: 80vh;
}.title_greetingl .story_infod {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.title_greetingl .story_infod h1 {
    margin-bottom: 1.25rem;
}.title_greetingl .story_infod h3 {
    max-width: 100%;
    margin-bottom: 1.25rem;
}.title_greetingl .story_infod p {
    padding-left: 1rem;
}
}



@media (max-width: 992px) {.teaching_experienceZ .client_testimonialsC {
    flex-direction: column;
}.teaching_experienceZ .photo_frame_wrapj,
    .teaching_experienceZ .emp_detailsv {
    width: 100%;
    transform: none;
}.teaching_experienceZ .photo_frame_wrapj {
    margin-bottom: 2rem;
    height: 300px;
}.teaching_experienceZ .photo_frame_wrapj:hover,
    .teaching_experienceZ .emp_detailsv:hover {
    transform: translateY(-10px);
}}



@media screen and (max-width: 767px) {.help_centerZ {
    padding: 60px 0;
}.help_centerZ .talk_teamm h2 {
    font-size: calc(32px * 0.9);
}.help_centerZ .talk_teamm p {
    max-width: 100%;
}.help_centerZ .reach_contactW {
    justify-content: center;
}
}



@media screen and (max-width: 992px) {.course_fit_forz {
    padding: 90px 0 80px;
}.course_fit_forz h4 {
    margin-bottom: 60px;
    font-size: calc(38px * 0.85);
}.course_fit_forz div > div {
    gap: 20px;
    grid-template-columns: repeat(8, 1fr);
}.course_fit_forz p {
    padding: 25px;
}.course_fit_forz p:nth-child(1) {
    grid-column: 1 / span 4;
}.course_fit_forz p:nth-child(2) {
    grid-column: 5 / span 4;
}.course_fit_forz p:nth-child(3) {
    grid-column: 2 / span 6;
}.course_fit_forz p:nth-child(4) {
    grid-column: 1 / span 3;
}.course_fit_forz p:nth-child(5) {
    grid-column: 4 / span 5;
}.course_fit_forz p:nth-child(6) {
    grid-column: 2 / span 6;
}.course_fit_forz p:nth-child(7) {
    grid-column: 1 / span 4;
}.course_fit_forz p:nth-child(8) {
    grid-column: 5 / span 4;
}
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(30px) scale(1.1);
    }
}



@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

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

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    }
    100% {
        background-position: 80px 140px, 80px 140px, 120px 210px, 120px 210px, 80px 140px, 120px 210px;
    }
}

