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

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

.rmain_pagebar {
    flex: 1 0 auto;
}

.Swrapper-skeleton {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}


.Hnewsletter_signup {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(234,239,238);
    z-index: 1;
}

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

.Hnewsletter_signup .nlearning_corner {
    flex-direction: column;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    display: flex;
}

.Hnewsletter_signup .nlearning_corner::after {
    content: "";
    z-index: -1;
    transform: rotateY(-30deg) translateZ(-50px);
    right: -20%;
    bottom: 15%;
    height: 100%;
    animation: floatLayer 8s ease-in-out infinite alternate-reverse;
    width: 70%;
    border-radius: 28px;
    filter: blur(20px);
    position: absolute;
    background: rgb(161,179,174);
    opacity: 0.1;
}

.Hnewsletter_signup p::before {
    z-index: -1;
    top: -40px;
    background: rgb(198,212,209,0.5);
    filter: blur(30px);
    position: absolute;
    opacity: 0.5;
    left: -20px;
    content: "";
    height: 80px;
    border-radius: 50%;
    width: 80px;
}

.Hnewsletter_signup .input_holder {
    flex-direction: column;
    border-radius: 28px;
    padding: 0.5rem;
    gap: 1.5rem;
    display: flex;
    transform: translateZ(30px);
    position: relative;
}

.Hnewsletter_signup .Qstart_classes {
    font-size: 13px;
    border-radius: 28px;
    padding: 1.5rem;
    transform: perspective(500px) rotateX(5deg);
    background: #ffffff;
    outline: none;
    color: #000000;
    border: 2px solid rgb(198,212,209,0.5);
    transform-origin: bottom;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.Hnewsletter_signup .Qquery_query {
    border-radius: 28px;
    position: relative;
    transform-origin: top;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    transform: perspective(500px) rotateX(-5deg);
    padding: 1.5rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-family: Arial, sans-serif;
    background: rgb(198,212,209);
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
}

.Hnewsletter_signup .Qquery_query:hover::before {
    animation: ripple 1s ease-out;
    opacity: 0.15;
}

.yprivacy_armory::before {
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    z-index: 0;
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.05;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 15% 85%, rgb(198,212,209,0.5) 0%, transparent 25%);
}

.yprivacy_armory .container {
    z-index: 1;
    transform: perspective(1000px) rotateY(0.5deg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    max-width: 1140px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-left: 3px solid rgb(198,212,209);
    backdrop-filter: blur(8px);
    margin: 0 auto;
    position: relative;
}

.yprivacy_armory h1 {
    transform: translateX(-0.5rem);
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 45px;
    color: #000000;
    position: relative;
    letter-spacing: -0.5px;
    margin-bottom: 2.5rem;
}

.yprivacy_armory h1:hover::after {
    width: 10rem;
}

.yprivacy_armory h2 {
    padding-left: 1rem;
    transition: all 0.3s ease;
    margin: 3rem 0 1.5rem;
    border-left: 2px solid rgb(198,212,209);
    color: #000000;
    font-weight: 600;
    font-size: 30px;
}

.yprivacy_armory h4 {
    margin: 2rem 0 1rem;
    font-weight: 400;
    color: #000000;
    border-left: 1px dashed rgb(198,212,209,0.5);
    font-size: 23px;
    padding-left: 0.5rem;
}

.yprivacy_armory p:hover {
    transform: translateX(5px);
}

.yprivacy_armory strong::after {
    bottom: -2px;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: left;
    width: 100%;
    background-color: rgb(198,212,209,0.5);
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0.8);
}

.yprivacy_armory li::before {
    height: 8px;
    opacity: 0.8;
    position: absolute;
    top: 0.7rem;
    border: 1px solid rgb(198,212,209);
    transition: all 0.3s ease;
    left: 0;
    transform: rotate(45deg);
    content: "";
    width: 8px;
}

.yprivacy_armory span {
    font-style: italic;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 13px;
    opacity: 0.9;
    display: block;
    border-left: 1px solid rgb(161,179,174,0.5);
    line-height: 1.8;
    color: #000000;
}

