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

.fund_cta {
    flex: 0 0 auto;
}

.fund_cta {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}


.instructional_approach {
    padding: 8rem 0;
    background: linear-gradient(125deg, rgb(182,191,205), rgb(74,103,161,0.5) 70%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

.instructional_approach h3 {
    text-align: center;
    letter-spacing: 2px;
    animation: floatTitle 6s ease-in-out infinite;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 0 15px rgb(130,150,181,0.5);
    font-size: 33px;
    margin-bottom: 0;
    transform: translateZ(50px);
    color: #000000;
    font-weight: 700;
}

.instructional_approach span::before {
    z-index: -1;
    border-radius: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    animation: rainbowShift 8s linear infinite;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    right: 0;
    left: 0;
}

.title_welcome::after {
    content: "";
    height: 70%;
    position: absolute;
    z-index: 0;
    width: 40%;
    filter: blur(60px);
    right: -5%;
    opacity: 0.4;
    top: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(130,150,181,0.5), transparent);
}

.title_welcome .skill_quick {
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
    opacity: 1;
    display: flex;
    gap: 1.5rem;
    transform: translateY(0);
    flex-direction: column;
    position: relative;
}

.title_welcome .skill_quick svg {
    transform-origin: center;
    margin-bottom: 1rem;
    width: 80px;
    height: 80px;
    animation: svg-pulse 5s ease-in-out infinite alternate;
}

.title_welcome .inquiry_widget {
    padding: 0.9rem 2rem;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 18px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 4px 20px -5px rgba(94, 170, 168, 0.4);
    background: rgb(74,103,161);
}

.thanks_note {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(130,150,181,0.5) 0%, rgb(182,191,205) 40%, rgb(74,103,161,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.thanks_note h2 {
    font-size: 30px;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    opacity: 0;
    color: #000000;
    text-align: center;
    transform: translateY(20px);
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-weight: 700;
}

.thanks_note .study_zone:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.thanks_note ul::before {
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    width: 4px;
    left: -20px;
    content: "";
    top: 0;
    height: 0;
    position: absolute;
    animation: growHeight 1.5s 1s forwards ease-in-out;
}

.thanks_note li span::first-letter {
    font-size: 1.4em;
    color: rgb(130,150,181);
    font-weight: 700;
}

.future_learners::before {
    height: 100%;
    position: absolute;
    transform: rotate(35deg);
    top: -50%;
    background: rgb(130,150,181,0.5);
    content: "";
    z-index: 1;
    right: -50%;
    width: 100%;
}

.future_learners .study_zone::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    left: 0;
    width: 100%;
    content: "";
    height: 6px;
    top: 0;
}



.future_learners .study_zone::before {
    animation: dotAnimation 8s infinite;
}

.future_learners div > div::before {
    opacity: 0.5;
    width: 100%;
    height: 1px;
    top: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(74,103,161,0.5) 20%, 
        rgb(74,103,161,0.5) 80%, 
        transparent 100%);
    z-index: -1;
    left: 0;
}

.future_learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(130,150,181);
}

.future_learners p:hover svg path {
    fill: rgb(74,103,161);
}

.future_learners .study_zone > div p:nth-child(2) {
    animation-delay: 0.3s;
}

.future_learners .study_zone > div p:nth-child(5) {
    animation-delay: 0.9s;
}

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

footer::after {
    bottom: 0;
    opacity: 0.15;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(130,150,181,0.5) 25%, rgb(130,150,181,0.5) 26%, transparent 27%, transparent 74%, rgb(74,103,161,0.5) 75%, rgb(74,103,161,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(130,150,181,0.5) 25%, rgb(130,150,181,0.5) 26%, transparent 27%, transparent 74%, rgb(74,103,161,0.5) 75%, rgb(74,103,161,0.5) 76%, transparent 77%, transparent);
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
    background-size: 50px 50px;
}

