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

.footer_accountz {
    flex: 0 0 auto;
}

.footer_accountz {
    position: relative;
    z-index: 2;
    padding: 70px 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.contact_sectionU::before {
    right: 0;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(190,163,193), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(153,117,151), 0.05) 0%, transparent 30%);
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.contact_sectionU .query_blockP {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(190,163,193), 0.05);
    display: flex;
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    transform: translateY(0);
}

.contact_sectionU .feedback_messageB::before {
    content: "";
    background: radial-gradient(circle, rgba(rgb(190,163,193), 0.05) 0%, transparent 70%);
    width: 200px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    right: -50px;
    height: 200px;
    top: -50px;
}

.contact_sectionU form input[type="text"]:focus {
    border-color: rgb(190,163,193);
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(190,163,193), 0.1);
}

.contact_sectionU .inquiry_linksV label {
    color: #000000;
    font-size: 16px;
    position: relative;
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
    padding-left: 35px;
}

.contact_sectionU .inquiry_linksV label a {
    position: relative;
    text-decoration: none;
    color: rgb(190,163,193);
    transition: all 0.3s ease;
}

.contact_sectionU .inquiry_linksV label a:hover::after {
    transform: scaleX(1);
    background: rgb(153,117,151);
}

.contact_sectionU .feedback_mapb:hover::before {
    opacity: 1;
}

.contact_sectionU svg {
    transition: fill 0.3s ease;
    fill: rgb(190,163,193);
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

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

.learning_systemL .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}

.learning_systemL .edu_commite {
    justify-content: center;
    perspective: 1000px;
    align-items: center;
    display: flex;
}

.learning_systemL .edu_commite > div:hover {
    transform: translateY(-5px) rotateX(2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
}

.learning_systemL h3 {
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: #000000;
    letter-spacing: -0.5px;
    padding-bottom: 0.75rem;
    font-size: calc(28px * 0.85);
}

.learning_systemL p span::before {
    height: 1px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -3px;
    background: linear-gradient(90deg, transparent, rgb(153,117,151,0.5), transparent);
}

.course_summaryq h2 {
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    text-align: left;
    margin-bottom: 3rem;
    transform: translateX(-20px);
    opacity: 0;
    color: #000000;
    position: relative;
    font-size: 34px;
}

.course_summaryq .photo_frame_wrapj::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}

.course_summaryq .description {
    font-size: 13px;
    transform: translateY(15px);
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
    position: relative;
}

.give_it_a_tryA::before {
    position: absolute;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.give_it_a_tryA div span {
    transform-style: preserve-3d;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.give_it_a_tryA .feedback_mapb span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}

.give_it_a_tryA .feedback_mapb:hover::before {
    transform: translateX(100%) skewX(-15deg);
}

.give_it_a_tryA .feedback_mapb:hover span {
    transform: translateX(5px);
}

.learning_profitsn {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 100px 0;
}

.learning_profitsn .statement_holderE {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 40px;
    flex: 1;
    transform: translateZ(20px);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.learning_profitsn .statement_holderE > div {
    gap: 10px;
    flex-direction: column;
    display: flex;
}

.learning_profitsn .statement_holderE li {
    transition: transform 0.3s ease;
    margin-bottom: 14px;
    transform: translateZ(10px);
}

.learning_profitsn svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}

.learning_profitsn li:hover svg {
    transform: scale(1.1);
}

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

.learning_profitsn .statement_holderE li p span:last-child::after {
    content: "";
    left: 0;
    height: 1px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    width: 0;
    background: rgb(190,163,193,0.5);
    position: absolute;
}

.learning_profitsn .photo_frame_wrapj:hover::before {
    opacity: 0.3;
}

.pricing_packageN {
    position: relative;
    padding: 120px 0;
    background: rgb(229,216,230);
    overflow: hidden;
}

.pricing_packageN::after {
    height: 500px;
    z-index: 0;
    bottom: -15%;
    background: linear-gradient(225deg, rgb(153,117,151,0.5), rgb(190,163,193,0.5));
    left: -10%;
    opacity: 0.1;
    width: 500px;
    filter: blur(100px);
    position: absolute;
    content: "";
}

.pricing_packageN .learn_feesr .program_rateR {
    transform: translateY(0);
    max-width: 700px;
    margin-left: 5px;
    transition: transform 0.4s ease;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
}

.pricing_packageN .skill_pricingT:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}

.pricing_packageN .fee_dealsA::before {
    transform: scaleX(0);
    transform-origin: left;
    right: 0;
    height: 5px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    position: absolute;
    top: 0;
}

.pricing_packageN .offer_boxI .annual_planf::after {
    width: 50px;
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    background: rgb(153,117,151,0.5);
    bottom: -10px;
}

.pricing_packageN .skill_pricingT .photo_frame_wrapj {
    width: 100%;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 220px;
}

