html,body {
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}

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

.head_sitewrap {
    flex: 1 0 auto;
}

.event_cal {
    flex: 0 0 auto;
}

.event_cal {
    position: relative;
    padding: 6rem 0 4rem;
    z-index: 1;
    color: #ffffff;
}

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


.course_offering {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(191,203,223) 0%, #ffffff 100%);
    padding: 120px 0;
}

.course_offering::after {
    filter: blur(50px);
    content: "";
    width: 200px;
    position: absolute;
    right: -50px;
    height: 200px;
    top: -50px;
    z-index: 0;
    background: rgb(121,131,146,0.5);
    transform: rotate(45deg);
}

.course_offering h2::after {
    transform-origin: left;
    width: 80px;
    animation: expandUnderline 1s 0.6s forwards;
    content: "";
    bottom: -15px;
    left: 0;
    background: rgb(156,169,187);
    height: 4px;
    transform: scaleX(0);
    position: absolute;
}

.course_offering .thumbnail_image {
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    height: 300px;
    z-index: 3;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.course_offering .thumbnail_image:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}

.course_offering .words_container::before {
    width: 4px;
    height: 0;
    top: 0;
    content: "";
    animation: expandVertical 1s 0.8s forwards;
    left: 0;
    background: rgb(156,169,187);
    position: absolute;
}

.course_offering .description {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    transform: translateY(0);
    line-height: 1.7;
    color: #000000;
    opacity: 0.95;
    font-size: calc(18px - 1px);
}

.course_offering .description:nth-child(2) {
    opacity: 0;
    animation: fadeInText 0.8s 0.8s forwards;
}

.title_intro .learn_sessions {
    width: 100%;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
}

.title_intro .virtual_school::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(
        to left,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
}

.title_intro .study_tech::before {
    position: absolute;
    content: '';
    mix-blend-mode: color;
    inset: 0;
    opacity: 0.3;
    background: rgb(156,169,187,0.5);
    z-index: 2;
}

.title_intro .study_tech img {
    filter: brightness(0.9) contrast(1.1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1s ease;
}

.title_intro .study_tech:hover img {
    transform: scale(1.05);
}

.title_intro .words_container::before {
    width: 70px;
    border-top: 4px solid rgb(156,169,187);
    top: -20px;
    left: -20px;
    content: '';
    position: absolute;
    opacity: 0.8;
    border-left: 4px solid rgb(156,169,187);
    height: 70px;
}

.title_intro .words_container h1 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 15px;
}

.title_intro .words_container p {
    line-height: 1.7;
    font-size: 17px;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 2.5rem;
}

.title_intro .words_container .inquiry_list {
    font-weight: 600;
    display: inline-block;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 14px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 29px;
    padding: 14px 35px;
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgb(156,169,187) 0%,
        rgb(121,131,146) 100%
    );
}

.title_intro .words_container .inquiry_list:hover::before {
    opacity: 1;
}

.cost_plan::before {
    background: linear-gradient(135deg, rgb(121,131,146,0.5), rgba(0, 0, 0, 0.5) 80%);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
}

.cost_plan .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.price_plan {
    position: relative;
}

.cost_plan h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(156,169,187), transparent);
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    content: "";
}

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

.cost_plan .cost_card li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}

.cost_plan .plan_options {
    overflow: hidden;
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    transform-style: preserve-3d;
    padding: 30px;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}

.cost_plan .sub_options {
    position: relative;
    transform: translateZ(20px);
    z-index: 2;
}

.cost_plan .pricing_pack h4::after {
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -8px;
    height: 2px;
    background: rgb(156,169,187);
    content: "";
}

.cost_plan .learning_cost {
    position: relative;
    display: block;
    margin-top: 20px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: right;
    font-size: calc(18px + 6px);
}

.cost_plan .learning_cost::before {
    right: 0;
    bottom: -10px;
    content: "";
    width: 60px;
    background: rgb(156,169,187);
    height: 2px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    position: absolute;
}

.cost_plan .pricing_pack:hover .plan_options::before {
    opacity: 0.05;
    transform: scale(3);
}