.fund_cta .company_holder h3::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    box-shadow: 0 0 10px rgb(130,150,181);
    width: 50px;
    border-radius: 10px;
    transition: width 0.3s ease-out;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
}

.fund_cta .header_navbar:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(74,103,161,0.5);
    transform: translateY(-5px);
}

.fund_cta .header_navbar:hover h5::after {
    width: 100%;
}

.fund_cta .header_navbar .page_header {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.fund_cta .header_navbar .page_header a::before {
    position: absolute;
    opacity: 0.5;
    left: 0;
    width: 3px;
    background: linear-gradient(180deg, rgb(130,150,181), rgb(74,103,161));
    content: "";
    top: 0;
    z-index: -1;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
}

.lang_learn {
    margin-top: 2rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}

header .top_plank {
    background: rgb(130,150,181);
    color:  #ffffff;
}

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

.contact_information {
    overflow: hidden;
    padding: 110px 0;
    position: relative;
    background: linear-gradient(125deg, rgb(182,191,205) 0%, rgb(182,191,205) 60%, rgb(130,150,181,0.5) 100%);
}

.contact_information h2::before {
    content: "";
    background: rgb(130,150,181);
    position: absolute;
    border-radius: 2px;
    height: 4px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}

.contact_information .photo_show:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_information form {
    width: 100%;
}

.contact_information form input[type="text"] {
    border-radius: 10px;
    padding: 16px 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgb(182,191,205);
    margin-bottom: 20px;
    width: 100%;
    border: none;
    font-size: 13px;
}

.contact_information .support_reach input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    height: 10px;
    border-right: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
    top: 6px;
}

.contact_information form .inquiry_widget span {
    z-index: 1;
    position: relative;
}

.contact_information svg path {
    fill: rgb(130,150,181);
    transition: fill 0.3s ease;
}

header .container {
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

header .top_mainbar::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
}

header .nav_start svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    height: auto;
    width: 170px;
}

