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

header,footer {
    width: 100%;
}

header {
    padding: 1.5rem 3%;
    width: 100%;
    background: linear-gradient(to right, rgb(130,150,181,0.5), rgb(74,103,161,0.5));
    z-index: 100;
    position: relative;
}

.instructional_approach .study_zone {
    position: relative;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    z-index: 3;
    transform-style: preserve-3d;
    flex-direction: column;
    max-width: 1000px;
}

.instructional_approach h3::before,
.instructional_approach h3::after {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(130,150,181), transparent);
    content: "";
}

.instructional_approach h3::before {
    transform: translateX(-50%);
    left: 50%;
    width: 200px;
    animation: expandLine 3s ease-in-out infinite alternate;
    bottom: -15px;
}

.title_welcome {
    background: linear-gradient(135deg, rgb(182,191,205) 30%, rgb(74,103,161,0.5) 150%);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.title_welcome::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(94, 170, 168, 0.03) 20px,
        rgba(94, 170, 168, 0.03) 40px
    );
    top: 0;
    width: 100%;
}

.title_welcome h1 {
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 48px);
    line-height: 1.2;
    transform: translateX(0);
    color: #000000;
    position: relative;
    animation: title-slide 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
    opacity: 1;
    margin: 0;
}

.title_welcome .skill_quick svg path {
    fill: rgb(74,103,161);
    transition: fill 0.3s ease;
}

.title_welcome .skill_quick svg:hover text {
    fill: rgb(130,150,181);
}

.title_welcome ul li {
    margin: 0;
}

.title_welcome .inquiry_widget:hover {
    box-shadow: 0 6px 25px -5px rgba(94, 170, 168, 0.5);
    transform: translateY(-2px);
    background: rgb(130,150,181);
}

.title_welcome .photo_show {
    border-radius: 4px;
    width: 100%;
    height: 40vh;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    animation: photo-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    transform: translateY(20px) rotate(0deg);
    opacity: 0;
}

.thanks_note::after {
    height: 150%;
    position: absolute;
    content: "";
    animation: patternShift 20s infinite linear;
    transform: rotate(-5deg);
    left: -25%;
    width: 150%;
    z-index: 0;
    top: -25%;
    opacity: 0.04;
    background: repeating-linear-gradient(45deg, rgb(130,150,181,0.5) 0px, transparent 2px, transparent 10px);
}

.thanks_note .study_zone::before {
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    z-index: -1;
    width: 95%;
    top: -8px;
    filter: blur(12px);
    left: 50%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgb(130,150,181,0.5) 0%, transparent 80%);
    content: "";
}

.thanks_note li span {
    position: relative;
    color: #000000;
    animation: fadeIn 1s 1.2s forwards ease-out;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    display: block;
    letter-spacing: 0.01em;
    opacity: 0;
    font-size: 17px;
}

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

.future_learners .study_zone::after {
    right: 20px;
    border: 2px solid rgb(130,150,181,0.5);
    z-index: -1;
    border-radius: 50%;
    width: 120px;
    position: absolute;
    height: 120px;
    content: "";
    opacity: 0.5;
    top: 20px;
}

.future_learners div > div {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.future_learners p:hover {
    border-color: rgb(130,150,181,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.future_learners p:hover::before {
    opacity: 1;
}

.future_learners p svg {
    flex-shrink: 0;
    margin-right: 18px;
    width: 28px;
    height: 28px;
    transition: all 0.4s ease;
}

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

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

.future_learners p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

.fund_cta::before {
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgb(130,150,181,0.5);
    opacity: 0.8;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(130,150,181), rgb(74,103,161), transparent);
}

.fund_cta .company_holder::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(130,150,181), transparent);
    height: 1px;
    top: 0;
    width: 200%;
    left: -50%;
    content: "";
    transform: translateY(-1px);
}

.fund_cta .company_holder:hover {
    transform: translateY(-5px);
    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(130,150,181,0.5);
}

.fund_cta .support_cta {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.fund_cta .header_navbar {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    position: relative;
    padding: 2rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    border-radius: 14px;
    min-width: 250px;
    transition: all 0.4s ease;
}

.fund_cta .header_navbar .page_header a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 0 0 5px #000000;
    display: block;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    opacity: 0.8;
}

.fund_cta .header_navbar .page_header a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(130,150,181);
}

.lang_learn .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang_learn .abuse_ctrl:hover {
    text-shadow: 0 0 8px rgb(74,103,161,0.5);
    opacity: 1;
}

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

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

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

.contact_information .connect_grid {
    grid-template-columns: 1fr 450px;
    gap: 40px;
    position: relative;
    align-items: center;
    background: transparent;
    display: grid;
}

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

.contact_information form h3 {
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
}

.contact_information form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact_information .support_reach label {
    font-size: 12px;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    cursor: pointer;
}

.contact_information .support_reach label a:hover {
    color: rgb(74,103,161);
}

.contact_information form .inquiry_widget {
    background: rgb(130,150,181);
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 16px 35px;
    border: none;
    position: relative;
}