.cost_plan .pricing_pack:hover h4::after {
    width: 100%;
}

.privacySettingsBanner {
    border-top: 2px solid rgb(156,169,187);
    width: 100%;
    position: fixed;
    z-index: 90;
    bottom: 0;
    background: rgb(191,203,223);
}

.edu_track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.data_comply {
    margin-right: 10px;
    flex-shrink: 0;
}

.privacy_learn {
    cursor: pointer;
    line-height: 35px;
    color: rgb(156,169,187);
    flex-shrink: 0;
    font-size: 24px;
    white-space: nowrap;
    text-decoration: none;
    margin-left: 10px;
    border-bottom: 2px solid rgb(156,169,187);
    text-align: center;
    min-width: 120px;
}

.wrapping-container .edu_track {
    justify-content: space-between;
    padding: 40px 0;
}

.wrapping-container .cookie_all {
    text-align: left;
    color: #ffffff;
}

.wrapping-container .cookie_all h5 {
    font-weight: 700;
}

.wrapping-container .cookie_all h5, .wrapping-container .cookie_all p {
    color: #ffffff;
}

.connect_with_us::before {
    width: 100%;
    left: 0;
    height: 100%;
    animation: patternShift 30s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        rgb(156,169,187,0.5) 0,
        rgb(156,169,187,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: '';
    opacity: 0.05;
    z-index: 1;
    top: 0;
    position: absolute;
}

.connect_with_us .thumbnail_image::after {
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(0deg, rgb(191,203,223) 0%, transparent 80%);
    width: 100%;
    position: absolute;
}

.connect_with_us h3::after {
    bottom: -15px;
    width: 60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(121,131,146);
    content: '';
    height: 4px;
}

.connect_with_us .help_panel {
    padding: 50px;
    background: #ffffff;
    position: relative;
}

.connect_with_us .help_panel::after {
    top: 50%;
    width: 2px;
    right: 0;
    transform: translateY(-50%);
    content: '';
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(121,131,146,0.5), transparent);
    position: absolute;
}

.connect_with_us form {
    flex-direction: column;
    gap: 25px;
    display: flex;
}

.connect_with_us input[type="text"]:focus,
.connect_with_us textarea:focus {
    outline: none;
    border-color: rgb(156,169,187);
    box-shadow: 0 0 0 3px rgb(156,169,187,0.5);
}

.connect_with_us textarea {
    resize: vertical;
    min-height: 140px;
}

.connect_with_us .support_request {
    color: #000000;
    align-items: flex-start;
    gap: 12px;
    font-size: calc(14px * 0.9);
    display: flex;
    margin-top: 5px;
}

.connect_with_us input[type="checkbox"]:checked {
    background: rgb(156,169,187);
    border-color: rgb(156,169,187);
}

.connect_with_us input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    position: absolute;
    height: 12px;
    top: 3px;
    border-right: 2px solid #ffffff;
    width: 6px;
    left: 7px;
    content: '';
    border-bottom: 2px solid #ffffff;
}

.connect_with_us .support_request a:hover {
    color: rgb(121,131,146);
}

.connect_with_us .inquiry_list {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 10px;
    padding: 16px 32px;
    background: rgb(156,169,187);
    box-shadow: 0 4px 12px rgb(156,169,187,0.5);
    position: relative;
    overflow: hidden;
    align-self: flex-start;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.connect_with_us .inquiry_list:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.connect_with_us .query_card::before {
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    opacity: 0.4;
    right: 0;
    background: rgb(156,169,187,0.5);
    width: 150px;
    height: 150px;
    filter: blur(60px);
    content: '';
}

.connect_with_us .query_card h4::after {
    left: 0;
    position: absolute;
    background: rgb(156,169,187);
    content: '';
    bottom: -15px;
    height: 3px;
    width: 40px;
}

.connect_with_us .request_help li {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    gap: 18px;
}

.connect_with_us .request_help li svg path {
    fill: rgb(156,169,187);
}

.connect_with_us .request_help li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}

