﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    padding: 0px;
    width: 1rem;
}::-webkit-scrollbar-thumb {
    border: 2px groove rgb(114,125,140);
    box-shadow: -1px 4px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 9999px;
    background: rgb(114,125,140);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset -1px 1px 1px 2px rgba(0, 0, 0, 0.1);
}html {
    scrollbar-color: rgb(114,125,140) rgb(114,125,140,0.5);
    scrollbar-width: thin;
}.wrapper-section {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.container {
    width: 1124px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}.sample_docs {
    flex: 0 0 auto;
}.top_pagewrap {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.enroll_instantly {
    overflow: hidden;
    padding: 130px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgb(114,125,140,0.5) 100%);
}.enroll_instantly::before {
    top: 0;
    background: radial-gradient(
        ellipse at center,
        rgb(187,200,220) 0%,
        transparent 70%
    );
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
}.enroll_instantly .student_journey {
    z-index: 10;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
}.enroll_instantly .container p {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    text-align: center;
    padding: 40px;
    margin: 0 auto 80px;
    max-width: 800px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(150,163,183,0.5);
    line-height: 1.4;
    z-index: 5;
    background: #ffffff;
    color: #000000;
}.enroll_instantly .connect_links {
    padding: 20px 50px;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    z-index: 5;
    box-shadow: 
        5px 5px 0 rgb(150,163,183),
        10px 10px 0 rgb(114,125,140,0.5);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    transform-origin: center;
    transform: rotate(-2deg);
}.enroll_instantly .connect_links:hover {
    transform: rotate(0) scale(1.05);
    box-shadow: 
        8px 8px 0 rgb(150,163,183),
        16px 16px 0 rgb(114,125,140,0.5);
}.enroll_instantly .container p::before {
    z-index: -1;
    position: absolute;
    top: -5px;
    height: 40px;
    width: 40px;
    right: -5px;
    background: rgb(150,163,183);
    content: '';
}.enroll_instantly .connect_links::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    border: 2px dashed rgb(150,163,183);
    top: 5px;
    width: 100%;
    content: '';
    transition: all 0.4s ease;
    left: 5px;
}.enroll_instantly .connect_links:hover::before {
    top: 8px;
    left: 8px;
}.enroll_instantly::after {
    background: rgb(150,163,183,0.5);
    border-radius: 0 50% 50% 50%;
    opacity: 0.1;
    width: 400px;
    transform: rotate(45deg);
    right: -200px;
    position: absolute;
    z-index: 1;
    height: 400px;
    top: -200px;
    content: '';
}.enroll_instantly .student_journey::after {
    opacity: 0.1;
    left: -150px;
    content: '';
    width: 300px;
    height: 300px;
    bottom: -150px;
    z-index: 1;
    transform: rotate(-45deg);
    background: rgb(114,125,140,0.5);
    position: absolute;
    border-radius: 50% 0 50% 50%;
}

@media (max-width: 991px) {.enroll_instantly {
    padding: 100px 0;
}.enroll_instantly .container p {
    margin-bottom: 70px;
    padding: 35px;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(150,163,183,0.5);
    font-size: calc(21px * 1.2);
}.enroll_instantly .connect_links {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.enroll_instantly {
    padding: 80px 0;
}.enroll_instantly .container p {
    padding: 30px;
    margin-bottom: 60px;
    font-size: 21px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}.enroll_instantly .connect_links {
    transform: rotate(-1deg);
    padding: 15px 35px;
}.enroll_instantly .container p::before {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.enroll_instantly {
    padding: 60px 0;
}.enroll_instantly .container p {
    font-size: calc(15px * 1.2);
    margin-bottom: 50px;
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(150,163,183,0.5);
    padding: 25px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
}.enroll_instantly .connect_links {
    padding: 12px 30px;
    box-shadow: 
            3px 3px 0 rgb(150,163,183),
            6px 6px 0 rgb(114,125,140,0.5);
    font-size: calc(18px * 0.9);
    transform: rotate(0);
}.enroll_instantly .connect_links::before {
    top: 3px;
    left: 3px;
}.enroll_instantly .connect_links:hover {
    transform: scale(1.03);
    box-shadow: 
            5px 5px 0 rgb(150,163,183),
            10px 10px 0 rgb(114,125,140,0.5);
}.enroll_instantly .connect_links:hover::before {
    left: 5px;
    top: 5px;
}}.payment_plan {
    position: relative;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --pricing-bg: #f5f7fa;
    background-color: var(--pricing-bg);
    --card-bg: #ffffff;
    overflow: hidden;
    padding: 120px 0 80px;
    --card-border: linear-gradient(135deg, rgb(150,163,183), rgb(114,125,140));
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-accent: rgb(150,163,183);
}.payment_plan::before {
    transform: rotate(-15deg);
    opacity: 0.5;
    right: -5%;
    width: 35%;
    top: -10%;
    background: linear-gradient(135deg, rgb(150,163,183,0.5), rgb(114,125,140,0.5));
    filter: blur(60px);
    position: absolute;
    height: 50%;
    z-index: 1;
    content: "";
}.payment_plan::after {
    width: 30%;
    left: -5%;
    z-index: 1;
    filter: blur(50px);
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(114,125,140,0.5), rgb(150,163,183,0.5));
    bottom: -10%;
    position: absolute;
    transform: rotate(15deg);
    content: "";
    height: 40%;
}.payment_plan .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1400px;
}.payment_plan .discount_price {
    flex-direction: column;
    display: flex;
}.payment_plan .enroll_cost {
    order: -1;
    margin-bottom: 60px;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
}.payment_plan .enroll_cost h2 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 28px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.payment_plan .enroll_cost h2::after {
    bottom: -10px;
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
    width: 80px;
    background: linear-gradient(to right, rgb(150,163,183), rgb(114,125,140));
    transform: translateX(-50%);
}.payment_plan .cost_breakdown {
    color: #000000;
    font-size: calc(13px + 2px);
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    max-width: 700px;
    white-space: normal;
    margin: 0 auto;
}.payment_plan .cost_table {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.payment_plan .cert_fees {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform var(--card-transition);
    transform: translateY(0);
}.payment_plan .cert_fees:hover {
    transform: translateY(-10px);
}.payment_plan .discount_deals {
    overflow: hidden;
    background-color: var(--card-bg);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    transition: box-shadow var(--card-transition);
}.payment_plan .cert_fees:hover .discount_deals {
    box-shadow: var(--card-hover-shadow);
}.payment_plan .discount_deals::before {
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    left: 0;
    height: 5px;
    transition: transform 0.5s ease;
    width: 100%;
    position: absolute;
    background: var(--card-border);
}.payment_plan .cert_fees:hover .discount_deals::before {
    transform: scaleX(1);
}.payment_plan .learn_pricing {
    padding: 35px 30px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}.payment_plan .learn_pricing h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    font-size: calc(22px + 2px);
    color: #000000;
    position: relative;
}.payment_plan .cert_fees:hover .learn_pricing h3 {
    color: var(--card-accent);
}.payment_plan .access_cost {
    font-weight: 700;
    position: relative;
    font-size: calc(22px + 6px);
    display: inline-block;
    margin-bottom: 20px;
    color: var(--card-accent);
}.payment_plan .access_cost::after {
    width: 40px;
    background-color: var(--card-accent);
    bottom: -10px;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
}.payment_plan .cert_fees:hover .access_cost::after {
    width: 60px;
}.payment_plan .learn_pricing p {
    line-height: 1.6;
    font-size: 13px;
    flex-grow: 1;
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 15px;
    word-wrap: break-word;
    hyphens: auto;
    color: #000000;
}.payment_plan .post_thumbnail {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease;
}.payment_plan .post_thumbnail::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    content: "";
    transition: opacity 0.4s ease;
    right: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    bottom: 0;
}.payment_plan .cert_fees:hover .post_thumbnail::after {
    opacity: 1;
}.payment_plan .cert_fees:hover .post_thumbnail {
    transform: scale(1.05);
}

