* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.Jlmentor_cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1178px;
    margin: auto;
}.XPcontainer-wrap {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
}.RSmain_primary {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.UPcourse_structure {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(150deg, rgb(216,177,196,0.5) 0%, rgb(235,216,226) 50%, rgb(196,137,167,0.5) 100%);
    overflow: hidden;
}.UPcourse_structure::before {
    left: -25%;
    top: -25%;
    height: 150%;
    opacity: 0.6;
    width: 150%;
    filter: blur(60px);
    position: absolute;
    transform-origin: center;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(216,177,196,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(196,137,167,0.5) 0%, transparent 50%);
    content: "";
    z-index: 0;
    animation: pulseBackground 20s ease-in-out infinite alternate;
}.UPcourse_structure::after {
    top: 0;
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    z-index: 1;
    left: 0;
    animation: gridMove 30s linear infinite;
    position: absolute;
    content: "";
    background-size: 20px 20px;
}.UPcourse_structure .container {
    z-index: 2;
    position: relative;
}.UPcourse_structure .kZstudy_zone {
    position: relative;
    display: grid;
    min-height: 550px;
    gap: 15px;
    grid-template-rows: repeat(12, minmax(30px, auto));
    grid-template-columns: repeat(12, 1fr);
}.UPcourse_structure .Kxskill_academy {
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    padding: 2.5rem;
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-column: 1 / 8;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    border-radius: 22px;
    grid-row: 3 / 11;
}.UPcourse_structure .Kxskill_academy::before {
    content: "";
    opacity: 0.15;
    position: absolute;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(216,177,196,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(196,137,167,0.5) 0%, transparent 80%);
    border-radius: 22px;
    z-index: -1;
    height: 100%;
    top: 0;
}.UPcourse_structure .Kxskill_academy::after {
    content: "";
    background: linear-gradient(to right, rgb(216,177,196) 0%, transparent 100%);
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
    filter: blur(1px);
    width: 80%;
    bottom: -10px;
    position: absolute;
}.UPcourse_structure .Swfirst_expert {
    transform-style: preserve-3d;
    margin-bottom: 1.5rem;
    position: relative;
    width: 110px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.5s ease;
    height: 110px;
}.UPcourse_structure .Swfirst_expert::before {
    animation: rotateConic 10s linear infinite;
    inset: -4px;
    z-index: -1;
    content: "";
    position: absolute;
    background: conic-gradient(
        from 0deg, 
        rgb(216,177,196) 0%, 
        rgb(196,137,167) 50%, 
        rgb(216,177,196) 100%
    );
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
}.UPcourse_structure .Swfirst_expert::after {
    z-index: -1;
    content: "";
    background: rgb(235,216,226);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    inset: 6px;
}.UPcourse_structure .Swfirst_expert svg {
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 60px;
    position: absolute;
    filter: drop-shadow(0 0 10px rgb(216,177,196,0.5));
    left: 50%;
    top: 50%;
    height: 60px;
    animation: floatLogo 6s ease-in-out infinite;
}.UPcourse_structure .Swfirst_expert svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,177,196);
}.UPcourse_structure h3 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
    color: #ffffff;
    position: relative;
    transform-origin: left bottom;
    padding-right: 2rem;
    font-size: 33px;
    text-shadow: 0 0 20px rgb(216,177,196,0.5);
}.UPcourse_structure h3::before {
    background: rgb(216,177,196);
    bottom: -8px;
    content: "";
    width: 60px;
    height: 3px;
    transform-origin: left;
    left: 0;
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.UPcourse_structure p {
    color: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 18px;
    max-width: 100%;
    transform-origin: left bottom;
    position: relative;
}.UPcourse_structure .JOimg_wrapper {
    animation: morphShape 20s ease-in-out infinite alternate;
    height: 500px;
    grid-column: 5 / 13;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-row: 1 / 13;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    position: relative;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    z-index: 4;
}.UPcourse_structure .JOimg_wrapper::before {
    z-index: 1;
    content: "";
    mix-blend-mode: overlay;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(216,177,196,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(196,137,167,0.5) 0%, transparent 70%);
    opacity: 0.6;
    position: absolute;
}.UPcourse_structure .JOimg_wrapper::after {
    left: -25%;
    content: "";
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(235,216,226) 100%
    );
    mix-blend-mode: multiply;
    z-index: 1;
    top: -25%;
    width: 150%;
    animation: pulseOverlay 15s ease-in-out infinite;
    opacity: 0.2;
    position: absolute;
    height: 150%;
}.UPcourse_structure .kZstudy_zone:hover .JOimg_wrapper {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.UPcourse_structure .kZstudy_zone:hover .Kxskill_academy {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.UPcourse_structure .kZstudy_zone:hover .Swfirst_expert {
    transform: rotate(5deg) scale(1.05);
}.UPcourse_structure .kZstudy_zone:hover .Swfirst_expert svg path {
    fill: rgb(196,137,167);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.UPcourse_structure .kZstudy_zone {
    min-height: 500px;
}.UPcourse_structure .Kxskill_academy {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.UPcourse_structure h3 {
    font-size: calc(33px * 0.9);
}.UPcourse_structure .Swfirst_expert {
    width: 100px;
    height: 100px;
}.UPcourse_structure .Swfirst_expert svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.UPcourse_structure {
    padding: 5rem 0;
}.UPcourse_structure .kZstudy_zone {
    min-height: auto;
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.UPcourse_structure .Kxskill_academy {
    padding: 2.5rem;
    margin-top: -80px;
    z-index: 5;
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.UPcourse_structure .JOimg_wrapper {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    height: 350px;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
}.UPcourse_structure .Swfirst_expert {
    margin-left: auto;
    margin-right: auto;
}.UPcourse_structure h3 {
    padding-right: 0;
    text-align: center;
}.UPcourse_structure h3::before {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.UPcourse_structure p {
    text-align: center;
}.UPcourse_structure .kZstudy_zone:hover .JOimg_wrapper {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.UPcourse_structure .kZstudy_zone:hover .Kxskill_academy {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.UPcourse_structure {
    padding: 4rem 0;
}.UPcourse_structure .JOimg_wrapper {
    height: 300px;
}.UPcourse_structure .Kxskill_academy {
    padding: 2rem;
    margin-top: -60px;
}.UPcourse_structure .Swfirst_expert {
    margin-bottom: 1.3rem;
    width: 90px;
    height: 90px;
}.UPcourse_structure .Swfirst_expert svg {
    height: 50px;
    width: 50px;
}.UPcourse_structure h3 {
    margin-bottom: 1.3rem;
    font-size: calc(33px * 0.8);
}.UPcourse_structure p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.UPcourse_structure {
    padding: 3rem 0;
}.UPcourse_structure .JOimg_wrapper {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.UPcourse_structure .Kxskill_academy {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.UPcourse_structure .Swfirst_expert {
    height: 80px;
    width: 80px;
    margin-bottom: 1.2rem;
}.UPcourse_structure .Swfirst_expert svg {
    width: 45px;
    height: 45px;
}.UPcourse_structure h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.UPcourse_structure h3::before {
    height: 2px;
    width: 50px;
}.UPcourse_structure p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}.Accontact {
    background: linear-gradient(145deg, rgb(235,216,226) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.Accontact::before {
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(216,177,196,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(216,177,196,0.5) 11px
    );
    left: 0;
    position: absolute;
    content: "";
    animation: gridMove 20s linear infinite;
    top: 0;
    width: 100%;
    opacity: 0.05;
}.Accontact::after {
    position: absolute;
    opacity: 0.1;
    height: 200%;
    content: "";
    width: 200%;
    pointer-events: none;
    background: radial-gradient(circle, rgb(216,177,196,0.5) 0%, transparent 60%);
    left: -50%;
    top: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
}.Accontact .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.Accontact h2 {
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 60px;
}.Accontact h2::after {
    content: "";
    width: 80px;
    background: linear-gradient(to right, transparent, rgb(216,177,196), transparent);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
}.Accontact .OUsupport_query {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
}.Accontact .OUsupport_query::before {
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(216,177,196,0.5), transparent);
    left: 0;
    pointer-events: none;
    opacity: 0.03;
    position: absolute;
    content: "";
    width: 100%;
}.Accontact .JOimg_wrapper {
    transition: transform 0.6s ease;
    flex: 1;
    position: relative;
    min-height: 500px;
    transform: scale(1.01);
}.Accontact .JOimg_wrapper::after {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
}.Accontact .tGcontact_query {
    position: relative;
    flex: 1;
    padding: 50px;
}.Accontact .tGcontact_query::before {
    width: 50px;
    right: 20px;
    content: "";
    border-top: 2px solid rgb(216,177,196,0.5);
    opacity: 0.7;
    top: 20px;
    height: 50px;
    border-right: 2px solid rgb(216,177,196,0.5);
    position: absolute;
}.Accontact .tGcontact_query::after {
    border-bottom: 2px solid rgb(216,177,196,0.5);
    position: absolute;
    content: "";
    width: 50px;
    bottom: 20px;
    opacity: 0.7;
    height: 50px;
    border-left: 2px solid rgb(216,177,196,0.5);
    left: 20px;
}.Accontact form {
    width: 100%;
}.Accontact form h3 {
    position: relative;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    padding-left: 15px;
    color: #ffffff;
}.Accontact form h3::before {
    background: rgb(216,177,196);
    left: 0;
    height: 25px;
    top: 50%;
    border-radius: 10px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
}.Accontact form input[type="text"] {
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 15px 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.Accontact form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(216,177,196), 0.2);
    border-color: rgb(216,177,196);
    background: rgba(255, 255, 255, 0.08);
}.Accontact form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.Accontact .aqmessage_widget {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.Accontact .aqmessage_widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.Accontact .aqmessage_widget label {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.5;
}.Accontact .aqmessage_widget label::before {
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
    height: 22px;
    width: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: 10px;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
}.Accontact .aqmessage_widget input[type="checkbox"]:checked + label::before {
    background: rgb(216,177,196);
    border-color: rgb(216,177,196);
}.Accontact .aqmessage_widget input[type="checkbox"]:checked + label::after {
    height: 4px;
    left: 7px;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    top: 11px;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    content: "";
}.Accontact .aqmessage_widget label a {
    color: rgb(216,177,196);
    text-decoration: none;
    transition: all 0.3s ease;
}.Accontact .aqmessage_widget label a:hover {
    text-decoration: underline;
}.Accontact form .MVmessage_list {
    z-index: 1;
    border: none;
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(216,177,196), rgb(196,137,167));
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s ease;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 15px 35px;
}.Accontact form .MVmessage_list::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(196,137,167), rgb(216,177,196));
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    transition: all 0.4s ease;
    left: -100%;
    z-index: -1;
}.Accontact form .MVmessage_list:hover::before {
    left: 0;
}.Accontact form .MVmessage_list:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.Accontact svg {
    height: 24px;
    margin-right: 15px;
    fill: rgb(216,177,196);
    width: 24px;
}.Accontact svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.Accontact {
    padding: 80px 0;
}.Accontact .OUsupport_query {
    flex-direction: column;
}.Accontact .JOimg_wrapper {
    order: 1;
    min-height: 300px;
}.Accontact .tGcontact_query {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.Accontact {
    padding: 60px 0;
}.Accontact h2 {
    margin-bottom: 40px;
}.Accontact .JOimg_wrapper {
    min-height: 200px;
}.Accontact .tGcontact_query {
    padding: 30px 20px;
}.Accontact form .MVmessage_list {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.Accontact {
    padding: 40px 0;
}.Accontact h2 {
    font-size: calc(36px * 0.8);
}.Accontact form h3 {
    font-size: calc(22px * 0.9);
}.Accontact .tGcontact_query::before,
    .Accontact .tGcontact_query::after {
    height: 30px;
    width: 30px;
}}.fRour_info {
    overflow: hidden;
    background: rgb(235,216,226);
    padding: 100px 0;
    position: relative;
}.fRour_info::before {
    background-size: 100px 100px;
    background: 
    linear-gradient(45deg, rgb(216,177,196,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(196,137,167,0.5) 25%, rgb(196,137,167,0.5) 50%, transparent 50%, transparent 75%, rgb(196,137,167,0.5) 75%, rgb(196,137,167,0.5)) -50px 0;
    position: absolute;
    top: 0;
    animation: backgroundMove 60s linear infinite;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    opacity: 0.03;
}.fRour_info::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(216,177,196), rgb(196,137,167), transparent);
    animation: scanline 4s linear infinite;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
}.fRour_info .container {
    position: relative;
    z-index: 2;
}.fRour_info .GKconnect_team {
    position: relative;
    overflow: hidden;
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    transform-style: preserve-3d;
    perspective: 1000px;
    border-radius: 20px;
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
}.fRour_info .GKconnect_team::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    top: 0;
    background: 
    radial-gradient(circle at 20% 20%, rgb(216,177,196,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(196,137,167,0.5) 0%, transparent 50%);
}.fRour_info .GKconnect_team::after {
    content: "";
    height: 5px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(216,177,196), rgb(196,137,167));
    left: 0;
}.fRour_info h2 {
    margin-bottom: 35px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
    font-size: 34px;
}.fRour_info h2::before {
    left: 0;
    width: 10px;
    position: absolute;
    box-shadow: 0 0 15px rgb(216,177,196);
    border-radius: 2px;
    transform: translateY(-50%) rotate(45deg);
    animation: pulse 3s infinite;
    height: 10px;
    top: 50%;
    background: rgb(216,177,196);
    content: "";
}.fRour_info h2::after {
    position: absolute;
    width: 100px;
    left: 0;
    content: "";
    bottom: -10px;
    height: 2px;
    background: linear-gradient(to right, rgb(216,177,196), transparent);
}.fRour_info p {
    position: relative;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 18px;
}.fRour_info p:last-of-type {
    transition: all 0.3s ease;
    display: flex;
    border-left: 3px solid rgb(216,177,196);
    margin-bottom: 50px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 15px 20px;
    align-items: center;
}.fRour_info p:last-of-type:hover {
    transform: translateX(5px);
    background: rgba(0, 0, 0, 0.04);
}.fRour_info p svg {
    filter: drop-shadow(0 0 2px rgb(216,177,196,0.5));
    fill: rgb(216,177,196);
    height: 24px;
    width: 24px;
    margin-right: 15px;
    transition: all 0.3s ease;
}.fRour_info p:hover svg {
    transform: scale(1.1);
}.fRour_info p svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,177,196);
}.fRour_info .ZJquery_form {
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    padding-top: 20px;
    display: flex;
}.fRour_info .ZJquery_form::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(196,137,167,0.5), transparent);
    height: 1px;
    position: absolute;
}.fRour_info .nHcontact_widget {
    justify-content: center;
    width: 70px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 70px;
    display: flex;
    background: #ffffff;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}.fRour_info .nHcontact_widget::before {
    left: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: 
    linear-gradient(45deg, rgb(216,177,196,0.5), transparent 70%),
    linear-gradient(135deg, transparent 70%, rgb(196,137,167,0.5));
    opacity: 0;
}.fRour_info .nHcontact_widget::after {
    top: -2px;
    border-radius: 17px;
    left: -2px;
    animation: gradient-animation 6s linear infinite;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(216,177,196), rgb(196,137,167), rgb(216,177,196));
    background-size: 200% 200%;
    right: -2px;
    z-index: -2;
    opacity: 0;
    transition: opacity 0.4s ease;
    bottom: -2px;
}.fRour_info .nHcontact_widget svg {
    fill: rgb(216,177,196);
    transition: all 0.4s ease;
    height: 30px;
    width: 30px;
}.fRour_info .nHcontact_widget svg path {
    fill: rgb(216,177,196);
    transition: fill 0.4s ease;
}.fRour_info .nHcontact_widget:hover {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.fRour_info .nHcontact_widget:hover::before {
    opacity: 0.2;
}.fRour_info .nHcontact_widget:hover::after {
    opacity: 1;
}.fRour_info .nHcontact_widget:hover svg {
    transform: scale(1.1);
    fill: rgb(216,177,196);
}.fRour_info .nHcontact_widget:hover svg path {
    fill: rgb(216,177,196);
}.fRour_info .nHcontact_widget span {
    pointer-events: none;
    transform: translate(-50%, -50%);
    position: absolute;
    animation: ripple 1s linear infinite;
    background: rgb(216,177,196);
    opacity: 0;
    border-radius: 50%;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

@keyframes scanline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(216,177,196);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(216,177,196);
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@media (max-width: 992px) {.fRour_info {
    padding: 70px 0;
}.fRour_info .GKconnect_team {
    padding: 45px 35px;
}.fRour_info h2 {
    font-size: calc(34px * 0.9);
}.fRour_info .ZJquery_form {
    gap: 20px;
}.fRour_info .nHcontact_widget {
    width: 65px;
    height: 65px;
}.fRour_info .nHcontact_widget svg {
    height: 26px;
    width: 26px;
}
}

@media (max-width: 768px) {.fRour_info {
    padding: 60px 0;
}.fRour_info .GKconnect_team {
    padding: 40px 30px;
}.fRour_info h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 25px;
}.fRour_info p {
    margin-bottom: 25px;
    font-size: calc(18px * 0.95);
}.fRour_info p:last-of-type {
    padding: 12px 15px;
}.fRour_info p svg {
    margin-right: 12px;
    width: 22px;
    height: 22px;
}.fRour_info .ZJquery_form {
    gap: 15px;
    justify-content: center;
}.fRour_info .nHcontact_widget {
    width: 60px;
    border-radius: 12px;
    height: 60px;
}.fRour_info .nHcontact_widget svg {
    width: 24px;
    height: 24px;
}.fRour_info .nHcontact_widget:hover {
    border-radius: 15px;
}
}

@media (max-width: 576px) {.fRour_info {
    padding: 50px 0;
}.fRour_info .GKconnect_team {
    padding: 35px 25px;
}.fRour_info h2 {
    padding-left: 15px;
    font-size: calc(34px * 0.8);
}.fRour_info h2::before {
    height: 8px;
    width: 8px;
}.fRour_info p {
    font-size: calc(18px * 0.9);
}.fRour_info p:last-of-type {
    padding: 10px 12px;
}.fRour_info p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.fRour_info .ZJquery_form {
    justify-content: space-around;
    gap: 12px;
}.fRour_info .nHcontact_widget {
    border-radius: 10px;
    width: 55px;
    height: 55px;
}.fRour_info .nHcontact_widget svg {
    width: 22px;
    height: 22px;
}.fRour_info .nHcontact_widget:hover {
    border-radius: 12px;
}}.elcustomer_feedback {
    position: relative;
    background: linear-gradient(135deg, rgb(235,216,226) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
}.elcustomer_feedback::before {
    animation: float 15s infinite ease-in-out;
    transform: rotate(-15deg) skew(10deg);
    background: linear-gradient(225deg, rgb(216,177,196,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    content: "";
    width: 500px;
    z-index: 1;
    height: 500px;
    position: absolute;
    top: -100px;
    right: -100px;
}.elcustomer_feedback::after {
    left: -50px;
    z-index: 1;
    transform: rotate(15deg);
    height: 300px;
    animation: float 12s infinite ease-in-out reverse;
    bottom: -50px;
    position: absolute;
    content: "";
    width: 300px;
    background: linear-gradient(45deg, rgb(196,137,167,0.5) 0%, rgba(255, 255, 255, 0) 70%);
}.elcustomer_feedback .container {
    position: relative;
    z-index: 2;
}.elcustomer_feedback h2 {
    font-weight: 700;
    max-width: 80%;
    margin-left: auto;
    color: #000000;
    margin-right: auto;
    font-size: 33px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}.elcustomer_feedback h2::after {
    background: linear-gradient(90deg, rgb(216,177,196) 0%, rgb(196,137,167) 100%);
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    left: 50%;
    height: 3px;
}.elcustomer_feedback .wnlearner_views {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
    display: grid;
    gap: 30px;
}.elcustomer_feedback .gJfeedback_carousel {
    position: relative;
    z-index: 2;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 30px;
}.elcustomer_feedback .gJfeedback_carousel:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.elcustomer_feedback .gJfeedback_carousel:nth-child(odd):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(216,177,196,0.5), 0.2) 100%);
}.elcustomer_feedback .gJfeedback_carousel:nth-child(even):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(196,137,167,0.5), 0.2) 100%);
}.elcustomer_feedback .gJfeedback_carousel > div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}.elcustomer_feedback .gJfeedback_carousel img {
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    width: 70px;
    object-fit: cover;
    height: 70px;
    border-radius: 50%;
    transition: all 0.3s ease;
}.elcustomer_feedback .gJfeedback_carousel:hover img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}.elcustomer_feedback .gJfeedback_carousel h4 {
    margin-left: 20px;
    font-weight: 600;
    font-size: calc(19px * 0.9);
    color: #000000;
    position: relative;
}.elcustomer_feedback .gJfeedback_carousel h4::after {
    transition: width 0.3s ease;
    left: 0;
    content: "";
    height: 2px;
    width: 30px;
    bottom: -8px;
    background: rgb(216,177,196);
    position: absolute;
}.elcustomer_feedback .gJfeedback_carousel:hover h4::after {
    width: 50px;
}.elcustomer_feedback .gJfeedback_carousel .description {
    line-height: 1.6;
    margin: 0;
    padding: 5px 0 5px 20px;
    color: #000000;
    position: relative;
    font-size: 18px;
    border-left: 2px solid rgb(196,137,167,0.5);
}.elcustomer_feedback .gJfeedback_carousel .description::before {
    font-family: Georgia, serif;
    font-size: 60px;
    color: rgba(rgb(196,137,167,0.5), 0.2);
    position: absolute;
    top: -20px;
    content: "";
    left: -10px;
}.elcustomer_feedback .gJfeedback_carousel:nth-child(3n+1) {
    transform: translateY(20px);
}.elcustomer_feedback .gJfeedback_carousel:nth-child(3n+2) {
    transform: translateY(0);
}.elcustomer_feedback .gJfeedback_carousel:nth-child(3n+3) {
    transform: translateY(-20px);
}.elcustomer_feedback .gJfeedback_carousel:nth-child(3n+1):hover {
    transform: translateY(10px);
}.elcustomer_feedback .gJfeedback_carousel:nth-child(3n+2):hover {
    transform: translateY(-10px);
}.elcustomer_feedback .gJfeedback_carousel:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.elcustomer_feedback a {
    box-shadow: 0 5px 20px rgba(rgb(216,177,196,0.5), 0.3);
    margin-top: 50px;
    padding: 12px 30px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    background: linear-gradient(135deg, rgb(216,177,196) 0%, rgb(196,137,167) 100%);
    transition: all 0.3s ease;
    margin: 50px auto 0;
    border-radius: 28px;
    text-decoration: none;
    width: 200px;
    font-size: 17px;
    overflow: hidden;
    display: block;
    display: inline-block;
    text-align: center;
    z-index: 2;
}.elcustomer_feedback a::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    left: -100%;
    position: absolute;
    content: "";
    height: 100%;
    transition: all 0.5s ease;
}.elcustomer_feedback a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(rgb(216,177,196,0.5), 0.4);
}.elcustomer_feedback a:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.elcustomer_feedback {
    padding: 80px 0;
}.elcustomer_feedback h2 {
    max-width: 90%;
    font-size: calc(33px * 0.9);
}.elcustomer_feedback .wnlearner_views {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.elcustomer_feedback {
    padding: 60px 0;
}.elcustomer_feedback::before,
    .elcustomer_feedback::after {
    width: 200px;
    height: 200px;
}.elcustomer_feedback h2 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.8);
}.elcustomer_feedback .wnlearner_views {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.elcustomer_feedback .gJfeedback_carousel:nth-child(3n+1),
    .elcustomer_feedback .gJfeedback_carousel:nth-child(3n+2),
    .elcustomer_feedback .gJfeedback_carousel:nth-child(3n+3) {
    transform: translateY(0);
}.elcustomer_feedback .gJfeedback_carousel:nth-child(3n+1):hover,
    .elcustomer_feedback .gJfeedback_carousel:nth-child(3n+2):hover,
    .elcustomer_feedback .gJfeedback_carousel:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.elcustomer_feedback {
    padding: 50px 0;
}.elcustomer_feedback h2 {
    max-width: 100%;
    font-size: calc(33px * 0.7);
}.elcustomer_feedback .gJfeedback_carousel {
    padding: 20px;
}.elcustomer_feedback .gJfeedback_carousel img {
    height: 60px;
    width: 60px;
}.elcustomer_feedback .gJfeedback_carousel h4 {
    font-size: calc(19px * 0.8);
}.elcustomer_feedback .gJfeedback_carousel .description {
    font-size: calc(18px * 0.95);
}.elcustomer_feedback a {
    width: 180px;
    padding: 10px 20px;
}}.etstay_informed {
    position: relative;
    background: linear-gradient(135deg, rgb(216,177,196,0.5), rgb(235,216,226));
    padding: 80px 0;
    overflow: hidden;
}.etstay_informed::before {
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(196,137,167,0.5) 0%, transparent 60%);
}.etstay_informed::after {
    z-index: 1;
    background: radial-gradient(circle, rgb(216,177,196) 0%, transparent 70%);
    bottom: -50px;
    right: -50px;
    width: 200px;
    opacity: 0.3;
    content: '';
    height: 200px;
    border-radius: 50%;
    position: absolute;
}.etstay_informed .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.etstay_informed .kZstudy_zone {
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 24px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
}.etstay_informed .kZstudy_zone::before {
    width: 20px;
    left: 10%;
    opacity: 0.5;
    height: 20px;
    border-radius: 50%;
    top: -10px;
    background: rgb(216,177,196);
    content: '';
    animation: floatCircle 5s infinite ease-in-out;
    position: absolute;
}.etstay_informed .kZstudy_zone::after {
    border-radius: 50%;
    content: '';
    opacity: 0.4;
    background: rgb(196,137,167);
    animation: floatCircle 7s infinite ease-in-out reverse;
    position: absolute;
    height: 30px;
    bottom: -15px;
    right: 15%;
    width: 30px;
}.etstay_informed h3 {
    color: #000000;
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}.etstay_informed h3::after {
    height: 3px;
    left: 50%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(216,177,196), rgb(196,137,167));
    width: 80px;
    position: absolute;
    content: '';
    bottom: -12px;
    transform: translateX(-50%);
}.etstay_informed .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 600px;
    z-index: 5;
    margin: 0 auto;
}.etstay_informed .input_holder > div {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}.etstay_informed .input_holder input[type="email"] {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    border-radius: 24px;
    background-color: #ffffff;
    font-size: 13px;
    padding: 16px 20px;
    transition: all 0.3s ease;
}.etstay_informed .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(216,177,196);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.etstay_informed .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.etstay_informed .input_holder .fksub_approach {
    box-shadow: 0 8px 20px rgba(rgb(216,177,196,0.5), 0.3);
    font-size: 15px;
    overflow: hidden;
    padding: 16px 36px;
    position: relative;
    border-radius: 24px;
    align-self: center;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(216,177,196), rgb(196,137,167));
    cursor: pointer;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
}.etstay_informed .input_holder .fksub_approach:hover {
    box-shadow: 0 10px 25px rgba(rgb(216,177,196,0.5), 0.4);
    transform: translateY(-3px) scale(1.02);
}.etstay_informed .input_holder .fksub_approach:active {
    box-shadow: 0 5px 15px rgba(rgb(216,177,196,0.5), 0.3);
    transform: translateY(1px);
}.etstay_informed .input_holder .fksub_approach::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
}.etstay_informed .input_holder .fksub_approach:hover::before {
    left: 100%;
}

