* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.nav_pagewrap {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
}.wrapper-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.donate_books {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1269px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    background: rgb(202,176,217);
    color:  #ffffff;
}header .top_plank .elite_studypro div svg, header .top_plank .elite_studypro div svg path {
    fill: #ffffff;
}header .top_plank .elite_studypro div span {
    color: #ffffff;
}header .top_plank .elite_studypro {
    width: 100%;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    line-height: 21px;
    font-size: 12px;
}header .top_plank .elite_studypro div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}header .top_plank .elite_studypro div img, header .top_plank .elite_studypro div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}footer {
    perspective: 1000px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer::before {
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(202,176,217,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.85;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}footer::after {
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    top: 0;
    position: absolute;
    animation: scanline 10s linear infinite;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}.donate_books {
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}.donate_books::before {
    animation: glowPulse 3s ease-in-out infinite alternate;
    top: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(168,138,193) 50%, 
                transparent 100%);
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    width: 100%;
}.donate_books .container {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
}.donate_books .company_holder {
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 3px solid rgb(202,176,217);
    padding: 2rem;
    border-radius: 22px;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.donate_books .company_holder:hover {
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(202,176,217,0.5);
}.donate_books .company_holder h3 {
    font-weight: 700;
    margin-bottom: 1.75rem;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: calc(37px * 0.9);
    position: relative;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
}.donate_books .company_holder h3::after {
    width: 60px;
    content: "";
    left: 0;
    transition: width 0.4s ease-in-out;
    background: rgb(202,176,217);
    bottom: 0;
    position: absolute;
    height: 3px;
}.donate_books .company_holder:hover h3::after {
    width: 100%;
}.donate_books .cheat_sheet {
    max-width: 100%;
    padding-left: 1rem;
    position: relative;
    line-height: 1.7;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}.donate_books .cheat_sheet::before {
    background: linear-gradient(to bottom, 
                rgb(202,176,217) 0%, 
                transparent 100%);
    left: 0;
    width: 2px;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}.donate_books .footer_careers {
    position: relative;
}.donate_books .site_nav {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    height: 100%;
}.donate_books .top_sitewrap {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 22px;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
}.donate_books .top_sitewrap::before {
    content: "";
    height: 200%;
    z-index: -1;
    width: 200%;
    top: -50%;
    left: -50%;
    transition: all 0.6s ease;
    position: absolute;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    transform: rotate(45deg);
}.donate_books .top_sitewrap:hover::before {
    left: -100%;
    top: -100%;
}.donate_books .top_sitewrap::after {
    width: 0;
    border-width: 0 25px 25px 0;
    content: "";
    border-style: solid;
    transform: translateZ(5px);
    top: 0;
    height: 0;
    position: absolute;
    transition: all 0.4s ease;
    right: 0;
    transform-style: preserve-3d;
    border-color: transparent rgb(202,176,217) transparent transparent;
}.donate_books .top_sitewrap:hover::after {
    border-color: transparent rgb(168,138,193) transparent transparent;
    border-width: 0 35px 35px 0;
}.donate_books .top_sitewrap:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
}.donate_books .top_sitewrap h5 {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
}.donate_books .top_sitewrap h5::before {
    position: absolute;
    width: 100%;
    bottom: -8px;
    height: 1px;
    left: 0;
    content: "";
    background: rgb(168,138,193);
}.donate_books .top_sitewrap h5::after {
    background: rgb(202,176,217);
    height: 3px;
    width: 30%;
    left: 0;
    position: absolute;
    transition: width 0.4s ease-in-out;
    content: "";
    bottom: -8px;
}.donate_books .top_sitewrap:hover h5::after {
    width: 100%;
}.donate_books .top_sitewrap .site_nav {
    flex-direction: column;
    display: flex;
    gap: 0.875rem;
}.donate_books .top_sitewrap a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding: 0.5rem 0;
    transform-style: preserve-3d;
    position: relative;
}.donate_books .top_sitewrap a::before {
    transition: all 0.3s ease;
    position: absolute;
    left: -20px;
    content: "→";
    transform: translateZ(5px);
    opacity: 0;
}.donate_books .top_sitewrap a:hover {
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
}.donate_books .top_sitewrap a:hover::before {
    opacity: 1;
    left: 0;
}.project_ref {
    margin-top: 3rem;
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}.project_ref::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(202,176,217) 30%, 
                #ffffff 50%, 
                rgb(168,138,193) 70%, 
                transparent 100%);
    left: 0;
    height: 1px;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
}.project_ref .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.project_ref .linkedin_ref {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
}.project_ref .linkedin_ref:hover {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(202,176,217), 0.3);
    color: #ffffff;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(168,138,193,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(168,138,193);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.donate_books .company_holder::before,