@media (min-width: 992px) {.payment_plan .discount_price {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.payment_plan .enroll_cost {
    width: 30%;
    order: 0;
    margin: 0;
    text-align: left;
}.payment_plan .enroll_cost h2 {
    display: block;
    text-align: left;
}.payment_plan .enroll_cost h2::after {
    transform: none;
    left: 0;
}.payment_plan .cost_breakdown {
    margin: 0;
    text-align: left;
}.payment_plan .cost_table {
    width: 70%;
}
}

@media (max-width: 991px) {.payment_plan {
    padding: 80px 0 60px;
}.payment_plan .cost_table {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.payment_plan {
    padding: 60px 0 40px;
}.payment_plan .enroll_cost {
    margin-bottom: 40px;
}.payment_plan .cost_table {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.payment_plan .learn_pricing {
    padding: 25px 20px;
}.payment_plan .learn_pricing h3 {
    font-size: 22px;
}.payment_plan .access_cost {
    font-size: calc(22px + 2px);
}.payment_plan .learn_pricing p {
    font-size: calc(13px - 1px);
}.payment_plan .post_thumbnail {
    height: 180px;
}
}

@media (max-width: 480px) {.payment_plan {
    padding: 50px 0 30px;
}.payment_plan .enroll_cost h2 {
    font-size: calc(28px - 4px);
}.payment_plan .cost_breakdown {
    font-size: 13px;
}.payment_plan .learn_pricing {
    padding: 20px 15px;
}.payment_plan .post_thumbnail {
    height: 160px;
}}.cookie_dialog_notice {
    border-top: 3px solid rgb(114,125,140);
    z-index: 90;
    padding: 20px 0;
    bottom: 0;
    transition: transform 0.5s ease-in-out;
    font-family: Arial, sans-serif;
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    background: rgb(114,125,140);
    position: fixed;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie_layer {
    gap: 20px;
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    align-items: center;
}.cookie_dialog_notice h5 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
}.cookie_dialog_notice p {
    font-size: 17px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}.privacy_notify {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(150,163,183));
}.privacy_notify svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(150,163,183);
    height: 80px;
}.privacy_notify:hover svg {
    transform: scale(1.1);
}.safe_cookies {
    padding: 10px 20px;
    line-height: 40px;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 24px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
    color: #000000;
    min-width: 140px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(150,163,183);
}.safe_cookies:hover {
    box-shadow: 0 0 20px rgb(114,125,140);
}.cookie_button.privacy_ctrl:hover {
    box-shadow: 0 0 15px rgb(114,125,140);
}.cookie_dialog_notice p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(150,163,183);
}.cookie_dialog_notice p a:hover {
    color: rgb(114,125,140);
}#userSettingsPopup {
    display: none;
}#userSettingsPopup:checked ~ .cookie_dialog_notice {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_dialog_notice {
    padding: 15px 0;
}.cookie_layer {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.privacy_notify {
    display: none;
}.cookie_layer {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie_dialog_notice h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.privacy_switch {
    margin-bottom: 15px;
}.safe_cookies {
    margin: 10px 0;
    min-width: 100%;
}}
.contact_box {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(187,200,220) 0%, #1a1e2e 100%);
    position: relative;
}.contact_box::before {
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(150,163,183), 0.05) 100%);
}.contact_box::after {
    left: 0;
    height: 100px;
    width: 100%;
    position: absolute;
    content: "";
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
    bottom: 0;
}.contact_box .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.contact_box h2 {
    margin-bottom: 70px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
}.contact_box h2::before {
    background: rgb(150,163,183);
    content: "";
    bottom: -20px;
    height: 2px;
    position: absolute;
    left: calc(50% - 50px);
    width: 30px;
}.contact_box h2::after {
    position: absolute;
    width: 70px;
    height: 2px;
    background: rgb(150,163,183);
    left: calc(50% - 10px);
    content: "";
    bottom: -20px;
}.contact_box .reach_box {
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    display: grid;
    border-radius: 19px;
    grid-template-columns: 6fr 4fr;
}.contact_box .post_thumbnail {
    position: relative;
    min-height: 100%;
}.contact_box .post_thumbnail::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
}.contact_box .post_thumbnail::after {
    width: 100%;
    animation: scanLines 5s linear infinite;
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(150,163,183), 0.1) 10px, rgba(rgb(150,163,183), 0.1) 11px);
    height: 100%;
    top: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_box .connect_panel {
    padding: 50px;
    position: relative;
}.contact_box .connect_panel::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
}.contact_box #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact_box h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #ffffff;
}.contact_box h3::after {
    background: rgb(150,163,183);
    content: "";
    height: 2px;
    bottom: -10px;
    left: 0;
    width: 50px;
    position: absolute;
}.contact_box input[type="text"] {
    transition: all 0.3s ease;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}.contact_box input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(150,163,183);
    box-shadow: 0 0 15px rgba(rgb(150,163,183), 0.2);
    outline: none;
}.contact_box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_box .feedback_links {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 5px;
}.contact_box .feedback_links input[type="checkbox"] {
    cursor: pointer;
    border-radius: 3px;
    width: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 24px;
    position: relative;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
    appearance: none;
}.contact_box .feedback_links input[type="checkbox"]:checked {
    border-color: rgb(150,163,183);
    background: rgb(150,163,183);
}.contact_box .feedback_links input[type="checkbox"]:checked::after {
    left: 9px;
    top: 6px;
    content: "";
    position: absolute;
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
}.contact_box .feedback_links label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(15px - 2px);
}.contact_box .feedback_links a {
    text-decoration: none;
    color: rgb(150,163,183);
    position: relative;
    transition: all 0.3s ease;
}.contact_box .feedback_links a:hover {
    color: #ffffff;
}.contact_box .feedback_links a::after {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: rgb(150,163,183);
    bottom: -2px;
    transition: all 0.3s ease;
}.contact_box .feedback_links a:hover::after {
    background: #ffffff;
}.contact_box .connect_links {
    background: rgb(150,163,183);
    align-self: flex-start;
    cursor: pointer;
    border: none;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    overflow: hidden;
    padding: 16px 35px;
}.contact_box .connect_links::before {
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}.contact_box .connect_links:hover {
    transform: translateY(-3px);
    background: rgb(114,125,140);
}.contact_box .connect_links:hover::before {
    left: 100%;
}.contact_box svg {
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(150,163,183);
    filter: drop-shadow(0 0 5px rgba(rgb(150,163,183), 0.5));
    width: 22px;
}.contact_box svg path {
    fill: rgb(150,163,183);
    transition: all 0.3s ease;
}.contact_box svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact_box svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_box {
    padding: 70px 0;
}.contact_box .reach_box {
    grid-template-columns: 1fr;
}.contact_box .post_thumbnail {
    min-height: 300px;
}.contact_box .connect_panel {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 50px 0;
}.contact_box h2 {
    margin-bottom: 50px;
    font-size: calc(38px - 4px);
}.contact_box .post_thumbnail {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 40px 0;
}.contact_box .container {
    padding: 0 15px;
}.contact_box h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 40px;
}.contact_box h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_box h2::after {
    width: 50px;
}.contact_box .connect_panel {
    padding: 30px 20px 40px;
}.contact_box #contact {
    gap: 20px;
}.contact_box .connect_links {
    width: 100%;
}.contact_box .post_thumbnail {
    min-height: 200px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    background: linear-gradient(145deg, rgb(187,200,220) 0%, rgb(150,163,183,0.5) 100%);
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.9;
}footer::after {
    position: absolute;
    top: 0;
    opacity: 0.1;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    left: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(150,163,183,0.5), rgb(150,163,183,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(150,163,183,0.5), rgb(150,163,183,0.5) 1px, transparent 1px, transparent 20px);
}.sample_docs {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}.sample_docs::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
    left: 0;
    content: "";
    top: 0;
    height: 6px;
}.sample_docs .container {
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.sample_docs .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem 2.5rem;
    flex: 1 1 400px;
    border-radius: 25px;
    background: #ffffff;
}.sample_docs .company_holder::before {
    border-top-left-radius: 25px;
    left: 0;
    height: 5px;
    content: "";
    width: 100%;
    background: rgb(150,163,183);
    position: absolute;
    top: 0;
    border-top-right-radius: 25px;
}.sample_docs .company_holder h3 {
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: rgb(150,163,183);
}.sample_docs .company_holder h3::after {
    height: 3px;
    background: rgb(114,125,140);
    bottom: -0.5rem;
    position: absolute;
    content: "";
    left: 0;
    width: 80px;
}.sample_docs .webinar_live {
    border-left: 3px solid rgb(114,125,140);
    padding: 1.5rem;
    font-size: 13px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    border-radius: 10px;
    background: rgb(187,200,220);
}.sample_docs .cloud_lab {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.sample_docs .top_prime {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.sample_docs .top_master {
    min-width: 200px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}.sample_docs .top_master h5 {
    font-weight: 600;
    font-size: 20px;
    padding: 1rem 1.5rem;
    position: relative;
    color: #ffffff;
    background: rgb(114,125,140);
    margin: 0;
}.sample_docs .top_master .top_prime {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    gap: 0;
}.sample_docs .top_master .top_prime a {
    align-items: center;
    position: relative;
    font-size: 13px;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    color: #000000;
}.sample_docs .top_master .top_prime a::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    background: rgb(187,200,220);
    width: 0;
    left: 0;
}.sample_docs .top_master .top_prime a::after {
    transition: all 0.3s ease;
    top: 50%;
    background: rgb(114,125,140);
    border-radius: 50%;
    width: 5px;
    transform: translateY(-50%);
    position: absolute;
    left: 1.5rem;
    height: 5px;
    opacity: 0;
    content: "";
}.sample_docs .top_master .top_prime a:hover {
    color: rgb(150,163,183);
    padding-left: 2.2rem;
}.sample_docs .top_master .top_prime a:hover::before {
    width: 100%;
}.sample_docs .top_master .top_prime a:hover::after {
    opacity: 1;
}.collab_space {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgb(187,200,220);
}.collab_space::before {
    top: 0;
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(150,163,183,0.5), transparent);
    left: 10%;
    content: "";
    position: absolute;
    height: 1px;
}.collab_space .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.collab_space .hackathon {
    text-align: center;
    padding: 0.8rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    border-radius: 50px;
    color: #000000;
}

