﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1187px;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}
section {
    background-color: rgb(218,222,231);
}
.top_edu46 {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
header,footer {
    width: 100%;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.wrapper-viewport47 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.secure_refuge95 {
    padding: 60px;
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(181,121,136) 25%, rgb(195,210,184) 75%);

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    color: var(--white-color_opacity);
}

.secure_refuge95 h1 {
    grid-column: span 2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: rgb(195,210,184);
    padding: 10px;
    border-radius: 10px;
}

.secure_refuge95 h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 37px;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    background: rgb(181,121,136);
    padding: 10px;
    border-radius: 10px;
}

.secure_refuge95 h3, .secure_refuge95 h4, .secure_refuge95 h5, .secure_refuge95 h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 21px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    border-left: 4px solid rgb(195,210,184);
}

.secure_refuge95 ul, .secure_refuge95 ol {
    list-style-position: inside;
    padding-left: 20px;
    margin: 15px 0;
    font-family: Nunito, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    list-style: none;
}

.secure_refuge95 li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}

.secure_refuge95 li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: rgb(181,121,136);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
}

.secure_refuge95 section {
    background: rgb(218,222,231);
    padding: 20px;
    border-radius: 10px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .secure_refuge95 {
        padding: 30px;
        grid-template-columns: 1fr;
    }

    .secure_refuge95 h1 {
        font-size: calc(21px - 8px);
    }

    .secure_refuge95 h2 {
        font-size: calc(21px - 6px);
    }

    .secure_refuge95 h3, .secure_refuge95 h4, .secure_refuge95 h5, .secure_refuge95 h6 {
        font-size: calc(21px - 4px);
    }

    .secure_refuge95 ul, .secure_refuge95 ol {
        padding-left: 15px;
        font-size: calc(15px - 2px);
    }

    .secure_refuge95 section {
        grid-template-columns: 1fr;
    }
}.our_background20 {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(218,222,231) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.our_background20::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(195,210,184,0.5) 0,
        rgb(195,210,184,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
    z-index: 1;
}

.our_background20::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(181,121,136,0.5) 0,
        rgb(181,121,136,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
    z-index: 1;
}

.our_background20 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.our_background20 h2 {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}

.our_background20 h2::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -15px;
    width: 60px;
    height: 4px;
    background: rgb(195,210,184);
}

.our_background20 h2::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -15px;
    width: 120px;
    height: 4px;
    background: rgb(195,210,184,0.5);
    z-index: -1;
}

.our_background20 .fast_classes98 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 0;
}

.our_background20 .creds_sect30:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1;
    padding: 60px 40px 60px 20px;
    position: relative;
    z-index: 3;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.our_background20 .creds_sect30:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1;
    padding: 60px 20px 60px 60px;
    position: relative;
    z-index: 2;
    background: rgb(195,210,184);
    color: #ffffff;
    margin-left: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.our_background20 .creds_sect30:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    z-index: -1;
}

.our_background20 .creds_sect30:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    z-index: -1;
}

.our_background20 .creds_sect30:nth-child(1)::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 80px;
    height: 80px;
    background: rgb(195,210,184,0.5);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    transition: all 0.5s ease;
}

.our_background20 .creds_sect30:nth-child(1):hover::after {
    top: -10%;
    left: -10%;
    width: 150px;
    height: 150px;
}

.our_background20 .creds_sect30 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.our_background20 .creds_sect30:nth-child(1) h3 {
    color: #000000;
}

.our_background20 .creds_sect30:nth-child(2) h3 {
    color: #ffffff;
}

.our_background20 .creds_sect30 h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
}

.our_background20 .creds_sect30:nth-child(1) h3::after {
    background: rgb(195,210,184);
}

.our_background20 .creds_sect30:nth-child(2) h3::after {
    background: #ffffff;
}

.our_background20 .creds_sect30 p {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
}

.our_background20 .creds_sect30:nth-child(1) p {
    color: #000000;
}

.our_background20 .creds_sect30:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}

.our_background20 .creds_sect30:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.5s ease;
}

