html,body {
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    scroll-snap-type: none;
    auto
    scroll-behavior: smooth;
}


.contact_sectionU {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
    position: relative;
}

.contact_sectionU h2 {
    left: 50%;
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    transform: translateX(-50%);
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
}

.contact_sectionU .query_blockP:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(190,163,193), 0.1);
}

.contact_sectionU .photo_frame_wrapj::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
                rgba(rgb(190,163,193), 0.3) 0%, 
                rgba(rgb(153,117,151), 0.3) 100%);
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
}

.contact_sectionU form input[type="text"] {
    font-size: 15px;
    color: #000000;
    border: 1px solid rgba(#000000, 0.1);
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.8);
}

.contact_sectionU .inquiry_linksV label::before {
    background: rgba(#ffffff, 0.8);
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(#000000, 0.2);
    content: "";
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact_sectionU .inquiry_linksV label a:hover {
    color: rgb(153,117,151);
}

.contact_sectionU .feedback_mapb::before {
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    background: linear-gradient(90deg, rgb(153,117,151), rgb(190,163,193));
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.learning_systemL {
    position: relative;
    padding: 6rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
}

.learning_systemL .edu_commite > div {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    padding: 3.5rem;
    transform: translateY(0) rotateX(0);
    border-left: 4px solid rgb(190,163,193);
    position: relative;
    max-width: 850px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    background: #ffffff;
}

.learning_systemL .edu_commite > div:hover h3::after {
    transform: scaleX(1.5);
}

.learning_systemL p span {
    position: relative;
    transition: opacity 0.3s ease;
    opacity: 0.95;
    display: inline-block;
}

.learning_systemL .edu_commite > div:hover p span::before {
    transform: scaleX(1);
    opacity: 0.7;
}

.course_summaryq::after {
    position: absolute;
    z-index: 0;
    bottom: -5%;
    width: 40%;
    height: 60%;
    left: -10%;
    opacity: 0.3;
    background: linear-gradient(145deg, rgb(190,163,193,0.5) 0%, rgb(153,117,151) 20%, transparent 100%);
    filter: blur(60px);
    transform: rotate(15deg);
    content: "";
}

.course_summaryq .photo_frame_wrapj {
    height: 300px;
    transition: transform 0.5s ease-out;
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.course_summaryq .statement_holderE::before {
    position: absolute;
    animation: expandLine 0.8s ease-out 1.2s forwards;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 5px;
}

.give_it_a_tryA {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(190,163,193) 0%, rgb(153,117,151) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.give_it_a_tryA h6 {
    transform: perspective(1000px) translateZ(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 0;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    text-align: center;
    letter-spacing: 0.02em;
    max-width: 85%;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
}

.give_it_a_tryA .feedback_mapb:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    color: rgb(153,117,151);
    background-color: #ffffff;
}

.give_it_a_tryA .feedback_mapb:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

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

.learning_profitsn .statement_holderE::before {
    transition: all 0.3s ease-out;
    transform: translateZ(-5px);
    border-top: 2px solid rgb(190,163,193);
    pointer-events: none;
    left: -10px;
    border-left: 2px solid rgb(190,163,193);
    bottom: 40px;
    content: "";
    right: 40px;
    opacity: 0.3;
    position: absolute;
    top: -10px;
}

.learning_profitsn .statement_holderE h4::after {
    transform: translateZ(5px);
    height: 3px;
    background: linear-gradient(90deg, rgb(190,163,193), transparent);
    content: "";
    left: 0;
    width: 80px;
    bottom: -12px;
    position: absolute;
}

.learning_profitsn .statement_holderE li p span:first-child {
    width: 44px;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    box-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.1),
        -1px -1px 4px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5));
    height: 44px;
    justify-content: center;
}

.learning_profitsn .photo_frame_wrapj::before {
    content: "";
    background: linear-gradient(
        135deg,
        rgb(190,163,193,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(153,117,151,0.5) 100%
    );
    left: 0;
    opacity: 0.2;
    z-index: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    border-radius: 10px;
    pointer-events: none;
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
}

.pricing_packageN .learn_feesr h2 {
    color: transparent;
    background-clip: text !important;
    margin-bottom: 15px;
    font-size: 32px;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-weight: 700;
    background: linear-gradient(90deg, #000000, rgb(190,163,193));
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
}

.pricing_packageN .skill_pricingT:hover .fee_dealsA {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(190,163,193,0.5);
}

.pricing_packageN .offer_boxI {
    display: flex;
    padding: 35px 30px;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    z-index: 2;
    flex-direction: column;
}

.pricing_packageN .offer_boxI .annual_planf {
    margin: 5px 0 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-wrap: break-word;
    display: block;
    word-break: break-word;
    color: rgb(190,163,193);
    font-weight: 700;
    font-size: calc(22px + 6px);
    position: relative;
}

.pricing_packageN .skill_pricingT .photo_frame_wrapj::after {
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}

.thanksGridY .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}

.thanksGridY .edu_commite {
    border-radius: 10px;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    overflow: hidden;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    opacity: 0;
    background: #ffffff;
    padding: 50px 40px;
}

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

.thanksGridY .edu_commite:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}

.edu_cookieS {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    border: 2px dashed rgb(190,163,193);
    padding: 20px 5%;
    gap: 20px;
}

.consent_boxA {
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    line-height: 40px;
    border: 2px solid rgb(190,163,193);
    font-size: 17px;
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
    background: rgb(190,163,193);
    flex-shrink: 0;
}

.secure_enclosureN li {
    background: rgb(190,163,193,0.5);
    border-left: 4px solid rgb(190,163,193);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
}

.customer_feedbackq::after {
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(190,163,193,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(153,117,151,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(190,163,193,0.5) 0%, transparent 6%);
    left: 0;
    opacity: 0.3;
    top: 0;
    height: 100%;
    z-index: 0;
    content: "";
    width: 100%;
}

.customer_feedbackq .client_testimonialsC:hover::before {
    opacity: 0.2;
}

.customer_feedbackq .client_testimonialsC::after {
    right: 20px;
    line-height: 1;
    z-index: -1;
    color: rgb(190,163,193,0.5);
    position: absolute;
    opacity: 0.15;
    font-family: Arial, sans-serif;
    font-size: 6rem;
    top: 10px;
    content: '"';
}

.customer_feedbackq .client_testimonialsC:hover div {
    transform: rotate(0deg) scale(1.1);
}

.customer_feedbackq .client_testimonialsC:hover img {
    transform: scale(1.1);
}

header::before {
    left: 0;
    content: "";
    top: 0;
    opacity: 0.03;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(153,117,151,0.5) 10px,
            rgb(153,117,151,0.5) 11px
        );
}

header .head_classr::after {
    animation: orb-float 5s ease-in-out infinite alternate;
    opacity: 0.5;
    border-radius: 50%;
    filter: blur(20px);
    content: "";
    z-index: -1;
    height: 40px;
    width: 40px;
    position: absolute;
    background: rgb(190,163,193,0.5);
}

header .nav_sitewrapM::before {
    width: 100%;
    position: absolute;
    transition: left 0.5s ease;
    background: linear-gradient(90deg,
        transparent,
        rgb(153,117,151,0.5),
        transparent);
    opacity: 0.5;
    content: "";
    height: 100%;
    left: -100%;
    top: 0;
}

header .nav_sitewrapM:hover::before {
    left: 100%;
}

header .nav_sitewrapM:hover::after {
    transform: translateY(-50%) scale(1);
}

footer {
    position: relative;
}

.footer_accountz .company_holder {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px 0 12px 0;
}

.footer_accountz .discord_ctax {
    position: relative;
}

.footer_accountz .main_tutory {
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.footer_accountz .site_primeb .main_tutory a {
    font-size: 13px;
    position: relative;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 8px 15px;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
}

.newsletter_subscriptionZ {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(190,163,193,0.5), rgb(153,117,151));
}

.newsletter_subscriptionZ .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}

.newsletter_subscriptionZ .edu_commite:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.newsletter_subscriptionZ h4::before {
    transform: scaleY(0);
    width: 4px;
    transition: transform 0.4s ease;
    background: rgb(190,163,193);
    position: absolute;
    transform-origin: top;
    height: calc(100% - 1rem);
    top: 0.5rem;
    content: "";
    left: 0;
}

.newsletter_subscriptionZ .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 18px;
    background: #ffffff;
    width: 100%;
    padding: 1rem 1.5rem;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.newsletter_subscriptionZ .input_holder .sub_setP:hover::before {
    left: 100%;
}

.newsletter_subscriptionZ .input_holder .sub_setP:active {
    transform: translateY(0);
}

.title_greetingl .edu_smartw {
    z-index: 1;
    justify-content: center;
    position: relative;
    align-items: center;
    min-height: 100vh;
    display: flex;
}

.title_greetingl .story_infod {
    border-left: 4px solid rgb(190,163,193);
    width: 90%;
    box-shadow: 0 20px 80px rgba(var(--dark-color-rgb), 0.15), 
              0 4px 12px rgba(var(--dark-color-rgb), 0.1),
              0 1px 3px rgba(var(--dark-color-rgb), 0.08);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 800px;
    position: relative;
    padding: 3.5rem;
    background: rgba(var(--white-color-rgb), 0.1);
    backdrop-filter: blur(10px);
}

.title_greetingl .story_infod p {
    margin-top: 2rem;
    position: relative;
    transform: translateX(0);
    padding-left: 1.5rem;
    font-weight: 400;
    color: rgba(var(--white-color-rgb), 0.85);
    font-size: clamp(1rem, 2vw, 17px);
    transition: transform 0.5s ease, border-left 0.3s ease;
    border-left: 2px solid rgba(var(--secondary-color-rgb), 0.6);
    line-height: 1.6;
}

.teaching_experienceZ .photo_frame_wrapj::after {
    position: absolute;
    height: 100%;
    left: 0;
    transition: opacity 0.6s ease;
    border-radius: 20px;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(190,163,193,0.5) 100%
    );
    opacity: 0.4;
}

.teaching_experienceZ .emp_detailsv:hover::before {
    transform: scale(1);
}

.teaching_experienceZ .name {
    display: inline-block;
    color: rgb(190,163,193);
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 30px;
}

.teaching_experienceZ .work_contentN {
    padding-left: 2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.7;
    border-left: 3px solid rgb(190,163,193,0.5);
    color: #000000;
    position: relative;
    font-size: 17px;
}

.meet_use h2 {
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
}

.meet_use .digital_educationg {
    border-radius: 23px;
    padding: 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.meet_use .digital_educationg:hover::before {
    opacity: 0.15;
    transform: scale(1.2);
}

.meet_use .digital_educationg h3::after {
    opacity: 0.3;
    position: absolute;
    width: 100%;
    background: currentColor;
    content: "";
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    bottom: -5px;
}

.meet_use .digital_educationg:nth-child(2)::after {
    background: linear-gradient(to bottom, rgb(153,117,151), rgb(190,163,193));
}

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

.help_centerZ .container {
    z-index: 1;
    position: relative;
}

.help_centerZ .talk_teamm h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 32px;
    color: rgb(190,163,193);
}

.help_centerZ .reach_contactW {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.help_centerZ .get_contactcardj:hover::before {
    opacity: 1;
}

.help_centerZ .get_contactcardj:hover svg {
    transform: scale(1.1);
}

.help_centerZ .get_contactcardj svg path {
    transition: all 0.3s ease;
}

.help_centerZ .talk_teamm p:last-of-type svg {
    position: absolute;
    stroke-width: 2;
    height: 20px;
    top: 4px;
    width: 20px;
    left: 0;
    fill: none;
    stroke: rgb(190,163,193);
}

.course_fit_forz h4 {
    padding-left: 35px;
    position: relative;
    margin-bottom: 70px;
    font-weight: 700;
    transform: translateZ(40px);
    max-width: 700px;
    color: #000000;
    font-size: 38px;
}

.course_fit_forz div > div {
    display: grid;
    grid-auto-rows: minmax(100px, auto);
    transform-style: preserve-3d;
    gap: 25px;
    grid-template-columns: repeat(12, 1fr);
}

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

.course_fit_forz p:hover::after {
    transform: scaleX(1);
}

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

.course_fit_forz p:nth-child(2) {
    animation-delay: 0.3s;
}

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

.course_fit_forz p:nth-child(4) {
    animation-delay: 0.7s;
}

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

.course_fit_forz p:nth-child(8) {
    animation-delay: 1.5s;
}



@media (max-width: 480px) {.contact_sectionU {
    padding: 40px 0;
}.contact_sectionU h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 25px;
}.contact_sectionU .photo_frame_wrapj {
    height: 200px;
}.contact_sectionU .feedback_messageB {
    padding: 25px 20px;
}.contact_sectionU form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
}.contact_sectionU form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.contact_sectionU .inquiry_linksV {
    margin-bottom: 20px;
}.contact_sectionU .inquiry_linksV label {
    padding-left: 30px;
    font-size: calc(16px * 0.9);
}.contact_sectionU .inquiry_linksV label::before {
    height: 18px;
    width: 18px;
}.contact_sectionU .inquiry_linksV input[type="checkbox"]:checked + label::after {
    height: 10px;
    top: 3px;
    width: 5px;
    left: 6px;
}.contact_sectionU .feedback_mapb {
    padding: 10px 12px;
}
}