@media (max-width: 1200px) {.sample_docs .container {
    gap: 2rem;
}.sample_docs .company_holder {
    flex: 1 1 360px;
}.sample_docs .cloud_lab {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.sample_docs .top_prime {
    gap: 2rem;
}
}

@media (max-width: 992px) {.sample_docs {
    padding: 3.5rem 0 2rem;
}.sample_docs .container {
    gap: 2.5rem;
    flex-direction: column;
}.sample_docs .company_holder,
    .sample_docs .cloud_lab {
    min-width: 100%;
    flex: 1 1 100%;
}.sample_docs .top_master {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.sample_docs {
    padding: 3rem 0 1.5rem;
}.sample_docs .top_prime {
    gap: 1.5rem;
}.sample_docs .company_holder {
    padding: 2rem;
}.sample_docs .company_holder h3 {
    font-size: calc(36px - 2px);
}.collab_space {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.sample_docs {
    padding: 2.5rem 0 1rem;
}.sample_docs .container {
    gap: 1.5rem;
}.sample_docs .top_master {
    min-width: 100%;
    flex: 1 1 100%;
}.sample_docs .top_prime {
    gap: 1rem;
}.sample_docs .company_holder {
    padding: 1.5rem;
}.sample_docs .webinar_live {
    padding: 1.2rem;
}.collab_space {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.sample_docs .company_holder h3::after {
    width: 50px;
}.sample_docs .top_master .top_prime a:hover {
    padding-left: 2rem;
}.collab_space .hackathon {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.training_benefits {
    background: linear-gradient(135deg, rgba(rgb(187,200,220), 0.95), rgba(rgb(150,163,183,0.5), 0.15));
    perspective: 1000px;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.training_benefits::before {
    opacity: 0.15;
    z-index: 0;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(114,125,140,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(150,163,183,0.5) 0%, transparent 40%);
    height: 100%;
}.training_benefits h5 {
    font-weight: 700;
    margin-bottom: 60px;
    margin-left: auto;
    transform-style: preserve-3d;
    line-height: 1.4;
    position: relative;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 24px;
    margin-right: auto;
    max-width: 800px;
    transform: translateZ(10px);
    color: #000000;
}.training_benefits h5::after {
    transform: translateX(-50%);
    z-index: 1;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
    left: 50%;
    width: 80px;
    height: 3px;
    position: absolute;
}.training_benefits .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.training_benefits .student_journey {
    align-items: center;
    flex-direction: column;
    transform: rotateX(2deg) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 40px;
    transform-style: preserve-3d;
    display: flex;
}.training_benefits .student_journey:hover {
    transform: rotateX(0) rotateY(0);
}.training_benefits .student_journey > div:first-child {
    border-radius: 28px;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    position: relative;
}.training_benefits .student_journey > div:first-child::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(150,163,183,0.5), transparent);
    top: 0;
    height: 100%;
    content: "";
    transition: opacity 0.5s ease;
    opacity: 0.2;
    left: 0;
    width: 100%;
    position: absolute;
}.training_benefits .student_journey > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.training_benefits .student_journey > div:first-child:hover::before {
    opacity: 0.3;
}.training_benefits .post_thumbnail {
    border-radius: 28px;
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
    transition: filter 0.5s ease;
}.training_benefits .text_dock {
    padding: 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px);
    width: 100%;
    background: rgba(#ffffff, 0.95);
}.training_benefits .text_dock:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(25px);
}.training_benefits ul {
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 24px;
    padding: 0;
    display: grid;
}.training_benefits li {
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 40px;
}.training_benefits li:hover {
    transform: translateX(5px);
}.training_benefits li::before {
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(150,163,183), rgb(114,125,140));
    width: 4px;
    top: 0;
    height: 0;
    transition: height 0.4s ease;
}.training_benefits li:hover::before {
    height: 100%;
}.training_benefits li p {
    color: #000000;
    position: relative;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    margin: 0;
}.training_benefits li svg {
    transition: transform 0.3s ease;
    transform: translateY(-2px);
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 16px;
}.training_benefits li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.training_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,163,183);
}.training_benefits li:hover svg path {
    fill: rgb(114,125,140);
}

@media screen and (min-width: 768px) {.training_benefits .student_journey {
    flex-direction: row;
    align-items: stretch;
}.training_benefits .student_journey > div:first-child {
    max-height: 480px;
    width: 45%;
}.training_benefits .post_thumbnail {
    height: 100%;
}.training_benefits .text_dock {
    display: flex;
    width: 55%;
    align-items: center;
}.training_benefits ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (min-width: 992px) {.training_benefits {
    padding: 150px 0;
}.training_benefits h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 80px;
}.training_benefits .student_journey {
    gap: 60px;
}.training_benefits .student_journey > div:first-child {
    width: 40%;
}.training_benefits .text_dock {
    width: 60%;
    padding: 50px;
}
}

@media screen and (max-width: 767px) {.training_benefits {
    padding: 80px 0;
}.training_benefits h5 {
    padding: 0 20px;
    margin-bottom: 40px;
    font-size: calc(24px * 0.9);
}.training_benefits .student_journey {
    transform: none;
}.training_benefits .text_dock {
    padding: 25px;
}.training_benefits li {
    padding-left: 30px;
}.training_benefits li p {
    font-size: calc(12px * 0.95);
    line-height: 1.5;
}.training_benefits li svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}}.privacy_cabinet {
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgb(150,163,183,0.5) 100%);
    overflow: hidden;
}.privacy_cabinet::before {
    width: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(150,163,183,0.5), 0.03) 20px,
    rgba(rgb(150,163,183,0.5), 0.03) 40px
  );
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}.privacy_cabinet::after {
    height: 100%;
    position: absolute;
    top: -50%;
    z-index: 0;
    background: radial-gradient(circle, rgb(114,125,140,0.5) 0%, transparent 70%);
    width: 100%;
    opacity: 0.1;
    content: "";
    right: -50%;
}.privacy_cabinet .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}.privacy_cabinet h1 {
    font-family: Arial, sans-serif;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    padding-bottom: 1rem;
    color: rgb(150,163,183);
    font-size: 41px;
    transform: translateX(-5px);
    opacity: 0;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}.privacy_cabinet h1::after {
    content: "";
    bottom: 0;
    width: 80px;
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    height: 4px;
    background: linear-gradient(90deg, rgb(150,163,183) 0%, rgb(114,125,140) 100%);
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    position: absolute;
}.privacy_cabinet h2 {
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    margin: 2.5rem 0 1.5rem;
    color: rgb(114,125,140);
    padding-left: 20px;
    position: relative;
    opacity: 0;
    font-weight: 600;
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    font-size: 28px;
}.privacy_cabinet h2::before {
    content: "";
    width: 4px;
    top: 8px;
    height: calc(100% - 16px);
    left: 0;
    background: rgb(114,125,140);
    border-radius: 2px;
    position: absolute;
}.privacy_cabinet h3 {
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: calc(28px * 0.85);
    margin: 2rem 0 1rem;
    transform: translateY(10px);
    color: rgb(114,125,140);
}.privacy_cabinet h3::before {
    height: calc(100% - 16px);
    background: rgb(114,125,140,0.5);
    content: "";
    left: 0;
    position: absolute;
    width: 3px;
    border-radius: 2px;
    top: 8px;
}.privacy_cabinet h4 {
    position: relative;
    margin: 1.5rem 0 1rem;
    font-size: calc(28px * 0.7);
    opacity: 0;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    transform: translateY(8px);
    font-weight: 600;
    padding-left: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy_cabinet h4::before {
    left: 0;
    position: absolute;
    width: 2px;
    border-radius: 1px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% - 16px);
    top: 8px;
}.privacy_cabinet p {
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    opacity: 0;
    font-size: 12px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    position: relative;
    transform: translateY(8px);
}.privacy_cabinet p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy_cabinet p strong::after {
    position: absolute;
    background: rgb(114,125,140,0.5);
    height: 1px;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
}.privacy_cabinet ul {
    transform: translateX(10px);
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0;
    position: relative;
    list-style-type: none;
    margin: 0 0 2rem 0;
    border-left: 3px solid rgb(150,163,183,0.5);
}.privacy_cabinet ul::before {
    background: linear-gradient(90deg, rgb(114,125,140,0.5) 0%, transparent 10%);
    opacity: 0.1;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}.privacy_cabinet li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    position: relative;
    opacity: 0;
    margin-bottom: 0.5rem;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    transform: translateY(8px);
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 12px;
    animation: listItemAppear 0.4s ease-out forwards;
}.privacy_cabinet li:nth-child(1) {
    --li-index: 1;
}.privacy_cabinet li:nth-child(2) {
    --li-index: 2;
}.privacy_cabinet li:nth-child(3) {
    --li-index: 3;
}.privacy_cabinet li::before {
    border-radius: 2px;
    position: absolute;
    background: rgb(150,163,183);
    left: 0;
    box-shadow: 0 0 0 3px rgb(150,163,183,0.5);
    content: "";
    top: 1.2rem;
    width: 8px;
    transform: rotate(45deg);
    height: 8px;
}.privacy_cabinet span {
    padding-left: 1rem;
    transform: translateY(10px);
    position: relative;
    color: #000000;
    border-left: 1px dashed rgb(114,125,140,0.5);
    display: block;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 12px;
    opacity: 0;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {.privacy_cabinet {
    padding: 5rem 3rem;
}.privacy_cabinet h1 {
    font-size: calc(41px * 1.1);
    margin-bottom: 3rem;
}.privacy_cabinet h1::after {
    width: 120px;
    height: 5px;
}.privacy_cabinet h2 {
    padding-left: 25px;
    font-size: calc(28px * 1.05);
}.privacy_cabinet h2::before {
    width: 6px;
}.privacy_cabinet .container {
    padding: 0 2rem;
}.privacy_cabinet p,
  .privacy_cabinet span,
  .privacy_cabinet li {
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}.privacy_cabinet ul {
    padding: 1rem 2rem 1rem 2.5rem;
    margin-bottom: 2.5rem;
}
}

@media (min-width: 992px) {.privacy_cabinet {
    padding: 6rem 4rem;
}.privacy_cabinet h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 3.5rem;
}.privacy_cabinet h1::after {
    width: 150px;
}.privacy_cabinet .container {
    max-width: 1400px;
    padding: 0 4rem;
}.privacy_cabinet ul {
    margin: 0 0 3rem 2rem;
    padding: 1.5rem 2.5rem 1.5rem 3rem;
}.privacy_cabinet h2 {
    margin: 3.5rem 0 2rem;
}.privacy_cabinet p,
  .privacy_cabinet span {
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.privacy_cabinet {
    padding: 3rem 1.5rem;
}.privacy_cabinet h1 {
    font-size: calc(41px * 0.9);
    padding-bottom: 0.8rem;
}.privacy_cabinet h2 {
    font-size: calc(28px * 0.9);
    padding-left: 15px;
}.privacy_cabinet h3 {
    font-size: calc(28px * 0.75);
    padding-left: 12px;
}.privacy_cabinet h4 {
    padding-left: 10px;
    font-size: calc(28px * 0.65);
}.privacy_cabinet p, 
  .privacy_cabinet span,
  .privacy_cabinet li {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.privacy_cabinet ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.privacy_cabinet li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}header {
    z-index: 100;
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    width: 100%;
    top: 0;
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(150,163,183,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(114,125,140,0.5) 0%, transparent 20%);
    top: 0;
    opacity: 0.3;
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    animation: pulse 15s infinite alternate;
    position: absolute;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .nav_lead {
    z-index: 2;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .top_master {
    position: relative;
    align-items: center;
    gap: 2rem;
    display: flex;
}header .top_master::before {
    position: absolute;
    content: "";
    border-radius: 23px;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, rgb(150,163,183,0.5) 50%, transparent 100%);
    top: -15px;
    left: -30px;
    z-index: -1;
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    transform: skewX(-15deg);
}header .top_know {
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
}header .top_know::before {
    left: 0;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    bottom: 0;
    background: linear-gradient(to right, rgb(150,163,183), rgb(114,125,140));
}header .top_know:hover {
    color: rgb(150,163,183);
    transform: translateY(-2px);
}header .top_know:hover::before {
    width: 100%;
}header .top_sitewrap {
    position: relative;
    text-decoration: none;
    align-items: center;
    display: flex;
    z-index: 2;
}header .top_sitewrap svg {
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    height: 40px;
}header .top_sitewrap:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(150,163,183,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .top_master {
    gap: 1.5rem;
}header .top_know {
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .nav_lead {
    padding: 1rem 0;
    gap: 1rem;
    flex-direction: column-reverse;
}header .top_sitewrap {
    margin-bottom: 0.5rem;
}header .top_master {
    width: 100%;
    justify-content: flex-start;
    padding: 0.5rem 0;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}header .top_master::before {
    display: none;
}header .top_know {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    white-space: nowrap;
}header .top_know::before {
    display: none;
}}.newsletter_subscription {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: rgb(187,200,220);
    padding: 5rem 3rem;
}.newsletter_subscription::before {
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(150,163,183,0.5) 49%, rgb(150,163,183,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(114,125,140,0.5) 49%, rgb(114,125,140,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    width: 100%;
    position: absolute;
    left: 0;
}.newsletter_subscription::after {
    bottom: 0;
    content: "";
    right: 0;
    animation: shift 10s infinite alternate;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(135deg, transparent, rgb(150,163,183,0.5));
    position: absolute;
    height: 70%;
    width: 40%;
}.newsletter_subscription .student_journey {
    grid-template-columns: 2fr 3fr;
    position: relative;
    display: grid;
    gap: 0;
}.newsletter_subscription .student_journey::before {
    opacity: 0.5;
    height: 1px;
    transform: translateY(-50%) rotate(-5deg);
    background: linear-gradient(90deg, rgb(150,163,183,0.5), transparent);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
}.newsletter_subscription p {
    color: #000000;
    justify-content: center;
    grid-column: 1 / 2;
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 300;
    flex-direction: column;
    display: flex;
    line-height: 1.6;
    transform-origin: left center;
    padding-right: 2rem;
    position: relative;
    font-size: calc(17px * 1.2);
    letter-spacing: 1px;
}.newsletter_subscription p::after {
    background: linear-gradient(to bottom, transparent, rgb(150,163,183,0.5), transparent);
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    top: 0;
    height: 100%;
}.newsletter_subscription .input_holder {
    position: relative;
    grid-column: 2 / 3;
    align-items: center;
    margin-left: 2rem;
    display: flex;
}.newsletter_subscription .sub_component {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    flex: 1;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px 0 0 10px;
    font-size: 17px;
    border: 1px solid transparent;
}.newsletter_subscription .sub_component:focus {
    outline: none;
    border-color: rgb(150,163,183,0.5);
}.newsletter_subscription .sub_component::placeholder {
    transition: all 0.3s ease;
    color: #000000;
    opacity: 0.7;
}.newsletter_subscription .sub_component:focus::placeholder {
    opacity: 0.3;
    transform: translateY(-10px);
}.newsletter_subscription .sub_strategy {
    position: relative;
    border: none;
    background-color: rgb(150,163,183);
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    padding: 1.2rem 2rem;
    letter-spacing: 1px;
    overflow: hidden;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ffffff;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
}.newsletter_subscription .sub_strategy::before {
    left: 0;
    transition: transform 0.3s ease;
    z-index: -1;
    background-color: rgb(114,125,140);
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    transform: translateX(-100%);
}.newsletter_subscription .sub_strategy:hover::before {
    transform: translateX(0);
}.newsletter_subscription .sub_strategy:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.newsletter_subscription {
    padding: 3rem 1.5rem;
}.newsletter_subscription .student_journey {
    grid-template-columns: 1fr;
    gap: 2rem;
}.newsletter_subscription p {
    padding-bottom: 1.5rem;
    text-align: center;
    padding-right: 0;
    grid-column: 1 / 2;
}.newsletter_subscription p::after {
    left: 50%;
    width: 50%;
    right: auto;
    background: linear-gradient(to right, transparent, rgb(150,163,183,0.5), transparent);
    height: 1px;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
}.newsletter_subscription .input_holder {
    margin-left: 0;
    flex-direction: column;
    grid-column: 1 / 2;
}.newsletter_subscription .sub_component {
    margin-bottom: 1rem;
    border-radius: 10px;
    width: 100%;
}.newsletter_subscription .sub_strategy {
    width: 100%;
    border-radius: 10px;
}}.reach_out_info {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgba(255,255,255,0.97) 100%);
    padding: 7rem 2rem;
}.reach_out_info::before {
    position: absolute;
    height: 40%;
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    right: -5%;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(120deg, rgb(150,163,183,0.5) 0%, rgb(114,125,140,0.5) 100%);
    width: 40%;
    top: -10%;
    content: "";
    filter: blur(40px);
    opacity: 0.2;
}.reach_out_info::after {
    opacity: 0.15;
    position: absolute;
    height: 35%;
    animation: float 18s ease-in-out infinite reverse;
    width: 35%;
    bottom: -10%;
    content: "";
    filter: blur(30px);
    left: -5%;
    background: linear-gradient(220deg, rgb(114,125,140,0.5) 0%, rgb(150,163,183,0.5) 100%);
    transform: rotate(12deg) translateZ(0);
    z-index: 0;
}.reach_out_info h1 {
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    z-index: 2;
    font-size: 42px;
    letter-spacing: -0.02em;
    color: #000000;
    font-weight: 700;
}.reach_out_info h1::after {
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(150,163,183) 0%, rgb(114,125,140) 100%);
    width: 80px;
    border-radius: 10px;
}.reach_out_info .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.reach_out_info .send_feedback {
    box-shadow: 0 10px 30px rgba(0,0,0,0.04), 
                0 1px 5px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(150,163,183,0.5), 0.03);
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    display: grid;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    border-radius: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255,255,255,0.1);
}.reach_out_info .send_feedback:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.06), 
                0 1px 8px rgba(0,0,0,0.04),
                0 20px 40px rgba(rgb(150,163,183,0.5), 0.04);
}.reach_out_info .send_feedback > div {
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
}.reach_out_info .send_feedback > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}.reach_out_info .send_feedback > div:first-child {
    padding: 2.5rem;
    line-height: 1.7;
    letter-spacing: -0.01em;
    background: linear-gradient(145deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 100%);
    color: #000000;
    border-left: 4px solid rgb(150,163,183);
    font-size: calc(17px + 0.1rem);
}.reach_out_info h6 {
    align-items: center;
    font-size: 17px;
    display: flex;
    color: #000000;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
}.reach_out_info h6 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.reach_out_info h6:hover svg {
    transform: translateY(-2px);
}.reach_out_info span {
    color: #000000;
    font-size: 17px;
    border-left: 2px solid rgb(114,125,140,0.5);
    line-height: 1.6;
    padding-left: 1.5rem;
    display: block;
    margin-top: 0.5rem;
}.reach_out_info .quick_reach {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.reach_out_info .quick_reach > div {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.reach_out_info .quick_reach > div:hover {
    transform: scale(1.03) translateX(5px);
}.reach_out_info .instant_request {
    background: rgba(255,255,255,0.4);
    align-items: center;
    padding: 0.75rem 1rem;
    color: #000000;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 17px;
}.reach_out_info .instant_request:hover {
    color: rgb(150,163,183);
    border-left-color: rgb(150,163,183);
    background: rgba(255,255,255,0.8);
}.reach_out_info .instant_request svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.reach_out_info .instant_request:hover svg {
    transform: translateX(3px);
}.reach_out_info svg {
    width: 20px;
    opacity: 0.85;
    height: 20px;
}.reach_out_info svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.reach_out_info .instant_request:hover svg path {
    fill: rgb(150,163,183);
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0) translateZ(0);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px) translateZ(0);
    }
}