.donate_books .top_sitewrap::before {
    width: 100px;
    height: 100px;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgb(202,176,217,0.5) 0%, transparent 70%);
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    filter: blur(30px);
}.donate_books .company_holder::before {
    bottom: -20px;
    right: -20px;
}.donate_books .top_sitewrap::before {
    left: -20px;
    top: -20px;
}.donate_books .company_holder:hover::before,
.donate_books .top_sitewrap:hover::before {
    opacity: 0.5;
}.donate_books .company_holder::after {
    right: 20px;
    position: absolute;
    height: 30px;
    top: 20px;
    border-right: 2px solid rgb(202,176,217);
    border-top: 2px solid rgb(202,176,217);
    width: 30px;
    transition: all 0.4s ease;
    content: "";
    opacity: 0.7;
}.donate_books .company_holder:hover::after {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.donate_books {
    padding: 4rem 0 2rem;
}.donate_books .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.donate_books .company_holder,
    .donate_books .footer_careers {
    width: 100%;
}.donate_books .site_nav {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.donate_books {
    padding: 3.5rem 0 1.5rem;
}.donate_books .site_nav {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.donate_books .company_holder,
    .donate_books .top_sitewrap {
    padding: 1.5rem;
}.donate_books .company_holder h3,
    .donate_books .top_sitewrap h5 {
    margin-bottom: 1.25rem;
}.project_ref {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.donate_books {
    padding: 3rem 0 1rem;
}.donate_books .company_holder {
    padding: 1.25rem;
}.donate_books .company_holder h3 {
    font-size: calc(37px * 0.8);
}.donate_books .top_sitewrap h5 {
    font-size: calc(18px * 0.9);
}.donate_books .top_sitewrap a,
    .donate_books .cheat_sheet {
    font-size: calc(13px * 0.9);
}.project_ref .linkedin_ref {
    font-size: calc(13px * 0.9);
    padding: 0.4rem 1rem;
}}

.donate_books .company_holder .cheat_sheet::after {
    content: "";
    left: 1rem;
    width: 70px;
    transition: width 0.4s ease;
    bottom: -10px;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(202,176,217), transparent);
}.donate_books .company_holder:hover .cheat_sheet::after {
    width: calc(100% - 1rem);
}.donate_books::after {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -2;
    content: "";
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    background-size: 40px 40px;
    height: 100%;
    left: 0;
    opacity: 0.3;
}.donate_books .top_sitewrap:nth-child(1)::before {
    background: radial-gradient(circle, rgb(202,176,217,0.5) 0%, transparent 70%);
}.donate_books .top_sitewrap:nth-child(2)::before {
    background: radial-gradient(circle, rgb(168,138,193,0.5) 0%, transparent 70%);
}.donate_books .site_nav a::after {
    height: 1px;
    background: linear-gradient(to right, rgb(202,176,217), rgb(168,138,193));
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 0;
    transition: width 0.3s ease;
}.donate_books .site_nav a:hover::after {
    width: 100%;
}header .main_train {
    align-items: center;
    background: linear-gradient(120deg, rgb(202,176,217) 0%, rgb(168,138,193,0.5) 100%);
    box-sizing: border-box;
    padding: 1.5rem 0;
    z-index: 99;
    justify-content: space-between;
    width: 100%;
    display: flex;
    overflow: visible;
    position: relative;
}header .main_train::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(168,138,193,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}header .main_train .top_class {
    transform: translateY(-5px);
    transition: all 0.4s ease;
    margin-left: calc((100vw - 100%) / 2);
    z-index: 2;
    position: relative;
}header .main_train .top_class:hover {
    transform: translateY(0) scale(1.05);
}header .main_train .top_class .main_skill {
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
}header .main_train .top_class .main_skill::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: rgba(0, 0, 0, 0.5);
    top: -10px;
    left: -20px;
    position: absolute;
    z-index: -1;
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    content: "";
}header .main_train .top_class .main_skill svg {
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
    height: 2.8rem;
}header .main_train .top_sitewrap {
    background: linear-gradient(90deg, transparent, rgb(202,176,217,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
    justify-content: flex-end;
    list-style: none;
    width: 80vw;
    display: flex;
    padding: 0;
    margin: 0;
}header .main_train .top_sitewrap::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    z-index: -1;
    height: 100%;
}header .main_train .top_sitewrap .nav_header {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
    perspective: 1000px;
}header .main_train .top_sitewrap .nav_header a {
    transition: all 0.3s ease;
    display: block;
    font-size: 19px;
    transform-origin: center;
    font-weight: 600;
    position: relative;
    padding: 1.2rem 1.5rem;
    color: #ffffff;
    text-decoration: none;
}header .main_train .top_sitewrap .nav_header a::after {
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0.8rem;
    transition: width 0.3s ease;
    left: 1.5rem;
    content: "";
    background: rgb(168,138,193);
}header .main_train .top_sitewrap .nav_header a:hover {
    transform: translateZ(10px);
    color: rgb(168,138,193);
}header .main_train .top_sitewrap .nav_header a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .main_train {
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
}header .main_train .top_class {
    margin-bottom: 1rem;
    margin-left: 0;
}header .main_train .top_sitewrap {
    padding-right: 0;
    flex-wrap: wrap;
    background: rgb(202,176,217,0.5);
    width: 100%;
    clip-path: none;
    justify-content: center;
}header .main_train .top_sitewrap .nav_header a {
    padding: 0.8rem 1rem;
}header .main_train .top_sitewrap .nav_header a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .main_train .top_sitewrap .nav_header a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .main_train .top_sitewrap {
    padding: 0.5rem 0;
}header .main_train .top_sitewrap .nav_header {
    width: 50%;
}header .main_train .top_sitewrap .nav_header a {
    padding: 0.6rem 0.8rem;
    font-size: calc(19px - 2px);
    text-align: center;
}header .main_train .top_sitewrap .nav_header a::after {
    display: none;
}}.who_we_are {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.who_we_are::before {
    z-index: 1;
    position: absolute;
    top: 0;
    background-color: rgba(21, 25, 40, 0.85);
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}.who_we_are::after {
    content: "";
    transform: rotate(15deg);
    background: linear-gradient(135deg, rgb(202,176,217,0.5) 0%, transparent 65%);
    position: absolute;
    height: 200%;
    width: 70%;
    right: -25%;
    z-index: 2;
    top: -50%;
}.who_we_are .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.who_we_are .text_header {
    position: relative;
    padding: 3rem;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
}.who_we_are .text_header:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are h1 {
    letter-spacing: 0.05em;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    transform: translateX(-5px);
    transition: transform 0.5s ease;
    margin-bottom: 2rem;
    font-size: 39px;
    font-family: Arial, sans-serif;
}.who_we_are h1::after {
    width: 80px;
    left: 0;
    transform: scaleX(0.8);
    content: "";
    bottom: -15px;
    height: 3px;
    background: linear-gradient(to right, rgb(202,176,217), rgb(168,138,193));
    position: absolute;
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.who_we_are .text_header:hover h1 {
    transform: translateX(0);
}.who_we_are .text_header:hover h1::after {
    transform: scaleX(1);
}.who_we_are ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.who_we_are li {
    margin-bottom: 1.5rem;
}.who_we_are h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    color: rgb(168,138,193);
    padding-left: 2rem;
    font-size: calc(18px * 1.1);
    display: inline-block;
}.who_we_are h4::before {
    transform: translateY(-50%) rotate(45deg);
    content: "";
    top: 50%;
    background: rgb(202,176,217);
    left: 0;
    width: 12px;
    transition: transform 0.3s ease;
    height: 12px;
    position: absolute;
}.who_we_are li:hover h4::before {
    transform: translateY(-50%) rotate(225deg);
}.who_we_are span {
    color: #ffffff;
    opacity: 0.9;
    padding-left: 2rem;
    display: block;
    line-height: 1.8;
    font-size: 13px;
    position: relative;
    max-width: 90%;
    text-align: justify;
    font-family: Arial, sans-serif;
    hyphens: auto;
    transition: opacity 0.3s ease;
}.who_we_are span::first-letter {
    color: rgb(202,176,217);
    margin-right: 2px;
    font-weight: 700;
    font-size: 200%;
}.who_we_are li:hover span {
    opacity: 1;
}.who_we_are span::before {
    content: "";
    top: 0.7em;
    height: calc(100% - 1.4em);
    left: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, rgb(202,176,217,0.5), transparent);
}

@media (min-width: 992px) {.who_we_are {
    padding: 8rem 0;
}.who_we_are .text_header {
    width: 90%;
    margin-left: 5%;
    padding: 4rem;
}.who_we_are h1 {
    margin-bottom: 3rem;
    font-size: calc(39px * 1.2);
}.who_we_are h1::after {
    height: 4px;
    width: 120px;
}.who_we_are span {
    font-size: calc(13px * 1.05);
    padding-left: 3rem;
    line-height: 1.9;
    max-width: 85%;
}.who_we_are h4 {
    font-size: calc(18px * 1.2);
    padding-left: 3rem;
}.who_we_are h4::before {
    width: 15px;
    height: 15px;
}
}

@media (max-width: 991px) {.who_we_are::after {
    right: -50%;
    width: 100%;
}.who_we_are .text_header {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 4rem 0;
}.who_we_are .text_header {
    padding: 2rem;
    transform: none;
}.who_we_are h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2rem;
}.who_we_are span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
    max-width: 100%;
    padding-left: 1.5rem;
}.who_we_are h4 {
    padding-left: 1.5rem;
}.who_we_are h1::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 3rem 0;
}.who_we_are .container {
    padding: 0 1rem;
}.who_we_are .text_header {
    padding: 1.5rem;
}.who_we_are h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.8);
}.who_we_are span {
    padding-left: 1rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.who_we_are h4 {
    font-size: calc(18px * 0.9);
    padding-left: 1rem;
}.who_we_are h4::before {
    height: 8px;
    width: 8px;
}.who_we_are h1::after {
    width: 50px;
    height: 2px;
}
}

