﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1236px;
    margin: auto;
    max-width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 15px;
}::-webkit-scrollbar-button {
    border-radius: 2px;
    background: rgb(194,172,211);
    width: 11px;
    height: 2px;
}::-webkit-scrollbar-track {
    border-radius: 17.4vh;
    margin: 4px 0;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    border: 3px dashed #ffffff;
    border-radius: 9999px;
    box-shadow: -3px -1px 1px 7px rgba(0, 0, 0, 0.8);
    animation: shift_scrollbar 2s ease-in 5;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px 4px 12px 6px rgba(0, 0, 0, 0.2);
    border-color: rgb(157,131,183,0.5);
    background: rgb(157,131,183,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(194,172,211,0.5);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(232,222,240) rgb(232,222,240);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}}

a {
    color: inherit;
    text-decoration: none;
}.core-container {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.knowl_base {
    flex: 0 0 auto;
}.site_main {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer_opinions {
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(232,222,240) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.customer_opinions::before {
    opacity: 0.2;
    position: absolute;
    left: 0;
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    content: "";
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    transform-origin: center top;
    background: 
        linear-gradient(90deg, rgb(194,172,211,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(194,172,211,0.5) 0.5px, transparent 1px);
}.customer_opinions .edu_values {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.customer_opinions h4 {
    position: relative;
    text-align: center;
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 80px;
}.customer_opinions h4::after {
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    width: 100px;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(194,172,211), rgb(157,131,183));
    left: 50%;
}.customer_opinions .reviews_block {
    gap: 50px 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    transform-style: preserve-3d;
    perspective: 1000px;
}.customer_opinions .rating_views {
    padding: 30px;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    border-radius: 14px;
    transform: rotateX(10deg) rotateY(-10deg);
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.customer_opinions .rating_views::before {
    opacity: 0;
    background: linear-gradient(135deg, rgb(157,131,183,0.5), rgb(194,172,211,0.5));
    transition: opacity 0.5s ease;
    inset: 0;
    position: absolute;
    border-radius: 14px;
    z-index: -1;
    content: "";
}.customer_opinions .rating_views:hover::before {
    opacity: 0.7;
}.customer_opinions .rating_views::after {
    top: 5px;
    border: 1px solid #ffffff;
    position: absolute;
    opacity: 0;
    right: 5px;
    transform: scale(0.9) translateZ(10px);
    left: 5px;
    bottom: 5px;
    content: "";
    z-index: -1;
    border-radius: calc(14px - 5px);
    transition: all 0.5s ease;
}.customer_opinions .rating_views:hover::after {
    transform: scale(1) translateZ(10px);
    opacity: 0.3;
}.customer_opinions .rating_views:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(30px);
    z-index: 3;
}.customer_opinions .img_text_overlay {
    height: 90px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    border-radius: 14px;
    transform: translateZ(20px);
    border: 3px solid #ffffff;
    margin: 0 auto 20px;
    width: 90px;
}.customer_opinions .rating_views:hover .img_text_overlay {
    border-radius: 50%;
    transform: translateZ(40px);
    border-color: rgb(194,172,211,0.5);
}.customer_opinions .rating_views span {
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    font-size: 22px;
    transform: translateZ(15px);
    color: #000000;
    display: block;
    text-align: center;
}.customer_opinions .rating_views:hover span {
    transform: translateZ(30px);
    color: #ffffff;
}.customer_opinions .rating_views p {
    transform: translateZ(10px);
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    text-align: center;
    padding-top: 15px;
    transition: all 0.5s ease;
}.customer_opinions .rating_views p::before {
    position: absolute;
    width: 30px;
    content: "";
    left: 50%;
    height: 2px;
    background: rgb(194,172,211,0.5);
    top: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}.customer_opinions .rating_views:hover p {
    transform: translateZ(20px);
    color: #ffffff;
}.customer_opinions .rating_views:hover p::before {
    width: 50px;
    background: #ffffff;
}.customer_opinions .rating_views:nth-child(3n+1) {
    animation-delay: 0.1s;
    animation: floatIn 0.7s ease-out both;
}.customer_opinions .rating_views:nth-child(3n+2) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.3s;
}.customer_opinions .rating_views:nth-child(3n) {
    animation-delay: 0.5s;
    animation: floatIn 0.7s ease-out both;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}

@media (max-width: 1024px) {.customer_opinions {
    padding: 90px 0;
}.customer_opinions .reviews_block {
    gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
}.customer_opinions h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 60px;
}.customer_opinions .rating_views {
    padding: 25px;
}.customer_opinions .img_text_overlay {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 768px) {.customer_opinions {
    padding: 70px 0;
}.customer_opinions::before {
    transform: perspective(500px) rotateX(20deg) scale(2);
}.customer_opinions h4 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.8);
}.customer_opinions .reviews_block {
    gap: 40px;
    grid-template-columns: 1fr;
}.customer_opinions .rating_views {
    margin: 0 auto;
    padding: 20px;
    max-width: 350px;
    transform: rotateX(5deg) rotateY(-5deg);
}.customer_opinions .rating_views:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px);
}.customer_opinions .img_text_overlay {
    width: 70px;
    height: 70px;
}.customer_opinions .rating_views span {
    font-size: calc(22px * 0.9);
}.customer_opinions .rating_views p {
    font-size: calc(17px * 0.95);
}}.tyWrap {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(194,172,211,0.5), rgb(157,131,183,0.5) 70%);
    z-index: 1;
    padding: 5rem 0;
}.tyWrap::before {
    left: 0;
    z-index: -1;
    top: 0;
    content: '';
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    position: absolute;
    width: 100%;
}.tyWrap::after {
    z-index: -1;
    right: -50%;
    content: '';
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.4;
    top: -50%;
    transform: scale(1.5);
    position: absolute;
    background: radial-gradient(circle, rgb(157,131,183,0.5) 0%, transparent 70%);
    height: 100%;
}.tyWrap .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.tyWrap .edu_values {
    position: relative;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    flex-direction: column;
    padding: 3.5rem;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.9);
    max-width: 900px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
}.tyWrap .edu_values:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.tyWrap .edu_values > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.tyWrap .edu_values > div:first-child::before {
    transform: translateY(-50%);
    height: 60px;
    left: -3.5rem;
    content: '';
    background: rgb(194,172,211);
    top: 50%;
    width: 1.5rem;
    position: absolute;
}.tyWrap h5 {
    color: #000000;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding-left: 1rem;
    font-weight: 700;
    font-size: 21px;
    border-left: 3px solid rgb(157,131,183);
}.tyWrap a {
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
    transform-origin: left center;
}.tyWrap a::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(194,172,211,0.5) 0%, transparent 100%);
    content: '';
    width: 100%;
    transition: opacity 0.5s ease;
    z-index: -1;
    height: 100%;
    opacity: 0;
}.tyWrap a:hover::before {
    opacity: 0.1;
}.tyWrap p {
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
}.tyWrap a:hover p {
    transform: translateX(5px);
    color: rgb(194,172,211);
}.tyWrap .edu_values > div:last-child {
    padding-top: 2rem;
    position: relative;
}.tyWrap .edu_values > div:last-child::before {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(194,172,211,0.5), transparent 80%);
    height: 1px;
    content: '';
    width: 100%;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.tyWrap {
    padding: 4rem 0;
}.tyWrap .edu_values {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.tyWrap .edu_values > div:first-child::before {
    height: 50px;
    left: -2.5rem;
    width: 1rem;
}.tyWrap h5 {
    font-size: calc(21px - 0.1rem);
}
}

