* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1140px;
}.grid-container {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.inclusion {
    flex: 0 0 auto;
}.head-know {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    opacity: 0.75;
    bottom: 0;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(136,138,152,0.5) 35%, rgb(100,102,114,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    animation: gradientFlow 20s ease infinite;
    background-size: 300% 300%;
}footer::after {
    position: absolute;
    bottom: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(136,138,152,0.5) 25%, rgb(136,138,152,0.5) 26%, transparent 27%, transparent 74%, rgb(100,102,114,0.5) 75%, rgb(100,102,114,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(136,138,152,0.5) 25%, rgb(136,138,152,0.5) 26%, transparent 27%, transparent 74%, rgb(100,102,114,0.5) 75%, rgb(100,102,114,0.5) 76%, transparent 77%, transparent);
    opacity: 0.15;
    right: 0;
    top: 0;
    background-size: 50px 50px;
    content: "";
    left: 0;
    z-index: -1;
}.inclusion {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2.5rem;
}.inclusion::before {
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(136,138,152), rgb(100,102,114), transparent);
    position: absolute;
    opacity: 0.8;
    box-shadow: 0 0 20px rgb(136,138,152,0.5);
    top: 0;
}.inclusion .container {
    justify-content: space-between;
    display: flex;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
}.inclusion .company_holder {
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 2rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    border-radius: 22px;
    flex: 1 1 350px;
}.inclusion .company_holder::before {
    height: 1px;
    top: 0;
    width: 200%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(136,138,152), transparent);
    left: -50%;
    transform: translateY(-1px);
    position: absolute;
}.inclusion .company_holder::after {
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(100,102,114), transparent);
    content: "";
    transform: translateY(1px);
}.inclusion .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(136,138,152,0.5);
}.inclusion .company_holder h3 {
    display: inline-block;
    text-shadow: 0 0 15px rgb(136,138,152,0.5);
    color: #ffffff;
    font-size: 36px;
    position: relative;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    font-weight: 700;
}.inclusion .company_holder h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(136,138,152), rgb(100,102,114));
    box-shadow: 0 0 10px rgb(136,138,152);
    border-radius: 10px;
    height: 3px;
    width: 50px;
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease-out;
    left: 0;
}.inclusion .company_holder:hover h3::after {
    width: 100%;
}.inclusion .site-map {
    line-height: 1.6;
    font-size: 18px;
    opacity: 0.85;
    max-width: 100%;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
}.inclusion .degree-path {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.inclusion .head-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.inclusion .top-page {
    transition: all 0.4s ease;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 22px;
    backdrop-filter: blur(8px);
    min-width: 250px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
    position: relative;
}.inclusion .top-page::before {
    top: 0;
    position: absolute;
    transform: translateY(-1px);
    content: "";
    width: 200%;
    height: 1px;
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(100,102,114), transparent);
}.inclusion .top-page::after {
    height: 1px;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(136,138,152), transparent);
    transform: translateY(1px);
    bottom: 0;
}.inclusion .top-page:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(100,102,114,0.5);
}.inclusion .top-page h5 {
    position: relative;
    margin: 0 0 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(100,102,114,0.5);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    display: inline-block;
}.inclusion .top-page h5::after {
    box-shadow: 0 0 10px rgb(100,102,114);
    width: 40px;
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease-out;
    left: 0;
    background: linear-gradient(90deg, rgb(100,102,114), rgb(136,138,152));
    height: 3px;
}.inclusion .top-page:hover h5::after {
    width: 100%;
}.inclusion .top-page .head-section {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.inclusion .top-page .head-section a {
    color: #ffffff;
    border-radius: 10px;
    text-shadow: 0 0 5px #000000;
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    opacity: 0.8;
    z-index: 1;
}.inclusion .top-page .head-section a::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgb(136,138,152), rgb(100,102,114));
    left: 0;
    border-radius: 10px;
    height: 100%;
    z-index: -1;
    width: 3px;
    opacity: 0.5;
    top: 0;
}.inclusion .top-page .head-section a::after {
    z-index: -1;
    opacity: 0;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 0;
}.inclusion .top-page .head-section a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    text-shadow: 0 0 10px rgb(100,102,114,0.5);
    color: #ffffff;
}.inclusion .top-page .head-section a:hover::before {
    box-shadow: 0 0 10px rgb(136,138,152);
    width: 5px;
    opacity: 1;
}.inclusion .top-page .head-section a:hover::after {
    opacity: 0.2;
    width: 100%;
}.reward-sys {
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.reward-sys::before {
    opacity: 0.5;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(136,138,152), rgb(100,102,114), transparent);
}.reward-sys .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.reward-sys .story-spot {
    text-shadow: 0 0 5px #000000;
    font-size: 15px;
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.7;
}.reward-sys .story-spot:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(100,102,114,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.inclusion .container {
    gap: 2rem;
}.inclusion .company_holder {
    flex: 1 1 320px;
}.inclusion .degree-path {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.inclusion {
    padding: 3.5rem 0 2rem;
}.inclusion .container {
    gap: 2rem;
    flex-direction: column;
}.inclusion .company_holder,
    .inclusion .degree-path {
    flex: 1 1 100%;
    min-width: 100%;
}.inclusion .top-page {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.inclusion {
    padding: 3rem 0 1.5rem;
}.inclusion .company_holder,
    .inclusion .top-page {
    padding: 1.5rem;
}.inclusion .head-section {
    gap: 1.5rem;
}.inclusion .company_holder h3 {
    font-size: calc(36px - 2px);
}.inclusion .top-page h5 {
    font-size: calc(20px - 1px);
}.inclusion .company_holder:hover,
    .inclusion .top-page:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.inclusion {
    padding: 2.5rem 0 1rem;
}.inclusion .head-section {
    gap: 1rem;
}.inclusion .top-page {
    flex: 1 1 100%;
    min-width: 100%;
}.inclusion .top-page .head-section a {
    padding: 0.4rem 0.8rem;
}.inclusion .top-page .head-section a:hover {
    padding-left: 1.2rem;
}.reward-sys {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.inclusion .company_holder:hover,
    .inclusion .top-page:hover {
    transform: translateY(-2px);
}}.course-offering {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(173,175,189) 30%, rgba(245, 248, 255, 0.95) 100%);
    overflow: hidden;
}.course-offering::before {
    width: 100%;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(136,138,152,0.5), 0.03) 0%, transparent 80%),
    radial-gradient(circle at 80% 70%, rgba(rgb(100,102,114,0.5), 0.04) 0%, transparent 80%);
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
}.course-offering::after {
    top: 0;
    background-size: 30px 30px;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    content: "";
    height: 100%;
    width: 50%;
    z-index: 0;
    position: absolute;
    background-image: 
    linear-gradient(45deg, rgba(rgb(100,102,114,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(rgb(100,102,114,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(rgb(100,102,114,0.5), 0.02) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(rgb(100,102,114,0.5), 0.02) 75%);
    right: 0;
    opacity: 0.4;
}.course-offering .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.course-offering h2 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease-out;
    font-size: 29px;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    margin-bottom: 50px;
}.course-offering h2::after {
    left: 50%;
    border-radius: 10px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(136,138,152), rgb(100,102,114));
    bottom: -15px;
    position: absolute;
    height: 3px;
}.course-offering .education-guide {
    transform-style: preserve-3d;
    gap: 40px;
    position: relative;
    perspective: 1000px;
    display: flex;
    flex-direction: column;
}.course-offering .video-thumbnail {
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.course-offering .video-thumbnail::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(
    135deg,
    rgba(rgb(136,138,152,0.5), 0.2),
    rgba(rgb(100,102,114,0.5), 0.3)
  );
    width: 100%;
}.course-offering .video-thumbnail::after {
    top: -100%;
    content: "";
    transform: rotate(45deg);
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
    z-index: 2;
    position: absolute;
    left: -100%;
    width: 50%;
    height: 50%;
    animation: shine 15s infinite alternate;
    transition: top 7s ease-out, left 7s ease-out;
}.course-offering .info-wrapper {
    overflow-y: auto;
    position: relative;
    padding: 40px 35px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 400px;
    scrollbar-width: thin;
    transform: translateZ(0);
    background: rgba(#ffffff, 0.98);
    border-radius: 26px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    scrollbar-color: rgb(100,102,114) rgba(rgb(100,102,114,0.5), 0.1);
}.course-offering .info-wrapper::before {
    position: absolute;
    left: 0;
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(136,138,152), rgb(100,102,114));
    height: 0;
    top: 0;
    transition: height 0.7s ease;
}.course-offering .info-wrapper:hover::before {
    height: 100%;
}.course-offering .description {
    font-size: 17px;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}.course-offering .description:last-child {
    margin-bottom: 0;
}.course-offering .description::first-letter {
    font-size: 1.5em;
    color: rgb(136,138,152);
    font-weight: 700;
}.course-offering .info-wrapper::-webkit-scrollbar {
    width: 6px;
}.course-offering .info-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgb(100,102,114,0.5), 0.1);
}.course-offering .info-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(100,102,114);
}

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

