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

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

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

.Wintern_ship {
    flex: 0 0 auto;
}

.Wintern_ship {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    padding: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    width: 100%;
    background: rgb(234,239,238);
}

.Hnewsletter_signup::before {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    z-index: 2;
    position: absolute;
    height: 80px;
    width: 100%;
    left: 0;
    content: "";
    background: rgb(234,239,238);
    top: -80px;
}

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

.Hnewsletter_signup .nlearning_corner::before {
    transform: rotateY(30deg) translateZ(-50px);
    content: "";
    height: 100%;
    left: -20%;
    top: 15%;
    width: 70%;
    opacity: 0.1;
    animation: floatLayer 8s ease-in-out infinite alternate;
    z-index: -1;
    filter: blur(20px);
    background: rgb(198,212,209);
    position: absolute;
    border-radius: 28px;
}

.Hnewsletter_signup p {
    margin-bottom: 3rem;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
    transform: translateZ(50px);
    line-height: 1.4;
}

.Hnewsletter_signup p::after {
    content: "";
    position: absolute;
    opacity: 0.5;
    width: 60px;
    height: 60px;
    right: -10px;
    background: rgb(161,179,174,0.5);
    border-radius: 50%;
    bottom: -30px;
    filter: blur(20px);
    z-index: -1;
}

.Hnewsletter_signup .input_holder::before {
    left: -10px;
    right: -10px;
    content: "";
    bottom: -10px;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateZ(-10px);
    position: absolute;
    z-index: -1;
    background: #ffffff;
    top: -10px;
}

.Hnewsletter_signup .Qstart_classes:focus {
    border-color: rgb(198,212,209);
    box-shadow: 0 10px 20px rgb(198,212,209,0.5);
    transform: perspective(500px) rotateX(0);
}

.Hnewsletter_signup .Qquery_query:hover {
    transform: perspective(500px) rotateX(0);
    box-shadow: 0 15px 25px rgb(161,179,174,0.5);
    background: rgb(161,179,174);
}

.Hnewsletter_signup .Qquery_query::before {
    position: absolute;
    opacity: 0;
    width: 200%;
    left: -50%;
    height: 200%;
    top: -50%;
    content: "";
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    transform: scale(0.5);
}

.yprivacy_armory {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(234,239,238), rgba(248, 249, 250, 0.97));
    padding: 6rem 2rem;
}

.yprivacy_armory::after {
    position: absolute;
    height: 100%;
    z-index: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(161,179,174,0.5) 100%);
    content: "";
    opacity: 0.03;
    pointer-events: none;
    width: 40%;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    top: 0;
}

.yprivacy_armory .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}

.yprivacy_armory h1::after {
    content: "";
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    width: 6rem;
    left: 0;
    background: linear-gradient(90deg, rgb(198,212,209), rgb(198,212,209,0.5));
    transition: width 0.4s ease;
    height: 4px;
}

.yprivacy_armory h2:hover {
    color: rgb(198,212,209);
    padding-left: 1.5rem;
}

.yprivacy_armory h3 {
    font-weight: 600;
    font-size: calc(23px + 0.1rem);
    padding-left: 0.8rem;
    color: #000000;
    border-left: 1px solid rgb(198,212,209,0.5);
    margin: 2.5rem 0 1rem;
}

.yprivacy_armory p {
    position: relative;
    font-size: 13px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    transition: transform 0.3s ease;
}

.yprivacy_armory strong {
    position: relative;
    font-weight: 600;
    color: #000000;
}

.yprivacy_armory strong:hover::after {
    transform: scaleX(1);
}

.yprivacy_armory ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}

.yprivacy_armory li {
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    font-size: 13px;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
}

.yprivacy_armory li:hover {
    padding-left: 1.8rem;
}

.yprivacy_armory li:hover::before {
    background-color: rgb(198,212,209,0.5);
    transform: rotate(135deg);
}

