* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.content-wrapper {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.level_up {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1166px;
}.nav_core {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    scroll-snap-type: none;
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_structure {
    overflow: hidden;
    background-color: rgb(199,212,226);
    position: relative;
    padding: 6rem 0;
}.pricing_structure::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(150,173,200,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
}.pricing_structure::after {
    position: absolute;
    opacity: 0.15;
    bottom: -5rem;
    transform: rotate(-15deg);
    right: -5rem;
    width: 20rem;
    height: 20rem;
    z-index: 1;
    pointer-events: none;
    content: "";
    background: linear-gradient(225deg, rgb(100,139,168) 0%, transparent 80%);
}.pricing_structure .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1400px;
    z-index: 2;
}.pricing_structure .payment_deals {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.pricing_structure .learning_fees {
    transform: translateZ(0);
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-left: 4px solid rgb(150,173,200);
}.pricing_structure .learning_fees::before {
    width: 40px;
    transform: rotate(45deg);
    background-color: rgb(150,173,200);
    left: -20px;
    height: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
}.pricing_structure .learning_fees h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
    margin-bottom: 1.5rem;
    font-size: 36px;
}.pricing_structure .learning_fees h2::after {
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(150,173,200), rgb(100,139,168));
    height: 3px;
    width: 80px;
    position: absolute;
    left: 0;
}.pricing_structure .learning_fees .price_deals {
    font-size: 12px;
    max-width: 80%;
    line-height: 1.6;
    color: #000000;
}.pricing_structure .price_panel {
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing_structure .indv_sub {
    color: inherit;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    display: block;
    transition: all 0.4s ease;
}.pricing_structure .indv_sub:hover {
    transform: translateY(-10px);
}.pricing_structure .payment_pricing {
    transform: translateZ(0);
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.pricing_structure .indv_sub:hover .payment_pricing {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(150,173,200,0.5);
    transform: translateZ(20px);
}.pricing_structure .indv_sub:nth-child(odd) .payment_pricing {
    transform: rotate(-1deg);
}.pricing_structure .indv_sub:nth-child(even) .payment_pricing {
    transform: rotate(1deg);
}.pricing_structure .indv_sub:hover .payment_pricing {
    transform: rotate(0) translateZ(20px);
}.pricing_structure .payment_scheme {
    flex-direction: column;
    padding: 2rem;
    flex: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative;
    display: flex;
    z-index: 2;
}.pricing_structure .payment_scheme::before {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
}.pricing_structure .payment_scheme h3 {
    margin-bottom: 1rem;
    transform: translateZ(10px);
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: calc(20px * 1.2);
    transition: transform 0.3s ease;
}.pricing_structure .indv_sub:hover .payment_scheme h3 {
    transform: translateZ(25px);
}.pricing_structure .payment_scheme h3::after {
    width: 40px;
    bottom: -8px;
    background: rgb(150,173,200);
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
}.pricing_structure .indv_sub:hover .payment_scheme h3::after {
    width: 60px;
}.pricing_structure .cost_matrix {
    font-size: calc(20px * 1.8);
    font-weight: 700;
    display: block;
    transform: translateZ(15px);
    color: rgb(150,173,200);
    position: relative;
    margin: 0.5rem 0 1.5rem;
}.pricing_structure .cost_matrix::before {
    background: linear-gradient(90deg, rgb(150,173,200,0.5), transparent);
    bottom: -8px;
    height: 2px;
    left: 0;
    content: "";
    width: 80px;
    position: absolute;
}.pricing_structure .payment_scheme p {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    word-break: break-word;
    flex: 1;
    overflow-wrap: break-word;
    margin-top: 1rem;
}.pricing_structure .image_container {
    height: 200px;
    transition: transform 0.5s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}.pricing_structure .indv_sub:hover .image_container {
    transform: scale(1.05) translateZ(0);
}.pricing_structure .image_container::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    bottom: 0;
    z-index: 1;
    left: 0;
    content: "";
    height: 50%;
    width: 100%;
}.pricing_structure .image_container::before {
    opacity: 0.15;
    width: 100%;
    left: 0;
    background: rgb(150,173,200);
    transition: opacity 0.3s ease;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.pricing_structure .indv_sub:hover .image_container::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.pricing_structure .payment_deals {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.pricing_structure .learning_fees {
    padding: 3rem;
}.pricing_structure .price_panel {
    grid-row: 1;
    grid-column: 1;
}.pricing_structure .learning_fees {
    grid-column: 2;
    position: sticky;
    grid-row: 1;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
}.pricing_structure .learning_fees:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

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

@media (max-width: 991px) {.pricing_structure {
    padding: 4rem 0;
}.pricing_structure .learning_fees {
    order: -1;
}.pricing_structure .learning_fees h2 {
    font-size: calc(36px * 0.9);
}.pricing_structure .learning_fees .price_deals {
    max-width: 100%;
}
}

@media (max-width: 767px) {.pricing_structure {
    padding: 3rem 0;
}.pricing_structure .container {
    padding: 0 1.5rem;
}.pricing_structure .price_panel {
    grid-template-columns: 1fr;
}.pricing_structure .learning_fees h2 {
    font-size: calc(36px * 0.8);
}.pricing_structure .payment_scheme {
    padding: 1.5rem;
}.pricing_structure .cost_matrix {
    font-size: calc(20px * 1.5);
}.pricing_structure .image_container {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_structure .payment_scheme p {
    font-size: calc(12px * 0.9);
}.pricing_structure .payment_scheme h3 {
    font-size: 20px;
}.pricing_structure .cost_matrix {
    font-size: calc(20px * 1.3);
}.pricing_structure .image_container {
    height: 160px;
}}header {
    width: 100%;
    background: rgb(150,173,200,0.5);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    backdrop-filter: blur(20px);
    z-index: 1000;
    -webkit-backdrop-filter: blur(20px);
    top: 0;
    left: 0;
}header:before {
    content: '';
    height: 100%;
    animation: shimmer 8s infinite linear;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}header:after {
    filter: blur(1px);
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(100,139,168) 0%,
        rgb(150,173,200) 50%,
        rgb(100,139,168) 100%
    );
    position: absolute;
    opacity: 0.8;
    height: 3px;
    width: 100%;
    content: '';
}header .head_expert {
    position: relative;
    overflow: hidden;
}header .head_expert:before {
    mix-blend-mode: overlay;
    opacity: 0.15;
    pointer-events: none;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(150,173,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(100,139,168,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 25px;
    position: relative;
}header .container:before {
    opacity: 0.5;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    bottom: -1px;
}header .header_top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .main_know {
    display: flex;
    align-items: center;
    position: relative;
    gap: 35px;
}header .main_know:before {
    opacity: 0;
    transform: translateY(-50%) scaleX(0.8);
    height: 35px;
    transition: all 0.4s ease;
    top: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}header .main_know:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .header_sitebar {
    font-size: 15px;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    padding: 5px 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
}header .header_sitebar:before {
    bottom: 0;
    width: 100%;
    content: '';
    transform-origin: right;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    height: 1px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}header .header_sitebar:after {
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(150,173,200,0.5),
        transparent
    );
    left: 0;
    transform: scaleY(0);
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    content: '';
}header .header_sitebar:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .header_sitebar:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .header_sitebar:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .nav_pagewrap {
    display: flex;
    padding: 5px;
    transition: all 0.4s ease;
    text-decoration: none;
    align-items: center;
    position: relative;
}header .nav_pagewrap:before {
    background: radial-gradient(
        circle,
        rgb(150,173,200,0.5) 0%,
        transparent 70%
    );
    content: '';
    top: -10px;
    z-index: -1;
    opacity: 0;
    left: -10px;
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    transition: opacity 0.5s ease;
}header .nav_pagewrap:after {
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(150,173,200),
        transparent
    ) 1;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    top: 0;
    opacity: 0;
    left: 0;
}header .nav_pagewrap:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .nav_pagewrap:hover:after {
    opacity: 0.7;
}header .nav_pagewrap svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(150,173,200,0.5));
    width: auto;
}header .nav_pagewrap:hover svg {
    filter: drop-shadow(0 0 5px rgb(150,173,200));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .main_know {
    gap: 20px;
}header .nav_pagewrap svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_know {
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 80%;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(15px);
    max-width: 320px;
    padding: 80px 30px 30px;
    background: linear-gradient(
            135deg,
            rgb(150,173,200) 0%,
            rgb(150,173,200,0.5) 100%
        );
    -webkit-backdrop-filter: blur(15px);
    flex-direction: column;
    right: -100%;
    gap: 20px;
    top: 0;
    height: 100vh;
    background: rgb(150,173,200);
}header .main_know:before {
    display: none;
}header .menu.active {
    right: 0;
}header .header_sitebar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
    width: 100%;
}header .header_sitebar:last-child {
    border-bottom: none;
}header .nav_pagewrap {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_pagewrap svg {
    height: 35px;
}}.teaching_experience {
    border-radius: 21px;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(199,212,226) 0%, rgb(150,173,200,0.5) 100%);
    overflow: hidden;
}.teaching_experience::before {
    left: -10%;
    animation: pulse 8s infinite alternate;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    width: 70%;
    content: "";
    background: rgb(100,139,168,0.5);
    height: 120%;
    top: -10%;
    z-index: 1;
    position: absolute;
}.teaching_experience .client_review {
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}.teaching_experience .client_review:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.teaching_experience .image_container {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 400px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg) translateY(20px);
}.teaching_experience .image_container::after {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(45deg, rgb(150,173,200,0.5) 0%, transparent 70%);
}.teaching_experience .client_review:hover .image_container {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.teaching_experience .exp_highlights {
    border-radius: 21px;
    z-index: 3;
    transition: transform 0.5s ease;
    padding: 2rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(30px) rotate(2deg);
}.teaching_experience .client_review:hover .exp_highlights {
    transform: translateY(0) rotate(0deg);
}.teaching_experience .name {
    margin-bottom: 0.5rem;
    color: rgb(150,173,200);
    font-size: 36px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.teaching_experience .name::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(100,139,168) 0%, rgb(150,173,200) 100%);
    transform-origin: left;
    width: 60px;
    content: "";
    left: 0;
    transform: scaleX(0.6);
    bottom: -8px;
    transition: transform 0.3s ease;
    height: 3px;
}.teaching_experience .client_review:hover .name::after {
    transform: scaleX(1);
}.teaching_experience .exp_highlights > div:nth-child(2) {
    color: rgb(100,139,168);
    transform: translateX(5px);
    font-weight: 600;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    font-size: 17px;
    opacity: 0.8;
}.teaching_experience .client_review:hover .exp_highlights > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.teaching_experience .exp_grid {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-style: italic;
    padding-left: 1.5rem;
    font-size: 16px;
}.teaching_experience .exp_grid::before {
    background: linear-gradient(to bottom, rgb(150,173,200), rgb(100,139,168));
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    left: 0;
    height: 100%;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.teaching_experience .client_review {
    grid-template-columns: 1fr;
}.teaching_experience .image_container {
    height: 300px;
}}.training_benefits {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(125deg, rgb(199,212,226) 0%, rgb(150,173,200,0.5) 100%);
    position: relative;
}.training_benefits::before {
    background-image: linear-gradient(#ffffff 1px, transparent 1px),
                      linear-gradient(to right, #ffffff 1px, transparent 1px);
    top: 0;
    background-size: 30px 30px;
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.03;
    left: 0;
}.training_benefits::after {
    content: '';
    background: radial-gradient(circle, rgb(100,139,168,0.5) 0%, transparent 60%);
    width: 200%;
    height: 200%;
    left: -50%;
    opacity: 0.2;
    z-index: 0;
    top: -50%;
    position: absolute;
}.training_benefits .edu_commit {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1280px;
}.training_benefits h2 {
    position: relative;
    margin: 0 0 80px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 45px;
}.training_benefits h2::after {
    left: 50%;
    bottom: -20px;
    height: 4px;
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(150,173,200), rgb(100,139,168));
    content: '';
    width: 140px;
}.training_benefits .content-wrapper {
    display: flex;
    gap: 60px;
    flex-direction: column;
}.training_benefits .image_container {
    border-radius: 20px;
    height: 400px;
    position: relative;
    width: 70%;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.training_benefits .image_container::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(150,173,200,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
}.training_benefits .image_container::after {
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent 60%, rgb(100,139,168,0.5) 100%);
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
}.training_benefits .text_main_holder {
    justify-content: center;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.training_benefits .text_main_holder > div {
    border-radius: 20px;
    align-items: flex-start;
    flex: 0 0 calc(33.333% - 20px);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    gap: 20px;
}.training_benefits .text_main_holder > div::before {
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    inset: 0;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    -webkit-mask-composite: xor;
    border: 2px solid transparent;
    content: '';
    background: linear-gradient(135deg, rgb(150,173,200,0.5), rgb(100,139,168,0.5)) border-box;
    border-radius: 20px;
}.training_benefits .text_main_holder > div::after {
    width: 100%;
    position: absolute;
    transition: 0.5s;
    height: 100%;
    z-index: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    left: -100%;
}.training_benefits .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.08);
}.training_benefits .text_main_holder > div:hover::after {
    left: 100%;
}.training_benefits .text_main_holder svg {
    padding: 8px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.08);
    height: 42px;
    z-index: 1;
    width: 42px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 12px;
    position: relative;
}.training_benefits .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(150,173,200,0.5);
}.training_benefits .text_main_holder svg path {
    fill: rgb(100,139,168);
    transition: fill 0.3s ease;
}.training_benefits .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.training_benefits .text_main_holder p {
    z-index: 1;
    line-height: 1.6;
    margin: 0;
    position: relative;
    font-size: 18px;
    color: #ffffff;
}

