﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.framework-wrapstyle {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.head_lessonstyle {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    height: 8px;
    padding: 2px;
    background: rgb(180,185,218);
    width: 2%;
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 8px;
}::-webkit-scrollbar-thumb {
    transition: background 1.4s ease-out;
    background: rgb(180,185,218);
    min-height: 60px;
    border-radius: 10.9rem;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px -5px 7px 0px rgba(0, 0, 0, 0.4);
    background: rgb(217,217,237);
}::-webkit-scrollbar-thumb:active {
    background: rgb(142,152,198,0.5);
    box-shadow: inset -1px 5px 4px 6px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-corner {
    background: #ffffff;
}svg {
    height: 30px;
    width: 30px;
}.equity_infostyle {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1264px;
    max-width: 100%;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie_window_dialogstyle {
    bottom: 0;
    width: 100%;
    z-index: 90;
    position: fixed;
    background: rgb(142,152,198);
    border-top: 2px solid rgb(180,185,218);
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
}.visitor_confirmstyle {
    margin: auto;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
}.cookie_window_dialogstyle h5 {
    color: #ffffff;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 23px;
    transition: color 0.3s ease-in-out;
}.cookie_window_dialogstyle p {
    color: #ffffff;
    max-width: 500px;
    font-size: 14px;
}.track_cookiesstyle {
    margin-right: 20px;
    flex-shrink: 0;
}.track_cookiesstyle svg, .track_cookiesstyle svg path {
    fill: rgb(180,185,218);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
}.track_cookiesstyle:hover svg {
    transform: rotate(10deg);
}.user_statusstyle {
    color: #ffffff;
    font-size: 17px;
    background: rgb(180,185,218);
    text-decoration: none;
    line-height: 35px;
    border-radius: 13px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    padding: 10px 20px;
    margin-left: 20px;
    box-shadow: rgb(180,185,218,0.5) 0px 4px 10px 0px;
}.cookie_button.cookie_noticestyle {
    background: rgb(180,185,218);
}.cookie_button.visitor_privacystyle {
    background: rgb(142,152,198);
}.user_statusstyle:hover {
    transform: scale(1.05);
    box-shadow: rgb(180,185,218,0.5) 0px 6px 15px 0px;
}.cookie_window_dialogstyle p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    color: rgb(180,185,218);
}.cookie_window_dialogstyle p a:hover {
    color: rgb(142,152,198);
}.framework-wrapstyle .cookie_window_dialogstyle {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(142,152,198);
}.framework-wrapstyle .user_statusstyle {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    font-size: 17px;
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    background: rgb(180,185,218);
}.framework-wrapstyle .cookie_verifystyle h5, .framework-wrapstyle .cookie_verifystyle p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_window_dialogstyle {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_cookiesstyle {
    display: none;
}.visitor_confirmstyle {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_window_dialogstyle h5 {
    text-align: center;
}.cookie_window_dialogstyle p {
    text-align: center;
}.cookie_verifystyle {
    text-align: center;
    margin-bottom: 20px;
}.user_statusstyle {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    margin-left: 0;
}}
#cookiePromptNoticestyle {
    display: none;
}#cookiePromptNoticestyle:checked ~ .cookie_window_dialogstyle {
    opacity: 0;
    visibility: hidden;
}.course_overviewstyle {
    background: linear-gradient(145deg, rgb(217,217,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 120px 0 100px;
}.course_overviewstyle::before {
    content: "";
    height: 100%;
    position: absolute;
    transform: skewX(-15deg) translateX(10%);
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(180,185,218,0.5), 0.05) 100%);
    width: 60%;
    top: 0;
    right: 0;
    z-index: -1;
}.course_overviewstyle::after {
    height: 200px;
    width: 200px;
    transform: rotate(15deg);
    content: "";
    left: -50px;
    background: linear-gradient(225deg, rgb(180,185,218) 0%, rgb(142,152,198) 100%);
    opacity: 0.05;
    position: absolute;
    bottom: -50px;
    z-index: -1;
}.course_overviewstyle .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.course_overviewstyle h2 {
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    font-size: 34px;
    transform: perspective(1000px) rotateX(0deg);
    transform-origin: left center;
}.course_overviewstyle h2::after {
    transition: transform 0.4s ease-out;
    transform-origin: left;
    left: 0;
    height: this;
    background: rgb(180,185,218);
    transform: scaleX(1);
    content: "";
    position: absolute;
    width: 80px;
    bottom: -10px;
}.course_overviewstyle h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_overviewstyle h2:hover::after {
    transform: scaleX(1.5);
}.course_overviewstyle .learn_nowstyle {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    gap: 40px;
}.course_overviewstyle .img_zoomstyle {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    height: 350px;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    border: none;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    position: relative;
}.course_overviewstyle .img_zoomstyle::before {
    right: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    content: "";
    transition: opacity 0.3s ease;
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
}.course_overviewstyle .img_zoomstyle:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.course_overviewstyle .text_areastyle {
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #ffffff;
    position: relative;
    padding: 40px 30px;
}.course_overviewstyle .text_areastyle::before {
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(180,185,218), rgb(142,152,198));
}.course_overviewstyle .text_areastyle:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_overviewstyle .text_areastyle:hover::before {
    height: 100%;
}.course_overviewstyle .description {
    transition: transform 0.4s ease;
    line-height: 1.7;
    margin-bottom: 20px;
    transform: translateZ(0);
    color: #000000;
    position: relative;
    font-size: 17px;
}.course_overviewstyle .description:last-child {
    margin-bottom: 0;
}.course_overviewstyle .description::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(180,185,218);
}.course_overviewstyle .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.course_overviewstyle .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.course_overviewstyle .learn_nowstyle:hover .img_zoomstyle {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course_overviewstyle .learn_nowstyle:hover .text_areastyle {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.course_overviewstyle {
    padding: 150px 0 130px;
}.course_overviewstyle .learn_nowstyle {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.course_overviewstyle h2 {
    font-size: calc(34px * 1.1);
    max-width: 80%;
}.course_overviewstyle .img_zoomstyle {
    height: 500px;
}.course_overviewstyle .text_areastyle {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.course_overviewstyle {
    padding: 180px 0 160px;
}.course_overviewstyle h2 {
    margin-bottom: 70px;
}.course_overviewstyle .learn_nowstyle {
    gap: 80px;
}.course_overviewstyle .img_zoomstyle {
    height: 600px;
}.course_overviewstyle .text_areastyle {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.course_overviewstyle {
    padding: 80px 0 70px;
}.course_overviewstyle h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.85);
}.course_overviewstyle .img_zoomstyle {
    height: 250px;
}.course_overviewstyle .text_areastyle {
    padding: 30px 20px;
}.course_overviewstyle .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course_overviewstyle {
    padding: 60px 0 50px;
}.course_overviewstyle h2 {
    font-size: calc(34px * 0.75);
    margin-bottom: 25px;
}.course_overviewstyle .img_zoomstyle {
    height: 200px;
}.course_overviewstyle .text_areastyle {
    padding: 25px 15px;
}.course_overviewstyle .description {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}footer .equity_infostyle {
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(180,185,218) 100%);
    position: relative;
    z-index: 1;
}footer .equity_infostyle::before {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.05;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    content: '';
    position: absolute;
}footer .equity_infostyle::after {
    position: absolute;
    height: 3px;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    animation: glowBorder 3s infinite linear;
    background: linear-gradient(90deg, 
        rgb(180,185,218) 0%, 
        rgb(142,152,198) 50%, 
        rgb(180,185,218) 100%);
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .equity_infostyle .container {
    z-index: 2;
    position: relative;
}footer .ssl_infostyle {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .get_contactusstyle {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}footer .get_contactusstyle::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(142,152,198,0.5) 50%, 
        transparent 100%);
    height: 1px;
    left: 0;
}footer .info_item {
    transform: translateY(0);
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    flex: 1;
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    align-items: center;
    color: #ffffff;
    display: flex;
    gap: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}footer .info_item svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
    fill: rgb(142,152,198);
    flex-shrink: 0;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(142,152,198);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    margin-bottom: 40px;
    gap: 40px;
}footer .header_prostyle {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}footer .header_prostyle svg {
    filter: drop-shadow(0 0 5px rgb(180,185,218,0.5));
    max-width: 160px;
    height: auto;
}footer .degree_pathstyle {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    max-width: 300px;
    opacity: 0.7;
}footer .nav_sitewrapstyle {
    flex-direction: column;
    gap: 20px;
    display: flex;
}footer .nav_sitewrapstyle h5 {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}footer .nav_sitewrapstyle h5::after {
    border-radius: 10px;
    width: 50px;
    content: '';
    left: 0;
    bottom: 0;
    background: rgb(142,152,198);
    position: absolute;
    height: 3px;
}footer .main_tutorstyle {
    flex-direction: column;
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
}footer .main_tutorstyle a {
    position: relative;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    padding-left: 15px;
    transition: all 0.3s ease;
    opacity: 0.8;
}footer .main_tutorstyle a::before {
    height: 6px;
    opacity: 0.7;
    transition: all 0.3s ease;
    width: 6px;
    background: rgb(142,152,198);
    top: 50%;
    content: '';
    border-radius: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}footer .main_tutorstyle a:hover {
    color: rgb(142,152,198);
    transform: translateX(5px);
    opacity: 1;
}footer .main_tutorstyle a:hover::before {
    width: 8px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(142,152,198);
    height: 8px;
}footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    gap: 15px;
    border-radius: 28px;
    transition: all 0.5s ease;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.8;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    outline: none;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 15px;
    padding: 14px 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(142,152,198);
    box-shadow: 0 0 15px rgb(142,152,198,0.5);
}footer .sub_containerstyle {
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(142,152,198) 0%, rgb(180,185,218) 100%);
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}footer .sub_containerstyle::before {
    transition: 0.6s;
    width: 100%;
    left: -100%;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}footer .sub_containerstyle:hover::before {
    left: 100%;
}footer .sub_containerstyle:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .flag_contentstyle {
    padding-top: 30px;
    text-align: center;
    position: relative;
}footer .flag_contentstyle::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(142,152,198,0.5) 50%, 
        transparent 100%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 1px;
    content: '';
    left: 0;
}footer .eco_footstyle {
    opacity: 0.7;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width: 992px) {footer .equity_infostyle {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .get_contactusstyle {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .equity_infostyle {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .nav_sitewrapstyle {
    gap: 15px;
}footer .get_contactusstyle {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .sub_containerstyle {
    width: 100%;
}
}

@media (max-width: 576px) {footer .equity_infostyle {
    padding: 40px 0 30px;
}footer .header_prostyle {
    text-align: center;
    align-items: center;
    margin: 0 auto;
}footer .degree_pathstyle {
    margin: 0 auto;
    text-align: center;
}footer .nav_sitewrapstyle h5 {
    text-align: center;
}footer .nav_sitewrapstyle h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .main_tutorstyle {
    align-items: center;
}footer .main_tutorstyle a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.our_teamstyle {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_teamstyle::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(180,185,218,0.5), rgba(0, 0, 0, 0.5));
}.our_teamstyle::after {
    width: 50%;
    transform: rotate(25deg) skewX(-15deg);
    height: 80%;
    z-index: 1;
    position: absolute;
    background: rgb(142,152,198);
    top: -15%;
    content: "";
    right: -10%;
    opacity: 0.07;
    animation: float 18s infinite ease-in-out;
}.our_teamstyle .container {
    position: relative;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.our_teamstyle .text_areastyle {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform-origin: left center;
    position: relative;
    padding: 45px 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(-2deg);
}.our_teamstyle .text_areastyle:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_teamstyle .text_areastyle::before {
    content: "";
    width: 5px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(180,185,218), rgb(142,152,198));
}.our_teamstyle .text_areastyle::after {
    height: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: -15px;
    width: 100px;
    background: linear-gradient(135deg, rgb(142,152,198,0.5), rgb(180,185,218,0.5));
    z-index: -1;
    right: -15px;
    content: "";
    position: absolute;
}.our_teamstyle h5 {
    transition: transform 0.4s ease;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    color: rgb(180,185,218);
    transform: translateX(0);
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
}.our_teamstyle h5::after {
    position: absolute;
    width: 0;
    height: 2px;
    background: rgb(180,185,218);
    left: 0;
    content: "";
    transition: width 0.4s ease;
    bottom: -6px;
}.our_teamstyle .text_areastyle:hover h5 {
    transform: translateX(5px);
}.our_teamstyle .text_areastyle:hover h5::after {
    width: 100%;
}.our_teamstyle p {
    color: #000000;
    font-size: calc(12px * 1.2);
    margin-bottom: 20px;
}.our_teamstyle p b {
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline-block;
    font-size: calc(20px * 1.1);
    color: rgb(142,152,198);
    position: relative;
}.our_teamstyle p b::after {
    left: 0;
    bottom: 0;
    content: "";
    background: rgb(142,152,198,0.5);
    height: 1px;
    position: absolute;
    width: 100%;
}.our_teamstyle ol {
    counter-reset: item;
    padding-left: 20px;
    list-style-type: none;
}.our_teamstyle ol li {
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    border-left: 1px dashed rgba(var(--primary-color-rgb), 0.3);
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: justify;
    line-height: 1.8;
}.our_teamstyle ol li::before {
    display: none;
}

@keyframes float {
    0%, 100% {
        transform: rotate(25deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(25deg) skewX(-15deg) translateY(-30px);
    }
}

@media (max-width: 992px) {.our_teamstyle {
    padding: 80px 0;
}.our_teamstyle .text_areastyle {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 40px;
}.our_teamstyle h5 {
    font-size: calc(19px * 0.9);
}.our_teamstyle p {
    font-size: 12px;
}.our_teamstyle p b {
    font-size: 20px;
}
}

@media (max-width: 768px) {.our_teamstyle {
    padding: 60px 0;
}.our_teamstyle .text_areastyle {
    box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.12);
    padding: 30px;
    transform: none;
}.our_teamstyle .text_areastyle::after {
    width: 70px;
    height: 70px;
    bottom: -10px;
    right: -10px;
}.our_teamstyle h5 {
    font-size: calc(19px * 0.85);
}.our_teamstyle ol li {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.our_teamstyle {
    padding: 50px 0;
}.our_teamstyle .container {
    padding: 0 20px;
}.our_teamstyle .text_areastyle {
    padding: 25px 20px;
}.our_teamstyle .text_areastyle::before {
    width: 3px;
}.our_teamstyle .text_areastyle::after {
    display: none;
}.our_teamstyle h5 {
    font-size: calc(19px * 0.8);
}.our_teamstyle p {
    font-size: calc(12px * 0.95);
    margin-bottom: 15px;
}.our_teamstyle p b {
    font-size: calc(20px * 0.9);
}.our_teamstyle ol {
    padding-left: 10px;
}.our_teamstyle ol li {
    padding-left: 10px;
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.target_audiencestyle {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.target_audiencestyle::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
                rgb(180,185,218,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(142,152,198,0.5) 100%);
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    content: "";
}.target_audiencestyle .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
}.target_audiencestyle .learn_spacestyle {
    position: relative;
}.target_audiencestyle h4 {
    position: relative;
    padding-bottom: 15px;
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}.target_audiencestyle h4::after {
    height: 3px;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgb(180,185,218);
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
}.target_audiencestyle div > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.target_audiencestyle p {
    margin: 0;
    align-items: center;
    display: flex;
    position: relative;
    background: #ffffff;
    padding: 25px 30px;
    color: #000000;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.target_audiencestyle p::before {
    content: "";
    top: 0;
    position: absolute;
    width: 5px;
    left: 0;
    height: 100%;
    transition: width 0.3s ease;
    background: rgb(180,185,218);
}.target_audiencestyle p::after {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
                rgb(180,185,218,0.5) 0%, 
                transparent 30%);
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}.target_audiencestyle p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}.target_audiencestyle p:hover::before {
    width: 8px;
}.target_audiencestyle p:hover::after {
    opacity: 0.2;
}.target_audiencestyle p svg {
    margin-right: 20px;
    height: 28px;
    width: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}.target_audiencestyle p svg path {
    fill: rgb(180,185,218);
    transition: fill 0.3s ease;
}.target_audiencestyle p:hover svg {
    transform: scale(1.2);
}.target_audiencestyle p:hover svg path {
    fill: rgb(142,152,198);
}.target_audiencestyle p:nth-child(even)::before {
    background: rgb(142,152,198);
}.target_audiencestyle p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(142,152,198,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.target_audiencestyle .learn_spacestyle > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}.target_audiencestyle .learn_spacestyle > div p:nth-child(1) {
    animation-delay: 0.1s;
}.target_audiencestyle .learn_spacestyle > div p:nth-child(2) {
    animation-delay: 0.2s;
}.target_audiencestyle .learn_spacestyle > div p:nth-child(3) {
    animation-delay: 0.3s;
}.target_audiencestyle .learn_spacestyle > div p:nth-child(4) {
    animation-delay: 0.4s;
}.target_audiencestyle .learn_spacestyle > div p:nth-child(5) {
    animation-delay: 0.5s;
}.target_audiencestyle .learn_spacestyle > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.target_audiencestyle {
    padding: 90px 0;
}.target_audiencestyle h4 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.target_audiencestyle div > div {
    gap: 18px;
}.target_audiencestyle p {
    padding: 20px 25px;
}.target_audiencestyle p svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
}

@media (max-width: 768px) {.target_audiencestyle {
    padding: 70px 0;
}.target_audiencestyle h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.target_audiencestyle h4::after {
    width: 60px;
}.target_audiencestyle div > div {
    gap: 15px;
}.target_audiencestyle p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.target_audiencestyle {
    padding: 60px 0;
}.target_audiencestyle h4 {
    font-size: calc(37px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 25px;
}.target_audiencestyle h4::after {
    height: 2px;
    width: 50px;
}.target_audiencestyle div > div {
    gap: 12px;
}.target_audiencestyle p {
    font-size: calc(15px * 0.9);
    padding: 15px;
}.target_audiencestyle p svg {
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.target_audiencestyle p:hover {
    transform: translateX(5px);
}}.price_optionstyle {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.price_optionstyle::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.price_optionstyle .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.study_offersstyle {
    position: relative;
}.price_optionstyle h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: transparent;
    position: relative;
    display: inline-block;
    transform: translateX(-50%);
    -webkit-background-clip: text !important;
    text-align: center;
    background-clip: text !important;
    left: 50%;
    background: linear-gradient(90deg, rgb(142,152,198) 0%, rgb(180,185,218) 100%);
}.price_optionstyle h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(142,152,198), rgb(180,185,218));
    bottom: -10px;
    height: 3px;
    left: 50%;
    width: 80px;
    content: "";
    position: absolute;
}.price_optionstyle .pricing_packstyle {
    font-size: calc(17px + 2px);
    opacity: 0.9;
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    line-height: 1.6;
}.price_optionstyle .study_packagesstyle {
    perspective: 1000px;
    padding: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.price_optionstyle .study_packagesstyle li {
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.price_optionstyle .study_packagesstyle li:hover {
    transform: translateY(-10px) scale(1.02);
}.price_optionstyle .discount_planstyle {
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_optionstyle .discount_planstyle::before {
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(142,152,198,0.5), rgb(180,185,218,0.5));
}.price_optionstyle .discount_planstyle:hover::before {
    opacity: 0.15;
}.price_optionstyle .discount_planstyle::after {
    position: absolute;
    left: -50%;
    height: 200%;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    width: 200%;
    content: "";
    top: -50%;
    transform: scale(0.5);
}.price_optionstyle .discount_planstyle:hover::after {
    opacity: 1;
    transform: scale(1);
}.price_optionstyle .pricing_optionsstyle {
    position: relative;
    justify-content: space-between;
    padding: 40px 30px;
    min-height: 500px;
    flex-direction: column;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}.price_optionstyle .access_plansstyle {
    position: relative;
    z-index: 2;
}.price_optionstyle .access_plansstyle h4 {
    font-weight: 700;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(18px + 2px);
    margin-bottom: 20px;
    transform-origin: left center;
    display: inline-block;
}.price_optionstyle .discount_planstyle:hover .access_plansstyle h4 {
    transform: translateX(5px);
    color: rgb(142,152,198);
}.price_optionstyle .access_plansstyle h4::after {
    width: 0;
    background: rgb(142,152,198);
    height: 2px;
    content: "";
    left: 0;
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease;
}.price_optionstyle .discount_planstyle:hover .access_plansstyle h4::after {
    width: 50px;
}.price_optionstyle .access_plansstyle p {
    scrollbar-color: rgb(142,152,198) rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    font-size: 17px;
    scrollbar-width: thin;
    max-height: 250px;
    margin-bottom: 25px;
    overflow: auto;
    line-height: 1.7;
    hyphens: auto;
    word-wrap: break-word;
}.price_optionstyle .access_plansstyle p::-webkit-scrollbar {
    width: 4px;
}.price_optionstyle .access_plansstyle p::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}.price_optionstyle .access_plansstyle p::-webkit-scrollbar-thumb {
    background-color: rgb(142,152,198);
    border-radius: 4px;
}.price_optionstyle .enroll_coststyle {
    background: linear-gradient(135deg, rgb(142,152,198) 0%, rgb(180,185,218) 100%);
    font-size: calc(18px + 6px);
    position: relative;
    transition: transform 0.3s ease;
    margin-top: 15px;
    color: transparent;
    -webkit-background-clip: text !important;
    display: inline-block;
    background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #ffffff;
}.price_optionstyle .discount_planstyle:hover .enroll_coststyle {
    transform: scale(1.05);
}.price_optionstyle .enroll_coststyle::before {
    background: linear-gradient(90deg, rgb(142,152,198), transparent);
    height: 2px;
    bottom: -8px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}

@media (max-width: 1200px) {.price_optionstyle {
    padding: 100px 0;
}.price_optionstyle .study_packagesstyle {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.price_optionstyle .pricing_optionsstyle {
    min-height: 450px;
    padding: 30px 25px;
}.price_optionstyle .enroll_coststyle {
    font-size: calc(18px + 4px);
}
}

@media (max-width: 991px) {.price_optionstyle {
    padding: 80px 0;
}.price_optionstyle h2 {
    font-size: calc(30px - 4px);
}.price_optionstyle .pricing_packstyle {
    margin-bottom: 40px;
    font-size: 17px;
}.price_optionstyle .study_packagesstyle {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 767px) {.price_optionstyle {
    padding: 60px 0;
}.price_optionstyle h2 {
    font-size: calc(30px - 6px);
}.price_optionstyle .study_packagesstyle {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_optionstyle .pricing_optionsstyle {
    min-height: auto;
    padding: 25px 20px;
}.price_optionstyle .access_plansstyle p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.price_optionstyle {
    padding: 50px 0;
}.price_optionstyle h2 {
    font-size: calc(30px - 8px);
}.price_optionstyle .pricing_packstyle {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.price_optionstyle .access_plansstyle h4 {
    font-size: 18px;
}.price_optionstyle .access_plansstyle p {
    font-size: calc(17px - 1px);
}.price_optionstyle .enroll_coststyle {
    font-size: calc(18px + 2px);
}}.contact_informationstyle {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding: 80px 0;
}.contact_informationstyle::before {
    width: 100%;
    z-index: 0;
    background-size: 20px 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.contact_informationstyle .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.contact_informationstyle h2 {
    margin-bottom: 50px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    border-left: 5px solid rgb(180,185,218);
    font-weight: 700;
    color: #000000;
    font-size: 34px;
}.contact_informationstyle .connect_cardstyle {
    flex-direction: row-reverse;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.contact_informationstyle .img_zoomstyle {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.contact_informationstyle .img_zoomstyle::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    mix-blend-mode: multiply;
    width: 100%;
    background: rgb(180,185,218,0.5);
}.contact_informationstyle .query_cardstyle {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.contact_informationstyle .query_cardstyle::after {
    width: 150px;
    top: 0;
    position: absolute;
    content: "";
    background: rgb(217,217,237);
    right: 0;
    z-index: -1;
    height: 150px;
    border-radius: 0 0 0 100%;
}.contact_informationstyle #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.contact_informationstyle h3 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    color: #000000;
}.contact_informationstyle h3::after {
    background: rgb(180,185,218);
    bottom: -10px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
}.contact_informationstyle input[type="text"] {
    font-size: 17px;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(217,217,237);
    padding: 18px 20px;
}.contact_informationstyle input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(180,185,218,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_informationstyle input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_informationstyle .message_linksstyle {
    gap: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}.contact_informationstyle .message_linksstyle input[type="checkbox"] {
    border: 2px solid rgb(217,217,237);
    height: 22px;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
    width: 22px;
    border-radius: 10px;
    appearance: none;
}.contact_informationstyle .message_linksstyle input[type="checkbox"]:checked {
    border-color: rgb(180,185,218);
    background: rgb(180,185,218);
}.contact_informationstyle .message_linksstyle input[type="checkbox"]:checked::after {
    width: 6px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    border: solid #ffffff;
    content: "";
    left: 7px;
    border-width: 0 2px 2px 0;
    height: 11px;
}.contact_informationstyle .message_linksstyle label {
    line-height: 1.5;
    color: #000000;
    font-size: 17px;
}.contact_informationstyle .message_linksstyle a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(180,185,218);
}.contact_informationstyle .message_linksstyle a:hover {
    color: rgb(142,152,198);
}.contact_informationstyle .message_linksstyle a::after {
    width: 100%;
    left: 0;
    content: "";
    bottom: -2px;
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(180,185,218);
    position: absolute;
}.contact_informationstyle .message_linksstyle a:hover::after {
    background: rgb(142,152,198);
}.contact_informationstyle .connect_gridstyle {
    margin-top: 20px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    font-weight: 600;
    background: rgb(180,185,218);
    align-self: flex-start;
    padding: 18px 40px;
    border: none;
    box-shadow: 0 4px 15px rgb(180,185,218,0.5);
}.contact_informationstyle .connect_gridstyle:hover {
    background: rgb(142,152,198);
    box-shadow: 0 7px 20px rgb(142,152,198,0.5);
    transform: translateY(-2px);
}.contact_informationstyle svg {
    height: 20px;
    fill: rgb(180,185,218);
    width: 20px;
    transition: all 0.3s ease;
}.contact_informationstyle svg path {
    fill: rgb(180,185,218);
    transition: all 0.3s ease;
}.contact_informationstyle svg:hover {
    fill: rgb(142,152,198);
}.contact_informationstyle svg:hover path {
    fill: rgb(142,152,198);
}

@media (max-width: 992px) {.contact_informationstyle .connect_cardstyle {
    flex-direction: column;
}.contact_informationstyle .img_zoomstyle {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.contact_informationstyle .query_cardstyle {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.contact_informationstyle h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_informationstyle {
    padding: 60px 0;
}.contact_informationstyle h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 4px);
}.contact_informationstyle .query_cardstyle {
    padding: 40px 30px;
}.contact_informationstyle #contact {
    gap: 25px;
}.contact_informationstyle .img_zoomstyle {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_informationstyle {
    padding: 40px 0;
}.contact_informationstyle .container {
    padding: 0 15px;
}.contact_informationstyle h2 {
    font-size: calc(34px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.contact_informationstyle .query_cardstyle {
    padding: 30px 20px;
}.contact_informationstyle #contact {
    gap: 20px;
}.contact_informationstyle input[type="text"] {
    padding: 15px;
}.contact_informationstyle .connect_gridstyle {
    width: 100%;
    padding: 15px 20px;
}.contact_informationstyle .img_zoomstyle {
    min-height: 200px;
}}.user_feedbackstyle {
    padding: 5rem 0;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}.user_feedbackstyle::before {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(180,185,218,0.5), 0.03) 0%, rgba(rgb(180,185,218,0.5), 0.01) 100%);
    top: 0;
    height: 100%;
}.user_feedbackstyle::after {
    background: linear-gradient(225deg, rgb(180,185,218) 0%, transparent 70%);
    position: absolute;
    transform: rotate(-15deg);
    top: -5%;
    content: "";
    z-index: 1;
    height: 30%;
    width: 30%;
    right: -5%;
    opacity: 0.05;
}.user_feedbackstyle .container {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}.user_feedbackstyle h2 {
    text-align: center;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    font-size: 31px;
    position: relative;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.user_feedbackstyle h2::after {
    content: "";
    width: 6rem;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    bottom: -1rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(180,185,218), transparent);
}.user_feedbackstyle .learn_spacestyle {
    position: relative;
}.user_feedbackstyle .feedback_quotesstyle {
    position: relative;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_feedbackstyle .review_spotstyle {
    height: 100%;
    padding: 2.5rem 2rem;
    transform: translateY(0);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    border-left: 3px solid rgb(180,185,218);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
              0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
}.user_feedbackstyle .review_spotstyle::before {
    color: rgb(180,185,218);
    line-height: 1;
    top: 1.5rem;
    right: 1.5rem;
    z-index: -1;
    font-family: serif;
    position: absolute;
    opacity: 0.1;
    font-size: 6rem;
    content: "";
}.user_feedbackstyle .review_spotstyle:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
              0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-8px);
}.user_feedbackstyle .review_spotstyle h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    color: rgb(180,185,218);
    display: inline-block;
    font-size: calc(23px - 0.1rem);
}.user_feedbackstyle .review_spotstyle h3::after {
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease-in-out;
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    background-color: rgb(180,185,218);
}.user_feedbackstyle .review_spotstyle:hover h3::after {
    width: 100%;
}.user_feedbackstyle .review_spotstyle .description {
    color: #000000;
    position: relative;
    font-size: calc(12px - 0.1rem);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    z-index: 2;
}.user_feedbackstyle .review_spotstyle div {
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    display: flex;
}.user_feedbackstyle .review_spotstyle img {
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease, border-color 0.3s ease;
    transform-origin: center;
    border: 3px solid rgba(rgb(180,185,218,0.5), 0.2);
    height: 60px;
    width: 60px;
}.user_feedbackstyle .review_spotstyle:hover img {
    transform: scale(1.05);
    border-color: rgb(180,185,218);
}.user_feedbackstyle .feedback_quotesstyle::after {
    border-radius: 100px;
    content: "";
    bottom: -50px;
    background: linear-gradient(90deg, transparent, rgba(rgb(180,185,218,0.5), 0.05), transparent);
    filter: blur(5px);
    height: 10px;
    position: absolute;
    width: 80%;
    left: 10%;
}

@media (min-width: 992px) {.user_feedbackstyle {
    padding: 8rem 0;
}.user_feedbackstyle h2 {
    margin-bottom: 4.5rem;
    font-size: calc(31px + 0.2rem);
}.user_feedbackstyle .feedback_quotesstyle {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}.user_feedbackstyle .review_spotstyle {
    padding: 3rem 2.5rem;
}.user_feedbackstyle .review_spotstyle:nth-child(odd) {
    transform: translateY(15px);
}.user_feedbackstyle .review_spotstyle:nth-child(odd):hover {
    transform: translateY(7px);
}.user_feedbackstyle .review_spotstyle:nth-child(even) {
    transform: translateY(-15px);
}.user_feedbackstyle .review_spotstyle:nth-child(even):hover {
    transform: translateY(-23px);
}.user_feedbackstyle .review_spotstyle::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(180,185,218));
    top: 0;
    content: "";
    opacity: 0.3;
    right: 0;
    width: 40%;
    position: absolute;
}
}

@media (min-width: 1200px) {.user_feedbackstyle .feedback_quotesstyle {
    grid-template-columns: repeat(4, 1fr);
}.user_feedbackstyle::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(180,185,218,0.5), 0.02) 0px,
      rgba(rgb(180,185,218,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}

@media (max-width: 991px) {.user_feedbackstyle .review_spotstyle {
    padding: 2.2rem 1.8rem;
}.user_feedbackstyle h2::after {
    width: 5rem;
}
}

@media (max-width: 767px) {.user_feedbackstyle {
    padding: 4rem 0;
}.user_feedbackstyle h2 {
    font-size: calc(31px - 0.2rem);
    margin-bottom: 2.5rem;
}.user_feedbackstyle .feedback_quotesstyle {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_feedbackstyle .review_spotstyle {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 576px) {.user_feedbackstyle {
    padding: 3rem 0;
}.user_feedbackstyle .container {
    padding: 0 1.5rem;
}.user_feedbackstyle .feedback_quotesstyle {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_feedbackstyle .review_spotstyle {
    padding: 1.8rem 1.3rem;
}.user_feedbackstyle .review_spotstyle::before {
    top: 1rem;
    right: 1rem;
    font-size: 4rem;
}.user_feedbackstyle h2 {
    font-size: calc(31px - 0.3rem);
}
}

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

@media (prefers-reduced-motion: no-preference) {.user_feedbackstyle .review_spotstyle {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}.user_feedbackstyle .review_spotstyle:nth-child(1) {
    animation-delay: 0.1s;
}.user_feedbackstyle .review_spotstyle:nth-child(2) {
    animation-delay: 0.2s;
}.user_feedbackstyle .review_spotstyle:nth-child(3) {
    animation-delay: 0.3s;
}.user_feedbackstyle .review_spotstyle:nth-child(4) {
    animation-delay: 0.4s;
}.user_feedbackstyle .review_spotstyle:nth-child(5) {
    animation-delay: 0.5s;
}.user_feedbackstyle .review_spotstyle:nth-child(6) {
    animation-delay: 0.6s;
}.user_feedbackstyle .review_spotstyle:nth-child(7) {
    animation-delay: 0.7s;
}}header .nav_primestyle {
    background: rgb(217,217,237);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    z-index: 100;
}header .nav_primestyle::before {
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(180,185,218,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(142,152,198,0.5) 0%, transparent 30%);
    width: 100%;
    position: absolute;
    opacity: 0.2;
    top: 0;
}header .nav_primestyle::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: linear-gradient(135deg, transparent 25%, rgb(180,185,218,0.5) 100%);
    opacity: 0.1;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    right: 0;
    width: 40%;
    content: "";
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .top_knowstyle {
    gap: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr;
    display: grid;
}header .header_prostyle {
    position: relative;
    z-index: 2;
}header .page_topstyle {
    position: relative;
    z-index: 2;
    display: block;
}header .page_topstyle::before,
header .page_topstyle::after {
    position: absolute;
    background: rgb(180,185,218,0.5);
    content: "";
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}header .page_topstyle::before {
    top: -15px;
    height: 50px;
    width: 50px;
    left: -15px;
}header .page_topstyle::after {
    bottom: -5px;
    background: rgb(142,152,198,0.5);
    width: 25px;
    right: -10px;
    height: 25px;
}header .page_topstyle:hover::before,
header .page_topstyle:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .page_topstyle svg {
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
}header .page_topstyle:hover svg {
    transform: rotate(-5deg);
}header .nav_sitewrapstyle {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(to right, transparent, #ffffff);
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    padding: 10px 20px;
}header .nav_sitewrapstyle::after {
    animation: moveStripes 20s linear infinite;
    background-image: 
        linear-gradient(45deg, rgb(180,185,218,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(180,185,218,0.5) 50%, rgb(180,185,218,0.5) 75%, transparent 75%, transparent);
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    background-size: 10px 10px;
    height: 100%;
    top: 0;
}header .top_pagebarstyle {
    position: relative;
    margin: 5px 8px;
    perspective: 800px;
}header .top_pagebarstyle::before {
    border-left: 5px solid rgb(180,185,218);
    height: 0;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    transform: translateY(-50%) scale(0);
    top: 50%;
    content: "";
    width: 0;
    left: -10px;
    opacity: 0;
}header .top_pagebarstyle:hover::before {
    left: -15px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}header .top_pagebarstyle a {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 18px;
    font-family: Arial, sans-serif;
    background: transparent;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid transparent;
    color: #000000;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    transform-style: preserve-3d;
}header .top_pagebarstyle a::before {
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: #ffffff;
    content: "";
    transform: translateZ(-1px);
    top: 0;
    width: 100%;
}header .top_pagebarstyle a::after {
    height: 2px;
    width: 0;
    transition: width 0.3s ease;
    left: 50%;
    background: rgb(180,185,218);
    bottom: 0;
    content: "";
    position: absolute;
    transform: translateX(-50%);
}header .top_pagebarstyle a:hover {
    border-color: rgb(180,185,218,0.5);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(180,185,218);
}header .top_pagebarstyle a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .top_knowstyle {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 2rem;
}header .nav_sitewrapstyle {
    clip-path: none;
    justify-content: center;
    background: #ffffff;
    width: 100%;
    border-radius: 12px;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .top_pagebarstyle {
    margin: 3px 5px;
}header .top_pagebarstyle a {
    padding: 8px 15px;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 480px) {header .nav_sitewrapstyle {
    flex-direction: column;
    padding: 15px;
    align-items: center;
}header .top_pagebarstyle {
    margin: 3px 0;
    width: 100%;
}header .top_pagebarstyle a {
    width: 100%;
    text-align: center;
}header .top_pagebarstyle::before {
    display: none;
}header .page_topstyle svg {
    height: 40px;
}}.secure_safehousestyle {
    background: linear-gradient(140deg, rgb(217,217,237) 0%, rgb(217,217,237) 85%, rgba(rgb(180,185,218,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 1.5rem;
    position: relative;
}.secure_safehousestyle::before {
    top: 0;
    width: 100%;
    height: 8px;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,185,218) 0%, rgb(142,152,198) 100%);
    content: "";
}.secure_safehousestyle::after {
    bottom: 0;
    height: 35%;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle at bottom right, rgba(rgb(180,185,218,0.5), 0.03), transparent 70%);
    content: "";
    right: 0;
    width: 35%;
    z-index: 0;
}.secure_safehousestyle .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}.secure_safehousestyle h1 {
    position: relative;
    font-size: 45px;
    padding-bottom: 1rem;
    color: rgb(180,185,218);
    margin-bottom: 2rem;
    font-weight: 700;
    transform: translateX(-0.5rem);
}.secure_safehousestyle h1::after {
    left: 0;
    height: 3px;
    animation: expandWidth 0.8s ease-out forwards;
    content: "";
    transform-origin: left;
    width: 85px;
    bottom: 0;
    position: absolute;
    background: rgb(142,152,198);
}.secure_safehousestyle h2 {
    margin-bottom: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin-top: 2.5rem;
    position: relative;
    font-size: 33px;
    padding-left: 1rem;
}.secure_safehousestyle h2::before {
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(180,185,218), rgb(142,152,198));
    border-radius: 2px;
    bottom: 0.25rem;
    position: absolute;
    top: 0.25rem;
    left: 0;
}.secure_safehousestyle h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.75rem;
    color: #000000;
    font-size: calc(33px * 0.85);
    margin-top: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}.secure_safehousestyle h4 {
    color: #000000;
    margin-bottom: 0.75rem;
    font-size: calc(33px * 0.7);
    font-weight: 600;
    margin-top: 1.75rem;
}.secure_safehousestyle p {
    line-height: 1.7;
    font-size: 13px;
    max-width: 90ch;
    color: #000000;
    margin-bottom: 1.25rem;
}.secure_safehousestyle strong {
    color: rgb(180,185,218);
    font-weight: 600;
}.secure_safehousestyle ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}.secure_safehousestyle li {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 13px;
    padding-left: 1.75rem;
    color: #000000;
    position: relative;
}.secure_safehousestyle li::before {
    background-color: rgb(142,152,198);
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    top: 0.5rem;
    width: 8px;
    content: "";
    height: 8px;
}.secure_safehousestyle span {
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    display: block;
    border-left: 2px solid rgba(rgb(180,185,218,0.5), 0.3);
    margin-bottom: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
    background: linear-gradient(to right, rgba(rgb(180,185,218,0.5), 0.03), transparent 80%);
}@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


.secure_safehousestyle h2:hover::before {
    background: linear-gradient(to bottom, rgb(142,152,198), rgb(180,185,218));
    transition: background 0.3s ease;
}.secure_safehousestyle li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}


@media (min-width: 768px) {.secure_safehousestyle {
    padding: 7rem 3rem;
}.secure_safehousestyle h1 {
    transform: translateX(-1rem);
    font-size: calc(45px * 1.2);
}.secure_safehousestyle h1::after {
    width: 120px;
}.secure_safehousestyle h2 {
    padding-left: 1.5rem;
}.secure_safehousestyle h2::before {
    width: 6px;
}.secure_safehousestyle ul {
    margin-left: 2.5rem;
}.secure_safehousestyle li {
    padding-left: 2rem;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.secure_safehousestyle {
    background: linear-gradient(120deg, rgb(217,217,237) 0%, rgb(217,217,237) 75%, rgba(rgb(180,185,218,0.5), 0.08) 100%);
    padding: 8rem 2rem;
}.secure_safehousestyle::after {
    height: 45%;
    width: 45%;
}.secure_safehousestyle .container {
    padding: 0 2rem;
}.secure_safehousestyle h1 {
    margin-bottom: 3rem;
}.secure_safehousestyle h2 {
    margin-top: 3.5rem;
}.secure_safehousestyle p, 
    .secure_safehousestyle span {
    margin-left: 1rem;
}.secure_safehousestyle span {
    padding: 1rem 1.5rem;
    border-left-width: 3px;
    margin-left: 2rem;
    background: linear-gradient(to right, rgba(rgb(180,185,218,0.5), 0.05), transparent 90%);
}.secure_safehousestyle ul {
    margin-left: 3rem;
}
}

@media (max-width: 767px) {.secure_safehousestyle {
    padding: 4rem 1rem;
}.secure_safehousestyle h1 {
    font-size: calc(45px * 0.9);
}.secure_safehousestyle h2 {
    font-size: calc(33px * 0.9);
}.secure_safehousestyle h3 {
    font-size: calc(33px * 0.75);
}.secure_safehousestyle h4 {
    font-size: calc(33px * 0.65);
}}.landing_pagestyle {
    min-height: 600px;
    height: 100vh;
    background-color: rgb(217,217,237);
    position: relative;
    width: 100%;
    overflow: hidden;
}.landing_pagestyle::before {
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 2;
    content: "";
    position: absolute;
    right: 0;
    background: 
        linear-gradient(45deg, rgb(180,185,218,0.5) 0%, transparent 30%),
        linear-gradient(225deg, rgb(142,152,198,0.5) 0%, transparent 30%);
}.landing_pagestyle .learn_spacestyle {
    position: relative;
    z-index: 3;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    display: flex;
}.landing_pagestyle .learning_primarystyle {
    overflow: hidden;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
}.landing_pagestyle .edu_titlestyle {
    animation: sidePanCarousel 30s linear infinite;
    display: flex;
    height: 100%;
}.landing_pagestyle .learn_topstyle {
    position: relative;
    height: 100%;
    filter: brightness(1.1) contrast(1.05) saturate(1.1);
    min-width: 100vw;
}.landing_pagestyle .learn_topstyle::before {
    z-index: 2;
    content: "";
    background: linear-gradient(to top, 
        rgb(217,217,237) 0%,
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}.landing_pagestyle .learn_topstyle img {
    object-fit: cover;
    width: 100%;
    animation: slowZoom 15s alternate infinite ease-in-out;
    transform-origin: center;
    height: 100%;
}.landing_pagestyle .text_areastyle {
    position: relative;
    width: 50%;
    z-index: 4;
    backdrop-filter: blur(10px);
    animation: slideUp 1s ease-out;
    border-radius: 18px 18px 0 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    margin: 0 0 5% 10%;
    padding: 3rem;
}.landing_pagestyle .text_areastyle::before {
    top: 0;
    height: 3px;
    right: 0;
    background: linear-gradient(90deg, rgb(180,185,218), rgb(142,152,198));
    content: "";
    position: absolute;
    left: 0;
}.landing_pagestyle .text_areastyle h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 41px;
    position: relative;
}.landing_pagestyle .text_areastyle p {
    margin-bottom: 2rem;
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 13px;
}.landing_pagestyle .text_areastyle .connect_gridstyle {
    background: linear-gradient(90deg, rgb(180,185,218), rgb(142,152,198));
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}.landing_pagestyle .text_areastyle .connect_gridstyle::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: buttonGlow 3s infinite;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.landing_pagestyle .text_areastyle .connect_gridstyle:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@keyframes sidePanCarousel {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-100%);
    }
    36% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(-200%);
    }
    56% {
        transform: translateX(-200%);
    }
    60% {
        transform: translateX(-300%);
    }
    76% {
        transform: translateX(-300%);
    }
    80% {
        transform: translateX(-400%);
    }
    96% {
        transform: translateX(-400%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes buttonGlow {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 1200px) {.landing_pagestyle .text_areastyle {
    margin-left: 5%;
    width: 60%;
}
}

@media screen and (max-width: 992px) {.landing_pagestyle .text_areastyle {
    width: 70%;
}.landing_pagestyle .text_areastyle h1 {
    font-size: calc(41px * 0.9);
}.landing_pagestyle .text_areastyle p {
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 768px) {.landing_pagestyle .learn_spacestyle {
    align-items: center;
}.landing_pagestyle .text_areastyle {
    border-radius: 18px;
    margin: 0 auto;
    padding: 2rem;
    width: 85%;
}.landing_pagestyle .text_areastyle h1 {
    font-size: calc(41px * 0.8);
}
}

@media screen and (max-width: 576px) {.landing_pagestyle .text_areastyle {
    padding: 1.5rem;
    width: 90%;
}.landing_pagestyle .text_areastyle h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1rem;
}.landing_pagestyle .text_areastyle p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
}.landing_pagestyle .text_areastyle .connect_gridstyle {
    padding: 0.8rem 2rem;
    font-size: calc(20px * 0.9);
}}.appSpotlightstyle {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,217,237) 0%, rgb(142,152,198,0.5) 100%);
}.appSpotlightstyle::before {
    opacity: 0.1;
    height: 100%;
    left: 0;
    content: "";
    transform: perspective(1000px) rotateX(5deg);
    z-index: 1;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,185,218,0.5) 0px,
        rgb(180,185,218,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
}.appSpotlightstyle::after {
    transform: rotate(15deg);
    position: absolute;
    border-radius: 100px;
    z-index: 0;
    content: "";
    height: 300px;
    background: rgb(180,185,218);
    opacity: 0.1;
    width: 300px;
    right: -50px;
    bottom: -50px;
    animation: float 15s ease-in-out infinite;
}.appSpotlightstyle .container {
    padding: 0 20px;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.appSpotlightstyle h2 {
    transform: translateZ(20px);
    font-size: 35px;
    position: relative;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    color: #000000;
    line-height: 1.3;
}.appSpotlightstyle h2::after {
    animation: pulse 3s infinite alternate;
    background: rgb(180,185,218);
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateZ(30px);
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    content: "";
}.appSpotlightstyle .learn_spacestyle {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.appSpotlightstyle .learn_spacestyle::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(180,185,218) 0%, rgb(142,152,198) 100%);
    content: "";
    width: 100%;
    position: absolute;
    height: 6px;
}.appSpotlightstyle .learn_spacestyle:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.appSpotlightstyle ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appSpotlightstyle li {
    padding-left: 25px;
    position: relative;
}.appSpotlightstyle li::before {
    top: 8px;
    transform: rotate(45deg);
    height: 8px;
    animation: spin 12s linear infinite;
    left: 0;
    background: rgb(180,185,218);
    width: 8px;
    position: absolute;
    content: "";
}.appSpotlightstyle span {
    line-height: 1.7;
    color: #000000;
    display: block;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.appSpotlightstyle {
    padding: 90px 0;
}.appSpotlightstyle h2 {
    font-size: calc(35px * 0.9);
}.appSpotlightstyle .learn_spacestyle {
    padding: 30px;
}
}

@media (max-width: 768px) {.appSpotlightstyle {
    padding: 70px 0;
}.appSpotlightstyle h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.appSpotlightstyle h2::after {
    width: 60px;
}.appSpotlightstyle .learn_spacestyle {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.appSpotlightstyle span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.appSpotlightstyle {
    padding: 50px 0;
}.appSpotlightstyle h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.appSpotlightstyle h2::after {
    width: 50px;
    height: 3px;
}.appSpotlightstyle .learn_spacestyle {
    padding: 20px;
    transform: none;
}.appSpotlightstyle li {
    padding-left: 20px;
}.appSpotlightstyle span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.training_specialiststyle {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(217,217,237), rgb(180,185,218,0.5));
}.training_specialiststyle::before {
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgb(142,152,198,0.5) 0px, transparent 2px, transparent 10px);
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.1;
    top: 0;
    z-index: 1;
}.training_specialiststyle .review_spotstyle {
    overflow: hidden;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    display: flex;
    gap: 4rem;
    position: relative;
    padding: 0;
    background: #ffffff;
}.training_specialiststyle .img_zoomstyle {
    width: 40%;
    position: relative;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.4s ease;
    flex-shrink: 0;
}.training_specialiststyle .img_zoomstyle::after {
    content: "";
    width: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(180,185,218,0.5), transparent);
    height: 100%;
    left: 0;
}.training_specialiststyle .job_overviewstyle {
    width: 60%;
    padding: 3rem;
    position: relative;
}.training_specialiststyle .name {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 29px;
}.training_specialiststyle .name::after {
    bottom: -8px;
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    width: 50%;
    left: 0;
    background: rgb(180,185,218);
}.training_specialiststyle .job_overviewstyle > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-left: 2px;
    color: rgb(142,152,198);
    font-size: 16px;
}.training_specialiststyle .emp_blockstyle {
    color: #000000;
    line-height: 1.6;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: relative;
}.training_specialiststyle .emp_blockstyle::before {
    content: "";
    font-size: 4rem;
    opacity: 0.4;
    top: -2rem;
    left: -1rem;
    position: absolute;
    color: rgb(180,185,218,0.5);
}.training_specialiststyle .review_spotstyle:hover .img_zoomstyle {
    transform: scale(1.03);
}.training_specialiststyle .review_spotstyle:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.training_specialiststyle .review_spotstyle {
    gap: 2rem;
    flex-direction: column;
}.training_specialiststyle .img_zoomstyle {
    width: 100%;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.training_specialiststyle .job_overviewstyle {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.training_specialiststyle {
    padding: 3rem 1rem;
}.training_specialiststyle .img_zoomstyle {
    height: 280px;
}.training_specialiststyle .job_overviewstyle {
    padding: 0 1.5rem 1.5rem;
}.training_specialiststyle .name {
    font-size: calc(29px * 0.85);
}.training_specialiststyle .emp_blockstyle {
    font-size: calc(16px * 0.95);
}
}