@media (min-width: 768px) {.reach_out_info {
    padding: 8rem 3rem;
}.reach_out_info h1 {
    margin-bottom: 4rem;
}.reach_out_info .send_feedback {
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    gap: 3rem;
}.reach_out_info .send_feedback > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.reach_out_info {
    padding: 10rem 4rem;
}.reach_out_info h1 {
    margin-bottom: 5rem;
}.reach_out_info .send_feedback {
    grid-template-columns: 2fr 1fr 1fr;
}.reach_out_info .send_feedback > div:first-child {
    align-items: center;
    display: flex;
    grid-column: 1;
    grid-row: span 2;
}.reach_out_info .quick_reach {
    gap: 1.5rem;
}
}

@media (hover: hover) {.reach_out_info .send_feedback > div {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.reach_out_info .instant_request {
    overflow: hidden;
    position: relative;
}.reach_out_info .instant_request::before {
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    transition: transform 0.6s ease;
    position: absolute;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.reach_out_info .instant_request:hover::before {
    transform: translateX(100%);
}
}

@media (max-width: 767px) {.reach_out_info {
    padding: 5rem 1.5rem;
}.reach_out_info h1 {
    margin-bottom: 3rem;
    font-size: calc(42px - 0.2rem);
}.reach_out_info .send_feedback {
    padding: 1.5rem;
    gap: 1.5rem;
}.reach_out_info .send_feedback > div {
    padding: 1.25rem;
}.reach_out_info .send_feedback > div:first-child {
    padding: 1.5rem;
}.reach_out_info h6 {
    font-size: calc(17px - 0.1rem);
}.reach_out_info span {
    padding-left: 1rem;
    font-size: calc(17px - 0.1rem);
}.reach_out_info .quick_reach {
    gap: 1rem;
}.reach_out_info .instant_request {
    font-size: calc(17px - 0.1rem);
    padding: 0.6rem 0.75rem;
}}.course_demographic {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgb(114,125,140,0.5) 100%);
    position: relative;
}.course_demographic::before {
    background: 
        linear-gradient(45deg, transparent 45%, rgb(150,163,183,0.5) 46%, rgb(150,163,183,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(114,125,140,0.5) 46%, rgb(114,125,140,0.5) 54%, transparent 55%);
    left: 0;
    content: '';
    top: 0;
    z-index: 1;
    position: absolute;
    background-size: 50px 50px;
    opacity: 0.1;
    height: 100%;
    width: 100%;
}.course_demographic::after {
    animation: pulseDots 10s infinite alternate;
    opacity: 0.4;
    background-image: radial-gradient(circle at 50% 50%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(150,163,183,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(150,163,183,0.5) 0%, transparent 2%);
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 180px 180px;
    height: 100%;
    left: 0;
    z-index: 1;
    content: '';
}.course_demographic .student_journey {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.course_demographic h3 {
    font-size: 29px;
    border-left: 4px solid rgb(150,163,183);
    box-shadow: -5px 0 15px rgb(150,163,183,0.5);
    margin-bottom: 3rem;
    text-align: left;
    padding-left: 1.5rem;
    color: rgb(114,125,140);
    position: relative;
    font-weight: 700;
}.course_demographic ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    gap: 2rem;
}.course_demographic li {
    display: flex;
    padding: 1.8rem;
    align-items: center;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course_demographic li::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
}.course_demographic li::after {
    top: 0;
    position: absolute;
    transition: width 0.4s ease, opacity 0.4s ease;
    opacity: 0.7;
    left: 0;
    content: '';
    background: rgb(150,163,183);
    height: 100%;
    width: 5px;
}.course_demographic li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(150,163,183,0.5);
    transform: translateY(-5px) scale(1.02);
    background-color: rgba(255, 255, 255, 0.2);
}.course_demographic li:hover::after {
    opacity: 1;
    width: 8px;
}.course_demographic li svg {
    filter: drop-shadow(0 0 8px rgb(150,163,183,0.5));
    animation: pulseIcon 3s infinite alternate;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    height: 40px;
    fill: rgb(150,163,183);
    width: 40px;
    flex-shrink: 0;
}.course_demographic li:hover svg {
    animation-duration: 1.5s;
}.course_demographic li svg path {
    transition: all 0.4s ease;
}.course_demographic li:hover svg path {
    fill: rgb(150,163,183);
}.course_demographic li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}.course_demographic li:nth-child(1)::after {
    animation-delay: 0s;
}.course_demographic li:nth-child(2)::after {
    animation-delay: 0.5s;
}.course_demographic li:nth-child(3)::after {
    animation-delay: 1s;
}.course_demographic li:nth-child(4)::after {
    animation-delay: 1.5s;
}.course_demographic li:nth-child(1) svg {
    animation-delay: 0s;
}.course_demographic li:nth-child(2) svg {
    animation-delay: 1s;
}.course_demographic li:nth-child(3) svg {
    animation-delay: 0.5s;
}.course_demographic li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(150,163,183,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(150,163,183));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(150,163,183,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(150,163,183);
    }
}