@media (max-width: 1200px) {.training_benefits .text_main_holder > div {
    flex: 0 0 calc(50% - 15px);
}
}

@media (max-width: 992px) {.training_benefits {
    padding: 100px 0;
}.training_benefits .image_container {
    width: 85%;
}
}

@media (max-width: 768px) {.training_benefits {
    padding: 80px 0;
}.training_benefits h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 60px;
}.training_benefits .text_main_holder > div {
    flex: 0 0 100%;
}.training_benefits .image_container {
    height: 350px;
    width: 100%;
}
}

@media (max-width: 576px) {.training_benefits {
    padding: 60px 0;
}.training_benefits h2 {
    font-size: 29px;
}.training_benefits .image_container {
    height: 280px;
}.training_benefits .text_main_holder > div {
    gap: 15px;
    padding: 20px;
}.training_benefits .text_main_holder svg {
    padding: 6px;
    height: 36px;
    width: 36px;
}}.join_our_community {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(100,139,168,0.5), rgb(150,173,200));
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}.join_our_community::before {
    content: "";
    filter: blur(20px);
    height: 70%;
    z-index: 0;
    right: -10%;
    transform: rotate(-15deg) translateZ(0);
    background: rgb(150,173,200,0.5);
    position: absolute;
    top: -10%;
    width: 60%;
}.join_our_community::after {
    height: 70%;
    bottom: -10%;
    transform: rotate(15deg) translateZ(0);
    background: rgb(100,139,168,0.5);
    z-index: 0;
    position: absolute;
    content: "";
    width: 60%;
    left: -10%;
    filter: blur(20px);
}.join_our_community .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.join_our_community .edu_commit {
    border-left: 4px solid rgb(150,173,200);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
}.join_our_community .edu_commit:hover {
    transform: perspective(1000px) rotateY(0deg);
}.join_our_community h3 {
    position: relative;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(21px * 1.1);
    transform: translateZ(0);
}.join_our_community h3::after {
    left: 0;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(150,173,200), rgb(100,139,168));
    position: absolute;
    transition: width 0.3s ease-out;
    height: 3px;
    width: 60px;
}.join_our_community .edu_commit:hover h3::after {
    width: 100px;
}.join_our_community .input_holder {
    flex-direction: column;
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}.join_our_community .input_holder div {
    flex: 1;
    position: relative;
}.join_our_community input[type="email"] {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    background: #ffffff;
    width: 100%;
    font-family: Arial, sans-serif;
}.join_our_community input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 0 0 3px rgb(150,173,200,0.5);
    outline: none;
    border-color: rgb(150,173,200);
}.join_our_community input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(0,0,0,0.35);
}.join_our_community input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_our_community .updates_modal {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    font-weight: 600;
    overflow: hidden;
    position: relative;
    border: none;
    background: linear-gradient(135deg, rgb(150,173,200), rgb(100,139,168));
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    z-index: 1;
}.join_our_community .updates_modal::before {
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(100,139,168), rgb(150,173,200));
    left: 0;
    width: 100%;
}.join_our_community .updates_modal:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}.join_our_community .updates_modal:hover::before {
    opacity: 1;
}.join_our_community .updates_modal:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(1px);
}