@media (hover: none) {.who_we_are .text_header {
    transform: none !important;
}.who_we_are h1 {
    transform: none;
}.who_we_are h1::after {
    transform: scaleX(1);
}}.confidential_cordon {
    background-color: rgb(228,215,237);
    padding: 40px;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}.confidential_cordon h1 {
    padding-bottom: 10px;
    color: rgb(202,176,217);
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(202,176,217,0.5);
    font-size: 42px;
}.confidential_cordon h2 {
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
    color: rgb(168,138,193);
}.confidential_cordon h3,
.confidential_cordon h4,
.confidential_cordon h5,
.confidential_cordon h6 {
    color: rgb(168,138,193,0.5);
    font-weight: 400;
    margin-top: 20px;
}.confidential_cordon ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}.confidential_cordon ul li {
    margin-bottom: 10px;
    border-left: 4px solid rgb(202,176,217);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
}.confidential_cordon ol {
    margin: 20px 0;
    padding: 0;
    counter-reset: li;
    list-style: none;
}.confidential_cordon ol li {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #ffffff;
    padding: 10px 15px 10px 40px;
    border-radius: 10px;
    margin-bottom: 10px;
}.confidential_cordon ol li:before {
    counter-increment: li;
    position: absolute;
    border-radius: 50%;
    content: counter(li);
    width: 25px;
    top: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 25px;
    left: 10px;
    transform: translateY(-50%);
    background-color: rgb(202,176,217);
    color: #ffffff;
}.confidential_cordon p {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 15px;
}.confidential_cordon span {
    color: rgb(202,176,217);
    font-weight: 600;
}.confidential_cordon div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.confidential_cordon {
    padding: 20px;
}.confidential_cordon h1 {
    font-size: calc(24px * 0.8);
}.confidential_cordon h2 {
    font-size: calc(24px * 0.8);
}.confidential_cordon ul li,
    .confidential_cordon ol li {
    padding: 10px;
}.confidential_cordon ol li:before {
    height: 20px;
    width: 20px;
    font-size: 0.8em;
}.confidential_cordon p {
    font-size: calc(15px * 0.9);
}}.tySpace {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(168,138,193,0.5), rgb(202,176,217,0.5));
    z-index: 1;
}.tySpace::before {
    right: -10%;
    opacity: 0.07;
    top: -10%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    height: 70%;
    animation: float 20s infinite alternate ease-in-out;
    z-index: -1;
    width: 70%;
    content: "";
    transform: rotate(25deg);
    position: absolute;
}.tySpace::after {
    left: -5%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    bottom: -5%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    z-index: -1;
    width: 50%;
    position: absolute;
    transform: rotate(-15deg);
    height: 50%;
    content: "";
    opacity: 0.05;
}.tySpace .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
}.tySpace .learn_spot {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.tySpace .learn_spot:hover {
    transform: perspective(1000px) rotateX(0deg);
}.tySpace .learn_spot > div:first-child {
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.tySpace .learn_spot > div:first-child::before {
    background: linear-gradient(90deg, rgb(202,176,217), rgb(168,138,193));
    position: absolute;
    left: 0;
    transform: scaleX(0);
    right: 0;
    height: 5px;
    top: 0;
    content: "";
    z-index: 3;
    transform-origin: left;
    transition: transform 0.7s ease;
}.tySpace .learn_spot:hover > div:first-child::before {
    transform: scaleX(1);
}.tySpace .learn_spot > div:last-child {
    position: relative;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
}.tySpace .learn_spot:hover > div:last-child {
    transform: translateY(0);
}.tySpace h5 {
    color: rgb(202,176,217);
    margin: 0;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    display: inline-block;
    line-height: 1.4;
}.tySpace h5::after {
    bottom: -10px;
    background: rgb(168,138,193);
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    width: 60px;
    transition: width 0.4s ease;
}.tySpace .learn_spot:hover h5::after {
    width: 100%;
}.tySpace a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}.tySpace a:hover {
    transform: translateX(5px);
}.tySpace p {
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    position: relative;
    margin: 0;
}.tySpace a::before {
    opacity: 0;
    height: 0.5rem;
    width: 0.5rem;
    transition: all 0.3s ease;
    content: "";
    background: rgb(168,138,193);
    left: -1.5rem;
    position: absolute;
    top: 0.5rem;
}.tySpace a:hover::before {
    opacity: 1;
}

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

@media (min-width: 768px) {.tySpace {
    padding: 8rem 0;
}.tySpace .learn_spot {
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
}.tySpace .learn_spot > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateX(5%);
    z-index: 2;
}.tySpace .learn_spot > div:last-child {
    padding-left: 10%;
    z-index: 1;
    margin-left: -5%;
    transform: translateY(25px);
}.tySpace .learn_spot:hover > div:last-child {
    transform: translateY(15px);
}.tySpace h5 {
    font-size: calc(22px * 1.1);
}.tySpace p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.tySpace {
    padding: 10rem 0;
}.tySpace .learn_spot {
    grid-template-columns: 0.9fr 1.3fr;
}.tySpace .learn_spot > div:first-child {
    transform: translateX(10%);
    padding: 3rem;
}.tySpace .learn_spot > div:last-child {
    margin-left: -10%;
    transform: translateY(35px);
    padding-left: 15%;
}.tySpace .learn_spot:hover > div:last-child {
    transform: translateY(25px);
}.tySpace h5 {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 767px) {.tySpace {
    padding: 4rem 0;
}.tySpace .learn_spot > div:first-child,
    .tySpace .learn_spot > div:last-child {
    padding: 2rem;
}.tySpace h5 {
    font-size: calc(22px * 0.9);
}.tySpace p {
    font-size: calc(13px * 0.95);
}}.course_program_description {
    min-height: 100vh;
    background-color: rgb(228,215,237);
    flex-direction: column;
    position: relative;
    display: flex;
    overflow: hidden;
}.course_program_description .education_plan {
    overflow: hidden;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}.course_program_description .career_classes {
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
}.course_program_description .education_plan:hover .career_classes {
    animation-play-state: paused;
}.course_program_description .program_route {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
}.course_program_description .program_route::before {
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgb(202,176,217,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(168,138,193,0.5) 100%
    );
    top: 0;
    z-index: 1;
    opacity: 0.8;
}.course_program_description .program_route:hover::before {
    opacity: 0.4;
}.course_program_description .program_route img {
    transition: transform 0.7s ease-out;
    transform: scale(1.05);
    height: 100%;
    filter: brightness(0.85) contrast(1.1);
    object-fit: cover;
    width: 100%;
}.course_program_description .program_route:hover img {
    filter: brightness(0.95) contrast(1.05);
    transform: scale(1);
}.course_program_description .container {
    display: flex;
    justify-content: flex-end;
    padding: 4rem 2rem;
    height: 100%;
    z-index: 2;
    margin: auto;
    position: relative;
    align-items: center;
}.course_program_description .learn_spot {
    position: relative;
    margin-right: 5%;
    max-width: 600px;
    width: 100%;
}.course_program_description .learn_skills {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    border-radius: 26px;
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(8px);
    overflow: hidden;
}.course_program_description .learn_skills::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(202,176,217) 0%,
        rgb(168,138,193) 100%
    );
}.course_program_description .learn_skills::after {
    position: absolute;
    height: 1px;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(202,176,217,0.5) 100%
    );
    right: 0;
    width: 50%;
    content: "";
}.course_program_description .learn_skills:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}.course_program_description .learn_skills h3 {
    display: inline-block;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
}.course_program_description .learn_skills h3::after {
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: -8px;
    content: "";
    background-color: rgb(202,176,217);
    transition: width 0.3s ease;
    left: 0;
}.course_program_description .learn_skills:hover h3::after {
    width: 60%;
}.course_program_description .learn_skills p {
    margin-bottom: 2rem;
    opacity: 0.8;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 300;
}.course_program_description .learn_skills .support_query {
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(
        45deg,
        rgb(202,176,217) 0%,
        rgb(168,138,193) 100%
    );
    padding: 0.85rem 2rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 4px 15px rgb(202,176,217,0.5);
    font-size: 20px;
    z-index: 1;
    border-radius: 10px;
}.course_program_description .learn_skills .support_query::before {
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(168,138,193) 0%,
        rgb(202,176,217) 100%
    );
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.course_program_description .learn_skills .support_query:hover {
    box-shadow: 0 8px 20px rgb(202,176,217,0.5);
    transform: translateY(-2px);
}.course_program_description .learn_skills .support_query:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.course_program_description::before {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    left: 0;
}