.jgratitudeWeb {
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgb(161,179,174,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}

.jgratitudeWeb::before {
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(198,212,209,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    height: 100%;
    top: 0;
}

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

.jgratitudeWeb .nlearning_corner > div:first-child {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.jgratitudeWeb .nlearning_corner > div:first-child::before {
    top: 50%;
    content: "";
    transform: translateY(-50%);
    width: 0.5rem;
    height: 50%;
    left: -2rem;
    background: rgb(198,212,209);
    position: absolute;
}

.jgratitudeWeb .nlearning_corner > div:last-child::after {
    transform-origin: left;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    content: "";
    bottom: 0;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, rgb(198,212,209), rgb(161,179,174));
    height: 4px;
    left: 0;
}

.jgratitudeWeb p {
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}

.jgratitudeWeb a:hover p {
    color: rgb(198,212,209);
}

.jgratitudeWeb a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(198,212,209,0.5);
}

.Wgreeting_page .dstart_home {
    display: flex;
    width: 100%;
    position: absolute;
    height: 100%;
    align-items: center;
    left: 0;
    justify-content: center;
    top: 0;
}

.Wgreeting_page .llearn_academy {
    gap: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    display: flex;
    transition: transform 0.5s ease-out;
    width: 90%;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    z-index: 2;
    backdrop-filter: blur(10px);
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 3rem;
}

.Wgreeting_page .llearn_academy > div:nth-child(3) {
    transform: translateZ(15px);
    align-self: flex-end;
    margin-right: 2rem;
}

.Wgreeting_page .title_style_header {
    font-weight: 700;
    position: relative;
    background: linear-gradient(to right, #ffffff 0%, rgb(161,179,174) 100%);
    transform: translateY(20px);
    -webkit-text-fill-color: transparent;
    padding: 1rem 0;
    font-family: Arial, sans-serif;
    opacity: 0;
    text-align: center;
    color: #ffffff;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin: 0;
    font-size: 48px;
    background-clip: text !important;
    animation: fadeUp 0.8s 0.6s forwards;
}

.Wgreeting_page h3 {
    margin: 0;
    transform: translateX(20px);
    color: #ffffff;
    font-size: calc(24px * 0.9);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(161,179,174,0.5) 100%);
    text-align: right;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    font-weight: 300;
    opacity: 0;
    line-height: 1.6;
    border-right: 3px solid rgb(161,179,174);
    animation: slideIn 0.8s 0.9s forwards;
}

.mprogram_structure::before {
    height: 100%;
    animation: backgroundShift 15s infinite alternate;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(198,212,209,0.5) 0%, transparent 50%, rgb(161,179,174,0.5) 100%);
    left: 0;
    content: "";
    opacity: 0.7;
    z-index: 1;
    top: 0;
}

.mprogram_structure::after {
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(198,212,209,0.5) 0%, transparent 70%);
    z-index: 2;
    left: 0;
    content: "";
    animation: pulse 8s infinite alternate;
    position: absolute;
}

.mprogram_structure .Mannouncement_box {
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    padding: 35px;
    animation: floatPanel 8s ease-in-out infinite;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    flex-direction: column;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.mprogram_structure .Mannouncement_box .description {
    margin-bottom: 25px;
    z-index: 2;
    transform: translateZ(0);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    border-left: 3px solid rgb(198,212,209,0.5);
    backdrop-filter: blur(4px);
    line-height: 1.9;
    font-weight: 400;
    position: relative;
    padding: 18px;
    color: #000000;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    text-align: justify;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
}

.mprogram_structure .Mannouncement_box .description:first-of-type {
    border-left-color: rgb(198,212,209);
}

.mprogram_structure .Mannouncement_box .description::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    width: 100%;
    z-index: -1;
    left: 0;
    border-radius: 10px;
    height: 100%;
    top: 0;
}

.mprogram_structure .qimg_card_item:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(198,212,209,0.5);
}

.pfind_contact {
    overflow: hidden;
    background: rgb(161,179,174);
    padding: 70px 0;
    z-index: 1;
    position: relative;
}

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

.pfind_contact::before {
    animation: backgroundGlow 5s ease-in-out infinite alternate;
}

.pfind_contact .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.pfind_contact .Xedu_form::before {
    animation: sweep 3s linear infinite;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    background: linear-gradient(45deg, 
    transparent 0%, 
    transparent 40%, 
    rgb(198,212,209,0.5) 45%, 
    transparent 50%,
    transparent 100%
  );
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
}

.pfind_contact h2::after {
    position: absolute;
    content: "</>";
    opacity: 0.7;
    font-size: 14px;
    right: 0;
    top: 0;
    color: rgb(198,212,209);
}

.pfind_contact p {
    line-height: 1.7;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
}