@media (min-width: 768px) {.course-offering {
    padding: 150px 0;
}.course-offering h2 {
    font-size: calc(29px * 1.1);
    margin-bottom: 70px;
}.course-offering .education-guide {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.course-offering .video-thumbnail {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    flex: 0 0 45%;
}.course-offering .info-wrapper {
    max-height: 450px;
    transform: translateZ(10px) rotateY(1deg);
    flex: 0 0 55%;
    padding: 50px 45px;
}.course-offering .container:hover .video-thumbnail {
    transform: translateZ(40px) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course-offering .container:hover .info-wrapper {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) rotateY(2deg);
}
}

@media (min-width: 992px) {.course-offering h2 {
    font-size: calc(29px * 1.2);
}.course-offering .video-thumbnail {
    height: 500px;
    flex: 0 0 40%;
}.course-offering .info-wrapper {
    padding: 60px 50px;
    max-height: 500px;
    flex: 0 0 60%;
}.course-offering .description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course-offering {
    padding: 180px 0;
}.course-offering .container {
    padding: 0;
}.course-offering h2 {
    margin-bottom: 90px;
    font-size: calc(29px * 1.3);
}.course-offering .education-guide {
    gap: 80px;
}.course-offering .video-thumbnail {
    height: 550px;
    clip-path: polygon(0 0, 100% 7%, 93% 100%, 0 93%);
}.course-offering .info-wrapper {
    padding: 70px 60px;
    max-height: 550px;
}
}

@media (max-width: 767px) {.course-offering {
    padding: 80px 0;
}.course-offering h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.course-offering .video-thumbnail {
    height: 250px;
    margin-bottom: 20px;
}.course-offering .info-wrapper {
    max-height: 350px;
    padding: 30px 25px;
}.course-offering .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.course-offering {
    padding: 60px 0;
}.course-offering h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.course-offering .video-thumbnail {
    height: 200px;
}.course-offering .info-wrapper {
    padding: 25px 20px;
    max-height: 300px;
}.course-offering .description {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}.price-table {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.price-table::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
}.price-table .container {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0 20px;
    z-index: 2;
}.price-table .group-plans {
    position: relative;
}.price-table h2 {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    transform: translateY(0);
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    animation: fadeInUp 0.8s ease-out forwards;
}.price-table .trial-offers {
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    max-width: 800px;
    font-size: 14px;
    margin: 0 auto 50px;
    line-height: 1.6;
}.price-table .pricing-rates {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    margin: 0;
}.price-table .pricing-rates li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.price-table .indv-sub {
    text-decoration: none;
    will-change: transform;
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    transform: translateZ(0);
}.price-table .fee-struct {
    flex-direction: column;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    display: flex;
    height: 100%;
    min-height: 420px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    justify-content: space-between;
    padding: 30px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}.price-table .fee-struct::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(136,138,152), 
        rgb(100,102,114));
    position: absolute;
    transform-origin: left;
}.price-table .program-fees {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    z-index: 1;
    position: relative;
}.price-table .program-fees h4 {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    transition: color 0.3s ease;
    font-size: calc(22px * 1.1);
    color: #ffffff;
}.price-table .program-fees h4::after {
    background-color: rgb(136,138,152);
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50px;
    transition: width 0.4s ease;
    left: 0;
}.price-table .program-fees p {
    overflow-wrap: break-word;
    font-size: 14px;
    word-break: break-word;
    scrollbar-width: thin;
    max-height: 200px;
    flex-grow: 1;
    line-height: 1.6;
    margin-bottom: 30px;
    scrollbar-color: rgb(136,138,152) rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    overflow-y: auto;
}.price-table .program-fees p::-webkit-scrollbar {
    width: 4px;
}.price-table .program-fees p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.price-table .program-fees p::-webkit-scrollbar-thumb {
    background-color: rgb(136,138,152);
}.price-table .learning-price {
    padding: 10px 0;
    font-size: calc(22px * 1.3);
    align-self: flex-start;
    font-weight: 700;
    display: inline-block;
    background-clip: text !important;
    color: #ffffff;
    color: transparent;
    background: linear-gradient(135deg, rgb(136,138,152), rgb(100,102,114));
    margin-top: auto;
    -webkit-background-clip: text !important;
    position: relative;
}.price-table .learning-price::before {
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(136,138,152), 
        transparent);
    content: "";
    bottom: 0;
}.price-table .pricing-rates li:hover {
    transform: translateY(-5px);
}.price-table .pricing-rates li:hover .fee-struct {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.price-table .pricing-rates li:hover .fee-struct::before {
    transform: scaleX(1);
}.price-table .pricing-rates li:hover .program-fees h4::after {
    width: 80px;
}.price-table .pricing-rates li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.price-table .pricing-rates li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.price-table .pricing-rates li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.price-table .pricing-rates li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.price-table {
    padding: 80px 0;
}.price-table .pricing-rates {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.price-table .fee-struct {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 992px) {.price-table {
    padding: 70px 0;
}.price-table h2 {
    font-size: calc(32px * 0.9);
}.price-table .trial-offers {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.price-table .pricing-rates {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.price-table .fee-struct {
    min-height: 380px;
    padding: 20px;
}.price-table .program-fees h4 {
    font-size: 22px;
}.price-table .learning-price {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 768px) {.price-table {
    padding: 60px 0;
}.price-table h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.85);
}.price-table .trial-offers {
    font-size: calc(14px * 0.9);
    margin-bottom: 30px;
}.price-table .pricing-rates {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.price-table .fee-struct {
    min-height: auto;
}.price-table .program-fees p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.price-table {
    padding: 50px 0;
}.price-table h2 {
    font-size: calc(32px * 0.8);
}.price-table .trial-offers {
    font-size: calc(14px * 0.85);
}.price-table .fee-struct {
    padding: 20px 15px;
}.price-table .program-fees h4 {
    padding-bottom: 10px;
    font-size: calc(22px * 0.95);
    margin-bottom: 15px;
}.price-table .program-fees p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.9);
}.price-table .learning-price {
    font-size: calc(22px * 1.1);
}}.audience-profile {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(173,175,189), rgb(136,138,152,0.5));
    padding: 5rem 0;
    overflow: hidden;
}.audience-profile::before {
    content: '';
    animation: rotateRings 30s linear infinite;
    top: 0;
    opacity: 0.3;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(100,102,114,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(136,138,152,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}.audience-profile::after {
    height: 500px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    left: 50%;
    z-index: -2;
    width: 500px;
    border: 2px solid rgb(100,102,114,0.5);
    content: '';
    opacity: 0.2;
    box-shadow: 0 0 80px 20px rgb(136,138,152,0.5);
}.audience-profile .class-sessions {
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.audience-profile h3 {
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 36px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
}.audience-profile h3::before {
    left: 50%;
    position: absolute;
    bottom: -12px;
    content: '';
    width: 200px;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgb(136,138,152), 0 0 20px rgb(136,138,152,0.5);
    height: 3px;
    background: rgb(136,138,152);
    border-radius: 50px;
}.audience-profile h3::after {
    left: 50%;
    border: 2px solid rgb(136,138,152,0.5);
    position: absolute;
    width: 50px;
    bottom: -38px;
    opacity: 0.6;
    transform: translateX(-50%);
    content: '';
    animation: orbitRotate 8s infinite linear;
    height: 50px;
    border-radius: 50%;
}.audience-profile ul {
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}.audience-profile ul li {
    overflow: hidden;
    padding: 1.5rem 2rem;
    font-weight: 400;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    align-items: center;
    display: flex;
    border-radius: 50px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
}.audience-profile ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.audience-profile ul li::before {
    z-index: -1;
    top: -50%;
    animation: floatBubble 15s infinite ease-in-out alternate;
    height: 100px;
    left: -50%;
    opacity: 0.5;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100px;
    background: radial-gradient(circle, rgb(100,102,114,0.5) 0%, transparent 70%);
}.audience-profile ul li::after {
    animation: pulsateBubble 5s infinite alternate;
    opacity: 0.3;
    content: '';
    bottom: -30px;
    right: -30px;
    border-radius: 50%;
    height: 80px;
    border: 2px solid rgb(136,138,152,0.5);
    width: 80px;
    position: absolute;
}.audience-profile ul li svg {
    transition: transform 0.4s ease;
    height: 38px;
    transform: rotate(0deg);
    margin-right: 1.5rem;
    width: 38px;
    flex-shrink: 0;
}.audience-profile ul li:hover svg {
    transform: rotate(15deg);
}.audience-profile ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(100,102,114);
}.audience-profile ul li:hover svg path {
    fill: rgb(136,138,152);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.audience-profile {
    padding: 4rem 0;
}.audience-profile h3 {
    font-size: calc(36px * 0.9);
}.audience-profile ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.audience-profile ul li {
    padding: 1.2rem 1.8rem;
    border-radius: 40px;
}
}

@media (max-width: 576px) {.audience-profile {
    padding: 3rem 0;
}.audience-profile h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 3rem;
}.audience-profile ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.audience-profile ul li {
    padding: 1rem 1.5rem;
    border-radius: 30px;
}.audience-profile ul li svg {
    margin-right: 1rem;
    width: 32px;
    height: 32px;
}}.cookieAlertContainer {
    border-top: 2px solid rgb(136,138,152);
    position: fixed;
    z-index: 90;
    bottom: 0;
    width: 100%;
    background: rgb(173,175,189);
}#cookieNoticeModal {
    display: none;
}#cookieNoticeModal:checked ~ .cookieAlertContainer {
    visibility: hidden;
    opacity: 0;
}.privacy-opt {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}.cookieAlertContainer h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieAlertContainer p {
    font-size: 18px;
}.cookie-overlay {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-overlay svg, .cookie-overlay svg path, .cookie-overlay img {
    height: 100px;
    fill: rgb(136,138,152);
    width: 100px;
}.cookie-lock {
    color: rgb(136,138,152);
    border-bottom: 2px solid rgb(136,138,152);
    text-decoration: none;
    margin-left: 10px;
    font-size: 24px;
    flex-shrink: 0;
    cursor: pointer;
    min-width: 120px;
    white-space: nowrap;
    line-height: 35px;
    text-align: center;
}.cookieAlertContainer p a {
    text-decoration: none;
    color: rgb(136,138,152);
}
@media only screen and (max-width: 1200px) {.cookieAlertContainer {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-overlay {
    display: none;
}.privacy-opt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieAlertContainer h5 {
    text-align: center;
}.cookieAlertContainer p {
    text-align: center;
}.edu-accept {
    margin-bottom: 20px;
}body .grid-container .cookie-lock {
    margin-left: 0;
    margin-bottom: 10px;
}}
.grid-container .cookieAlertContainer {
    background: rgb(136,138,152);
    box-shadow: rgb(100,102,114,0.5) 0px 0px 10px 10px;
}.grid-container .privacy-opt {
    justify-content: space-between;
    padding: 40px 0;
}.grid-container .cookie-lock {
    margin-left: 30px;
    font-size: 20px;
    border: none;
    background: #ffffff;
    color: rgb(136,138,152);
    padding: 10px;
}.grid-container .edu-accept {
    text-align: left;
    color: #ffffff;
}.grid-container .edu-accept h5 {
    font-weight: 700;
}.grid-container .edu-accept h5, .grid-container .edu-accept p {
    color: #ffffff;
}.grid-container .cookieAlertContainer p a {
    text-decoration: underline;
    color: rgb(100,102,114);
}header {
    margin-top: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    z-index: 100;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: linear-gradient(120deg, rgb(136,138,152) 0%, rgb(100,102,114) 100%);
}header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    bottom: 2px;
    content: '';
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: -1;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
}header .nav-sitewrap {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 1.2rem 3rem;
    z-index: 5;
    position: relative;
}header .head-master {
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    transition: all 0.3s ease;
    position: relative;
}header .head-master::before {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    top: 3px;
    z-index: -1;
    position: absolute;
    right: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    content: '';
    left: 3px;
    bottom: 3px;
}header .head-master:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .top-learning {
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}header .top-learning img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .top-page {
    z-index: 2;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
}header .first-expert {
    position: relative;
    margin: 0 0.5rem;
}header .first-expert a {
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 0 1.2rem;
    position: relative;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    height: 40px;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
}header .first-expert a::before {
    left: -100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
    height: 100%;
    content: '';
}header .first-expert a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}header .first-expert a:hover::before {
    left: 100%;
}header .first-expert::after {
    position: absolute;
    height: 2px;
    width: 0;
    bottom: -5px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    background: #ffffff;
    left: 50%;
    content: '';
}header .first-expert:hover::after {
    width: 80%;
}header .nav-sitewrap::before {
    content: '';
    border-right: none;
    border-bottom: none;
    width: 40px;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 10px;
    height: 40px;
    top: 10px;
}header .nav-sitewrap::after {
    bottom: 10px;
    height: 40px;
    opacity: 0.5;
    border-left: none;
    position: absolute;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 10px;
    border-top: none;
    width: 40px;
}header .head-know {
    background: rgb(173,175,189);
    padding-top: 2rem;
    z-index: 1;
    margin-top: -15px;
    position: relative;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    position: absolute;
    width: 8px;
    box-shadow: 0 0 10px #ffffff;
    right: 15px;
    border-radius: 50%;
    content: '';
    top: 15px;
    background: #ffffff;
    height: 8px;
    animation: pulse 2s infinite;
}