@media (max-width: 992px) {.course_program_description .container {
    justify-content: center;
    padding: 3rem 1.5rem;
}.course_program_description .learn_spot {
    margin-right: 0;
    max-width: 540px;
}.course_program_description .learn_skills {
    padding: 2.5rem;
}.course_program_description .learn_skills h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.course_program_description .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}.course_program_description .learn_skills {
    padding: 2rem;
}.course_program_description .learn_skills h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.2rem;
}.course_program_description .learn_skills p {
    margin-bottom: 1.5rem;
}.course_program_description .learn_skills .support_query {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.course_program_description .career_classes {
    animation-duration: 20s;
}.course_program_description .container {
    padding: 3rem 1rem;
}.course_program_description .learn_skills {
    padding: 1.5rem;
}.course_program_description .learn_skills h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.7);
}.course_program_description .learn_skills p {
    margin-bottom: 1.25rem;
    font-size: calc(13px * 0.9);
}.course_program_description .learn_skills .support_query {
    padding: 0.65rem 1.5rem;
    font-size: calc(20px * 0.9);
}}

.course_program_description .career_classes::before {
    width: 1px;
    content: "";
    height: 1px;
    animation: set-slide-count 0.1s forwards;
    position: fixed;
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.course_program_description .program_route:nth-child(1) {
    --slide-color: rgb(202,176,217);
}.course_program_description .program_route:nth-child(2) {
    --slide-color: rgb(168,138,193);
}.course_program_description .program_route:nth-child(3) {
    --slide-color: rgb(202,176,217);
}.course_program_description .program_route:nth-child(4) {
    --slide-color: rgb(168,138,193);
}.course_program_description .program_route:nth-child(5) {
    --slide-color: rgb(202,176,217);
}.course_program_description .program_route::after {
    content: "";
    width: 100%;
    mix-blend-mode: soft-light;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(202,176,217)) 150%
    );
    opacity: 0.3;
    left: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    top: 0;
}.course_program_description .program_route:hover::after {
    opacity: 0.5;
}.title_greeting {
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    padding: 2rem;
    justify-content: center;
    position: relative;
    z-index: 1;
    display: flex;
}.title_greeting::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgb(202,176,217,0.5), rgba(0, 0, 0, 0.75));
    content: "";
    top: 0;
    left: 0;
    animation: gradientShift 15s ease-in-out infinite alternate;
    width: 100%;
}.title_greeting::after {
    will-change: transform;
    z-index: -1;
    position: absolute;
    animation: patternMove 60s linear infinite;
    top: 0;
    left: 0;
    opacity: 0.15;
    transform: translateZ(0);
    content: "";
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgb(202,176,217,0.5) 0,
    transparent 2px,
    transparent 10px
  );
}.title_greeting > div {
    display: flex;
    position: relative;
    max-width: 1200px;
    transform: translateY(1.5rem);
    animation: fadeInUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    opacity: 0;
    width: 100%;
    flex-direction: column;
    gap: 3rem;
}.title_greeting > div > div:first-child {
    position: relative;
    padding-left: 2rem;
}.title_greeting > div > div:first-child::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(202,176,217), rgb(168,138,193));
    left: 0;
    width: 6px;
    top: 0.5rem;
    animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform: scaleY(0);
    height: calc(100% - 1rem);
    content: "";
    transform-origin: top;
}.title_greeting .title_style_header {
    color: #ffffff;
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateX(-1rem);
    position: relative;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 44px);
}.title_greeting .edu_page {
    transform: translateY(2rem);
    border-radius: 3px;
    overflow: hidden;
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.17, 0.67, 0.25, 1) forwards 0.9s;
    z-index: 1;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}.title_greeting .edu_page::before {
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgb(168,138,193,0.5), transparent 60%);
    animation: pulseGlow 10s ease-in-out infinite alternate;
    position: absolute;
    z-index: -1;
    opacity: 0.08;
    top: -50%;
    content: "";
}.title_greeting .learning_space {
    position: relative;
    margin-bottom: 1.8rem;
}.title_greeting .learning_space::after {
    bottom: -0.9rem;
    position: absolute;
    left: 0;
    transform-origin: left;
    background: linear-gradient(to right, rgb(168,138,193), transparent);
    width: 60%;
    animation: lineGrow 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.4s;
    transform: scaleX(0);
    content: "";
    height: 2px;
}.title_greeting .learning_space h3 {
    font-weight: 600;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    color: #ffffff;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
    transform: translateY(1rem);
}.title_greeting span p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.3s;
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.25rem);
    opacity: 0;
    transform: translateY(1rem);
}

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

