header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(165,161,179,0.5), rgb(201,198,212));
    padding: 1.5rem 0;
}

.core-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.head_top {
    flex: 1 0 auto;
}

.container {
    width: 1256px;
    max-width: 100%;
    margin: auto;
}


.prospective_students {
    background: rgb(236,234,239);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}



.prospective_students .container {
    margin: 0 auto;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}

.prospective_students .quick_skill {
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
}

.prospective_students h4 {
    padding-left: 35px;
    font-size: 39px;
    margin-bottom: 70px;
    font-weight: 700;
    max-width: 700px;
    position: relative;
    color: #000000;
    transform: translateZ(40px);
}

.prospective_students h4::after {
    left: 30px;
    position: absolute;
    width: 120px;
    background: rgb(165,161,179);
    content: '';
    height: 3px;
    bottom: -15px;
    border-radius: 10px;
}

.prospective_students p {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    align-items: flex-start;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
    padding: 30px;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    color: #000000;
}



.prospective_students p {
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}

.prospective_students p::after {
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
    transform-origin: left;
    transition: transform 0.4s ease;
    height: 4px;
    content: '';
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
    left: 0;
    position: absolute;
}

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

.prospective_students p:nth-child(3) {
    animation-delay: 0.5s;
}

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

.prospective_students p:nth-child(5) {
    animation-delay: 0.9s;
}

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

.prospective_students p:nth-child(7) {
    animation-delay: 1.3s;
}