.pfind_contact .ireach_out {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgb(198,212,209);
    overflow: hidden;
    align-items: center;
    color: #ffffff;
    display: flex;
    position: relative;
    font-size: calc(16px * 0.95);
    text-decoration: none;
    clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    0 100%
  );
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.pfind_contact .ireach_out svg {
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
    margin-right: 12px;
}

.pfind_contact .ireach_out svg path {
    fill: rgb(198,212,209);
    transition: fill 0.3s ease;
}

.pfind_contact p svg path {
    fill: rgb(198,212,209);
}

.pfind_contact p:nth-last-child(2) {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    border-left: 3px solid rgb(198,212,209);
}



.pfind_contact .Xedu_form::after {
    height: 30px;
    right: 5px;
    position: absolute;
    border-bottom: 2px solid rgb(198,212,209);
    content: "";
    border-right: 2px solid rgb(198,212,209);
    bottom: 5px;
    width: 30px;
}



.pfind_contact h2::before {
    top: 0;
    position: absolute;
    color: rgb(198,212,209);
    content: attr(data-text);
    opacity: 0.5;
    left: 20px;
    z-index: -1;
    animation: glitch 0.5s ease-in-out infinite alternate;
}

.hpricing_package::after {
    top: -50%;
    z-index: -1;
    content: "";
    left: -50%;
    animation: rotateBackground 180s linear infinite;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    height: 200%;
    width: 200%;
}

.hpricing_package h2::after {
    background: linear-gradient(90deg, transparent, rgb(198,212,209), transparent);
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    height: 3px;
    position: absolute;
}

.hpricing_package .rvalue_deals {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    perspective: 1000px;
    gap: 30px;
}

.hpricing_package .rvalue_deals li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}

.hpricing_package .omonthly_plan {
    backdrop-filter: blur(8px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    overflow: hidden;
    position: relative;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hpricing_package .Oplan_fees {
    z-index: 2;
    transform: translateZ(20px);
    position: relative;
}

.hpricing_package .Wprogram_price h4::after {
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(198,212,209);
    bottom: -8px;
}

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

.hpricing_package .Wprogram_price:hover .omonthly_plan {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}

.hpricing_package .Wprogram_price:hover .omonthly_plan::after {
    transform: scaleX(1);
}

.hpricing_package .Wprogram_price:hover .xstudy_fees::before {
    transform: scaleX(1);
}

.Creach_out::before {
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(198,212,209,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(198,212,209,0.5) 11px
    );
}

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

.Creach_out h2::after {
    background: linear-gradient(to right, transparent, rgb(198,212,209), transparent);
    width: 80px;
    height: 3px;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
}

.Creach_out .Umessage_reach::before {
    background: linear-gradient(to bottom right, rgb(198,212,209,0.5), transparent);
    position: absolute;
    pointer-events: none;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.03;
}

.Creach_out .qimg_card_item::after {
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}

.Creach_out .Afeedback_map::after {
    border-bottom: 2px solid rgb(198,212,209,0.5);
    content: "";
    bottom: 20px;
    border-left: 2px solid rgb(198,212,209,0.5);
    opacity: 0.7;
    position: absolute;
    height: 50px;
    width: 50px;
    left: 20px;
}

.Creach_out form h3::before {
    width: 5px;
    top: 50%;
    height: 25px;
    position: absolute;
    background: rgb(198,212,209);
    left: 0;
    border-radius: 10px;
    content: "";
    transform: translateY(-50%);
}

.Creach_out form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(198,212,209), 0.2);
    border-color: rgb(198,212,209);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
}

.Creach_out form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.Creach_out .Nquery_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.Creach_out .Nquery_inquiry label::before {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    left: 0;
    top: 2px;
    content: "";
    width: 22px;
    border-radius: 10px;
    position: absolute;
}

.Creach_out .Nquery_inquiry input[type="checkbox"]:checked + label::after {
    height: 4px;
    position: absolute;
    transform: rotate(-45deg);
    width: 8px;
    border-left: 2px solid #ffffff;
    top: 11px;
    border-bottom: 2px solid #ffffff;
    left: 7px;
    content: "";
}

.Creach_out form .Qquery_query::before {
    transition: all 0.4s ease;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(161,179,174), rgb(198,212,209));
    position: absolute;
    left: -100%;
    z-index: -1;
    top: 0;
    width: 100%;
}