.jgratitudeWeb::after {
    position: absolute;
    width: 15rem;
    height: 15rem;
    z-index: 0;
    opacity: 0.15;
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(161,179,174) 0%, transparent 70%);
    transform: rotate(-15deg);
    content: "";
    right: -5rem;
}

.jgratitudeWeb .nlearning_corner {
    gap: 2.5rem;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    display: flex;
    position: relative;
    transform: translateX(-20px);
    flex-direction: column;
}

.jgratitudeWeb .nlearning_corner > div:last-child {
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateY(15px);
    backdrop-filter: blur(10px);
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
}

.jgratitudeWeb h5 {
    color: #000000;
    font-size: 18px;
    transform: translateY(0);
    padding-left: 1rem;
    position: relative;
    transition: transform 0.4s ease;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
}

.jgratitudeWeb a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.jgratitudeWeb a:hover {
    transform: translateY(-5px);
}

.Wgreeting_page {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 650px;
    z-index: 1;
    height: 100vh;
}

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

.Wgreeting_page .llearn_academy:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.Wgreeting_page .llearn_academy > div {
    position: relative;
    transform: translateZ(10px);
}

.Wgreeting_page .llearn_academy > div:nth-child(1) {
    transform: translateZ(20px);
    align-self: flex-start;
    margin-left: 2rem;
}

.Wgreeting_page .llearn_academy > div:nth-child(2) {
    align-self: center;
}

.Wgreeting_page p {
    font-size: calc(14px * 1.2);
    font-weight: 400;
    opacity: 0;
    border-left: 3px solid rgb(198,212,209);
    background: linear-gradient(90deg, rgb(198,212,209,0.5) 0%, rgba(255, 255, 255, 0) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    animation: slideIn 0.8s 0.3s forwards;
    margin: 0;
    transform: translateX(-20px);
}

.Wgreeting_page .title_style_header::after {
    content: "";
    transform-origin: left;
    position: absolute;
    left: 10%;
    width: 80%;
    height: 3px;
    animation: lineExpand 1s 1s forwards;
    bottom: 0;
    background: linear-gradient(to right, rgb(198,212,209) 0%, rgb(161,179,174) 100%);
    transform: scaleX(0);
}

.mprogram_structure {
    overflow: hidden;
    background: rgb(234,239,238);
    position: relative;
    padding: 120px 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
}

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

.mprogram_structure .Vprogram_map {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    perspective: 1000px;
    position: relative;
}

.mprogram_structure .Vprogram_map::before {
    transform: rotateY(5deg) rotateX(2deg);
    border-radius: 15px;
    content: "";
    top: -30px;
    position: absolute;
    animation: borderPulse 4s infinite alternate;
    height: calc(100% + 60px);
    z-index: -1;
    width: calc(100% + 60px);
    left: -30px;
    border: 1px solid rgb(198,212,209,0.5);
    transform-style: preserve-3d;
}

.mprogram_structure .Mannouncement_box h2 {
    display: inline-block;
    border-left: 2px solid rgb(161,179,174);
    background-clip: text !important;
    border-bottom: 2px solid rgb(198,212,209);
    transform: translateY(-10px);
    border-radius: 10px;
    border-radius: 8px 0 8px 0;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(198,212,209,0.5);
    max-width: fit-content;
    padding: 15px 20px;
    background: linear-gradient(to right, rgb(198,212,209) 0%, rgb(161,179,174) 100%);
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1.5px;
    -webkit-background-clip: text !important;
    font-size: 29px;
    position: relative;
}

.mprogram_structure .Mannouncement_box .description:last-of-type {
    border-left-color: rgb(161,179,174);
    margin-bottom: 0;
}

.mprogram_structure .Mannouncement_box .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.mprogram_structure .qimg_card_item {
    animation: floatImage 6s ease-in-out infinite alternate;
    height: 450px;
    border-radius: 15px;
    transform: translateZ(0) rotateY(-5deg);
    align-self: flex-start;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    background-position: center;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    background-size: cover;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    z-index: 4;
}

.pfind_contact::after {
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 217, 255, 0.05) 2px,
    rgba(0, 217, 255, 0.05) 4px
  );
    height: 100%;
    position: absolute;
}

