* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-bundle {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1219px;
}.referral_prog {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.first_pagebar {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    width: 0.8em;
    scroll-behavior: auto;
}::-webkit-scrollbar-button {
    border-radius: 8px;
    height: 3px;
    width: 8px;
    background: rgb(195,192,218);
}::-webkit-scrollbar-track {
    border: 1px groove rgb(162,160,196);
    background: rgb(195,192,218,0.5);
    box-shadow: inset 0px -1px 12px 5px rgba(0, 0, 0, 0.2);
    border-radius: 16rem;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 1%;
    transition: background 3s ease-in;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px 0px 0px 4px rgba(0, 0, 0, 0.4);
    background: rgb(195,192,218,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(195,192,218);
    box-shadow: inset -4px 3px 2px -2px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(162,160,196) rgb(195,192,218,0.5);
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_outcomes {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgba(245, 248, 255, 0.9) 100%);
}.program_outcomes::before {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(195,192,218,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(162,160,196,0.5), 0.05) 0%, transparent 50%);
    height: 100%;
    position: absolute;
}.program_outcomes .container {
    z-index: 1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.program_outcomes .image_panel {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border: 4px solid #ffffff;
    object-fit: cover;
    margin-bottom: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    filter: saturate(1.1) brightness(1.05);
    max-height: 400px;
    transform: perspective(1000px) rotateY(-2deg);
}.program_outcomes .path_creators {
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transform: translateY(-20px);
    background: #ffffff;
    padding: 40px;
    display: flex;
}.program_outcomes .note_holder {
    position: relative;
}.program_outcomes h1 {
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 700;
}.program_outcomes h1::after {
    position: absolute;
    background: rgb(195,192,218);
    transition: width 0.5s ease;
    height: 3px;
    content: "";
    width: 60px;
    bottom: 0;
    left: 0;
}.program_outcomes ul {
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    grid-gap: 15px;
    display: grid;
    padding: 0;
}.program_outcomes li {
    position: relative;
    padding-left: 36px;
    transition: transform 0.3s ease;
}.program_outcomes li:hover {
    transform: translateX(5px);
}.program_outcomes li p {
    line-height: 1.6;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: calc(14px - 1px);
    margin: 0;
}.program_outcomes li svg {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 24px;
    top: 2px;
    width: 24px;
    position: absolute;
}.program_outcomes li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.program_outcomes svg path {
    fill: rgb(195,192,218);
    transition: fill 0.3s ease;
}.program_outcomes li:hover svg path {
    fill: rgb(162,160,196);
}@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.program_outcomes .image_panel:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.program_outcomes .container {
    flex-direction: row;
    gap: 40px;
    align-items: center;
}.program_outcomes .image_panel {
    max-height: none;
    animation: float 6s infinite ease-in-out;
    margin-bottom: 0;
    width: 45%;
}.program_outcomes .path_creators {
    width: 55%;
    transform: translateY(0);
    padding: 50px;
}.program_outcomes h1 {
    font-size: 45px;
}.program_outcomes h1::after {
    width: 80px;
}.program_outcomes ul {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.program_outcomes li {
    padding-left: 40px;
}
}

@media (min-width: 992px) {.program_outcomes {
    padding: 150px 0;
}.program_outcomes .container {
    gap: 60px;
}.program_outcomes h1 {
    margin-bottom: 40px;
}.program_outcomes h1:hover::after {
    width: 120px;
}.program_outcomes li p {
    font-size: 14px;
}.program_outcomes .path_creators {
    padding: 60px;
}
}

@media (max-width: 767px) {.program_outcomes {
    padding: 80px 0;
}.program_outcomes .image_panel {
    max-height: 300px;
}.program_outcomes .path_creators {
    padding: 30px 25px;
}.program_outcomes h1 {
    font-size: calc(38px - 4px);
    margin-bottom: 25px;
}.program_outcomes li {
    margin-bottom: 15px;
}.program_outcomes li p {
    font-size: calc(14px - 2px);
}}.aspiring_learners {
    background-color: rgb(224,222,238);
    z-index: 1;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.aspiring_learners::before {
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}.aspiring_learners::after {
    z-index: -1;
    position: absolute;
    top: 0;
    animation: cloudMove 25s infinite alternate ease-in-out;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(195,192,218,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(162,160,196,0.5), 0.1) 0%, transparent 40%);
}.aspiring_learners .path_creators {
    position: relative;
    max-width: 1100px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
}.aspiring_learners h3 {
    font-weight: 600;
    margin-bottom: 4rem;
    font-size: 44px;
    letter-spacing: 1px;
    color: rgb(195,192,218);
    text-align: center;
    opacity: 0.9;
    position: relative;
}.aspiring_learners h3::after {
    height: 2px;
    position: absolute;
    background: rgb(195,192,218);
    content: "";
    opacity: 0.6;
    width: 50px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}.aspiring_learners ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
}.aspiring_learners li {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    flex-direction: column;
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 13px;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    position: relative;
    background: rgba(#ffffff, 0.08);
    border: 1px solid rgba(#ffffff, 0.1);
    align-items: center;
}.aspiring_learners li::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
}.aspiring_learners li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    border-color: rgba(rgb(195,192,218,0.5), 0.2);
}.aspiring_learners li:hover::after {
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(195,192,218) 0%,
        rgb(162,160,196) 100%
    );
    left: 0;
}.aspiring_learners li svg {
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    width: 50px;
    fill: rgb(162,160,196);
    height: 50px;
    opacity: 0.9;
}.aspiring_learners li svg path {
    transition: fill 0.5s ease;
    fill: rgb(162,160,196);
}.aspiring_learners li:hover svg {
    transform: translateY(-3px);
    animation: float 3s infinite ease-in-out;
}.aspiring_learners li:hover svg path {
    fill: rgb(195,192,218);
}.aspiring_learners li {
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.aspiring_learners ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.aspiring_learners {
    padding: 5rem 0;
}.aspiring_learners h3 {
    margin-bottom: 3.5rem;
    font-size: calc(44px * 0.9);
}
}

@media (max-width: 768px) {.aspiring_learners {
    padding: 4rem 0;
}.aspiring_learners .path_creators {
    padding: 0 1.5rem;
}.aspiring_learners h3 {
    margin-bottom: 3rem;
    font-size: calc(44px * 0.8);
}.aspiring_learners ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.aspiring_learners li {
    padding: 1.5rem;
}.aspiring_learners li svg {
    width: 45px;
    margin-bottom: 1.2rem;
    height: 45px;
}
}

@media (max-width: 480px) {.aspiring_learners {
    padding: 3rem 0;
}.aspiring_learners .path_creators {
    padding: 0 1rem;
}.aspiring_learners h3 {
    font-size: calc(44px * 0.7);
    margin-bottom: 2.5rem;
}.aspiring_learners li {
    padding: 1.25rem;
}.aspiring_learners li svg {
    height: 40px;
    width: 40px;
    margin-bottom: 1rem;
}}.user_feedback {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, #ffffff 100%);
    padding: 4rem 0;
    position: relative;
}.user_feedback::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(162,160,196,0.5) 0px,
        rgb(162,160,196,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}.user_feedback::after {
    position: absolute;
    background: rgb(195,192,218);
    top: -10%;
    transform: rotate(-15deg);
    z-index: 0;
    width: 35%;
    height: 35%;
    opacity: 0.08;
    right: -10%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.user_feedback h2 {
    transform: translateY(0);
    font-weight: 700;
    z-index: 3;
    font-size: 34px;
    opacity: 1;
    animation: titleAppear 0.8s ease-out;
    position: relative;
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
}.user_feedback h2::after {
    content: "";
    width: 80px;
    height: 4px;
    transform: translateX(-50%) skewX(-20deg);
    position: absolute;
    background: linear-gradient(90deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    bottom: -10px;
    left: 50%;
}.user_feedback .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.user_feedback .path_creators {
    position: relative;
    overflow: hidden;
}.user_feedback .user_ratings {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    z-index: 3;
    display: grid;
    gap: 2rem;
}.user_feedback .edu_reviews {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    opacity: 0;
    position: relative;
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
    animation: reviewAppear 0.6s ease-out forwards;
    padding: 2rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    border-left: 4px solid rgb(162,160,196);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
    transform: translateY(20px);
}.user_feedback .edu_reviews:nth-child(1) {
    --animation-order: 1;
}.user_feedback .edu_reviews:nth-child(2) {
    --animation-order: 2;
}.user_feedback .edu_reviews:nth-child(3) {
    --animation-order: 3;
}.user_feedback .edu_reviews:nth-child(4) {
    --animation-order: 4;
}.user_feedback .edu_reviews:nth-child(5) {
    --animation-order: 5;
}.user_feedback .edu_reviews:nth-child(6) {
    --animation-order: 6;
}.user_feedback .edu_reviews:nth-child(7) {
    --animation-order: 7;
}.user_feedback .edu_reviews::before {
    left: 20px;
    color: rgb(162,160,196);
    font-family: Arial, sans-serif;
    top: -15px;
    content: "";
    font-size: 100px;
    line-height: 1;
    position: absolute;
    opacity: 0.2;
}.user_feedback .edu_reviews:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.04);
    transform: translateY(-5px) scale(1.02);
    border-left-color: rgb(195,192,218);
}.user_feedback .edu_reviews h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.8rem;
    font-size: calc(24px * 1.05);
    position: relative;
    display: inline-block;
}.user_feedback .edu_reviews h3::after {
    transition: width 0.3s ease-out 0.1s;
    bottom: -4px;
    position: absolute;
    height: 2px;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    content: "";
}.user_feedback .edu_reviews:hover h3::after {
    width: 100%;
}.user_feedback .edu_reviews .description {
    position: relative;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    z-index: 2;
    font-size: 18px;
    color: #000000;
}.user_feedback .edu_reviews div {
    height: 60px;
    width: 60px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 0;
    margin-left: auto;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}.user_feedback .edu_reviews:hover div {
    transform: rotate(15deg) scale(1.1);
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}.user_feedback .edu_reviews div img {
    width: 100%;
    transition: transform 0.5s ease-out;
    object-fit: cover;
    height: 100%;
}.user_feedback .edu_reviews:hover div img {
    transform: scale(1.1);
}

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

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