@keyframes floatCircle {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media screen and (min-width: 768px) {.etstay_informed .input_holder {
    align-items: center;
    gap: 20px;
    flex-direction: row;
}.etstay_informed .input_holder > div {
    flex: 1;
    margin-bottom: 0;
}.etstay_informed .input_holder .fksub_approach {
    min-width: 160px;
    white-space: nowrap;
}
}

@media screen and (max-width: 767px) {.etstay_informed {
    padding: 60px 0;
}.etstay_informed .kZstudy_zone {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.etstay_informed h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.etstay_informed .input_holder .fksub_approach {
    margin-top: 5px;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.etstay_informed {
    padding: 40px 0;
}.etstay_informed .kZstudy_zone {
    padding: 25px 15px;
    transform: none;
}.etstay_informed h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.8);
}.etstay_informed h3::after {
    width: 60px;
}.etstay_informed .input_holder input[type="email"] {
    padding: 14px 16px;
}.etstay_informed .input_holder .fksub_approach {
    padding: 14px 20px;
}}.Jnpricing_offer {
    position: relative;
    padding: 120px 0;
    background-color: rgb(235,216,226);
    overflow: hidden;
}.Jnpricing_offer::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    content: "";
    top: -10%;
    z-index: 0;
    height: 120%;
    transform: rotate(-3deg);
    left: -5%;
    width: 110%;
}.Jnpricing_offer .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.Jnpricing_offer .Gkpricing_list {
    flex-direction: column;
    display: flex;
}.Jnpricing_offer .hBpricing_fees {
    position: relative;
    text-align: center;
    order: 1;
    margin-bottom: 50px;
}.Jnpricing_offer .hBpricing_fees h2 {
    color: #000000;
    transform: translateY(0);
    background: linear-gradient(120deg, rgb(196,137,167), rgb(216,177,196));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    font-size: 37px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}.Jnpricing_offer .hBpricing_fees:hover h2 {
    transform: translateY(-5px);
}.Jnpricing_offer .XUpro_fees {
    max-width: 700px;
    color: #000000;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
}.Jnpricing_offer .XUpro_fees::after {
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(196,137,167), rgb(216,177,196));
    left: 50%;
    transition: transform 0.5s ease;
    transform: translateX(-50%) scaleX(0.7);
    width: 100px;
    bottom: -15px;
}.Jnpricing_offer .hBpricing_fees:hover .XUpro_fees::after {
    transform: translateX(-50%) scaleX(1);
}.Jnpricing_offer .SUlearn_rates {
    order: 2;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    width: 100%;
    gap: 30px;
}.Jnpricing_offer .WCaccess_cost {
    position: relative;
    background-color: #ffffff;
    perspective: 1000px;
    border-radius: 27px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
}.Jnpricing_offer .WCaccess_cost::before {
    position: absolute;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    height: 5px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(196,137,167), rgb(216,177,196));
    transform: scaleX(0.85);
    width: 100%;
    content: "";
}.Jnpricing_offer .WCaccess_cost:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.Jnpricing_offer .WCaccess_cost:hover::before {
    transform: scaleX(1);
}.Jnpricing_offer .EYcost_schemes {
    height: 100%;
    flex-direction: column;
    display: flex;
}.Jnpricing_offer .dNpromo_cost {
    position: relative;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    display: flex;
    padding: 30px;
    flex-grow: 1;
}.Jnpricing_offer .dNpromo_cost::before {
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
}.Jnpricing_offer .dNpromo_cost h3 {
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: calc(19px + 2px);
    margin-bottom: 15px;
    color: #000000;
}.Jnpricing_offer .WCaccess_cost:hover .dNpromo_cost h3 {
    transform: translateX(5px);
}.Jnpricing_offer .Fqfee_options {
    position: relative;
    font-size: calc(19px + 8px);
    display: inline-block;
    color: rgb(216,177,196);
    margin-bottom: 20px;
    transition: transform 0.4s ease, color 0.4s ease;
    font-weight: 700;
    padding: 5px 10px;
}.Jnpricing_offer .Fqfee_options::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(196,137,167), rgb(216,177,196));
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0.3);
}.Jnpricing_offer .WCaccess_cost:hover .Fqfee_options {
    transform: translateY(-5px);
    color: rgb(196,137,167);
}.Jnpricing_offer .WCaccess_cost:hover .Fqfee_options::before {
    transform: scaleX(1);
}.Jnpricing_offer .dNpromo_cost p {
    font-size: 18px;
    color: #000000;
    word-wrap: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
    max-width: 100%;
    hyphens: auto;
    margin-bottom: 0;
}.Jnpricing_offer .JOimg_wrapper {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    position: relative;
    overflow: hidden;
}.Jnpricing_offer .JOimg_wrapper::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    content: "";
    top: 0;
    z-index: 1;
}.Jnpricing_offer .WCaccess_cost:hover .JOimg_wrapper {
    transform: scale(1.05);
}