@media (min-width: 768px) {.join_our_community {
    padding: 6rem 3rem;
}.join_our_community .edu_commit {
    transform: perspective(1200px) rotateY(-3deg);
    padding: 4rem;
}.join_our_community h3 {
    font-size: 28px;
    max-width: 80%;
}.join_our_community .input_holder {
    margin-top: 2.5rem;
    flex-direction: row;
}.join_our_community input[type="email"] {
    padding: 1.2rem 1.5rem;
    font-size: calc(12px * 1.05);
}.join_our_community .updates_modal {
    align-self: flex-start;
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.join_our_community .edu_commit {
    margin: 0 auto;
    transform: perspective(1500px) rotateY(-4deg);
    max-width: 90%;
}.join_our_community h3 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.join_our_community {
    padding: 3rem 1.5rem;
}.join_our_community .edu_commit {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.join_our_community h3 {
    font-size: calc(19px * 1.2);
}.join_our_community .updates_modal {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.join_our_community {
    padding: 2.5rem 1rem;
}.join_our_community .edu_commit {
    transform: none;
    padding: 1.5rem;
}.join_our_community h3 {
    font-size: 19px;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(150,173,200,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

.join_our_community input[type="email"]:focus {
    animation: pulse 1.5s infinite;
}.contact_box {
    background: rgb(199,212,226);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.contact_box::before {
    height: 100%;
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(150,173,200), 0.05) 49%, rgba(rgb(150,173,200), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(100,139,168), 0.05) 49%, rgba(rgb(100,139,168), 0.05) 51%, transparent 52%);
    content: "";
    left: 0;
}.contact_box .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.contact_box h2 {
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    border-bottom: 3px solid rgb(150,173,200);
}.contact_box .inquiry_reach {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #ffffff;
    display: flex;
    border-radius: 27px;
    position: relative;
}.contact_box .image_container {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}.contact_box .query_panel {
    background: #ffffff;
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
}.contact_box .query_panel::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-size: 30px 30px;
    opacity: 0.1;
    background-position: 0 0, 15px 15px;
    z-index: -1;
    content: "";
}.contact_box #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.contact_box h3 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 20px;
    color: rgb(150,173,200);
}.contact_box input[type="text"] {
    width: 100%;
    border: none;
    padding: 15px 20px;
    background: rgb(199,212,226);
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    border-left: 3px solid rgb(150,173,200);
}.contact_box input[type="text"]:focus {
    border-left-color: rgb(100,139,168);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    background: #ffffff;
}.contact_box input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_box .feedback_message {
    gap: 12px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}.contact_box .feedback_message input[type="checkbox"] {
    width: 22px;
    border-radius: 4px;
    border: 2px solid rgb(199,212,226);
    margin-top: 3px;
    background: rgb(199,212,226);
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    height: 22px;
    position: relative;
}.contact_box .feedback_message input[type="checkbox"]:checked {
    background: rgb(150,173,200);
    border-color: rgb(150,173,200);
}.contact_box .feedback_message input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    left: 50%;
    content: "";
    top: 40%;
    width: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 10px;
}.contact_box .feedback_message label {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}.contact_box .feedback_message a {
    color: rgb(150,173,200);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.contact_box .feedback_message a:hover {
    color: rgb(100,139,168);
}.contact_box .feedback_message a::after {
    position: absolute;
    height: 1px;
    bottom: -2px;
    background: rgb(150,173,200);
    left: 0;
    width: 100%;
    content: "";
    transition: all 0.3s ease;
}.contact_box .feedback_message a:hover::after {
    background: rgb(100,139,168);
    height: 2px;
}.contact_box .query_inquiry {
    border: none;
    cursor: pointer;
    overflow: hidden;
    align-self: flex-start;
    background: rgb(150,173,200);
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 10px;
}.contact_box .query_inquiry::after {
    transition: all 0.6s ease;
    top: 50%;
    position: absolute;
    left: 50%;
    height: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    width: 0;
    background: rgba(255, 255, 255, 0.1);
}.contact_box .query_inquiry:hover {
    background: rgb(100,139,168);
}.contact_box .query_inquiry:hover::after {
    width: 300%;
    height: 300%;
}.contact_box svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(150,173,200);
}.contact_box svg path {
    fill: rgb(150,173,200);
    transition: all 0.3s ease;
}.contact_box svg:hover {
    fill: rgb(100,139,168);
}.contact_box svg:hover path {
    fill: rgb(100,139,168);
}

@media (max-width: 992px) {.contact_box {
    padding: 70px 0;
}.contact_box .inquiry_reach {
    flex-direction: column;
}.contact_box .image_container {
    flex: 0 0 auto;
    min-height: 300px;
}.contact_box .query_panel {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 40px;
}.contact_box .query_panel {
    padding: 35px 25px 45px;
}.contact_box #contact {
    gap: 20px;
}.contact_box .image_container {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 50px 0;
}.contact_box .container {
    padding: 0 15px;
}.contact_box h2 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}.contact_box .query_panel {
    padding: 30px 20px 40px;
}.contact_box .query_inquiry {
    width: 100%;
}.contact_box .image_container {
    min-height: 200px;
}}.title_screen {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    width: 100%;
}.title_screen .page_entry {
    height: 100%;
    top: 0;
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}.title_screen .page_entry::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
}.title_screen .learn_skill {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 2;
    backdrop-filter: blur(10px);
    width: 90%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transition: transform 0.6s ease-out;
    position: relative;
    padding: 3rem;
}.title_screen .learn_skill:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.title_screen .learn_skill > div {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
}.title_screen .learn_skill > div:nth-child(1) {
    animation-delay: 0.2s;
}.title_screen .learn_skill > div:nth-child(2) {
    animation-delay: 0.4s;
}.title_screen .learn_skill > div:nth-child(3) {
    animation-delay: 0.6s;
}.title_screen p {
    line-height: 1.5;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    padding-left: 1.5rem;
    font-weight: 400;
}.title_screen p::before {
    width: 5px;
    background: rgb(150,173,200);
    height: 75%;
    top: 0.5rem;
    border-radius: 3px;
    position: absolute;
    left: 0;
    content: "";
}.title_screen .title_style_header {
    background-clip: text !important;
    line-height: 1.2;
    text-fill-color: transparent;
    transform: translateZ(0);
    margin: 0 0 1.5rem;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #ffffff;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, #ffffff 30%, rgb(100,139,168) 100%);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}.title_screen h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    margin: 0;
    max-width: 800px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 3px solid rgb(100,139,168);
}

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