@media (max-width: 768px) {.tyWrap {
    padding: 3rem 0;
}.tyWrap .edu_values {
    transform: none;
    padding: 2rem;
}.tyWrap .edu_values:hover {
    transform: translateY(-5px);
}.tyWrap .edu_values > div:first-child::before {
    height: 40px;
    width: 0.7rem;
    left: -2rem;
}.tyWrap h5 {
    padding-left: 0.7rem;
    font-size: calc(21px - 0.2rem);
}
}

@media (max-width: 576px) {.tyWrap {
    padding: 2.5rem 0;
}.tyWrap .container {
    padding: 0 1.5rem;
}.tyWrap .edu_values {
    padding: 1.5rem;
}.tyWrap .edu_values > div:first-child {
    margin-bottom: 1.5rem;
}.tyWrap .edu_values > div:first-child::before {
    width: 0.5rem;
    height: 30px;
    left: -1.5rem;
}.tyWrap h5 {
    font-size: calc(21px - 0.3rem);
    padding-left: 0.5rem;
}.tyWrap p {
    line-height: 1.6;
    font-size: calc(14px - 0.1rem);
}.tyWrap .edu_values > div:last-child {
    padding-top: 1.5rem;
}}footer {
    position: relative;
    width: 100%;
}footer .knowl_base {
    color: #ffffff;
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
}footer .knowl_base::before {
    content: "";
    width: 100%;
    opacity: 0.1;
    left: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    position: absolute;
    top: 0;
    background-size: 60px 60px;
}footer .insta_feed {
    z-index: 1;
    position: relative;
}footer .help_form {
    margin: -70px auto 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    position: relative;
}footer .info_item {
    overflow: hidden;
    height: 100px;
    position: relative;
    transition: all 0.3s ease;
    padding: 0 20px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    border-radius: 10px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    transition: height 0.3s ease, top 0.3s ease;
    content: "";
    position: absolute;
    height: 50%;
    top: 25%;
    left: 0;
    width: 6px;
    background-color: rgb(194,172,211);
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    fill: rgb(194,172,211);
    height: 22px;
    position: relative;
    width: 22px;
    margin-right: 15px;
    z-index: 1;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #2c3e50;
    position: relative;
    font-size: 16px;
    z-index: 1;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(194,172,211);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}footer .nav_top, footer .subscribe_holder {
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .nav_top:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .first_class {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    display: grid;
}footer .nav_top svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .job_board {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}footer .first_class h5 {
    grid-column: 1 / -1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}footer .first_class h5::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    content: "";
    width: 50px;
    background-color: rgb(194,172,211);
}footer .nav_learning {
    padding: 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
}footer .nav_learning:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav_learning a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    font-size: 16px;
}footer .nav_learning a:last-child {
    border-bottom: none;
}footer .nav_learning a::before {
    opacity: 0;
    position: absolute;
    content: "→";
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    right: 0;
}footer .nav_learning a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .nav_learning a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}footer .subscribe_holder h5::after {
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: rgb(194,172,211);
    width: 50px;
    content: "";
}footer .subscribe_holder p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(194,172,211);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .email_entry {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px;
    background-color: rgb(194,172,211);
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
}footer .email_entry:hover {
    transform: translateY(-3px);
    background-color: rgb(157,131,183);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .affiliate_cta {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .math_tools {
    padding: 8px 20px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_entry {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .first_class {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .knowl_base {
    padding: 70px 0 30px;
}footer .help_form {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .nav_top, footer .subscribe_holder {
    padding: 25px 20px;
}footer .first_class h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .affiliate_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .knowl_base {
    padding: 50px 0 20px;
}footer .nav_learning {
    padding: 15px;
}footer .first_class h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .email_entry {
    padding: 12px;
}}.leadership_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(194,172,211,0.5), rgb(232,222,240));
    overflow: hidden;
    padding: 5rem 0;
}.leadership_experience::before {
    width: 100%;
    pointer-events: none;
    top: 0;
    content: "";
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    height: 100%;
    position: absolute;
    left: 0;
}.leadership_experience::after {
    filter: blur(40px);
    z-index: 0;
    bottom: -10%;
    position: absolute;
    opacity: 0.05;
    height: 40%;
    background: rgb(194,172,211);
    border-radius: 50% 60% 70% 40%;
    content: "";
    right: -5%;
    width: 40%;
}.leadership_experience .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.leadership_experience .rating_views {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px) saturate(180%);
    grid-template-columns: 1fr;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.leadership_experience .rating_views:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.leadership_experience .rating_views > div:first-child {
    order: 1;
    position: relative;
}.leadership_experience .rating_views > div:nth-child(2) {
    order: 2;
    position: relative;
}.leadership_experience .rating_views > div:last-child {
    order: 3;
    position: relative;
}.leadership_experience .img_text_overlay {
    height: 300px;
    position: relative;
    width: 100%;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.leadership_experience .rating_views:hover .img_text_overlay {
    transform: translateY(-5px) scale(1.02);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.leadership_experience .img_text_overlay::after {
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
    position: absolute;
    content: "";
}.leadership_experience .name {
    font-size: 24px;
    margin: 0 0 0.5rem;
    transition: transform 0.4s ease-out;
    color: rgb(194,172,211);
    font-weight: 700;
    transform: translateX(0);
    position: relative;
}.leadership_experience .name::before {
    height: 2px;
    position: absolute;
    content: "";
    background: rgb(194,172,211);
    top: 50%;
    left: -1rem;
    transition: width 0.4s ease-out 0.1s;
    width: 0;
}.leadership_experience .rating_views:hover .name {
    transform: translateX(1rem);
}.leadership_experience .rating_views:hover .name::before {
    width: 1.5rem;
}.leadership_experience .rating_views > div:nth-child(2) > div {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
    margin-bottom: 0.5rem;
    font-weight: 600;
    transform: translateY(0);
    color: rgb(157,131,183);
    font-size: 0.95rem;
}.leadership_experience .rating_views:hover > div:nth-child(2) > div {
    transform: translateY(-3px);
    opacity: 1;
}.leadership_experience .career_insights {
    transition: opacity 0.4s ease;
    margin: 0;
    opacity: 0.92;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}.leadership_experience .career_insights::before {
    z-index: -1;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: -1rem;
    transform: rotate(-5deg);
    color: rgb(194,172,211);
    opacity: 0.1;
    content: "";
    font-size: 8rem;
    position: absolute;
    top: -2.5rem;
}.leadership_experience .rating_views:hover .career_insights::before {
    transform: rotate(5deg) translateY(-10px);
}.leadership_experience .rating_views:hover .career_insights {
    opacity: 1;
}

@media (min-width: 768px) {.leadership_experience .rating_views {
    padding: 3.5rem;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 250px 1fr;
}.leadership_experience .rating_views > div:first-child {
    order: unset;
    grid-column: 1;
    grid-row: 1 / span 2;
}.leadership_experience .rating_views > div:nth-child(2) {
    order: unset;
    grid-column: 2;
    grid-row: 1;
}.leadership_experience .rating_views > div:last-child {
    order: unset;
    grid-row: 2;
    grid-column: 2;
}.leadership_experience .img_text_overlay {
    clip-path: polygon(0% 0%, 95% 5%, 100% 100%, 5% 95%);
    height: 100%;
}.leadership_experience .rating_views:hover .img_text_overlay {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.leadership_experience {
    padding: 7rem 0;
}.leadership_experience .rating_views {
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-columns: 320px 1fr;
}.leadership_experience .name {
    margin-bottom: 0.75rem;
    font-size: calc(24px * 1.1);
}.leadership_experience .rating_views > div:nth-child(2) > div {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}.leadership_experience .career_insights {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.leadership_experience {
    padding: 4rem 0;
}.leadership_experience .rating_views {
    padding: 2rem;
}.leadership_experience .img_text_overlay {
    height: 250px;
    margin-bottom: 1rem;
}.leadership_experience .name {
    margin-bottom: 0.5rem;
    text-align: center;
}.leadership_experience .rating_views > div:nth-child(2) > div {
    text-align: center;
    margin-bottom: 1.5rem;
}.leadership_experience .career_insights {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.leadership_experience .career_insights::before {
    transform: translateX(-50%);
    left: 50%;
    top: -1.5rem;
}.leadership_experience .rating_views:hover .name {
    transform: translateX(0);
}.leadership_experience .name::before {
    transform: translateX(-50%);
    left: 50%;
}.leadership_experience .rating_views:hover .name::before {
    width: 50px;
}}.title_page {
    display: flex;
    overflow: hidden;
    padding: 2rem;
    background: rgb(232,222,240);
    align-items: center;
    min-height: 100vh;
    position: relative;
    justify-content: center;
}.title_page::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(194,172,211,0.5) 0%, rgb(157,131,183,0.5) 100%);
    opacity: 0.15;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
}.title_page::after {
    z-index: 1;
    top: -50%;
    height: 100%;
    transform: scale(2);
    width: 100%;
    position: absolute;
    right: -50%;
    background: radial-gradient(circle at center, rgb(194,172,211,0.5) 0%, transparent 70%);
    opacity: 0.1;
    content: "";
}.title_page .start_top {
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.08), 
    -10px -10px 30px rgba(255,255,255,0.05),
    inset 5px 5px 10px rgba(255,255,255,0.05),
    inset -5px -5px 10px rgba(0,0,0,0.02);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    width: 90%;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    z-index: 2;
}.title_page .start_top:hover {
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.title_page .start_top > div:first-child {
    position: relative;
    padding-left: 1.5rem;
    opacity: 0;
    margin-bottom: 2rem;
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    transform: translateX(-10px);
    border-left: 4px solid rgb(194,172,211);
}.title_page .start_top > div:first-child p {
    font-weight: 400;
    font-size: calc(17px * 1.1);
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.title_page .growth_path {
    opacity: 0;
    position: relative;
    margin-top: 3rem;
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    transform: translateY(20px);
}.title_page .growth_path > div {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 
    10px 10px 30px rgba(0,0,0,0.15), 
    -5px -5px 20px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(255,255,255,0.05);
}.title_page .growth_path > div::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.7) 100%
  );
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
}.title_page .growth_path > div::after {
    mix-blend-mode: overlay;
    z-index: 2;
    top: -10%;
    pointer-events: none;
    width: 120%;
    content: "";
    position: absolute;
    height: 120%;
    background: radial-gradient(
    ellipse at top right,
    rgb(194,172,211,0.5) 0%,
    transparent 70%
  );
    opacity: 0.7;
    left: -10%;
}.title_page .growth_path h3 {
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: calc(19px * 0.9);
    position: relative;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    animation: fadeIn 0.7s 0.6s ease-out forwards;
    padding: 2rem 2rem 1rem;
    z-index: 3;
}.title_page .growth_path > div > div {
    position: relative;
    z-index: 3;
    backdrop-filter: blur(5px);
    margin-top: 1rem;
    padding: 2rem;
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
}.title_page .growth_path > div > div > div {
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    padding: 2rem;
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    position: relative;
    transform: perspective(500px) rotateX(3deg);
}.title_page .growth_path > div > div > div:hover {
    transform: perspective(500px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    8px 8px 20px rgba(0,0,0,0.15), 
    -5px -5px 15px rgba(255,255,255,0.08),
    inset 1px 1px 2px rgba(255,255,255,0.08),
    inset -1px -1px 2px rgba(0,0,0,0.08);
}.title_page .title_style_header {
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(38px * 0.9);
    text-align: center;
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    color: #ffffff;
    opacity: 0;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0;
    transform: translateY(20px);
}.title_page .title_style_header::after {
    content: "";
    width: 80px;
    bottom: -15px;
    left: 50%;
    border-radius: 10px;
    height: 4px;
    background: linear-gradient(to right, rgb(194,172,211), rgb(157,131,183));
    transform: translateX(-50%);
    position: absolute;
}

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

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

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

@media screen and (max-width: 992px) {.title_page {
    padding: 1.5rem;
}.title_page .start_top {
    padding: 2rem 1.5rem;
    width: 95%;
}.title_page .title_style_header {
    font-size: calc(28px * 1.1);
}.title_page .growth_path h3 {
    padding: 1.5rem 1.5rem 1rem;
    font-size: 19px;
}
}

@media screen and (max-width: 768px) {.title_page {
    padding: 4rem 1rem;
    min-height: auto;
}.title_page .start_top {
    padding: 1.5rem 1.25rem;
    transform: perspective(800px) rotateX(1deg);
}.title_page .start_top > div:first-child {
    margin-bottom: 1.5rem;
}.title_page .start_top > div:first-child p {
    font-size: 17px;
}.title_page .growth_path > div > div {
    padding: 1.5rem 1rem;
}.title_page .growth_path > div > div > div {
    padding: 1.5rem 1rem;
}.title_page .title_style_header {
    font-size: calc(28px * 0.95);
}.title_page .title_style_header::after {
    bottom: -12px;
    height: 3px;
    width: 60px;
}.title_page .growth_path h3 {
    padding: 1.5rem 1.25rem 0.75rem;
    font-size: calc(16px * 1.1);
}
}

@media screen and (max-width: 576px) {.title_page {
    padding: 3rem 0.75rem;
}.title_page .start_top {
    padding: 1.25rem 1rem;
    transform: none;
    width: 100%;
}.title_page .start_top > div:first-child {
    padding-left: 1rem;
    border-left-width: 3px;
}.title_page .growth_path {
    margin-top: 2rem;
}.title_page .growth_path > div > div {
    padding: 1.25rem 0.75rem;
}.title_page .growth_path > div > div > div {
    padding: 1.25rem 0.75rem;
    transform: none;
}.title_page .title_style_header {
    font-size: calc(28px * 0.85);
}.title_page .title_style_header::after {
    bottom: -10px;
    height: 3px;
    width: 50px;
}.title_page .growth_path h3 {
    font-size: 16px;
    padding: 1.25rem 1rem 0.75rem;
}}.course_summary {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,222,240) 0%, rgba(255,255,255,0.92) 100%);
    padding: 5rem 0;
    position: relative;
}.course_summary::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    height: 100%;
}.course_summary::after {
    right: -5%;
    filter: blur(50px);
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(120deg, rgb(194,172,211) 0%, rgb(157,131,183) 100%);
    z-index: 0;
    height: 40%;
    transform: rotate(-15deg);
    top: -5%;
    content: "";
    width: 40%;
}.course_summary .container {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.course_summary h2 {
    animation: fadeUp 0.8s ease-out forwards;
    max-width: 90%;
    font-weight: 700;
    line-height: 1.3;
    font-size: 34px;
    opacity: 0;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    transform: translateY(20px);
}.course_summary h2::after {
    animation: scaleIn 1s 0.3s ease-out forwards;
    content: "";
    transform: scaleX(0);
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(194,172,211) 0%, rgb(157,131,183) 100%);
    position: absolute;
    width: 80px;
    bottom: -1rem;
    transform-origin: left;
}.course_summary .education_map {
    gap: 2rem;
    flex-direction: column;
    display: flex;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    opacity: 0;
    transform: translateY(0);
}.course_summary .img_text_overlay {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    height: 350px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateY(20px);
}.course_summary .img_text_overlay::before {
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    top: 0;
    left: 0;
}.course_summary .img_text_overlay:hover {
    transform: translateY(0);
}.course_summary .img_text_overlay:hover::before {
    opacity: 1;
}.course_summary .heading_frame {
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255,255,255,0.7);
    flex-direction: column;
    display: flex;
    transform: translateX(0);
    padding: 2rem;
    gap: 1.5rem;
    transition: transform 0.4s ease;
}.course_summary .heading_frame::before {
    content: "";
    background: rgb(194,172,211);
    position: absolute;
    left: 0;
    height: 0;
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    top: 0;
    width: 5px;
}.course_summary .heading_frame:hover::before {
    height: 100%;
}.course_summary .description {
    position: relative;
    color: #000000;
    margin: 0;
    max-height: 200px;
    padding-right: 10px;
    transition: color 0.3s ease;
    overflow-y: auto;
    line-height: 1.7;
    font-size: 18px;
}.course_summary .description:first-of-type {
    font-weight: 600;
}.course_summary .description::-webkit-scrollbar {
    width: 4px;
}.course_summary .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}.course_summary .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(194,172,211), rgb(157,131,183));
    border-radius: 10px;
}

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

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