@media (max-width: 768px) {.give_it_a_tryA {
    padding: 3rem 1.5rem;
}.give_it_a_tryA h6 {
    font-size: clamp(1rem, 4vw, 1.5rem);
    max-width: 100%;
}.give_it_a_tryA .feedback_mapb {
    padding: 0.875rem 1.5rem;
    min-width: 180px;
}
}



@media (prefers-reduced-motion: reduce) {.give_it_a_tryA::after,
    .give_it_a_tryA .feedback_mapb::before {
    transition: none;
    animation: none;
}.give_it_a_tryA .feedback_mapb,
    .give_it_a_tryA .feedback_mapb span,
    .give_it_a_tryA div span {
    transition-duration: 0.1s;
}}



@media (max-width: 480px) {.learning_profitsn {
    padding: 60px 0;
}.learning_profitsn .statement_holderE {
    padding: 25px;
}.learning_profitsn .statement_holderE h4 {
    font-size: calc(19px * 0.9);
}.learning_profitsn .statement_holderE li p span:first-child {
    width: 32px;
    height: 32px;
}.learning_profitsn svg {
    height: 14px;
    width: 14px;
}.learning_profitsn .photo_frame_wrapj {
    transform: translateZ(20px) rotate(-1deg);
}}



@media (max-width: 991px) {.pricing_packageN {
    padding: 80px 0;
}.pricing_packageN .learn_feesr {
    text-align: center;
    transform: translateX(0);
}.pricing_packageN .learn_feesr .program_rateR {
    margin: 0 auto;
}
}