.our_background20 .creds_sect30:nth-child(2):hover::after {
    transform: rotate(315deg);
    width: 100px;
    height: 100px;
}

.our_background20 .container::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgb(181,121,136,0.5);
    border-radius: 50%;
    z-index: 0;
    opacity: 0.05;
    filter: blur(50px);
}

.our_background20 .container::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgb(195,210,184,0.5);
    border-radius: 50%;
    z-index: 0;
    opacity: 0.05;
    filter: blur(60px);
}

@media screen and (max-width: 991px) {
    .our_background20 {
        padding: 90px 0;
    }
    
    .our_background20 h2 {
        margin-bottom: 60px;
    }
    
    .our_background20 .creds_sect30:nth-child(1) {
        padding: 50px 30px 50px 20px;
    }
    
    .our_background20 .creds_sect30:nth-child(2) {
        padding: 50px 20px 50px 50px;
    }
}

@media screen and (max-width: 768px) {
    .our_background20 {
        padding: 70px 0;
    }
    
    .our_background20 h2 {
        margin-bottom: 50px;
        font-size: calc(35px + 0.1rem);
    }
    
    .our_background20 .fast_classes98 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }
    
    .our_background20 .creds_sect30:nth-child(1),
    .our_background20 .creds_sect30:nth-child(2) {
        clip-path: none;
        margin-left: 0;
        padding: 40px 30px;
    }
    
    .our_background20 .creds_sect30:nth-child(2)::before {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .our_background20 {
        padding: 60px 0;
    }
    
    .our_background20 h2 {
        margin-bottom: 40px;
        font-size: 35px;
    }
    
    .our_background20 .creds_sect30:nth-child(1),
    .our_background20 .creds_sect30:nth-child(2) {
        padding: 30px 20px;
    }
    
    .our_background20 .creds_sect30 h3 {
        font-size: calc(17px + 0.1rem);
        margin-bottom: 15px;
    }
    
    .our_background20 .creds_sect30 p {
        font-size: calc(16px - 0.05rem);
    }
}.title_section89 {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(195,210,184,0.5) 50%, rgb(181,121,136,0.5) 100%);
}

.title_section89 .heritage_tl19 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.title_section89 .quick_edu93 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.title_section89 .quick_edu93::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgb(181,121,136,0.5) 30%,
        transparent 60%
    );
    z-index: 2;
}

.title_section89 .quick_edu93::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(
            circle at 70% 30%,
            transparent 20%,
            rgba(0, 0, 0, 0.5) 70%,
            rgb(195,210,184,0.5) 100%
        );
    z-index: 2;
}

.title_section89 .edu_intro78 {
    width: 500%;
    height: 100%;
    display: flex;
    animation: split-carousel 30s ease infinite;
}

.title_section89 .tech_master75 {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title_section89 .tech_master75::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(195,210,184,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(195,210,184,0.5) 100%);
    background-size: 20px 20px;
    opacity: 0.5;
    z-index: 2;
}

.title_section89 .tech_master75 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.2) contrast(1.1);
    transform-origin: center;
    transition: transform 0.7s ease-out;
    animation: image-scale 15s ease-in-out infinite alternate;
}

.title_section89 .text_wrap_item74 {
    position: relative;
    z-index: 10;
    width: 45%;
    max-width: 550px;
    margin-right: 8%;
    background: linear-gradient(145deg, rgb(181,121,136,0.5) 0%, rgb(195,210,184,0.5) 100%);
    padding: 4rem;
    border-radius: 10px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(195,210,184,0.5);
    overflow: hidden;
}

.title_section89 .text_wrap_item74::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: rgb(195,210,184);
}

.title_section89 .text_wrap_item74::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 6px;
    background: rgb(195,210,184);
    transform-origin: right;
    animation: line-animate 6s ease-in-out infinite;
}

.title_section89 .text_wrap_item74 h2 {
    font-size: 32px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.3;
}

.title_section89 .text_wrap_item74 h2::after {
    content: '';
    position: absolute;
    top: -15px;
    left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(195,210,184,0.5);
    opacity: 0.3;
    z-index: -1;
}

