.container {
    max-width: 100%;
    margin: auto;
    width: 1239px;
}

.top_sitewrapg {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

svg {
    height: 30px;
    width: 30px;
}

.layer-containerU {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}



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

.contact_sectionU h2::after {
    background: linear-gradient(90deg, transparent, rgb(190,163,193), transparent);
    bottom: -15px;
    left: 15%;
    width: 70%;
    height: 3px;
    position: absolute;
    content: "";
}

.contact_sectionU .query_blockP::before {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(190,163,193), rgb(153,117,151));
    height: 100%;
    position: absolute;
    width: 5px;
    left: 0;
}



.contact_sectionU .feedback_messageB {
    width: 55%;
    padding: 50px 40px;
    position: relative;
}

.contact_sectionU form {
    position: relative;
    z-index: 2;
}

.contact_sectionU form h3 {
    position: relative;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.contact_sectionU form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact_sectionU .inquiry_linksV {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact_sectionU .inquiry_linksV input[type="checkbox"]:checked + label::before {
    border-color: rgb(190,163,193);
    background: rgb(190,163,193);
}

.contact_sectionU .inquiry_linksV label a::after {
    height: 1px;
    transition: transform 0.3s ease;
    background: rgb(190,163,193);
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    content: "";
}

.contact_sectionU .feedback_mapb:active {
    transform: translateY(2px);
}

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

.contact_sectionU form input {
    background: rgb(229,216,230);
}

.learning_systemL::before {
    right: -100px;
    background: linear-gradient(45deg, rgb(190,163,193,0.5) 0%, rgb(153,117,151,0.5) 100%);
    animation: float 15s infinite ease-in-out;
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    content: "";
    top: -100px;
    opacity: 0.15;
    position: absolute;
    width: 300px;
    height: 300px;
}

.learning_systemL .edu_commite > div::before {
    left: -20px;
    border-radius: 50%;
    background: rgb(190,163,193);
    width: 40px;
    content: "";
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    height: 40px;
    top: 20px;
    opacity: 0.9;
    transform: scale(0);
}

.learning_systemL p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
    line-height: 1.7;
}

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

.course_summaryq .learn_trackl {
    display: grid;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    grid-template-columns: 1fr;
    opacity: 0;
    transform: translateY(20px);
    gap: 3rem;
}

.course_summaryq .photo_frame_wrapj::after {
    background: linear-gradient(135deg, rgb(153,117,151,0.5) 0%, transparent 70%);
    position: absolute;
    top: -10%;
    width: 120%;
    content: "";
    height: 120%;
    left: -10%;
    z-index: 2;
    animation: shimmer 8s infinite alternate ease-in-out;
    opacity: 0.5;
    mix-blend-mode: overlay;
}

.course_summaryq .description:first-of-type::first-letter {
    font-size: 1.8em;
    float: left;
    color: rgb(190,163,193);
    line-height: 0.8;
    font-weight: 700;
    padding-right: 0.1em;
}

.give_it_a_tryA .container {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    z-index: 2;
}

.give_it_a_tryA div div {
    justify-content: center;
    perspective: 1000px;
    display: flex;
}

.give_it_a_tryA .feedback_mapb::before {
    background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
    );
    transition: transform 0.7s ease;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    transform: translateX(-100%) skewX(-15deg);
}

.learning_profitsn::before {
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.07;
    width: 100%;
    left: 0;
    pointer-events: none;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(190,163,193,0.5) 49%, transparent 51%) 0 0 / 40px 40px,
        linear-gradient(-45deg, transparent 48%, rgb(153,117,151,0.5) 49%, transparent 51%) 0 0 / 60px 60px;
    z-index: 0;
}

.learning_profitsn .statement_holderE h4 {
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: calc(19px * 1.1);
    transform: translateZ(5px);
    font-weight: 700;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
}

.learning_profitsn .statement_holderE ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.learning_profitsn .statement_holderE li:hover {
    transform: translateZ(15px) translateX(5px);
}

.learning_profitsn .statement_holderE li:hover p span:first-child {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.15),
        -2px -2px 6px rgba(255, 255, 255, 1);
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.7));
}

.learning_profitsn .statement_holderE li:hover p span:last-child::after {
    width: 100%;
}

.learning_profitsn .photo_frame_wrapj {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    filter: saturate(0.95) contrast(1.05);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.15),
        -5px -5px 15px rgba(255, 255, 255, 0.8);
    position: relative;
    height: auto;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(40px) rotate(-1deg);
}

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

.pricing_packageN .pricing_offersE {
    gap: 60px;
    flex-direction: column;
    display: flex;
}

.pricing_packageN .learn_feesr:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.pricing_packageN .fee_schemesl {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
}