.Creach_out form .Qquery_query:hover::before {
    left: 0;
}

.Creach_out form .Qquery_query:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.Creach_out svg path {
    transition: fill 0.3s ease;
}

.Yteaching_process::before {
    content: "";
    width: 100%;
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.7;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(161,179,174,0.5) 0%, transparent 60%);
}

.Yteaching_process .nlearning_corner {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 2.5rem;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    max-width: 1200px;
}

.Yteaching_process h2::after {
    width: 80px;
    content: "";
    background: linear-gradient(to right, rgb(198,212,209), rgb(161,179,174));
    height: 4px;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    bottom: -10px;
    position: absolute;
    transition: transform 0.3s ease-out;
}

.Yteaching_process .Mannouncement_box:hover {
    transform: translateZ(15px) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
}

.Yteaching_process p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    letter-spacing: 0.01em;
}

.Aacademic_expertise {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(234,239,238), rgb(198,212,209,0.5));
    overflow: hidden;
}

.Aacademic_expertise .nreview_views {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    background: #ffffff;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    overflow: hidden;
    z-index: 2;
    border-radius: 22px;
    position: relative;
    display: flex;
    padding: 0;
}

.Aacademic_expertise .qimg_card_item::after {
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(198,212,209,0.5), transparent);
    opacity: 0.5;
    top: 0;
    height: 100%;
    position: absolute;
}

.Aacademic_expertise .name::after {
    content: "";
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 50%;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(198,212,209);
}

.Aacademic_expertise .cemployee_summary {
    position: relative;
    color: #000000;
    line-height: 1.6;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

.Aacademic_expertise .nreview_views:hover .qimg_card_item {
    transform: scale(1.03);
}

header::before {
    width: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.4;
    background: linear-gradient(to right, 
        rgb(198,212,209,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(161,179,174,0.5) 100%);
    height: 100%;
    top: 0;
}

header .kmain_teach {
    position: relative;
    grid-area: logo;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
}

header .kmain_teach svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}

header .kmain_teach:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .hhead_pro {
    font-family: Arial, sans-serif;
    color: #000000;
    background: #ffffff;
    padding: 0.4rem 0.8rem;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 19px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    position: relative;
    border-radius: 10px;
}

.ccourse_benefits {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #f7f8fa;
}

.ccourse_benefits::after {
    position: absolute;
    z-index: 0;
    right: -200px;
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    top: -200px;
    filter: blur(40px);
    background: linear-gradient(to right, rgba(rgb(198,212,209,0.5), 0.05), rgba(rgb(161,179,174,0.5), 0.08));
}

.ccourse_benefits .nlearning_corner {
    gap: 40px;
    flex-direction: column-reverse;
    display: flex;
    padding: 30px;
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
}

.ccourse_benefits h4::after {
    background: linear-gradient(90deg, rgb(198,212,209), rgb(161,179,174));
    box-shadow: 0 2px 4px rgba(rgb(198,212,209,0.5), 0.3);
    height: 4px;
    width: 60px;
    left: 0;
    bottom: -10px;
    border-radius: 2px;
    content: "";
    position: absolute;
}

.ccourse_benefits li {
    animation-delay: calc(0.2s + var(--li-index, 0) * 0.1s);
    opacity: 0;
    margin-bottom: 16px;
    animation: fadeSlideUp 0.8s forwards;
    position: relative;
    transform: translateY(15px);
}

.ccourse_benefits li p {
    background: linear-gradient(145deg, #f5f9ff, #ffffff);
    border-radius: 12px;
    gap: 16px;
    display: flex;
    padding: 16px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.03),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    align-items: flex-start;
    transition: all 0.3s ease;
}

.ccourse_benefits li p:hover span:first-child {
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.06),
        -5px -5px 10px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
    transform: rotate(10deg);
}

.ccourse_benefits li p span:last-child {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
}

.ccourse_benefits li p:hover svg {
    transform: scale(0.95) rotate(5deg);
}

.ccourse_benefits li p:hover svg path {
    fill: rgb(161,179,174);
}

.ccourse_benefits .nlearning_corner:hover .qimg_card_item {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

#jprivacyBannerPopup {
    display: none;
}

#jprivacyBannerPopup:checked ~ .Lcookie_overlay_dialog {
    opacity: 0;
    visibility: hidden;
}