@media screen and (max-width: 1200px) {.thanksGridY {
    padding: 100px 0 80px;
}.thanksGridY h2 {
    font-size: calc(33px - 2px);
}
}



@media screen and (max-width: 576px) {.thanksGridY {
    padding: 50px 0 40px;
}.thanksGridY h2 {
    font-size: calc(33px - 8px);
    margin-bottom: 25px;
}.thanksGridY .edu_commite {
    padding: 25px 20px;
}.thanksGridY li {
    padding-left: 22px;
}.thanksGridY li span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}.thanksGridY li::before {
    height: 7px;
    width: 7px;
    top: 10px;
}
}



@media screen and (max-width: 991px) {.customer_feedbackq {
    padding: 4rem 0;
}.customer_feedbackq .feedback_storiesP {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.customer_feedbackq h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}
}



@media (max-width: 767px) {header .header_baseO {
    padding-top: 1rem;
}header .head_classr {
    margin-bottom: 1rem;
}header .head_classr svg {
    height: 36px;
}header .site_primeb {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .nav_sitewrapM {
    margin: 0 0.2rem;
    font-size: calc(13px - 2px);
    padding: 0.4rem 1.2rem;
}header .nav_sitewrapM:first-child {
    margin-left: 1rem;
}header .nav_sitewrapM:last-child {
    margin-right: 1rem;
}header .nav_sitewrapM::after {
    width: 6px;
    right: 8px;
    height: 6px;
}}



@media (prefers-reduced-motion: reduce) {.newsletter_subscriptionZ .edu_commite,
    .newsletter_subscriptionZ h4,
    .newsletter_subscriptionZ h4::before,
    .newsletter_subscriptionZ .input_holder input[type="email"],
    .newsletter_subscriptionZ .input_holder .sub_setP,
    .newsletter_subscriptionZ .input_holder .sub_setP::before {
    animation: none;
    transition: none;
}.newsletter_subscriptionZ::before,
    .newsletter_subscriptionZ::after {
    animation: none;
}}



@media (max-width: 480px) {.title_greetingl .edu_smartw {
    min-height: 70vh;
}.title_greetingl .story_infod {
    padding: 1.25rem;
}
}



@media (max-width: 768px) {.meet_use {
    padding: 60px 0;
}.meet_use h2 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.meet_use .fast_studyg {
    gap: 30px;
}.meet_use .digital_educationg {
    padding: 25px;
}.meet_use .digital_educationg h3 {
    font-size: calc(20px * 0.9);
}
}



@media screen and (max-width: 991px) {.help_centerZ {
    padding: 70px 0;
}.help_centerZ .talk_teamm h2 {
    font-size: calc(32px * 0.95);
}.help_centerZ .get_contactcardj {
    width: 70px;
    height: 70px;
}
}



@media screen and (max-width: 480px) {.help_centerZ {
    padding: 50px 0;
}.help_centerZ .talk_teamm h2 {
    font-size: calc(32px * 0.85);
}.help_centerZ .talk_teamm p {
    font-size: calc(16px * 0.95);
}.help_centerZ .get_contactcardj {
    width: 65px;
    height: 65px;
}.help_centerZ .get_contactcardj svg {
    width: 24px;
    height: 24px;
}}

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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, 40px);
    }
    75% {
        transform: translate(30px, 10px);
    }
}



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



@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}




@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

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



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}



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