.pfind_contact .Xedu_form {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    box-shadow: 0 0 15px rgb(198,212,209,0.5),
              inset 0 0 10px rgb(198,212,209,0.5);
    border: 1px solid rgb(198,212,209);
    padding: 40px;
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
}



.pfind_contact h2 {
    color: #ffffff;
    border-left: 4px solid rgb(198,212,209);
    font-size: 34px;
    padding-left: 20px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.pfind_contact .Olearn_ask {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.pfind_contact .ireach_out::before {
    transform-origin: right;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    background: rgb(198,212,209);
}

.pfind_contact .ireach_out:hover {
    color: #000000;
    box-shadow: 0 0 15px rgb(198,212,209,0.5);
}

.pfind_contact .ireach_out:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.pfind_contact .ireach_out:hover svg {
    transform: rotate(360deg);
}

.pfind_contact .ireach_out:hover svg path {
    fill: #000000;
}

.pfind_contact p svg {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}



.pfind_contact .container::after {
    content: "";
    top: -100%;
    position: absolute;
    animation: scanlines 8s linear infinite;
    width: 300%;
    left: -100%;
    z-index: -1;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 20px
  );
    pointer-events: none;
    height: 300%;
}


.hpricing_package {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}

.hpricing_package::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(161,179,174,0.5), rgba(0, 0, 0, 0.5) 80%);
    height: 100%;
    z-index: -1;
}

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

.Kpay_plans {
    position: relative;
}

.hpricing_package h2 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-size: 35px;
}

.hpricing_package .Olesson_plans {
    text-align: center;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(10px);
    color: #ffffff;
    opacity: 0.9;
    font-size: 17px;
    margin: 0 auto 60px;
    max-width: 800px;
}

.hpricing_package .Wprogram_price {
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hpricing_package .omonthly_plan::before {
    right: -40px;
    transition: transform 0.5s ease-out;
    top: -40px;
    background: rgb(198,212,209);
    height: 80px;
    content: "";
    width: 80px;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
}

.hpricing_package .omonthly_plan::after {
    transform-origin: left;
    left: 0;
    content: "";
    transition: transform 0.5s ease-out;
    transform: scaleX(0.7);
    height: 3px;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(198,212,209), transparent);
}