.Lcookie_overlay_dialog {
    background: rgb(161,179,174);
    position: fixed;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(198,212,209);
    bottom: 0;
    font-family: Arial, sans-serif;
    z-index: 90;
}

.Lcookie_overlay_dialog h5 {
    font-size: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: rgb(198,212,209);
}

.aprivacy_learn {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    background: rgb(198,212,209,0.5);
    padding: 10px;
    align-items: center;
    border-radius: 30px;
    flex-shrink: 0;
}

.vdata_agree:hover {
    background-color: rgb(161,179,174);
    box-shadow: 0 0 10px rgb(161,179,174);
}

.cookie_button.Ncookie_confirm {
    color: #ffffff;
    border: 2px solid rgb(161,179,174);
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.Ncookie_confirm:hover {
    box-shadow: 0 0 10px rgb(161,179,174);
}

.Lcookie_overlay_dialog p a {
    text-decoration: none;
    border-bottom: 1px dashed rgb(198,212,209);
    transition: color 0.3s ease;
    color: rgb(198,212,209);
}

.Habout_this::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(198,212,209,0.5) 70%);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}

.Habout_this .Mannouncement_box:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.Habout_this .Mannouncement_box::before {
    position: absolute;
    width: 6px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(198,212,209), rgb(161,179,174));
    height: 100%;
    top: 0;
}

.Habout_this .Mannouncement_box::after {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 80%;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    background: linear-gradient(to right, rgba(rgb(161,179,174,0.5), 0.3), transparent);
    content: "";
    right: -15px;
    width: 30px;
}

.Habout_this h5:hover::after {
    transform: scaleX(1.5);
}

.Habout_this p {
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-size: calc(12px * 1.2);
}

.Habout_this p b::after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(198,212,209), transparent);
    height: 1px;
    bottom: -8px;
}

.Habout_this ol li {
    position: relative;
    column-gap: 40px;
    column-count: 1;
    hyphens: auto;
    text-align: justify;
    padding-left: 0;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
}

footer::before {
    opacity: 0.75;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    animation: gradientFlow 20s ease infinite;
    z-index: -1;
    background-size: 300% 300%;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(198,212,209,0.5) 35%, rgb(161,179,174,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    bottom: 0;
}

.Wintern_ship::before {
    left: 0;
    opacity: 0.8;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(198,212,209), rgb(161,179,174), transparent);
    width: 100%;
    height: 2px;
    box-shadow: 0 0 20px rgb(198,212,209,0.5);
    position: absolute;
    content: "";
}

.Wintern_ship .company_holder {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 14px;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
    flex: 1 1 350px;
}

.Wintern_ship .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(198,212,209,0.5);
    transform: translateY(-5px);
}

.Wintern_ship .company_holder h3 {
    position: relative;
    font-size: 38px;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    text-shadow: 0 0 15px rgb(198,212,209,0.5);
}

.Wintern_ship .company_holder:hover h3::after {
    width: 100%;
}

.Wintern_ship .Otrophy_case {
    max-width: 100%;
    font-size: 12px;
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
    line-height: 1.6;
    color: #ffffff;
}

.Wintern_ship .znav_train {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    min-width: 250px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 2rem;
}

.Wintern_ship .znav_train:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(161,179,174,0.5);
    transform: translateY(-5px);
}

.Wintern_ship .znav_train h5::after {
    height: 3px;
    content: "";
    transition: width 0.3s ease-out;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(161,179,174), rgb(198,212,209));
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 0 10px rgb(161,179,174);
    left: 0;
    width: 40px;
}

.Wintern_ship .znav_train .Dtop_start a {
    opacity: 0.8;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-shadow: 0 0 5px #000000;
    font-size: 12px;
}

.Wintern_ship .znav_train .Dtop_start a::after {
    z-index: -1;
    opacity: 0;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
}

.Wintern_ship .znav_train .Dtop_start a:hover::after {
    opacity: 0.2;
    width: 100%;
}

.zmusic_edu::before {
    width: 100%;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(198,212,209), rgb(161,179,174), transparent);
    top: 0;
    opacity: 0.5;
    position: absolute;
    content: "";
}

.zmusic_edu .Yprice_table:hover {
    text-shadow: 0 0 8px rgb(161,179,174,0.5);
    opacity: 1;
}

.Vexperience_trial {
    padding: 4rem 2rem;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(198,212,209) 0%, rgb(161,179,174) 100%);
}

