* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

* {
    scrollbar-color: rgb(236,234,239) rgb(236,234,239);
}

a {
    text-decoration: none;
    color: inherit;
}

svg {
    height: 30px;
    width: 30px;
}

html,body {
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

.podcast_cta {
    flex: 0 0 auto;
}

.podcast_cta {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 0 0 30px;
}

.prospective_students::before {
    background: linear-gradient(45deg, rgb(201,198,212,0.5), rgb(165,161,179,0.5));
    position: absolute;
    content: '';
    top: -10%;
    width: 600px;
    filter: blur(60px);
    transform: rotate(-15deg);
    opacity: 0.6;
    animation: rotateBlob 20s infinite linear;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    height: 600px;
    right: -5%;
}

.prospective_students h4::before {
    top: 15px;
    width: 8px;
    background: rgb(201,198,212);
    border-radius: 10px;
    left: 0;
    content: '';
    height: calc(100% - 20px);
    position: absolute;
}

.prospective_students div > div {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    transform-style: preserve-3d;
    gap: 25px;
}

.prospective_students p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(20px);
}

.prospective_students p svg {
    width: 30px;
    margin-top: 3px;
    height: 30px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 20px;
}

.prospective_students p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.prospective_students p svg path {
    fill: rgb(201,198,212);
    transition: fill 0.3s ease;
}

.prospective_students p:hover svg path {
    fill: rgb(165,161,179);
}

.prospective_students p:hover::after {
    transform: scaleX(1);
}

.prospective_students p:nth-child(1) {
    z-index: 5;
    grid-column: 1 / span 6;
    grid-row: 1;
}

.prospective_students p:nth-child(1) {
    animation-delay: 0.1s;
}

.prospective_students p:nth-child(2) {
    z-index: 4;
    grid-row: 1;
    grid-column: 8 / span 5;
}

.prospective_students p:nth-child(2) {
    animation-delay: 0.3s;
}

.prospective_students p:nth-child(4) {
    grid-row: 3;
    grid-column: 1 / span 4;
    z-index: 3;
}

.prospective_students p:nth-child(4) {
    animation-delay: 0.7s;
}

.prospective_students p:nth-child(6) {
    grid-row: 4;
    grid-column: 2 / span 5;
    z-index: 1;
}

.prospective_students p:nth-child(6) {
    animation-delay: 1.1s;
}

.prospective_students p:nth-child(8) {
    z-index: 1;
    grid-row: 5;
    grid-column: 4 / span 6;
}

.prospective_students p:nth-child(8) {
    animation-delay: 1.5s;
}

.course_program_info::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(201,198,212,0.5),
        rgb(201,198,212,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.04;
}

.course_program_info .text_post:hover {
    transform: translateY(-10px);
}

.course_program_info .text_post::before {
    z-index: -1;
    background: rgb(165,161,179,0.5);
    content: "";
    right: 3rem;
    border-radius: 50%;
    opacity: 0.6;
    height: 8rem;
    width: 8rem;
    position: absolute;
    top: -4rem;
}



.course_program_info .text_post h2::after {
    transition: width 0.4s ease;
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 3rem;
    content: "";
    background: rgb(165,161,179);
    height: 4px;
    bottom: -10px;
}

.course_program_info .text_post .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 0.4s;
    font-weight: 600;
}

.course_program_info .text_post .description::before {
    width: 4px;
    top: 0.5rem;
    border-radius: 50%;
    content: "";
    background: rgb(165,161,179);
    left: 0;
    position: absolute;
    height: 4px;
}

.course_program_info .photo_box:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.course_program_info .photo_box::after {
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgb(201,198,212,0.5) 0%,
        transparent 40%
    );
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
}

header .top_plank .main_panel {
    justify-content: flex-start;
    line-height: 21px;
    flex-wrap: wrap;
    display: flex;
    padding: 15px 0 10px 0;
    width: 100%;
    align-items: center;
    font-size: 14px;
}