.pricing_packageN .fee_dealsA {
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: box-shadow 0.5s ease;
    position: relative;
    display: flex;
}

.pricing_packageN .offer_boxI h3 {
    font-size: calc(22px + 2px);
    position: relative;
    word-break: break-word;
    margin-bottom: 15px;
    font-weight: 600;
    transition: transform 0.4s ease, color 0.3s ease;
    color: #000000;
    transform: translateY(0);
    overflow-wrap: break-word;
}

.pricing_packageN .offer_boxI p {
    overflow-wrap: break-word;
    line-height: 1.7;
    white-space: normal;
    opacity: 0.85;
    word-break: break-word;
    color: #000000;
    flex-grow: 1;
    margin-top: 10px;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.thanksGridY::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(153,117,151,0.5) 49.5%, rgb(153,117,151,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(153,117,151,0.5) 49.5%, rgb(153,117,151,0.5) 50.5%, transparent 50.5%);
    top: 0;
    background-size: 60px 60px;
    height: 100%;
    pointer-events: none;
    content: "";
    left: 0;
}

.thanksGridY .edu_commite::after {
    opacity: 0;
    height: 300%;
    z-index: 0;
    width: 300%;
    pointer-events: none;
    transform: scale(0.8);
    transition: opacity 1.5s ease, transform 1.5s ease;
    content: "";
    top: -100%;
    position: absolute;
    left: -100%;
    background: radial-gradient(circle, rgb(190,163,193,0.5) 0%, transparent 70%);
}

#cookie_banneralertb {
    display: none;
}

#cookie_banneralertb:checked ~ .cookie_overlay_bannerb {
    opacity: 0;
    visibility: hidden;
}

.cookie_overlay_bannerb {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(190,163,193);
    position: fixed;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgb(153,117,151);
    bottom: 0;
}

.consent_boxA:hover {
    background-color: rgb(153,117,151);
    box-shadow: 0 0 10px rgb(153,117,151);
}

.cookie_button.cookie_confirmi:hover {
    box-shadow: 0 0 10px rgb(153,117,151);
}


.secure_enclosureN {
    height: auto;
    width: 100%;
    padding: 60px;
    color: #ffffff;
}

.secure_enclosureN h2 {
    margin-top: 0;
    border-bottom: 2px solid rgb(190,163,193);
    color: rgb(153,117,151);
    margin-bottom: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 37px;
}

.customer_feedbackq {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(153,117,151,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.customer_feedbackq h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.customer_feedbackq .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.customer_feedbackq .client_testimonialsC {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center bottom;
    z-index: 2;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 2rem;
}

.customer_feedbackq .client_testimonialsC h3::after {
    width: 0;
    content: "";
    background: rgb(153,117,151);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 2px;
}

.customer_feedbackq .client_testimonialsC img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    height: 100%;
}

.customer_feedbackq .client_testimonialsC:nth-child(even) {
    animation: floatAnimation 7s ease-in-out infinite 1s;
}

header .header_baseO {
    padding-top: 1.5rem;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
}

header .head_classr::before {
    bottom: -10px;
    position: absolute;
    width: 160%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(153,117,151,0.5) 20%,
        rgb(153,117,151) 50%,
        rgb(153,117,151,0.5) 80%,
        transparent 100%);
    content: "";
    left: -30%;
    height: 1px;
}

header .site_primeb::before {
    top: 0;
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(190,163,193,0.5);
}

header .nav_sitewrapM::after {
    width: 8px;
    background: rgb(153,117,151);
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgb(153,117,151);
    right: 12px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    height: 8px;
    content: "";
    position: absolute;
}

.footer_accountz .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footer_accountz .company_holder::before {
    background: rgb(190,163,193);
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
}

.footer_accountz .pitch_compq {
    line-height: 1.6;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.footer_accountz .site_primeb .main_tutory {
    flex-direction: column;
    gap: 12px;
    display: flex;
}

.footer_accountz .site_primeb .main_tutory a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}

.whatsapp_grpb {
    padding: 20px 0;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}