header .top_mainbar {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 14px;
}

header .nav_start::after {
    background: rgb(130,150,181,0.5);
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    content: '';
    left: 50%;
    bottom: 0;
}

header .site_main:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.tariff_card {
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(182,191,205);
    position: relative;
}

.tariff_card::after {
    pointer-events: none;
    bottom: -5rem;
    width: 20rem;
    background: linear-gradient(225deg, rgb(74,103,161) 0%, transparent 80%);
    transform: rotate(-15deg);
    position: absolute;
    height: 20rem;
    z-index: 1;
    right: -5rem;
    content: "";
    opacity: 0.15;
}

.tariff_card .discount_grid h2::after {
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    bottom: -10px;
    width: 80px;
}

.tariff_card .rate_schemes {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.tariff_card .learning_packages:hover .program_fees h3 {
    transform: translateZ(25px);
}

.tariff_card .learning_feeszKGAH {
    margin: 0.5rem 0 1.5rem;
    display: block;
    font-weight: 700;
    color: rgb(130,150,181);
    transform: translateZ(15px);
    position: relative;
    font-size: calc(23px * 1.8);
}

.tariff_card .learning_packages:hover .photo_show {
    transform: scale(1.05) translateZ(0);
}

.meet_us {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.meet_us::after {
    position: absolute;
    background-size: 60px 60px;
    z-index: 2;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    animation: backgroundShift 35s infinite alternate ease-in-out;
    background-image: linear-gradient(30deg, rgb(130,150,181,0.5) 10%, transparent 10.5%),
                     linear-gradient(60deg, rgb(130,150,181,0.5) 25%, transparent 25.5%),
                     linear-gradient(90deg, rgb(74,103,161,0.5) 40%, transparent 40.5%);
    opacity: 0.05;
    width: 100%;
}

.meet_us .description_card h6 {
    transform: translateX(0);
    position: relative;
    display: inline-block;
    font-size: calc(16px * 1.3);
    padding-bottom: 0.5rem;
    color: rgb(74,103,161);
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slideInLeft 0.7s ease-out 0.5s both;
}

.reach_us {
    overflow: hidden;
    padding: 80px 0;
    background: rgb(182,191,205);
    position: relative;
}

.reach_us .send_request {
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    grid-template-columns: 1fr 2fr;
    padding: 0;
    display: grid;
    -webkit-backdrop-filter: blur(10px);
    gap: 40px;
    border-radius: 17px;
    backdrop-filter: blur(10px);
}

.reach_us .photo_show::before {
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(130,150,181,0.5) 100%
    );
}

.reach_us .msg_info p svg {
    flex-shrink: 0;
    width: 22px;
    margin-top: 3px;
    height: 22px;
}

.reach_us .msg_info p .content-wrapper {
    display: flex;
    flex-grow: 1;
    gap: 8px;
    flex-direction: column;
}

.reach_us .msg_info p span a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background: rgb(130,150,181,0.5);
}

.reach_us .query_form svg {
    height: 20px;
    width: 20px;
}

.reach_us .query_form svg path {
    fill: rgb(130,150,181);
}

.reach_us .message_card {
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    padding: 12px 15px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: calc(18px - 1px);
}

.secure_fence {
    color: #000000;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    overflow: hidden;
}

.secure_fence h1::after {
    content: "";
    position: absolute;
    background: rgb(130,150,181);
    left: 0;
    transform-origin: left center;
    height: 3px;
    bottom: -0.6rem;
    transition: transform 0.5s ease-out;
    transform: scaleX(1);
    width: 4rem;
}

.secure_fence h4::before {
    background: rgb(74,103,161);
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 5px;
    content: "";
    position: absolute;
}

.secure_fence strong::after {
    position: absolute;
    transform: scaleX(0.3);
    height: 1px;
    transform-origin: left;
    bottom: -2px;
    transition: transform 0.3s ease;
    content: "";
    background: rgb(130,150,181,0.5);
    width: 100%;
    left: 0;
}

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

.secure_fence span {
    transform: perspective(1000px) rotateX(0);
    font-size: 12px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(#ffffff, 0.5);
    line-height: 1.7;
    display: block;
    border-left: 2px solid rgb(130,150,181,0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    margin-bottom: 1.5rem;
    padding: 1rem;
    color: #000000;
}

.course_overview .skill_work:hover {
    transform: translateY(-5px);
}

.course_overview .photo_show:hover {
    transform: scale(1.02);
}

.course_overview .description_card {
    padding: 40px 30px;
    position: relative;
}

.course_overview .description_card::before {
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.7);
    content: "";
    height: 4px;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(130,150,181) 0%, rgb(74,103,161) 100%);
}

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


#dialogConsentForm {
    display: none;
}

#dialogConsentForm:checked ~ .usageAgreementAlert {
    visibility: hidden;
    opacity: 0;
}