.Vexperience_trial::after {
    content: "";
    position: absolute;
    right: -10%;
    top: -30%;
    transform: rotate(-15deg);
    width: 40%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 70%
    );
    z-index: -1;
    height: 150%;
}

.Vexperience_trial h6 {
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: calc(17px * 1.1);
    max-width: 800px;
    color: #ffffff;
    opacity: 0;
    transform: translateZ(10px);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.Vexperience_trial .Qquery_query {
    font-family: Arial, sans-serif;
    display: inline-flex;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 1rem 2rem;
    color: rgb(198,212,209);
    overflow: hidden;
    z-index: 1;
    justify-content: center;
    border-radius: 10px;
    transform: translateY(0);
    background-color: #ffffff;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    align-items: center;
}

.Vexperience_trial .Qquery_query:hover {
    color: rgb(161,179,174);
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.hpricing_package .Wprogram_price p::-webkit-scrollbar {
    width: 4px;
}

.hpricing_package .Wprogram_price p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.hpricing_package .Wprogram_price p::-webkit-scrollbar-thumb {
    background: rgb(198,212,209);
    border-radius: 10px;
}



@media (max-width: 768px) {.Hnewsletter_signup {
    margin: 4rem 0;
    padding: 3rem 1.5rem;
}.Hnewsletter_signup p {
    font-size: 22px;
    margin-bottom: 2rem;
}.Hnewsletter_signup .Qstart_classes,
    .Hnewsletter_signup .Qquery_query {
    padding: 1.2rem;
}.Hnewsletter_signup::before,
    .Hnewsletter_signup::after {
    height: 40px;
}.Hnewsletter_signup::before {
    top: -40px;
}.Hnewsletter_signup::after {
    bottom: -40px;
}
}



@media (max-width: 992px) {.yprivacy_armory {
    padding: 5rem 1.5rem;
}.yprivacy_armory .container {
    transform: perspective(800px) rotateY(0.3deg);
    padding: 2.5rem;
}.yprivacy_armory h1 {
    font-size: calc(45px - 0.2rem);
}.yprivacy_armory h2 {
    font-size: calc(30px - 0.1rem);
}
}



@media (max-width: 576px) {.yprivacy_armory {
    padding: 3rem 0.8rem;
}.yprivacy_armory .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.yprivacy_armory h1 {
    font-size: calc(45px - 0.6rem);
    margin-bottom: 1.5rem;
    transform: none;
}.yprivacy_armory h1::after {
    height: 3px;
    width: 4rem;
}.yprivacy_armory h2 {
    font-size: calc(30px - 0.5rem);
    padding-left: 0.7rem;
}.yprivacy_armory h3, 
    .yprivacy_armory h4 {
    padding-left: 0.5rem;
}.yprivacy_armory li {
    padding-left: 1.2rem;
}.yprivacy_armory li:hover {
    padding-left: 1.4rem;
}.yprivacy_armory p:hover,
    .yprivacy_armory li:hover,
    .yprivacy_armory h2:hover {
    padding-left: 0.7rem;
    transform: none;
}.yprivacy_armory span {
    padding-left: 0.5rem;
}}



@media (min-width: 992px) {.jgratitudeWeb {
    padding: 8rem 0;
}.jgratitudeWeb .container {
    padding: 0 2rem;
}.jgratitudeWeb .nlearning_corner {
    gap: 4rem;
}.jgratitudeWeb .nlearning_corner > div:first-child {
    padding-left: 2rem;
}.jgratitudeWeb .nlearning_corner > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.jgratitudeWeb h5 {
    font-size: calc(18px * 1.4);
    padding-left: 2rem;
}.jgratitudeWeb .nlearning_corner > div:last-child {
    padding: 4rem;
    margin-left: 6rem;
    max-width: 80%;
}.jgratitudeWeb p {
    font-size: calc(14px * 1.1);
    line-height: 1.9;
}
}



@media (max-width: 1200px) {.Wgreeting_page .llearn_academy {
    padding: 2.5rem;
    gap: 1.5rem;
}.Wgreeting_page .title_style_header {
    font-size: calc(48px * 0.9);
}
}



@media (max-width: 992px) {.Wgreeting_page {
    height: 90vh;
    min-height: 600px;
}.Wgreeting_page .llearn_academy {
    padding: 2rem;
    gap: 1.25rem;
    width: 95%;
}.Wgreeting_page .title_style_header {
    font-size: calc(48px * 0.8);
}.Wgreeting_page h3 {
    font-size: calc(24px * 0.85);
}.Wgreeting_page p {
    font-size: calc(14px * 1.1);
}
}



@media (max-width: 576px) {.Wgreeting_page {
    min-height: 450px;
}.Wgreeting_page .llearn_academy {
    transform: none;
    padding: 1.5rem;
}.Wgreeting_page .llearn_academy:hover {
    transform: translateY(-3px);
}.Wgreeting_page .llearn_academy > div {
    transform: none !important;
}.Wgreeting_page .title_style_header {
    font-size: calc(48px * 0.6);
}.Wgreeting_page h3 {
    border-right: 2px solid rgb(161,179,174);
    font-size: calc(24px * 0.75);
}.Wgreeting_page p {
    border-left: 2px solid rgb(198,212,209);
    font-size: calc(14px * 0.95);
}}



@media screen and (max-width: 991px) {.mprogram_structure {
    padding: 80px 0;
}.mprogram_structure .Vprogram_map {
    grid-template-columns: 1fr;
    gap: 40px;
}.mprogram_structure .Vprogram_map::before {
    transform: none;
    top: -20px;
    left: -20px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
}.mprogram_structure .Mannouncement_box {
    order: 2;
    animation: none;
    transform: none;
}.mprogram_structure .qimg_card_item {
    animation: pulse 8s infinite alternate;
    transform: none;
    min-height: 400px;
    order: 1;
}.mprogram_structure .qimg_card_item:hover {
    transform: scale(1.02) translateY(-5px);
}.mprogram_structure .Mannouncement_box h2 {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}.mprogram_structure .Mannouncement_box .description {
    text-align: left;
}
}



@media (max-width: 991px) {.pfind_contact {
    padding: 60px 0;
}.pfind_contact .Xedu_form {
    padding: 35px 25px;
}.pfind_contact .Olearn_ask {
    gap: 12px;
}.pfind_contact .ireach_out {
    padding: 12px 20px;
}
}



@media (max-width: 767px) {.pfind_contact {
    padding: 50px 0;
}.pfind_contact .Xedu_form {
    padding: 30px 20px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 15px),
      calc(100% - 15px) 100%,
      0 100%
    );
}.pfind_contact h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 25px;
    letter-spacing: 2px;
}.pfind_contact p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
}.pfind_contact .Olearn_ask {
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
}.pfind_contact .ireach_out {
    width: 100%;
}.pfind_contact .ireach_out svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}}