@media (min-width: 768px) {.Jnpricing_offer .SUlearn_rates {
    grid-template-columns: repeat(2, 1fr);
}.Jnpricing_offer .dNpromo_cost {
    padding: 35px;
}.Jnpricing_offer .JOimg_wrapper {
    height: 220px;
}
}

@media (min-width: 992px) {.Jnpricing_offer .Gkpricing_list {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.Jnpricing_offer .hBpricing_fees {
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.Jnpricing_offer .SUlearn_rates {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}.Jnpricing_offer .XUpro_fees::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.Jnpricing_offer .hBpricing_fees:hover .XUpro_fees::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.Jnpricing_offer {
    padding: 150px 0;
}.Jnpricing_offer .SUlearn_rates {
    gap: 40px;
}.Jnpricing_offer .WCaccess_cost {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.Jnpricing_offer .WCaccess_cost:hover {
    transform: translateY(-15px) scale(1.02);
}.Jnpricing_offer .WCaccess_cost:nth-child(even) {
    transform: translateY(15px);
}.Jnpricing_offer .WCaccess_cost:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.Jnpricing_offer .JOimg_wrapper {
    height: 250px;
}}.bldata_overview {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(235,216,226) 0%, rgb(196,137,167,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.bldata_overview::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(216,177,196,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(216,177,196,0.5) 12px
    );
    opacity: 0.05;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
}.bldata_overview::after {
    height: 200%;
    content: "";
    width: 70%;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(to bottom right, rgb(216,177,196,0.5) 0%, transparent 70%);
    right: -20%;
    top: -50%;
    transform: rotate(15deg);
}.bldata_overview .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    transform-style: preserve-3d;
}.bldata_overview ul {
    display: grid;
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    transform-style: preserve-3d;
    margin-bottom: 4rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.bldata_overview .jastatistics_tracks {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform-style: preserve-3d;
}.bldata_overview .jastatistics_tracks:hover {
    transform: translateZ(20px) scale(1.02);
}.bldata_overview .jastatistics_tracks div {
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    padding: 2.5rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    height: 100%;
}.bldata_overview .jastatistics_tracks div::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(216,177,196) 0%, rgb(196,137,167) 100%);
}.bldata_overview .jastatistics_tracks div::after {
    opacity: 0.1;
    right: 0;
    content: "";
    z-index: -1;
    bottom: 0;
    transition: all 0.4s ease;
    position: absolute;
    height: 40%;
    background: linear-gradient(135deg, transparent 50%, rgb(196,137,167,0.5) 100%);
    width: 50%;
}.bldata_overview .jastatistics_tracks:hover div::after {
    height: 50%;
    width: 60%;
    opacity: 0.15;
}.bldata_overview .jastatistics_tracks p {
    font-weight: 700;
    position: relative;
    color: rgb(216,177,196);
    transition: transform 0.3s ease;
    font-size: calc(32px * 1.5);
    margin: 0 0 0.5rem;
    line-height: 1;
}.bldata_overview .jastatistics_tracks:hover p {
    transform: translateY(-5px);
}.bldata_overview .jastatistics_tracks p::after {
    width: 40px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    opacity: 0.7;
    left: 50%;
    bottom: -10px;
    transition: width 0.3s ease;
    background: rgb(196,137,167);
    position: absolute;
}.bldata_overview .jastatistics_tracks:hover p::after {
    width: 60px;
}.bldata_overview .jastatistics_tracks span {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 1rem;
    color: #000000;
    z-index: 2;
    font-size: 18px;
    font-weight: 600;
}.bldata_overview h4 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    transform: translateZ(30px);
    padding-bottom: 1rem;
}.bldata_overview h4::before {
    width: 80px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 50%;
    background: rgb(216,177,196);
}

@media (min-width: 992px) {.bldata_overview {
    padding: 7rem 3rem;
}.bldata_overview ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.bldata_overview h4 {
    font-size: calc(18px * 1.2);
}.bldata_overview .jastatistics_tracks p {
    font-size: calc(48px * 1.2);
}
}

@media (min-width: 768px) and (max-width: 991px) {.bldata_overview ul {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 576px) and (max-width: 767px) {.bldata_overview ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {.bldata_overview {
    padding: 4rem 1.5rem;
}.bldata_overview ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.bldata_overview .jastatistics_tracks div {
    padding: 2rem 1rem;
}.bldata_overview .jastatistics_tracks p {
    font-size: 32px;
}.bldata_overview h4 {
    font-size: 19px;
}
}

@media (prefers-reduced-motion: reduce) {.bldata_overview .jastatistics_tracks,
    .bldata_overview .jastatistics_tracks:hover,
    .bldata_overview .jastatistics_tracks p,
    .bldata_overview .jastatistics_tracks:hover p,
    .bldata_overview .jastatistics_tracks div::after,
    .bldata_overview .jastatistics_tracks:hover div::after,
    .bldata_overview .jastatistics_tracks p::after,
    .bldata_overview .jastatistics_tracks:hover p::after {
    transition: none;
    transform: none;
}}header {
    background-color: rgb(235,216,226);
    padding: 1.2rem 0;
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    position: relative;
}header::before {
    left: 0;
    animation: gridMove 40s linear infinite;
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    top: 0;
    opacity: 0.15;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(216,177,196,0.5) 49.5%, rgb(216,177,196,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(196,137,167,0.5) 49.5%, rgb(196,137,167,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
}header::after {
    z-index: 1;
    background: linear-gradient(90deg, 
        rgb(216,177,196) 0%, 
        rgb(196,137,167) 50%, 
        rgb(216,177,196) 100%);
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 4px;
    content: '';
}header .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .sDhead_mainbar {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .yvmain_nav {
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 5px;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 23px;
}header .Evtop_start {
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    font-size: 13px;
    font-weight: 400;
}header .Evtop_start::before {
    background: linear-gradient(45deg, rgb(216,177,196), rgb(196,137,167));
    bottom: -2px;
    content: '';
    left: -2px;
    border-radius: calc(10px + 2px);
    transform: scale(0.95);
    transition: all 0.3s ease;
    position: absolute;
    right: -2px;
    opacity: 0;
    top: -2px;
    z-index: -1;
}header .Evtop_start::after {
    left: 0;
    background: rgb(216,177,196);
    top: 0;
    right: 0;
    content: '';
    z-index: -1;
    bottom: 0;
    border-radius: 10px;
    position: absolute;
}header .Evtop_start:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateY(-3px);
}header .Evtop_start:hover::before {
    opacity: 1;
    transform: scale(1);
}header .XNmain_pagewrap {
    padding: 0.5rem 1rem;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    align-items: center;
}header .XNmain_pagewrap::before {
    height: 100%;
    transition: 0.5s;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: -100%;
}header .XNmain_pagewrap:hover::before {
    left: 100%;
}header .XNmain_pagewrap svg {
    position: relative;
    width: 160px;
    z-index: 2;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .yvmain_nav {
    gap: 0.3rem;
}header .Evtop_start {
    padding: 0.6rem 0.8rem;
    font-size: calc(13px - 1px);
}header .XNmain_pagewrap svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .sDhead_mainbar {
    flex-direction: column;
}header .yvmain_nav {
    width: 100%;
    justify-content: center;
    order: 2;
    padding: 10px;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}header .Evtop_start {
    padding: 0.5rem 0.7rem;
    font-size: calc(13px - 2px);
}header .XNmain_pagewrap {
    order: 1;
    margin-bottom: 0.5rem;
}header .XNmain_pagewrap svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .yvmain_nav {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .yvmain_nav::-webkit-scrollbar {
    height: 3px;
}header .yvmain_nav::-webkit-scrollbar-thumb {
    background: rgb(216,177,196);
    border-radius: 10px;
}header .Evtop_start {
    white-space: nowrap;
}header .XNmain_pagewrap svg {
    width: 110px;
}}.wRconfidential_refuge {
    width: 85%;
    background: #ffffff;
    padding: 50px;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid rgb(216,177,196);
    position: relative;
    max-width: 1000px;
    font-family: Arial, sans-serif;
}.wRconfidential_refuge:before, .wRconfidential_refuge:after {
    content: "";
    left: 0;
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(216,177,196,0.5), rgb(196,137,167,0.5));
    position: absolute;
}.wRconfidential_refuge h1 {
    z-index: 1;
    position: relative;
    margin-top: 20px;
    color: #000000;
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(216,177,196);
    font-weight: 700;
    padding-bottom: 10px;
}.wRconfidential_refuge h2 {
    border-bottom: 2px solid rgb(196,137,167,0.5);
    color: rgb(196,137,167);
    padding-bottom: 5px;
    font-size: 33px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}.wRconfidential_refuge ul, .wRconfidential_refuge ol {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 20px;
    z-index: 1;
    list-style-type: disc;
    position: relative;
}.wRconfidential_refuge li {
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
}.wRconfidential_refuge li:before {
    position: absolute;
    left: -20px;
    color: rgb(216,177,196);
    font-size: 1.2em;
    line-height: 1;
    content: "•";
}.wRconfidential_refuge div {
    line-height: 1.8;
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
}.wRconfidential_refuge .container {
    position: relative;
    z-index: 1;
}.wRconfidential_refuge h3, .wRconfidential_refuge h4, .wRconfidential_refuge h5, .wRconfidential_refuge h6 {
    color: rgb(216,177,196);
    margin-top: 25px;
    z-index: 1;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
}.wRconfidential_refuge p, .wRconfidential_refuge span {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}.wRconfidential_refuge a {
    font-weight: 600;
    position: relative;
    color: rgb(196,137,167);
    z-index: 1;
    border-bottom: 1px solid rgb(196,137,167);
    text-decoration: none;
}.wRconfidential_refuge a:hover {
    border-bottom: 1px solid rgb(216,177,196);
    color: rgb(216,177,196);
}.wRconfidential_refuge button {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 24px;
    z-index: 1;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    background: rgb(196,137,167);
}.wRconfidential_refuge button:hover {
    background: rgb(216,177,196);
}

@media only screen and (max-width: 800px) {.wRconfidential_refuge {
    padding: 30px;
    width: 90%;
}.wRconfidential_refuge h1 {
    font-size: calc(19px - 5px);
}.wRconfidential_refuge h2 {
    font-size: calc(19px - 3px);
}.wRconfidential_refuge ul, .wRconfidential_refuge ol {
    padding-left: 10px;
}.wRconfidential_refuge li:before {
    left: -10px;
}.wRconfidential_refuge button {
    padding: 10px 20px;
}}.Qmwelcome {
    align-items: center;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(235,216,226), rgba(0, 0, 0, 0.5));
    perspective: 1000px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}.Qmwelcome .Welearn_front {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 92%;
}.Qmwelcome .Welearn_front > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateZ(0);
}.Qmwelcome h3 {
    margin: 0;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    z-index: 3;
    background: linear-gradient(45deg, rgb(216,177,196), rgb(196,137,167));
    font-weight: 600;
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backface-visibility: hidden;
    transform: translateY(0) rotateX(0deg);
    position: relative;
    font-size: calc(19px * 1.05);
}.Qmwelcome .kiacademy_cult {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    min-height: 480px;
    overflow: hidden;
    height: 60vh;
    transform: translateZ(20px) rotateX(2deg);
    position: relative;
}.Qmwelcome .kiacademy_cult::before {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.85;
    right: 0;
    content: "";
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgb(216,177,196,0.5) 50%,
    #000000 100%
  );
    bottom: 0;
    z-index: 1;
}.Qmwelcome .kiacademy_cult::after {
    backdrop-filter: blur(3px);
    transition: opacity 0.5s ease, backdrop-filter 0.5s ease;
    right: 0;
    top: 0;
    z-index: 2;
    left: 0;
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    content: "";
    background: linear-gradient(
    135deg,
    transparent 30%,
    rgb(196,137,167,0.5) 100%
  );
}.Qmwelcome .kiacademy_cult > div {
    transform: translateZ(30px);
    position: relative;
    z-index: 3;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    padding: 4rem 3rem;
    display: flex;
}.Qmwelcome p {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: linear-gradient(90deg, rgb(216,177,196,0.5), transparent);
    padding: 1rem 1.5rem;
    max-width: 500px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 1.5rem;
    backdrop-filter: blur(4px);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateX(-20px);
    font-size: calc(16px * 1.15);
}.Qmwelcome h1.title_style_header {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    transform: perspective(1000px) rotateX(0);
    opacity: 0;
    margin: 0;
    font-size: calc(45px * 1.1);
    max-width: 700px;
    padding: 0.5rem 0;
}.Qmwelcome h1.title_style_header::before {
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(196,137,167), transparent);
    animation: expandWidth 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    width: 100px;
    bottom: -10px;
}.Qmwelcome:hover .kiacademy_cult {
    transform: translateZ(25px) rotateX(0deg);
}.Qmwelcome:hover h3 {
    transform: translateY(-5px) rotateX(2deg);
}.Qmwelcome:hover .kiacademy_cult::after {
    backdrop-filter: blur(2px);
    opacity: 0.2;
}

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

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

@keyframes expandWidth {
  from {
    width: 50px;
  }
  to {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {.Qmwelcome .Welearn_front > div {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.Qmwelcome h3 {
    align-self: center;
    transform: translateZ(10px) perspective(1000px);
    font-size: 19px;
}.Qmwelcome .kiacademy_cult {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    height: 70vh;
}.Qmwelcome h1.title_style_header {
    font-size: 45px;
    max-width: 90%;
}
}

@media screen and (min-width: 992px) {.Qmwelcome .Welearn_front > div {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 3rem;
}.Qmwelcome h3 {
    padding: 2.5rem;
    transform: translateZ(15px) perspective(1000px);
}.Qmwelcome .kiacademy_cult {
    height: 80vh;
    transform: translateZ(30px) rotateX(1deg);
}.Qmwelcome .kiacademy_cult > div {
    padding: 5rem 4rem;
}.Qmwelcome p {
    max-width: 550px;
    font-size: calc(16px * 1.25);
}.Qmwelcome h1.title_style_header {
    font-size: calc(45px * 1.2);
}.Qmwelcome h1.title_style_header::before {
    height: 8px;
}
}

@media screen and (max-width: 767px) {.Qmwelcome {
    min-height: auto;
    padding: 3rem 0;
}.Qmwelcome .Welearn_front {
    width: 90%;
}.Qmwelcome h3 {
    padding: 1.5rem;
    font-size: calc(16px * 1.1);
}.Qmwelcome .kiacademy_cult {
    min-height: 380px;
    height: 50vh;
}.Qmwelcome .kiacademy_cult > div {
    padding: 2rem 1.5rem;
}.Qmwelcome p {
    transform: translateX(-10px);
    margin-bottom: 1rem;
    font-size: 16px;
}.Qmwelcome h1.title_style_header {
    font-size: calc(28px * 0.9);
}.Qmwelcome h1.title_style_header::before {
    height: 4px;
}}.nNcompany_overview {
    background: linear-gradient(145deg, rgb(235,216,226) 40%, rgba(rgb(216,177,196,0.5), 0.05) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.nNcompany_overview::before {
    top: -10%;
    opacity: 0.07;
    background: linear-gradient(210deg, rgb(216,177,196) 10%, rgb(196,137,167) 90%);
    pointer-events: none;
    position: absolute;
    height: 70%;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    right: -5%;
    z-index: 1;
}.nNcompany_overview::after {
    bottom: -5%;
    content: "";
    position: absolute;
    pointer-events: none;
    background: linear-gradient(30deg, rgb(196,137,167) 20%, rgb(216,177,196) 80%);
    height: 60%;
    width: 30%;
    opacity: 0.05;
    left: -5%;
    z-index: 1;
    transform: rotate(15deg) skewY(-5deg);
}.nNcompany_overview .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.nNcompany_overview h1 {
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 60px;
    color: #000000;
    text-align: left;
}.nNcompany_overview h1::after {
    background: linear-gradient(90deg, rgb(216,177,196), rgb(196,137,167));
    left: 0;
    transform-origin: left center;
    position: absolute;
    bottom: -15px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 4px;
    width: 80px;
}.nNcompany_overview h1:hover::after {
    transform: scaleX(1.5);
}.nNcompany_overview .Kevalue_prop {
    position: relative;
}.nNcompany_overview .Kevalue_prop ul {
    gap: 40px;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
}.nNcompany_overview .nXstudent_voice {
    padding: 40px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    z-index: 2;
    overflow: hidden;
}.nNcompany_overview .nXstudent_voice::before {
    background: linear-gradient(to bottom, rgb(216,177,196), rgb(196,137,167));
    top: 0;
    content: "";
    height: 100%;
    width: 4px;
    left: 0;
    position: absolute;
    transform-origin: top center;
    transition: transform 0.3s ease-out;
}.nNcompany_overview .nXstudent_voice:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(0);
}.nNcompany_overview .nXstudent_voice:hover::before {
    transform: scaleY(1.05);
}.nNcompany_overview .nXstudent_voice h4 {
    color: rgb(216,177,196);
    position: relative;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 19px;
    padding-left: 15px;
    transform: translateZ(0);
}.nNcompany_overview .nXstudent_voice:hover h4 {
    color: rgb(196,137,167);
    transform: translateX(5px);
}.nNcompany_overview .nXstudent_voice h4::before {
    content: "";
    position: absolute;
    background-color: rgb(216,177,196);
    transition: background-color 0.3s ease;
    left: 0;
    height: 6px;
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
}.nNcompany_overview .nXstudent_voice:hover h4::before {
    background-color: rgb(196,137,167);
}.nNcompany_overview .nXstudent_voice div {
    position: relative;
    color: #000000;
    opacity: 0.9;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1.7;
}.nNcompany_overview .nXstudent_voice div::-webkit-scrollbar {
    width: 4px;
}.nNcompany_overview .nXstudent_voice div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(216,177,196), rgb(196,137,167));
}.nNcompany_overview .nXstudent_voice div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

@media (min-width: 768px) {.nNcompany_overview .Kevalue_prop ul {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.nNcompany_overview h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 70px;
}.nNcompany_overview .nXstudent_voice {
    padding: 45px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.nNcompany_overview .nXstudent_voice div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.nNcompany_overview {
    padding: 150px 0;
}.nNcompany_overview::before {
    width: 35%;
    height: 60%;
}.nNcompany_overview::after {
    width: 25%;
    height: 50%;
}.nNcompany_overview h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 80px;
}.nNcompany_overview h1::after {
    height: 5px;
    width: 100px;
}.nNcompany_overview .nXstudent_voice {
    padding: 50px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.nNcompany_overview .nXstudent_voice::before {
    width: 5px;
}.nNcompany_overview .nXstudent_voice h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 25px;
}.nNcompany_overview .nXstudent_voice div {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.nNcompany_overview {
    padding: 180px 0;
}.nNcompany_overview .container {
    padding: 0 30px;
}.nNcompany_overview h1 {
    font-size: calc(47px * 1.3);
}.nNcompany_overview .Kevalue_prop ul {
    gap: 40px;
}.nNcompany_overview .nXstudent_voice {
    padding: 60px;
}.nNcompany_overview .nXstudent_voice div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.nNcompany_overview {
    padding: 80px 0;
}.nNcompany_overview h1 {
    font-size: calc(47px * 0.9);
    text-align: center;
    margin-bottom: 40px;
}.nNcompany_overview h1::after {
    left: 50%;
    transform: translateX(-50%);
}.nNcompany_overview h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.nNcompany_overview .nXstudent_voice {
    margin-bottom: 25px;
    padding: 30px 25px;
}.nNcompany_overview .nXstudent_voice h4 {
    font-size: calc(19px * 0.95);
    margin-bottom: 15px;
}.nNcompany_overview .nXstudent_voice div {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}}.CJcookie_overlay_alert {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    background: rgb(196,137,167);
    position: fixed;
    border-top: 2px solid rgb(216,177,196);
    width: 100%;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    bottom: 0;
}.jScookie_screen {
    justify-content: space-between;
    padding: 20px 30px;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    max-width: 1200px;
}.CJcookie_overlay_alert h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
}.CJcookie_overlay_alert p {
    color: #ffffff;
    font-size: 12px;
    max-width: 500px;
}.WZlearn_consent {
    flex-shrink: 0;
    margin-right: 20px;
}.WZlearn_consent svg, .WZlearn_consent svg path {
    fill: rgb(216,177,196);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
}.WZlearn_consent:hover svg {
    transform: rotate(10deg);
}.dWcookie_list {
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    box-shadow: rgb(216,177,196,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    border-radius: 16px;
    padding: 10px 20px;
    background: rgb(216,177,196);
    line-height: 35px;
}.cookie_button.pucookie_controls {
    background: rgb(216,177,196);
}.cookie_button.cUdata_opt {
    background: rgb(196,137,167);
}.dWcookie_list:hover {
    box-shadow: rgb(216,177,196,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.CJcookie_overlay_alert p a {
    text-decoration: none;
    color: rgb(216,177,196);
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}.CJcookie_overlay_alert p a:hover {
    color: rgb(196,137,167);
}.XPcontainer-wrap .CJcookie_overlay_alert {
    border: none;
    padding: 40px 0;
    background: rgb(196,137,167);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.XPcontainer-wrap .dWcookie_list {
    border: none;
    color: #ffffff;
    font-size: 15px;
    background: rgb(216,177,196);
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px;
    font-weight: 400;
    margin-left: 30px;
}.XPcontainer-wrap .Dwcookie_comply h5, .XPcontainer-wrap .Dwcookie_comply p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.CJcookie_overlay_alert {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.WZlearn_consent {
    display: none;
}.jScookie_screen {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.CJcookie_overlay_alert h5 {
    text-align: center;
}.CJcookie_overlay_alert p {
    text-align: center;
}.Dwcookie_comply {
    text-align: center;
    margin-bottom: 20px;
}.dWcookie_list {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}
#QKprivacyNoticeModal {
    display: none;
}#QKprivacyNoticeModal:checked ~ .CJcookie_overlay_alert {
    visibility: hidden;
    opacity: 0;
}.Zpaccess_now {
    background: linear-gradient(135deg, rgb(216,177,196,0.5), rgb(196,137,167));
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
}.Zpaccess_now::before {
    opacity: 0.85;
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle at 70% 30%, rgb(196,137,167,0.5), transparent 60%);
    top: 0;
    width: 100%;
    position: absolute;
}.Zpaccess_now::after {
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    animation: orbital-glow 15s infinite alternate ease-in-out;
    height: 100%;
    background: radial-gradient(ellipse at center, rgb(216,177,196,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
}.Zpaccess_now .container {
    position: relative;
    align-items: center;
    z-index: 2;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    padding: 0 20px;
    max-width: 1200px;
}.Zpaccess_now h2 {
    letter-spacing: 0.015em;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(2deg);
    font-size: 38px;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}.Zpaccess_now .kZstudy_zone {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 3px 10px rgba(0, 0, 0, 0.05),
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 2.5rem 3rem;
    align-items: center;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    display: flex;
    transform: translateY(0);
}.Zpaccess_now .kZstudy_zone::before {
    height: 300%;
    width: 300%;
    top: -100%;
    position: absolute;
    pointer-events: none;
    left: -100%;
    background: linear-gradient(45deg, 
    transparent, 
    rgba(255, 255, 255, 0.1), 
    transparent
  );
    content: "";
    animation: shine 6s infinite linear;
    transform: rotate(45deg);
}.Zpaccess_now .kZstudy_zone:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.08),
              inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.Zpaccess_now svg {
    margin-right: 2rem;
    height: 48px;
    transform: rotate(0deg);
    width: 48px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.Zpaccess_now .kZstudy_zone:hover svg {
    transform: rotate(15deg) scale(1.1);
}.Zpaccess_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.Zpaccess_now .kZstudy_zone:hover svg path {
    fill: rgb(196,137,167);
    filter: drop-shadow(0 0 5px rgb(196,137,167,0.5));
}.Zpaccess_now .MVmessage_list {
    font-family: Arial, sans-serif;
    border-radius: 8px;
    font-weight: 600;
    z-index: 1;
    padding: 1rem 2.5rem;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1),
              0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.Zpaccess_now .MVmessage_list::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
    rgb(216,177,196), 
    rgb(196,137,167)
  );
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}.Zpaccess_now .MVmessage_list:hover {
    color: #ffffff;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}.Zpaccess_now .MVmessage_list:hover::before {
    opacity: 1;
}.Zpaccess_now .MVmessage_list:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@keyframes orbital-glow {
  0% {
    opacity: 0.4;
    transform: rotate(-15deg) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: rotate(-10deg) scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: rotate(-5deg) scale(1);
  }
}

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

@media (max-width: 991px) {.Zpaccess_now {
    padding: 4rem 0;
}.Zpaccess_now h2 {
    font-size: calc(38px * 0.85);
    max-width: 90%;
}.Zpaccess_now .kZstudy_zone {
    padding: 2rem;
}
}

@media (max-width: 767px) {.Zpaccess_now {
    padding: 3.5rem 0;
}.Zpaccess_now h2 {
    font-size: calc(38px * 0.75);
    margin-bottom: 2rem;
}.Zpaccess_now .kZstudy_zone {
    flex-direction: column;
    padding: 2rem 1.5rem;
    text-align: center;
    align-items: center;
}.Zpaccess_now svg {
    margin-bottom: 1.5rem;
    margin-right: 0;
}.Zpaccess_now .MVmessage_list {
    padding: 0.875rem 2rem;
    width: 100%;
}
}

@media (max-width: 480px) {.Zpaccess_now {
    padding: 3rem 0;
}.Zpaccess_now h2 {
    font-size: calc(38px * 0.65);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}.Zpaccess_now .kZstudy_zone {
    padding: 1.5rem 1rem;
    width: 90%;
}.Zpaccess_now svg {
    height: 36px;
    margin-bottom: 1rem;
    width: 36px;
}.Zpaccess_now .MVmessage_list {
    font-size: calc(16px * 0.9);
    padding: 0.75rem 1.5rem;
}}.kAcourse_fit_for {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(235,216,226) 0%, rgba(0, 0, 0, 0.5) 100%);
}.kAcourse_fit_for::before {
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(216,177,196), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(196,137,167), 0.05) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    content: "";
    left: 0;
    width: 100%;
}.kAcourse_fit_for .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.kAcourse_fit_for .kZstudy_zone {
    position: relative;
    border-radius: 29px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
}.kAcourse_fit_for h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    margin: 0;
    padding: 30px;
    position: relative;
    font-weight: 700;
    background: #ffffff;
    text-align: center;
    font-size: 31px;
}.kAcourse_fit_for h4::after {
    bottom: -1px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(216,177,196), rgb(196,137,167));
    left: 50%;
    width: 80px;
    content: "";
    transform: translateX(-50%);
}.kAcourse_fit_for div {
    display: flex;
    padding: 40px;
    flex-wrap: wrap;
    gap: 0;
}.kAcourse_fit_for div p {
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    width: calc(100% - 30px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 20px 20px 60px;
    margin: 0 15px 0 15px;
    flex: 1 1 calc(100% - 30px);
    margin-bottom: 20px;
    border-left: 3px solid rgb(216,177,196);
    z-index: 1;
    overflow: hidden;
}.kAcourse_fit_for div p:last-child {
    margin-bottom: 0;
}.kAcourse_fit_for div p:hover {
    background: linear-gradient(90deg, rgba(rgb(216,177,196), 0.03) 0%, transparent 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.kAcourse_fit_for div p::before {
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgba(rgb(216,177,196), 0.1) 0%, transparent 100%);
    content: "";
    left: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
}.kAcourse_fit_for div p:hover::before {
    width: 100%;
}.kAcourse_fit_for div p::after {
    border-top: 2px solid rgb(216,177,196);
    border-right: 2px solid rgb(216,177,196);
    top: 50%;
    position: absolute;
    width: 6px;
    right: 20px;
    content: "";
    opacity: 0;
    transform: translateY(-50%) rotate(45deg);
    height: 6px;
    transition: all 0.3s ease;
}.kAcourse_fit_for div p:hover::after {
    opacity: 1;
    right: 15px;
}.kAcourse_fit_for div p svg {
    left: 20px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
}.kAcourse_fit_for div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}.kAcourse_fit_for div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,177,196);
}.kAcourse_fit_for div p:hover svg path {
    fill: rgb(196,137,167);
}

@media (max-width: 991px) {.kAcourse_fit_for {
    padding: 100px 0;
}.kAcourse_fit_for h4 {
    padding: 25px;
    font-size: calc(31px - 2px);
}.kAcourse_fit_for div {
    padding: 30px;
}.kAcourse_fit_for div p {
    padding: 18px 18px 18px 55px;
    margin-bottom: 15px;
}.kAcourse_fit_for div p svg {
    height: 22px;
    left: 18px;
    width: 22px;
}
}

@media (max-width: 767px) {.kAcourse_fit_for {
    padding: 80px 0;
}.kAcourse_fit_for h4 {
    padding: 20px;
    font-size: calc(31px - 4px);
}.kAcourse_fit_for div {
    padding: 25px 20px;
}.kAcourse_fit_for div p {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 15px 15px 15px 50px;
    flex: 1 1 100%;
    margin-bottom: 12px;
}.kAcourse_fit_for div p svg {
    width: 20px;
    left: 15px;
    height: 20px;
}
}

@media (max-width: 479px) {.kAcourse_fit_for {
    padding: 60px 0;
}.kAcourse_fit_for h4 {
    padding: 18px 15px;
    font-size: calc(31px - 6px);
}.kAcourse_fit_for div {
    padding: 20px 15px;
}.kAcourse_fit_for div p {
    padding: 12px 12px 12px 45px;
    margin-bottom: 10px;
    font-size: calc(16px - 1px);
}.kAcourse_fit_for div p svg {
    width: 18px;
    height: 18px;
    left: 12px;
}}.RHgratCard {
    background: linear-gradient(135deg, rgb(216,177,196,0.5), rgb(196,137,167) 120%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.RHgratCard::before {
    background: rgb(255, 255, 255, 0.5);
    top: -10%;
    transform: rotate(-15deg);
    right: -10%;
    height: 60%;
    content: "";
    width: 50%;
    opacity: 0.05;
    position: absolute;
    pointer-events: none;
}.RHgratCard::after {
    transform: rotate(10deg);
    left: -5%;
    content: "";
    position: absolute;
    background: rgb(216,177,196);
    bottom: -5%;
    width: 40%;
    pointer-events: none;
    opacity: 0.1;
    height: 30%;
}.RHgratCard .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.RHgratCard .kZstudy_zone {
    display: flex;
    gap: 40px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    background: #ffffff;
    flex-direction: column;
    padding: 60px 50px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
}.RHgratCard .kZstudy_zone:hover {
    transform: translateY(-5px);
}.RHgratCard .kZstudy_zone::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(216,177,196), rgb(196,137,167));
    left: 0;
    content: "";
    height: 100%;
    width: 4px;
}.RHgratCard .kZstudy_zone div:first-child {
    padding-bottom: 25px;
    position: relative;
}.RHgratCard .kZstudy_zone div:first-child::after {
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    background: rgb(216,177,196,0.5);
}.RHgratCard .kZstudy_zone h5 {
    line-height: 1.4;
    transform: translateX(0);
    color: #000000;
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    transition: transform 0.4s ease-out;
}.RHgratCard .kZstudy_zone:hover h5 {
    transform: translateX(8px);
}.RHgratCard .kZstudy_zone div:last-child {
    position: relative;
}.RHgratCard .kZstudy_zone a {
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
}.RHgratCard .kZstudy_zone p {
    z-index: 1;
    transition: color 0.3s ease;
    font-size: 18px;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}.RHgratCard .kZstudy_zone a:hover p {
    color: rgb(216,177,196);
}.RHgratCard .kZstudy_zone a::before {
    transition: opacity 0.5s ease;
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 40%;
    height: 40%;
    background: linear-gradient(135deg, transparent, rgb(196,137,167,0.5) 60%);
    opacity: 0;
    z-index: 0;
    content: "";
}.RHgratCard .kZstudy_zone a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.RHgratCard .kZstudy_zone {
    padding: 70px 80px;
}.RHgratCard .kZstudy_zone::before {
    width: 6px;
}.RHgratCard .kZstudy_zone div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.RHgratCard {
    padding: 60px 0;
}.RHgratCard .kZstudy_zone {
    padding: 40px 30px;
    gap: 25px;
}.RHgratCard .kZstudy_zone h5 {
    font-size: calc(19px - 2px);
}.RHgratCard .kZstudy_zone p {
    font-size: calc(18px - 1px);
}.RHgratCard .kZstudy_zone div:first-child {
    padding-bottom: 20px;
}.RHgratCard .kZstudy_zone div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.RHgratCard {
    padding: 40px 0;
}.RHgratCard .kZstudy_zone {
    gap: 20px;
    padding: 30px 20px;
}.RHgratCard .kZstudy_zone h5 {
    font-size: calc(19px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.RHgratCard .kZstudy_zone,
    .RHgratCard .kZstudy_zone h5,
    .RHgratCard .kZstudy_zone a::before,
    .RHgratCard .kZstudy_zone a p {
    transition: none;
}.RHgratCard .kZstudy_zone:hover,
    .RHgratCard .kZstudy_zone:hover h5 {
    transform: none;
}}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(196,137,167,0.5) 0%, rgb(216,177,196,0.5) 100%);
    opacity: 0.9;
    z-index: -2;
    left: 0;
    top: 0;
    content: "";
}footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
}.Jlmentor_cta {
    padding: 5rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.Jlmentor_cta::before {
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(216,177,196) 0px,
        rgb(216,177,196) 40px,
        rgb(196,137,167) 40px,
        rgb(196,137,167) 80px
    );
}.Jlmentor_cta .container {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    display: flex;
}.Jlmentor_cta .company_holder {
    background: rgb(216,177,196,0.5);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    border-radius: 0;
    transform: rotateX(5deg);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    border-bottom: 6px solid rgb(216,177,196);
    flex: 1 1 380px;
}.Jlmentor_cta .company_holder:hover {
    transform: rotateX(0deg);
}.Jlmentor_cta .company_holder h3 {
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    position: relative;
    transform: translateZ(20px);
    display: inline-block;
    color: #ffffff;
    font-size: 38px;
}.Jlmentor_cta .company_holder h3::before {
    left: -10px;
    border-top: 3px solid #ffffff;
    width: 30px;
    position: absolute;
    content: "";
    height: 30px;
    top: -10px;
    border-left: 3px solid #ffffff;
}.Jlmentor_cta .company_holder h3::after {
    content: "";
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    width: 30px;
    position: absolute;
    border-right: 3px solid #ffffff;
    right: -10px;
    height: 30px;
}.Jlmentor_cta .Jnproposal_cta {
    line-height: 1.6;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
    border-radius: 10px;
    padding: 1.5rem;
    color: #ffffff;
}.Jlmentor_cta .Gtsyllabus_ref {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.Jlmentor_cta .gGtop_master {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.Jlmentor_cta .yvmain_nav {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
    transform-style: preserve-3d;
    position: relative;
    transform: rotateX(-5deg);
    transition: all 0.4s ease;
}.Jlmentor_cta .yvmain_nav:hover {
    transform: rotateX(0deg);
}.Jlmentor_cta .yvmain_nav h5 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding: 1rem 1.5rem;
    display: inline-block;
    background: rgb(196,137,167,0.5);
    min-width: 200px;
    margin: 0 0 1.5rem;
    transform: translateZ(15px);
}.Jlmentor_cta .yvmain_nav h5::after {
    height: 5px;
    content: "";
    left: 0;
    background: rgb(196,137,167);
    position: absolute;
    bottom: -5px;
    right: 0;
}.Jlmentor_cta .yvmain_nav .gGtop_master {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    transform: translateZ(5px);
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.Jlmentor_cta .yvmain_nav .gGtop_master a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    transform: translateZ(10px);
    border-radius: 10px;
}.Jlmentor_cta .yvmain_nav .gGtop_master a::before {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
}.Jlmentor_cta .yvmain_nav .gGtop_master a:hover {
    color: #ffffff;
    background: rgb(196,137,167,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.Jlmentor_cta .yvmain_nav .gGtop_master a:hover::before {
    left: 100%;
}.Pvsec_cert {
    position: relative;
    background: rgb(196,137,167,0.5);
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 2rem 0;
    margin-top: 3rem;
}.Pvsec_cert::before {
    transform: rotateX(45deg);
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: -20px;
    transform-origin: bottom;
    background: rgb(196,137,167);
}.Pvsec_cert .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.Pvsec_cert .AWenroll_info {
    transform: translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 12px;
}

@media (max-width: 1200px) {.Jlmentor_cta .container {
    gap: 3rem;
}.Jlmentor_cta .company_holder {
    flex: 1 1 350px;
}.Jlmentor_cta .Gtsyllabus_ref {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.Jlmentor_cta .gGtop_master {
    gap: 2rem;
}
}

@media (max-width: 992px) {.Jlmentor_cta {
    padding: 4rem 0 2rem;
}.Jlmentor_cta .container {
    gap: 3rem;
    flex-direction: column;
}.Jlmentor_cta .company_holder,
    .Jlmentor_cta .Gtsyllabus_ref {
    min-width: 100%;
    flex: 1 1 100%;
}.Jlmentor_cta .yvmain_nav {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.Jlmentor_cta .company_holder,
    .Jlmentor_cta .yvmain_nav {
    transform: none;
}
}

@media (max-width: 768px) {.Jlmentor_cta {
    padding: 3.5rem 0 1.5rem;
}.Jlmentor_cta .gGtop_master {
    gap: 1.5rem;
}.Jlmentor_cta .company_holder h3 {
    font-size: calc(38px - 2px);
}.Jlmentor_cta .company_holder h3::before,
    .Jlmentor_cta .company_holder h3::after {
    height: 20px;
    width: 20px;
}.Pvsec_cert {
    margin-top: 2rem;
}.Pvsec_cert::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.Jlmentor_cta {
    padding: 3rem 0 1rem;
}.Jlmentor_cta .yvmain_nav {
    flex: 1 1 100%;
    min-width: 100%;
}.Jlmentor_cta .gGtop_master {
    gap: 0.7rem;
}.Jlmentor_cta .yvmain_nav .gGtop_master a {
    padding: 0.6rem 0.8rem;
}.Pvsec_cert {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.Pvsec_cert::before {
    display: none;
}
}

@media (max-width: 420px) {.Jlmentor_cta::before {
    height: 10px;
}.Jlmentor_cta .company_holder h3::before,
    .Jlmentor_cta .company_holder h3::after {
    display: none;
}.Jlmentor_cta .yvmain_nav h5 {
    min-width: auto;
    width: 100%;
}.Pvsec_cert .AWenroll_info {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.srteaching_experience {
    background: linear-gradient(135deg, #000000 0%, rgb(235,216,226) 100%);
    padding: 140px 0;
    overflow: hidden;
    position: relative;
}.srteaching_experience::before {
    width: 100%;
    top: 0;
    animation: morphBackground 15s infinite alternate ease-in-out;
    mix-blend-mode: screen;
    position: absolute;
    background: 
    radial-gradient(circle at 25% 25%, rgb(216,177,196,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(196,137,167,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    content: "";
}.srteaching_experience .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.srteaching_experience .gJfeedback_carousel {
    position: relative;
    gap: 20px 40px;
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
}.srteaching_experience .JOimg_wrapper {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 16px;
    height: 420px;
    z-index: 3;
    grid-area: photo;
    transform: perspective(1000px) rotateY(-8deg);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(216,177,196,0.5);
}.srteaching_experience .JOimg_wrapper::before {
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    border-radius: 16px;
    mix-blend-mode: multiply;
    content: "";
}.srteaching_experience .gJfeedback_carousel:hover .JOimg_wrapper {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.srteaching_experience .name {
    margin: 0;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 35px;
    padding-left: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    align-self: end;
    font-weight: 700;
    color: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    grid-area: name;
}.srteaching_experience .name::after {
    transform-origin: left;
    position: absolute;
    content: "";
    left: 20px;
    width: 60px;
    transition: transform 0.5s ease;
    background: rgb(216,177,196);
    bottom: -8px;
    height: 4px;
    transform: scaleX(0.6);
}.srteaching_experience .gJfeedback_carousel:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.srteaching_experience .gJfeedback_carousel:hover .name::after {
    transform: scaleX(1);
}.srteaching_experience .gJfeedback_carousel > span:not(.name) {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    letter-spacing: 1px;
    transform: perspective(1000px) rotateY(5deg);
    color: rgb(196,137,167);
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: 600;
    font-size: 19px;
    grid-area: job;
    margin-top: 5px;
    transform-origin: left center;
}.srteaching_experience .gJfeedback_carousel:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.srteaching_experience .DMexperience_tasks {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 35px;
    margin: 30px 0 0;
    font-weight: 300;
    transform: translateY(0);
    color: #ffffff;
    border-left: 4px solid rgb(216,177,196);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 1.7;
    grid-area: quote;
    border-radius: 16px;
    z-index: 2;
    backdrop-filter: blur(10px);
}.srteaching_experience .DMexperience_tasks::before {
    left: 25px;
    opacity: 0.7;
    content: "";
    color: rgb(216,177,196);
    font-size: calc(45px * 2);
    position: absolute;
    top: -15px;
}.srteaching_experience .gJfeedback_carousel:hover .DMexperience_tasks {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.srteaching_experience {
    padding: 80px 0;
}.srteaching_experience .gJfeedback_carousel {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 15px;
    grid-template-areas:
      "JOimg_wrapper"
      "name"
      "hCexp_timeline"
      "DMexperience_tasks";
}.srteaching_experience .JOimg_wrapper {
    margin: 0 auto;
    transform: none;
    max-width: 320px;
    height: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.srteaching_experience .name,
  .srteaching_experience .gJfeedback_carousel > span:not(.name) {
    transform: none;
    padding-left: 0;
    text-align: center;
}.srteaching_experience .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.srteaching_experience .gJfeedback_carousel:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.srteaching_experience .DMexperience_tasks {
    margin-top: 20px;
}.srteaching_experience .gJfeedback_carousel:hover .JOimg_wrapper,
  .srteaching_experience .gJfeedback_carousel:hover .name,
  .srteaching_experience .gJfeedback_carousel:hover > span:not(.name),
  .srteaching_experience .gJfeedback_carousel:hover .DMexperience_tasks {
    transform: none;
}
}

@media (max-width: 576px) {.srteaching_experience {
    padding: 60px 0;
}.srteaching_experience .JOimg_wrapper {
    height: 250px;
    max-width: 250px;
}.srteaching_experience .name {
    font-size: 21px;
}.srteaching_experience .DMexperience_tasks {
    padding: 25px 20px;
    font-size: calc(13px * 0.95);
}
}