.academic_experience::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(74,103,161,0.5);
    transform: rotate(20deg);
    width: 40%;
    bottom: -5%;
    animation: float 6s ease-in-out infinite reverse;
    border-radius: 13px;
    height: 60%;
    left: -5%;
}

.academic_experience .student_perspectives:hover .photo_show {
    transform: rotate(0deg) scale(1.05);
}

.academic_experience .student_perspectives span:not(.name) {
    color: #000000;
    font-size: 13px;
    grid-area: job;
    font-style: italic;
    transform: translateX(20px);
}



@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 (max-width: 768px) {.instructional_approach {
    padding: 4rem 0;
    perspective: 500px;
}.instructional_approach h3 {
    letter-spacing: 1px;
    transform: translateZ(20px);
    font-size: calc(33px * 0.8);
}.instructional_approach span {
    padding: 1.5rem;
    font-size: calc(17px * 0.95);
    transform: translateZ(10px) translateY(-10px);
}.instructional_approach .study_zone {
    margin: 0 1rem;
    gap: 2rem;
}}



@media (max-width: 992px) {.thanks_note {
    padding: 5rem 0;
}.thanks_note h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.thanks_note .study_zone {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.future_learners {
    padding: 80px 0 70px;
}.future_learners .study_zone {
    padding: 40px 25px;
}.future_learners h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
}.future_learners div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.future_learners div > div::before {
    display: none;
}.future_learners p {
    padding: 18px;
}.future_learners p svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.future_learners .study_zone::after {
    right: auto;
    height: 80px;
    top: auto;
    width: 80px;
    bottom: 20px;
    left: 20px;
}
}



@media (max-width: 576px) {.fund_cta {
    padding: 2.5rem 0 1rem;
}.fund_cta .page_header {
    gap: 1rem;
}.fund_cta .header_navbar {
    min-width: 100%;
    flex: 1 1 100%;
}.fund_cta .header_navbar .page_header a {
    padding: 0.4rem 0.8rem;
}.fund_cta .header_navbar .page_header a:hover {
    padding-left: 1.2rem;
}.lang_learn {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.fund_cta .company_holder:hover,
    .fund_cta .header_navbar:hover {
    transform: translateY(-2px);
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .top_mainbar {
    padding: 1.2rem;
}header .nav_start {
    padding: 0 0 0.8rem 0;
}header .nav_start svg {
    width: 150px;
}header .header_navbar {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .site_main {
    padding: 0.6rem 1.1rem;
}
}



@media (min-width: 1200px) {.tariff_card .learn_fees {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tariff_card .program_fees {
    min-height: 300px;
}
}



@media (max-width: 767px) {.tariff_card {
    padding: 3rem 0;
}.tariff_card .container {
    padding: 0 1.5rem;
}.tariff_card .learn_fees {
    grid-template-columns: 1fr;
}.tariff_card .discount_grid h2 {
    font-size: calc(38px * 0.8);
}.tariff_card .program_fees {
    padding: 1.5rem;
}.tariff_card .learning_feeszKGAH {
    font-size: calc(23px * 1.5);
}.tariff_card .photo_show {
    height: 180px;
}
}



@media (max-width: 767px) {.meet_us {
    padding: 4rem 0;
}.meet_us h4 {
    font-size: 23px;
    margin-bottom: 2rem;
}.meet_us .description_card {
    padding: 2rem;
}.meet_us .description_card h6 {
    font-size: 16px;
    margin-bottom: 1rem;
}.meet_us .description_card span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 576px) {.reach_us {
    padding: 40px 0;
}.reach_us .edu_query {
    text-align: center;
    padding: 20px;
}.reach_us .edu_query::after {
    transform: translateX(-50%);
    left: 50%;
}.reach_us .msg_info {
    padding: 20px;
}.reach_us .photo_show {
    min-height: 200px;
}.reach_us .query_form {
    text-align: center;
}.reach_us .query_form:after {
    transform: translateX(-50%);
    left: 50%;
}.reach_us .get_connected {
    grid-template-columns: 1fr;
}.reach_us .msg_info p {
    flex-direction: row;
}.reach_us .msg_info p svg {
    width: 18px;
    height: 18px;
}
}



@media (min-width: 768px) {.course_overview .skill_work {
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
}.course_overview .photo_show {
    height: 100%;
    min-height: 400px;
}.course_overview h3 {
    font-size: calc(18px * 1.1);
}.course_overview p.description {
    max-height: 400px;
    font-size: calc(18px * 1.05);
}
}



@media (min-width: 992px) {.course_overview .skill_work {
    grid-template-columns: 1fr 1.8fr;
}.course_overview .photo_show {
    min-height: 450px;
}.course_overview .description_card {
    padding: 50px 40px;
}.course_overview h3 {
    margin-bottom: 30px;
    font-size: calc(18px * 1.2);
}.course_overview p.description {
    max-height: 450px;
    line-height: 1.9;
}
}



@media (hover: hover) {.course_overview .skill_work {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.course_overview .skill_work:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}



@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}



@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}



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



@keyframes line-expand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes svg-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}



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

@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}



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