.title_section89 .text_wrap_item74 p {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    position: relative;
}

.title_section89 .text_wrap_item74 .request_grid81 {
    display: inline-block;
    padding: 14px 35px;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgb(195,210,184);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

.title_section89 .text_wrap_item74 .request_grid81::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgb(195,210,184);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.title_section89 .text_wrap_item74 .request_grid81:hover {
    color: #ffffff;
}

.title_section89 .text_wrap_item74 .request_grid81:hover::before {
    width: 300%;
    height: 300%;
}

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes image-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes line-animate {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(0.5);
    }
}

@media (max-width: 1400px) {
    .title_section89 .text_wrap_item74 {
        width: 50%;
        padding: 3rem;
    }
}

@media (max-width: 1200px) {
    .title_section89 .quick_edu93 {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 40% 100%, 0% 80%);
    }
    
    .title_section89 .text_wrap_item74 {
        width: 55%;
        margin-right: 5%;
    }
}

@media (max-width: 992px) {
    .title_section89 .heritage_tl19 {
        justify-content: center;
    }
    
    .title_section89 .quick_edu93 {
        clip-path: none;
    }
    
    .title_section89 .text_wrap_item74 {
        width: 80%;
        max-width: 600px;
        margin-right: 0;
        background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 20%, rgb(195,210,184,0.5) 80%);
        backdrop-filter: blur(10px);
    }
}

@media (max-width: 768px) {
    .title_section89 {
        min-height: 500px;
    }
    
    .title_section89 .text_wrap_item74 {
        width: 90%;
        padding: 2.5rem;
    }
    
    .title_section89 .text_wrap_item74 h2 {
        font-size: calc(32px * 0.9);
    }
    
    .title_section89 .quick_edu93::before {
        background: linear-gradient(
            135deg,
            #000000 20%,
            rgb(181,121,136,0.5) 40%,
            transparent 80%
        );
    }
}

@media (max-width: 576px) {
    .title_section89 {
        min-height: 450px;
    }
    
    .title_section89 .text_wrap_item74 {
        padding: 2rem;
    }
    
    .title_section89 .text_wrap_item74::before {
        width: 4px;
    }
    
    .title_section89 .text_wrap_item74::after {
        height: 4px;
    }
    
    .title_section89 .text_wrap_item74 h2 {
        font-size: calc(32px * 0.8);
        margin-bottom: 1.5rem;
    }
    
    .title_section89 .text_wrap_item74 p {
        font-size: calc(16px * 0.9);
        margin-bottom: 2rem;
    }
    
    .title_section89 .text_wrap_item74 .request_grid81 {
        display: block;
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }
    
    .title_section89 .tech_master75::before {
        background-size: 15px 15px;
    }
}

@media (orientation: landscape) and (max-height: 600px) {
    .title_section89 {
        height: auto;
        min-height: 100vh;
    }
    
    .title_section89 .text_wrap_item74 {
        padding: 2rem;
    }
}footer {
    width: 100%;
    position: relative;
}

.footer {
    background-color: rgb(181,121,136);
    padding: 80px 0 30px;
    font-family: Nunito, sans-serif;
    color: #ffffff;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(181,121,136) 12%, transparent 12.5%, transparent 87%, rgb(181,121,136) 87.5%, rgb(181,121,136)),
        linear-gradient(150deg, rgb(181,121,136) 12%, transparent 12.5%, transparent 87%, rgb(181,121,136) 87.5%, rgb(181,121,136)),
        linear-gradient(30deg, rgb(181,121,136) 12%, transparent 12.5%, transparent 87%, rgb(181,121,136) 87.5%, rgb(181,121,136)),
        linear-gradient(150deg, rgb(181,121,136) 12%, transparent 12.5%, transparent 87%, rgb(181,121,136) 87.5%, rgb(181,121,136)),
        linear-gradient(60deg, rgb(195,210,184,0.5) 25%, transparent 25.5%, transparent 75%, rgb(195,210,184,0.5) 75%, rgb(195,210,184,0.5)),
        linear-gradient(60deg, rgb(195,210,184,0.5) 25%, transparent 25.5%, transparent 75%, rgb(195,210,184,0.5) 75%, rgb(195,210,184,0.5));
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-size: 80px 140px;
    opacity: 0.05;
    pointer-events: none;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(195,210,184), rgb(181,121,136));
    pointer-events: none;
}