.thanksGridY {
    background: linear-gradient(135deg, rgb(229,216,230) 0%, rgb(190,163,193,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}

.thanksGridY h2 {
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 700;
    transform: translateZ(30px);
    font-size: 33px;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    position: relative;
    opacity: 0;
}

.thanksGridY .edu_commite::before {
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(190,163,193,0.5) 0%, transparent 80%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.07;
}

.thanksGridY li {
    z-index: 2;
    position: relative;
    padding-left: 30px;
}

.thanksGridY li span {
    transform: translateY(20px);
    line-height: 1.8;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
}

.cookie_overlay_bannerb h5 {
    margin: 0;
    color: rgb(190,163,193);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.track_cookiesb svg {
    fill: rgb(190,163,193);
    height: 60px;
    width: 60px;
}

.cookie_button.cookie_confirmi {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(153,117,151);
}

.cookie_overlay_bannerb p a:hover {
    color: rgb(153,117,151);
}

.secure_enclosureN h1 {
    text-align: center;
    padding-bottom: 15px;
    color: rgb(190,163,193);
    font-weight: 700;
    grid-column: span 2;
    margin-bottom: 40px;
    font-size: 46px;
    border-bottom: 3px solid rgb(153,117,151);
}

.secure_enclosureN p, .secure_enclosureN span, .secure_enclosureN div {
    margin-bottom: 20px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

.customer_feedbackq h2 {
    z-index: 2;
    text-align: center;
    transition: transform 0.5s ease-out;
    font-size: 29px;
    margin-bottom: 3.5rem;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    position: relative;
    color: #ffffff;
    font-weight: 700;
    transform: perspective(1000px) rotateX(5deg);
}

.customer_feedbackq .client_testimonialsC::before {
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0.1;
    transition: opacity 0.3s ease;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(190,163,193,0.5) 50%, transparent 50.5%);
    position: absolute;
    left: 0;
    width: 100%;
}

.customer_feedbackq .client_testimonialsC:hover h3::after {
    width: 100%;
}

.customer_feedbackq .client_testimonialsC div {
    height: 60px;
    width: 60px;
    border: 2px solid rgb(190,163,193,0.5);
    transform: rotate(-5deg);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}

header .container {
    align-items: center;
    flex-direction: column;
    padding: 0;
    position: relative;
    display: flex;
}

header .head_classr {
    justify-content: center;
    position: relative;
    padding: 0.5rem 2rem;
    text-decoration: none;
    margin-bottom: 2rem;
    z-index: 3;
    display: flex;
}

header .head_classr svg {
    height: 48px;
    filter: drop-shadow(0 0 8px rgb(190,163,193,0.5));
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: auto;
}

header .nav_sitewrapM {
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 400;
    border: 1px solid rgb(190,163,193,0.5);
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.8rem;
    font-size: 13px;
    position: relative;
    color: #ffffff;
}

footer::before {
    z-index: 1;
    top: 0;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgb(190,163,193) 150%);
    opacity: 0.92;
}

.footer_accountz .company_holder h3::after {
    content: '';
    width: 60px;
    bottom: -8px;
    position: absolute;
    background: rgb(153,117,151);
    left: 0;
    height: 3px;
}

.footer_accountz .site_primeb h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 15px;
    border-left: 3px solid rgb(190,163,193);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 22px;
}

.footer_accountz .site_primeb .main_tutory a:hover::before {
    width: 100%;
}

.whatsapp_grpb .webinar_ctai {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
}

.newsletter_subscriptionZ::before {
    opacity: 0.1;
    transform: rotate(45deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    content: "";
    right: -100px;
    background: rgb(190,163,193);
    animation: float 15s infinite ease-in-out;
    height: 300px;
    position: absolute;
    width: 300px;
    top: -100px;
}

.newsletter_subscriptionZ h4 {
    color: #000000;
    position: relative;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: Arial, sans-serif;
    transform: translateY(0);
    margin: 0;
    line-height: 1.4;
    padding-left: 1.5rem;
    font-size: 24px;
}

.newsletter_subscriptionZ .input_holder span {
    position: relative;
    min-width: 200px;
    flex: 1;
}

.newsletter_subscriptionZ .input_holder input[type="email"]:focus {
    border-color: rgb(190,163,193);
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb), 0.15);
    transform: translateY(-2px);
}

.newsletter_subscriptionZ .input_holder .sub_setP:hover {
    background: rgb(190,163,193);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(-3px);
}

.title_greetingl {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.title_greetingl .edu_smartw::before {
    backdrop-filter: blur(3px);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85), 
    rgba(var(--secondary-color-rgb), 0.75));
    z-index: -1;
    left: 0;
}