@media (min-width: 768px) {.course_summary {
    padding: 6rem 0;
}.course_summary h2 {
    font-size: calc(34px * 1.1);
    max-width: 80%;
}.course_summary .education_map {
    align-items: flex-start;
    flex-direction: row;
}.course_summary .img_text_overlay {
    flex-shrink: 0;
    height: 450px;
    width: 45%;
}.course_summary .heading_frame {
    width: 55%;
    margin-top: 3rem;
    padding: 2.5rem;
    margin-left: -3rem;
    z-index: 2;
}.course_summary .heading_frame:hover {
    transform: translateX(10px);
}.course_summary .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_summary {
    padding: 8rem 0;
}.course_summary h2 {
    font-size: calc(34px * 1.2);
    max-width: 70%;
}.course_summary .img_text_overlay {
    height: 500px;
    width: 50%;
}.course_summary .heading_frame {
    padding: 3rem;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
    margin-left: -5rem;
    width: 60%;
}.course_summary .description {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.course_summary .container {
    padding: 0 2rem;
}.course_summary h2 {
    font-size: calc(34px * 1.3);
    margin-bottom: 4rem;
}.course_summary .education_map {
    gap: 3rem;
}.course_summary .img_text_overlay {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.course_summary .img_text_overlay:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.course_summary .heading_frame {
    margin-left: -8rem;
    padding: 3.5rem;
}
}

@media (max-width: 767px) {.course_summary {
    padding: 4rem 0;
}.course_summary h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.course_summary h2::after {
    height: 3px;
    width: 60px;
}.course_summary .education_map {
    gap: 1.5rem;
}.course_summary .img_text_overlay {
    height: 250px;
}.course_summary .heading_frame {
    padding: 1.5rem;
}.course_summary .description {
    font-size: calc(18px * 0.95);
    max-height: 150px;
    line-height: 1.6;
}}.secure_sanctuary {
    color: #000000;
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(232,222,240), rgba(245, 245, 250, 0.9));
    font-family: Arial, sans-serif;
}.secure_sanctuary::before {
    height: 250px;
    opacity: 0.3;
    content: "";
    transform: rotate(-15deg);
    width: 250px;
    z-index: 0;
    position: absolute;
    top: -10%;
    filter: blur(60px);
    right: -5%;
    background: linear-gradient(120deg, rgb(194,172,211,0.5), rgb(157,131,183,0.5));
}.secure_sanctuary::after {
    bottom: -10%;
    width: 200px;
    content: "";
    left: -5%;
    background: linear-gradient(230deg, rgb(157,131,183,0.5), rgb(194,172,211,0.5));
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    filter: blur(50px);
    transform: rotate(15deg);
    height: 200px;
}.secure_sanctuary .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    transform: translateZ(0);
    backdrop-filter: blur(10px) saturate(120%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 auto;
    padding: 3rem;
    position: relative;
    max-width: 1140px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
}.secure_sanctuary .container:hover {
    transform: translateY(-5px) translateZ(0);
}.secure_sanctuary h1 {
    font-size: 43px;
    letter-spacing: -0.02em;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    padding-bottom: 1rem;
    color: #000000;
    margin-bottom: 2rem;
}.secure_sanctuary h1::after {
    content: "";
    transform-origin: left center;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,172,211), rgb(157,131,183));
    width: 80px;
    transition: width 0.3s ease-out;
    height: 4px;
    bottom: 0;
    left: 0;
}.secure_sanctuary .container:hover h1::after {
    width: 120px;
}.secure_sanctuary h2 {
    color: #000000;
    letter-spacing: -0.01em;
    font-size: 36px;
    margin: 2.5rem 0 1.25rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.secure_sanctuary h2::before {
    height: 12px;
    position: absolute;
    z-index: -1;
    background-color: rgb(194,172,211,0.5);
    bottom: 5px;
    content: "";
    transition: height 0.3s, opacity 0.3s;
    transform: skewX(-15deg);
    width: 100%;
    opacity: 0.25;
    left: 0;
}.secure_sanctuary h2:hover::before {
    opacity: 0.4;
    height: 8px;
}.secure_sanctuary h3 {
    font-weight: 600;
    padding-left: 15px;
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.8);
    position: relative;
}.secure_sanctuary h3::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(194,172,211), rgb(157,131,183));
    top: 0.25em;
    content: "";
    width: 4px;
    height: 70%;
    border-radius: 1px;
}.secure_sanctuary h4 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(36px * 0.7);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.85;
    font-weight: 600;
    color: #000000;
}.secure_sanctuary p {
    line-height: 1.75;
    font-size: 18px;
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 1;
    color: #000000;
}.secure_sanctuary strong {
    padding-bottom: 2px;
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.secure_sanctuary strong::after {
    bottom: 0;
    width: 100%;
    position: absolute;
    background: rgb(194,172,211,0.5);
    height: 1px;
    content: "";
    left: 0;
}.secure_sanctuary ul {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 1.5rem;
}.secure_sanctuary ul::before {
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(194,172,211,0.5),
        rgb(157,131,183,0.5),
        transparent);
    width: 1px;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
}.secure_sanctuary li {
    position: relative;
    color: #000000;
    padding-left: 0.5rem;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1rem;
}.secure_sanctuary li::before {
    left: -1.5rem;
    border: 1px solid rgb(194,172,211);
    background-color: #ffffff;
    transition: transform 0.3s, background-color 0.3s;
    top: 0.7em;
    width: 8px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    height: 8px;
}.secure_sanctuary li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(194,172,211,0.5);
}.secure_sanctuary span {
    display: block;
    line-height: 1.75;
    border-left: 1px dashed rgb(157,131,183,0.5);
    font-size: 18px;
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 992px) {.secure_sanctuary {
    padding: 3rem 1.5rem;
}.secure_sanctuary .container {
    padding: 2.5rem;
}.secure_sanctuary h1 {
    font-size: calc(43px * 0.9);
}.secure_sanctuary h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.secure_sanctuary {
    padding: 2.5rem 1rem;
}.secure_sanctuary .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    padding: 2rem;
}.secure_sanctuary h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.5rem;
}.secure_sanctuary h2 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.8);
}.secure_sanctuary h3 {
    font-size: calc(36px * 0.7);
}.secure_sanctuary h4 {
    font-size: calc(36px * 0.6);
}.secure_sanctuary p, 
    .secure_sanctuary li,
    .secure_sanctuary span {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.secure_sanctuary {
    padding: 2rem 0.75rem;
}.secure_sanctuary .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
    padding: 1.5rem;
}.secure_sanctuary h1 {
    padding-bottom: 0.75rem;
    font-size: calc(43px * 0.7);
}.secure_sanctuary h1::after {
    height: 3px;
    width: 60px;
}.secure_sanctuary h2 {
    font-size: calc(36px * 0.7);
}.secure_sanctuary h2::before {
    height: 8px;
}.secure_sanctuary h3 {
    font-size: calc(36px * 0.6);
    padding-left: 12px;
}.secure_sanctuary h3::before {
    width: 3px;
}.secure_sanctuary h4 {
    font-size: calc(36px * 0.55);
}.secure_sanctuary p, 
    .secure_sanctuary li,
    .secure_sanctuary span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.secure_sanctuary ul {
    padding-left: 1.25rem;
}.secure_sanctuary span {
    padding-left: 0.75rem;
}}.cookie_overlay_dialog {
    bottom: 0;
    border-top: 1px solid rgb(194,172,211);
    padding: 20px 0;
    background-color: rgb(232,222,240);
    width: 100%;
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}.cookie_overlay_dialog .cookie_protect {
    transform-origin: center;
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.cookie_overlay_dialog .cookie_protect svg {
    height: 60px;
    fill: rgb(194,172,211);
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_overlay_dialog .cookie_confirm {
    flex-grow: 1;
}.cookie_overlay_dialog .cookie_confirm h5 {
    font-size: 22px;
    color: rgb(194,172,211);
    margin-bottom: 6px;
}.cookie_overlay_dialog .cookie_confirm p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.cookie_overlay_dialog .privacy_gate {
    margin-top: 20px;
    padding: 10px 20px;
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
    background-color: rgb(194,172,211);
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    border-radius: 5px;
    font-size: 19px;
}.cookie_overlay_dialog .privacy_gate:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie_overlay_dialog .privacy_gate:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookie_overlay_dialog .cookie_protect {
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_overlay_dialog .privacy_gate {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#dataProtectionBox {
    display: none;
}#dataProtectionBox:checked ~ .cookie_overlay_dialog {
    visibility: hidden;
    opacity: 0;
}header {
    padding: 1rem 0;
    width: 100%;
    background: rgb(232,222,240);
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}header::before {
    content: '';
    background: linear-gradient(to right, 
        rgb(194,172,211,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(157,131,183,0.5) 100%);
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.4;
    left: 0;
    width: 100%;
}header .container {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 2%;
    max-width: 100%;
}header .top_guide {
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
    align-items: center;
    display: grid;
}header .nav_prime {
    grid-area: logo;
    align-items: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    justify-content: center;
    display: flex;
    position: relative;
}header .nav_prime::after {
    bottom: 0;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(194,172,211), 
        rgb(157,131,183), 
        rgb(194,172,211), 
        transparent);
    content: '';
    left: 50%;
    width: 50%;
}header .nav_prime svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .nav_prime:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .first_class {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    align-items: center;
    display: flex;
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.6rem;
    justify-content: center;
    gap: 0.5rem;
    grid-area: menu;
}header .top_learn {
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 0.4rem 0.8rem;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}header .top_learn:hover {
    background: linear-gradient(135deg, rgb(194,172,211), rgb(157,131,183));
    box-shadow: 0 3px 8px rgb(194,172,211,0.5);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .nav_prime svg {
    width: 140px;
}header .first_class {
    padding: 0.5rem;
    gap: 0.4rem;
}header .top_learn {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .top_guide {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "first_class";
}header .nav_prime {
    padding: 0.4rem;
}header .nav_prime svg {
    width: 130px;
}header .first_class {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .top_learn {
    font-size: calc(17px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_prime svg {
    width: 120px;
}header .first_class {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem;
}header .first_class::-webkit-scrollbar {
    height: 2px;
}header .first_class::-webkit-scrollbar-thumb {
    background: rgb(194,172,211);
    border-radius: 10px;
}header .top_learn {
    white-space: nowrap;
    flex-shrink: 0;
}}.our_background {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(232,222,240), #f8f9fa);
    padding: 80px 0;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05),
                -12px -12px 24px rgba(255, 255, 255, 0.8);
}.our_background::before {
    z-index: 0;
    top: -50px;
    right: -50px;
    width: 300px;
    filter: blur(20px);
    height: 300px;
    position: absolute;
    background: linear-gradient(135deg, rgb(194,172,211,0.5), transparent 70%);
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
}.our_background::after {
    background: linear-gradient(225deg, rgb(157,131,183,0.5), transparent 70%);
    filter: blur(25px);
    height: 400px;
    content: "";
    z-index: 0;
    width: 400px;
    left: -100px;
    position: absolute;
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.our_background .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.our_background h1 {
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
    position: relative;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
}.our_background h1::before {
    bottom: -15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 4px;
    left: 50%;
    background: linear-gradient(90deg, rgb(194,172,211), rgb(157,131,183));
}.our_background h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our_background h1:hover::before {
    width: 120px;
}.our_background .skill_pro {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}.our_background .skill_pro:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.08),
                -12px -12px 20px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.our_background ul {
    padding: 0;
    gap: 30px;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
}.our_background .expert_classes {
    border-radius: 12px;
    padding: 25px;
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.06),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}.our_background .expert_classes::before {
    height: 0;
    background: linear-gradient(180deg, rgb(194,172,211), rgb(157,131,183));
    left: 0;
    transition: height 0.5s ease;
    width: 4px;
    position: absolute;
    content: "";
    top: 0;
}.our_background .expert_classes:hover {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -12px -12px 24px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px) scale(1.01);
}.our_background .expert_classes:hover::before {
    height: 100%;
}.our_background .expert_classes h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    position: relative;
    color: #000000;
}.our_background .expert_classes h4::after {
    position: absolute;
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(194,172,211), rgb(157,131,183));
    width: 0;
    bottom: -8px;
}.our_background .expert_classes:hover h4 {
    transform: translateX(10px);
    color: rgb(194,172,211);
}.our_background .expert_classes:hover h4::after {
    width: 100%;
}.our_background .expert_classes div {
    max-height: 300px;
    font-weight: 400;
    font-size: 12px;
    transition: color 0.3s ease;
    margin-left: 5px;
    color: #000000;
    line-height: 1.7;
    padding-right: 10px;
    overflow-y: auto;
}.our_background .expert_classes:hover div {
    color: #000000;
}.our_background .expert_classes div::-webkit-scrollbar {
    width: 4px;
}.our_background .expert_classes div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}.our_background .expert_classes div::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(194,172,211), rgb(157,131,183));
}

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