@media (max-width: 991px) {.course_demographic {
    padding: 4rem 0;
}.course_demographic h3 {
    font-size: calc(29px * 0.9);
    padding-left: 1.2rem;
}.course_demographic li {
    padding: 1.5rem;
}.course_demographic li svg {
    margin-right: 1.2rem;
    height: 35px;
    width: 35px;
}
}

@media (max-width: 767px) {.course_demographic {
    padding: 3rem 0;
}.course_demographic ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_demographic h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.8);
    padding-bottom: 1rem;
    box-shadow: 0 5px 15px rgb(150,163,183,0.5);
    padding-left: 0;
    border-left: none;
    border-bottom: 4px solid rgb(150,163,183);
    text-align: center;
}.course_demographic li {
    padding: 1.2rem;
}.course_demographic li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}.about_this {
    position: relative;
    padding: 90px 0;
    background-color: rgb(187,200,220);
    overflow: hidden;
}.about_this::before {
    width: 40%;
    top: 0;
    height: 100%;
    opacity: 0.4;
    background: radial-gradient(circle at top right, rgb(150,163,183,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
}.about_this::after {
    background: radial-gradient(circle at bottom left, rgb(114,125,140,0.5) 0%, transparent 70%);
    content: "";
    height: 60%;
    z-index: 1;
    left: 0;
    width: 30%;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
}.about_this .container {
    z-index: 2;
    position: relative;
}.about_this .student_journey {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    display: grid;
}.about_this h3 {
    font-size: 29px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    grid-column: 1 / -1;
    text-align: center;
}.about_this h3::after {
    position: absolute;
    background: linear-gradient(to right, rgb(150,163,183), rgb(114,125,140));
    left: 50%;
    height: 3px;
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
}.about_this .study_programs {
    display: flex;
    background: #ffffff;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
}.about_this .study_programs:hover {
    transform: translateX(10px);
}.about_this .study_programs span {
    color: rgb(150,163,183);
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}.about_this .study_programs span::after {
    position: absolute;
    content: "";
    width: 40px;
    background-color: rgb(114,125,140);
    bottom: -5px;
    height: 2px;
    left: 0;
}.about_this .study_programs p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.7;
}.about_this .post_thumbnail {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    height: 250px;
    position: relative;
    overflow: hidden;
}.about_this .post_thumbnail::after {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    top: 0;
    left: 0;
}.about_this .training_classes {
    background: #ffffff;
    position: relative;
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    flex-direction: column;
    padding: 30px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
}.about_this .training_classes:hover {
    transform: translateX(-10px);
}.about_this .training_classes p {
    line-height: 1.7;
    color: #000000;
    padding-top: 15px;
    font-size: 13px;
    margin-bottom: 25px;
    position: relative;
}.about_this .mentor_values {
    height: 250px;
    border-radius: 13px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}.about_this .mentor_values::after {
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
}.about_this .study_programs,
.about_this .training_classes {
    border-top: 4px solid rgb(150,163,183);
}.about_this .training_classes {
    border-color: rgb(114,125,140);
}.about_this .student_journey::before {
    animation: rotate 30s linear infinite;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    opacity: 0.4;
    content: "";
    border: 2px dotted rgb(150,163,183,0.5);
    left: -100px;
    top: -100px;
    z-index: -1;
    height: 200px;
}.about_this .student_journey::after {
    content: "";
    bottom: -75px;
    opacity: 0.4;
    animation: rotate 20s linear infinite reverse;
    right: -75px;
    border-radius: 50%;
    border: 2px dotted rgb(114,125,140,0.5);
    z-index: -1;
    height: 150px;
    width: 150px;
    position: absolute;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.about_this {
    padding: 80px 0;
}.about_this .student_journey {
    grid-gap: 40px;
}.about_this h3 {
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.about_this .student_journey {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}.about_this h3 {
    margin-bottom: 35px;
}.about_this .study_programs:hover,
    .about_this .training_classes:hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.about_this {
    padding: 60px 0;
}.about_this h3 {
    font-size: calc(29px * 0.9);
}.about_this .study_programs,
    .about_this .training_classes {
    padding: 25px;
}.about_this .study_programs span {
    font-size: calc(20px * 0.9);
}.about_this .post_thumbnail,
    .about_this .mentor_values {
    height: 220px;
}
}

@media (max-width: 576px) {.about_this {
    padding: 50px 0;
}.about_this h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.about_this .study_programs,
    .about_this .training_classes {
    padding: 20px;
}.about_this .study_programs p,
    .about_this .training_classes p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.about_this .post_thumbnail,
    .about_this .mentor_values {
    height: 200px;
}}

.about_this .study_programs::before,
.about_this .training_classes::before {
    z-index: -1;
    background: rgb(150,163,183);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    top: -10px;
    content: "";
    right: 30px;
    position: absolute;
}.about_this .training_classes::before {
    background: rgb(114,125,140);
}.about_this .study_programs,
.about_this .training_classes {
    overflow: hidden;
}.about_this .study_programs::after,
.about_this .training_classes::after {
    height: 100px;
    right: -50%;
    position: absolute;
    top: -50%;
    width: 100px;
    opacity: 0.2;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (min-width: 1400px) {.about_this .container {
    max-width: 1320px;
}}.welcome {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgba(94,170,168,0.05) 100%);
}.welcome::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(94,170,168,0.03),
        rgba(94,170,168,0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    pointer-events: none;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}.welcome::after {
    top: -50%;
    content: "";
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle, rgba(94,170,168,0.1) 0%, transparent 70%);
    right: -50%;
    width: 100%;
    height: 100%;
    z-index: 0;
}.welcome h1 {
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), opacity 0.5s ease;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    opacity: 1;
    z-index: 5;
    font-size: calc(23px * 1.2);
    transform: translateY(0);
}.welcome h1::after {
    content: "";
    bottom: -10px;
    height: 3px;
    background: rgb(150,163,183);
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 2px 10px rgba(94,170,168,0.3);
    width: 60px;
    position: absolute;
}.welcome .student_journey {
    position: relative;
    z-index: 2;
    flex-direction: column;
    display: flex;
    gap: 2rem;
}.welcome .text_dock {
    transform: translateY(0);
    overflow: hidden;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 3px rgba(0,0,0,0.05),
                0 20px 40px rgba(94,170,168,0.04);
    justify-content: center;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    border-radius: 10px;
    flex: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}.welcome .text_dock::before {
    background: linear-gradient(to bottom, rgb(150,163,183), rgba(94,170,168,0.5));
    left: 0;
    content: "";
    height: 100%;
    width: 5px;
    top: 0;
    position: absolute;
}.welcome .text_dock ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.welcome .text_dock li {
    margin-bottom: 1.5rem;
}.welcome .start_begin {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.welcome .start_begin svg {
    height: 80px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 3px 6px rgba(94,170,168,0.2));
    width: 80px;
}.welcome .start_begin svg:hover {
    transform: translateY(-5px) scale(1.05);
}.welcome .start_begin svg path {
    transition: fill 0.3s ease;
}.welcome .start_begin svg text {
    letter-spacing: -0.5px;
    font-family: Arial, sans-serif;
}.welcome .start_begin p {
    line-height: 1.6;
    z-index: 2;
    font-size: 15px;
    color: #000000;
    text-align: center;
    position: relative;
    margin: 0;
}.welcome .connect_links {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3),
                0 1px 2px rgba(0,0,0,0.1);
    max-width: 250px;
    font-size: 15px;
    position: relative;
    margin: 1rem auto;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(150,163,183) 0%, rgb(94,190,180) 100%);
    display: block;
    padding: 1rem 2rem;
    color: #ffffff;
}.welcome .connect_links::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    content: "";
}.welcome .connect_links:hover {
    box-shadow: 0 7px 20px rgba(94,170,168,0.4),
                0 2px 5px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.welcome .connect_links:hover::before {
    left: 100%;
}.welcome .connect_links:active {
    box-shadow: 0 2px 10px rgba(94,170,168,0.3);
    transform: translateY(1px);
}.welcome .post_thumbnail {
    transform: translateY(0) rotate(0deg);
    overflow: hidden;
    height: 300px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15),
                0 5px 10px rgba(0,0,0,0.05);
    position: relative;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}.welcome .post_thumbnail::before {
    background: linear-gradient(to bottom, 
        rgba(94,170,168,0.2) 0%, 
        rgba(0,0,0,0.3) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
}.welcome .post_thumbnail::after {
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to top, 
        rgba(0,0,0,0.5) 0%, 
        transparent 100%);
    width: 100%;
    z-index: 1;
    height: 30%;
    left: 0;
}.welcome .text_dock:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1), 
                0 3px 8px rgba(0,0,0,0.05),
                0 30px 50px rgba(94,170,168,0.06);
}.welcome .post_thumbnail:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2),
                0 10px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px) rotate(1deg);
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.welcome h1 {
    animation: fadeIn 0.8s ease-out forwards;
}.welcome .text_dock {
    animation: fadeIn 1s ease-out 0.2s forwards;
}.welcome .post_thumbnail {
    animation: fadeIn 1s ease-out 0.4s forwards;
}