.title_greetingl .story_infod:hover::before {
    left: -12px;
    top: -12px;
    bottom: 12px;
    border-color: rgba(var(--primary-color-rgb), 0.5);
    right: 12px;
}

.title_greetingl .story_infod h1 {
    display: inline-block;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 48px);
}

.teaching_experienceZ {
    padding: 5rem 2rem;
    perspective: 1000px;
    position: relative;
    background: rgb(229,216,230);
    overflow: hidden;
}

.teaching_experienceZ .photo_frame_wrapj {
    width: 40%;
    height: 400px;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: saturate(0.8);
    transform: rotateY(10deg) translateZ(50px);
    position: relative;
}

.teaching_experienceZ .photo_frame_wrapj:hover::after {
    opacity: 0;
}

.teaching_experienceZ .emp_detailsv::before {
    height: 200%;
    width: 200%;
    content: "";
    opacity: 0.1;
    left: -50%;
    transition: transform 0.8s ease;
    transform: scale(0);
    position: absolute;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(153,117,151,0.5) 0%,
        transparent 70%
    );
}

.teaching_experienceZ .emp_detailsv > div:nth-child(2) {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: rgb(153,117,151);
    opacity: 0.9;
    margin-bottom: 2rem;
}

.meet_use::before {
    background-size: 80px 140px;
    height: 100%;
    opacity: 0.1;
    content: "";
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(30deg, rgb(190,163,193,0.5) 12%, transparent 12.5%, transparent 87%, rgb(190,163,193,0.5) 87.5%, rgb(190,163,193,0.5)),
        linear-gradient(150deg, rgb(190,163,193,0.5) 12%, transparent 12.5%, transparent 87%, rgb(190,163,193,0.5) 87.5%, rgb(190,163,193,0.5)),
        linear-gradient(30deg, rgb(190,163,193,0.5) 12%, transparent 12.5%, transparent 87%, rgb(190,163,193,0.5) 87.5%, rgb(190,163,193,0.5)),
        linear-gradient(150deg, rgb(190,163,193,0.5) 12%, transparent 12.5%, transparent 87%, rgb(190,163,193,0.5) 87.5%, rgb(190,163,193,0.5)),
        linear-gradient(60deg, rgb(153,117,151,0.5) 25%, transparent 25.5%, transparent 75%, rgb(153,117,151,0.5) 75%, rgb(153,117,151,0.5)),
        linear-gradient(60deg, rgb(153,117,151,0.5) 25%, transparent 25.5%, transparent 75%, rgb(153,117,151,0.5) 75%, rgb(153,117,151,0.5));
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    left: 0;
}

.help_centerZ .talk_teamm h2::after {
    height: 3px;
    position: absolute;
    width: 50px;
    background: rgb(153,117,151);
    bottom: -10px;
    left: 0;
    content: '';
}