@media (max-width: 992px) {.title_screen {
    height: auto;
    min-height: 550px;
}.title_screen .learn_skill {
    padding: 2rem;
    width: 95%;
}
}

@media (max-width: 768px) {.title_screen {
    min-height: 450px;
}.title_screen .learn_skill {
    padding: 1.5rem;
    transform: none;
}.title_screen .learn_skill:hover {
    transform: translateY(-3px);
}.title_screen h3 {
    padding-left: 0.75rem;
}
}

@media (max-width: 576px) {.title_screen {
    min-height: 400px;
}.title_screen .learn_skill {
    padding: 1.25rem;
}.title_screen p {
    margin-bottom: 1rem;
    padding-left: 1rem;
}.title_screen .title_style_header {
    margin-bottom: 1rem;
}.title_screen h3 {
    padding-left: 0.5rem;
    border-left: 2px solid rgb(100,139,168);
}
}

@media (prefers-reduced-motion: reduce) {.title_screen .learn_skill,
  .title_screen .learn_skill:hover,
  .title_screen .learn_skill > div {
    opacity: 1;
    transition: none;
    transform: none;
    animation: none;
}}.privacy_frame {
    padding: 40px;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(199,212,226);
    font-family: Arial, sans-serif;
}.privacy_frame h1 {
    color: rgb(150,173,200);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 39px;
    text-transform: uppercase;
}.privacy_frame h2 {
    font-weight: 600;
    font-size: 36px;
    color: rgb(100,139,168);
    text-transform: uppercase;
    margin-bottom: 15px;
}.privacy_frame h3,
.privacy_frame h4,
.privacy_frame h5,
.privacy_frame h6 {
    font-weight: 400;
    font-size: 23px;
    color: rgb(150,173,200);
    margin-bottom: 10px;
    text-transform: uppercase;
}.privacy_frame ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 20px;
}.privacy_frame ol {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: decimal;
}.privacy_frame li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}.privacy_frame section {
    margin-bottom: 30px;
}.privacy_frame p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
}.privacy_frame span {
    color: rgb(150,173,200);
    font-weight: 600;
}.privacy_frame div {
    border-radius: 10px;
    padding: 20px;
    background-color: rgb(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_frame {
    padding: 20px;
}.privacy_frame h1 {
    font-size: calc(23px - 10px);
}.privacy_frame h2 {
    font-size: calc(23px - 8px);
}.privacy_frame ul,
    .privacy_frame ol {
    padding-left: 15px;
}.privacy_frame li {
    font-size: calc(14px - 2px);
}.privacy_frame p {
    font-size: calc(14px - 2px);
}}
footer {
    position: relative;
    width: 100%;
}footer .level_up {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0 30px;
    background-color: rgb(100,139,168);
    font-family: Arial, sans-serif;
}footer .level_up::before {
    left: 0;
    content: "";
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    right: 0;
    background-color: rgb(100,139,168);
    height: 100px;
    transform: skewY(-3deg);
    top: -50px;
    position: absolute;
}footer .volunteer {
    position: relative;
    z-index: 1;
}footer .support_contact {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}footer .info_item {
    transition: all 0.3s ease;
    max-width: 300px;
    padding: 15px 20px 15px 25px;
    position: relative;
    background-color: rgb(100,139,168,0.5);
    overflow: hidden;
    flex: 1 1 200px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .info_item::before {
    position: absolute;
    left: 0;
    background-color: rgb(150,173,200);
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
}footer .info_item::after {
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
}footer .info_item:nth-child(even) {
    background-color: rgb(150,173,200,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    vertical-align: middle;
    top: -1px;
    fill: rgb(150,173,200);
    height: 20px;
    margin-right: 12px;
    width: 20px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    transition: color 0.3s ease;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(150,173,200);
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}footer .top_pagebar {
    padding: 30px;
    background-color: rgb(100,139,168,0.5);
    position: relative;
    border-radius: 14px;
}footer .top_pagebar::before {
    content: "";
    top: 15px;
    bottom: 15px;
    position: absolute;
    left: 15px;
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(14px - 8px);
    right: 15px;
}footer .top_pagebar svg {
    display: block;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}footer .art_portal {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}footer .main_know {
    position: relative;
}footer .main_know h5 {
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 23px;
}footer .main_know h5::before {
    height: 100%;
    content: "";
    top: 0;
    background-color: rgb(150,173,200);
    position: absolute;
    left: 0;
    width: 3px;
}footer .nav_pro {
    margin-bottom: 25px;
    position: relative;
}footer .nav_pro a {
    border-radius: 0 5px 5px 0;
    margin: 0 10px 10px 0;
    display: inline-block;
    background-color: rgb(100,139,168,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    position: relative;
}footer .nav_pro a::before {
    transition: width 0.3s ease;
    position: absolute;
    background-color: rgb(150,173,200);
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 3px;
}footer .nav_pro a:hover {
    background-color: rgb(150,173,200,0.5);
    color: #ffffff;
    transform: translateX(5px);
}footer .nav_pro a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    border-radius: 14px;
    background-color: rgb(100,139,168,0.5);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    left: 15px;
    border-radius: calc(14px - 8px);
    bottom: 15px;
    content: "";
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    right: 15px;
}footer .subscribe_holder h5 {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    color: #ffffff;
}footer .subscribe_holder h5::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    background-color: rgb(150,173,200);
}footer .subscribe_holder p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    border-radius: 10px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(150,173,200);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .updates_modal {
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 14px 20px;
    background-color: rgb(150,173,200);
    color: #ffffff;
}footer .updates_modal::after {
    content: "";
    width: 200%;
    position: absolute;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    left: -100%;
    top: -50%;
    transform: rotate(30deg);
}footer .updates_modal:hover {
    background-color: rgb(100,139,168);
}footer .updates_modal:hover::after {
    left: 100%;
}footer .online_tools {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .online_tools::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-50%);
    top: -25px;
    width: 50px;
    position: absolute;
    height: 1px;
    left: 50%;
}footer .privacy_cta {
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates_modal {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .level_up {
    padding: 60px 0 30px;
}footer .support_contact {
    margin-bottom: 40px;
}footer .top_pagebar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_pro a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .online_tools {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .level_up {
    padding: 50px 0 20px;
}footer .main_know h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}footer .top_pagebar::before, footer .subscribe_holder::before {
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: 10px;
}footer .input_holder input[type="email"],
    footer .updates_modal {
    padding: 12px;
}}.thxField {
    background: linear-gradient(135deg, rgb(199,212,226) 0%, rgb(150,173,200,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.thxField::before {
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}.thxField::after {
    top: -50%;
    position: absolute;
    transform: rotate(35deg);
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    pointer-events: none;
    width: 80%;
    right: -50%;
    content: "";
    height: 200%;
    z-index: 2;
}.thxField .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.thxField .edu_commit {
    transform-origin: center top;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: grid;
    padding: 50px 40px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.thxField .edu_commit::before {
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(150,173,200), rgb(100,139,168));
    content: "";
    left: 0;
    height: 100%;
    transform: scaleY(1.03);
    position: absolute;
}.thxField .edu_commit:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.thxField h5 {
    font-weight: 700;
    transition: transform 0.4s ease-out;
    margin: 0 0 10px;
    position: relative;
    color: rgb(150,173,200);
    font-size: 23px;
    line-height: 1.4;
    transform: translateX(15px);
}.thxField h5::after {
    left: 0;
    transform-origin: left;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -10px;
    transform: scaleX(0.7);
    content: "";
    background: rgb(100,139,168);
    width: 80px;
    position: absolute;
}.thxField .edu_commit:hover h5 {
    transform: translateX(0);
}.thxField .edu_commit:hover h5::after {
    transform: scaleX(1);
}.thxField p {
    margin: 0;
    transition: color 0.3s ease;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    color: #000000;
}.thxField a {
    overflow: hidden;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    transition: all 0.4s ease;
}.thxField a::before {
    height: 100%;
    content: "";
    width: 3px;
    left: 0;
    position: absolute;
    background: rgb(150,173,200);
    opacity: 0.5;
    transition: width 0.3s ease;
    top: 0;
}.thxField a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.thxField a:hover::before {
    width: 5px;
}.thxField a:hover p {
    color: rgb(150,173,200);
}.thxField a::after {
    height: 30px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    transition: all 0.3s ease;
    right: 0;
    content: "";
    width: 30px;
    bottom: 0;
    position: absolute;
}.thxField a:hover::after {
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
    width: 40px;
}

@media (min-width: 768px) {.thxField {
    padding: 120px 0;
}.thxField .edu_commit {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    padding: 60px 70px 60px 60px;
}.thxField h5 {
    font-size: calc(23px * 1.1);
    transform: translateX(25px);
}.thxField p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.thxField {
    padding: 60px 0;
}.thxField .edu_commit {
    padding: 35px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.thxField h5 {
    font-size: calc(23px * 0.9);
    transform: translateX(10px);
}.thxField a {
    padding: 10px 15px;
}.thxField a::after {
    width: 20px;
    height: 20px;
}
}

@media (hover: none) {.thxField .edu_commit {
    transform: none;
}.thxField .edu_commit:hover {
    transform: none;
}.thxField h5 {
    transform: none;
}.thxField h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.thxField .edu_commit,
  .thxField h5,
  .thxField h5::after,
  .thxField a,
  .thxField a::before,
  .thxField a::after {
    transition: none;
}}.our_mission {
    overflow: hidden;
    padding: 6rem 0 8rem;
    background: linear-gradient(135deg, rgb(199,212,226) 0%, #ffffff 50%, rgb(199,212,226) 100%);
    position: relative;
}.our_mission::before {
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    right: -5%;
    top: -10%;
    background: linear-gradient(160deg, rgb(150,173,200,0.5) 0%, transparent 80%);
    height: 70%;
    z-index: 1;
    width: 40%;
    opacity: 0.15;
    position: absolute;
}.our_mission::after {
    height: 70%;
    left: -5%;
    background: linear-gradient(200deg, rgb(100,139,168,0.5) 0%, transparent 80%);
    opacity: 0.12;
    transform: rotate(15deg) skewY(-10deg);
    width: 40%;
    bottom: -10%;
    content: "";
    z-index: 1;
    position: absolute;
}.our_mission .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.our_mission h1 {
    transform: translateX(1rem);
    margin-bottom: 3.5rem;
    position: relative;
    font-size: 44px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}.our_mission h1::after {
    background: linear-gradient(90deg, rgb(150,173,200) 0%, rgb(100,139,168) 100%);
    animation: slideIn 0.8s ease-out forwards;
    width: 40%;
    transform-origin: left;
    content: "";
    bottom: -0.5rem;
    left: -1rem;
    height: 4px;
    position: absolute;
}.our_mission .learn_lab {
    position: relative;
}.our_mission .learn_lab ul {
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    gap: 3rem;
    display: grid;
    margin: 0;
}.our_mission .training_track {
    transition: transform 0.4s cubic-bezier(0.21, 0.61, 0.35, 1), 
                box-shadow 0.4s cubic-bezier(0.21, 0.61, 0.35, 1);
    transform: translateY(0);
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #ffffff;
}.our_mission .training_track:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03),
                0 30px 50px -25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.our_mission .training_track::before {
    position: absolute;
    top: 0;
    animation: slideDown 0.6s 0.3s ease-out forwards;
    height: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(150,173,200), rgb(100,139,168));
    width: 4px;
    left: 0;
}.our_mission .training_track:nth-child(2)::before {
    animation-delay: 0.5s;
}.our_mission .training_track h4 {
    animation: fadeUp 0.5s 0.3s ease-out forwards;
    margin-top: 0;
    font-size: calc(22px + 0.1rem);
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    opacity: 0;
    position: relative;
    font-weight: 600;
    color: rgb(150,173,200);
}.our_mission .training_track:nth-child(2) h4 {
    animation-delay: 0.5s;
}.our_mission .training_track div {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0;
    animation: fadeUp 0.5s 0.6s ease-out forwards;
    transform: translateY(10px);
    color: #000000;
    font-family: Arial, sans-serif;
}.our_mission .training_track:nth-child(2) div {
    animation-delay: 0.8s;
}

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

@keyframes slideDown {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

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

@media (min-width: 768px) {.our_mission {
    padding: 8rem 0 10rem;
}.our_mission h1 {
    margin-bottom: 4.5rem;
    font-size: calc(44px * 1.2);
}.our_mission h1::after {
    height: 5px;
}.our_mission .learn_lab ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_mission .training_track {
    padding: 3rem;
}.our_mission .training_track::before {
    width: 6px;
}
}

@media (min-width: 992px) {.our_mission {
    padding: 10rem 0 12rem;
}.our_mission .container {
    padding: 0 3rem;
}.our_mission h1 {
    margin-bottom: 5.5rem;
    transform: translateX(2rem);
    font-size: calc(44px * 1.4);
}.our_mission h1::after {
    width: 60%;
    left: -2rem;
    height: 6px;
}.our_mission .learn_lab ul {
    gap: 3.5rem;
}.our_mission .training_track {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.21, 0.61, 0.35, 1),
                    box-shadow 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}.our_mission .training_track:hover {
    transform: translateY(-8px);
}.our_mission .training_track h4 {
    font-size: calc(22px + 0.2rem);
    margin-bottom: 2rem;
}.our_mission .training_track div {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.our_mission .learn_lab ul {
    gap: 4rem;
}.our_mission .training_track {
    padding: 4rem;
}.our_mission .training_track:first-child {
    transform: translateY(2rem);
}.our_mission .training_track:first-child:hover {
    transform: translateY(-3px);
}.our_mission .training_track:nth-child(2) {
    transform: translateY(-2rem);
}.our_mission .training_track:nth-child(2):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.our_mission {
    padding: 4rem 0 6rem;
}.our_mission .container {
    padding: 0 1.5rem;
}.our_mission h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 2.5rem;
}.our_mission .training_track {
    padding: 2rem;
    margin-bottom: 1.5rem;
}.our_mission .training_track h4 {
    margin-bottom: 1rem;
    font-size: 22px;
}.our_mission .training_track div {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.client_opinions {
    padding: 120px 0;
    background: linear-gradient(165deg, rgb(199,212,226) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.client_opinions::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(150,173,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(100,139,168,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 100%;
    opacity: 0.5;
    top: 0;
    content: "";
}.client_opinions::after {
    position: absolute;
    content: "";
    background-size: 50px 50px;
    z-index: 0;
    top: 0;
    opacity: 0.05;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgb(150,173,200,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(150,173,200,0.5) 1px, transparent 1px);
    left: 0;
    height: 100%;
}.client_opinions .edu_commit {
    padding: 0;
    margin: 0 auto;
    z-index: 1;
    max-width: 1300px;
    overflow: hidden;
    position: relative;
}.client_opinions h4 {
    text-align: center;
    color: #000000;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 80px;
}.client_opinions h4::before {
    left: 50%;
    border-radius: 10px;
    width: 100px;
    background: linear-gradient(90deg, rgb(150,173,200), rgb(100,139,168));
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -20px;
    height: 8px;
}.client_opinions h4::after {
    content: "";
    background: #ffffff;
    position: absolute;
    z-index: 1;
    height: 20px;
    width: 20px;
    border: 3px solid rgb(150,173,200);
    left: 50%;
    border-radius: 50%;
    bottom: -26px;
    transform: translateX(-50%);
}.client_opinions .alumni_views {
    display: flex;
    position: relative;
    width: max-content;
    padding: 20px 0;
    animation: scrollReviews 60s linear infinite;
}.client_opinions .alumni_views:hover {
    animation-play-state: paused;
}.client_opinions .client_review {
    display: flex;
    border-radius: 17px;
    margin: 0 20px;
    flex-direction: column;
    background: #ffffff;
    height: 400px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: all 0.4s ease;
    width: 320px;
    z-index: 1;
    padding: 30px;
    position: relative;
}.client_opinions .client_review:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transform: translateY(-15px);
}.client_opinions .client_review::before {
    border-radius: inherit;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    top: 0;
    position: absolute;
    height: 100%;
}.client_opinions .client_review::after {
    z-index: -1;
    top: -10px;
    border-radius: 50%;
    width: 60px;
    position: absolute;
    opacity: 0.2;
    right: -10px;
    transition: all 0.4s ease;
    height: 60px;
    content: "";
    background: rgb(150,173,200,0.5);
}.client_opinions .client_review:hover::after {
    opacity: 0.3;
    transform: scale(1.2);
}.client_opinions .image_container {
    border: 5px solid #ffffff;
    height: 110px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 110px;
    position: relative;
    margin-bottom: 25px;
}.client_opinions .client_review:hover .image_container {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgb(150,173,200,0.5);
}.client_opinions .client_review span {
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-size: calc(17px * 1.2);
}.client_opinions .client_review span::after {
    width: 40px;
    transition: all 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(150,173,200);
    position: absolute;
    height: 2px;
    content: "";
    opacity: 0.5;
    bottom: -8px;
}.client_opinions .client_review:hover span {
    color: rgb(150,173,200);
}.client_opinions .client_review:hover span::after {
    width: 60px;
    opacity: 1;
}.client_opinions .client_review p {
    overflow: hidden;
    flex-grow: 1;
    transition: all 0.3s ease;
    line-height: 1.6;
    display: flex;
    color: #000000;
    font-size: 17px;
    align-items: center;
    text-align: center;
}.client_opinions .client_review:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(150,173,200,0.5), 0.05));
}.client_opinions .client_review:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(100,139,168,0.5), 0.05));
}.client_opinions .client_review:nth-child(3n+2)::after {
    background: rgb(100,139,168,0.5);
}.client_opinions .client_review:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(150,173,200,0.5), 0.03));
}.client_opinions .client_review:nth-child(even) {
    margin-top: 30px;
}.client_opinions .client_review:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.client_opinions {
    padding: 90px 0;
}.client_opinions .client_review {
    padding: 25px;
    height: 380px;
    width: 280px;
}.client_opinions .image_container {
    width: 90px;
    height: 90px;
}
}