@keyframes slideTitle {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

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

@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.05;
    transform: scale(1);
  }
}

@media (max-width: 992px) {.title_greeting {
    padding: 3rem 1.5rem;
}.title_greeting > div {
    gap: 2rem;
}.title_greeting .edu_page {
    padding: 2rem;
}
}

@media (max-width: 768px) {.title_greeting {
    padding: 2rem 1rem;
    min-height: 90vh;
}.title_greeting > div {
    gap: 1.5rem;
}.title_greeting > div > div:first-child {
    padding-left: 1.5rem;
}.title_greeting > div > div:first-child::before {
    width: 4px;
}.title_greeting .edu_page {
    padding: 1.8rem;
}.title_greeting .learning_space::after {
    width: 50%;
}
}

@media (max-width: 480px) {.title_greeting {
    min-height: 85vh;
    padding: 1.5rem 0.875rem;
}.title_greeting > div {
    gap: 1.25rem;
}.title_greeting > div > div:first-child {
    padding-left: 1rem;
}.title_greeting > div > div:first-child::before {
    width: 3px;
}.title_greeting .edu_page {
    padding: 1.5rem;
}.title_greeting .learning_space {
    margin-bottom: 1.5rem;
}.title_greeting .learning_space::after {
    bottom: -0.75rem;
}}.course_beneficiaries {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding: 90px 0;
}.course_beneficiaries::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.03;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(202,176,217,0.5) 0,
        rgb(202,176,217,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.course_beneficiaries .learn_spot {
    text-align: center;
    max-width: 1100px;
    z-index: 10;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.course_beneficiaries h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 37px;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
}.course_beneficiaries h3::before,
.course_beneficiaries h3::after {
    height: 15px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 15px;
    background-color: rgb(202,176,217,0.5);
    top: 50%;
    content: '';
}.course_beneficiaries h3::before {
    left: 0;
}.course_beneficiaries h3::after {
    right: 0;
}.course_beneficiaries ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 25px;
}.course_beneficiaries ul li {
    position: relative;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    background-color: #ffffff;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    gap: 20px;
    padding: 35px 25px;
    z-index: 1;
    min-width: 280px;
    transition: all 0.4s ease;
    width: calc(33.333% - 17px);
    display: flex;
}.course_beneficiaries ul li::before {
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
    position: absolute;
    border-radius: 21px;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(228,215,237) 100%);
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
}.course_beneficiaries ul li:hover {
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}.course_beneficiaries ul li:hover::before {
    opacity: 1;
}.course_beneficiaries ul li svg {
    transition: all 0.4s ease;
    width: 45px;
    height: 45px;
    position: relative;
    flex-shrink: 0;
}.course_beneficiaries ul li:hover svg {
    transform: scale(1.1);
}.course_beneficiaries ul li svg path {
    fill: rgb(202,176,217);
    transition: fill 0.4s ease;
}.course_beneficiaries ul li:hover svg path {
    fill: rgb(168,138,193);
}.course_beneficiaries ul li::after {
    content: '';
    opacity: 0.5;
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 10px;
    background-color: rgb(202,176,217,0.5);
    transition: all 0.4s ease;
    width: 10px;
    border-radius: 50%;
}.course_beneficiaries ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(168,138,193,0.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_beneficiaries ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.course_beneficiaries ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_beneficiaries ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course_beneficiaries ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course_beneficiaries ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course_beneficiaries ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course_beneficiaries ul li:nth-child(6) {
    animation-delay: 0.6s;
}.course_beneficiaries ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(202,176,217,0.5), 0.1);
}.course_beneficiaries ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(168,138,193,0.5), 0.1);
}

@media (max-width: 992px) {.course_beneficiaries {
    padding: 70px 0;
}.course_beneficiaries h3 {
    margin-bottom: 40px;
}.course_beneficiaries ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.course_beneficiaries ul {
    gap: 20px;
}.course_beneficiaries ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.course_beneficiaries {
    padding: 50px 0;
}.course_beneficiaries h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.85);
    padding: 0 20px;
}.course_beneficiaries h3::before,
    .course_beneficiaries h3::after {
    height: 10px;
    width: 10px;
}.course_beneficiaries ul li {
    padding: 20px 15px;
    gap: 15px;
}.course_beneficiaries ul li svg {
    height: 35px;
    width: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.course_beneficiaries ul li {
    animation: none;
    opacity: 1;
}.course_beneficiaries ul li:hover {
    transform: none;
}.course_beneficiaries ul li:hover svg {
    transform: none;
}}.service_info {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: rgb(228,215,237);
}.service_info::before {
    content: "";
    background: linear-gradient(135deg, rgb(202,176,217,0.5) 0%, transparent 50%, rgb(168,138,193,0.5) 100%);
    z-index: 1;
    opacity: 0.1;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.service_info::after {
    width: 100%;
    animation: pulseBackground 15s infinite alternate ease-in-out;
    z-index: 2;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(202,176,217,0.5) 0%, transparent 8%),
    radial-gradient(circle at 90% 80%, rgb(168,138,193,0.5) 0%, transparent 8%),
    radial-gradient(circle at 50% 50%, rgb(202,176,217,0.5) 0%, transparent 10%);
    opacity: 0.15;
    position: absolute;
}@keyframes pulseBackground {
  0% {
    opacity: 0.05;
    background-position: 0% 0%, 100% 100%, 50% 50%;
    background-size: 350px 350px, 400px 400px, 300px 300px;
  }
  50% {
    opacity: 0.15;
    background-position: 2% 3%, 98% 98%, 51% 52%;
    background-size: 380px 380px, 420px 420px, 320px 320px;
  }
  100% {
    opacity: 0.1;
    background-position: 3% 5%, 96% 96%, 52% 53%;
    background-size: 400px 400px, 450px 450px, 350px 350px;
  }
}