@media (max-width: 992px) {.user_feedback {
    padding: 3rem 0;
}.user_feedback h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.user_feedback .user_ratings {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_feedback .edu_reviews {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.user_feedback {
    padding: 2.5rem 0;
}.user_feedback h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.85);
}.user_feedback h2::after {
    width: 60px;
}.user_feedback .user_ratings {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.user_feedback .edu_reviews::before {
    font-size: 80px;
}
}

@media (max-width: 576px) {.user_feedback {
    padding: 2rem 0;
}.user_feedback h2 {
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
    font-size: calc(34px * 0.8);
}.user_feedback .container {
    padding: 0 15px;
}.user_feedback .edu_reviews {
    padding: 1.5rem;
}.user_feedback .edu_reviews h3 {
    font-size: calc(24px * 0.95);
}.user_feedback .edu_reviews .description {
    font-size: calc(18px * 0.95);
}.user_feedback .edu_reviews div {
    height: 50px;
    width: 50px;
}}header {
    background: linear-gradient(135deg, rgb(195,192,218,0.5) 0%, rgb(162,160,196,0.5) 100%);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 100;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}header::before {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(195,192,218,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(162,160,196,0.5) 0%, transparent 30%);
    height: 100%;
    content: '';
}header .nav_begin {
    z-index: 5;
    padding: 1.2rem 2.5rem;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .main_mainbar {
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    border-radius: 29px;
    flex: 0 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
}header .main_mainbar:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .main_guide {
    transition: all 0.3s ease;
    display: block;
}header .main_guide img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .first_teach {
    position: relative;
    display: flex;
    list-style: none;
    z-index: 2;
    margin: 0;
    padding: 0;
}header .head_core {
    margin: 0 0.3rem;
    position: relative;
}header .head_core a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
    font-weight: 600;
    text-decoration: none;
    backdrop-filter: blur(5px);
    position: relative;
    font-size: 15px;
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    color: #ffffff;
    display: block;
}header .head_core a:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
}header .head_core a::before {
    z-index: -1;
    content: '';
    border-radius: 29px;
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}header .head_core a:hover::before {
    opacity: 1;
}header .head_core::after {
    left: 50%;
    background: #ffffff;
    content: '';
    height: 3px;
    bottom: -3px;
    width: 0;
    border-radius: 10px;
    transform: translateX(-50%);
    opacity: 0.7;
    transition: width 0.3s ease;
    position: absolute;
}header .head_core:hover::after {
    width: 70%;
}header .nav_begin::before {
    opacity: 0.5;
    border-radius: 50%;
    height: 100px;
    right: -20px;
    width: 100px;
    filter: blur(40px);
    content: '';
    top: -20px;
    position: absolute;
    z-index: -1;
    background: rgb(195,192,218,0.5);
}header .nav_begin::after {
    z-index: -1;
    filter: blur(30px);
    background: rgb(162,160,196,0.5);
    opacity: 0.5;
    content: '';
    left: -20px;
    border-radius: 50%;
    bottom: -20px;
    width: 80px;
    position: absolute;
    height: 80px;
}header .first_pagebar {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(224,222,238);
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .main_mainbar::after {
    content: '';
    left: 0;
    opacity: 0.5;
    transition: all 0.4s ease;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    width: 100%;
    bottom: -20px;
    height: 20px;
    position: absolute;
}header .main_mainbar:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .nav_begin {
    margin: 0 auto;
    max-width: 1320px;
}header .head_core {
    margin: 0 0.5rem;
}header .head_core a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .nav_begin {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .main_mainbar {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin-bottom: 0;
}header .first_teach {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .head_core a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .nav_begin::before,
    header .nav_begin::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_begin {
    padding: 0.8rem 1.2rem;
}header .main_mainbar {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .main_guide img {
    max-height: 35px;
}header .first_teach {
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .first_teach::-webkit-scrollbar {
    height: 3px;
}header .first_teach::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head_core {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .head_core a {
    font-size: calc(15px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}header .head_core::after {
    display: none;
}header .main_mainbar::after {
    display: none;
}
}

@media (max-width: 479px) {header .nav_begin {
    padding: 0.7rem 1rem;
}header .main_mainbar {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .head_core a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}.cost_plan {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.cost_plan::before {
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
}.cost_plan .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.cost_plan .price_tiers {
    position: relative;
}.cost_plan h2 {
    text-align: center;
    transform: translateY(20px);
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    font-size: 30px;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    opacity: 0;
    color: #ffffff;
}.cost_plan h2::after {
    background: rgb(162,160,196);
    height: 3px;
    box-shadow: 0 0 10px rgb(162,160,196,0.5);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    width: 80px;
}.cost_plan .class_deals {
    text-align: center;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    margin: 0 auto 50px;
    font-size: calc(12px * 1.1);
    opacity: 0;
    transform: translateY(20px);
    max-width: 800px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #ffffff;
}.cost_plan .learning_rates {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
    perspective: 1000px;
}.cost_plan .learning_rates li {
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    transform: translateY(40px);
}.cost_plan .learning_rates li:nth-child(1) {
    --li-index: 1;
}.cost_plan .learning_rates li:nth-child(2) {
    --li-index: 2;
}.cost_plan .learning_rates li:nth-child(3) {
    --li-index: 3;
}.cost_plan .learning_rates li:nth-child(4) {
    --li-index: 4;
}.cost_plan .bundle_offer {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
}.cost_plan .bundle_offer:hover {
    transform: translateY(-10px) scale(1.02);
}.cost_plan .discount_deals {
    padding: 40px 30px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    height: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}.cost_plan .bundle_offer:hover .discount_deals {
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
    border-color: rgb(162,160,196,0.5);
}.cost_plan .discount_deals::before {
    background: radial-gradient(
        circle at center,
        rgba(rgb(162,160,196), 0.05) 0%,
        transparent 70%
    );
    opacity: 0;
    transform: scale(0.8);
    transition: transform 0.8s ease, opacity 0.8s ease;
    position: absolute;
    z-index: 0;
    width: 200%;
    content: "";
    height: 200%;
    top: -50%;
    left: -50%;
}.cost_plan .bundle_offer:hover .discount_deals::before {
    opacity: 1;
    transform: scale(1);
}.cost_plan .learning_pricing {
    z-index: 2;
    position: relative;
}.cost_plan .learning_pricing h4 {
    color: #ffffff;
    transition: transform 0.4s ease;
    font-weight: 600;
    font-size: calc(24px * 1.15);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}.cost_plan .bundle_offer:hover .learning_pricing h4 {
    transform: translateY(-5px);
    color: rgb(162,160,196);
}.cost_plan .learning_pricing h4::after {
    bottom: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    width: 50px;
    height: 2px;
    background: rgb(162,160,196);
}.cost_plan .bundle_offer:hover .learning_pricing h4::after {
    width: 80px;
}.cost_plan .learning_pricing p {
    overflow-y: auto;
    scrollbar-color: rgb(162,160,196) rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    scrollbar-width: thin;
    margin-bottom: 25px;
    padding-right: 10px;
    max-height: 150px;
    line-height: 1.6;
    font-size: 12px;
}.cost_plan .learning_pricing p::-webkit-scrollbar {
    width: 4px;
}.cost_plan .learning_pricing p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.cost_plan .learning_pricing p::-webkit-scrollbar-thumb {
    background: rgb(162,160,196);
    border-radius: 10px;
}.cost_plan .edu_rates {
    font-weight: 700;
    padding: 8px 20px;
    background: linear-gradient(135deg, 
        rgb(162,160,196) 0%, 
        rgb(195,192,218) 100%);
    border-radius: 8px;
    color: #ffffff;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    font-size: calc(24px * 1.5);
    display: inline-block;
}.cost_plan .bundle_offer:hover .edu_rates {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}.cost_plan .edu_rates::before {
    position: absolute;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    width: 70%;
    transition: left 0.7s ease;
    height: 100%;
    content: "";
    top: 0;
}.cost_plan .bundle_offer:hover .edu_rates::before {
    left: 200%;
}

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

@media (min-width: 768px) {.cost_plan .learning_rates {
    grid-template-columns: repeat(2, 1fr);
}.cost_plan h2 {
    font-size: calc(30px * 1.1);
}
}

@media (min-width: 992px) {.cost_plan {
    padding: 150px 0;
}.cost_plan .learning_rates {
    grid-template-columns: repeat(4, 1fr);
}.cost_plan .discount_deals {
    padding: 40px 25px;
}.cost_plan h2 {
    font-size: calc(30px * 1.2);
    margin-bottom: 30px;
}.cost_plan .class_deals {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.cost_plan {
    padding: 80px 0;
}.cost_plan h2 {
    font-size: calc(30px * 0.9);
}.cost_plan .class_deals {
    font-size: 12px;
    margin-bottom: 40px;
}.cost_plan .discount_deals {
    padding: 30px 20px;
}.cost_plan .learning_pricing p {
    max-height: 120px;
}.cost_plan .edu_rates {
    font-size: calc(24px * 1.2);
    padding: 6px 15px;
}}.welcome_board {
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgb(195,192,218,0.5) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.welcome_board::before {
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(162,160,196,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}.welcome_board > div {
    display: flex;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    max-width: 1200px;
    gap: 50px;
}.welcome_board > div > div:first-child {
    animation: fadeInUp 0.8s ease-out forwards;
    align-items: flex-start;
    opacity: 0;
    display: flex;
    transform: translateY(20px);
    flex-direction: column;
}.welcome_board .learning_open {
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 20px;
    position: relative;
    max-width: 650px;
}.welcome_board .learning_open::after {
    bottom: -10px;
    content: "";
    transform-origin: left;
    position: absolute;
    width: 80px;
    background: rgb(195,192,218);
    left: 0;
    height: 4px;
    animation: expandLine 1s 0.5s forwards ease-out;
    transform: scaleX(0);
}.welcome_board p {
    line-height: 1.6;
    opacity: 0;
    max-width: 500px;
    font-size: 17px;
    transform: translateY(20px);
    margin: 0;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    color: #000000;
}.welcome_board .learn_page {
    width: 100%;
    position: relative;
    transform: translateY(30px);
    animation: fadeInUp 0.8s 0.6s ease-out forwards;
    opacity: 0;
}.welcome_board .study_programs {
    height: 360px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.5s ease;
}.welcome_board .study_programs::before {
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
}.welcome_board .study_programs span {
    width: 100%;
    padding: 30px;
    transform: translateY(10px);
    left: 0;
    opacity: 0;
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    z-index: 2;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    bottom: 0;
}.welcome_board .study_programs h3 {
    color: #ffffff;
    line-height: 1.4;
    max-width: 90%;
    font-weight: 600;
    font-size: calc(23px * 1.1);
    margin: 0;
}.welcome_board .study_programs:hover {
    transform: translateY(-5px);
}.welcome_board .study_programs:hover span {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}

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

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

@media (min-width: 768px) {.welcome_board {
    padding: 150px 0;
}.welcome_board > div {
    align-items: center;
    gap: 40px;
    flex-direction: row;
}.welcome_board > div > div:first-child {
    flex: 1;
}.welcome_board .learn_page {
    flex: 1.2;
}.welcome_board .study_programs {
    height: 400px;
}.welcome_board .learning_open {
    font-size: calc(40px * 1.1);
}.welcome_board p {
    font-size: calc(17px * 1.1);
}
}

@media (min-width: 992px) {.welcome_board {
    padding: 180px 0;
}.welcome_board > div {
    gap: 60px;
}.welcome_board .study_programs {
    height: 450px;
}.welcome_board .learning_open {
    font-size: calc(40px * 1.2);
}
}

@media (max-width: 767px) {.welcome_board {
    padding: 80px 0;
}.welcome_board .learning_open {
    font-size: calc(40px * 0.9);
}.welcome_board p {
    font-size: 17px;
    max-width: 100%;
}.welcome_board .study_programs {
    height: 300px;
}.welcome_board .study_programs h3 {
    font-size: 23px;
}
}

@media (max-width: 480px) {.welcome_board {
    padding: 60px 0;
}.welcome_board .learning_open {
    font-size: calc(40px * 0.8);
}.welcome_board p {
    font-size: calc(17px * 0.9);
}.welcome_board .study_programs {
    height: 260px;
}.welcome_board .study_programs span {
    padding: 20px;
}.welcome_board .study_programs h3 {
    font-size: calc(23px * 0.9);
}}.statistical_details {
    background-color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.statistical_details::before {
    content: "";
    z-index: 0;
    position: absolute;
    background: linear-gradient(90deg, #ffffff 0%, rgb(162,160,196,0.5) 100%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.statistical_details .container {
    z-index: 1;
    grid-template-columns: 300px 1fr;
    margin: 0 auto;
    display: grid;
    padding: 0;
    max-width: 1200px;
    position: relative;
    gap: 60px;
}.statistical_details h2 {
    grid-column: 1;
    align-items: center;
    margin: 0;
    display: flex;
    color: #000000;
    grid-row: 1;
    position: relative;
    writing-mode: vertical-rl;
    height: 100%;
    justify-self: center;
    text-align: right;
    transform: rotate(180deg);
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
    font-size: 45px;
    align-self: center;
}.statistical_details h2::before {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(195,192,218), transparent);
    position: absolute;
    left: -30px;
    height: 100%;
    width: 1px;
    top: 0;
}.statistical_details h2::after {
    top: 0;
    content: "";
    right: -30px;
    background: linear-gradient(to bottom, transparent, rgb(162,160,196), transparent);
    position: absolute;
    height: 100%;
    width: 1px;
}.statistical_details ul {
    grid-row: 1;
    align-items: center;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    grid-column: 2;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}.statistical_details .smart_pros {
    perspective: 1000px;
    transition: transform 0.5s ease;
    display: flex;
    margin: 20px;
    height: 180px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 180px;
    transform-style: preserve-3d;
    position: relative;
}.statistical_details .smart_pros::before {
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    left: 0;
    opacity: 0.1;
    height: 100%;
    background: rgb(195,192,218,0.5);
    top: 0;
    transform: scale(0.8) translateZ(-10px);
    width: 100%;
}.statistical_details .smart_pros:hover::before {
    transform: scale(1.1) translateZ(-5px);
    opacity: 0.2;
}.statistical_details .smart_pros p {
    position: relative;
    color: #000000;
    line-height: 1;
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: 2.8rem;
    margin: 0 0 10px;
}.statistical_details .smart_pros p::after {
    background: rgb(195,192,218);
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    bottom: -5px;
}.statistical_details .smart_pros:hover p::after {
    width: 80%;
}.statistical_details .smart_pros:hover p {
    transform: translateY(-5px);
}.statistical_details .smart_pros span {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: transform 0.4s ease;
    font-size: 18px;
    max-width: 160px;
}.statistical_details .smart_pros:hover span {
    transform: translateY(5px);
}.statistical_details svg {
    stroke-dasharray: 100;
    transition: stroke-dashoffset 1s ease, opacity 0.5s ease;
    stroke: rgb(195,192,218);
    stroke-dashoffset: 100;
    position: absolute;
    fill: none;
    width: 100%;
    z-index: -1;
    stroke-width: 1;
    opacity: 0.2;
    height: 100%;
}.statistical_details svg path {
    fill: none;
    stroke: rgb(195,192,218);
}.statistical_details .smart_pros:hover svg {
    stroke-dashoffset: 0;
    opacity: 0.4;
}.statistical_details ul:has(.smart_pros:only-child) .smart_pros {
    height: 280px;
    width: 280px;
}.statistical_details ul:has(.smart_pros:only-child) .smart_pros p {
    font-size: 4rem;
    margin-bottom: 20px;
}.statistical_details ul:has(.smart_pros:only-child) .smart_pros span {
    max-width: 240px;
    font-size: calc(18px * 1.2);
}.statistical_details ul:has(.smart_pros:nth-child(2):last-child) {
    justify-content: space-around;
}.statistical_details ul:has(.smart_pros:nth-child(3):last-child) {
    justify-content: space-around;
}.statistical_details ul:has(.smart_pros:nth-child(4):last-child) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    grid-template-rows: repeat(2, 1fr);
}.statistical_details ul:has(.smart_pros:nth-child(5):last-child) {
    display: grid;
    grid-template-areas:
        "a b b"
        "a c d"
        "e e d";
    gap: 30px;
}.statistical_details ul:has(.smart_pros:nth-child(5):last-child) .smart_pros:nth-child(1) {
    grid-area: a;
}.statistical_details ul:has(.smart_pros:nth-child(5):last-child) .smart_pros:nth-child(2) {
    grid-area: b;
}.statistical_details ul:has(.smart_pros:nth-child(5):last-child) .smart_pros:nth-child(3) {
    grid-area: c;
}.statistical_details ul:has(.smart_pros:nth-child(5):last-child) .smart_pros:nth-child(4) {
    grid-area: d;
}.statistical_details ul:has(.smart_pros:nth-child(5):last-child) .smart_pros:nth-child(5) {
    grid-area: e;
}.statistical_details ul:has(.smart_pros:nth-child(n+6):nth-child(-n+10)) {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 1441px) {.statistical_details {
    padding: 150px 0;
}.statistical_details .container {
    grid-template-columns: 350px 1fr;
    gap: 80px;
}.statistical_details h2 {
    font-size: calc(45px * 1.2);
}.statistical_details .smart_pros {
    margin: 25px;
    height: 200px;
    width: 200px;
}.statistical_details .smart_pros p {
    font-size: 3.2rem;
}
}

@media screen and (max-width: 1200px) {.statistical_details {
    padding: 100px 0;
}.statistical_details .container {
    gap: 40px;
    grid-template-columns: 250px 1fr;
}.statistical_details h2 {
    font-size: calc(45px * 0.9);
}.statistical_details .smart_pros {
    margin: 15px;
    height: 160px;
    width: 160px;
}.statistical_details .smart_pros p {
    font-size: 2.5rem;
}.statistical_details ul:has(.smart_pros:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 991px) {.statistical_details {
    padding: 80px 0;
}.statistical_details .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 60px;
}.statistical_details h2 {
    transform: none;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    height: auto;
    align-self: start;
    writing-mode: horizontal-tb;
    text-align: center;
    width: 100%;
}.statistical_details h2::before, 
    .statistical_details h2::after {
    height: 1px;
    top: auto;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    bottom: -20px;
}.statistical_details h2::before {
    left: calc(50% - 60px);
    width: 50px;
}.statistical_details h2::after {
    left: calc(50% + 10px);
    width: 50px;
}.statistical_details ul {
    grid-column: 1;
    grid-row: 2;
}.statistical_details ul:has(.smart_pros:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical_details ul:has(.smart_pros:nth-child(5):last-child) {
    grid-template-areas:
            "a b"
            "c d"
            "e e";
    display: grid;
}
}

@media screen and (max-width: 767px) {.statistical_details {
    padding: 70px 0;
}.statistical_details .container {
    gap: 40px;
}.statistical_details h2 {
    font-size: calc(45px * 0.8);
}.statistical_details ul {
    display: flex;
    align-items: center;
    flex-direction: column;
}.statistical_details .smart_pros {
    margin: 15px 0;
    height: 220px;
    width: 220px;
}.statistical_details ul:has(.smart_pros:nth-child(4):last-child),
    .statistical_details ul:has(.smart_pros:nth-child(5):last-child),
    .statistical_details ul:has(.smart_pros:nth-child(n+6):nth-child(-n+10)) {
    display: flex;
    align-items: center;
    flex-direction: column;
}
}

@media screen and (max-width: 480px) {.statistical_details {
    padding: 60px 0;
}.statistical_details h2 {
    font-size: calc(45px * 0.7);
}.statistical_details h2::before, 
    .statistical_details h2::after {
    width: 40px;
    bottom: -15px;
}.statistical_details h2::before {
    left: calc(50% - 45px);
}.statistical_details h2::after {
    left: calc(50% + 5px);
}.statistical_details .smart_pros {
    width: 180px;
    margin: 10px 0;
    height: 180px;
}.statistical_details .smart_pros p {
    font-size: 2.2rem;
}.statistical_details .smart_pros span {
    font-size: calc(18px * 0.9);
}}.course_program_details {
    position: relative;
    overflow: hidden;
    background: rgb(224,222,238);
    padding: 100px 0;
}.course_program_details .container {
    max-width: 1400px;
    z-index: 3;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.course_program_details .learn_tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}.course_program_details .note_holder {
    border-radius: 22px;
    max-width: 850px;
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 40px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.course_program_details .note_holder h2 {
    border-bottom: 2px solid rgb(195,192,218);
    color: #000000;
    padding-bottom: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}.course_program_details .note_holder .description {
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
}.course_program_details .note_holder .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}.course_program_details .image_panel {
    object-fit: cover;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}.course_program_details .image_panel::after {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: 2;
}
@media (min-width: 992px) {.course_program_details .note_holder {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.course_program_details {
    padding: 80px 0;
}.course_program_details .note_holder {
    padding: 30px;
    max-width: 750px;
}
}
@media (max-width: 767px) {.course_program_details {
    padding: 60px 0;
}.course_program_details .note_holder {
    max-width: 100%;
    padding: 25px;
}.course_program_details .note_holder h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.9);
}.course_program_details .note_holder .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}
@media (max-width: 480px) {.course_program_details {
    padding: 50px 0;
}.course_program_details .note_holder {
    padding: 20px;
}.course_program_details .note_holder h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(30px * 0.8);
}.course_program_details .note_holder .description {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.meet_us {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(224,222,238);
}.meet_us::before {
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(195,192,218,0.5) 100%);
    opacity: 0.15;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}.meet_us .container {
    z-index: 1;
    position: relative;
}.meet_us .path_creators {
    position: relative;
}.meet_us h3 {
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 70px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 44px;
}.meet_us h3::after {
    border-radius: 10px;
    height: 5px;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: rgb(195,192,218);
    bottom: -15px;
}.meet_us .heritage_edu {
    position: relative;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
}.meet_us .heritage_edu span {
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: -30px;
    font-weight: 700;
    color: rgb(195,192,218);
    padding: 8px 20px;
    font-size: 21px;
    border-radius: 10px;
}.meet_us .heritage_edu p {
    z-index: 1;
    margin-right: -50px;
    line-height: 1.8;
    background: #ffffff;
    position: relative;
    flex: 1;
    font-size: 12px;
    color: #000000;
    padding: 40px;
    margin: 0;
    border-radius: 14px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.meet_us .heritage_edu .image_panel {
    flex: 0 0 40%;
    height: 400px;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
}.meet_us .heritage_edu .image_panel:hover {
    transform: scale(1.02);
}.meet_us .method_edu {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}.meet_us .method_edu p {
    background: #ffffff;
    padding: 40px;
    flex: 1;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    z-index: 1;
    margin-left: -50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0;
    border-radius: 14px;
}.meet_us .method_edu .study_guides {
    position: relative;
    height: 400px;
    z-index: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex: 0 0 40%;
    transition: transform 0.5s ease;
    border-radius: 14px;
}.meet_us .method_edu .study_guides:hover {
    transform: scale(1.02);
}.meet_us .heritage_edu::before {
    height: 80%;
    content: "";
    top: 50%;
    border-radius: 10px;
    opacity: 0.7;
    transform: translateY(-50%);
    left: -10px;
    position: absolute;
    width: 20px;
    background: rgb(195,192,218);
}.meet_us .method_edu::after {
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    background: rgb(162,160,196);
    content: "";
    border-radius: 10px;
    height: 80%;
    width: 20px;
    opacity: 0.7;
    top: 50%;
}.meet_us .container::after {
    bottom: -50px;
    height: 200px;
    opacity: 0.2;
    z-index: -1;
    right: -50px;
    content: "";
    background: rgb(162,160,196,0.5);
    border-radius: 50%;
    position: absolute;
    width: 200px;
}.meet_us .container::before {
    z-index: -1;
    opacity: 0.2;
    top: -50px;
    border-radius: 50%;
    content: "";
    height: 200px;
    width: 200px;
    left: -50px;
    background: rgb(195,192,218,0.5);
    position: absolute;
}.meet_us .path_creators::before {
    position: absolute;
    left: 0;
    top: 40px;
    background: linear-gradient(to right, rgb(195,192,218,0.5), transparent);
    height: 1px;
    content: "";
    width: 50%;
}.meet_us .path_creators::after {
    height: 1px;
    content: "";
    width: 50%;
    background: linear-gradient(to left, rgb(162,160,196,0.5), transparent);
    right: 0;
    bottom: 0;
    position: absolute;
}

@media screen and (max-width: 992px) {.meet_us {
    padding: 80px 0;
}.meet_us h3 {
    font-size: calc(44px * 0.85);
    margin-bottom: 60px;
}.meet_us .heritage_edu,
    .meet_us .method_edu {
    flex-direction: column;
}.meet_us .heritage_edu p,
    .meet_us .method_edu p {
    margin: 0 0 30px 0;
    width: 100%;
}.meet_us .heritage_edu .image_panel,
    .meet_us .method_edu .study_guides {
    width: 100%;
    height: 350px;
}.meet_us .heritage_edu::before {
    height: 15px;
    transform: translateY(0);
    width: 80%;
    top: 0;
    left: 10%;
}.meet_us .method_edu::after {
    height: 15px;
    transform: translateY(0);
    width: 80%;
    bottom: 0;
    top: auto;
    right: 10%;
}.meet_us .heritage_edu span {
    left: 20px;
    top: -20px;
}
}

@media screen and (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us h3 {
    font-size: calc(44px * 0.7);
    margin-bottom: 50px;
}.meet_us h3::after {
    height: 4px;
    width: 80px;
}.meet_us .heritage_edu {
    margin-bottom: 60px;
}.meet_us .heritage_edu p,
    .meet_us .method_edu p {
    padding: 30px;
}.meet_us .heritage_edu .image_panel,
    .meet_us .method_edu .study_guides {
    height: 300px;
}
}

@media screen and (max-width: 576px) {.meet_us {
    padding: 50px 0;
}.meet_us h3 {
    font-size: calc(44px * 0.6);
    margin-bottom: 40px;
}.meet_us h3::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.meet_us .heritage_edu {
    margin-bottom: 50px;
}.meet_us .heritage_edu span {
    font-size: calc(21px * 0.9);
    padding: 6px 15px;
}.meet_us .heritage_edu p,
    .meet_us .method_edu p {
    padding: 25px;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.meet_us .heritage_edu .image_panel,
    .meet_us .method_edu .study_guides {
    height: 250px;
}.meet_us .heritage_edu::before,
    .meet_us .method_edu::after {
    height: 10px;
}}.check_it_out_now {
    background: linear-gradient(135deg, #ffffff 0%, rgb(224,222,238) 100%);
    padding: 4rem 0;
    margin: 6rem 0;
    position: relative;
    overflow: hidden;
}.check_it_out_now::before {
    width: 35%;
    z-index: 1;
    transform: skewX(-25deg);
    top: -5%;
    left: -2%;
    content: "";
    height: 120%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    background: linear-gradient(165deg, rgb(195,192,218) 10%, rgb(195,192,218,0.5) 90%);
    position: absolute;
    opacity: 0.08;
}.check_it_out_now::after {
    height: 120%;
    animation: pulseGlow 10s infinite alternate-reverse ease-in-out;
    background: linear-gradient(195deg, rgb(162,160,196) 15%, rgb(162,160,196,0.5) 85%);
    content: "";
    z-index: 1;
    position: absolute;
    right: -5%;
    opacity: 0.12;
    transform: skewX(15deg);
    bottom: -10%;
    width: 40%;
}.check_it_out_now .container {
    padding: 2rem;
    margin: 0 auto;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}.check_it_out_now h2 {
    position: relative;
    font-size: 32px;
    max-width: 85%;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(2rem);
    line-height: 1.3;
    letter-spacing: -0.02em;
}.check_it_out_now h2::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(195,192,218), rgb(162,160,196));
    width: 6px;
    left: -2rem;
    height: 40%;
    transform: translateY(-50%);
    top: 50%;
}.check_it_out_now .path_creators {
    display: flex;
    gap: 3rem;
    justify-content: flex-start;
    padding-left: 2rem;
    align-items: center;
    position: relative;
}.check_it_out_now .path_creators::before {
    transform: translateY(-50%);
    width: 120px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,192,218,0.5) 0%, rgba(0,0,0,0) 100%);
    top: 50%;
    height: 1px;
}.check_it_out_now svg {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    height: 36px;
    width: 36px;
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.check_it_out_now svg:hover {
    transform: scale(1.15) rotate(5deg);
}.check_it_out_now svg path {
    fill: rgb(195,192,218);
    transition: fill 0.3s ease;
}.check_it_out_now svg:hover path {
    fill: rgb(162,160,196);
}.check_it_out_now .inquiry_section {
    font-size: 17px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.check_it_out_now .inquiry_section::before {
    z-index: -1;
    height: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgb(162,160,196) 0%, rgb(195,192,218) 100%);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.4s ease;
    content: "";
}.check_it_out_now .inquiry_section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.check_it_out_now .inquiry_section:hover::before {
    opacity: 1;
}.check_it_out_now .inquiry_section:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transform: translateY(1px);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        transform: skewX(-25deg) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: skewX(-22deg) scale(1.05);
    }
}

@media (min-width: 768px) {.check_it_out_now {
    padding: 6rem 0;
    margin: 8rem 0;
}.check_it_out_now .container {
    padding: 3rem;
    gap: 3.5rem;
}.check_it_out_now h2 {
    font-size: calc(32px * 1.15);
    transform: translateX(3rem);
    max-width: 75%;
}.check_it_out_now h2::before {
    width: 8px;
    height: 50%;
    left: -3rem;
}.check_it_out_now .path_creators {
    padding-left: 3rem;
    gap: 4rem;
}.check_it_out_now .path_creators::before {
    width: 180px;
}.check_it_out_now svg {
    width: 48px;
    height: 48px;
}.check_it_out_now .inquiry_section {
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.check_it_out_now {
    padding: 8rem 0;
}.check_it_out_now .container {
    justify-content: space-between;
    align-items: center;
    padding: 0;
    flex-direction: row;
}.check_it_out_now h2 {
    margin: 0;
    max-width: 60%;
    font-size: calc(32px * 1.25);
}.check_it_out_now .path_creators {
    padding-left: 0;
    justify-content: center;
    flex-basis: 40%;
}.check_it_out_now .path_creators::before {
    display: none;
}
}

@media (max-width: 767px) {.check_it_out_now {
    margin: 4rem 0;
    padding: 3rem 0;
}.check_it_out_now .container {
    gap: 2rem;
    padding: 1.5rem;
}.check_it_out_now h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
    transform: translateX(1.5rem);
}.check_it_out_now h2::before {
    width: 4px;
    left: -1.5rem;
}.check_it_out_now .path_creators {
    flex-wrap: wrap;
    padding-left: 1.5rem;
    gap: 2rem;
}.check_it_out_now .path_creators::before {
    width: 80px;
}.check_it_out_now svg {
    width: 32px;
    height: 32px;
}.check_it_out_now .inquiry_section {
    padding: 0.9rem 2rem;
    font-size: calc(17px * 0.9);
}
}

@media (hover: none) {.check_it_out_now .inquiry_section:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: none;
}.check_it_out_now .inquiry_section:hover::before {
    opacity: 0;
}.check_it_out_now svg:hover {
    transform: scale(1);
}.check_it_out_now svg:hover path {
    fill: rgb(195,192,218);
}}.tySpotlight {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgb(195,192,218,0.5) 100%);
}.tySpotlight::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    height: 100%;
    opacity: 0.25;
    background: 
        radial-gradient(circle at 15% 15%, rgb(195,192,218,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(162,160,196,0.5) 0%, transparent 50%);
}.tySpotlight::after {
    animation: floatElement 15s infinite alternate ease-in-out;
    content: "";
    right: -10%;
    background: rgb(195,192,218,0.5);
    height: 40%;
    width: 40%;
    top: -10%;
    z-index: 0;
    position: absolute;
    opacity: 0.2;
    filter: blur(120px);
}.tySpotlight .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.tySpotlight h2 {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 1.5rem;
    max-width: 90%;
    line-height: 1.3;
    position: relative;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    font-family: Arial, sans-serif;
}.tySpotlight h2::after {
    content: "";
    height: 4px;
    width: 120px;
    transform-origin: left center;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    bottom: 0;
}.tySpotlight h2:hover::after {
    width: 180px;
}.tySpotlight .path_creators {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(195,192,218);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    border-radius: 0 10px 10px 0;
}.tySpotlight .path_creators:hover {
    transform: perspective(1000px) rotateY(0);
}.tySpotlight .path_creators::before {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0.05;
    background-size: 40px 40px;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(162,160,196,0.5) 49.5%, rgb(162,160,196,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(162,160,196,0.5) 49.5%, rgb(162,160,196,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    position: absolute;
}.tySpotlight ul {
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
    margin: 0;
}.tySpotlight li {
    position: relative;
    padding-left: 2rem;
}.tySpotlight li::before {
    left: 0;
    position: absolute;
    content: "";
    background: rgb(195,192,218);
    height: 12px;
    animation: rotateDiamond 8s infinite linear;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 0.5rem;
    width: 12px;
}.tySpotlight span {
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    color: #000000;
    display: block;
    font-size: 18px;
}.tySpotlight span::after {
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(162,160,196,0.5));
    bottom: -15px;
    height: 4px;
    content: "";
    position: absolute;
    width: 60px;
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

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

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

@media (max-width: 991px) {.tySpotlight {
    padding: 5rem 0;
}.tySpotlight h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.tySpotlight .path_creators {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tySpotlight {
    padding: 4rem 0;
}.tySpotlight h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tySpotlight .path_creators {
    transform: perspective(1000px) rotateY(-0.5deg);
    padding: 1.5rem;
}.tySpotlight li {
    padding-left: 1.5rem;
}.tySpotlight li::before {
    width: 10px;
    height: 10px;
    top: 0.4rem;
}
}

@media (max-width: 575px) {.tySpotlight {
    padding: 3rem 0;
}.tySpotlight h2 {
    font-size: calc(38px * 0.7);
    transform: none;
}.tySpotlight h2::after {
    height: 3px;
    width: 80px;
}.tySpotlight h2:hover::after {
    width: 120px;
}.tySpotlight .path_creators {
    transform: none;
    border-left-width: 3px;
    padding: 1.25rem;
}.tySpotlight span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.tySpotlight span::after {
    height: 3px;
    bottom: -10px;
    width: 40px;
}}.privacy_retreat {
    position: relative;
    background-color: var(--section-bg-color, #f8f9fa);
    overflow: hidden;
    padding: 5rem 0;
}.privacy_retreat::before {
    left: 0;
    z-index: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}.privacy_retreat::after {
    right: -5%;
    height: 70%;
    transform: rotate(-15deg);
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    width: 40%;
    z-index: 0;
    top: -10%;
    position: absolute;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
}.privacy_retreat .container {
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    z-index: 1;
    transform: translateZ(0);
    margin: 0 auto;
}.privacy_retreat h1 {
    transform: translateX(-10px);
    margin-bottom: 2rem;
    font-weight: var(--font-weight-bold, 700);
    font-size: var(--h1-font-size, 2.5rem);
    position: relative;
    color: var(--dark-color, #252525);
    letter-spacing: -0.02em;
}.privacy_retreat h1::after {
    animation: scaleWidth 0.8s ease-out forwards;
    width: 80px;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    height: 4px;
    transform-origin: left center;
    left: 0;
    position: absolute;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.privacy_retreat h2 {
    position: relative;
    margin: 3rem 0 1.5rem;
    font-size: var(--h2-font-size, 1.8rem);
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 16px;
    border-left: 3px solid var(--primary-color, #4154f1);
    color: var(--dark-color, #252525);
}.privacy_retreat h3 {
    padding-left: 14px;
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    color: var(--dark-color, #252525);
    margin: 2.5rem 0 1.25rem;
    position: relative;
    border-left: 2px solid var(--secondary-color, #4655fa);
}.privacy_retreat h4 {
    padding-left: 12px;
    position: relative;
    border-left: 1px solid var(--secondary-color, #4655fa);
    margin: 2rem 0 1rem;
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #252525);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy_retreat p {
    transform: translateZ(0);
    color: var(--p-color, #444444);
    margin-bottom: 1.5rem;
    line-height: 1.7;
    position: relative;
    font-size: var(--p-font-size, 1rem);
    max-width: 90%;
}.privacy_retreat strong {
    color: var(--dark-color, #252525);
    position: relative;
    display: inline-block;
    font-weight: var(--font-weight-semibold, 600);
}.privacy_retreat strong::after {
    bottom: 0;
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.privacy_retreat ul {
    position: relative;
    padding-left: 20px;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_retreat ul::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    left: -20px;
    content: "";
    border-radius: var(--border-radius-small, 3px);
    height: 100%;
    width: 3px;
}.privacy_retreat li {
    color: var(--p-color, #444444);
    padding-left: 8px;
    line-height: 1.6;
    font-size: var(--p-font-size, 1rem);
    position: relative;
    margin-bottom: 1rem;
}.privacy_retreat li::before {
    transform: rotate(45deg);
    top: 0.7em;
    width: 8px;
    border-radius: 1px;
    left: -18px;
    position: absolute;
    height: 8px;
    content: "";
    background-color: var(--primary-color, #4154f1);
}.privacy_retreat span {
    transform: translateX(8px);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    color: var(--p-color, #444444);
    position: relative;
    padding: 0.5rem 0 1.5rem;
    display: block;
    padding: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    line-height: 1.7;
}

@media (min-width: 992px) {.privacy_retreat {
    padding: 6rem 0;
}.privacy_retreat .container {
    padding: 0 40px;
}.privacy_retreat h1 {
    transform: translateX(-15px);
    margin-bottom: 3rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
}.privacy_retreat h1::after {
    bottom: -15px;
    height: 5px;
    width: 120px;
}.privacy_retreat h2 {
    padding-left: 20px;
    margin: 4rem 0 2rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
}.privacy_retreat p {
    max-width: 85%;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    line-height: 1.75;
}.privacy_retreat ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy_retreat li {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    margin-bottom: 1.2rem;
}.privacy_retreat span {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    padding: 2rem;
    transition: transform 0.3s ease;
    transform: translateX(15px);
}.privacy_retreat span:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.privacy_retreat {
    padding: 3rem 0;
}.privacy_retreat::after {
    width: 70%;
    height: 40%;
    top: -5%;
    right: -25%;
}.privacy_retreat .container {
    padding: 0 15px;
}.privacy_retreat h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    transform: translateX(-5px);
    margin-bottom: 1.5rem;
}.privacy_retreat h1::after {
    width: 60px;
}.privacy_retreat h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy_retreat h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy_retreat h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_retreat p {
    max-width: 100%;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.privacy_retreat ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy_retreat li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.privacy_retreat span {
    padding: 1rem;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    transform: translateX(0);
}
}

@media (max-width: 480px) {.privacy_retreat {
    padding: 2rem 0;
}.privacy_retreat h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy_retreat h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 12px;
}.privacy_retreat h3 {
    padding-left: 10px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_retreat h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
    padding-left: 8px;
}.privacy_retreat p, .privacy_retreat li, .privacy_retreat span {
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
    line-height: 1.6;
}.privacy_retreat span {
    padding: 0.875rem;
}}.instructor_history {
    position: relative;
    overflow: hidden;
    background-color: rgb(224,222,238);
    padding: 6rem 2rem;
}.instructor_history::before {
    height: 300px;
    border-radius: 50%;
    width: 300px;
    background: rgb(195,192,218,0.5);
    position: absolute;
    content: "";
    filter: blur(120px);
    top: -100px;
    z-index: 0;
    right: -100px;
}.instructor_history::after {
    background: rgb(162,160,196,0.5);
    height: 250px;
    z-index: 0;
    left: -80px;
    content: "";
    width: 250px;
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
    bottom: -80px;
}.instructor_history .edu_reviews {
    gap: 0;
    background: #ffffff;
    display: grid;
    border-radius: 18px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    max-width: 1100px;
    z-index: 2;
}.instructor_history .image_panel {
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-30px) translateY(-30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 18px 0 0 18px;
    height: 500px;
}.instructor_history .image_panel::before {
    position: absolute;
    left: 30px;
    content: "";
    height: 100%;
    width: 100%;
    top: 30px;
    z-index: -1;
    background: rgb(195,192,218,0.5);
    border-radius: 18px;
}.instructor_history .employee_view {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem;
}.instructor_history .name {
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 45px;
    color: #000000;
}.instructor_history .employee_view > div:nth-child(2) {
    color: rgb(195,192,218);
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}.instructor_history .employee_view > div:nth-child(2)::after {
    width: 60px;
    bottom: 0;
    background: rgb(162,160,196);
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
}.instructor_history .experience_summary {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 300;
    font-size: calc(12px * 1.1);
    color: #000000;
    line-height: 1.7;
    font-style: italic;
}.instructor_history .experience_summary::before {
    color: rgb(162,160,196,0.5);
    position: absolute;
    top: -2.5rem;
    z-index: -1;
    font-size: 5rem;
    content: "";
    font-family: serif;
    left: -2rem;
}.instructor_history .edu_reviews:hover .image_panel {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(195,192,218,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.instructor_history .edu_reviews:hover .name {
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(195,192,218), rgb(162,160,196));
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}

@media (max-width: 992px) {.instructor_history .edu_reviews {
    grid-template-columns: 1fr;
    max-width: 90%;
}.instructor_history .image_panel {
    border-radius: 18px 18px 0 0;
    transform: translateY(-30px);
    height: 400px;
}.instructor_history .image_panel::before {
    left: 0;
    top: 30px;
    width: 100%;
}.instructor_history .employee_view {
    padding: 1rem 2rem 3rem;
}.instructor_history .edu_reviews:hover .image_panel {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.instructor_history {
    padding: 4rem 1rem;
}.instructor_history .edu_reviews {
    max-width: 100%;
}.instructor_history .image_panel {
    height: 320px;
    transform: translateY(-20px);
}.instructor_history .image_panel::before {
    top: 20px;
}.instructor_history .employee_view {
    padding: 0.5rem 1.5rem 2.5rem;
}.instructor_history .name {
    font-size: calc(32px);
}.instructor_history .employee_view > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 12px;
}.instructor_history .experience_summary {
    font-size: 12px;
}.instructor_history .edu_reviews:hover .image_panel {
    transform: translateY(-25px);
}}.trackingPolicyPanel {
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgb(224,222,238);
    z-index: 1050;
    position: fixed;
    border-top: 3px solid rgb(195,192,218);
    bottom: 0;
    padding: 20px;
    overflow: hidden;
}.data_opt {
    align-items: center;
    z-index: 1;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}.cookie_screen {
    margin-right: 20px;
    flex-shrink: 0;
}#cookiePolicyNotice {
    display: none;
}#cookiePolicyNotice:checked ~ .trackingPolicyPanel {
    visibility: hidden;
    opacity: 0;
}.cookie_screen svg {
    height: 60px;
    width: 60px;
    fill: rgb(195,192,218);
    transition: fill 0.3s ease-in-out;
}.cookie_guard {
    flex-grow: 1;
    margin-right: 20px;
}.cookie_guard h5 {
    font-size: 24px;
    color: rgb(195,192,218);
    margin-bottom: 5px;
    font-weight: 700;
}.cookie_guard p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}.policy_opt {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 20px;
}.policy_opt {
    background-color: rgb(195,192,218);
    color: #ffffff;
    border: 1px solid rgb(195,192,218);
}.policy_opt:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.trackingPolicyPanel p a {
    color: rgb(195,192,218);
    text-decoration: underline;
}.trackingPolicyPanel p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_guard h5 {
    font-size: calc(24px - 2px);
}.cookie_guard p {
    font-size: calc(18px - 2px);
}.policy_opt {
    padding: 8px 16px;
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.data_opt {
    align-items: center;
    flex-direction: column;
}.cookie_screen {
    margin-bottom: 15px;
}.cookie_guard {
    margin-bottom: 20px;
    text-align: center;
}.policy_opt {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.contact_panel {
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.contact_panel::before {
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(195,192,218), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(162,160,196), 0.05) 0%, transparent 30%);
    left: 0;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
}.contact_panel::after {
    left: 0;
    background-size: 20px 20px;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(rgb(195,192,218), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(195,192,218), 0.03) 1px, transparent 1px);
    animation: gridMove 20s linear infinite;
    position: absolute;
    opacity: 0.6;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact_panel .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.contact_panel h2 {
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    font-size: 30px;
    display: inline-block;
}.contact_panel h2::after {
    height: 3px;
    position: absolute;
    bottom: -15px;
    content: "";
    width: 70%;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(195,192,218), transparent);
}.contact_panel .inquiry_info {
    border-radius: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(195,192,218), 0.05);
    display: flex;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
}.contact_panel .inquiry_info:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(195,192,218), 0.1);
    transform: translateY(-5px);
}.contact_panel .inquiry_info::before {
    background: linear-gradient(to bottom, rgb(195,192,218), rgb(162,160,196));
    width: 5px;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.contact_panel .image_panel {
    overflow: hidden;
    width: 45%;
    position: relative;
}.contact_panel .image_panel::after {
    background: linear-gradient(135deg, 
                rgba(rgb(195,192,218), 0.3) 0%, 
                rgba(rgb(162,160,196), 0.3) 100%);
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.contact_panel .image_panel::before {
    top: -100px;
    animation: shine 6s infinite;
    height: 150px;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 150%;
    content: "";
    left: -100px;
    transform: rotate(45deg);
    z-index: 2;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact_panel .query_form {
    padding: 50px 40px;
    position: relative;
    width: 55%;
}.contact_panel .query_form::before {
    position: absolute;
    right: -50px;
    height: 200px;
    content: "";
    border-radius: 50%;
    top: -50px;
    width: 200px;
    background: radial-gradient(circle, rgba(rgb(195,192,218), 0.05) 0%, transparent 70%);
    z-index: 0;
}.contact_panel form {
    position: relative;
    z-index: 2;
}.contact_panel form h3 {
    font-weight: 600;
    position: relative;
    font-size: 21px;
    margin-bottom: 30px;
    color: #000000;
    display: inline-block;
}.contact_panel form h3::after {
    width: 40px;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    background: rgb(195,192,218);
    left: 0;
}.contact_panel form input[type="text"] {
    margin-bottom: 20px;
    background: rgba(#ffffff, 0.8);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    position: relative;
    border: 1px solid rgba(#000000, 0.1);
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    font-size: 12px;
}.contact_panel form input[type="text"]:focus {
    outline: none;
    border-color: rgb(195,192,218);
    box-shadow: 0 0 0 3px rgba(rgb(195,192,218), 0.1);
    background: #ffffff;
}.contact_panel form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_panel form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact_panel .support_panel {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.contact_panel .support_panel input[type="checkbox"] {
    height: 0;
    position: absolute;
    cursor: pointer;
    width: 0;
    opacity: 0;
}.contact_panel .support_panel label {
    user-select: none;
    position: relative;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.4;
}.contact_panel .support_panel label::before {
    content: "";
    top: 0;
    width: 22px;
    transition: all 0.3s ease;
    border: 1px solid rgba(#000000, 0.2);
    left: 0;
    position: absolute;
    height: 22px;
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
}.contact_panel .support_panel input[type="checkbox"]:checked + label::before {
    background: rgb(195,192,218);
    border-color: rgb(195,192,218);
}.contact_panel .support_panel input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    content: "";
    border: solid #ffffff;
}.contact_panel .support_panel label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(195,192,218);
}.contact_panel .support_panel label a::after {
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -2px;
    background: rgb(195,192,218);
    height: 1px;
    width: 100%;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
}.contact_panel .support_panel label a:hover {
    color: rgb(162,160,196);
}.contact_panel .support_panel label a:hover::after {
    transform: scaleX(1);
    background: rgb(162,160,196);
}.contact_panel .inquiry_section {
    font-weight: 600;
    background: linear-gradient(90deg, rgb(195,192,218), rgb(162,160,196));
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 15px 20px;
    border: none;
}.contact_panel .inquiry_section::before {
    height: 100%;
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(162,160,196), rgb(195,192,218));
    transition: opacity 0.3s ease;
}.contact_panel .inquiry_section:hover::before {
    opacity: 1;
}.contact_panel .inquiry_section:active {
    transform: translateY(2px);
}.contact_panel svg {
    margin-right: 10px;
    transition: fill 0.3s ease;
    fill: rgb(195,192,218);
    width: 20px;
    height: 20px;
}.contact_panel svg path {
    fill: rgb(195,192,218);
    transition: fill 0.3s ease;
}.contact_panel svg:hover,
.contact_panel svg:hover path {
    fill: rgb(162,160,196);
}.contact_panel form input {
    background: rgb(224,222,238);
}
@media (max-width: 1024px) {.contact_panel {
    padding: 60px 0;
}.contact_panel .container {
    padding: 0 15px;
}.contact_panel h2 {
    margin-bottom: 40px;
}.contact_panel .query_form {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    margin-bottom: 30px;
}.contact_panel .inquiry_info {
    flex-direction: column;
}.contact_panel .image_panel {
    height: 250px;
    width: 100%;
}.contact_panel .query_form {
    padding: 30px 25px;
    width: 100%;
}.contact_panel form h3 {
    margin-bottom: 25px;
}.contact_panel form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_panel .support_panel {
    margin-bottom: 25px;
}.contact_panel .inquiry_section {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_panel {
    padding: 40px 0;
}.contact_panel h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.85);
}.contact_panel .image_panel {
    height: 200px;
}.contact_panel .query_form {
    padding: 25px 20px;
}.contact_panel form h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.contact_panel form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact_panel .support_panel {
    margin-bottom: 20px;
}.contact_panel .support_panel label {
    font-size: calc(15px * 0.9);
    padding-left: 30px;
}.contact_panel .support_panel label::before {
    height: 18px;
    width: 18px;
}.contact_panel .support_panel input[type="checkbox"]:checked + label::after {
    height: 10px;
    width: 5px;
    top: 3px;
    left: 6px;
}.contact_panel .inquiry_section {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact_panel::after,
    .contact_panel .image_panel::before {
    animation: none;
}.contact_panel .inquiry_info:hover {
    transform: none;
}}.service_info {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background-color: rgb(224,222,238);
}.service_info::before {
    width: 100%;
    z-index: 1;
    background: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(rgb(195,192,218), 0.02) 5px,
      rgba(rgb(195,192,218), 0.02) 10px
    );
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}.service_info::after {
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(rgb(195,192,218), 0.05)
  );
    bottom: 0;
    height: 150px;
    left: 0;
    width: 100%;
}.service_info .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.service_info .get_contactbox {
    overflow: hidden;
    border-radius: 11px;
    padding: 60px;
    box-shadow: 
    0 15px 35px rgba(#000000, 0.1),
    0 1px 5px rgba(#000000, 0.05);
    flex-direction: column;
    position: relative;
    background-color: #ffffff;
    display: flex;
}.service_info .get_contactbox::before {
    background-color: rgba(rgb(162,160,196), 0.1);
    content: '';
    right: -50px;
    height: 150px;
    border-radius: 75px;
    width: 150px;
    position: absolute;
    top: -50px;
}.service_info .get_contactbox::after {
    border-radius: 100px;
    width: 200px;
    bottom: -50px;
    height: 200px;
    position: absolute;
    left: -50px;
    background-color: rgba(rgb(195,192,218), 0.08);
    content: '';
}.service_info h3 {
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: rgb(195,192,218);
    z-index: 2;
    font-size: 37px;
}.service_info .get_contactform {
    max-width: 90%;
    z-index: 2;
    position: relative;
    font-size: 18px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
}.service_info .assist_experts {
    z-index: 2;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
}.service_info .assist_experts span {
    padding-left: 40px;
    background-color: rgba(#ffffff, 0.8);
    padding: 20px;
    box-shadow: 
    0 5px 15px rgba(#000000, 0.03),
    0 1px 5px rgba(#000000, 0.02);
    min-width: 250px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    flex: 1 0 calc(50% - 30px);
    border-bottom: 3px solid transparent;
}.service_info .assist_experts span:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 10px 25px rgba(#000000, 0.07),
    0 2px 10px rgba(#000000, 0.04);
}.service_info .assist_experts span p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px 0;
}.service_info .assist_experts span span {
    border: none;
    background: transparent;
    padding: 0;
    color: #000000;
    box-shadow: none;
    margin: 10px 0 0;
    display: block;
    min-width: auto;
}.service_info .assist_experts span span:hover {
    box-shadow: none;
    border-bottom: none;
    transform: none;
}.service_info .assist_experts span a {
    color: rgb(195,192,218);
    transition: color 0.3s ease;
    padding-bottom: 2px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}.service_info .assist_experts span a:hover {
    color: rgb(162,160,196);
}.service_info .assist_experts span a::after {
    bottom: 0;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    height: 1px;
    background-color: rgb(162,160,196);
}.service_info .assist_experts span a:hover::after {
    width: 100%;
}.service_info .get_in_touch {
    position: relative;
    background-color: rgba(rgb(195,192,218), 0.04);
    margin-top: 10px;
    padding: 30px;
    overflow: hidden;
    flex-basis: 100%;
    border-radius: 10px;
}.service_info .get_in_touch::before {
    background: linear-gradient(
    to right,
    rgb(195,192,218),
    rgb(162,160,196)
  );
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 4px;
    content: '';
}.service_info .get_in_touch h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    color: rgb(195,192,218);
}.service_info .get_in_touch h4::before {
    border-radius: 50%;
    position: absolute;
    width: 24px;
    background-color: rgba(rgb(195,192,218), 0.1);
    transform: translateY(-50%);
    content: '';
    top: 50%;
    left: 0;
    height: 24px;
}.service_info .get_in_touch h4 svg {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 4px;
    transform: translateY(-50%);
    top: 50%;
    fill: rgb(195,192,218);
}.service_info .get_in_touch h4 svg path {
    fill: rgb(195,192,218);
}.service_info .get_in_touch span {
    display: block;
    font-size: 18px;
    box-shadow: none;
    color: #000000;
    background: transparent;
    padding: 10px 0;
    min-width: auto;
    border-bottom: 1px solid rgba(#000000, 0.06);
}.service_info .get_in_touch span:last-child {
    border-bottom: none;
}.service_info .get_in_touch span:hover {
    transform: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(#000000, 0.06);
}.service_info .get_in_touch span:last-child:hover {
    border-bottom: none;
}

@media (max-width: 992px) {.service_info {
    padding: 70px 0;
}.service_info .get_contactbox {
    padding: 45px;
}.service_info .get_contactform {
    max-width: 100%;
}.service_info .assist_experts span {
    flex: 1 0 calc(50% - 20px);
    min-width: 220px;
}.service_info .get_in_touch {
    padding: 25px;
}
}

@media (max-width: 768px) {.service_info {
    padding: 60px 0;
}.service_info .get_contactbox {
    padding: 35px;
}.service_info h3 {
    font-size: calc(37px - 2px);
}.service_info .assist_experts {
    gap: 20px;
}.service_info .assist_experts span {
    flex: 1 0 100%;
}
}

@media (max-width: 576px) {.service_info {
    padding: 50px 0;
}.service_info .get_contactbox {
    padding: 25px;
}.service_info h3 {
    font-size: calc(37px - 4px);
    margin-bottom: 20px;
}.service_info .get_contactform {
    margin-bottom: 30px;
}.service_info .assist_experts {
    gap: 15px;
}.service_info .assist_experts span {
    padding: 15px;
    padding-left: 30px;
}.service_info .get_in_touch {
    padding: 20px;
}.service_info .get_in_touch h4 {
    margin-bottom: 15px;
}.service_info .get_in_touch span {
    padding: 8px 0;
}}

.service_info .assist_experts span::before {
    top: 0;
    width: 0;
    left: 0;
    background: linear-gradient(
    to right,
    rgba(rgb(195,192,218), 0.05),
    transparent
  );
    position: absolute;
    height: 100%;
    transition: width 0.5s ease;
    content: "";
    z-index: -1;
}.service_info .assist_experts span:hover::before {
    width: 100%;
}.service_info .assist_experts span p {
    position: relative;
    display: flex;
    align-items: center;
}.service_info .assist_experts span p::before {
    width: 22px;
    background-color: rgba(rgb(195,192,218), 0.1);
    content: "";
    left: 0;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    height: 22px;
    transform: translateY(-50%);
}.service_info .assist_experts span svg {
    left: 3px;
    width: 24px;
    height: 24px;
    fill: rgb(195,192,218);
    position: absolute;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    top: 50%;
}.service_info .assist_experts span:hover svg {
    transform: translateY(-50%) scale(1.1);
}.service_info .assist_experts span svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,192,218);
}.service_info .assist_experts span:hover svg path {
    fill: rgb(162,160,196);
}.service_info .assist_experts span[href^="mailto:"] svg path,
.service_info .assist_experts span a[href^="mailto:"] + svg path {
    fill: rgb(195,192,218);
}.service_info .assist_experts span[href^="tel:"] svg path,
.service_info .assist_experts span a[href^="tel:"] + svg path {
    fill: rgb(195,192,218);
}.service_info .assist_experts span[href^="https://wa.me"] svg path,
.service_info .assist_experts span a[href^="https://wa.me"] + svg path {
    fill: rgb(195,192,218);
}.service_info .get_contactbox h3::after {
    content: "";
    height: 3px;
    background: linear-gradient(
    to right,
    rgb(195,192,218),
    rgb(162,160,196)
  );
    display: block;
    margin-top: 15px;
    border-radius: 10px;
    width: 70px;
}.service_info .get_contactbox {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}.service_info .get_contactbox:hover {
    transform: perspective(1000px) rotateX(2deg);
}.service_info .get_in_touch span {
    transition: padding 0.3s ease;
    position: relative;
}.service_info .get_in_touch span:hover {
    padding-left: 10px;
}.service_info .get_in_touch span::before {
    content: "";
    width: 16px;
    transform: translateY(-50%);
    height: 16px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: rgba(rgb(195,192,218), 0.08);
    left: 0;
}.service_info .get_in_touch span svg {
    left: 4px;
    top: 50%;
    fill: rgb(195,192,218);
    position: absolute;
    height: 8px;
    transform: translateY(-50%);
    width: 8px;
}.service_info .get_in_touch span svg path {
    fill: rgb(195,192,218);
}footer {
    position: relative;
}footer::before {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(195,192,218) 150%);
    content: '';
    opacity: 0.92;
}.referral_prog {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 70px 0;
    z-index: 2;
}.referral_prog .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}.referral_prog .company_holder {
    border-radius: 12px 0 12px 0;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
}.referral_prog .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.referral_prog .company_holder::before {
    left: 0;
    background: rgb(195,192,218);
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    top: 0;
}.referral_prog .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    font-size: 37px;
}.referral_prog .company_holder h3::after {
    content: '';
    position: absolute;
    background: rgb(162,160,196);
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -8px;
}.referral_prog .footer_account {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 1.6;
}.referral_prog .trust_badge {
    position: relative;
}.referral_prog .first_expert {
    gap: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.referral_prog .first_teach {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.referral_prog .first_teach h5 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(195,192,218);
}.referral_prog .first_teach .first_expert {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.referral_prog .first_teach .first_expert a {
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}.referral_prog .first_teach .first_expert a::before {
    position: absolute;
    width: 0;
    height: 100%;
    content: '';
    z-index: -1;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(195,192,218,0.5);
    top: 0;
}.referral_prog .first_teach .first_expert a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.referral_prog .first_teach .first_expert a:hover::before {
    width: 100%;
}.case_study {
    margin-top: 50px;
    padding: 20px 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}.case_study .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.case_study .conduct_code {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    right: 0;
    bottom: 0;
    background-size: 40px 40px;
    top: 0;
    left: 0;
    content: '';
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    z-index: 1;
    position: absolute;
}

@media (max-width: 992px) {.referral_prog .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.referral_prog {
    padding: 50px 0;
}.referral_prog .first_teach {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.referral_prog {
    padding: 40px 0;
}.referral_prog .company_holder h3 {
    font-size: calc(37px * 0.8);
}.referral_prog .first_teach h5 {
    font-size: calc(20px * 0.9);
}.referral_prog .first_teach .first_expert a,
    .referral_prog .footer_agreement {
    font-size: calc(18px * 0.95);
}}

.case_study::before {
    opacity: 0.2;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    position: absolute;
    height: 1px;
}