.whatsapp_grpb::before {
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    opacity: 0.2;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.newsletter_subscriptionZ::after {
    height: 200px;
    bottom: -50px;
    background: rgb(153,117,151);
    animation: morph 20s infinite alternate ease-in-out;
    width: 200px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    z-index: 1;
    left: -50px;
    content: "";
    opacity: 0.08;
}

.newsletter_subscriptionZ .edu_commite:hover h4::before {
    transform: scaleY(1);
}

.newsletter_subscriptionZ .edu_commite:hover h4 {
    transform: translateY(-5px);
}

.newsletter_subscriptionZ .input_holder {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
}

.newsletter_subscriptionZ .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.newsletter_subscriptionZ .input_holder .sub_setP {
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-size: 19px;
    z-index: 1;
    background: rgb(190,163,193);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
    color: #ffffff;
}

.title_greetingl .story_infod:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.title_greetingl .story_infod::before {
    right: 8px;
    left: -8px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
    transition: all 0.4s ease;
    z-index: -1;
    top: -8px;
    pointer-events: none;
    bottom: 8px;
    position: absolute;
    content: "";
}

.title_greetingl .story_infod h1::after {
    background: linear-gradient(90deg, rgb(190,163,193), transparent);
    position: absolute;
    content: "";
    height: 6px;
    width: 60%;
    bottom: -12px;
    left: 0;
}

.title_greetingl .story_infod:hover p {
    border-left: 2px solid rgba(var(--secondary-color-rgb), 1);
    transform: translateX(5px);
}

.teaching_experienceZ .client_testimonialsC {
    justify-content: space-between;
    z-index: 2;
    flex-direction: row;
    align-items: center;
    transform-style: preserve-3d;
    display: flex;
    gap: 0;
    position: relative;
}

.teaching_experienceZ .photo_frame_wrapj:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(1.2);
}



.teaching_experienceZ .photo_frame_wrapj:hover {
    animation: pulse 1.5s infinite;
}

.teaching_experienceZ .emp_detailsv:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}

.teaching_experienceZ .name::after {
    height: 3px;
    position: absolute;
    transition: width 0.4s ease-in-out;
    left: 0;
    background: rgb(153,117,151);
    bottom: -5px;
    width: 0;
    content: "";
}