.plan_container {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.plan_container::before {
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    z-index: 1;
    bottom: 0;
}

.plan_container h2 {
    animation: fadeSlideUp 0.7s ease forwards;
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateY(20px);
    text-align: center;
    letter-spacing: 1px;
    font-size: 36px;
    color: #ffffff;
}

.plan_container .payment_plans {
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    width: 100%;
}

.plan_container .payment_plans li:nth-child(1) {
    --li-index: 1;
}

.plan_container .payment_plans li:nth-child(3) {
    --li-index: 3;
}

.plan_container .cost_summary {
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    border: 1px solid rgba(255,255,255,0.15);
}

.plan_container .cost_summary:hover::before {
    transform: scaleX(1);
}

.plan_container .learn_fees {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.plan_container .learn_fees h4::after {
    left: 0;
    background: rgb(165,161,179);
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 40px;
}

.plan_container .learn_fees p {
    overflow-wrap: break-word;
    font-size: calc(16px - 2px);
    word-break: break-word;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 25px;
}

.plan_container .cost_summary:hover .premium_plan {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

.thxSection {
    background: linear-gradient(135deg, rgb(236,234,239) 0%, rgb(165,161,179,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    isolation: isolate;
}

.thxSection::after {
    position: absolute;
    filter: blur(80px);
    bottom: -50px;
    content: "";
    z-index: -1;
    background: rgb(201,198,212,0.5);
    right: -50px;
    opacity: 0.3;
    width: 250px;
    height: 250px;
}

.thxSection .container {
    padding: 0 20px;
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
}

.thxSection h2::after {
    animation: expandWidth 1s ease-out 0.8s forwards;
    background: linear-gradient(to right, rgb(201,198,212), rgb(165,161,179));
    bottom: -15px;
    left: 50%;
    position: absolute;
    width: 100px;
    height: 4px;
    transform: translateX(-50%);
    content: "";
}

.thxSection .quick_skill::before {
    height: 6px;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
    animation: gradientShift 8s ease infinite;
    top: 0;
    left: 0;
}

.thxSection .quick_skill ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thxSection .quick_skill span {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    text-align: center;
    display: block;
    line-height: 1.7;
    font-size: calc(12px * 1.1);
}

.learning_profits {
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(236,234,239), #ffffff);
    padding: 120px 0;
}

.learning_profits::after {
    bottom: -100px;
    right: -25%;
    z-index: 1;
    position: absolute;
    background: rgb(165,161,179,0.5);
    width: 150%;
    height: 200px;
    transform: rotate(-5deg);
    content: '';
}

.learning_profits .photo_box {
    transition: all 0.5s ease;
    margin-top: -50px;
    position: relative;
    border-radius: 0 20px 20px 0;
    width: 45%;
    margin-left: -5%;
    z-index: 3;
    height: 600px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
}

.learning_profits .text_post {
    width: 60%;
    padding-left: 8%;
    padding-top: 20px;
}

.learning_profits h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 50px;
    position: relative;
    width: fit-content;
    color: #000000;
}

.learning_profits .text_main_holder {
    padding-right: 5%;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.learning_profits .text_main_holder > div {
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    padding: 25px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    gap: 15px;
}

.learning_profits .text_main_holder > div:hover::before {
    height: 100%;
}

.learning_profits .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}

.learning_profits .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.learning_profits .text_main_holder > div:hover svg path {
    fill: rgb(201,198,212);
}

.learning_profits .text_main_holder p {
    position: relative;
    z-index: 1;
    line-height: 1.6;
    margin: 0;
    font-size: 17px;
    color: #000000;
}

.contact_information .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.contact_information .reach_card {
    flex-wrap: wrap;
    padding: 60px 50px;
    border-radius: 0 0 11px 11px;
    justify-content: space-between;
    display: flex;
    grid-row: 2;
    background: #ffffff;
}

.contact_information .reach_card h3::after {
    position: absolute;
    content: '';
    background: rgb(201,198,212);
    width: 80px;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}

.contact_information .reach_card div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.contact_information .reach_card svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.contact_information .reach_card span {
    color: #000000;
    font-size: 16px;
}

.contact_information .reach_card a:hover {
    color: rgb(165,161,179);
}

.contact_information .request_info::before {
    top: -50px;
    position: absolute;
    height: 150px;
    opacity: 0.2;
    width: 150px;
    right: -50px;
    background: rgb(165,161,179);
    content: '';
    border-radius: 50%;
}

.contact_information form {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
}

.contact_information form h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.contact_information form input[type="text"],
.contact_information form input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 20px;
}

.contact_information .reach_reach {
    align-items: flex-start;
    display: flex;
    margin: 25px 0 30px;
}

.contact_information .reach_reach input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.contact_information .reach_reach input[type="checkbox"]:checked::before {
    left: 7px;
    top: 4px;
    position: absolute;
    content: '';
    height: 10px;
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid rgb(201,198,212);
}

.contact_information .reach_reach a {
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

.contact_information .connect_feedback:hover {
    background: rgb(236,234,239);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

header::before {
    width: 100%;
    position: absolute;
    opacity: 0.1;
    content: '';
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}

header .head_mainwrap::after {
    transform: translateX(-50%);
    height: 2px;
    width: 50%;
    background: #ffffff;
    opacity: 0.6;
    left: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    position: absolute;
    bottom: 0;
    content: '';
}

header .head_mainwrap:hover svg {
    transform: translateY(-5px);
}

header .top_learning {
    gap: 0.8rem;
    display: flex;
    width: 100%;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    max-width: 800px;
    position: relative;
    padding: 0.6rem 1rem;
    flex-wrap: wrap;
    border-radius: 25px;
    backdrop-filter: blur(5px);
}

header .nav_master {
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    font-weight: 400;
}

header .nav_master:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

footer {
    position: relative;
    width: 100%;
}

footer .message_us {
    margin-bottom: 70px;
    flex-wrap: wrap;
    display: flex;
    padding: 40px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    gap: 20px;
    background-color: rgb(165,161,179);
    justify-content: center;
    position: relative;
    color: #ffffff;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

footer .info_item svg {
    flex-shrink: 0;
    width: 22px;
    fill: #ffffff;
    margin-right: 15px;
    height: 22px;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .text_main_holder {
    display: grid;
    margin-top: -30px;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}

footer .top_page {
    padding-top: 60px;
    text-align: center;
}

footer .top_page svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}

footer .top_learning {
    background-color: rgb(236,234,239);
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    margin: 0 20px;
}

footer .top_learning h5::after {
    background: linear-gradient(90deg, rgb(201,198,212), transparent);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
}

footer .first_class a {
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    transition: all 0.3s ease;
    padding: 8px 0;
    font-size: 17px;
    text-decoration: none;
    position: relative;
}

footer .first_class a:hover {
    color: rgb(201,198,212);
    padding-left: 5px;
}

footer .subscribe_holder {
    background-color: rgb(201,198,212);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    padding: 30px;
    position: relative;
    margin: 0 20px;
    color: #ffffff;
}

footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 19px;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .mail_block:hover {
    background-color: rgb(165,161,179);
}

footer .press_room {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

footer .knowl_base {
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.secure_pantry h3, .secure_pantry h4, .secure_pantry h5, .secure_pantry h6 {
    margin: 1rem 0;
}

.secure_pantry h3, .secure_pantry h4, .secure_pantry h5, .secure_pantry h6 {
    color: rgb(201,198,212);
    margin-top: 30px;
}

.secure_pantry h3 {
    font-weight: 700;
    text-shadow: 0 0 6px rgb(201,198,212,0.5);
    font-size: calc(23px - 2px);
}

.secure_pantry h4 {
    font-weight: 600;
    text-shadow: 0 0 4px rgb(201,198,212,0.5);
    font-size: calc(23px + 2px);
}

.secure_pantry h5 {
    font-size: 23px;
    font-weight: 400;
    text-shadow: 0 0 3px rgb(201,198,212,0.5);
}

.secure_pantry ul, .secure_pantry ol {
    list-style: none;
    margin: 20px 0;
    padding-left: 25px;
}

.secure_pantry li::before {
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(165,161,179,0.5);
    left: 0;
    width: 10px;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    height: 10px;
    background-color: rgb(165,161,179);
    top: 50%;
}

.secure_pantry span {
    text-shadow: 0 0 4px rgb(165,161,179,0.5);
    font-weight: 600;
    color: rgb(165,161,179);
}

.education_experience::before {
    left: -5%;
    z-index: 1;
    background: rgb(165,161,179,0.5);
    content: "";
    width: 120%;
    transform: rotate(-12deg);
    height: 70%;
    position: absolute;
    top: -10%;
}

.education_experience .photo_box {
    box-shadow: 15px 15px 0 rgb(201,198,212,0.5);
    transition: all 0.5s ease;
    border-radius: 16px;
    width: 280px;
    transform: rotate(-5deg);
    height: 350px;
}

.education_experience .emp_container {
    transition: all 0.5s ease;
    max-width: 60%;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transform: rotate(2deg) translateY(-30px);
    background: #ffffff;
    position: relative;
    padding: 2rem;
    border-radius: 16px;
}

.education_experience .emp_container:hover {
    transform: rotate(0deg) translateY(-20px);
}

.education_experience .name {
    margin-bottom: 0.5rem;
    transform: translateX(-20px);
    font-size: 34px;
    color: rgb(201,198,212);
    font-weight: 700;
}

.education_experience .work_expertise {
    position: relative;
    font-size: 13px;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-style: italic;
    color: #000000;
    font-weight: 400;
}

.welcome_page {
    background: linear-gradient(135deg, rgb(236,234,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
    display: flex;
    overflow: hidden;
    padding: 4rem 2rem;
    min-height: 100vh;
    align-items: center;
    position: relative;
}

.welcome_page::after {
    right: -50%;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.05;
    top: -50%;
    background: rgb(201,198,212);
    z-index: 0;
    transform: rotate(-35deg);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.welcome_page .intro_title > div:first-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 6px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    position: relative;
    transform: translateX(-5px);
    border-left: 4px solid rgb(201,198,212);
}

.welcome_page h3 {
    margin: 0;
    font-size: calc(20px * 0.95);
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    position: relative;
}

.welcome_page .story_visual {
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    position: relative;
    border-radius: 10px;
}

.welcome_page .story_visual:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 12px 20px rgba(0, 0, 0, 0.15);
}

.welcome_page h1 {
    transform: translateY(0);
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 2rem 0;
    line-height: 1.2;
    font-size: 39px;
    animation: fadeIn 1s ease-out forwards;
}

.welcome_page .story_visual > div {
    position: relative;
    margin-top: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.welcome_page .story_visual > div::after {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    animation: shimmer 3s infinite;
    z-index: 2;
    top: 0;
    height: 100%;
    position: absolute;
}

.about_this {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}

.about_this::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}

.about_this .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
}

.about_this h1 {
    transform: translateY(0);
    display: inline-block;
    transition: all 0.5s ease-out;
    font-weight: 700;
    opacity: 1;
    font-size: 48px;
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
}

.about_this ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about_this li {
    margin-bottom: 20px;
}

.about_this h4 {
    transition: transform 0.4s ease;
    display: inline-block;
    transform: translateX(0);
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 15px 0;
    font-size: calc(36px - 2px);
    color: rgb(165,161,179);
    font-weight: 600;
}

.about_this h4:hover::before {
    width: 100%;
}

.about_this span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.about_this span::first-letter {
    float: left;
    margin-right: 8px;
    font-size: 2.5em;
    color: rgb(201,198,212);
    font-weight: 700;
    line-height: 1;
}

.cookie_window_dialog {
    border-radius: 28px;
    z-index: 1050;
    background: rgb(236,234,239);
    width: 90%;
    overflow: hidden;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    font-family: Arial, sans-serif;
    align-items: center;
    position: fixed;
    left: 50%;
    max-width: 600px;
    padding: 20px;
    flex-direction: column;
    bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.cookie_window_dialog p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 15px;
}

.track_ack {
    background: rgb(201,198,212);
    color: #ffffff;
    display: inline-block;
    width: calc(50% - 10px);
    font-size: 15px;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}


#usagePolicyBanner {
    display: none;
}

#usagePolicyBanner:checked ~ .cookie_window_dialog {
    opacity: 0;
    visibility: hidden;
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 1200px) {.prospective_students p:nth-child(1) {
    grid-column: 1 / span 7;
}.prospective_students p:nth-child(2) {
    grid-column: 8 / span 5;
}.prospective_students p:nth-child(3) {
    grid-column: 2 / span 7;
}.prospective_students p:nth-child(4) {
    grid-column: 1 / span 5;
}.prospective_students p:nth-child(5) {
    grid-column: 6 / span 7;
}
}



@media screen and (max-width: 992px) {.prospective_students {
    padding: 90px 0 80px;
}.prospective_students h4 {
    margin-bottom: 60px;
    font-size: calc(39px * 0.85);
}.prospective_students div > div {
    gap: 20px;
    grid-template-columns: repeat(8, 1fr);
}.prospective_students p {
    padding: 25px;
}.prospective_students p:nth-child(1) {
    grid-column: 1 / span 4;
}.prospective_students p:nth-child(2) {
    grid-column: 5 / span 4;
}.prospective_students p:nth-child(3) {
    grid-column: 2 / span 6;
}.prospective_students p:nth-child(4) {
    grid-column: 1 / span 3;
}.prospective_students p:nth-child(5) {
    grid-column: 4 / span 5;
}.prospective_students p:nth-child(6) {
    grid-column: 2 / span 6;
}.prospective_students p:nth-child(7) {
    grid-column: 1 / span 4;
}.prospective_students p:nth-child(8) {
    grid-column: 5 / span 4;
}
}



@media (min-width: 992px) {.course_program_info .online_class {
    grid-template-columns: 1.2fr 0.8fr;
}.course_program_info .text_post {
    padding: 3rem;
}.course_program_info .photo_box {
    margin-top: 3rem;
    height: 450px;
}.course_program_info .text_post::after {
    width: 6rem;
    content: "";
    z-index: -1;
    background: rgb(201,198,212,0.5);
    left: 25%;
    opacity: 0.4;
    bottom: -3rem;
    height: 6rem;
    position: absolute;
    border-radius: 50%;
}
}



@media (max-width: 992px) {.plan_container {
    padding: 80px 0;
}.plan_container h2 {
    font-size: calc(36px - 4px);
}.plan_container .payment_plans {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.plan_container .value_deals {
    padding: 25px;
}.plan_container .premium_plan {
    font-size: calc(23px + 2px);
}
}



@media (max-width: 480px) {.plan_container {
    padding: 50px 0;
}.plan_container .value_deals {
    padding: 20px;
}.plan_container .learn_fees h4 {
    font-size: calc(23px - 2px);
}.plan_container .premium_plan {
    font-size: 23px;
    padding: 8px 15px;
}}



@media (max-width: 768px) {.thxSection {
    padding: 4rem 0;
}.thxSection h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.8rem;
}.thxSection .quick_skill {
    transform: translateZ(5px) rotateX(1deg);
    padding: 1.8rem;
}.thxSection .quick_skill span {
    line-height: 1.6;
    font-size: 12px;
}
}



@media (prefers-reduced-motion) {.thxSection h2,
    .thxSection h2::after,
    .thxSection .quick_skill,
    .thxSection .quick_skill::before,
    .thxSection .quick_skill li {
    animation: none;
    transition: none;
}.thxSection .quick_skill:hover {
    transform: none;
}.thxSection::before {
    animation: none;
}}



@media (max-width: 992px) {.learning_profits .quick_skill {
    padding: 0 20px;
    flex-direction: column;
}.learning_profits .photo_box {
    border-radius: 20px;
    margin-bottom: 40px;
    margin-top: 0;
    width: 100%;
    height: 400px;
}.learning_profits .text_post {
    padding-left: 0;
    width: 100%;
}.learning_profits .text_main_holder {
    grid-template-columns: 1fr;
    padding-right: 0;
}.learning_profits .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.learning_profits .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}



@media (max-width: 992px) {.contact_information {
    padding: 90px 0;
}.contact_information .request_info,
    .contact_information .reach_card {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact_information {
    padding: 70px 0;
}.contact_information .reach_card div {
    flex: 0 0 100%;
}.contact_information .request_info,
    .contact_information .reach_card {
    padding: 40px 30px;
}.contact_information .reach_card h3,
    .contact_information form h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 35px;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_base {
    gap: 1.2rem;
}header .head_mainwrap svg {
    width: 180px;
}header .top_learning {
    padding: 0.5rem;
    gap: 0.6rem;
}header .nav_master {
    padding: 0.6rem 1rem;
    font-size: calc(12px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_base {
    gap: 0.8rem;
}header .head_mainwrap svg {
    width: 140px;
}header .top_learning {
    padding: 0.4rem 0.6rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .top_learning::-webkit-scrollbar {
    height: 3px;
}header .top_learning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .nav_master {
    white-space: nowrap;
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.7rem;
}}



@media (max-width: 576px) {footer .message_us {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_learning h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .first_class a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .mail_block {
    padding: 12px;
}}



@media (max-width: 992px) {.education_experience .user_reviews {
    gap: 2rem;
    flex-direction: column;
    transform: none;
}.education_experience .photo_box {
    margin: 0 auto;
    height: 280px;
    width: 220px;
}.education_experience .emp_container {
    max-width: 100%;
    transform: none;
}.education_experience .name,
    .education_experience .emp_container > div:nth-child(2) {
    transform: none;
}}



@media (min-width: 1024px) {.welcome_page {
    padding: 5rem;
}.welcome_page .intro_title {
    gap: 4rem;
    grid-template-columns: 1fr 1.75fr;
}.welcome_page .intro_title > div:first-child {
    margin-top: 2rem;
    padding: 3rem;
}.welcome_page h3 {
    font-size: calc(20px * 1.1);
}.welcome_page h1 {
    max-width: 90%;
    font-size: calc(39px * 1.2);
}.welcome_page .story_visual {
    padding: 4rem;
}
}



@media (max-width: 992px) {.about_this {
    padding: 90px 0;
}.about_this h1 {
    margin-bottom: 40px;
    font-size: calc(48px - 6px);
}.about_this h4 {
    font-size: calc(36px - 4px);
}.about_this span {
    padding: 25px;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 576px) {.about_this {
    padding: 50px 0;
}.about_this .container {
    padding: 0 15px;
}.about_this h1 {
    margin-bottom: 30px;
    font-size: calc(48px - 14px);
}.about_this h1::after {
    bottom: -10px;
    height: 3px;
}.about_this h4 {
    margin-bottom: 10px;
    font-size: calc(36px - 8px);
}.about_this span {
    font-size: calc(14px - 2px);
    line-height: 1.5;
    padding: 15px;
}.about_this span::first-letter {
    font-size: 1.8em;
    margin-right: 5px;
}}

@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

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



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



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



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



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



@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}



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

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}