.hpricing_package .Wprogram_price h4 {
    font-size: calc(20px + 2px);
    margin: 0 0 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.hpricing_package .Wprogram_price p {
    scrollbar-color: rgb(198,212,209) transparent;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: calc(17px - 1px);
    max-height: 240px;
    line-height: 1.6;
    padding-right: 10px;
    opacity: 0.8;
    margin-bottom: 25px;
    color: #ffffff;
}

.hpricing_package .xstudy_fees::before {
    right: 0;
    height: 2px;
    transform-origin: right;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 60px;
    bottom: -10px;
    background: rgb(198,212,209);
    content: "";
    position: absolute;
}

.hpricing_package .Wprogram_price:hover .omonthly_plan::before {
    opacity: 0.05;
    transform: scale(3);
}

.hpricing_package .Wprogram_price:hover h4::after {
    width: 100%;
}

.Creach_out {
    background: linear-gradient(145deg, rgb(234,239,238) 0%, rgba(9, 19, 32, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.Creach_out::after {
    left: -50%;
    opacity: 0.1;
    pointer-events: none;
    animation: pulseGlow 15s ease-in-out infinite;
    width: 200%;
    top: -50%;
    height: 200%;
    content: "";
    background: radial-gradient(circle, rgb(198,212,209,0.5) 0%, transparent 60%);
    position: absolute;
}

.Creach_out h2 {
    position: relative;
    text-align: center;
    color: #ffffff;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 37px;
}

.Creach_out .Umessage_reach {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.Creach_out .qimg_card_item {
    transform: scale(1.01);
    position: relative;
    transition: transform 0.6s ease;
    min-height: 500px;
    flex: 1;
}

.Creach_out .Afeedback_map {
    padding: 50px;
    position: relative;
    flex: 1;
}

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

.Creach_out form {
    width: 100%;
}

.Creach_out form h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 30px;
}

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

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

.Creach_out .Nquery_inquiry label {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}

.Creach_out .Nquery_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(198,212,209);
    border-color: rgb(198,212,209);
}

.Creach_out .Nquery_inquiry label a {
    transition: all 0.3s ease;
    color: rgb(198,212,209);
    text-decoration: none;
}

.Creach_out .Nquery_inquiry label a:hover {
    text-decoration: underline;
}

.Creach_out form .Qquery_query {
    background: linear-gradient(45deg, rgb(198,212,209), rgb(161,179,174));
    font-family: Arial, sans-serif;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    padding: 15px 35px;
    font-weight: 600;
}

.Creach_out svg {
    fill: rgb(198,212,209);
    margin-right: 15px;
    height: 24px;
    width: 24px;
}

.Yteaching_process {
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgb(198,212,209,0.5) 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}

.Yteaching_process::after {
    transform: rotate(-15deg);
    filter: blur(60px);
    content: "";
    height: 300px;
    opacity: 0.4;
    bottom: -50px;
    right: -50px;
    position: absolute;
    animation: float 20s infinite ease-in-out;
    width: 300px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(198,212,209,0.5) 0%, rgb(161,179,174) 100%);
}

.Yteaching_process h2 {
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
    font-size: 31px;
    position: relative;
    transform: translateZ(20px);
    display: inline-block;
}

.Yteaching_process:hover h2::after {
    transform: scaleX(1.5);
}

.Yteaching_process .Mannouncement_box {
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-left: 4px solid rgb(198,212,209);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: translateZ(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.Aacademic_expertise::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgb(161,179,174,0.5) 0px, transparent 2px, transparent 10px);
    opacity: 0.1;
    z-index: 1;
    left: 0;
}

.Aacademic_expertise .qimg_card_item {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex-shrink: 0;
    width: 40%;
    position: relative;
    transition: all 0.4s ease;
}

.Aacademic_expertise .gcareer_explore {
    padding: 3rem;
    position: relative;
    width: 60%;
}

.Aacademic_expertise .name {
    font-size: 29px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.Aacademic_expertise .gcareer_explore > div:nth-child(2) {
    font-weight: 600;
    padding-left: 2px;
    font-size: 20px;
    margin-bottom: 1.5rem;
    color: rgb(161,179,174);
}

.Aacademic_expertise .cemployee_summary::before {
    content: "";
    color: rgb(198,212,209,0.5);
    top: -2rem;
    position: absolute;
    font-size: 4rem;
    left: -1rem;
    opacity: 0.4;
}

.Aacademic_expertise .nreview_views:hover .name::after {
    width: 100%;
}

header .container {
    margin: 0;
    padding: 0 2%;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

header .Anav_sitewrap {
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    align-items: center;
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
}

header .kmain_teach::after {
    height: 2px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(198,212,209), 
        rgb(161,179,174), 
        rgb(198,212,209), 
        transparent);
    width: 50%;
    position: absolute;
}

header .znav_train {
    border-radius: 26px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: menu;
    gap: 0.5rem;
    padding: 0.6rem;
}

header .hhead_pro:hover {
    box-shadow: 0 3px 8px rgb(198,212,209,0.5);
    background: linear-gradient(135deg, rgb(198,212,209), rgb(161,179,174));
    transform: translateY(-2px);
    color: #ffffff;
}

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

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

.ccourse_benefits .nlearning_corner:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.06),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 3px 3px 6px rgba(255, 255, 255, 0.9),
        inset -3px -3px 6px rgba(0, 0, 0, 0.04);
}

.ccourse_benefits .Mannouncement_box {
    flex: 1;
    padding: 20px;
}

.ccourse_benefits h4 {
    opacity: 0;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    transform: translateY(10px);
    line-height: 1.4;
}

.ccourse_benefits .Mannouncement_box > div {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

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

.ccourse_benefits li:nth-child(1) {
    --li-index: 1;
}

.ccourse_benefits li:nth-child(2) {
    --li-index: 2;
}

.ccourse_benefits li:nth-child(3) {
    --li-index: 3;
}

.ccourse_benefits li p:hover {
    transform: translateY(-3px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.04),
        -10px -10px 20px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.9),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
}

.ccourse_benefits li p span:first-child {
    width: 42px;
    transition: all 0.3s ease;
    height: 42px;
    align-items: center;
    flex-shrink: 0;
    display: flex;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.05),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    border-radius: 50%;
    justify-content: center;
    background: linear-gradient(135deg, #fcfcfc, #f0f4f9);
}

.ccourse_benefits svg {
    transform: scale(0.85);
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}

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

.ccourse_benefits .qimg_card_item {
    aspect-ratio: 16/9;
    border-radius: 12px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    animation: fadeIn 1s forwards 0.6s;
    opacity: 0;
    object-fit: cover;
    height: auto;
    transition: all 0.5s ease;
    width: 100%;
    transform: perspective(1000px) rotateY(-3deg) translateZ(20px);
}

.Ctrack_switch {
    display: flex;
    border-radius: 30px;
    border: 2px dashed rgb(198,212,209);
    gap: 20px;
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
}

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

.aprivacy_learn svg {
    height: 60px;
    fill: rgb(198,212,209);
    width: 60px;
}

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

.Lcookie_overlay_dialog p a:hover {
    color: rgb(161,179,174);
}


.Habout_this {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.Habout_this .Mannouncement_box {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    padding: 40px 60px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}

.Habout_this h5 {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 22px;
    color: rgb(198,212,209);
    position: relative;
    margin: 0 0 15px 0;
}

.Habout_this h5::after {
    bottom: -5px;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    background: rgb(161,179,174);
    width: 70%;
    left: 0;
    height: 3px;
    position: absolute;
}

.Habout_this p b {
    color: #000000;
    font-size: calc(12px * 1.5);
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-weight: 600;
    display: inline-block;
}

.Habout_this ol {
    counter-reset: item;
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}

.Habout_this ol li::first-letter {
    font-size: 1.5em;
    color: rgb(198,212,209);
    font-weight: 600;
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    top: 0;
    opacity: 0.15;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(198,212,209,0.5) 25%, rgb(198,212,209,0.5) 26%, transparent 27%, transparent 74%, rgb(161,179,174,0.5) 75%, rgb(161,179,174,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(198,212,209,0.5) 25%, rgb(198,212,209,0.5) 26%, transparent 27%, transparent 74%, rgb(161,179,174,0.5) 75%, rgb(161,179,174,0.5) 76%, transparent 77%, transparent);
    z-index: -1;
    right: 0;
    content: "";
    background-size: 50px 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.Wintern_ship .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.Wintern_ship .company_holder::before {
    content: "";
    transform: translateY(-1px);
    position: absolute;
    top: 0;
    left: -50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(198,212,209), transparent);
    width: 200%;
}

.Wintern_ship .company_holder::after {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    transform: translateY(1px);
    background: linear-gradient(90deg, transparent, rgb(161,179,174), transparent);
    bottom: 0;
    content: "";
}

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

.Wintern_ship .Zhelp_center {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.Wintern_ship .Dtop_start {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.Wintern_ship .znav_train::before {
    transform: translateY(-1px);
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(161,179,174), transparent);
    left: -50%;
}

.Wintern_ship .znav_train::after {
    content: "";
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(198,212,209), transparent);
    left: 0;
    position: absolute;
    transform: translateY(1px);
    width: 100%;
}

.Wintern_ship .znav_train h5 {
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0 0 1.5rem;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 15px rgb(161,179,174,0.5);
}

.Wintern_ship .znav_train:hover h5::after {
    width: 100%;
}

.Wintern_ship .znav_train .Dtop_start {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.Wintern_ship .znav_train .Dtop_start a::before {
    background: linear-gradient(180deg, rgb(198,212,209), rgb(161,179,174));
    height: 100%;
    width: 3px;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.5;
}

.Wintern_ship .znav_train .Dtop_start a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    text-shadow: 0 0 10px rgb(161,179,174,0.5);
    color: #ffffff;
}

.Wintern_ship .znav_train .Dtop_start a:hover::before {
    width: 5px;
    box-shadow: 0 0 10px rgb(198,212,209);
    opacity: 1;
}

.zmusic_edu {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
}

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

.zmusic_edu .Yprice_table {
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
}

.Vexperience_trial::before {
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}

.Vexperience_trial .container {
    max-width: 1140px;
    perspective: 1000px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    transform-style: preserve-3d;
    align-items: center;
    position: relative;
}

.Vexperience_trial div div {
    justify-content: center;
    transform: translateZ(20px);
    display: flex;
}

.Vexperience_trial span {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    display: inline-block;
    opacity: 0;
}

.Vexperience_trial .Qquery_query::before {
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}

.Vexperience_trial .Qquery_query span {
    position: relative;
    z-index: 2;
    opacity: 1;
    animation: none;
}

.Vexperience_trial .Qquery_query:hover::before {
    transform: translateX(100%);
}

.Vexperience_trial .Qquery_query:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}


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


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



@media (max-width: 992px) {.Hnewsletter_signup {
    margin: 5rem 0;
    padding: 4rem 1.5rem;
}.Hnewsletter_signup p {
    font-size: calc(37px * 0.9);
}.Hnewsletter_signup::before,
    .Hnewsletter_signup::after {
    height: 60px;
}.Hnewsletter_signup::before {
    top: -60px;
}.Hnewsletter_signup::after {
    bottom: -60px;
}
}



@media (max-width: 576px) {.Hnewsletter_signup {
    padding: 2.5rem 1rem;
    margin: 3rem 0;
}.Hnewsletter_signup .nlearning_corner::before,
    .Hnewsletter_signup .nlearning_corner::after {
    display: none;
}.Hnewsletter_signup p {
    transform: none;
}.Hnewsletter_signup .input_holder {
    transform: none;
    gap: 1rem;
}.Hnewsletter_signup .Qstart_classes,
    .Hnewsletter_signup .Qquery_query {
    padding: 1rem;
    transform: none;
}}



@media (max-width: 768px) {.yprivacy_armory {
    padding: 4rem 1rem;
}.yprivacy_armory .container {
    transform: none;
    padding: 2rem 1.5rem;
    border-left-width: 2px;
}.yprivacy_armory::before,
    .yprivacy_armory::after {
    opacity: 0.02;
}.yprivacy_armory h1 {
    margin-bottom: 2rem;
    font-size: calc(45px - 0.4rem);
}.yprivacy_armory h2 {
    margin: 2.5rem 0 1rem;
    font-size: calc(30px - 0.3rem);
}.yprivacy_armory h3, 
    .yprivacy_armory h4 {
    font-size: calc(23px - 0.1rem);
}.yprivacy_armory p, 
    .yprivacy_armory li, 
    .yprivacy_armory span {
    line-height: 1.6;
    font-size: calc(13px - 0.05rem);
}.yprivacy_armory ul {
    margin-left: 0.5rem;
}.yprivacy_armory p:hover {
    transform: translateX(3px);
}
}



@media (min-width: 768px) {.jgratitudeWeb {
    padding: 6rem 0;
}.jgratitudeWeb .nlearning_corner {
    gap: 3.5rem;
}.jgratitudeWeb .nlearning_corner > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.jgratitudeWeb h5 {
    padding-left: 1.5rem;
    font-size: calc(18px * 1.2);
}.jgratitudeWeb .nlearning_corner > div:last-child {
    margin-left: 3rem;
    max-width: 90%;
    padding: 3rem;
}
}



@media (min-width: 1200px) {.jgratitudeWeb .nlearning_corner > div:last-child {
    padding: 4.5rem;
    margin-left: 8rem;
    max-width: 75%;
}.jgratitudeWeb h5 {
    font-size: calc(18px * 1.5);
}
}



@media (max-width: 767px) {.jgratitudeWeb {
    padding: 3rem 0;
}.jgratitudeWeb .nlearning_corner > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.jgratitudeWeb h5 {
    padding-left: 0.75rem;
    font-size: calc(18px * 0.9);
}.jgratitudeWeb .nlearning_corner > div:last-child {
    padding: 1.75rem;
}}



@media (max-width: 768px) {.Wgreeting_page {
    min-height: 500px;
    height: auto;
}.Wgreeting_page .llearn_academy {
    padding: 1.75rem;
    gap: 1rem;
    transform: perspective(1000px) rotateX(1deg);
}.Wgreeting_page .llearn_academy > div:nth-child(1),
  .Wgreeting_page .llearn_academy > div:nth-child(3) {
    align-self: stretch;
    margin-right: 0;
    margin-left: 0;
}.Wgreeting_page .title_style_header {
    font-size: calc(48px * 0.7);
}.Wgreeting_page h3 {
    text-align: center;
    font-size: calc(24px * 0.8);
}.Wgreeting_page p {
    text-align: center;
    font-size: 14px;
}
}



@media screen and (max-width: 1200px) {.mprogram_structure {
    padding: 100px 0;
}.mprogram_structure .Vprogram_map {
    gap: 30px;
}.mprogram_structure .Mannouncement_box {
    padding: 30px;
}.mprogram_structure .Mannouncement_box h2 {
    padding: 12px 18px;
    font-size: calc(29px * 0.9);
}.mprogram_structure .Mannouncement_box .description {
    padding: 15px;
}
}



@media screen and (max-width: 767px) {.mprogram_structure {
    padding: 60px 0;
}.mprogram_structure .Vprogram_map {
    gap: 30px;
}.mprogram_structure .Mannouncement_box {
    gap: 20px;
    padding: 25px;
}.mprogram_structure .Mannouncement_box h2 {
    padding: 10px 15px;
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.mprogram_structure .Mannouncement_box .description {
    margin-bottom: 15px;
    line-height: 1.7;
    padding: 12px;
    font-size: calc(18px * 0.95);
}.mprogram_structure .qimg_card_item {
    min-height: 350px;
}.mprogram_structure .Vprogram_map::before {
    display: none;
}
}



@media screen and (max-width: 480px) {.mprogram_structure {
    padding: 40px 0;
}.mprogram_structure .Mannouncement_box {
    padding: 20px;
    gap: 15px;
}.mprogram_structure .Mannouncement_box h2 {
    padding: 8px 12px;
    letter-spacing: 1px;
    font-size: calc(29px * 0.7);
}.mprogram_structure .Mannouncement_box .description {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.mprogram_structure .qimg_card_item {
    min-height: 280px;
}}



@media screen and (min-width: 1200px) {.hpricing_package .rvalue_deals {
    grid-template-columns: repeat(4, 1fr);
}
}



@media screen and (min-width: 992px) and (max-width: 1199px) {.hpricing_package .rvalue_deals {
    grid-template-columns: repeat(3, 1fr);
}.hpricing_package {
    padding: 100px 0 80px;
}
}



@media screen and (min-width: 768px) and (max-width: 991px) {.hpricing_package .rvalue_deals {
    grid-template-columns: repeat(2, 1fr);
}.hpricing_package {
    padding: 80px 0 60px;
}.hpricing_package .Olesson_plans {
    margin-bottom: 50px;
}
}



@media screen and (max-width: 767px) {.hpricing_package .rvalue_deals {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.hpricing_package {
    padding: 60px 0 40px;
}.hpricing_package h2 {
    font-size: calc(35px - 4px);
}.hpricing_package .Olesson_plans {
    font-size: calc(17px - 1px);
    margin-bottom: 40px;
}.hpricing_package .omonthly_plan {
    padding: 25px 20px;
}
}



@media screen and (max-width: 991px) {.Creach_out {
    padding: 80px 0;
}.Creach_out .Umessage_reach {
    flex-direction: column;
}.Creach_out .qimg_card_item {
    order: 1;
    min-height: 300px;
}.Creach_out .Afeedback_map {
    padding: 40px 30px;
    order: 2;
}
}



@media screen and (max-width: 480px) {.Creach_out {
    padding: 40px 0;
}.Creach_out h2 {
    font-size: calc(37px * 0.8);
}.Creach_out form h3 {
    font-size: calc(19px * 0.9);
}.Creach_out .Afeedback_map::before,
    .Creach_out .Afeedback_map::after {
    height: 30px;
    width: 30px;
}}



@media (min-width: 992px) {.Yteaching_process {
    padding: 10rem 4rem;
}.Yteaching_process::before {
    background: radial-gradient(circle at 70% 30%, rgb(161,179,174,0.5) 0%, transparent 70%);
}.Yteaching_process .nlearning_corner {
    gap: 6rem;
}.Yteaching_process h2 {
    max-width: 80%;
    font-size: calc(31px * 1.4);
}.Yteaching_process .Mannouncement_box {
    padding: 3.5rem;
}.Yteaching_process p {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 992px) {.Aacademic_expertise .nreview_views {
    gap: 2rem;
    flex-direction: column;
}.Aacademic_expertise .qimg_card_item {
    height: 350px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.Aacademic_expertise .gcareer_explore {
    padding: 0 2rem 2rem;
    width: 100%;
}
}



@media (max-width: 991px) {header .kmain_teach svg {
    width: 140px;
}header .znav_train {
    padding: 0.5rem;
    gap: 0.4rem;
}header .hhead_pro {
    font-size: calc(19px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .kmain_teach svg {
    width: 120px;
}header .znav_train {
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .znav_train::-webkit-scrollbar {
    height: 2px;
}header .znav_train::-webkit-scrollbar-thumb {
    background: rgb(198,212,209);
    border-radius: 10px;
}header .hhead_pro {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (min-width: 992px) {.ccourse_benefits {
    padding: 120px 0;
}.ccourse_benefits .nlearning_corner {
    gap: 60px;
    padding: 60px;
}.ccourse_benefits h4 {
    font-size: 36px;
}.ccourse_benefits li p {
    padding: 20px;
}.ccourse_benefits .qimg_card_item {
    height: 450px;
}
}



@media (max-width: 767px) {.ccourse_benefits {
    padding: 60px 0;
}.ccourse_benefits h4 {
    font-size: 24px;
}.ccourse_benefits .Mannouncement_box > div > ul {
    margin-bottom: 20px;
}.ccourse_benefits .qimg_card_item {
    height: 250px;
}
}


@media only screen and (max-width: 1200px) {.Lcookie_overlay_dialog {
    padding: 15px 0;
}.Ctrack_switch {
    padding: 15px 5%;
}.aprivacy_learn {
    display: none;
}.Ctrack_switch {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.Lcookie_overlay_dialog h5 {
    margin-bottom: 10px;
    font-size: 17px;
}.uprivacy_switch {
    margin-bottom: 15px;
}.vdata_agree {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 767px) {.Habout_this {
    padding: 80px 0;
}.Habout_this .Mannouncement_box {
    transform: none;
    padding: 30px;
}.Habout_this .Mannouncement_box::after {
    display: none;
}.Habout_this h5 {
    font-size: 22px;
}.Habout_this p b {
    font-size: calc(12px * 1.3);
}
}



@media (max-width: 1200px) {.Wintern_ship .container {
    gap: 2rem;
}.Wintern_ship .company_holder {
    flex: 1 1 320px;
}.Wintern_ship .Zhelp_center {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 768px) {.Wintern_ship {
    padding: 3rem 0 1.5rem;
}.Wintern_ship .company_holder,
    .Wintern_ship .znav_train {
    padding: 1.5rem;
}.Wintern_ship .Dtop_start {
    gap: 1.5rem;
}.Wintern_ship .company_holder h3 {
    font-size: calc(38px - 2px);
}.Wintern_ship .znav_train h5 {
    font-size: calc(18px - 1px);
}.Wintern_ship .company_holder:hover,
    .Wintern_ship .znav_train:hover {
    transform: translateY(-3px);
}
}



@media (max-width: 991px) {.Vexperience_trial {
    padding: 3.5rem 1.5rem;
}.Vexperience_trial h6 {
    font-size: calc(17px * 1);
    margin-bottom: 2rem;
}.Vexperience_trial .Qquery_query {
    padding: 0.9rem 1.8rem;
}
}



@media (max-width: 767px) {.Vexperience_trial {
    padding: 3rem 1.2rem;
}.Vexperience_trial h6 {
    line-height: 1.5;
    margin-bottom: 1.8rem;
    font-size: calc(17px * 0.95);
}.Vexperience_trial .Qquery_query {
    padding: 0.8rem 1.6rem;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 380px) {.Vexperience_trial h6 {
    font-size: calc(17px * 0.85);
}.Vexperience_trial .Qquery_query {
    padding: 0.7rem 1.2rem;
    font-size: calc(17px * 0.85);
}
}



@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}



@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}



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



@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



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

@keyframes backgroundGlow {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}



@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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