.meet_use {
    background: linear-gradient(180deg, rgb(229,216,230) 0%, rgb(153,117,151,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.meet_use h2::after {
    border-radius: 10px;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    content: "";
    position: absolute;
}

.meet_use .digital_educationg::before {
    border-radius: 50%;
    opacity: 0.1;
    width: 200px;
    content: "";
    right: -100px;
    position: absolute;
    transition: all 0.5s ease;
    background: rgb(190,163,193,0.5);
    top: -100px;
    height: 200px;
}

.meet_use .digital_educationg:nth-child(2) h3 {
    color: rgb(153,117,151);
}

.meet_use .digital_educationg:hover h3::after {
    width: 70%;
}

.meet_use .digital_educationg::after {
    height: 0;
    background: linear-gradient(to bottom, rgb(190,163,193), rgb(153,117,151));
    position: absolute;
    left: 0;
    width: 5px;
    content: "";
    transition: height 0.4s ease;
    top: 0;
}

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

.help_centerZ .talk_teamm {
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 0;
}

.help_centerZ .talk_teamm p {
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
}

.help_centerZ .get_contactcardj:hover {
    transform: translateY(-5px);
    color: #ffffff;
}

.help_centerZ .get_contactcardj svg {
    transition: all 0.3s ease;
    fill: none;
    width: 28px;
    stroke: currentColor;
    stroke-width: 2;
    height: 28px;
}

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

.course_fit_forz .edu_commite {
    z-index: 2;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 0;
}

.course_fit_forz h4::after {
    height: 3px;
    border-radius: 10px;
    left: 30px;
    width: 120px;
    bottom: -15px;
    position: absolute;
    background: rgb(153,117,151);
    content: '';
}

.course_fit_forz p svg {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 20px;
}

.course_fit_forz p::after {
    width: 100%;
    left: 0;
    height: 4px;
    bottom: 0;
    content: '';
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(190,163,193), rgb(153,117,151));
    position: absolute;
    transition: transform 0.4s ease;
    transform-origin: left;
}

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

.course_fit_forz p:nth-child(6) {
    animation-delay: 1.1s;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 768px) {.contact_sectionU {
    padding: 50px 0;
}.contact_sectionU h2 {
    margin-bottom: 30px;
}.contact_sectionU .query_blockP {
    flex-direction: column;
}.contact_sectionU .photo_frame_wrapj {
    width: 100%;
    height: 250px;
}.contact_sectionU .feedback_messageB {
    width: 100%;
    padding: 30px 25px;
}.contact_sectionU form h3 {
    margin-bottom: 25px;
}.contact_sectionU form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_sectionU .inquiry_linksV {
    margin-bottom: 25px;
}.contact_sectionU .feedback_mapb {
    padding: 12px 15px;
}
}



@media (min-width: 768px) {.course_summaryq {
    padding: 8rem 0;
}.course_summaryq h2 {
    max-width: 80%;
    font-size: calc(34px * 1.2);
}.course_summaryq .learn_trackl {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_summaryq .photo_frame_wrapj {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg);
}.course_summaryq .photo_frame_wrapj:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_summaryq .statement_holderE {
    padding: 3rem;
}
}



@media (min-width: 1200px) {.give_it_a_tryA {
    padding: 5rem 2rem;
}.give_it_a_tryA h6 {
    max-width: 70%;
}.give_it_a_tryA .feedback_mapb {
    min-width: 220px;
    padding: 1.125rem 2.25rem;
}
}



@media (min-width: 992px) {.learning_profitsn {
    padding: 140px 0;
}.learning_profitsn .edu_commite {
    gap: 80px;
}.learning_profitsn .statement_holderE {
    padding: 60px;
}.learning_profitsn .statement_holderE h4 {
    font-size: calc(19px * 1.3);
    margin-bottom: 40px;
}.learning_profitsn .statement_holderE h4::after {
    width: 100px;
}.learning_profitsn .statement_holderE li {
    margin-bottom: 20px;
}.learning_profitsn .photo_frame_wrapj {
    transform: translateZ(50px) rotate(-2deg);
}.learning_profitsn .photo_frame_wrapj:hover {
    transform: translateZ(60px) rotate(0deg);
}
}



@media (max-width: 767px) {.pricing_packageN {
    padding: 60px 0;
}.pricing_packageN .fee_schemesl {
    grid-template-columns: 1fr;
}.pricing_packageN .offer_boxI {
    padding: 25px 20px;
}.pricing_packageN .skill_pricingT .photo_frame_wrapj {
    height: 180px;
}.pricing_packageN .learn_feesr h2 {
    font-size: calc(32px - 2px);
}
}



@media screen and (max-width: 992px) {.thanksGridY {
    padding: 80px 0 60px;
}.thanksGridY h2 {
    font-size: calc(33px - 4px);
}.thanksGridY .edu_commite {
    padding: 40px 30px;
}
}


@media only screen and (max-width: 1200px) {.cookie_overlay_bannerb {
    padding: 15px 0;
}.edu_cookieS {
    padding: 15px 5%;
}.track_cookiesb {
    display: none;
}.edu_cookieS {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_overlay_bannerb h5 {
    margin-bottom: 10px;
    font-size: 16px;
}.privacy_notifyg {
    margin-bottom: 15px;
}.consent_boxA {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 991px) {header .head_classr {
    margin-bottom: 1.5rem;
}header .head_classr svg {
    height: 42px;
}header .nav_sitewrapM {
    padding: 0.5rem 1.5rem;
    font-size: calc(13px - 1px);
}
}



@media (max-width: 992px) {.footer_accountz .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.footer_accountz {
    padding: 50px 0;
}.footer_accountz .site_primeb {
    flex: 0 0 100%;
}
}



@media screen and (min-width: 768px) {.newsletter_subscriptionZ {
    padding: 5rem 3rem;
}.newsletter_subscriptionZ .edu_commite {
    gap: 3rem;
    align-items: center;
    border-radius: 10px;
    padding: 3rem;
    flex-direction: row;
}.newsletter_subscriptionZ h4 {
    font-size: calc(24px * 1.1);
    padding-left: 2rem;
    flex: 1;
}.newsletter_subscriptionZ h4::before {
    width: 6px;
}.newsletter_subscriptionZ .input_holder {
    flex: 1;
    margin-left: 1rem;
}
}



@media (max-width: 576px) {.title_greetingl .story_infod {
    width: 90%;
    padding: 1.5rem;
}.title_greetingl .story_infod::before {
    display: none;
}.title_greetingl .story_infod h1::after {
    width: 50%;
    bottom: -8px;
    height: 4px;
}.title_greetingl .story_infod p {
    margin-top: 1.5rem;
}
}



@media (max-width: 992px) {.meet_use {
    padding: 80px 0;
}.meet_use .digital_educationg {
    padding: 30px;
}
}



@media (max-width: 576px) {.meet_use {
    padding: 50px 0;
}.meet_use h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}.meet_use h2::after {
    width: 60px;
    height: 3px;
}.meet_use .fast_studyg {
    gap: 25px;
}.meet_use .digital_educationg {
    padding: 20px;
}.meet_use .digital_educationg h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.85);
}.meet_use .digital_educationg p {
    font-size: calc(16px * 0.95);
}
}



@media screen and (max-width: 1200px) {.course_fit_forz p:nth-child(1) {
    grid-column: 1 / span 7;
}.course_fit_forz p:nth-child(2) {
    grid-column: 8 / span 5;
}.course_fit_forz p:nth-child(3) {
    grid-column: 2 / span 7;
}.course_fit_forz p:nth-child(4) {
    grid-column: 1 / span 5;
}.course_fit_forz p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}



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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



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



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



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(190,163,193,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