.service_info .container {
    z-index: 10;
    position: relative;
}.service_info .get_contactwidget {
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.service_info .get_contactwidget::before {
    z-index: -1;
    width: 200%;
    transform: rotate(25deg);
    background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
    animation: shimmer 8s infinite linear;
    top: -50%;
    height: 200%;
    left: -50%;
    content: "";
    position: absolute;
}@keyframes shimmer {
  0% {
    transform: rotate(25deg) translateX(-30%);
  }
  100% {
    transform: rotate(25deg) translateX(30%);
  }
}

.service_info .get_contactwidget:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.service_info .get_contactwidget h2 {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    color: rgb(202,176,217);
}.service_info .get_contactwidget h2::after {
    height: 3px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(202,176,217), rgb(168,138,193));
    width: 60px;
    content: "";
    bottom: -10px;
    left: 0;
    transition: width 0.3s ease;
}.service_info .get_contactwidget:hover h2::after {
    width: 100%;
}.service_info .get_contactwidget p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 2rem;
    color: #000000;
}.service_info .get_contactwidget p:last-of-type {
    position: relative;
    color: rgb(202,176,217);
    align-items: center;
    font-weight: 600;
    padding-left: 30px;
    display: flex;
}.service_info .get_contactwidget p:last-of-type svg {
    left: 0;
    fill: rgb(202,176,217);
    margin-right: 10px;
    height: 20px;
    width: 20px;
    position: absolute;
}.service_info .get_contactwidget p:last-of-type svg path {
    fill: rgb(202,176,217);
}.service_info .contact_support {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}.service_info .message_section {
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem 2rem;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    color: rgb(202,176,217);
    justify-content: center;
    transition: all 0.3s ease;
    min-width: 200px;
    position: relative;
    border-radius: 22px;
    font-size: calc(18px * 1.1);
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 600;
}.service_info .message_section::before {
    content: "";
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
}.service_info .message_section:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-3px);
    background: rgb(202,176,217,0.5);
}.service_info .message_section:hover::before {
    left: 100%;
}.service_info .message_section svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    margin-right: 10px;
}.service_info .message_section svg {
    fill: rgb(202,176,217);
}.service_info .message_section:hover svg {
    transform: scale(1.1);
    fill: #ffffff;
}.service_info .message_section svg path {
    fill: rgb(202,176,217);
    transition: fill 0.3s ease;
}.service_info .message_section:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.service_info {
    padding: 4rem 0;
}.service_info .get_contactwidget {
    padding: 2.5rem;
}.service_info .get_contactwidget h2 {
    font-size: calc(36px * 0.9);
}.service_info .get_contactwidget p {
    max-width: 100%;
}.service_info .contact_support {
    gap: 1rem;
}
}

@media (max-width: 767px) {.service_info {
    padding: 3rem 0;
}.service_info .get_contactwidget {
    padding: 2rem 1.5rem;
}.service_info .get_contactwidget h2 {
    font-size: calc(36px * 0.8);
}.service_info .contact_support {
    flex-direction: column;
    gap: 1rem;
}.service_info .message_section {
    width: 100%;
}.service_info::after {
    background-size: 250px 250px, 300px 300px, 200px 200px;
}@keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }
}.enroll_instantly {
    background: linear-gradient(110deg, rgb(202,176,217) 0%, rgb(168,138,193) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 140px 0;
}.enroll_instantly::before {
    animation: patternMove 15s linear infinite;
    top: 0;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    z-index: -1;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    background-size: 30px 30px;
    opacity: 0.5;
    left: 0;
}.enroll_instantly::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: -50%;
    animation: rotateConic 30s linear infinite;
    left: -50%;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    width: 200%;
}.enroll_instantly .learn_spot {
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 900px;
    flex-direction: column;
}.enroll_instantly .learn_spot::before {
    background: rgba(255, 255, 255, 0.05);
    content: '';
    transform: skewX(-15deg);
    position: absolute;
    width: 140%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(10px);
    left: -20%;
    top: 0;
}.enroll_instantly .learn_spot::after {
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    width: 100px;
    filter: blur(20px);
    animation: floatBubble 10s ease-in-out infinite alternate;
    right: -30px;
    position: absolute;
    border-radius: 50%;
    content: '';
    top: -30px;
    z-index: -1;
    height: 100px;
}.enroll_instantly h3 {
    color: #ffffff;
    position: relative;
    transition: all 0.5s ease;
    transform: rotateX(5deg);
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    perspective: 1000px;
    text-align: center;
    font-size: 29px;
    margin: 60px 0;
    transform-style: preserve-3d;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 700;
}.enroll_instantly h3::before {
    width: 80%;
    left: 10%;
    height: 1px;
    top: -30px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    content: '';
}.enroll_instantly h3::after {
    left: 20%;
    content: '';
    bottom: -30px;
    width: 60%;
    height: 1px;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}.enroll_instantly h3:hover {
    transform: rotateX(0deg);
}.enroll_instantly .message_section {
    border-radius: 10px;
    transform-origin: bottom center;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    padding: 20px 50px;
    margin-bottom: 60px;
    font-weight: 600;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    font-size: 16px;
    display: inline-block;
    transform: perspective(1000px) rotateX(10deg);
    overflow: hidden;
    z-index: 1;
    color: rgb(202,176,217);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}.enroll_instantly .message_section::before {
    width: 100%;
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    left: 0;
    opacity: 0;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(
        145deg,
        rgb(202,176,217) 0%,
        rgb(168,138,193) 100%
    );
}.enroll_instantly .message_section::after {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 20px;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    content: '';
}.enroll_instantly .message_section:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.enroll_instantly .message_section:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.enroll_instantly {
    padding: 120px 0;
}.enroll_instantly .learn_spot::before {
    left: -15%;
    width: 130%;
}.enroll_instantly h3 {
    margin: 50px 0;
    font-size: calc(29px * 0.9);
}.enroll_instantly .message_section {
    font-size: calc(16px * 0.95);
    padding: 18px 45px;
    margin-bottom: 50px;
}
}