.help_centerZ .get_contactcardj {
    align-items: center;
    transition: all 0.4s ease;
    height: 80px;
    display: flex;
    justify-content: center;
    z-index: 1;
    color: rgb(190,163,193);
    width: 80px;
    background: #ffffff;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}



.course_fit_forz .container {
    z-index: 3;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.course_fit_forz h4::before {
    width: 8px;
    content: '';
    height: calc(100% - 20px);
    border-radius: 10px;
    position: absolute;
    top: 15px;
    background: rgb(190,163,193);
    left: 0;
}

.course_fit_forz p {
    border-radius: 28px;
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin: 0;
    color: #000000;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    display: flex;
    font-size: 14px;
}



.course_fit_forz p {
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}

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

.course_fit_forz p:nth-child(5) {
    animation-delay: 0.9s;
}

header .site_primeb::-webkit-scrollbar {
    display: none;
}


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



@media (prefers-reduced-motion: reduce) {.contact_sectionU::after,
    .contact_sectionU .photo_frame_wrapj::before {
    animation: none;
}.contact_sectionU .query_blockP:hover {
    transform: none;
}}



@media (max-width: 768px) {.learning_systemL {
    padding: 4rem 0;
}.learning_systemL .edu_commite > div {
    border-left-width: 3px;
    padding: 2rem;
}.learning_systemL h3 {
    margin-bottom: 1.25rem;
    padding-bottom: 0.65rem;
    font-size: calc(28px * 0.7);
}.learning_systemL h3::after {
    width: 50px;
    height: 2px;
}.learning_systemL p {
    font-size: calc(12px * 0.95);
}
}



@media (min-width: 992px) {.course_summaryq {
    padding: 10rem 0;
}.course_summaryq h2 {
    max-width: 70%;
    font-size: calc(34px * 1.4);
}.course_summaryq .learn_trackl {
    gap: 6rem;
}.course_summaryq .photo_frame_wrapj {
    height: 600px;
}.course_summaryq .description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 480px) {.give_it_a_tryA {
    padding: 2.5rem 1rem;
}.give_it_a_tryA .container {
    gap: 1.5rem;
}.give_it_a_tryA h6 {
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
    line-height: 1.5;
}.give_it_a_tryA .feedback_mapb {
    padding: 0.75rem 1.25rem;
    min-width: 160px;
}.give_it_a_tryA::after {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 767px) {.learning_profitsn {
    padding: 80px 0;
}.learning_profitsn .statement_holderE {
    padding: 30px;
}.learning_profitsn .statement_holderE h4 {
    font-size: 19px;
    margin-bottom: 25px;
}.learning_profitsn .statement_holderE li p {
    gap: 10px;
}.learning_profitsn .statement_holderE li p span:first-child {
    width: 36px;
    height: 36px;
}.learning_profitsn svg {
    height: 16px;
    width: 16px;
}.learning_profitsn .photo_frame_wrapj {
    transform: translateZ(30px) rotate(-1deg);
}
}



@media (min-width: 1200px) {.pricing_packageN .fee_schemesl {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_packageN .learn_feesr h2 {
    font-size: calc(32px + 5px);
}
}



@media (max-width: 480px) {.pricing_packageN {
    padding: 50px 0;
}.pricing_packageN .offer_boxI h3 {
    font-size: 22px;
}.pricing_packageN .offer_boxI .annual_planf {
    font-size: calc(22px + 2px);
}.pricing_packageN .offer_boxI p {
    font-size: calc(18px - 1px);
}}



@media (hover: none) {.thanksGridY .edu_commite:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.thanksGridY .edu_commite:hover::after {
    opacity: 0;
}}



@media only screen and (max-width: 800px) {.secure_enclosureN {
    grid-template-columns: 1fr;
    padding: 30px 15px;
}.secure_enclosureN h1 {
    font-size: calc(23px - 10px);
}.secure_enclosureN h2 {
    font-size: calc(23px - 8px);
}.secure_enclosureN li {
    font-size: calc(12px - 2px);
    padding: 8px 15px;
}}



@media screen and (max-width: 480px) {.customer_feedbackq {
    padding: 2.5rem 0;
}.customer_feedbackq h2 {
    transform: none;
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.customer_feedbackq .client_testimonialsC {
    padding: 1.25rem;
}.customer_feedbackq .client_testimonialsC .description {
    font-size: calc(16px * 0.95);
    margin-bottom: 1rem;
}.customer_feedbackq .client_testimonialsC h3 {
    font-size: 24px;
}}



@media screen and (max-width: 767px) {.newsletter_subscriptionZ {
    padding: 3rem 1.5rem;
}.newsletter_subscriptionZ .edu_commite {
    padding: 1.5rem;
}.newsletter_subscriptionZ h4 {
    text-align: center;
    font-size: calc(24px * 0.9);
    padding-left: 0;
    padding-bottom: 1.5rem;
}.newsletter_subscriptionZ h4::before {
    height: 4px;
    left: 50%;
    top: auto;
    width: 50px;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
}.newsletter_subscriptionZ .edu_commite:hover h4::before {
    transform: translateX(-50%) scaleX(1);
}.newsletter_subscriptionZ .input_holder {
    flex-direction: column;
}.newsletter_subscriptionZ .input_holder span {
    width: 100%;
}
}



@media (prefers-reduced-motion: reduce) {.title_greetingl .story_infod {
    transform: none;
    transition: box-shadow 0.3s ease;
}.title_greetingl .story_infod:hover {
    transform: none;
}.title_greetingl .story_infod::before {
    transition: none;
}.title_greetingl .story_infod:hover p {
    transform: none;
}}



@media (prefers-reduced-motion: reduce) {.meet_use::before {
    animation: none;
}.meet_use .digital_educationg,
    .meet_use .digital_educationg::after,
    .meet_use .digital_educationg::before,
    .meet_use .digital_educationg h3::after {
    transition: none;
}.meet_use .digital_educationg:first-child,
    .meet_use .digital_educationg:last-child {
    transform: none;
    opacity: 1;
    animation: none;
}.meet_use .digital_educationg:hover {
    transform: none;
}}



@media screen and (max-width: 768px) {.course_fit_forz {
    padding: 80px 0 70px;
}.course_fit_forz h4 {
    padding-left: 25px;
    margin-bottom: 50px;
    font-size: calc(38px * 0.7);
}.course_fit_forz h4::before {
    width: 6px;
}.course_fit_forz div > div {
    gap: 15px;
    grid-template-columns: 1fr;
}.course_fit_forz p {
    padding: 20px;
    grid-row: auto !important;
    grid-column: 1 !important;
}.course_fit_forz p svg {
    margin-right: 15px;
    width: 25px;
    height: 25px;
}
}



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



@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}




@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}



@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}



@keyframes morph {
    0%, 100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    75% {
        border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
    }
}

@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