.course_program_info {
    position: relative;
    background: linear-gradient(145deg, rgb(236,234,239) 0%, rgb(201,198,212,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.course_program_info .container {
    position: relative;
    z-index: 2;
}

.course_program_info .online_class {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.course_program_info .text_post {
    padding: 2.5rem;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.4s ease;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

.course_program_info .text_post h2 {
    position: relative;
    font-weight: 700;
    animation: fadeInUp 0.8s ease forwards;
    color: rgb(201,198,212);
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 36px;
}

.course_program_info .text_post:hover h2::after {
    width: 100%;
}

.course_program_info .text_post .description {
    margin-bottom: 1.2rem;
    color: #000000;
    opacity: 0;
    animation-delay: 0.2s;
    line-height: 1.7;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 15px;
    padding-left: 1rem;
    position: relative;
}

.course_program_info .photo_box {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    height: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 0;
    margin-top: -2rem;
    z-index: 2;
}

header .top_plank {
    background: rgb(201,198,212);
    color:  #ffffff;
}

header .top_plank .main_panel div svg, header .top_plank .main_panel div svg path {
    fill: #ffffff;
}

header .top_plank .main_panel div span {
    color: #ffffff;
}

header .top_plank .main_panel div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}

header .top_plank .main_panel div img, header .top_plank .main_panel div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

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

.plan_container .promo_rates {
    align-items: center;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.plan_container .plan_details {
    margin-bottom: 50px;
    line-height: 1.6;
    max-width: 700px;
    text-align: center;
    transform: translateY(20px);
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    opacity: 0;
    color: #ffffff;
    font-size: 16px;
}

.plan_container .payment_plans li {
    animation: fadeSlideUp 0.8s ease forwards;
    transform: translateY(30px);
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    opacity: 0;
}

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

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

.plan_container .cost_summary::before {
    width: 100%;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
    transform-origin: left;
    height: 4px;
    position: absolute;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}

.plan_container .cost_summary:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.plan_container .value_deals {
    padding: 30px;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.plan_container .learn_fees h4 {
    padding-bottom: 15px;
    position: relative;
    font-size: 23px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.plan_container .premium_plan {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin-top: auto;
    padding: 10px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(201,198,212,0.5), rgb(165,161,179,0.5));
    align-self: flex-start;
    display: inline-block;
    color: #ffffff;
    font-size: calc(23px + 4px);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.thxSection::before {
    top: 0;
    left: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(165,161,179,0.5) 0px,
        rgb(165,161,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    animation: patternShift 30s linear infinite;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    content: "";
}

.thxSection h2 {
    line-height: 1.3;
    text-align: center;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
}

.thxSection .quick_skill {
    transform: translateZ(10px) rotateX(2deg);
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}

.thxSection .quick_skill li {
    animation: fadeIn 1s ease-out 0.5s forwards;
    opacity: 0;
    position: relative;
    padding: 0;
}

.thxSection .quick_skill:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

.learning_profits::before {
    top: -100px;
    position: absolute;
    height: 200px;
    background: rgb(201,198,212,0.5);
    content: '';
    left: -25%;
    transform: rotate(-5deg);
    width: 150%;
    z-index: 1;
}

.learning_profits .quick_skill {
    z-index: 2;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    flex-wrap: wrap;
}

.learning_profits .photo_box:hover {
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.learning_profits .photo_box::after {
    height: 90%;
    right: -20px;
    content: '';
    opacity: 0.5;
    border-left: none;
    top: 20px;
    position: absolute;
    border: 5px solid rgb(201,198,212);
    z-index: -1;
    width: 60%;
}

.learning_profits h2::before {
    bottom: -10px;
    height: 30px;
    z-index: -1;
    width: 120%;
    content: '';
    position: absolute;
    background: rgb(201,198,212,0.5);
    left: -10%;
}

.learning_profits .text_main_holder > div::before {
    content: '';
    background: rgb(201,198,212);
    width: 5px;
    top: 0;
    transition: height 0.3s ease-out;
    position: absolute;
    height: 0;
    left: 0;
}

.learning_profits .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

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

.learning_profits .text_main_holder svg {
    height: 45px;
    transition: transform 0.3s ease;
    width: 45px;
}

.learning_profits .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(165,161,179);
}

.contact_information {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.contact_information::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    z-index: 1;
    background: rgb(165,161,179,0.5);
}

.contact_information .request_section {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

.contact_information .reach_card h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.contact_information .reach_card div {
    border-radius: 10px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    align-items: center;
    flex: 0 0 calc(50% - 20px);
    padding: 20px;
    background: rgb(236,234,239);
}

.contact_information .reach_card svg path {
    fill: rgb(201,198,212);
}

.contact_information .reach_card a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(201,198,212);
}

.contact_information .request_info {
    grid-row: 1;
    overflow: hidden;
    padding: 0;
    position: relative;
    background: rgb(201,198,212);
    border-radius: 11px 11px 0 0;
}

.contact_information .request_info::after {
    border-radius: 50%;
    position: absolute;
    bottom: -80px;
    height: 200px;
    width: 200px;
    background: rgb(165,161,179);
    opacity: 0.1;
    content: '';
    left: -80px;
}

.contact_information form h3::after {
    bottom: -15px;
    background: #ffffff;
    content: '';
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
}

.contact_information form input[type="text"]:focus,
.contact_information form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}

.contact_information form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact_information .reach_reach input[type="checkbox"] {
    border-radius: 10px;
    position: relative;
    height: 22px;
    cursor: pointer;
    margin-right: 15px;
    width: 22px;
    appearance: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-appearance: none;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact_information .reach_reach label {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.contact_information .reach_reach a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
}

.contact_information .connect_feedback {
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    background: #ffffff;
    color: rgb(201,198,212);
    width: 100%;
    padding: 18px 20px;
    cursor: pointer;
    border-radius: 10px;
}

header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}

header .top_base {
    gap: 1.5rem;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

header .head_mainwrap {
    text-decoration: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
    padding: 1rem;
}

header .head_mainwrap:hover::after {
    opacity: 1;
    width: 80%;
}

header .head_mainwrap svg {
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(201,198,212,0.5));
    height: auto;
    transition: all 0.3s ease;
}

header .top_learning::before {
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 25px;
}

header .nav_master::before {
    border-radius: 10px;
    opacity: 0;
    background: #ffffff;
    z-index: -1;
    height: 100%;
    top: 0;
    transform: translateY(100%) scale(0.8);
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    transition: opacity 0.3s ease;
}

header .nav_master:hover {
    transform: translateY(-3px);
    color: rgb(201,198,212);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .webinar_live {
    z-index: 1;
    position: relative;
}

footer .message_us::after {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

footer .info_item {
    flex: 1 1 200px;
    transition: all 0.3s ease;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    border-radius: 10px;
    max-width: 300px;
    display: flex;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
}

footer .text_main_holder::before {
    position: absolute;
    background-color: #ffffff;
    content: "";
    z-index: -1;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

footer .credit_info {
    color: #000000;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    max-width: 350px;
}

footer .top_learning h5 {
    margin-bottom: 25px;
    color: #000000;
    font-size: 19px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

footer .first_class {
    margin-bottom: 25px;
    gap: 10px 30px;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

footer .first_class a::after {
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(201,198,212);
    bottom: 0;
    content: "";
}

footer .first_class a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    pointer-events: none;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 17px;
}

footer .input_holder input[type="email"] {
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 17px;
    border: none;
}

footer .mail_block {
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #000000;
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
}

.secure_pantry {
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: rgb(165,161,179);
    box-shadow: 0 0 15px rgb(201,198,212,0.5);
    padding: 50px;
}

.secure_pantry h1 {
    color: rgb(201,198,212);
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 30px;
    text-shadow: 0 0 8px rgb(201,198,212,0.5);
}

.secure_pantry h2 {
    margin-bottom: 20px;
    font-size: 32px;
    text-shadow: 0 0 5px rgb(165,161,179,0.5);
    color: rgb(201,198,212);
    font-weight: 600;
    margin-top: 40px;
}

.secure_pantry h6 {
    font-size: 21px;
    text-shadow: 0 0 2px rgb(201,198,212,0.5);
    font-weight: 300;
}

.secure_pantry li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
}

.secure_pantry section {
    border-top: 1px solid rgb(165,161,179,0.5);
    margin-top: 50px;
    padding-top: 30px;
}

.secure_pantry p {
    line-height: 1.8;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    margin-bottom: 20px;
}

.secure_pantry div {
    margin-bottom: 25px;
}

.education_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(236,234,239) 0%, rgb(201,198,212,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
}

.education_experience .user_reviews {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    z-index: 2;
    transform: translateX(5%);
    gap: 3rem;
}

.education_experience .photo_box:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}

.education_experience .emp_container::after {
    left: 30px;
    position: absolute;
    height: 10px;
    width: 85%;
    transition: all 0.5s ease;
    background: rgb(165,161,179);
    content: "";
    bottom: -10px;
    filter: blur(8px);
    opacity: 0.6;
}

.education_experience .emp_container:hover::after {
    width: 95%;
    opacity: 0.8;
}

.education_experience .emp_container > div:nth-child(2) {
    color: rgb(165,161,179);
    font-size: 20px;
    transform: translateX(-10px);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.education_experience .work_expertise::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(201,198,212), rgb(165,161,179));
    height: 100%;
    top: 0;
    width: 5px;
}

.welcome_page::before {
    top: 0;
    left: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(201,198,212,0.5) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgb(165,161,179,0.5) 0%, transparent 50%);
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.welcome_page .intro_title {
    z-index: 2;
    position: relative;
    width: 100%;
    gap: 3rem;
    max-width: 1200px;
    transform: translateY(0);
    opacity: 1;
    animation: slideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: grid;
    grid-template-columns: 1fr;
}

.welcome_page .intro_title > div:first-child::before {
    width: 100%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #ffffff;
    opacity: 0.5;
}

.welcome_page h3::after {
    left: 0;
    background: rgb(201,198,212);
    height: 3px;
    transform-origin: left;
    content: "";
    width: 60px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    bottom: -10px;
    position: absolute;
}

.welcome_page .story_visual::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(201,198,212,0.5), transparent);
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    mix-blend-mode: overlay;
    width: 100%;
}

.welcome_page h1::before {
    transform-origin: left;
    content: "";
    background: rgb(165,161,179);
    position: absolute;
    height: 4px;
    left: 0;
    width: 80px;
    bottom: -10px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
}

.welcome_page .story_visual > div:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.welcome_page .story_visual > div::before {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    position: absolute;
    height: 100%;
}

.welcome_page p {
    padding: 2.5rem 2rem;
    line-height: 1.6;
    position: relative;
    font-size: calc(13px * 1.1);
    z-index: 2;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.about_this::after {
    animation: floatBlob 20s infinite alternate ease-in-out;
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -10%;
    height: 60%;
    width: 60%;
    right: -10%;
    background: rgb(201,198,212);
    filter: blur(40px);
    position: absolute;
    content: "";
    opacity: 0.15;
}

.about_this .text_post {
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    max-width: 840px;
}

.about_this h1::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(201,198,212) 0%, rgb(165,161,179) 100%);
    left: 0;
    bottom: -15px;
    position: absolute;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    content: "";
    height: 4px;
}

.about_this h4::before {
    height: 2px;
    left: 0;
    bottom: -5px;
    width: 0;
    transition: width 0.4s ease;
    background: rgb(165,161,179);
    position: absolute;
    content: "";
}

.about_this h4:hover {
    transform: translateX(5px);
}

.about_this span {
    transform: translateY(0);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    display: block;
    position: relative;
    line-height: 1.7;
    border-left: 3px solid rgb(201,198,212);
    padding: 30px;
    transition: all 0.4s ease;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
}

.data_approval {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.cookie_overlay {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}

.cookie_overlay svg, .cookie_overlay svg path, .cookie_overlay img {
    height: 80px;
    fill: rgb(201,198,212);
    width: 80px;
}


.cookie_window_dialog h5 {
    color: rgb(201,198,212);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}

.track_ack:hover {
    transform: translateY(-3px);
    background: rgb(165,161,179);
}

.cookie_button.accept_cookies {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.accept_cookies:hover {
    background: rgb(165,161,179,0.5);
}

.cookie_window_dialog p a {
    color: rgb(201,198,212);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}

.cookie_window_dialog p a:hover {
    color: rgb(165,161,179);
}

::-webkit-scrollbar {
    width: 17px;
}

::-webkit-scrollbar-button {
    height: 8px;
}

::-webkit-scrollbar-track {
    background: radial-gradient(circle at bottom right, #ffffff 63%, rgb(255, 255, 255, 0.5) 62%, rgb(165,161,179) 64%, rgb(165,161,179,0.5) 77%, rgb(201,198,212) 80%, rgb(201,198,212,0.5) 65%, rgb(236,234,239) 67%);
    box-shadow: inset -2px 4px 10px -1px rgba(0, 0, 0, 0.4);
    border-radius: 7em;
}

::-webkit-scrollbar-thumb {
    min-height: 87px;
    transition: all, box-shadow 4.3s ease-in-out;
    background: linear-gradient(163deg, #ffffff 62%, rgb(165,161,179) 95%, rgb(165,161,179,0.5) 90%, rgb(201,198,212) 37%, rgb(236,234,239) 36%);
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(236,234,239);
    box-shadow: inset -2px -2px 3px 8px rgba(0, 0, 0, 0.5);
}



@media screen and (max-width: 768px) {.prospective_students {
    padding: 80px 0 70px;
}.prospective_students h4 {
    font-size: calc(39px * 0.7);
    padding-left: 25px;
    margin-bottom: 50px;
}.prospective_students h4::before {
    width: 6px;
}.prospective_students div > div {
    gap: 15px;
    grid-template-columns: 1fr;
}.prospective_students p {
    grid-column: 1 !important;
    padding: 20px;
    grid-row: auto !important;
}.prospective_students p svg {
    height: 25px;
    margin-right: 15px;
    width: 25px;
}}



@media (min-width: 768px) {.course_program_info .online_class {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.course_program_info .text_post {
    align-self: center;
    margin-right: -4rem;
    grid-column: 1 / 2;
}.course_program_info .photo_box {
    grid-column: 2 / 3;
    height: 400px;
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
}.course_program_info .photo_box::before {
    height: 20px;
    opacity: 0.4;
    position: absolute;
    width: 60%;
    left: 20px;
    filter: blur(15px);
    content: "";
    bottom: -20px;
    z-index: -1;
    background: rgb(165,161,179);
}
}



@media (max-width: 767px) {.course_program_info {
    padding: 4rem 0;
}.course_program_info .photo_box {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}



@media (max-width: 768px) {.plan_container {
    padding: 60px 0;
}.plan_container h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 15px;
}.plan_container .plan_details {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.plan_container .payment_plans {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_container .learn_fees p {
    font-size: calc(16px - 3px);
}
}



@media (max-width: 1024px) {.thxSection {
    padding: 5rem 0;
}.thxSection h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.thxSection .quick_skill {
    padding: 2rem;
}
}



@media (max-width: 576px) {.thxSection {
    padding: 3rem 0;
}.thxSection h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.thxSection h2::after {
    bottom: -10px;
    height: 3px;
}.thxSection .quick_skill {
    padding: 1.5rem;
    transform: translateZ(0) rotateX(0deg);
}.thxSection .quick_skill::before {
    height: 4px;
}.thxSection .quick_skill span {
    line-height: 1.5;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 1200px) {.learning_profits .photo_box {
    width: 40%;
    margin-left: 0;
}.learning_profits .text_post {
    width: 60%;
    padding-left: 5%;
}
}



@media (max-width: 576px) {.learning_profits {
    padding: 80px 0;
}.learning_profits .photo_box {
    height: 300px;
}.learning_profits h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.learning_profits .text_main_holder > div {
    padding: 20px;
}.learning_profits .text_main_holder svg {
    width: 35px;
    height: 35px;
}}



@media (min-width: 992px) {.contact_information form {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact_information form h3 {
    grid-column: span 2;
}.contact_information .reach_reach {
    grid-column: span 2;
}.contact_information .connect_feedback {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.contact_information {
    padding: 50px 0;
}.contact_information .request_info,
    .contact_information .reach_card {
    padding: 30px 25px;
}.contact_information .reach_card h3,
    .contact_information form h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.85);
}.contact_information form input[type="text"],
    .contact_information form input[type="email"] {
    padding: 15px;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_base {
    gap: 1rem;
}header .head_mainwrap svg {
    width: 150px;
}header .top_learning {
    gap: 0.4rem;
    padding: 0.4rem;
}header .nav_master {
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.8rem;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .mail_block {
    white-space: nowrap;
}footer .top_page {
    padding-top: 80px;
}
}



@media (max-width: 767px) {footer .message_us {
    padding: 30px 15px 50px;
}footer .top_learning, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .press_room {
    margin-top: 40px;
}
}


@media only screen and (max-width: 800px) {.secure_pantry {
    border-radius: 10px;
    padding: 30px;
}.secure_pantry h1 {
    font-size: calc(23px - 8px);
}.secure_pantry h2 {
    font-size: calc(23px - 6px);
}.secure_pantry ul, .secure_pantry ol {
    padding-left: 20px;
}.secure_pantry li {
    font-size: calc(18px - 1px);
}.secure_pantry p {
    font-size: calc(18px - 1px);
}}



@media (min-width: 768px) {.welcome_page .intro_title {
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}.welcome_page .intro_title > div:first-child {
    transform: translateY(2rem);
    margin-top: 3rem;
}.welcome_page h3 {
    font-size: 20px;
}.welcome_page h1 {
    font-size: calc(39px * 1.1);
}.welcome_page p {
    font-size: calc(13px * 1.2);
}
}



@media (max-width: 767px) {.welcome_page {
    padding: 3rem 1.5rem;
}.welcome_page h1 {
    font-size: calc(39px * 0.85);
}.welcome_page .story_visual {
    padding: 2rem;
}.welcome_page p {
    padding: 1.5rem;
    font-size: 13px;
}.welcome_page h3 {
    font-size: calc(20px * 0.85);
}
}



@media (max-width: 480px) {.welcome_page {
    padding: 2rem 1rem;
}.welcome_page h1 {
    font-size: calc(39px * 0.75);
}.welcome_page .story_visual {
    padding: 1.5rem;
}.welcome_page p {
    font-size: calc(13px * 0.9);
    padding: 1.25rem;
}}



@media (max-width: 768px) {.about_this {
    padding: 70px 0;
}.about_this .container {
    padding: 0 20px;
}.about_this h1 {
    font-size: calc(48px - 10px);
    margin-bottom: 35px;
}.about_this h4 {
    font-size: calc(36px - 6px);
}.about_this span {
    padding: 20px;
    line-height: 1.6;
}.about_this span::first-letter {
    font-size: 2em;
}.about_this::after {
    width: 80%;
    height: 50%;
}
}


@media only screen and (max-width: 600px) {.cookie_window_dialog {
    transform: none;
    left: 0;
    border-radius: 0;
    bottom: 0;
    width: 100%;
}.data_approval {
    padding: 15px;
}.cookie_overlay svg {
    width: 50px;
    height: 50px;
}.cookie_window_dialog h5 {
    font-size: calc(23px - 2px);
}.cookie_window_dialog p {
    font-size: calc(15px - 2px);
}.track_ack {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(15px - 2px);
}}

@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}



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



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}



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



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



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}



@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.15;
  }
}



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