@media (min-width: 768px) {.our_background {
    padding: 100px 0;
}.our_background ul {
    grid-template-columns: repeat(2, 1fr);
}.our_background h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 70px;
}.our_background .expert_classes {
    padding: 35px 30px;
    height: 100%;
}.our_background .expert_classes div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our_background .container {
    padding: 0 40px;
}.our_background .skill_pro {
    padding: 40px;
}.our_background .expert_classes {
    padding: 40px 35px;
}.our_background .expert_classes div {
    max-height: 500px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.our_background {
    padding: 60px 0;
}.our_background h1 {
    margin-bottom: 40px;
    font-size: calc(42px * 0.9);
}.our_background .expert_classes {
    padding: 20px;
}.our_background .expert_classes div {
    max-height: 250px;
}
}

@media (hover: none) {.our_background h1:hover,
    .our_background .expert_classes:hover,
    .our_background .skill_pro:hover {
    transform: none;
}.our_background .expert_classes:hover::before {
    height: 70px;
}.our_background .expert_classes:hover h4 {
    transform: translateX(5px);
}}.contact_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.contact_us::before {
    z-index: 1;
    height: 100%;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
}.contact_us::after {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(194,172,211,0.5) 0%, transparent 50%, rgb(157,131,183,0.5) 100%);
    position: absolute;
    left: 0;
    z-index: 2;
    animation: gradientShift 15s ease infinite;
    content: '';
    height: 100%;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_us .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.contact_us .inquiry_grid {
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}.contact_us .inquiry_grid::before {
    content: '';
    top: -50%;
    position: absolute;
    animation: rotate 30s linear infinite;
    background: radial-gradient(circle, rgb(194,172,211,0.5) 0%, transparent 30%);
    height: 200%;
    opacity: 0.1;
    left: -50%;
    pointer-events: none;
    width: 200%;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact_us .contact_reach {
    background: linear-gradient(145deg, rgb(194,172,211,0.5) 0%, rgb(157,131,183,0.5) 100%);
    padding: 50px;
    position: relative;
    flex: 1;
    overflow: hidden;
}.contact_us .contact_reach::after {
    content: '';
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 100px;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
}.contact_us .contact_reach h3 {
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
}.contact_us .contact_reach h3::after {
    bottom: 0;
    height: 3px;
    width: 80px;
    border-radius: 10px;
    background: #ffffff;
    content: '';
    position: absolute;
    left: 0;
}.contact_us .contact_reach div {
    transform: translateX(0);
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
}.contact_us .contact_reach div:hover {
    transform: translateX(10px);
}.contact_us .contact_reach div::before {
    top: 50%;
    border-radius: 10px;
    height: 0;
    position: absolute;
    content: '';
    background: #ffffff;
    width: 5px;
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
}.contact_us .contact_reach div:hover::before {
    height: 80%;
    top: 10%;
}.contact_us .contact_reach svg {
    height: 24px;
    fill: #ffffff;
    width: 24px;
    margin-right: 15px;
}.contact_us .contact_reach svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_us .contact_reach div:hover svg path {
    fill: rgb(157,131,183);
}.contact_us .contact_reach span {
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}.contact_us .contact_reach span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_us .contact_reach span a:hover {
    color: rgb(157,131,183);
}.contact_us .support_inquiry {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    flex: 1.2;
    backdrop-filter: blur(10px);
    padding: 50px;
}.contact_us .support_inquiry::before {
    right: -100px;
    animation: pulse 4s ease-in-out infinite alternate;
    content: '';
    position: absolute;
    top: -100px;
    height: 200px;
    background: radial-gradient(circle, rgb(157,131,183,0.5) 0%, transparent 70%);
    width: 200px;
    border-radius: 50%;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.contact_us .support_inquiry h3 {
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 35px;
}.contact_us .support_inquiry h3::after {
    left: 50%;
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
    background: rgb(157,131,183);
    content: '';
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
}.contact_us .support_inquiry form {
    flex-direction: column;
    display: flex;
}.contact_us .support_inquiry input[type="text"],
.contact_us .support_inquiry input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 13px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_us .support_inquiry input[type="text"]:focus,
.contact_us .support_inquiry input[type="email"]:focus {
    border-color: rgb(157,131,183);
    outline: none;
    box-shadow: 0 0 0 2px rgb(157,131,183,0.5);
}.contact_us .support_inquiry input[type="text"]::placeholder,
.contact_us .support_inquiry input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.contact_us .support_inquiry .feedback_help {
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.contact_us .support_inquiry .feedback_help input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_us .support_inquiry .feedback_help label {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}.contact_us .support_inquiry .feedback_help label::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 18px;
    content: '';
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    width: 18px;
    left: 0;
}.contact_us .support_inquiry .feedback_help label::after {
    width: 8px;
    transition: all 0.2s ease;
    height: 4px;
    transform: rotate(-45deg) scale(0);
    position: absolute;
    border-bottom: 2px solid #ffffff;
    left: 5px;
    top: 9px;
    content: '';
    border-left: 2px solid #ffffff;
    opacity: 0;
}.contact_us .support_inquiry .feedback_help input[type="checkbox"]:checked + label::before {
    background: rgb(157,131,183,0.5);
    border-color: rgb(157,131,183);
}.contact_us .support_inquiry .feedback_help input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.contact_us .support_inquiry .feedback_help label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(157,131,183);
}.contact_us .support_inquiry .feedback_help label a:hover {
    color: #ffffff;
    text-decoration: underline;
}.contact_us .support_inquiry .query_request {
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(194,172,211) 0%, rgb(157,131,183) 100%);
    border-radius: 13px;
    cursor: pointer;
    padding: 15px 30px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: none;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    z-index: 1;
}.contact_us .support_inquiry .query_request::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    z-index: -1;
    height: 100%;
    left: -100%;
    content: '';
}.contact_us .support_inquiry .query_request:hover::before {
    left: 100%;
}.contact_us .support_inquiry .query_request:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.contact_us {
    padding: 80px 0;
}.contact_us .inquiry_grid {
    flex-direction: column;
}.contact_us .contact_reach,
    .contact_us .support_inquiry {
    padding: 40px;
}.contact_us .contact_reach {
    text-align: center;
}.contact_us .contact_reach h3::after {
    transform: translateX(-50%);
    left: 50%;
}.contact_us .contact_reach div {
    padding-left: 0;
    justify-content: center;
}.contact_us .contact_reach div::before {
    display: none;
}
}