@media (max-width: 992px) {.client_opinions {
    padding: 70px 0;
}.client_opinions h4 {
    margin-bottom: 60px;
}.client_opinions .client_review {
    margin: 0 15px;
    width: 250px;
    padding: 20px;
    height: 350px;
}.client_opinions .image_container {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}.client_opinions .client_review span {
    font-size: 17px;
}.client_opinions .client_review:nth-child(even) {
    margin-top: 20px;
}.client_opinions .client_review:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.client_opinions {
    padding: 60px 0;
}.client_opinions .edu_commit {
    padding: 0 20px;
    overflow: visible;
}.client_opinions .alumni_views {
    flex-direction: column;
    width: 100%;
    animation: none;
}.client_opinions .client_review {
    padding: 25px;
    width: 100%;
    margin: 0 0 30px;
    min-height: 200px;
    height: auto;
}.client_opinions .client_review:last-child {
    margin-bottom: 0;
}.client_opinions .client_review:nth-child(even),
    .client_opinions .client_review:nth-child(odd) {
    margin-top: 0;
}.client_opinions .client_review::after {
    width: 40px;
    height: 40px;
}.client_opinions .image_container {
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
}.client_opinions .client_review p {
    margin-top: 10px;
}}.course_overview {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,212,226) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
}.course_overview::before {
    opacity: 0.3;
    width: 300px;
    border-radius: 50%;
    height: 300px;
    content: "";
    position: absolute;
    transform: translateZ(0);
    top: -100px;
    filter: blur(40px);
    animation: float 15s infinite alternate ease-in-out;
    background: linear-gradient(45deg, rgb(150,173,200,0.5) 0%, rgb(100,139,168,0.5) 100%);
    right: -100px;
}.course_overview::after {
    filter: blur(30px);
    transform: translateZ(0);
    content: "";
    background: linear-gradient(-45deg, rgb(100,139,168,0.5) 0%, rgb(150,173,200,0.5) 100%);
    width: 200px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200px;
    position: absolute;
    left: -50px;
    animation: morph 20s infinite alternate ease-in-out;
    bottom: -50px;
    opacity: 0.2;
}.course_overview .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.course_overview .job_ready {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateZ(0);
}.course_overview .image_container {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}.course_overview .image_container::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    inset: 0;
    z-index: 1;
}.course_overview .image_container::after {
    animation: shimmer 5s infinite linear;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 200%;
    pointer-events: none;
    transform: rotate(25deg);
    top: -50%;
    width: 200%;
    left: -50%;
    content: "";
    position: absolute;
}.course_overview .info_wrapper {
    padding: 30px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: #ffffff;
}.course_overview .info_wrapper::before {
    width: 4px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(150,173,200), rgb(100,139,168));
    transform: scaleY(0.7);
    top: 0;
    transform-origin: center;
    position: absolute;
    transition: transform 0.4s ease;
    left: 0;
}.course_overview .info_wrapper:hover::before {
    transform: scaleY(1);
}.course_overview h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(21px + 0.2rem);
    position: relative;
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin-bottom: 24px;
    z-index: 1;
    font-weight: 700;
}.course_overview h3::after {
    top: 50%;
    transition: opacity 0.4s ease, left 0.4s ease;
    z-index: -1;
    transform: translateY(-50%);
    width: 8px;
    position: absolute;
    left: -10px;
    height: 30%;
    content: "";
    opacity: 0;
    background: rgb(150,173,200,0.5);
}.course_overview .info_wrapper:hover h3 {
    transform: translateX(10px);
}.course_overview .info_wrapper:hover h3::after {
    opacity: 1;
    left: -5px;
}.course_overview .description {
    margin-bottom: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
}.course_overview p.description {
    padding-right: 15px;
    max-height: 300px;
    display: block;
    scrollbar-width: thin;
    scrollbar-color: rgb(150,173,200,0.5) rgb(199,212,226);
    overflow-y: auto;
}.course_overview p.description::-webkit-scrollbar {
    width: 5px;
}.course_overview p.description::-webkit-scrollbar-track {
    background: rgb(199,212,226);
    border-radius: 10px;
}.course_overview p.description::-webkit-scrollbar-thumb {
    background-color: rgb(150,173,200,0.5);
    border-radius: 10px;
}.course_overview span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.course_overview .job_ready {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}.course_overview .image_container {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.course_overview .info_wrapper {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course_overview .image_container:hover,
    .course_overview .info_wrapper:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course_overview h3 {
    font-size: 28px;
}
}

@media (min-width: 992px) {.course_overview {
    padding: 150px 0;
}.course_overview .job_ready {
    gap: 70px;
}.course_overview .image_container {
    height: 550px;
}.course_overview .info_wrapper {
    padding: 40px 50px;
}.course_overview p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.course_overview {
    padding: 80px 0;
}.course_overview .container {
    padding: 0 15px;
}.course_overview .image_container {
    height: 250px;
}.course_overview .info_wrapper {
    padding: 25px 20px;
}.course_overview h3 {
    margin-bottom: 15px;
    font-size: calc(21px - 0.1rem);
}.course_overview p.description {
    max-height: 250px;
    font-size: calc(12px - 0.1rem);
}}.privacyAgreementDialog {
    animation: slideIn 0.5s ease-in-out;
    z-index: 90;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgb(100,139,168);
    border-top: 2px solid rgb(150,173,200);
    box-shadow: 0 -10px 30px rgb(150,173,200,0.5);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.privacy_gate {
    align-items: center;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(150,173,200,0.5);
    background: linear-gradient(135deg, rgb(100,139,168) 0%, rgba(0, 0, 0, 0.5) 100%);
}.user_status {
    box-shadow: 0 0 15px rgb(150,173,200);
    overflow: hidden;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    padding: 10px;
    flex-shrink: 0;
}.user_status svg, .user_status svg path {
    fill: rgb(150,173,200);
    height: 60px;
    transition: transform 0.3s ease;
    width: 60px;
}.user_status:hover svg {
    transform: rotate(20deg);
}.manage_cookies {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}.manage_cookies h5 {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(150,173,200);
    margin-bottom: 10px;
    color: rgb(150,173,200);
}.manage_cookies p {
    text-shadow: 0 0 5px rgb(150,173,200,0.5);
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}.data_accept {
    box-shadow: 0 0 10px rgb(150,173,200,0.5);
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 10px;
    background: rgb(150,173,200);
    font-size: 14px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    padding: 12px 25px;
    white-space: nowrap;
}.data_accept:hover {
    box-shadow: 0 0 20px rgb(100,139,168,0.5);
    background: rgb(100,139,168);
}.privacyAgreementDialog p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(150,173,200);
}.privacyAgreementDialog p a:hover {
    color: rgb(100,139,168);
}#cookie_popup_info {
    display: none;
}#cookie_popup_info:checked ~ .privacyAgreementDialog {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialog {
    padding: 20px;
}.privacy_gate {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.user_status {
    display: none;
}.privacy_gate {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.manage_cookies {
    text-align: center;
    margin-bottom: 20px;
}.privacyAgreementDialog h5, .privacyAgreementDialog p {
    text-align: center;
}.data_accept {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
}