@media (min-width: 768px) {.welcome {
    padding: 6rem 3rem;
}.welcome h1 {
    font-size: calc(29px * 0.8);
    margin-bottom: 3.5rem;
}.welcome .student_journey {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.welcome .text_dock {
    padding: 3rem;
}.welcome .start_begin svg {
    width: 100px;
    height: 100px;
}.welcome .post_thumbnail {
    transform: rotate(2deg);
    height: 450px;
    flex: 1;
}.welcome .post_thumbnail:hover {
    transform: translateY(-10px) rotate(0deg);
}
}

@media (min-width: 992px) {.welcome {
    padding: 7rem 5rem;
}.welcome h1 {
    font-size: 29px;
}.welcome .student_journey {
    gap: 5rem;
}.welcome .text_dock {
    max-width: 50%;
}.welcome .start_begin p {
    font-size: calc(15px * 1.1);
}.welcome .post_thumbnail {
    height: 500px;
}
}

@media (max-width: 767px) {.welcome h1 {
    font-size: calc(23px * 1.1);
}.welcome .start_begin svg {
    width: 70px;
    height: 70px;
}.welcome .connect_links {
    padding: 0.9rem 1.8rem;
    font-size: calc(15px * 0.95);
}.welcome .post_thumbnail {
    height: 250px;
    transform: rotate(0);
}
}

@media (max-width: 480px) {.welcome {
    padding: 4rem 1.5rem;
}.welcome h1 {
    font-size: 23px;
}.welcome .text_dock {
    padding: 1.5rem;
}.welcome .start_begin svg {
    height: 60px;
    width: 60px;
}.welcome .start_begin p {
    font-size: calc(15px * 0.95);
}.welcome .post_thumbnail {
    height: 200px;
}}.appMessage {
    padding: 5rem 0;
    isolation: isolate;
    position: relative;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgba(rgb(150,163,183,0.5), 0.1) 100%);
    overflow: hidden;
}.appMessage::before {
    transform: rotate(-15deg) translateZ(0);
    opacity: 0.15;
    position: absolute;
    content: "";
    z-index: -1;
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(225deg, rgb(150,163,183) 0%, transparent 70%);
    top: -5%;
    height: 45%;
    filter: blur(20px);
    right: -5%;
    width: 45%;
}.appMessage::after {
    opacity: 0.15;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 35%;
    z-index: -1;
    bottom: -5%;
    content: "";
    left: -5%;
    transform: rotate(15deg) translateZ(0);
    filter: blur(20px);
    position: absolute;
    background: linear-gradient(45deg, rgb(114,125,140) 0%, transparent 70%);
    width: 35%;
}.appMessage .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.appMessage .student_journey {
    position: relative;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    padding: clamp(2rem, 5vw, 4rem);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(150,163,183,0.5), 0.05);
}.appMessage .student_journey:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(150,163,183,0.5), 0.1);
}.appMessage .student_journey > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.appMessage .student_journey > div:first-child::after {
    bottom: 0;
    width: 80%;
    height: 3px;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform-origin: left center;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(150,163,183) 0%, transparent 100%);
    position: absolute;
    transform: scaleX(0);
}.appMessage h5 {
    font-size: clamp(calc(23px * 0.8), 4vw, 23px);
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    margin: 0;
}.appMessage .student_journey > div:last-child {
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    position: relative;
    opacity: 0;
}.appMessage .student_journey > div:last-child::before {
    width: 80px;
    background: linear-gradient(135deg, rgb(114,125,140) 0%, transparent 80%);
    transform: translateZ(0);
    right: -40px;
    animation: pulse 6s ease-in-out infinite alternate;
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
    height: 80px;
    content: "";
    top: -10px;
    position: absolute;
}.appMessage p {
    transition: color 0.3s ease;
    font-size: clamp(calc(15px * 0.95), 3vw, 15px);
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.appMessage a {
    padding: 0.5rem 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}.appMessage a:hover {
    transform: translateX(5px);
}.appMessage a:hover p {
    color: rgb(150,163,183);
}.appMessage a::after {
    bottom: 0;
    opacity: 0.5;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left center;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(114,125,140) 0%, transparent 100%);
    content: "";
    width: 100%;
    transform: scaleX(0.3);
}.appMessage a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(0) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) translateZ(0) translate(10px, -10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}