@media (max-width: 768px) {.contact_us {
    padding: 60px 0;
}.contact_us .contact_reach,
    .contact_us .support_inquiry {
    padding: 30px;
}.contact_us .contact_reach h3,
    .contact_us .support_inquiry h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.contact_us .contact_reach div {
    margin-bottom: 20px;
}.contact_us .support_inquiry input[type="text"],
    .contact_us .support_inquiry input[type="email"] {
    padding: 12px 15px;
}.contact_us .support_inquiry .query_request {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.contact_us {
    padding: 40px 0;
}.contact_us .container {
    padding: 0 10px;
}.contact_us .contact_reach,
    .contact_us .support_inquiry {
    padding: 20px;
}.contact_us .contact_reach h3,
    .contact_us .support_inquiry h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.contact_us .contact_reach svg {
    width: 20px;
    height: 20px;
}.contact_us .support_inquiry .feedback_help label {
    font-size: calc(15px * 0.9);
}.contact_us .support_inquiry .query_request {
    width: 100%;
}}.sign_up_now {
    background: linear-gradient(135deg, rgb(194,172,211) 0%, rgb(157,131,183) 100%);
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.sign_up_now::before {
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    opacity: 0.1;
    transform: translateZ(-10px);
    background: repeating-linear-gradient(
        45deg,
        rgb(194,172,211,0.5),
        rgb(194,172,211,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    height: 100%;
    width: 100%;
}.sign_up_now::after {
    right: -50%;
    height: 200%;
    transform: translateZ(-5px) rotate(45deg);
    content: "";
    animation: glow 8s infinite alternate ease-in-out;
    z-index: 1;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    width: 100%;
    position: absolute;
    opacity: 0.15;
}.sign_up_now .container {
    transform: translateZ(20px);
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
    flex-direction: column;
    padding: 0 15px;
    z-index: 2;
    display: flex;
    position: relative;
    align-items: center;
}.sign_up_now h6 {
    letter-spacing: 0.5px;
    color: #ffffff;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    font-weight: 600;
    text-align: center;
    max-width: 800px;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px);
    font-size: calc(16px * 1.2);
    margin-bottom: 2.5rem;
}.sign_up_now div:nth-child(2) {
    transform: translateZ(30px);
    display: flex;
    justify-content: center;
}.sign_up_now span {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
    display: inline-block;
}.sign_up_now .query_request {
    position: relative;
    transform: translateZ(0);
    background: #ffffff;
    display: inline-flex;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    padding: 0.8rem 2.5rem;
    overflow: hidden;
    justify-content: center;
    color: rgb(194,172,211);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    font-size: 17px;
    align-items: center;
    letter-spacing: 0.5px;
    opacity: 0;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}.sign_up_now .query_request::before {
    content: "";
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.sign_up_now .query_request::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(194,172,211),
        rgb(157,131,183),
        rgb(194,172,211)
    );
    transition: transform 0.4s ease-out;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    content: "";
    left: 0;
}.sign_up_now .query_request span {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}.sign_up_now .query_request:hover {
    transform: translateY(-5px) translateZ(0);
    background: #ffffff;
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
}.sign_up_now .query_request:hover::before {
    left: 100%;
}.sign_up_now .query_request:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.sign_up_now .query_request:hover span {
    transform: translateY(0) scale(1.05);
}.sign_up_now .query_request:active {
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
}

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

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

@media (max-width: 991px) {.sign_up_now {
    padding: 3.5rem 0;
}.sign_up_now h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
}.sign_up_now .query_request {
    padding: 0.7rem 2.2rem;
}
}

@media (max-width: 767px) {.sign_up_now {
    padding: 3rem 0;
}.sign_up_now h6 {
    margin-bottom: 1.8rem;
    max-width: 90%;
    font-size: 16px;
}.sign_up_now .query_request {
    padding: 0.7rem 2rem;
}
}

@media (max-width: 575px) {.sign_up_now {
    padding: 2.5rem 0;
}.sign_up_now h6 {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.sign_up_now .query_request {
    padding: 0.6rem 1.8rem;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 380px) {.sign_up_now {
    padding: 2rem 0;
}.sign_up_now h6 {
    font-size: calc(16px * 0.85);
    margin-bottom: 1.2rem;
}.sign_up_now .query_request {
    padding: 0.5rem 1.5rem;
    font-size: calc(17px * 0.9);
}}.tariff_row {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}.tariff_row::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    position: absolute;
    z-index: -1;
    left: 0;
}.tariff_row .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.tariff_row .fee_package {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
}.tariff_row h2 {
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
    transform: translateY(0);
    font-size: calc(29px * 1.1);
    letter-spacing: 0.5px;
}.tariff_row h2::after {
    width: 80px;
    background: rgb(194,172,211);
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 1px;
    left: 50%;
    bottom: -12px;
}.tariff_row .plan_matrix {
    letter-spacing: 0.2px;
    font-weight: 400;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    max-width: 80%;
    font-size: calc(12px * 1.05);
    text-align: center;
    line-height: 1.6;
}.tariff_row .tuition_grid {
    width: 100%;
    gap: 30px;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
}.tariff_row .tuition_grid li {
    display: flex;
    height: 100%;
}.tariff_row .basic_rates {
    transform: translateY(0) scale(1);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    height: 100%;
    text-decoration: none;
    backdrop-filter: blur(10px);
}.tariff_row .basic_rates::before {
    transform: translateY(-5px);
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(194,172,211), rgb(157,131,183));
    height: 5px;
    top: 0;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.tariff_row .basic_rates:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.tariff_row .basic_rates:hover::before {
    transform: translateY(0);
}.tariff_row .access_plans {
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
    height: 100%;
    position: relative;
}.tariff_row .pricing_offers {
    flex-direction: column;
    height: 100%;
    display: flex;
}.tariff_row .basic_rates h4 {
    margin: 0 0 20px;
    transition: color 0.3s ease;
    position: relative;
    letter-spacing: 0.3px;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(22px * 1.1);
    padding-bottom: 15px;
}.tariff_row .basic_rates:hover h4 {
    color: rgb(194,172,211);
}.tariff_row .basic_rates h4::after {
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 0.4s ease, background-color 0.4s ease;
    width: 40px;
    position: absolute;
    content: "";
}.tariff_row .basic_rates:hover h4::after {
    background-color: rgb(194,172,211);
    width: 60px;
}.tariff_row .basic_rates p {
    margin: 0 0 30px;
    word-break: normal;
    font-weight: 300;
    font-size: 12px;
    white-space: normal;
    flex-grow: 1;
    overflow-wrap: break-word;
    hyphens: auto;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}.tariff_row .tuition_table {
    margin-top: auto;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    font-weight: 700;
    padding: 15px 0 0;
    color: rgb(194,172,211);
    font-size: calc(22px * 1.15);
    display: block;
    letter-spacing: 0.5px;
}.tariff_row .tuition_table::before {
    width: 25px;
    position: absolute;
    opacity: 0.6;
    top: 0;
    background-color: rgb(194,172,211);
    transition: width 0.4s ease, opacity 0.3s ease;
    content: "";
    left: 0;
    height: 2px;
}.tariff_row .basic_rates:hover .tuition_table {
    transform: translateY(-3px);
    color: rgb(157,131,183);
}.tariff_row .basic_rates:hover .tuition_table::before {
    opacity: 1;
    width: 40px;
}


@media (max-width: 1200px) {.tariff_row {
    padding: 80px 0;
}.tariff_row .plan_matrix {
    max-width: 90%;
}.tariff_row .tuition_grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.tariff_row h2 {
    font-size: 29px;
}.tariff_row .access_plans {
    padding: 30px 25px;
}.tariff_row .basic_rates h4 {
    font-size: 22px;
}
}

@media (max-width: 768px) {.tariff_row {
    padding: 60px 0;
}.tariff_row h2 {
    font-size: calc(29px * 0.9);
}.tariff_row .plan_matrix {
    margin-bottom: 40px;
    font-size: 12px;
    max-width: 100%;
}.tariff_row .tuition_grid {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_row .basic_rates {
    max-height: none;
}.tariff_row .basic_rates p {
    font-size: calc(12px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.tariff_row {
    padding: 50px 0;
}.tariff_row h2 {
    font-size: calc(29px * 0.85);
}.tariff_row .plan_matrix {
    font-size: calc(12px * 0.95);
}.tariff_row .access_plans {
    padding: 25px 20px;
}.tariff_row .basic_rates h4 {
    font-size: calc(22px * 0.95);
    margin-bottom: 15px;
}.tariff_row .tuition_table {
    font-size: 22px;
}}.study_process {
    overflow: visible;
    background: linear-gradient(150deg, rgb(232,222,240) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 170px 0;
    position: relative;
}.study_process::before {
    opacity: 0.15;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 15% 20%, rgb(194,172,211,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgb(157,131,183,0.5) 0%, transparent 40%);
    z-index: 1;
}.study_process .edu_values {
    max-width: 1200px;
    position: relative;
    align-items: center;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}.study_process .heading_frame {
    position: relative;
    flex-direction: column;
    display: flex;
    width: 80%;
    align-items: center;
}.study_process .heading_frame h2 {
    z-index: 4;
    padding: 0;
    margin-bottom: 100px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}.study_process .heading_frame p {
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    max-width: 80%;
    padding: 60px;
    position: relative;
    font-size: 13px;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
}.study_process .heading_frame::before {
    top: 50px;
    content: '';
    left: 5%;
    opacity: 0.05;
    width: 90%;
    z-index: 1;
    position: absolute;
    background: rgb(194,172,211,0.5);
    height: 100%;
    transform: skewY(-3deg);
}.study_process .heading_frame::after {
    transform: skewY(-6deg);
    opacity: 0.05;
    z-index: 0;
    content: '';
    background: rgb(157,131,183,0.5);
    width: 95%;
    left: 2.5%;
    top: 25px;
    height: 100%;
    position: absolute;
}.study_process .heading_frame h2::before {
    bottom: -30px;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(194,172,211,0.5) 20%, 
        rgb(194,172,211) 50%, 
        rgb(194,172,211,0.5) 80%, 
        transparent 100%
    );
    content: '';
    z-index: 5;
    position: absolute;
    left: -25%;
    opacity: 0.6;
    width: 150%;
}.study_process .heading_frame h2::after {
    left: 50%;
    z-index: 6;
    opacity: 0.7;
    position: absolute;
    transform: rotate(45deg);
    animation: pulse-rotate 8s infinite linear;
    margin-left: -15px;
    width: 30px;
    background: rgb(194,172,211);
    height: 30px;
    box-shadow: 0 0 20px rgb(194,172,211);
    content: '';
    bottom: -50px;
}.study_process .heading_frame p::before {
    width: 100%;
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
}.study_process .heading_frame p::after {
    z-index: 5;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(157,131,183,0.5) 20%, 
        rgb(157,131,183) 50%, 
        rgb(157,131,183,0.5) 80%, 
        transparent 100%
    );
    left: -10%;
    content: '';
    width: 120%;
    height: 1px;
    opacity: 0.4;
    bottom: -50px;
}.study_process::after {
    height: 200px;
    z-index: 0;
    content: '';
    width: 100%;
    position: absolute;
    top: -100px;
    background: linear-gradient(to bottom, rgb(232,222,240), transparent);
    left: 0;
}.study_process .edu_values::before {
    filter: blur(100px);
    z-index: 0;
    top: -175px;
    background: rgb(194,172,211);
    height: 350px;
    content: '';
    width: 350px;
    right: -175px;
    opacity: 0.03;
    position: absolute;
    border-radius: 50%;
}.study_process .edu_values::after {
    width: 300px;
    content: '';
    height: 300px;
    filter: blur(80px);
    opacity: 0.03;
    background: rgb(157,131,183);
    bottom: -150px;
    left: -150px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}

.study_process .heading_frame p {
    position: relative;
    overflow: hidden;
}.study_process .heading_frame p span {
    z-index: 2;
    position: relative;
}.study_process .heading_frame p::before {
    left: -50%;
    top: -50%;
    animation: rotate-slow 30s linear infinite;
    position: absolute;
    width: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.3;
    content: '';
    height: 200%;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.study_process .layer-element {
    position: absolute;
    border: 2px solid rgb(194,172,211,0.5);
    width: 150px;
    z-index: 1;
    animation: float-layer 15s infinite alternate;
    top: -30px;
    right: -30px;
    transform: rotate(15deg);
    opacity: 0.1;
    height: 150px;
}.study_process .layer-element::before {
    width: 50%;
    left: 25%;
    content: '';
    background: rgb(194,172,211);
    top: 25%;
    height: 50%;
    position: absolute;
    opacity: 0.2;
}

@keyframes float-layer {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(20deg) translateY(-20px);
    }
}

@media screen and (max-width: 1200px) {.study_process .heading_frame {
    width: 90%;
}.study_process .heading_frame p {
    padding: 50px;
    max-width: 90%;
}.study_process .layer-element {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.study_process {
    padding: 140px 0;
}.study_process .heading_frame {
    width: 100%;
}.study_process .heading_frame h2 {
    margin-bottom: 80px;
}.study_process .heading_frame p {
    max-width: 95%;
    padding: 40px;
}.study_process .layer-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.study_process {
    padding: 120px 0;
    overflow: hidden;
}.study_process .heading_frame h2 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}.study_process .heading_frame p {
    font-size: calc(13px * 0.95);
    max-width: 100%;
    padding: 30px;
}.study_process .heading_frame h2::after {
    bottom: -40px;
    margin-left: -12.5px;
    height: 25px;
    width: 25px;
}.study_process .layer-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_process {
    padding: 100px 0;
}.study_process .heading_frame h2 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.8);
    letter-spacing: 1px;
}.study_process .heading_frame p {
    font-size: calc(13px * 0.9);
    padding: 25px;
}.study_process .heading_frame h2::before {
    bottom: -20px;
}.study_process .heading_frame h2::after {
    margin-left: -10px;
    width: 20px;
    height: 20px;
    bottom: -35px;
}.study_process .heading_frame p::after {
    bottom: -30px;
}
}