@media (min-width: 1400px) {header .nav-sitewrap {
    max-width: 1320px;
    margin: 0 auto;
}header .first-expert {
    margin: 0 0.7rem;
}header .first-expert a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .nav-sitewrap {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head-master {
    margin-right: 0;
    margin-bottom: 0;
}header .top-page {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .first-expert a {
    font-size: calc(13px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .nav-sitewrap::before,
    header .nav-sitewrap::after {
    display: none;
}.head-know {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .nav-sitewrap {
    padding: 0.8rem 1.5rem;
}header .head-master {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .top-learning img {
    max-height: 35px;
}header .top-page {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .top-page::-webkit-scrollbar {
    height: 3px;
}header .top-page::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .first-expert {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .first-expert a {
    font-size: calc(13px - 2px);
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .first-expert::after {
    display: none;
}header::after {
    top: 10px;
    height: 5px;
    width: 5px;
    right: 10px;
}.head-know {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .nav-sitewrap {
    padding: 0.7rem 1.2rem;
}header .head-master {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .first-expert a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
}}.academic-experience {
    background: rgb(173,175,189);
    height: 500px;
    overflow: hidden;
    position: relative;
}.academic-experience::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    z-index: 1;
    background: rgb(136,138,152);
    height: 100%;
    top: 0;
    width: 50%;
    left: 0;
    content: "";
}.academic-experience::after {
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(100,102,114,0.5) 100%
        );
    z-index: 2;
}.academic-experience .edu-reviews {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 3;
}.academic-experience .video-thumbnail {
    z-index: 2;
    border-radius: 0;
    width: 45%;
    position: absolute;
    top: -15%;
    left: 0;
    height: 130%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    transform: translateX(-5%);
    filter: grayscale(30%) contrast(1.1);
}.academic-experience .video-thumbnail::after {
    left: 0;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(
        to right,
        rgb(136,138,152) 0%,
        transparent 100%
    );
}.academic-experience:hover .video-thumbnail {
    transform: translateX(0%);
    filter: grayscale(0%) contrast(1.2);
}.academic-experience .work-view {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    right: 0;
    width: 60%;
    height: 100%;
    padding: 0 3rem 0 7rem;
    display: flex;
    position: absolute;
}.academic-experience .name {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    margin-bottom: 0.7rem;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    animation: slide-left 0.7s forwards 0.2s;
}.academic-experience .name::before {
    content: "";
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(0);
    left: 0;
    width: 50px;
    background: rgb(136,138,152);
    transition: transform 0.5s ease 0.7s;
    height: 5px;
}.academic-experience:hover .name::before {
    transform: scaleX(1);
}.academic-experience .work-view > div:nth-child(2) {
    margin-bottom: 2rem;
    font-weight: 600;
    opacity: 0;
    color: rgb(100,102,114);
    transform: translateX(50px);
    letter-spacing: 3px;
    animation: slide-left 0.7s forwards 0.4s;
    text-transform: uppercase;
    font-size: 23px;
}.academic-experience .exp-timeline {
    position: relative;
    transform: translateX(50px);
    max-width: 600px;
    font-size: 14px;
    padding-left: 30px;
    line-height: 1.8;
    opacity: 0;
    font-weight: 400;
    animation: slide-left 0.7s forwards 0.6s;
    color: #000000;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.academic-experience .exp-timeline::before {
    width: 5px;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(
        to bottom,
        rgb(136,138,152) 0%,
        rgb(100,102,114) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.academic-experience .exp-timeline::after {
    content: '"';
    line-height: 0;
    opacity: 0.1;
    right: -80px;
    bottom: -120px;
    color: rgb(136,138,152,0.5);
    z-index: -1;
    position: absolute;
    font-size: 20rem;
    font-family: serif;
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.academic-experience:hover .video-thumbnail {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.academic-experience .work-view > div {
    transition: transform 0.3s ease;
}.academic-experience:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}.academic-experience:hover .work-view > div:nth-child(2) {
    transform: translateY(-3px);
    transition-delay: 0.2s;
}.academic-experience:hover .exp-timeline {
    transform: translateY(-1px);
    transition-delay: 0.3s;
}

@media (max-width: 992px) {.academic-experience {
    height: auto;
    padding: 0;
}.academic-experience::before {
    height: 250px;
    clip-path: none;
    width: 100%;
}.academic-experience .edu-reviews {
    flex-direction: column;
}.academic-experience .video-thumbnail {
    transform: none;
    position: relative;
    height: 300px;
    width: 100%;
    top: 0;
    clip-path: none;
}.academic-experience .work-view {
    position: relative;
    width: 100%;
    padding: 2rem;
}.academic-experience:hover .video-thumbnail {
    animation: none;
}.academic-experience .exp-timeline::after {
    display: none;
}}.title-welcome {
    overflow: hidden;
    perspective: 1000px;
    min-height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: rgb(136,138,152,0.5);
    display: flex;
}.title-welcome::before {
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.7;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(100,102,114,0.5) 0%, rgba(255,255,255,0.1) 100%);
    top: 0;
}.title-welcome::after {
    height: 100%;
    background: radial-gradient(circle at center, rgb(136,138,152) 0%, transparent 70%);
    width: 100%;
    z-index: 0;
    position: absolute;
    right: -50%;
    top: -50%;
    opacity: 0.1;
    content: "";
    animation: pulseBg 15s infinite alternate ease-in-out;
}.title-welcome .class-sessions {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    transform-style: preserve-3d;
    padding: 2rem;
    z-index: 2;
    width: 100%;
    position: relative;
    margin: 0 auto;
}.title-welcome h1 {
    font-size: 38px;
    grid-column: 1 / -1;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 1.2;
    color: #000000;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
}.title-welcome h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(136,138,152), rgb(100,102,114));
    width: 80px;
    content: "";
    animation: expandLine 3s infinite alternate ease-in-out;
    bottom: -10px;
    height: 4px;
    left: 0;
    border-radius: 10px;
}.title-welcome .info-wrapper {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}.title-welcome .study-tools {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(5px);
    border-radius: 29px;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
}.title-welcome .study-tools:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
}.title-welcome p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(13px * 1.2);
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.6;
}.title-welcome svg {
    transition: transform 1.5s ease;
    margin: 1rem auto 2rem;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    width: 120px;
    transform: rotateY(0deg);
    height: 120px;
    display: block;
}.title-welcome .study-tools:hover svg {
    transform: rotateY(360deg);
}.title-welcome svg path {
    fill: rgb(136,138,152);
    transition: fill 0.3s ease;
}.title-welcome svg text {
    fill: rgb(136,138,152);
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease, transform 0.3s ease;
    font-weight: 700;
}.title-welcome svg:hover path {
    fill: rgb(100,102,114);
}.title-welcome svg:hover text {
    fill: rgb(100,102,114);
    transform: scale(1.05);
}.title-welcome .feedback-box {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(136,138,152) 0%, rgb(100,102,114) 100%);
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 1rem 2rem;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
    border-radius: 10px;
    display: inline-block;
}.title-welcome .feedback-box::before {
    top: 0;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    z-index: -1;
    transition: all 0.6s ease;
    height: 100%;
    width: 100%;
}.title-welcome .feedback-box:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}.title-welcome .feedback-box:hover::before {
    left: 100%;
}.title-welcome .video-thumbnail {
    overflow: hidden;
    border-radius: 29px;
    position: relative;
    transform: translateZ(5px) rotate(2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    height: 400px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title-welcome .video-thumbnail::before {
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, rgb(136,138,152,0.5) 100%);
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}.title-welcome .video-thumbnail::after {
    position: absolute;
    z-index: 2;
    content: "";
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(100,102,114,0.5) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}.title-welcome .video-thumbnail:hover {
    transform: translateZ(15px) rotate(0);
}

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

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@media (min-width: 1200px) {.title-welcome .class-sessions {
    gap: 4rem;
    padding: 3rem;
}.title-welcome h1 {
    font-size: calc(38px * 1.2);
}.title-welcome .video-thumbnail {
    height: 500px;
}.title-welcome svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 991px) {.title-welcome .class-sessions {
    gap: 2rem;
    grid-template-columns: 1fr;
}.title-welcome h1 {
    text-align: center;
    font-size: 38px;
}.title-welcome h1::after {
    left: 50%;
    transform: translateX(-50%);
}.title-welcome .study-tools {
    padding: 2rem;
    text-align: center;
}.title-welcome .video-thumbnail {
    transform: translateZ(5px) rotate(0);
    order: -1;
    height: 350px;
}
}

@media (max-width: 767px) {.title-welcome {
    padding: 4rem 0;
    min-height: auto;
}.title-welcome .class-sessions {
    gap: 1.5rem;
    padding: 1.5rem;
}.title-welcome h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.title-welcome .video-thumbnail {
    height: 250px;
}.title-welcome p {
    font-size: 13px;
    margin-bottom: 1.5rem;
}.title-welcome svg {
    width: 100px;
    margin: 0.5rem auto 1.5rem;
    height: 100px;
}.title-welcome .feedback-box {
    padding: 0.75rem 1.5rem;
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 480px) {.title-welcome {
    padding: 3rem 0;
}.title-welcome .class-sessions {
    padding: 1rem;
}.title-welcome h1 {
    font-size: calc(38px * 0.8);
}.title-welcome .video-thumbnail {
    height: 200px;
}.title-welcome .study-tools {
    padding: 1.5rem;
}.title-welcome svg {
    height: 80px;
    width: 80px;
}}.gratMessage {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(136,138,152,0.5), rgb(100,102,114), rgb(136,138,152));
    isolation: isolate;
}.gratMessage::before {
    top: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    background-size: 60px 60px, 40px 40px;
    height: 100%;
    animation: shimmer 15s infinite linear;
    opacity: 0.6;
}.gratMessage::after {
    height: 70%;
    right: -5%;
    filter: blur(40px);
    z-index: -1;
    position: absolute;
    width: 40%;
    background: linear-gradient(160deg, rgb(100,102,114,0.5), transparent);
    top: -10%;
    content: "";
    transform: rotate(-15deg) skew(20deg);
}.gratMessage .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.gratMessage .class-sessions {
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.gratMessage .class-sessions::before {
    top: 0;
    transform-origin: left center;
    opacity: 0.9;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    position: absolute;
    animation: shimmerBorder 3s infinite linear;
    background: linear-gradient(90deg, rgb(136,138,152), rgb(100,102,114), rgb(136,138,152));
}.gratMessage .class-sessions::after {
    left: 5%;
    height: 20px;
    position: absolute;
    background: rgba(0, 0, 0, 0.07);
    content: "";
    z-index: -1;
    border-radius: 50%;
    width: 90%;
    filter: blur(15px);
    bottom: -20px;
}.gratMessage .class-sessions > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.gratMessage .class-sessions > div:first-child::after {
    left: 0;
    transform: scaleX(0);
    position: absolute;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.75rem;
    transform-origin: left center;
    width: 60px;
    height: 3px;
    content: "";
    background: rgb(100,102,114);
}.gratMessage h5 {
    margin: 0;
    font-weight: 700;
    color: #000000;
    transform: translateY(20px);
    font-size: 21px;
    line-height: 1.4;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.gratMessage p {
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    margin: 0;
    opacity: 0;
}.gratMessage a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: inherit;
}.gratMessage a::before {
    content: "";
    right: 0;
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    transform-origin: right center;
    width: 30%;
    height: 2px;
    transform: scaleX(0);
    background: rgb(136,138,152,0.5);
}.gratMessage a:hover {
    transform: translateX(5px);
}.gratMessage a:hover::before {
    transform: scaleX(1);
}

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

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

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

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

@media (hover: hover) {.gratMessage .class-sessions:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}

@media screen and (max-width: 992px) {.gratMessage {
    padding: 5rem 2rem;
}.gratMessage .class-sessions {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratMessage h5 {
    font-size: calc(21px * 0.9);
}
}

@media screen and (max-width: 768px) {.gratMessage {
    padding: 4rem 1.5rem;
}.gratMessage .class-sessions {
    padding: 2rem;
    transform: none;
}.gratMessage .class-sessions::before {
    height: 4px;
}.gratMessage h5 {
    font-size: calc(21px * 0.85);
}.gratMessage p {
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.gratMessage {
    padding: 3rem 1rem;
}.gratMessage .class-sessions {
    padding: 1.75rem;
}.gratMessage .class-sessions::before {
    height: 3px;
}.gratMessage h5 {
    font-size: calc(21px * 0.8);
}.gratMessage p {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
}.gratMessage .class-sessions > div:first-child {
    margin-bottom: 1.5rem;
}}.our-team {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.our-team::before {
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}.our-team::after {
    width: 100%;
    content: "";
    transform-origin: left top;
    top: 0;
    background: linear-gradient(90deg, rgb(136,138,152,0.5) 0%, transparent 100%);
    z-index: 2;
    opacity: 0.4;
    position: absolute;
    left: 0;
    height: 100%;
    transform: skewY(-3deg) translateY(-10%);
}.our-team h4 {
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: calc(29px * 1.2);
    transform: translateX(-20px);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 5;
    opacity: 0;
    margin-bottom: 50px;
    position: relative;
    padding-left: 60px;
}.our-team h4::before {
    width: 40px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    content: "";
    background: rgb(100,102,114);
    height: 3px;
    left: 0;
}.our-team .container {
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
    justify-content: flex-end;
    display: flex;
    position: relative;
    max-width: 1200px;
}.our-team .info-wrapper {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    animation: fadeIn 1s ease-out forwards;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    border-left: 3px solid rgb(100,102,114);
    width: 70%;
    padding: 40px;
    transition: transform 0.4s ease-out;
    background: rgba(255, 255, 255, 0.08);
}.our-team .info-wrapper:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.our-team h6 {
    padding-bottom: 15px;
    color: rgb(100,102,114);
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
    margin-bottom: 20px;
    font-size: calc(20px * 1.2);
}.our-team h6::after {
    background: rgb(100,102,114);
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    opacity: 0.7;
    content: "";
    width: 60px;
}.our-team .info-wrapper div {
    position: relative;
    overflow: hidden;
}.our-team span {
    margin-bottom: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-size: 16px;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    position: relative;
    transform: translateY(20px);
    display: block;
}.our-team span::first-letter {
    font-weight: 700;
    font-size: 1.4em;
    color: rgb(100,102,114);
}

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

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

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

@media (max-width: 1024px) {.our-team {
    padding: 90px 0 70px;
}.our-team h4 {
    margin-bottom: 40px;
    font-size: calc(29px * 1.1);
    padding-left: 50px;
}.our-team .container {
    justify-content: center;
}.our-team .info-wrapper {
    transform: perspective(1000px) rotateY(-2deg);
    width: 85%;
    padding: 35px;
}
}

@media (max-width: 768px) {.our-team {
    padding: 70px 0 50px;
}.our-team h4 {
    font-size: 29px;
    margin-bottom: 30px;
    padding-left: 40px;
}.our-team h4::before {
    width: 30px;
}.our-team .info-wrapper {
    border-left: none;
    width: 100%;
    padding: 30px 25px;
    transform: none;
    border-top: 3px solid rgb(100,102,114);
}.our-team h6 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 20px;
}.our-team span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.our-team .info-wrapper:hover {
    transform: none;
}
}

@media (max-width: 576px) {.our-team {
    padding: 60px 0 40px;
}.our-team h4 {
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: calc(20px * 1.2);
}.our-team h4::before {
    width: 25px;
}.our-team .info-wrapper {
    padding: 25px 20px;
}.our-team h6 {
    font-size: calc(18px * 1.1);
}.our-team span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}.client-experience {
    perspective: 1000px;
    padding: 8rem 2rem;
    background: linear-gradient(90deg, rgb(173,175,189) 0%, rgb(136,138,152,0.5) 30%, rgb(173,175,189) 100%);
    position: relative;
    overflow: hidden;
}.client-experience::before {
    left: 10%;
    content: "";
    z-index: 1;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(136,138,152), transparent);
    box-shadow: 0 0 20px 5px rgb(136,138,152,0.5);
    height: 1px;
    position: absolute;
    top: 50%;
}.client-experience::after {
    width: 100%;
    z-index: 0;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(100,102,114,0.5) 0%, transparent 60%);
    opacity: 0.4;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
}.client-experience .container {
    z-index: 2;
    position: relative;
}.client-experience h2 {
    font-weight: 700;
    font-size: calc(34px * 1.4);
    color: #000000;
    perspective: 1000px;
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
}.client-experience h2::before {
    width: 100%;
    filter: blur(10px);
    content: "";
    left: 0;
    height: 20px;
    position: absolute;
    bottom: -20px;
    background: linear-gradient(to right, transparent, rgb(136,138,152,0.5), transparent);
}.client-experience .student-insights {
    transform-style: preserve-3d;
    scrollbar-color: rgb(136,138,152) rgb(173,175,189);
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    gap: 3rem;
    padding: 3rem 0;
}.client-experience .student-insights::-webkit-scrollbar {
    height: 8px;
}.client-experience .student-insights::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(173,175,189);
}.client-experience .student-insights::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(136,138,152);
}.client-experience .edu-reviews {
    border-radius: 24px;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform-origin: left center;
    scroll-snap-align: center;
    flex: 0 0 300px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: rotateY(10deg) translateZ(0);
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    align-items: center;
}.client-experience .edu-reviews:hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    z-index: 3;
}.client-experience .edu-reviews::before {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(136,138,152,0.5) 0%, transparent 70%);
    width: 100%;
    opacity: 0.4;
}.client-experience .edu-reviews:hover::before {
    opacity: 0.7;
}.client-experience .edu-reviews img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-30px);
    border: 5px solid #ffffff;
    object-fit: cover;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}.client-experience .edu-reviews:hover img {
    transform: translateY(-40px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.client-experience .edu-reviews p {
    transform: translateY(-10px);
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}.client-experience .edu-reviews .description {
    z-index: 1;
    margin-top: 1rem;
    line-height: 1.6;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
    opacity: 0.9;
    text-align: center;
    transform: translateY(0);
    font-weight: 400;
}.client-experience .edu-reviews:hover .description {
    opacity: 1;
    transform: translateY(-5px);
}.client-experience .edu-reviews:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}.client-experience .edu-reviews:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}.client-experience .edu-reviews:nth-child(3n+1)::after {
    border-radius: 50%;
    filter: blur(15px);
    content: "";
    right: -20px;
    opacity: 0.5;
    height: 50px;
    width: 50px;
    background: rgb(100,102,114,0.5);
    position: absolute;
    transition: all 0.3s ease;
    bottom: -20px;
}.client-experience .edu-reviews:nth-child(3n+1):hover::after {
    opacity: 0.7;
    height: 70px;
    width: 70px;
}.client-experience .edu-reviews:nth-child(3n+2)::after {
    border-radius: 50%;
    top: -15px;
    right: -15px;
    width: 40px;
    opacity: 0.4;
    transition: all 0.3s ease;
    height: 40px;
    content: "";
    background: rgb(136,138,152,0.5);
    filter: blur(10px);
    position: absolute;
}.client-experience .edu-reviews:nth-child(3n+2):hover::after {
    height: 60px;
    opacity: 0.6;
    width: 60px;
}