header .site_main::before {
    border-radius: 10px 0 0 10px;
    content: '';
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    z-index: -1;
    transition: width 0.3s ease;
    width: 3px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

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

.tariff_card .discount_grid::before {
    left: -20px;
    content: "";
    top: 20px;
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
    width: 40px;
    background-color: rgb(130,150,181);
    height: 40px;
}

.tariff_card .discount_grid .cost_breakdown {
    color: #000000;
    max-width: 80%;
    line-height: 1.6;
    font-size: 12px;
}

.tariff_card .learning_packages:hover {
    transform: translateY(-10px);
}

.tariff_card .learning_packages:nth-child(odd) .rate_schemes {
    transform: rotate(-1deg);
}

.tariff_card .program_fees {
    flex: 1;
    padding: 2rem;
    word-break: break-word;
    display: flex;
    overflow-wrap: break-word;
    z-index: 2;
    position: relative;
    flex-direction: column;
}

.tariff_card .program_fees h3::after {
    position: absolute;
    left: 0;
    height: 3px;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    bottom: -8px;
    background: rgb(130,150,181);
}

.tariff_card .photo_show {
    transition: transform 0.5s ease;
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
}

.tariff_card .learning_packages:hover .photo_show::before {
    opacity: 0.05;
}

.meet_us::before {
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
}

.meet_us:hover h4::after {
    width: 100px;
}

.meet_us .container {
    position: relative;
    max-width: 1140px;
    z-index: 5;
    margin: 0 auto;
    animation: fadeIn 1s ease-out 0.3s both;
    padding: 0 15px;
}

.meet_us .description_card::before {
    opacity: 0.2;
    height: 40px;
    right: 20px;
    z-index: -1;
    top: -10px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    width: 40px;
    background: rgb(74,103,161);
}

.meet_us .description_card h6::after {
    left: 0;
    background: linear-gradient(90deg, rgb(74,103,161) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    bottom: 0;
}

.reach_us::after {
    left: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    right: 0;
    top: 0;
}

.reach_us .photo_show {
    position: relative;
    transform: scale(1.001);
    border-radius: 0;
    overflow: hidden;
    min-height: 350px;
    height: 100%;
}

.reach_us .photo_show::after {
    height: 60%;
    background: radial-gradient(
        circle,
        rgb(130,150,181,0.5) 0%,
        transparent 70%
    );
    top: -10%;
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    right: -10%;
    content: '';
    animation: floatEffect 8s infinite alternate ease-in-out;
    width: 60%;
}

.reach_us .msg_info p:hover svg path {
    fill: #ffffff;
}

.reach_us .msg_info p span {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-block;
}

.reach_us .connect_block {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.reach_us .query_form:after {
    position: absolute;
    background: rgb(130,150,181);
    height: 2px;
    border-radius: 10px;
    content: '';
    bottom: 0;
    width: 40px;
    left: 0;
}

.reach_us .message_card:hover {
    transform: translateX(5px);
}

.reach_us .message_card:hover::after {
    opacity: 0.1;
}

.secure_fence::before {
    position: absolute;
    top: 0;
    transform: translateY(-15%) translateX(15%);
    background: linear-gradient(225deg, rgb(74,103,161,0.5) 0%, transparent 70%);
    content: "";
    height: 30vh;
    width: 30vw;
    right: 0;
    z-index: 0;
    opacity: 0.2;
}

.secure_fence h1:hover {
    transform: translateX(5px);
}

.secure_fence h2 {
    color: #000000;
    position: relative;
    transform: translateX(0);
    padding-left: 1rem;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 0.5rem;
    margin: 2.5rem 0 1rem;
    border-left: 3px solid rgb(74,103,161);
    transition: transform 0.3s ease;
}

.secure_fence strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}

.secure_fence ul::before {
    width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(74,103,161,0.5) 0%, transparent 100%);
    content: "";
}

.secure_fence li:hover::before {
    transform: scale(1.3);
    background: rgb(130,150,181);
}

.course_overview {
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.course_overview .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}

.course_overview .skill_work {
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    overflow: hidden;
    background: #ffffff;
    gap: 40px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 3px solid rgb(130,150,181);
}

.course_overview h3::after {
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: width 0.4s ease-out, background-color 0.3s ease;
    content: "";
    background-color: rgb(74,103,161);
}

.course_overview span.description {
    display: none;
}

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


.usageAgreementAlert h5 {
    margin-bottom: 10px;
    color: rgb(130,150,181);
    font-size: 22px;
    font-weight: 700;
}

.tracking_policy:hover {
    transform: translateY(-3px);
    background: rgb(74,103,161);
}

.usageAgreementAlert p a {
    transition: color 0.3s ease-in-out;
    color: rgb(130,150,181);
    text-decoration: underline;
}

.academic_experience::before {
    z-index: 1;
    border-radius: 13px;
    height: 80%;
    top: -10%;
    animation: float 8s ease-in-out infinite;
    content: "";
    right: -10%;
    position: absolute;
    background: rgb(130,150,181,0.5);
    transform: rotate(-15deg);
    width: 60%;
}

.academic_experience .photo_show {
    border-radius: 13px;
    transition: transform 0.3s ease;
    height: 200px;
    box-shadow: 10px 10px 0 rgb(130,150,181,0.5);
    grid-area: photo;
    transform: rotate(4deg);
}

.academic_experience .work_content {
    color: #000000;
    grid-area: quote;
    position: relative;
    border-left: 4px solid rgb(130,150,181);
    line-height: 1.6;
    border-radius: 0 10px 10px 0;
    padding: 20px;
    background: linear-gradient(to right, rgb(182,191,205), transparent);
    margin-top: 20px;
    font-size: 13px;
}



@media (min-width: 768px) {.title_welcome .study_zone {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    padding: 3rem;
    min-height: 90vh;
}.title_welcome .photo_show {
    height: 70vh;
    max-height: 600px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0) rotate(-2deg);
}.title_welcome .photo_show:hover {
    transform: translateY(-5px) rotate(0deg);
}.title_welcome h1 {
    font-size: 48px;
}
}