@media (hover: none) {.hpricing_package .omonthly_plan {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.hpricing_package .Wprogram_price:active .omonthly_plan {
    transform: translateY(-5px);
}
}



@media (prefers-reduced-motion: reduce) {.hpricing_package::after {
    animation: none;
}.hpricing_package .Wprogram_price:hover .omonthly_plan {
    transform: none;
}.hpricing_package .Wprogram_price:hover .omonthly_plan::before {
    transform: none;
}}



@media screen and (max-width: 767px) {.Creach_out {
    padding: 60px 0;
}.Creach_out h2 {
    margin-bottom: 40px;
}.Creach_out .qimg_card_item {
    min-height: 200px;
}.Creach_out .Afeedback_map {
    padding: 30px 20px;
}.Creach_out form .Qquery_query {
    text-align: center;
    width: 100%;
}
}



@media (min-width: 768px) {.Yteaching_process {
    padding: 8rem 3rem;
}.Yteaching_process .nlearning_corner {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.Yteaching_process h2 {
    font-size: calc(31px * 1.2);
    max-width: 90%;
    margin-bottom: 0;
    grid-column: 1;
}.Yteaching_process .Mannouncement_box {
    padding: 3rem;
    grid-column: 2;
    border-left: 5px solid rgb(198,212,209);
}
}



@media (max-width: 767px) {.Yteaching_process {
    padding: 4rem 1.5rem;
}.Yteaching_process h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.Yteaching_process .Mannouncement_box {
    padding: 2rem;
}.Yteaching_process p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 576px) {.Aacademic_expertise {
    padding: 3rem 1rem;
}.Aacademic_expertise .qimg_card_item {
    height: 280px;
}.Aacademic_expertise .gcareer_explore {
    padding: 0 1.5rem 1.5rem;
}.Aacademic_expertise .name {
    font-size: calc(29px * 0.85);
}.Aacademic_expertise .cemployee_summary {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {header .Anav_sitewrap {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "znav_train";
}header .kmain_teach {
    padding: 0.4rem;
}header .kmain_teach svg {
    width: 130px;
}header .znav_train {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .hhead_pro {
    padding: 0.3rem 0.5rem;
    font-size: calc(19px - 1px);
}
}



@media (min-width: 768px) {.ccourse_benefits .nlearning_corner {
    flex-direction: row;
    align-items: center;
    padding: 40px;
}.ccourse_benefits .Mannouncement_box {
    padding: 30px 40px 30px 0;
}.ccourse_benefits h4 {
    font-size: 32px;
    margin-bottom: 40px;
}.ccourse_benefits .Mannouncement_box > div {
    flex-direction: row;
    gap: 40px;
}.ccourse_benefits .qimg_card_item {
    width: 45%;
    height: 400px;
    object-position: center;
}
}



@media (max-width: 480px) {.ccourse_benefits .nlearning_corner {
    padding: 20px;
}.ccourse_benefits .Mannouncement_box {
    padding: 10px;
}.ccourse_benefits h4 {
    font-size: 22px;
}.ccourse_benefits li p {
    padding: 12px;
}.ccourse_benefits svg {
    width: 20px;
    height: 20px;
}.ccourse_benefits .qimg_card_item {
    height: 200px;
}}



@media (min-width: 768px) {.Habout_this ol li {
    column-count: 2;
}
}



@media (min-width: 992px) {.Habout_this {
    padding: 180px 0;
}.Habout_this .Mannouncement_box {
    padding: 60px 80px;
    width: 80%;
    margin-left: 60px;
}.Habout_this h5 {
    font-size: calc(22px * 1.2);
}.Habout_this p b {
    font-size: calc(12px * 1.8);
}.Habout_this ol li {
    font-size: calc(12px * 1.05);
    column-count: 2;
}
}



@media (max-width: 575px) {.Habout_this {
    padding: 60px 0;
}.Habout_this .Mannouncement_box {
    padding: 25px 20px;
}.Habout_this h5 {
    font-size: calc(22px * 0.9);
}.Habout_this p b {
    font-size: calc(12px * 1.2);
}.Habout_this ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}



@media (max-width: 992px) {.Wintern_ship {
    padding: 3.5rem 0 2rem;
}.Wintern_ship .container {
    gap: 2rem;
    flex-direction: column;
}.Wintern_ship .company_holder,
    .Wintern_ship .Zhelp_center {
    min-width: 100%;
    flex: 1 1 100%;
}.Wintern_ship .znav_train {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}



@media (max-width: 576px) {.Wintern_ship {
    padding: 2.5rem 0 1rem;
}.Wintern_ship .Dtop_start {
    gap: 1rem;
}.Wintern_ship .znav_train {
    min-width: 100%;
    flex: 1 1 100%;
}.Wintern_ship .znav_train .Dtop_start a {
    padding: 0.4rem 0.8rem;
}.Wintern_ship .znav_train .Dtop_start a:hover {
    padding-left: 1.2rem;
}.zmusic_edu {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.Wintern_ship .company_holder:hover,
    .Wintern_ship .znav_train:hover {
    transform: translateY(-2px);
}}



@media (max-width: 575px) {.Vexperience_trial {
    padding: 2.5rem 1rem;
}.Vexperience_trial h6 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: calc(17px * 0.9);
}.Vexperience_trial .Qquery_query {
    font-size: calc(17px * 0.9);
    padding: 0.75rem 1.4rem;
}.Vexperience_trial::after {
    width: 60%;
    right: -20%;
}
}



@keyframes floatLayer {
    0% {
        transform: rotateY(30deg) translateZ(-50px) translateY(0);
    }
    100% {
        transform: rotateY(30deg) translateZ(-50px) translateY(-20px);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}



@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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



@keyframes borderPulse {
    0% {
        border-color: rgb(198,212,209,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(161,179,174,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(198,212,209,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(198,212,209);
    }
}

@keyframes sweep {
  0% {
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    transform: translateX(100%) translateY(100%);
  }
}

@keyframes glitch {
  0% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(1px);
  }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}



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



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