@media (max-width: 992px) {.client-experience {
    padding: 6rem 1rem;
}.client-experience h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 3rem;
}.client-experience .student-insights {
    padding: 2.5rem 0;
    gap: 2.5rem;
}.client-experience .edu-reviews {
    padding: 1.8rem;
    flex: 0 0 270px;
}.client-experience .edu-reviews img {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.client-experience {
    padding: 5rem 1rem;
}.client-experience::before {
    display: none;
}.client-experience h2 {
    margin-bottom: 2.5rem;
    font-size: 34px;
}.client-experience .student-insights {
    padding: 2rem 0;
    gap: 2rem;
}.client-experience .edu-reviews {
    transform: rotateY(5deg) translateZ(0) !important;
    padding: 1.5rem;
    flex: 0 0 240px;
}.client-experience .edu-reviews:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.client-experience .edu-reviews img {
    height: 90px;
    transform: translateY(-25px);
    width: 90px;
}.client-experience .edu-reviews:hover img {
    transform: translateY(-30px) scale(1.05);
}.client-experience .edu-reviews p {
    font-size: calc(13px * 1.1);
}.client-experience .edu-reviews .description {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 480px) {.client-experience {
    padding: 4rem 0.5rem;
}.client-experience .student-insights {
    padding: 1.5rem 0;
    gap: 1.5rem;
}.client-experience .edu-reviews {
    transform: rotateY(0) translateZ(0) !important;
    flex: 0 0 85%;
}.client-experience .edu-reviews:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}.contact-form-box {
    padding: 100px 0;
    background: rgb(173,175,189);
    position: relative;
    overflow: hidden;
}.contact-form-box::before {
    background-image: linear-gradient(30deg, rgb(100,102,114,0.5) 12%, transparent 12.5%, transparent 87%, rgb(100,102,114,0.5) 87.5%, rgb(100,102,114,0.5)),
                      linear-gradient(150deg, rgb(100,102,114,0.5) 12%, transparent 12.5%, transparent 87%, rgb(100,102,114,0.5) 87.5%, rgb(100,102,114,0.5)),
                      linear-gradient(30deg, rgb(100,102,114,0.5) 12%, transparent 12.5%, transparent 87%, rgb(100,102,114,0.5) 87.5%, rgb(100,102,114,0.5)),
                      linear-gradient(150deg, rgb(100,102,114,0.5) 12%, transparent 12.5%, transparent 87%, rgb(100,102,114,0.5) 87.5%, rgb(100,102,114,0.5)),
                      linear-gradient(60deg, rgb(136,138,152,0.5) 25%, transparent 25.5%, transparent 75%, rgb(136,138,152,0.5) 75%, rgb(136,138,152,0.5)),
                      linear-gradient(60deg, rgb(136,138,152,0.5) 25%, transparent 25.5%, transparent 75%, rgb(136,138,152,0.5) 75%, rgb(136,138,152,0.5));
    position: absolute;
    background-size: 80px 140px;
    height: 100%;
    content: '';
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    left: 0;
    width: 100%;
    opacity: 0.05;
    top: 0;
}.contact-form-box .video-thumbnail {
    height: 90%;
    left: 0;
    position: absolute;
    top: 5%;
    width: 45%;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 0 29px 29px 0;
}.contact-form-box .video-thumbnail::after {
    top: 0;
    left: 0;
    border-radius: 0 29px 29px 0;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
}.contact-form-box .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact-form-box h3 {
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
    font-family: Arial, sans-serif;
    color: rgb(136,138,152);
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 31px;
    background: #ffffff;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.contact-form-box .query-grid {
    position: relative;
    width: 60%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    float: right;
    border-radius: 29px;
    flex-direction: column;
    background: #ffffff;
}.contact-form-box .query-grid::before {
    height: 5px;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(136,138,152), rgb(100,102,114));
}.contact-form-box .feedback-map {
    padding: 40px;
}.contact-form-box form h3 {
    text-align: left;
    font-size: 21px;
    display: block;
    background: transparent;
    box-shadow: none;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border-bottom: 2px solid rgb(100,102,114,0.5);
    color: #000000;
}.contact-form-box input[type="text"],
.contact-form-box textarea {
    font-size: 17px;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    color: #000000;
    background: rgb(173,175,189);
    padding: 15px;
}.contact-form-box input[type="text"]:focus,
.contact-form-box textarea:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(136,138,152);
    outline: none;
}.contact-form-box textarea {
    resize: none;
    height: 130px;
}.contact-form-box .inquiry-info {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact-form-box .inquiry-info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-box .inquiry-info label {
    line-height: 1.5;
    color: #000000;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}.contact-form-box .inquiry-info label::before {
    content: '';
    height: 18px;
    left: 0;
    top: 2px;
    width: 18px;
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgb(136,138,152);
    border-radius: 10px;
}.contact-form-box .inquiry-info input[type="checkbox"]:checked + label::before {
    background: rgb(136,138,152);
}.contact-form-box .inquiry-info input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    top: 6px;
    width: 6px;
    content: '';
    height: 9px;
    left: 6px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}.contact-form-box .inquiry-info a {
    color: rgb(136,138,152);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact-form-box .inquiry-info a:hover {
    color: rgb(100,102,114);
    text-decoration: underline;
}.contact-form-box .feedback-box {
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-family: Arial, sans-serif;
    transition: all 0.5s ease;
    cursor: pointer;
    background-size: 200% auto;
    background: linear-gradient(to right, rgb(136,138,152), rgb(136,138,152));
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
}.contact-form-box .feedback-box:hover {
    background-position: right center;
    box-shadow: 0 5px 15px rgb(136,138,152,0.5);
    transform: translateY(-2px);
}.contact-form-box .support-panel {
    padding: 40px;
    background: linear-gradient(135deg, rgb(136,138,152), rgb(100,102,114));
    color: #ffffff;
}.contact-form-box .support-panel h4 {
    position: relative;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}.contact-form-box .support-panel h4::after {
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #ffffff;
    content: '';
    bottom: -8px;
}.contact-form-box .request-panel {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-form-box .request-panel li {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    align-items: flex-start;
    display: flex;
}.contact-form-box .request-panel li:hover {
    transform: translateX(5px);
}.contact-form-box .request-panel svg {
    width: 22px;
    margin-top: 3px;
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}.contact-form-box .request-panel svg path {
    fill: #ffffff;
}.contact-form-box .request-panel span {
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
}.contact-form-box .request-panel a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-form-box .request-panel a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.contact-form-box {
    padding: 80px 0;
}.contact-form-box .video-thumbnail {
    display: none;
}.contact-form-box .query-grid {
    margin: 0 auto;
    width: 100%;
    float: none;
    max-width: 650px;
}
}

@media (max-width: 768px) {.contact-form-box {
    padding: 60px 0;
}.contact-form-box h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.contact-form-box .feedback-map,
    .contact-form-box .support-panel {
    padding: 30px;
}.contact-form-box form h3,
    .contact-form-box .support-panel h4 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.contact-form-box {
    padding: 40px 0;
}.contact-form-box h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact-form-box .feedback-map,
    .contact-form-box .support-panel {
    padding: 25px 20px;
}.contact-form-box input[type="text"],
    .contact-form-box textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact-form-box textarea {
    height: 110px;
}.contact-form-box .feedback-box {
    width: 100%;
}}.privacy-encasement {
    overflow: hidden;
    color: #000000;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(173,175,189) 0%, rgb(173,175,189) 85%, rgba(rgb(136,138,152,0.5), 0.05) 100%);
}.privacy-encasement::before {
    background: linear-gradient(90deg, rgb(136,138,152) 0%, rgb(100,102,114) 100%);
    width: 100%;
    transform-origin: left;
    height: 8px;
    position: absolute;
    transform: scaleX(0.95);
    top: 0;
    box-shadow: 0 0 20px rgba(rgb(136,138,152,0.5), 0.2);
    left: 0;
    content: "";
}.privacy-encasement::after {
    pointer-events: none;
    transform: rotate(-15deg);
    right: -100px;
    top: 40px;
    opacity: 0.5;
    position: absolute;
    height: 250px;
    border-radius: 50%;
    content: "";
    width: 250px;
    border: 2px solid rgba(rgb(136,138,152,0.5), 0.1);
}.privacy-encasement .container {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 1;
}.privacy-encasement h1 {
    color: rgb(136,138,152);
    font-size: calc(45px * 1.2);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateX(-0.5rem);
}.privacy-encasement h1::after {
    background: linear-gradient(90deg, rgb(136,138,152), transparent);
    transform-origin: left;
    left: 0;
    content: "";
    position: absolute;
    animation: pulse 4s infinite alternate ease-in-out;
    height: 4px;
    width: 6rem;
    bottom: -1rem;
}.privacy-encasement h2 {
    color: #000000;
    padding-left: 1.2rem;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    margin: 3rem 0 1.5rem;
}.privacy-encasement h2::before {
    left: 0;
    content: "";
    width: 4px;
    position: absolute;
    height: calc(100% - 0.5rem);
    transform: scaleY(0.9);
    background: rgb(100,102,114);
    top: 0.25rem;
}.privacy-encasement h3 {
    font-size: calc(33px * 0.85);
    color: #000000;
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    font-weight: 600;
    position: relative;
}.privacy-encasement h3::before {
    left: 0;
    width: 3px;
    transform: scaleY(0.8);
    height: calc(100% - 0.4rem);
    top: 0.2rem;
    content: "";
    background: rgb(100,102,114);
    position: absolute;
    opacity: 0.8;
}.privacy-encasement h4 {
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
    font-size: calc(33px * 0.75);
    font-weight: 600;
}.privacy-encasement h4::before {
    width: 2px;
    height: calc(100% - 0.4rem);
    transform: scaleY(0.7);
    background: rgb(100,102,114);
    opacity: 0.7;
    top: 0.2rem;
    left: 0;
    position: absolute;
    content: "";
}.privacy-encasement p {
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 90ch;
}.privacy-encasement p strong {
    position: relative;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(100,102,114,0.5), 0.15) 40%);
    color: #000000;
    padding: 0 0.2rem;
    display: inline-block;
}.privacy-encasement span {
    margin-bottom: 1.5rem;
    font-size: 13px;
    display: block;
    border-left: 1px dashed rgba(rgb(136,138,152,0.5), 0.3);
    max-width: 90ch;
    line-height: 1.7;
    padding-left: 0.5rem;
    color: #000000;
}.privacy-encasement ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.privacy-encasement li {
    padding-left: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: 13px;
    position: relative;
}.privacy-encasement li::before {
    position: absolute;
    transform: rotate(45deg);
    opacity: 0.8;
    height: 10px;
    top: 0.5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    width: 10px;
    border: 2px solid rgb(136,138,152);
    left: 0;
}.privacy-encasement li:hover::before {
    opacity: 1;
    transform: rotate(225deg);
}

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