@media (min-width: 768px) {.appMessage {
    padding: 7rem 0;
}.appMessage .student_journey {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: clamp(3rem, 6vw, 5rem);
}.appMessage .student_journey > div:first-child {
    padding-right: 2rem;
    padding-bottom: 0;
}.appMessage .student_journey > div:first-child::after {
    right: 0;
    bottom: auto;
    width: 3px;
    height: 70%;
    top: 15%;
    transform-origin: top center;
    background: linear-gradient(180deg, rgb(150,163,183) 0%, transparent 100%);
    left: auto;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: scaleY(0);
}.appMessage h5 {
    text-align: left;
}
}

@media (min-width: 992px) {.appMessage .student_journey {
    gap: 6rem;
}.appMessage h5 {
    font-size: 23px;
}.appMessage p {
    font-size: 15px;
}
}

@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@media (max-width: 480px) {.appMessage {
    padding: 4rem 0;
}.appMessage .student_journey {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 2rem 1.5rem;
}.appMessage h5 {
    font-size: calc(23px * 0.75);
}.appMessage p {
    font-size: calc(15px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.appMessage::before,
    .appMessage::after,
    .appMessage .student_journey,
    .appMessage .student_journey > div:first-child::after,
    .appMessage h5,
    .appMessage .student_journey > div:last-child,
    .appMessage .student_journey > div:last-child::before,
    .appMessage a,
    .appMessage a::after {
    animation: none;
    transition: opacity 0.3s ease;
}.appMessage .student_journey > div:first-child::after,
    .appMessage a::after {
    transform: none;
}}.course_program_details {
    overflow: hidden;
    position: relative;
    background: rgb(187,200,220);
    padding: 100px 0;
}.course_program_details::before {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(150,163,183,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(114,125,140,0.5) 0%, transparent 40%);
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
}.course_program_details::after {
    animation: gridMove 20s linear infinite;
    content: "";
    opacity: 0.2;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}.course_program_details .container {
    z-index: 1;
    position: relative;
}.course_program_details .student_journey {
    display: flex;
    min-height: 500px;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
}.course_program_details .post_thumbnail {
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
}.course_program_details .post_thumbnail::before {
    z-index: 1;
    content: "";
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    top: 0;
}.course_program_details .future_class {
    position: relative;
    grid-template-columns: 60% 40%;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 30px;
    z-index: 2;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
}.course_program_details .nav_main {
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(150,163,183,0.5);
    width: 80px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    justify-self: center;
    height: 80px;
    position: relative;
    border-radius: 50%;
    grid-area: logo;
    z-index: 10;
    background: #ffffff;
}.course_program_details .nav_main::before {
    animation: spin 10s linear infinite;
    z-index: -1;
    position: absolute;
    background: conic-gradient(
        from 0deg, 
        rgb(150,163,183,0.5), 
        rgb(114,125,140,0.5), 
        rgb(150,163,183,0.5)
    );
    right: -8px;
    bottom: -8px;
    opacity: 0.6;
    left: -8px;
    top: -8px;
    content: "";
    border-radius: 50%;
}.course_program_details .nav_main::after {
    bottom: -15px;
    opacity: 0.3;
    left: -15px;
    right: -15px;
    border: 1px solid rgb(150,163,183,0.5);
    content: "";
    border-radius: 50%;
    top: -15px;
    animation: pulse 4s ease-in-out infinite;
    position: absolute;
    z-index: -2;
}.course_program_details .nav_main:hover {
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(150,163,183,0.5);
    transform: scale(1.1) rotate(5deg);
}.course_program_details .nav_main svg {
    height: 45px;
    width: 45px;
    transition: transform 0.5s ease;
}.course_program_details .nav_main:hover svg {
    transform: rotate(-10deg);
}.course_program_details .nav_main svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,163,183);
}.course_program_details .nav_main:hover svg path {
    fill: rgb(114,125,140);
}.course_program_details h3 {
    z-index: 5;
    border-radius: 0 18px 18px 0;
    transform: translateX(-5%);
    background: #ffffff;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    grid-area: title;
    font-weight: 700;
    font-size: 28px;
    padding: 30px 40px;
    transition: all 0.5s ease;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: 0;
    position: relative;
    color: #000000;
}.course_program_details h3::before {
    right: 10px;
    top: 10px;
    opacity: 0.5;
    content: "";
    z-index: -1;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    border-radius: 0 10px 10px 0;
    bottom: 10px;
    position: absolute;
    border: 1px dashed rgb(150,163,183,0.5);
    left: 10px;
}.course_program_details h3::after {
    height: 3px;
    position: absolute;
    bottom: 15px;
    content: "";
    border-radius: 10px;
    left: 40px;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
    transition: width 0.4s ease;
    width: 60px;
}.course_program_details .future_class:hover h3 {
    transform: translateX(0%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.course_program_details .future_class:hover h3::after {
    width: 100px;
}.course_program_details p {
    color: #000000;
    position: relative;
    padding-right: 70px;
    margin: 0;
    grid-area: desc;
    transform: translateX(-10%);
    transition: all 0.5s ease 0.1s;
    padding: 35px 40px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    font-size: 17px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    z-index: 4;
    background: #ffffff;
    border-radius: 0 18px 18px 0;
}.course_program_details p::before {
    top: 10px;
    position: absolute;
    right: 10px;
    content: "";
    z-index: -1;
    opacity: 0.5;
    bottom: 10px;
    border: 1px dashed rgb(114,125,140,0.5);
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    border-radius: 0 10px 10px 0;
    left: 10px;
}.course_program_details .future_class:hover p {
    transform: translateX(-5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.course_program_details .post_thumbnail::after {
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
    top: 0;
    width: 100%;
    opacity: 0.5;
    transition: opacity 0.5s ease;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}.course_program_details .future_class::after {
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 18px 0 0 18px;
    transform: translateX(15%);
    z-index: 2;
    background-size: cover;
    position: relative;
    background-position: center bottom;
    background: inherit;
    content: "";
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0.1s;
    height: 100%;
    grid-area: photo2;
}.course_program_details .future_class:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}.course_program_details .future_class:hover::after {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(10%);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_program_details {
    padding: 80px 0;
}.course_program_details .future_class {
    grid-template-columns: 55% 45%;
    gap: 25px;
}.course_program_details h3 {
    font-size: calc(28px - 2px);
    padding: 25px 35px;
}.course_program_details p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_details {
    padding: 70px 0;
}.course_program_details .student_journey {
    min-height: auto;
}.course_program_details .future_class {
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto 250px;
}.course_program_details h3 {
    transform: none;
    clip-path: none;
    border-radius: 18px;
    font-size: calc(28px - 4px);
    padding: 25px 30px;
}.course_program_details h3::before {
    clip-path: none;
    border-radius: 10px;
}.course_program_details p {
    clip-path: none;
    transform: none;
    border-radius: 18px;
    padding: 25px 30px;
}.course_program_details p::before {
    border-radius: 10px;
    clip-path: none;
}.course_program_details .future_class::before,
    .course_program_details .future_class::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    border-radius: 18px;
    transform: none;
    height: 250px;
}.course_program_details .future_class::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_program_details .future_class:hover h3,
    .course_program_details .future_class:hover p,
    .course_program_details .future_class:hover::before,
    .course_program_details .future_class:hover::after {
    transform: none;
}.course_program_details .nav_main {
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
}.course_program_details .nav_main svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 767px) {.course_program_details {
    padding: 60px 0;
}.course_program_details .student_journey {
    min-height: auto;
}.course_program_details .future_class {
    gap: 15px;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
    grid-template-rows: auto auto auto 200px;
    grid-template-columns: 1fr;
}.course_program_details h3 {
    font-size: calc(28px - 6px);
    transform: none;
    padding: 20px 25px;
    border-radius: 18px;
    clip-path: none;
}.course_program_details h3::before {
    display: none;
}.course_program_details h3::after {
    width: 50px;
    left: 25px;
    bottom: 10px;
    height: 2px;
}.course_program_details p {
    clip-path: none;
    transform: none;
    padding: 20px 25px;
    font-size: calc(17px - 1px);
    line-height: 1.6;
    border-radius: 18px;
}.course_program_details p::before {
    display: none;
}.course_program_details .future_class::before {
    clip-path: none;
    border-radius: 18px;
    height: 200px;
    transform: none;
}.course_program_details .future_class::after {
    display: none;
}.course_program_details .future_class:hover h3,
    .course_program_details .future_class:hover p,
    .course_program_details .future_class:hover::before {
    transform: none;
}.course_program_details .nav_main {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}.course_program_details .nav_main::before,
    .course_program_details .nav_main::after {
    display: none;
}.course_program_details .nav_main svg {
    width: 35px;
    height: 35px;
}}.education_experience {
    overflow: hidden;
    background-color: rgb(187,200,220);
    padding: 6rem 0;
    position: relative;
}.education_experience::before {
    content: "";
    left: 0;
    background-size: 30px 30px;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    right: 0;
    opacity: 0.6;
    top: 0;
    bottom: 0;
}.education_experience .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.education_experience .client_review {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    padding: 3rem;
    grid-template-columns: 1fr;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 16px;
    display: grid;
    background: linear-gradient(145deg, #ffffff, rgb(187,200,220));
}.education_experience .client_review:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.education_experience .post_thumbnail {
    height: 150px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(30px);
    border-radius: 16px;
    margin: 0 auto;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    width: 150px;
}.education_experience .client_review:hover .post_thumbnail {
    transform: translateZ(50px) scale(1.05);
}.education_experience .name {
    font-weight: 700;
    font-size: calc(24px * 1.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(20px);
    color: rgb(150,163,183);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
    text-align: center;
}.education_experience .client_review:hover .name {
    transform: translateZ(30px);
}.education_experience .client_review div:nth-child(2) div {
    margin-bottom: 1rem;
    text-align: center;
    color: rgb(114,125,140);
    font-weight: 600;
    font-size: calc(16px * 0.95);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    transform: translateZ(15px);
}.education_experience .client_review:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.education_experience .career_insights {
    position: relative;
    backdrop-filter: blur(5px);
    transform: translateZ(10px);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}.education_experience .client_review:hover .career_insights {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.education_experience .career_insights::before {
    font-family: serif;
    top: -1.5rem;
    transition: all 0.4s ease;
    font-size: 5rem;
    content: "";
    color: rgb(150,163,183,0.5);
    opacity: 0.3;
    left: 1rem;
    position: absolute;
    line-height: 1;
}.education_experience .client_review:hover .career_insights::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.education_experience {
    padding: 8rem 0;
}.education_experience .client_review {
    align-items: center;
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: auto 1fr 2fr;
}.education_experience .post_thumbnail {
    margin: 0;
    height: 180px;
    width: 180px;
}.education_experience .name {
    text-align: left;
    font-size: calc(24px * 1.2);
}.education_experience .client_review div:nth-child(2) div {
    font-size: 16px;
    text-align: left;
}.education_experience .career_insights {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.education_experience {
    padding: 10rem 0;
}.education_experience .container {
    padding: 0 3rem;
}.education_experience .client_review {
    padding: 5rem;
    gap: 4rem;
}.education_experience .post_thumbnail {
    width: 220px;
    height: 220px;
}.education_experience .name {
    font-size: calc(24px * 1.3);
    margin-bottom: 0.75rem;
}.education_experience .client_review div:nth-child(2) div {
    font-size: calc(16px * 1.05);
    margin-bottom: 1.5rem;
}.education_experience .career_insights {
    font-size: calc(16px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.education_experience .client_review {
    padding: 2.5rem 1.5rem;
}.education_experience .post_thumbnail {
    width: 120px;
    height: 120px;
}.education_experience .name {
    margin-top: 1rem;
}.education_experience .career_insights {
    padding: 1.5rem;
}}.customer_comments {
    overflow: hidden;
    padding: 7rem 2rem;
    position: relative;
    background: linear-gradient(180deg, rgb(187,200,220) 0%, #ffffff 100%);
}.customer_comments::before {
    z-index: 0;
    width: 100%;
    opacity: 0.3;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(150,163,183,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(114,125,140,0.5) 0%, transparent 30%);
    position: absolute;
}.customer_comments::after {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(187,200,220) 80%);
    z-index: 0;
    opacity: 0.4;
    width: 100%;
    top: 0;
}.customer_comments .student_journey {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.customer_comments h4 {
    color: #000000;
    margin-bottom: 6rem;
    font-size: 31px;
    font-weight: 700;
    position: relative;
    text-align: center;
}.customer_comments h4::before {
    border: 2px solid rgb(150,163,183,0.5);
    z-index: -1;
    top: 50%;
    content: "";
    height: 120px;
    border-radius: 50%;
    width: 120px;
    opacity: 0.3;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}.customer_comments h4::after {
    z-index: -2;
    top: 50%;
    width: 80px;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(150,163,183,0.5);
    position: absolute;
    height: 80px;
    opacity: 0.1;
    border-radius: 50%;
}.customer_comments .feedback_carousel {
    margin: 0 -1.5rem;
    display: flex;
    perspective: 1000px;
    justify-content: center;
    flex-wrap: wrap;
}.customer_comments .client_review {
    position: relative;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    overflow: hidden;
    width: calc(33.33% - 3rem);
    padding: 2.5rem;
    background: #ffffff;
    transform: translateZ(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(114,125,140,0.5);
    border-radius: 11px;
    margin: 1.5rem;
}.customer_comments .client_review:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(150,163,183);
    transform: translateZ(30px);
}.customer_comments .client_review::before {
    transition: all 0.5s ease;
    opacity: 0;
    left: -50%;
    top: -50%;
    z-index: -1;
    height: 200%;
    background: radial-gradient(circle at center, rgb(150,163,183,0.5) 0%, transparent 70%);
    width: 200%;
    position: absolute;
    content: "";
}.customer_comments .client_review:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

.customer_comments .client_review::after {
    height: 20px;
    content: "";
    top: 20px;
    transition: all 0.3s ease;
    background: rgb(150,163,183,0.5);
    right: 20px;
    width: 20px;
    position: absolute;
    opacity: 0.5;
    border-radius: 50%;
}.customer_comments .client_review:hover::after {
    opacity: 0.7;
    transform: scale(1.5);
}.customer_comments .client_review .post_thumbnail {
    transform: translateZ(20px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    height: 100px;
    margin: 0 auto 1.5rem;
    position: relative;
    border-radius: 50%;
    transition: all 0.5s ease;
    border: 3px solid #ffffff;
    width: 100px;
}.customer_comments .client_review:hover .post_thumbnail {
    transform: translateZ(40px) scale(1.1);
}.customer_comments .client_review .post_thumbnail::before {
    width: calc(100% + 20px);
    content: "";
    transition: all 0.5s ease;
    top: -10px;
    border-radius: 50%;
    animation: spin 30s linear infinite;
    opacity: 0;
    left: -10px;
    position: absolute;
    border: 1px dashed rgb(114,125,140,0.5);
    height: calc(100% + 20px);
}.customer_comments .client_review:hover .post_thumbnail::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.customer_comments .client_review span {
    transform: translateZ(10px);
    text-align: center;
    display: block;
    transition: all 0.4s ease;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}.customer_comments .client_review:hover span {
    transform: translateZ(25px);
    color: rgb(150,163,183);
}.customer_comments .client_review p {
    transition: all 0.4s ease;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    transform: translateZ(5px);
    color: #000000;
    position: relative;
}.customer_comments .client_review:hover p {
    transform: translateZ(15px);
}.customer_comments .client_review:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.customer_comments .client_review:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 0.3s;
}.customer_comments .client_review:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.customer_comments .client_review:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.customer_comments {
    padding: 5rem 1.5rem;
}.customer_comments h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 4rem;
}.customer_comments .client_review {
    width: calc(50% - 3rem);
}.customer_comments .client_review:nth-child(3n+1),
    .customer_comments .client_review:nth-child(3n+2),
    .customer_comments .client_review:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.customer_comments {
    padding: 4rem 1rem;
}.customer_comments h4 {
    font-size: calc(31px * 0.8);
    margin-bottom: 3rem;
}.customer_comments .client_review {
    margin: 1rem 0;
    width: 100%;
}.customer_comments .client_review .post_thumbnail {
    height: 80px;
    width: 80px;
}.customer_comments .client_review:nth-child(n) {
    animation-name: float-mobile;
}
    
    @keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}