@media screen and (max-width: 768px) {.enroll_instantly {
    padding: 100px 0;
}.enroll_instantly .learn_spot::before {
    width: 120%;
    transform: skewX(-10deg);
    left: -10%;
}.enroll_instantly h3 {
    transform: none;
    font-size: calc(29px * 0.8);
    margin: 40px 0;
}.enroll_instantly h3::before {
    top: -25px;
}.enroll_instantly h3::after {
    bottom: -25px;
}.enroll_instantly .message_section {
    font-size: calc(16px * 0.9);
    padding: 15px 40px;
    margin-bottom: 40px;
    transform: none;
}.enroll_instantly .message_section:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.enroll_instantly {
    padding: 80px 0;
}.enroll_instantly .learn_spot::before {
    left: -5%;
    transform: skewX(-5deg);
    width: 110%;
}.enroll_instantly h3 {
    margin: 35px 0;
    font-size: calc(29px * 0.7);
    letter-spacing: 1px;
}.enroll_instantly h3::before {
    top: -20px;
}.enroll_instantly h3::after {
    bottom: -20px;
}.enroll_instantly .message_section {
    margin-bottom: 35px;
    font-size: calc(16px * 0.85);
    letter-spacing: 1px;
    padding: 12px 35px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.contact_section {
    background: linear-gradient(145deg, rgb(228,215,237) 0%, rgba(9, 19, 32, 0.9) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.contact_section::before {
    position: absolute;
    opacity: 0.05;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(202,176,217,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(202,176,217,0.5) 11px
    );
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    animation: gridMove 20s linear infinite;
}.contact_section::after {
    left: -50%;
    content: "";
    pointer-events: none;
    opacity: 0.1;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(202,176,217,0.5) 0%, transparent 60%);
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
}.contact_section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.contact_section h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}.contact_section h2::after {
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    background: linear-gradient(to right, transparent, rgb(202,176,217), transparent);
    height: 3px;
    content: "";
    left: 50%;
}.contact_section .reach_box {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}.contact_section .reach_box::before {
    pointer-events: none;
    background: linear-gradient(to bottom right, rgb(202,176,217,0.5), transparent);
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.03;
    left: 0;
    top: 0;
}.contact_section .image_frame {
    flex: 1;
    transition: transform 0.6s ease;
    position: relative;
    transform: scale(1.01);
    min-height: 500px;
}.contact_section .image_frame::after {
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    width: 100%;
}.contact_section .request_block {
    position: relative;
    flex: 1;
    padding: 50px;
}.contact_section .request_block::before {
    position: absolute;
    border-right: 2px solid rgb(202,176,217,0.5);
    height: 50px;
    border-top: 2px solid rgb(202,176,217,0.5);
    top: 20px;
    width: 50px;
    opacity: 0.7;
    right: 20px;
    content: "";
}.contact_section .request_block::after {
    border-bottom: 2px solid rgb(202,176,217,0.5);
    position: absolute;
    height: 50px;
    bottom: 20px;
    width: 50px;
    opacity: 0.7;
    border-left: 2px solid rgb(202,176,217,0.5);
    left: 20px;
    content: "";
}.contact_section form {
    width: 100%;
}.contact_section form h3 {
    padding-left: 15px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 19px;
    position: relative;
    margin-bottom: 30px;
}.contact_section form h3::before {
    left: 0;
    top: 50%;
    height: 25px;
    position: absolute;
    border-radius: 10px;
    width: 5px;
    content: "";
    transform: translateY(-50%);
    background: rgb(202,176,217);
}.contact_section form input[type="text"] {
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.contact_section form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(202,176,217), 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(202,176,217);
}.contact_section form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_section .support_feedback {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    position: relative;
}.contact_section .support_feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_section .support_feedback label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}.contact_section .support_feedback label::before {
    left: 0;
    border-radius: 10px;
    height: 22px;
    position: absolute;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    width: 22px;
    content: "";
}.contact_section .support_feedback input[type="checkbox"]:checked + label::before {
    background: rgb(202,176,217);
    border-color: rgb(202,176,217);
}.contact_section .support_feedback input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    width: 8px;
    height: 4px;
    content: "";
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    top: 11px;
    left: 7px;
    position: absolute;
}.contact_section .support_feedback label a {
    transition: all 0.3s ease;
    color: rgb(202,176,217);
    text-decoration: none;
}.contact_section .support_feedback label a:hover {
    text-decoration: underline;
}.contact_section form .support_query {
    overflow: hidden;
    border: none;
    background: linear-gradient(45deg, rgb(202,176,217), rgb(168,138,193));
    color: #ffffff;
    z-index: 1;
    padding: 15px 35px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.4s ease;
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-size: 20px;
}.contact_section form .support_query::before {
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(168,138,193), rgb(202,176,217));
    transition: all 0.4s ease;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}.contact_section form .support_query:hover::before {
    left: 0;
}.contact_section form .support_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_section svg {
    margin-right: 15px;
    height: 24px;
    fill: rgb(202,176,217);
    width: 24px;
}.contact_section svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact_section {
    padding: 80px 0;
}.contact_section .reach_box {
    flex-direction: column;
}.contact_section .image_frame {
    min-height: 300px;
    order: 1;
}.contact_section .request_block {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.contact_section {
    padding: 60px 0;
}.contact_section h2 {
    margin-bottom: 40px;
}.contact_section .image_frame {
    min-height: 200px;
}.contact_section .request_block {
    padding: 30px 20px;
}.contact_section form .support_query {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_section {
    padding: 40px 0;
}.contact_section h2 {
    font-size: calc(33px * 0.8);
}.contact_section form h3 {
    font-size: calc(19px * 0.9);
}.contact_section .request_block::before,
    .contact_section .request_block::after {
    height: 30px;
    width: 30px;
}}.leadership_profile {
    min-height: 700px;
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(228,215,237) 0%, #000000 100%);
    overflow: hidden;
}.leadership_profile::before {
    animation: gridFlow 20s linear infinite;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(202,176,217,0.5) 85%, rgb(202,176,217,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(168,138,193,0.5) 85%, rgb(168,138,193,0.5) 88%, transparent 88%);
    z-index: 1;
    left: 0;
    background-size: 150px 150px;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.1;
}.leadership_profile .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1300px;
}.leadership_profile .learning_feedback {
    background: transparent;
    min-height: 580px;
    gap: 20px 30px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto auto 1fr;
    display: grid;
    position: relative;
}.leadership_profile .learning_feedback::before {
    background: linear-gradient(90deg, rgb(202,176,217,0.5) 0%, transparent 50%);
    position: absolute;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    opacity: 0.3;
    height: 90%;
    left: 0;
    right: 0;
    content: "";
    border-radius: 19px;
    z-index: -1;
    filter: blur(40px);
    top: 50%;
    transform: translateY(-50%);
}.leadership_profile .learning_feedback::after {
    z-index: -2;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    content: "";
    backdrop-filter: blur(15px);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    position: absolute;
}.leadership_profile .image_frame {
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 19px 0 0 19px;
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
    z-index: 2;
    position: relative;
    transform: scale(1);
    grid-area: photo;
}.leadership_profile .learning_feedback:hover .image_frame {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.leadership_profile .image_frame::before {
    z-index: 3;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    width: 10px;
    animation: pulseOpacity 3s ease-in-out infinite;
    background: rgb(202,176,217);
    content: "";
    top: 0;
    left: 0;
}.leadership_profile .name {
    transform: translateX(0);
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 10px;
    grid-area: name;
    margin-top: 80px;
    z-index: 3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    align-self: end;
    font-size: 29px;
}.leadership_profile .learning_feedback:hover .name {
    transform: translateX(15px);
}.leadership_profile .name::after {
    width: 0;
    height: 2px;
    position: absolute;
    transition: width 0.5s ease;
    background: rgb(202,176,217);
    bottom: 0;
    content: "";
    left: 0;
}.leadership_profile .learning_feedback:hover .name::after {
    width: 60%;
}.leadership_profile .learning_feedback span:not(.name) {
    color: rgb(168,138,193);
    z-index: 3;
    padding: 0.6rem 1.2rem;
    grid-area: job;
    backdrop-filter: blur(5px);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 23px;
    transform: translateX(0);
    position: relative;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    align-self: start;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}.leadership_profile .learning_feedback:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.leadership_profile .emp_back {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(168,138,193);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    width: 95%;
    margin-right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-area: quote;
    color: #ffffff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    line-height: 1.8;
    transform: translateY(0);
    font-size: 17px;
    border-radius: 19px;
    padding: 2rem;
    align-self: start;
    z-index: 2;
    position: relative;
}.leadership_profile .learning_feedback:hover .emp_back {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.leadership_profile .container::after {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    bottom: -150px;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    width: 300px;
    background: radial-gradient(circle, rgb(168,138,193,0.5) 0%, transparent 70%);
    filter: blur(70px);
    content: "";
    height: 300px;
    right: -150px;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.leadership_profile .learning_feedback {
    grid-template-areas:
            "image_frame"
            "name"
            "work_record"
            "emp_back";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    gap: 20px;
}.leadership_profile .image_frame {
    border-radius: 19px 19px 0 0;
    height: 350px;
}.leadership_profile .image_frame::before {
    height: 10px;
    width: 100%;
}.leadership_profile .name {
    margin-top: 0;
    text-align: center;
}.leadership_profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.leadership_profile .learning_feedback:hover .name {
    transform: translateY(-5px);
}.leadership_profile .learning_feedback span:not(.name) {
    margin: 0 auto;
}.leadership_profile .learning_feedback:hover span:not(.name) {
    transform: translateY(-5px);
}.leadership_profile .emp_back {
    border-top: 4px solid rgb(168,138,193);
    width: 90%;
    margin: 0 auto;
    border-left: none;
}.leadership_profile .learning_feedback:hover .emp_back {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.leadership_profile {
    padding: 5rem 0;
}.leadership_profile .image_frame {
    height: 250px;
}.leadership_profile .name {
    font-size: 23px;
}.leadership_profile .learning_feedback span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 17px;
}.leadership_profile .emp_back {
    padding: 1.5rem;
    line-height: 1.6;
    width: 95%;
    font-size: calc(17px * 0.9);
}}.plan_wrapper {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.plan_wrapper::before {
    content: "";
    backdrop-filter: blur(8px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    z-index: 1;
}.plan_wrapper .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.plan_wrapper .learning_fee {
    position: relative;
}.plan_wrapper h2 {
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
}.plan_wrapper h2::after {
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(168,138,193), rgb(202,176,217));
    border-radius: 3px;
    width: 80px;
}.plan_wrapper .rate_list {
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: calc(18px + 2px);
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
}.plan_wrapper .edu_rates {
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.plan_wrapper .edu_rates li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.plan_wrapper .study_rates {
    text-decoration: none;
    height: 100%;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    display: block;
}.plan_wrapper .study_rates::before {
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(168,138,193), rgb(202,176,217));
    transform: scaleX(0.7);
    height: 5px;
    content: "";
    width: 100%;
    top: 0;
}.plan_wrapper .pricing_schemes {
    padding: 30px 25px;
    z-index: 1;
    position: relative;
    height: 100%;
}.plan_wrapper .plan_rates {
    z-index: 2;
    position: relative;
}.plan_wrapper .study_rates h4 {
    transition: transform 0.3s ease;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(24px - 2px);
}.plan_wrapper .study_rates h4::before {
    width: 30px;
    border-left: 2px solid rgb(168,138,193);
    height: 30px;
    border-top: 2px solid rgb(168,138,193);
    left: -10px;
    content: "";
    top: -10px;
    transition: all 0.3s ease;
    opacity: 0.6;
    position: absolute;
}.plan_wrapper .study_rates p {
    word-break: normal;
    max-height: 250px;
    padding-right: 10px;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 18px;
    overflow-y: auto;
    hyphens: auto;
    overflow-wrap: break-word;
}.plan_wrapper .study_rates p::-webkit-scrollbar {
    width: 4px;
}.plan_wrapper .study_rates p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,138,193,0.5);
}.plan_wrapper .monthly_plan {
    font-size: calc(24px + 4px);
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(rgb(168,138,193,0.5), 0.1), rgba(rgb(202,176,217,0.5), 0.2));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.plan_wrapper .monthly_plan::before {
    content: "";
    position: absolute;
    left: 10px;
    background: linear-gradient(90deg, transparent, rgb(168,138,193), transparent);
    height: 1px;
    right: 10px;
    bottom: -3px;
}.plan_wrapper .study_rates:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.plan_wrapper .study_rates:hover::before {
    transform: scaleX(1);
}.plan_wrapper .study_rates:hover h4 {
    transform: translateX(5px);
}.plan_wrapper .study_rates:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}.plan_wrapper .study_rates:hover .monthly_plan {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.plan_wrapper {
    padding: 80px 0;
}.plan_wrapper h2 {
    font-size: calc(29px - 4px);
}.plan_wrapper .rate_list {
    margin-bottom: 40px;
    font-size: 18px;
}.plan_wrapper .edu_rates {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.plan_wrapper {
    padding: 60px 0;
}.plan_wrapper h2 {
    font-size: calc(29px - 6px);
}.plan_wrapper .rate_list {
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.plan_wrapper .edu_rates {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.plan_wrapper .study_rates h4 {
    font-size: 24px;
}.plan_wrapper .study_rates p {
    max-height: 180px;
    font-size: calc(18px - 1px);
}.plan_wrapper .monthly_plan {
    font-size: 24px;
}
}

@media (max-width: 480px) {.plan_wrapper {
    padding: 50px 0;
}.plan_wrapper h2 {
    font-size: calc(29px - 8px);
}.plan_wrapper .rate_list {
    font-size: calc(18px - 2px);
}.plan_wrapper .pricing_schemes {
    padding: 25px 20px;
}.plan_wrapper .study_rates h4 {
    font-size: calc(24px - 2px);
}.plan_wrapper .monthly_plan {
    padding: 8px 15px;
    font-size: calc(24px - 2px);
}
}