@media (min-width: 768px) {.privacy-encasement {
    padding: 6rem 3rem;
}.privacy-encasement .container {
    gap: 1rem;
    grid-template-columns: 1fr;
    display: grid;
}.privacy-encasement h1 {
    grid-column: 1 / -1;
    margin-bottom: 3rem;
    font-size: calc(45px * 1.4);
}.privacy-encasement p, 
    .privacy-encasement span {
    font-size: calc(13px * 1.05);
}.privacy-encasement h2 {
    margin-top: 4rem;
}.privacy-encasement ul {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {.privacy-encasement {
    padding: 8rem 4rem 6rem;
}.privacy-encasement::after {
    width: 400px;
    height: 400px;
    right: -80px;
    top: 80px;
}.privacy-encasement .container {
    max-width: 1200px;
}.privacy-encasement h1 {
    transform: translateX(-1rem);
}.privacy-encasement h1::after {
    width: 8rem;
}.privacy-encasement h2 {
    padding-left: 1.5rem;
    font-size: calc(33px * 1.1);
}.privacy-encasement h2::before {
    width: 6px;
}.privacy-encasement li {
    padding-left: 2rem;
}.privacy-encasement li::before {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.privacy-encasement {
    padding: 4rem 1.5rem;
}.privacy-encasement h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 2rem;
}.privacy-encasement h2 {
    font-size: calc(33px * 0.95);
    margin: 2.5rem 0 1.2rem;
}.privacy-encasement h3, 
    .privacy-encasement h4 {
    margin: 2rem 0 1rem;
}.privacy-encasement p, 
    .privacy-encasement span {
    font-size: calc(13px * 0.95);
}.privacy-encasement ul {
    margin-left: 0.5rem;
}.privacy-encasement li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}.enroll-instantly {
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(100,102,114,0.5) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.enroll-instantly::before {
    right: -20%;
    z-index: 1;
    top: -50%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 80%;
    content: '';
    opacity: 0.1;
    background: rgb(136,138,152,0.5);
    height: 200%;
    transform: rotate(-15deg);
    position: absolute;
}.enroll-instantly::after {
    opacity: 0.1;
    transform: rotate(15deg);
    content: '';
    height: 150%;
    position: absolute;
    z-index: 1;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    background: rgb(100,102,114,0.5);
    width: 60%;
    left: -10%;
    bottom: -30%;
}.enroll-instantly .class-sessions {
    position: relative;
    padding: 0;
    z-index: 10;
    flex-direction: column;
    display: flex;
    align-items: center;
}.enroll-instantly .container p {
    font-size: 34px;
    position: relative;
    background: #ffffff;
    z-index: 5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    padding: 40px 60px;
    margin: 0 0 60px 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    max-width: 800px;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
}.enroll-instantly .feedback-box {
    background: linear-gradient(90deg, rgb(136,138,152), rgb(100,102,114));
    padding: 20px 50px;
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    text-decoration: none;
    color: #ffffff;
    z-index: 5;
    position: relative;
}.enroll-instantly .feedback-box::before {
    z-index: -1;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, rgb(100,102,114), rgb(136,138,152));
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    position: absolute;
}.enroll-instantly .feedback-box:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.05);
}.enroll-instantly .feedback-box:hover::before {
    opacity: 1;
}.enroll-instantly .container p::before {
    height: 120%;
    opacity: 0.4;
    width: 140%;
    left: -20%;
    animation: morph 8s ease-in-out infinite;
    position: absolute;
    background: #ffffff;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    content: '';
    z-index: -1;
    top: -10%;
}.enroll-instantly .feedback-box::after {
    left: -100px;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: shine 6s infinite;
    width: 30px;
    transform: skewX(-15deg);
    position: absolute;
    height: 100%;
    top: 0;
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.enroll-instantly {
    padding: 90px 0;
}.enroll-instantly .container p {
    margin-bottom: 50px;
    font-size: calc(20px * 1.2);
    padding: 35px 50px;
}.enroll-instantly .feedback-box {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.enroll-instantly {
    padding: 70px 0;
}.enroll-instantly .container p {
    padding: 30px 40px;
    font-size: 20px;
    margin-bottom: 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
}.enroll-instantly .feedback-box {
    padding: 15px 35px;
}.enroll-instantly .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.enroll-instantly {
    padding: 50px 0;
}.enroll-instantly .container p {
    margin-bottom: 30px;
    font-size: calc(18px * 1.2);
    padding: 25px 30px;
    border-radius: 30px;
}.enroll-instantly .feedback-box {
    padding: 12px 30px;
    font-size: calc(16px * 0.9);
}}.data-overview {
    background: linear-gradient(135deg, rgb(173,175,189) 0%, rgba(240, 242, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.data-overview::before {
    content: '';
    position: absolute;
    width: 40%;
    z-index: 1;
    filter: blur(40px);
    height: 80%;
    transform: rotate(-15deg) skewX(20deg);
    top: -10%;
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(136,138,152,0.5) 0%, transparent 70%);
    right: -5%;
}.data-overview::after {
    z-index: 1;
    transform: rotate(15deg) skewY(-10deg);
    left: -5%;
    filter: blur(30px);
    content: '';
    background: linear-gradient(45deg, rgb(100,102,114,0.5) 0%, transparent 70%);
    height: 60%;
    position: absolute;
    bottom: -10%;
    opacity: 0.2;
    width: 35%;
}.data-overview .container {
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
}.data-overview h4 {
    letter-spacing: 0.5px;
    animation: fadeUpIn 0.8s 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(19px * 1.1);
    font-weight: 600;
    color: #000000;
    text-align: center;
    opacity: 0;
    margin-top: 3rem;
    transform: translateY(0);
}.data-overview ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 2rem;
    padding: 0;
    display: grid;
    list-style: none;
}.data-overview .key-pros {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border-bottom: 2px solid rgb(136,138,152,0.5);
    opacity: 0;
    animation: fadeUpIn 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 2rem 1.5rem;
    transform: translateY(20px);
}.data-overview .key-pros:nth-child(1) {
    animation-delay: 0.1s;
}.data-overview .key-pros:nth-child(2) {
    animation-delay: 0.2s;
}.data-overview .key-pros:nth-child(3) {
    animation-delay: 0.3s;
}.data-overview .key-pros:nth-child(4) {
    animation-delay: 0.4s;
}.data-overview .key-pros:nth-child(5) {
    animation-delay: 0.5s;
}.data-overview .key-pros:nth-child(6) {
    animation-delay: 0.6s;
}.data-overview .key-pros:nth-child(7) {
    animation-delay: 0.7s;
}.data-overview .key-pros::before {
    position: absolute;
    width: 40%;
    height: 3px;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(136,138,152) 0%, transparent 100%);
    content: '';
    border-radius: 3px 0 0 0;
    top: 0;
    left: 0;
}.data-overview .key-pros:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgb(136,138,152,0.5), 0.1), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}.data-overview .key-pros:hover::before {
    width: 80%;
}.data-overview .key-pros div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: flex;
}.data-overview .key-pros p {
    font-size: calc(30px * 1.2);
    color: rgb(136,138,152);
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin: 0 0 0.75rem;
    line-height: 1;
}.data-overview .key-pros p::after {
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(100,102,114,0.5), transparent);
    width: 40px;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    height: 3px;
}.data-overview .key-pros span {
    font-weight: 400;
    transition: color 0.3s ease;
    margin-top: 0.5rem;
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
}.data-overview .key-pros:hover span {
    color: #000000;
}

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

@media (min-width: 992px) {.data-overview {
    padding: 8rem 0;
}.data-overview ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}.data-overview .key-pros {
    padding: 2.5rem 2rem;
}.data-overview h4 {
    font-size: calc(19px * 1.2);
    margin-top: 4rem;
}
}

@media (min-width: 768px) and (max-width: 991px) {.data-overview {
    padding: 7rem 0;
}.data-overview ul {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 576px) and (max-width: 767px) {.data-overview {
    padding: 6rem 0;
}.data-overview ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
}

@media (max-width: 575px) {.data-overview {
    padding: 5rem 0;
}.data-overview ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.data-overview .key-pros {
    padding: 1.75rem 1.25rem;
}.data-overview .key-pros p {
    font-size: calc(30px * 1.1);
}.data-overview h4 {
    margin-top: 2.5rem;
    font-size: 19px;
}
}