.assign_help98 {
    position: relative;
    z-index: 1;
}

.msg_details41 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.info_item {
    position: relative;
    flex: 0 1 auto;
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.03);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    max-width: 300px;
    min-height: 60px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.info_item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: rgb(181,121,136);
    z-index: -1;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    pointer-events: none;
}

.info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(195,210,184);
}

.info_item svg {
    width: 20px;
    height: 20px;
    fill: rgb(195,210,184);
    margin-right: 12px;
    flex-shrink: 0;
    transition: fill 0.3s ease;
}

.info_item:hover svg {
    fill: #ffffff;
}

.info_item p, 
.info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 40px;
    position: relative;
}

.text_main_holder::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    top: 0;
    left: 10%;
    pointer-events: none;
}

.top_learn14 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 20px;
    margin: 0 auto;
    max-width: 350px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.top_learn14::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: rgb(181,121,136);
    z-index: -1;
    pointer-events: none;
}

.top_learn14 svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.digital_res30 {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.head_lead80 {
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 21px;
}

.head_lead80 h5 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.head_lead80 h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: rgb(195,210,184);
    pointer-events: none;
}

.main_start97 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}

.main_start97 a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 16px;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main_start97 a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(195,210,184);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.main_start97 a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding-left: 25px;
}

.main_start97 a:hover::before {
    opacity: 1;
}

.subscribe_holder {
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 21px;
}

.subscribe_holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(195,210,184,0.5) 49%, rgb(195,210,184,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(195,210,184,0.5) 49%, rgb(195,210,184,0.5) 51%, transparent 52%);
    background-size: 20px 20px;
    opacity: 0.05;
    border-radius: 21px;
    pointer-events: none;
}

.subscribe_holder h5 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.input_holder input[type="email"] {
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    cursor: text;
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
    appearance: none;
}

.input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(195,210,184);
    background-color: rgba(255, 255, 255, 0.08);
}

.input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.email_submit42 {
    padding: 14px 20px;
    background-color: rgb(195,210,184);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 5;
}