.connect_with_us .request_help li a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.thxBox {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,203,223) 0%, rgb(121,131,146,0.5) 100%);
    position: relative;
    padding: 120px 0 100px;
}

.thxBox::after {
    position: absolute;
    right: -50px;
    height: 200px;
    content: "";
    opacity: 0.2;
    width: 200px;
    border: 2px solid rgb(156,169,187,0.5);
    animation: float 18s infinite ease-in-out;
    top: -50px;
    transform: rotate(15deg);
}

.thxBox .learn_sessions {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 5px solid rgb(156,169,187);
    padding: 60px 50px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.thxBox .learn_sessions:hover::before {
    opacity: 0.3;
    transform: scale(1);
}

.thxBox .learn_sessions > div:first-child {
    margin-bottom: 30px;
    position: relative;
}

.thxBox .learn_sessions:hover > div:first-child::after {
    transform: scaleX(1);
}

.thxBox h5 {
    display: inline-block;
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    font-family: Arial, sans-serif;
}

.thxBox p {
    color: #000000;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
}

.thxBox a::after {
    position: absolute;
    background-color: rgb(156,169,187);
    content: "";
    width: 100%;
    transform: scaleX(0);
    left: 0;
    height: 1px;
    transform-origin: right center;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.register_now::before {
    animation: shimmer 8s infinite linear;
    width: 120%;
    background: linear-gradient(45deg, transparent 30%, rgb(121,131,146,0.5) 40%, transparent 60%);
    top: -10%;
    transform: rotate(-5deg);
    z-index: 1;
    position: absolute;
    left: -5%;
    height: 140%;
    content: "";
    pointer-events: none;
}

.register_now .container {
    flex-direction: column;
    position: relative;
    transform: translateY(10px);
    z-index: 2;
    margin: 0 auto;
    gap: 2.5rem;
    max-width: 1200px;
    align-items: center;
    display: flex;
    animation: container-appear 0.8s ease-out forwards;
}

.register_now h6 {
    font-size: clamp(22px, 4vw, calc(22px * 1.2));
    font-weight: 600;
    margin: 0;
    padding: 0 1rem;
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    animation: text-appear 0.7s ease-out 0.2s forwards;
    line-height: 1.6;
    transform: translateY(10px);
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0;
    text-align: center;
}

.register_now .inquiry_list {
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 20px;
    transform: translateZ(0);
    border: none;
    position: relative;
    padding: 1rem 2.5rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    text-decoration: none;
    justify-content: center;
    color: rgb(156,169,187);
    display: inline-flex;
    align-items: center;
}

.register_now .inquiry_list:hover span {
    transform: translateX(5px);
}

.register_now .inquiry_list:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

header .head_study {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

header .head_base {
    display: flex;
    align-items: center;
    border-radius: 17px;
    background: linear-gradient(135deg, rgb(156,169,187,0.5), rgb(121,131,146,0.5));
    padding: 0.5rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

header .head_base:hover::before {
    opacity: 1;
}

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

header .head_pagebar {
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    color: #000000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-weight: 600;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 20px;
    border-radius: 10px;
}

header .head_pagebar:hover {
    color: rgb(156,169,187);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.privacy_cloister h1,
.privacy_cloister h2 {
    padding-left: 15px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    margin: 20px 0;
}

.privacy_cloister h1 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
}

.privacy_cloister h2 {
    font-size: 37px;
    font-weight: 600;
    color: #ffffff;
}

.privacy_cloister ul li {
    padding: 10px 0;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    color: #ffffff;
}

.privacy_cloister div {
    margin: 20px 0;
}

.operation_process {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(191,203,223) 100%);
}

.operation_process::after {
    left: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(90deg, rgb(156,169,187) 0%, rgb(121,131,146) 50%, transparent 100%);
    bottom: 0;
    position: absolute;
    height: 5px;
    content: "";
}

.operation_process .learn_sessions {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
}

.operation_process .learn_sessions > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.05);
}

.operation_process .learn_sessions > div::before {
    opacity: 0.05;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(121,131,146,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.operation_process h3::after {
    transition: transform 0.5s ease;
    left: 0;
    background: rgb(156,169,187);
    width: 80px;
    position: absolute;
    transform-origin: left;
    height: 3px;
    transform: scaleX(1);
    content: "";
    bottom: 0;
}

.operation_process p span {
    position: relative;
    transition: transform 0.4s ease;
    display: inline-block;
}

.operation_process .learn_sessions > div:hover p span::before {
    transform: scaleX(1);
}

.potential_students {
    position: relative;
    background: rgb(191,203,223);
    padding: 100px 0;
    overflow: hidden;
}

.potential_students::after {
    top: 0;
    width: 100%;
    position: absolute;
    background-size: 40px 40px;
    z-index: 0;
    left: 0;
    filter: blur(1px);
    background: 
        linear-gradient(90deg, transparent 47%, rgb(156,169,187,0.5) 47%, rgb(156,169,187,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(121,131,146,0.5) 47%, rgb(121,131,146,0.5) 53%, transparent 53%);
    height: 100%;
    opacity: 0.1;
    content: "";
}

.potential_students .learn_sessions {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.potential_students h3::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(156,169,187),
        rgb(121,131,146),
        rgb(156,169,187)
    );
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
}

.potential_students h3::after {
    border-radius: 50%;
    content: "";
    background: rgb(156,169,187);
    position: absolute;
    height: 12px;
    animation: pulseCircle 2s infinite;
    box-shadow: 0 0 15px rgb(156,169,187,0.5);
    width: 12px;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
}

.potential_students ul li::before {
    border-radius: 50%;
    content: "";
    top: -5px;
    width: 10px;
    height: 10px;
    left: -5px;
    position: absolute;
    background: rgb(156,169,187);
}

.potential_students ul li::after {
    bottom: -5px;
    height: 10px;
    right: -5px;
    background: rgb(121,131,146);
    content: "";
    width: 10px;
    border-radius: 50%;
    position: absolute;
}

.potential_students ul li svg {
    width: 35px;
    left: 20px;
    position: absolute;
    transition: all 0.4s ease;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.potential_students ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.potential_students ul li:hover svg path {
    fill: rgb(121,131,146);
}



.potential_students ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.potential_students ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

.our_story {
    background-color: rgb(191,203,223);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.our_story::before {
    height: 100%;
    position: absolute;
    width: 40%;
    content: '';
    right: 0;
    background: rgb(156,169,187,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
    top: 0;
}

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

.our_story .study_program {
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    flex-direction: column;
    z-index: 3;
    transform: translateY(-20px);
    align-items: center;
    position: relative;
    padding: 40px;
}

.our_story .thumbnail_image {
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 160px;
    height: 160px;
    margin-bottom: 25px;
    transform: rotate(-3deg);
    position: relative;
    border: 6px solid #ffffff;
}

.our_story .community_ed {
    font-weight: 600;
    color: rgb(121,131,146);
    font-size: 13px;
}

.our_story .words_container::before {
    backdrop-filter: blur(5px);
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    top: 0;
    z-index: -1;
    height: 100%;
    content: '';
    border-radius: 17px;
    position: absolute;
    left: 0;
    width: 100%;
}

.our_story .ethos_block svg {
    fill: rgb(156,169,187);
    width: 35px;
    margin-right: 10px;
    height: 35px;
}

.our_story h2 {
    color: #000000;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.our_story p {
    position: relative;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}

.event_cal::before {
    background: #000000;
    height: 100%;
    content: "";
    opacity: 0.85;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.event_cal::after {
    opacity: 0.15;
    background: 
        linear-gradient(rgba(rgb(156,169,187), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(156,169,187), 0.2) 1px, transparent 1px);
    top: 0;
    position: absolute;
    z-index: -1;
    background-size: 30px 30px;
    animation: gridAnimate 15s linear infinite;
    background-position: center;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
}

.event_cal .company_holder::after {
    content: "";
    width: 60px;
    border-right: 2px solid rgb(156,169,187);
    border-bottom: 2px solid rgb(156,169,187);
    opacity: 0.7;
    bottom: -20px;
    right: -20px;
    height: 60px;
    position: absolute;
}

.event_cal .company_holder h3::after {
    box-shadow: 0 0 10px rgb(156,169,187);
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(156,169,187);
    content: "";
    width: 30%;
}

.event_cal .press_room {
    justify-content: flex-end;
    display: flex;
    grid-column: 6 / 13;
    grid-row: 1;
}

.event_cal .nav_sitewrap {
    padding: 1.5rem;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
}

.event_cal .nav_sitewrap:hover::before {
    height: 100%;
}

.event_cal .nav_sitewrap h5 {
    letter-spacing: 1px;
    position: relative;
    color: rgb(121,131,146);
    padding-left: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 22px;
}

.event_cal .nav_sitewrap .site_nav {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.event_cal .nav_sitewrap .site_nav a {
    opacity: 0.7;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    padding: 0.4rem 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
    z-index: 1;
}

.event_cal .nav_sitewrap .site_nav a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}

.webinar_live {
    grid-row: 2;
    position: relative;
    grid-column: 1 / 13;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 4rem;
}

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

.training_specialist {
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,203,223) 0%, rgb(156,169,187,0.5) 100%);
}

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

.training_specialist .success_reviews {
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    grid-template-columns: 300px 1fr;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    border-radius: 26px;
    grid-template-areas:
        "photo quote"
        "info quote";
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(121,131,146,0.5),
                0 10px 0 -5px rgb(156,169,187,0.5);
    grid-template-rows: auto auto;
    gap: 1.5rem;
    display: grid;
}

.training_specialist .name {
    grid-area: info;
    font-size: 30px;
    color: #000000;
    transform: translateZ(20px);
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    margin-top: 1rem;
}

.training_specialist .exp_flex {
    color: #000000;
    transform: translateZ(10px);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    padding: 1.5rem 2rem;
    position: relative;
    border-left: 4px solid rgb(121,131,146);
    grid-area: quote;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-size: calc(14px * 1.1);
    font-weight: 400;
    line-height: 1.6;
    border-radius: 0 26px 26px 0;
}

.program_outcomes {
    background: #ffffff;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.program_outcomes .learn_sessions {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    z-index: 5;
    grid-gap: 0;
}

.program_outcomes .thumbnail_image {
    height: 550px;
    z-index: 2;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    margin-right: -5vw;
    position: relative;
    grid-row: 1;
    grid-column: 7 / span 6;
}

.program_outcomes .thumbnail_image::before {
    width: 120%;
    height: 120%;
    animation: patternMove 20s linear infinite alternate;
    z-index: -1;
    background: 
        repeating-linear-gradient(45deg, rgb(156,169,187,0.5) 0px, rgb(156,169,187,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(156,169,187,0.5) 0px, rgb(156,169,187,0.5) 1px, transparent 1px, transparent 10px);
    left: -10%;
    opacity: 0.3;
    content: '';
    top: -10%;
    position: absolute;
    transform: translateX(5%) translateY(5%);
}

.program_outcomes .text_main_holder > div {
    text-align: center;
    padding: 1.5rem;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-direction: column;
    display: flex;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 1;
    background: #ffffff;
    border-radius: 22px;
}

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

.program_outcomes .text_main_holder svg {
    margin-bottom: 1.2rem;
    transition: all 0.3s ease;
    height: 3.5rem;
    width: 3.5rem;
}

.program_outcomes .text_main_holder > div:hover svg path {
    fill: rgb(121,131,146);
}

.program_outcomes .text_main_holder p {
    margin: 0;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}


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


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



@media (min-width: 768px) {.course_offering {
    padding: 150px 0;
}.course_offering h2 {
    font-size: calc(28px + 0.5rem);
    max-width: 80%;
    margin-bottom: 60px;
}.course_offering h2::after {
    width: 120px;
}.course_offering .career_learn {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
}.course_offering .thumbnail_image {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    flex: 0 0 45%;
    height: auto;
    min-height: 500px;
}.course_offering .words_container {
    padding: 40px;
    flex: 1;
    transform: translateY(30px);
}.course_offering .description {
    font-size: 18px;
}
}



@media (max-width: 767px) {.course_offering {
    padding: 80px 0;
}.course_offering h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 0.2rem);
}.course_offering .thumbnail_image {
    height: 250px;
}.course_offering .words_container {
    padding: 25px 20px;
}.course_offering .description {
    font-size: calc(18px - 2px);
    line-height: 1.6;
}}



@media (max-width: 992px) {.title_intro .learn_sessions {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
}.title_intro .virtual_school {
    clip-path: none;
    height: 100%;
    position: absolute;
    width: 100%;
}.title_intro .virtual_school::before {
    background: linear-gradient(
            to bottom,
            #000000 0%,
            transparent 30%,
            transparent 70%,
            #000000 100%
        );
}.title_intro .words_container {
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.4) 100%
        );
    max-width: 550px;
    padding: 2.5rem;
    grid-column: 1;
    width: 90%;
    border-radius: 29px;
    margin: 0 auto;
    backdrop-filter: blur(8px);
}
}



@media (orientation: landscape) and (max-height: 600px) {.title_intro {
    min-height: 450px;
    height: auto;
}.title_intro .learn_sessions {
    min-height: 450px;
}.title_intro .words_container {
    padding: 1.5rem;
}.title_intro .words_container h1 {
    margin-bottom: 1rem;
}.title_intro .words_container p {
    margin-bottom: 1.5rem;
}}



@media screen and (min-width: 992px) and (max-width: 1199px) {.cost_plan .cost_card {
    grid-template-columns: repeat(3, 1fr);
}.cost_plan {
    padding: 100px 0 80px;
}
}



@media screen and (max-width: 767px) {.cost_plan .cost_card {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.cost_plan {
    padding: 60px 0 40px;
}.cost_plan h2 {
    font-size: calc(38px - 4px);
}.cost_plan .learn_pricing {
    font-size: calc(14px - 1px);
    margin-bottom: 40px;
}.cost_plan .plan_options {
    padding: 25px 20px;
}
}


@media only screen and (max-width: 1200px) {.privacySettingsBanner {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.data_comply {
    display: none;
}.edu_track {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacySettingsBanner h5 {
    text-align: center;
}.privacySettingsBanner p {
    text-align: center;
}.cookie_all {
    margin-bottom: 20px;
}body .wrapping-container .privacy_learn {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us .container {
    padding: 0 20px;
}.connect_with_us .help_panel,
    .connect_with_us .query_card {
    padding: 30px 25px;
}.connect_with_us h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.85);
}.connect_with_us .help_panel h3,
    .connect_with_us .query_card h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.95);
}.connect_with_us input[type="text"],
    .connect_with_us textarea {
    padding: 14px 18px;
}.connect_with_us .inquiry_list {
    padding: 14px 28px;
}
}



@media (min-width: 992px) {.thxBox .learn_sessions {
    padding: 80px 70px;
}.thxBox h5 {
    font-size: calc(20px * 1.1);
}.thxBox p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 767px) {.thxBox {
    padding: 70px 0 50px;
}.thxBox .learn_sessions {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.thxBox h5 {
    font-size: calc(20px * 0.95);
}.thxBox p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@media (prefers-reduced-motion: reduce) {.thxBox .learn_sessions,
    .thxBox .learn_sessions::before,
    .thxBox .learn_sessions > div:first-child::after,
    .thxBox a::after {
    transition: none;
}.thxBox::after {
    animation: none;
}}



@media screen and (max-width: 768px) {.register_now {
    padding: 3.5rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.register_now .container {
    gap: 1.8rem;
}.register_now .inquiry_list {
    padding: 0.9rem 2rem;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head_base {
    padding: 0.5rem 1.2rem;
}header .head_base svg {
    width: 140px;
}header .nav_sitewrap {
    gap: 0.5rem;
}header .head_pagebar {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head_study {
    gap: 1rem;
}header .head_base svg {
    width: 120px;
}header .nav_sitewrap {
    overflow-x: auto;
    gap: 0.4rem;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    justify-content: flex-start;
}header .nav_sitewrap::-webkit-scrollbar {
    height: 3px;
}header .nav_sitewrap::-webkit-scrollbar-thumb {
    background: rgb(156,169,187);
    border-radius: 10px;
}header .head_pagebar {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}



@media (max-width: 767px) {.operation_process {
    padding: 60px 0;
}.operation_process::before {
    width: 60%;
}.operation_process .learn_sessions > div {
    transform: none;
    padding: 25px 30px;
}.operation_process .learn_sessions > div:hover {
    transform: translateY(-3px);
}.operation_process h3 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(32px * 0.7);
}.operation_process p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}



@media (hover: hover) {.operation_process .learn_sessions > div {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.operation_process p span {
    transition: transform 0.3s ease;
}.operation_process p span:hover {
    transform: translateY(-1px);
}}



@media (max-width: 768px) {.potential_students {
    padding: 60px 0;
}.potential_students ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.potential_students ul li {
    padding: 20px 20px 20px 65px;
}.potential_students h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.our_story {
    padding: 80px 0;
}.our_story .learn_sessions {
    gap: 40px;
    grid-template-columns: 1fr;
}.our_story .learn_sessions::after {
    display: none;
}.our_story .study_program {
    margin: 0 auto;
    max-width: 450px;
    transform: translateY(0);
}.our_story .words_container {
    max-width: 450px;
    margin: 0 auto;
}.our_story::before,
    .our_story::after {
    width: 60%;
}
}



@media (max-width: 480px) {.our_story {
    padding: 40px 0;
}.our_story .study_program {
    padding: 25px 20px;
}.our_story .thumbnail_image {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}.our_story .academy_learnings {
    font-size: calc(24px * 0.9);
}.our_story .community_ed {
    font-size: calc(13px * 0.9);
}.our_story .words_container {
    padding: 25px 20px;
}.our_story h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.our_story p {
    padding-left: 15px;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.our_story .ethos_block {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.our_story .ethos_block svg {
    height: 30px;
    width: 30px;
}}



@media screen and (max-width: 576px) {.event_cal {
    padding: 3rem 0 2rem;
}.event_cal .company_holder h3 {
    font-size: calc(29px * 0.9);
}.event_cal .price_table {
    font-size: calc(14px * 0.9);
}.event_cal .nav_sitewrap .site_nav a {
    font-size: calc(14px * 0.9);
}.webinar_live {
    margin-top: 2rem;
    padding: 1rem 0;
}}



@media (max-width: 576px) {.training_specialist {
    padding: 4rem 0;
}.training_specialist .success_reviews {
    padding: 1.5rem;
    transform: none;
}.training_specialist .thumbnail_image {
    width: 140px;
    height: 140px;
}.training_specialist .exp_flex {
    font-size: 14px;
    padding: 1rem;
}}



@media (max-width: 1200px) {.program_outcomes .thumbnail_image {
    margin-right: -3vw;
}.program_outcomes h2 {
    max-width: 90%;
}
}



@media (max-width: 768px) {.program_outcomes {
    padding: 5rem 0;
}.program_outcomes .thumbnail_image {
    height: 350px;
}.program_outcomes h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.program_outcomes .text_main_holder {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
}



@media (max-width: 576px) {.program_outcomes {
    padding: 4rem 0;
}.program_outcomes .learn_sessions {
    max-width: 95%;
}.program_outcomes .thumbnail_image {
    height: 250px;
}.program_outcomes .text_main_holder > div {
    padding: 1.2rem;
}.program_outcomes .text_main_holder svg {
    height: 3rem;
    width: 3rem;
    margin-bottom: 1rem;
}
}



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



@keyframes expandVertical {
    to {
        height: 100%;
    }
}



@keyframes heading-line {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}



@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



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



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



@keyframes text-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes container-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(156,169,187,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(156,169,187);
    }
}

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



@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}