@media (max-width: 768px) {.thanks_note {
    padding: 4rem 0;
}.thanks_note h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.thanks_note .study_zone {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.thanks_note ul::before {
    left: -15px;
}.thanks_note li::before {
    height: 24px;
    width: 24px;
    left: -30px;
}
}



@media (max-width: 576px) {.future_learners {
    padding: 60px 0 50px;
}.future_learners .study_zone {
    padding: 35px 20px;
}.future_learners h4 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.future_learners h4::before {
    height: 3px;
    width: 30px;
}.future_learners h4::after {
    height: 3px;
    width: 60px;
}.future_learners p {
    font-size: calc(12px * 0.9);
    padding: 15px;
}.future_learners p svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
}.future_learners p:hover {
    transform: translateY(-5px) scale(1.01);
}.future_learners .study_zone::after {
    height: 60px;
    width: 60px;
}}



@media screen and (max-width: 991px) {.contact_information {
    padding: 80px 0;
}.contact_information .connect_grid {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_information .photo_show {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_information .query_message {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top_mainbar {
    padding: 0.8rem 0.8rem 1rem;
}header .nav_start {
    padding: 0 0 0.6rem 0;
}header .nav_start svg {
    width: 120px;
}header .header_navbar {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    overflow-x: auto;
}header .header_navbar::-webkit-scrollbar {
    height: 3px;
}header .header_navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(130,150,181);
}header .site_main {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}



@media (min-width: 992px) {.meet_us {
    padding: 10rem 0;
}.meet_us .container {
    justify-content: center;
    display: flex;
}.meet_us .description_card {
    padding: 5rem;
    width: 90%;
}.meet_us .description_card h6 {
    font-size: calc(16px * 1.5);
    margin-bottom: 2rem;
}.meet_us .description_card span {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 991px) {.reach_us {
    padding: 60px 0;
}.reach_us .send_request {
    grid-template-columns: 1fr;
}.reach_us .edu_query {
    padding: 30px;
}.reach_us .edu_query::after {
    left: 30px;
}.reach_us .photo_show {
    min-height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.reach_us .msg_info {
    padding: 30px;
}.reach_us .msg_info p svg {
    width: 20px;
    height: 20px;
}
}



@media (prefers-reduced-motion: reduce) {.reach_us .photo_show::after {
    animation: none;
}.reach_us .msg_info p span a:hover,
    .reach_us .message_card:hover {
    transform: none;
}}



@media (max-width: 767px) {.secure_fence {
    padding: 3rem 1.5rem;
}.secure_fence h1 {
    font-size: calc(43px * 1);
    margin-bottom: 1.5rem;
}.secure_fence h1::after {
    width: 3rem;
    height: 2px;
}.secure_fence h2 {
    margin: 2rem 0 1rem;
    padding-left: 0.8rem;
    font-size: 35px;
    border-left-width: 2px;
}.secure_fence h3, 
    .secure_fence h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(35px * 0.8);
}.secure_fence p {
    margin-bottom: 1.2rem;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.secure_fence ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.secure_fence li {
    line-height: 1.5;
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
    font-size: calc(12px * 0.95);
}.secure_fence span {
    font-size: calc(12px * 0.95);
    margin-bottom: 1.2rem;
    padding: 0.8rem;
    margin-left: 0;
    line-height: 1.6;
}}


@media only screen and (max-width: 600px) {.usageAgreementAlert {
    bottom: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    width: 100%;
}.cookie_explained {
    padding: 15px;
}.consent_box svg {
    height: 50px;
    width: 50px;
}.usageAgreementAlert h5 {
    font-size: calc(22px - 2px);
}.usageAgreementAlert p {
    font-size: calc(15px - 2px);
}.tracking_policy {
    font-size: calc(19px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
}



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



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}



@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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