.email_submit42:hover {
    background-color: rgb(181,121,136);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.event_cal17 {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.design_res54 {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 0 20px;
}

.design_res54::before,
.design_res54::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.design_res54::before {
    left: -10px;
    transform: rotate(-45deg);
}

.design_res54::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .text_main_holder {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    
    .input_holder {
        flex-direction: row;
    }
    
    .email_submit42 {
        width: auto;
        flex-shrink: 0;
        min-width: 150px;
    }
    
    .input_holder input[type="email"] {
        flex: 1;
        min-width: 0;
    }
}

@media (max-width: 991px) {
    .main_start97 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 60px 0 30px;
    }
    
    .msg_details41 {
        margin-bottom: 40px;
    }
    
    .info_item {
        min-width: 150px;
        padding: 15px 20px;
    }
    
    .head_lead80, .subscribe_holder {
        padding: 25px 20px;
    }
    
    .top_learn14 {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .event_cal17 {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 50px 0 20px;
    }
    
    .info_item {
        min-width: 100%;
    }
    
    .head_lead80 h5, .subscribe_holder h5 {
        font-size: calc(23px - 2px);
        margin-bottom: 20px;
    }
    
    .head_lead80, .subscribe_holder {
        padding: 20px 15px;
    }
    
    .input_holder input[type="email"],
    .email_submit42 {
        padding: 12px;
    }
}.course_benefits64 {
    position: relative;
    padding: 120px 0;
    background: rgb(218,222,231);
    overflow: hidden;
}

.course_benefits64 .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.course_benefits64 .heritage_tl19 {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.course_benefits64 .learning_outcomes43 {
    position: relative;
    min-height: 680px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.course_benefits64 .learning_outcomes43::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 70%,
        #000000 100%
    );
    z-index: 1;
}

.course_benefits64 .learning_outcomes43 h3 {
    position: relative;
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 2;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.course_benefits64 .learning_outcomes43 div {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.course_benefits64 .learning_outcomes43 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 25px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.course_benefits64 .learning_outcomes43 p:hover {
    background: rgb(195,210,184,0.5);
    transform: translateY(10px);
}

.course_benefits64 .learning_outcomes43:hover h3 {
    transform: translateY(0);
}

@media (max-width: 1200px) {
    .course_benefits64 {
        padding: 90px 0;
    }

    .course_benefits64 .learning_outcomes43 {
        min-height: 600px;
        padding: 40px;
    }

    .course_benefits64 .learning_outcomes43 div {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .course_benefits64 {
        padding: 60px 0;
    }

    .course_benefits64 .learning_outcomes43 {
        min-height: 500px;
        padding: 30px;
    }

    .course_benefits64 .learning_outcomes43 h3 {
        font-size: calc(37px * 0.85);
        margin-bottom: 20px;
    }

    .course_benefits64 .learning_outcomes43 div {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .course_benefits64 .learning_outcomes43 p {
        padding: 20px;
        font-size: calc(16px * 0.95);
    }
}

@media (max-width: 480px) {
    .course_benefits64 {
        padding: 40px 0;
    }

    .course_benefits64 .learning_outcomes43 {
        min-height: 400px;
        padding: 20px;
    }

    .course_benefits64 .learning_outcomes43 h3 {
        font-size: calc(37px * 0.75);
        margin-bottom: 15px;
    }

    .course_benefits64 .learning_outcomes43 p {
        padding: 15px;
        font-size: calc(16px * 0.9);
    }
}.teaching_history02 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(195,210,184,0.5);
    font-family: Nunito, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teaching_history02 .heritage_tl19 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.teaching_history02 .success_stories80 {
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.teaching_history02 .success_stories80:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.teaching_history02 .landscape_image10 {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
}

.teaching_history02 .career_exp07 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teaching_history02 .name {
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}

.teaching_history02 .job_content60 {
    color: rgb(181,121,136);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.teaching_history02 .career_experience74 {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

@media (max-width: 800px) {
    .teaching_history02 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .teaching_history02 .heritage_tl19 {
        flex-direction: column;
        align-items: center;
    }

    .teaching_history02 .success_stories80 {
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .teaching_history02 .landscape_image10 {
        border-radius: 21px;
    }
}

.wrapper-viewport47 .teaching_history02 .heritage_tl19 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-viewport47 .teaching_history02 .success_stories80 {
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.wrapper-viewport47 .teaching_history02 .success_stories80:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.wrapper-viewport47 .teaching_history02 .landscape_image10 {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
}


.ty_sidebar71 {
    background-color: rgb(195,210,184,0.5);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.ty_sidebar71 .container {
    background-color: rgb(218,222,231);
    border-radius: 19px;
    border: 2px solid rgb(195,210,184,0.5);
    padding: 40px;
    max-width: 600px;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 20px rgb(195,210,184,0.5);
}
.ty_sidebar71 .container h2 {
    font-size: 31px;
    font-weight: 700;
    color: rgb(195,210,184);
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(195,210,184,0.5);
}
.ty_sidebar71 .container p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgb(181,121,136,0.5);
}
@media only screen and (max-width: 800px) {
    .ty_sidebar71 {
        padding: 30px 15px;
    }
    .ty_sidebar71 .container {
        padding: 30px;
    }
    .ty_sidebar71 .container h2 {
        font-size: 23px;
    }
    .ty_sidebar71 .container p {
        font-size: 20px;
    }
}.get_in_touch94 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.get_in_touch94::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(181,121,136,0.5);
    z-index: 1;
}

.get_in_touch94 .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.get_in_touch94 .request_section84 {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 0;
}

.get_in_touch94 .query_map19 {
    grid-row: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 50px;
    background: #ffffff;
    border-radius: 0 0 24px 24px;
}

.get_in_touch94 .query_map19 h3 {
    width: 100%;
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.get_in_touch94 .query_map19 h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: rgb(195,210,184);
}

.get_in_touch94 .query_map19 div {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(218,222,231);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.get_in_touch94 .query_map19 div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.get_in_touch94 .query_map19 svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.get_in_touch94 .query_map19 svg path {
    fill: rgb(195,210,184);
}

.get_in_touch94 .query_map19 span {
    color: #000000;
    font-size: 14px;
}

.get_in_touch94 .query_map19 a {
    color: rgb(195,210,184);
    text-decoration: none;
    transition: color 0.3s ease;
}

.get_in_touch94 .query_map19 a:hover {
    color: rgb(181,121,136);
}

.get_in_touch94 .query_info39 {
    grid-row: 1;
    padding: 0;
    background: rgb(195,210,184);
    border-radius: 24px 24px 0 0;
    position: relative;
    overflow: hidden;
}

.get_in_touch94 .query_info39::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgb(181,121,136);
    border-radius: 50%;
    opacity: 0.2;
}

.get_in_touch94 .query_info39::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 200px;
    height: 200px;
    background: rgb(181,121,136);
    border-radius: 50%;
    opacity: 0.1;
}

.get_in_touch94 form {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
}

.get_in_touch94 form h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.get_in_touch94 form h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #ffffff;
}

.get_in_touch94 form input[type="text"],
.get_in_touch94 form input[type="email"] {
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.get_in_touch94 form input[type="text"]:focus,
.get_in_touch94 form input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.get_in_touch94 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.get_in_touch94 .inquiry_grid13 {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 30px;
}

.get_in_touch94 .inquiry_grid13 input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.get_in_touch94 .inquiry_grid13 input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.get_in_touch94 .inquiry_grid13 input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid rgb(195,210,184);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.get_in_touch94 .inquiry_grid13 label {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.get_in_touch94 .inquiry_grid13 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

.get_in_touch94 .inquiry_grid13 a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}

.get_in_touch94 .request_grid81 {
    width: 100%;
    padding: 18px 20px;
    background: #ffffff;
    color: rgb(195,210,184);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.get_in_touch94 .request_grid81:hover {
    background: rgb(218,222,231);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .get_in_touch94 form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .get_in_touch94 form h3 {
        grid-column: span 2;
    }
    
    .get_in_touch94 .inquiry_grid13 {
        grid-column: span 2;
    }
    
    .get_in_touch94 .request_grid81 {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .get_in_touch94 {
        padding: 90px 0;
    }
    
    .get_in_touch94 .query_info39,
    .get_in_touch94 .query_map19 {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .get_in_touch94 {
        padding: 70px 0;
    }
    
    .get_in_touch94 .query_map19 div {
        flex: 0 0 100%;
    }
    
    .get_in_touch94 .query_info39,
    .get_in_touch94 .query_map19 {
        padding: 40px 30px;
    }
    
    .get_in_touch94 .query_map19 h3,
    .get_in_touch94 form h3 {
        font-size: calc(33px * 0.9);
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .get_in_touch94 {
        padding: 50px 0;
    }
    
    .get_in_touch94 .query_info39,
    .get_in_touch94 .query_map19 {
        padding: 30px 25px;
    }
    
    .get_in_touch94 .query_map19 h3,
    .get_in_touch94 form h3 {
        font-size: calc(33px * 0.85);
        margin-bottom: 30px;
    }
    
    .get_in_touch94 form input[type="text"],
    .get_in_touch94 form input[type="email"] {
        padding: 15px;
    }
}header .top_core69 {
    background:  #ffffff;
    color:  #000000;
}
header .top_learn14 svg,header .top_learn14 svg path, header .top_learn14 img {
    fill: rgb(195,210,184);
}
header .head_lead80 a {
    color: rgb(181,121,136);
}
header .head_lead80 a:hover {
    color: rgb(195,210,184);
}
header .head_lead80 a.active {
    border: 2px solid rgb(181,121,136);
    border-radius: 100px;
}
header .head_lead80 a.active:hover {
    color: #ffffff;
    background: rgb(195,210,184);
    border: 2px solid rgb(195,210,184);
}
header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}
header .top_core69 {
    width: 100%;
}
header .site_start62 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top_learn14 {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}
header .main_pagebar50 {
    display: flex;
    flex-direction: column;
    height: 100%;

}
header .head_pro14 {
    font-size: 14px;
    font-weight: 700;
}
header .top_learn14 .head_pro14 {
    text-transform: uppercase;
}
header .top_learn14 .head_info37 svg, header .top_learn14 .head_info37 img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
header .head_lead80 {
    display: flex;
}
header .head_lead80 a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 16px;
}
body .wrapper-viewport47 header .main_skill34 {
    display: flex;
}
@media only screen and (max-width: 1200px)  {
    header .site_start62 {
        flex-direction: column;
        align-items: flex-start;
    }
    header .head_lead80 {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 40px 0;
        position: static;
        top:100%;
        left:0;
        z-index: 90;

        width: 100%;
    }
    header .head_lead80 a.active {
        border: none;
    }
    header .head_lead80 a.active:hover {
        color: rgb(195,210,184);
        background: none;
        border: none;
    }
    header .top_core69 {
        position: relative;
        z-index: 99;
    }
    header .top_learn14 {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .top_learn14 .head_info37 {
        margin-right: 5px;
    }
    header .top_learn14 .head_info37 svg, header .top_learn14 .head_info37 img {
        margin: 0;
        width: 40px;
        height: 40px;
    }
    header .site_start62 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-viewport47 header .top_core69 {
    position: relative;
    background: rgb(195,210,184);
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrapper-viewport47 header .top_core69:before {
    content:"";
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: #ffffff;
    z-index: 0;
}
.wrapper-viewport47 header .top_core69:after {
    content:"";
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:0;
    background: #ffffff;
    z-index: 0;
}
.wrapper-viewport47 .head_info37 {
    padding: 40px 30px 60px 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 95%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 95%);
    background: rgb(181,121,136);
    margin: -50px 0;
    position: relative;
    z-index: 1;
}
.wrapper-viewport47 header .top_learn14 {
    padding: 0;
}
.wrapper-viewport47 header .head_lead80 a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0 15px;
}
.wrapper-viewport47 header .head_lead80 a:hover {
    border-bottom: 4px solid rgb(181,121,136);
    color: #ffffff;
}
@media only screen and (max-width: 800px)  {
    .wrapper-viewport47 .head_info37 {
        margin: 0;
    }
    .wrapper-viewport47 header .top_learn14 {
        justify-content: center;
    }
    .wrapper-viewport47 header .top_core69:before, .wrapper-viewport47 header .top_core69:after {
        display: none;
    }
    .wrapper-viewport47 header .top_core69 {
        padding: 10px 0;
    }
    .wrapper-viewport47 header .head_lead80 {
        background: none;
        align-items: center;
        padding: 0;
    }
    .wrapper-viewport47 header .head_lead80 a {
        text-align: center;
    }
    .wrapper-viewport47 header .top_learn14 .head_info37 {
        margin: 0;
        padding: 20px 15px 30px 15px;
    }
    .wrapper-viewport47 header .top_learn14 .head_info37 svg,.wrapper-viewport47 header .top_learn14 .head_info37 img {
        height: 60px;
        width: 60px;
    }
}.program_overview40 {
    position: relative;
    background: rgb(218,222,231);
    padding: 120px 0;
    overflow: hidden;
}

.program_overview40::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(195,210,184,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(195,210,184,0.5) 100%);
    background-size: 20px 20px;
    opacity: 0.15;
    z-index: 1;
    animation: gridMove 40s linear infinite;
}

.program_overview40::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(195,210,184,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(181,121,136,0.5) 0%, transparent 40%);
    opacity: 0.2;
    z-index: 1;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.program_overview40 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program_overview40 .training25 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    width: 100%;
    max-width: 900px;
}

.program_overview40 .text_wrap_item74 {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    z-index: 3;
}

.program_overview40 .text_wrap_item74::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(195,210,184,0.5);
    border-radius: 14px;
    opacity: 0.3;
    pointer-events: none;
}

.program_overview40 .text_wrap_item74::after {
    content: "";
    position: absolute;
    top: -15px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, rgb(195,210,184), rgb(181,121,136));
}

.program_overview40 .text_wrap_item74 h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.program_overview40 .text_wrap_item74 h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 2px;
    background: rgb(195,210,184,0.5);
}

.program_overview40 .text_wrap_item74 .learn_coding37 {
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.program_overview40 .text_wrap_item74 .learn_coding37:last-child {
    margin-bottom: 0;
}

.program_overview40 .landscape_image10 {
    width: 100%;
    height: 450px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.program_overview40 .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgb(195,210,184,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(195,210,184,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(195,210,184,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(181,121,136,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(195,210,184,0.5) 2px, transparent 2px);
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    opacity: 0.05;
    z-index: 0;
    animation: circuitPulse 8s infinite alternate;
}

@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.program_overview40 .training25::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(195,210,184,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(181,121,136,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(195,210,184,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(181,121,136,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(195,210,184,0.5) 1px, transparent 1px);
    background-size: 600px 600px;
    opacity: 0.2;
    z-index: 0;
    animation: floatParticles 40s linear infinite;
}

@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.program_overview40 .training25::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(181,121,136,0.5), transparent);
}

.program_overview40 .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(60deg, rgb(195,210,184,0.5) 0, rgb(195,210,184,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(195,210,184,0.5) 0, rgb(195,210,184,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(195,210,184,0.5) 0, rgb(195,210,184,0.5) 1px, transparent 1px, transparent 30px);
    background-size: 50px 86.6px;
    opacity: 0.03;
    z-index: 0;
    animation: hexMove 60s linear infinite;
}

@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.program_overview40 .landscape_image10::after {
    animation: borderGlow 4s infinite alternate;
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_overview40 .text_wrap_item74 h2 {
    animation: reveal 0.8s forwards;
}

.program_overview40 .text_wrap_item74 .learn_coding37:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}

.program_overview40 .text_wrap_item74 .learn_coding37:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {
    .program_overview40 .training25 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 40px;
    }
    
    .program_overview40 .text_wrap_item74 {
        grid-row: 2;
        margin-top: -80px;
        z-index: 4;
    }
    
    .program_overview40 .landscape_image10 {
        grid-row: 1;
        height: 500px;
    }
}

@media (max-width: 991px) {
    .program_overview40 {
        padding: 80px 0;
    }
    
    .program_overview40 .training25 {
        gap: 40px;
    }
    
    .program_overview40 .text_wrap_item74 {
        padding: 30px;
    }
    
    .program_overview40 .landscape_image10 {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .program_overview40 {
        padding: 60px 0;
    }
    
    .program_overview40 .text_wrap_item74 {
        padding: 25px;
    }
    
    .program_overview40 .landscape_image10 {
        height: 350px;
    }
    
    .program_overview40 .text_wrap_item74 h2 {
        font-size: calc(30px * 0.9);
    }
}

@media (max-width: 576px) {
    .program_overview40 {
        padding: 50px 0;
    }
    
    .program_overview40 .text_wrap_item74 {
        padding: 20px;
    }
    
    .program_overview40 .landscape_image10 {
        height: 300px;
    }
    
    .program_overview40 .text_wrap_item74 h2 {
        font-size: calc(30px * 0.8);
    }
    
    .program_overview40 .text_wrap_item74 .learn_coding37 {
        font-size: calc(17px * 0.95);
    }
}

@media (min-width: 992px) {
    .program_overview40 .text_wrap_item74:hover {
        transform: translateY(-5px);
        transition: transform 0.3s ease;
    }
    
    .program_overview40 .text_wrap_item74:hover::before {
        border-color: rgb(195,210,184);
        opacity: 0.5;
        transition: all 0.3s ease;
    }
    
    .program_overview40 .landscape_image10:hover::after {
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
}
