* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1202px;
}.diploma_cta {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.wrapper-padding {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.top_info {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_opinions {
    padding: 7rem 2rem;
    background: linear-gradient(180deg, rgb(216,236,218) 0%, rgb(180,216,183,0.5) 30%, rgb(216,236,218) 100%);
    position: relative;
    overflow: hidden;
}.client_opinions::before {
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at top right, rgb(137,193,142,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
}.client_opinions::after {
    width: 40%;
    background: rgb(180,216,183,0.5);
    content: "";
    left: -10%;
    height: 100%;
    opacity: 0.3;
    transform: rotate(45deg);
    position: absolute;
    top: -20%;
    filter: blur(70px);
    z-index: 0;
}.client_opinions .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.client_opinions h2 {
    margin-bottom: 4rem;
    position: relative;
    font-size: calc(28px * 1.3);
    text-align: left;
    transform: translateX(5%);
    font-weight: 700;
    color: #000000;
}.client_opinions h2::after {
    transform-origin: left;
    content: "";
    bottom: -15px;
    left: 0;
    transition: transform 0.5s ease;
    width: 100px;
    transform: scaleX(1);
    background: rgb(180,216,183);
    height: 4px;
    position: absolute;
}.client_opinions:hover h2::after {
    transform: scaleX(1.5);
}.client_opinions .success_stories {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 8rem;
    position: relative;
}.client_opinions .success_stories::before {
    bottom: 10px;
    content: "";
    left: 25px;
    top: 10px;
    position: absolute;
    width: 3px;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(180,216,183), rgb(137,193,142));
}.client_opinions .review_feedback {
    gap: 0.5rem 2rem;
    grid-template-areas: 
        "image name"
        "image description";
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: grid;
    position: relative;
    grid-template-columns: 100px 1fr;
}.client_opinions .review_feedback::before {
    top: 40px;
    box-shadow: 0 0 0 5px rgb(216,236,218);
    position: absolute;
    width: 20px;
    transition: all 0.3s ease;
    background: #ffffff;
    z-index: 2;
    border: 3px solid rgb(180,216,183);
    content: "";
    border-radius: 50%;
    height: 20px;
    left: -50px;
}.client_opinions .review_feedback:hover::before {
    box-shadow: 0 0 0 8px rgb(216,236,218), 0 0 15px rgb(180,216,183);
    transform: scale(1.3);
}.client_opinions .review_feedback img {
    transform: rotate(-3deg);
    transition: all 0.3s ease;
    grid-area: image;
    box-shadow: 5px 5px 0 rgb(180,216,183,0.5);
    border-radius: 16px;
    border: 3px solid #ffffff;
    width: 100px;
    object-fit: cover;
    height: 100px;
}.client_opinions .review_feedback:hover img {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 8px 8px 0 rgb(180,216,183);
}.client_opinions .review_feedback p {
    align-self: end;
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding-bottom: 0.5rem;
    grid-area: name;
    font-size: calc(22px * 1.1);
}.client_opinions .review_feedback p::after {
    transition: width 0.3s ease;
    background: rgb(137,193,142);
    position: absolute;
    content: "";
    width: 40px;
    bottom: 0;
    left: 0;
    height: 2px;
}.client_opinions .review_feedback:hover p::after {
    width: 80px;
}.client_opinions .review_feedback .description {
    color: #000000;
    margin: 0;
    border-radius: 16px;
    line-height: 1.6;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(0);
    position: relative;
    background: #ffffff;
    grid-area: description;
    padding: 1.5rem;
    font-weight: 400;
    z-index: 1;
    transition: all 0.3s ease;
}.client_opinions .review_feedback:hover .description {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}.client_opinions .review_feedback .description::before {
    color: rgb(180,216,183,0.5);
    left: 10px;
    font-size: 4rem;
    content: "";
    opacity: 0.2;
    top: 10px;
    line-height: 1;
    position: absolute;
}.client_opinions .review_feedback:nth-child(even) {
    margin-left: 30px;
}.client_opinions .review_feedback:nth-child(even) img {
    transform: rotate(3deg);
}.client_opinions .review_feedback:nth-child(even):hover img {
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 992px) {.client_opinions {
    padding: 5rem 1.5rem;
}.client_opinions h2 {
    text-align: center;
    transform: translateX(0);
    margin-bottom: 3rem;
}.client_opinions h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.client_opinions:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}
}

@media (max-width: 768px) {.client_opinions {
    padding: 4rem 1rem;
}.client_opinions .success_stories {
    padding-left: 40px;
    gap: 5rem;
}.client_opinions .success_stories::before {
    left: 20px;
}.client_opinions .review_feedback {
    grid-template-areas: 
            "image"
            "name"
            "description";
    grid-template-columns: 1fr;
    gap: 1rem;
}.client_opinions .review_feedback::before {
    left: -40px;
    top: 30px;
}.client_opinions .review_feedback img {
    justify-self: start;
}.client_opinions .review_feedback p {
    padding-bottom: 0.7rem;
}.client_opinions .review_feedback .description {
    padding: 1.2rem;
}.client_opinions .review_feedback:nth-child(even) {
    margin-left: 0;
}
}

@media (max-width: 480px) {.client_opinions h2 {
    font-size: 28px;
}.client_opinions .success_stories {
    padding-left: 30px;
    gap: 4rem;
}.client_opinions .success_stories::before {
    left: 15px;
}.client_opinions .review_feedback::before {
    width: 15px;
    height: 15px;
    left: -30px;
}.client_opinions .review_feedback img {
    width: 80px;
    height: 80px;
}}.welcome_section {
    align-items: center;
    background: linear-gradient(135deg, rgb(180,216,183,0.5), rgb(137,193,142,0.5));
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
}.welcome_section .media_img {
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.welcome_section .media_img::after {
    height: 100%;
    background: linear-gradient(
        215deg,
        rgba(94, 170, 168, 0.85),
        rgba(94, 170, 168, 0.4) 40%,
        rgba(0, 0, 0, 0.7)
    );
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    width: 100%;
    content: "";
}.welcome_section .knowledge_guides {
    position: relative;
    margin: 0 auto;
    transform: translateY(-5%);
    width: 100%;
    display: grid;
    max-width: 1200px;
    padding: 2rem;
    grid-template-columns: 1fr;
    z-index: 2;
    gap: 2rem;
}.welcome_section h1 {
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    color: #ffffff;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-size: 46px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.welcome_section h1::after {
    bottom: -10px;
    animation: scaleIn 1s ease-out 0.4s forwards;
    left: 0;
    height: 4px;
    transform-origin: left;
    background: rgb(137,193,142);
    content: '';
    width: 80px;
    position: absolute;
    transform: scaleX(0);
}.welcome_section .text_list_item {
    border-left: 5px solid rgb(137,193,142);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    opacity: 0;
    flex-direction: column;
    gap: 1.5rem;
    animation: fadeUp 0.8s cubic-bezier(0.21, 1, 0.36, 1) 0.3s forwards;
    transform: translateY(20px);
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.welcome_section .text_list_item p {
    line-height: 1.6;
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: calc(17px * 1.1);
}.welcome_section .start_top {
    margin: 1.5rem 0;
    justify-content: center;
    display: flex;
}.welcome_section .start_top svg {
    width: 100px;
    transform: scale(0);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
    animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
}.welcome_section .start_top svg path {
    transition: fill 0.3s ease;
    fill: rgb(137,193,142);
}.welcome_section .start_top svg text {
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
}.welcome_section .start_top:hover svg path {
    fill: rgb(180,216,183);
}.welcome_section .start_top:hover svg {
    transform: scale(1.05) rotate(2deg);
}.welcome_section h6 {
    margin-top: 1rem;
    text-align: center;
}.welcome_section .contact_inquiry {
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(137,193,142), rgb(180,216,183));
    padding: 0.9rem 2.2rem;
}.welcome_section .contact_inquiry::before {
    position: absolute;
    transition: all 0.5s ease;
    left: -100%;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.welcome_section .contact_inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.4);
}.welcome_section .contact_inquiry:hover::before {
    left: 100%;
}.welcome_section .contact_inquiry:active {
    box-shadow: 0 5px 10px rgba(94, 170, 168, 0.4);
    transform: translateY(-1px);
}

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

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

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

@keyframes popIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.welcome_section .knowledge_guides {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.welcome_section h1 {
    max-width: 500px;
    font-size: calc(46px * 1.2);
}.welcome_section .text_list_item {
    animation: fadeFromRight 0.8s cubic-bezier(0.21, 1, 0.36, 1) 0.3s forwards;
    transform: translateX(20px);
}
    
    @keyframes fadeFromRight {
        from {
            opacity: 0;
            transform: translateX(40px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

@media (min-width: 992px) {.welcome_section .media_img {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}.welcome_section .knowledge_guides {
    max-width: 1400px;
    padding: 0 4rem;
}.welcome_section h1 {
    font-size: calc(46px * 1.3);
    margin-bottom: 2rem;
}.welcome_section h1::after {
    width: 120px;
}.welcome_section .text_list_item {
    padding: 3rem;
}.welcome_section .start_top svg {
    width: 120px;
    height: 120px;
}
}

@media (max-width: 767px) {.welcome_section {
    min-height: 100vh;
    height: auto;
    padding: 100px 0 60px;
}.welcome_section .media_img {
    height: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}.welcome_section .knowledge_guides {
    transform: translateY(0);
}.welcome_section h1 {
    font-size: calc(46px * 0.9);
    text-align: center;
    transform: translateX(0);
}.welcome_section h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome_section .text_list_item {
    padding: 1.5rem;
    margin: 0 auto;
}.welcome_section .start_top svg {
    height: 80px;
    width: 80px;
}}.privacySettingsWindow {
    position: fixed;
    border-top: 3px solid rgb(180,216,183);
    background: rgb(216,236,218);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
}.track_manage {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    margin: 0 auto;
    max-width: 1200px;
}.cookie_eductrl {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_eductrl svg {
    transition: fill 0.3s ease;
    fill: rgb(180,216,183);
    width: 60px;
    height: 60px;
}.cookie_eductrl svg:hover {
    fill: rgb(137,193,142);
}.digital_tracking {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.privacySettingsWindow h5 {
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    color: rgb(180,216,183);
    font-weight: 600;
    font-size: 20px;
}.privacySettingsWindow p {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
    font-family: Arial, sans-serif;
}.secure_cookies {
    margin-left: 10px;
    background: rgb(180,216,183);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    line-height: 35px;
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}.secure_cookies:hover {
    background: rgb(137,193,142);
    box-shadow: 0 0 10px rgb(137,193,142,0.5);
}#cookiePermissionAcceptBtn {
    background: rgb(180,216,183);
}#decline_tracking_consent {
    background: rgba(0, 0, 0, 0.5);
}.privacySettingsWindow p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(180,216,183);
}.privacySettingsWindow p a:hover {
    color: rgb(137,193,142);
}
@media only screen and (max-width: 1200px) {.track_manage {
    align-items: center;
    flex-direction: column;
}.cookie_eductrl {
    margin-bottom: 15px;
}.digital_tracking {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.secure_cookies {
    width: 100%;
    margin-bottom: 10px;
    max-width: 200px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.track_manage {
    padding: 15px;
}.cookie_eductrl {
    display: none;
}.privacySettingsWindow h5 {
    font-size: 17px;
}.privacySettingsWindow p {
    font-size: 12px;
}}
#cookieAlertWindow {
    display: none;
}#cookieAlertWindow:checked ~ .privacySettingsWindow {
    visibility: hidden;
    opacity: 0;
}.sign_up_for_updates {
    background: linear-gradient(120deg, rgb(216,236,218) 0%, rgb(180,216,183,0.5) 100%);
    position: relative;
    padding: 5rem 2rem;
    perspective: 1500px;
    overflow: hidden;
}.sign_up_for_updates::before {
    position: absolute;
    transform: rotateX(45deg);
    width: 120%;
    background: 
        linear-gradient(45deg, transparent 70%, rgb(137,193,142,0.5) 70%),
        linear-gradient(135deg, rgb(180,216,183,0.5) 30%, transparent 30%);
    z-index: 1;
    opacity: 0.3;
    top: -10%;
    content: "";
    height: 120%;
    left: -10%;
}.sign_up_for_updates .knowledge_guides {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.sign_up_for_updates .support_help {
    align-items: center;
    transform: rotateX(5deg) rotateY(-5deg);
    transition: transform 0.5s ease;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    position: relative;
    justify-content: space-between;
    background: #ffffff;
    flex-direction: row;
    transform-style: preserve-3d;
    padding: 3rem 4rem;
    margin: 0 auto;
    display: flex;
    border-radius: 27px;
    max-width: 90%;
}.sign_up_for_updates .support_help:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.sign_up_for_updates h3 {
    font-weight: 700;
    flex: 1;
    color: #000000;
    transform: translateZ(30px);
    margin: 0 3rem 0 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 19px;
}.sign_up_for_updates h3::before {
    left: -20px;
    top: 0;
    position: absolute;
    transform: translateZ(40px) skewY(15deg);
    background: rgb(180,216,183);
    height: 100%;
    content: "";
    width: 4px;
}.sign_up_for_updates .input_holder {
    flex-direction: row;
    flex: 2;
    transform: translateZ(20px);
    align-items: stretch;
    display: flex;
    gap: 1.5rem;
}.sign_up_for_updates input[type="email"] {
    font-size: 17px;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    flex: 3;
    color: #000000;
}.sign_up_for_updates input[type="email"]:focus {
    border-color: rgb(180,216,183);
    outline: none;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(180,216,183,0.5);
    transform: translateZ(40px);
}.sign_up_for_updates input[type="submit"] {
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border: none;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(180,216,183) 0%, rgb(137,193,142) 100%);
}.sign_up_for_updates input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(180,216,183,0.5);
}.sign_up_for_updates input[type="submit"]::before {
    top: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(137,193,142) 0%, rgb(180,216,183) 100%);
    position: absolute;
}.sign_up_for_updates input[type="submit"]:hover::before {
    opacity: 1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}

@media (max-width: 992px) {.sign_up_for_updates .support_help {
    flex-direction: column;
    padding: 2.5rem;
    transform: none;
}.sign_up_for_updates h3 {
    text-align: center;
    transform: none;
    margin: 0 0 2rem 0;
}.sign_up_for_updates h3::before {
    bottom: -10px;
    width: 50px;
    transform: translateX(-50%);
    top: auto;
    height: 4px;
    left: 50%;
}.sign_up_for_updates .input_holder {
    transform: none;
    width: 100%;
}.sign_up_for_updates input[type="submit"]:hover {
    transform: none;
}
}

@media (max-width: 768px) {.sign_up_for_updates {
    padding: 4rem 1.5rem;
}.sign_up_for_updates .support_help {
    max-width: 100%;
    padding: 2rem;
}.sign_up_for_updates .input_holder {
    flex-direction: column;
}.sign_up_for_updates input[type="email"],
    .sign_up_for_updates input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.sign_up_for_updates {
    padding: 3rem 1rem;
}.sign_up_for_updates .support_help {
    padding: 1.5rem;
}.sign_up_for_updates h3 {
    font-size: calc(19px * 0.9);
    margin: 0 0 1.5rem 0;
}.sign_up_for_updates input[type="email"] {
    padding: 0.8rem 1rem;
}.sign_up_for_updates input[type="submit"] {
    padding: 0.8rem 1rem;
}}.meet_us {
    padding: 100px 0 120px;
    position: relative;
    isolation: isolate;
    color: #ffffff;
    overflow: hidden;
}.meet_us::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
}.meet_us::after {
    animation: shimmer 12s infinite alternate ease-in-out;
    content: "";
    opacity: 0.12;
    top: -15%;
    width: 50%;
    position: absolute;
    height: 140%;
    z-index: -1;
    background: rgb(137,193,142);
    right: -10%;
    transform: rotate(-12deg);
}.meet_us h4 {
    font-size: calc(18px * 1.2);
    animation: fadeSlideUp 0.8s forwards 0.2s ease-out;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
    text-transform: uppercase;
    color: rgb(137,193,142);
}.meet_us h4::after {
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(137,193,142) 20%, 
        rgb(137,193,142) 80%, 
        transparent);
    bottom: -12px;
    width: 60px;
}.meet_us .container {
    width: 90%;
    transform: translateY(40px);
    opacity: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    animation: containerReveal 1s forwards 0.4s ease-out;
}.meet_us .text_list_item {
    transform: perspective(1000px) rotateY(-1deg);
    background: linear-gradient(
        135deg,
        rgba(40, 40, 40, 0.65) 0%,
        rgba(30, 30, 30, 0.78) 100%
    );
    backdrop-filter: blur(8px);
    transition: transform 0.7s ease-out;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 30px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(137,193,142);
    padding: 3.5rem;
    position: relative;
}.meet_us .text_list_item:hover {
    transform: perspective(1000px) rotateY(0);
}.meet_us .text_list_item::before {
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 100%
    );
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    top: 0;
}.meet_us h6 {
    color: #ffffff;
    animation: slideRight 0.7s forwards 0.8s ease-out;
    margin-bottom: 1.8rem;
    position: relative;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-10px);
    font-size: calc(22px * 1.5);
    display: inline-block;
}.meet_us h6::after {
    height: 2px;
    animation: lineGrow 1.2s forwards 1.3s ease-in-out;
    bottom: -8px;
    background: rgb(137,193,142);
    width: 0;
    position: absolute;
    left: 0;
    content: "";
}.meet_us .text_list_item div {
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 400px;
    position: relative;
    scrollbar-color: rgb(137,193,142) rgba(255, 255, 255, 0.1);
    padding-right: 15px;
}.meet_us .text_list_item div::-webkit-scrollbar {
    width: 5px;
}.meet_us .text_list_item div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.meet_us .text_list_item div::-webkit-scrollbar-thumb {
    background: rgb(137,193,142);
    border-radius: 10px;
}.meet_us span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    display: block;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    font-size: 17px;
    animation: textReveal 1s forwards 1.2s ease-out;
}.meet_us span::first-letter {
    margin-right: 6px;
    color: rgb(137,193,142);
    font-weight: 700;
    float: left;
    line-height: 1;
    font-size: 1.7em;
}

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

@keyframes slideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes lineGrow {
    to {
        width: 100%;
    }
}

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.12;
        transform: rotate(-12deg) translateX(0);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-12deg) translateX(5%);
    }
}

@media screen and (max-width: 1200px) {.meet_us {
    padding: 80px 0 100px;
}.meet_us .text_list_item {
    padding: 2.8rem;
}
}

@media screen and (max-width: 992px) {.meet_us h4 {
    font-size: calc(18px * 1.1);
}.meet_us h6 {
    font-size: calc(22px * 1.3);
}.meet_us .text_list_item {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(0);
}.meet_us .text_list_item div {
    max-height: 350px;
}
}

@media screen and (max-width: 768px) {.meet_us {
    padding: 70px 0 80px;
}.meet_us h4 {
    font-size: 18px;
    letter-spacing: 2px;
}.meet_us h6 {
    font-size: 22px;
    margin-bottom: 1.5rem;
}.meet_us .text_list_item {
    padding: 2rem;
    border-left-width: 3px;
}.meet_us::after {
    right: -20%;
    width: 70%;
    top: -5%;
    height: 100%;
}
}

@media screen and (max-width: 576px) {.meet_us {
    padding: 60px 0 70px;
}.meet_us .container {
    width: 92%;
}.meet_us h4::after {
    width: 40px;
    bottom: -10px;
}.meet_us .text_list_item {
    padding: 1.8rem 1.5rem;
    border-left-width: 2px;
}.meet_us span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.meet_us .text_list_item div {
    max-height: 300px;
    padding-right: 10px;
}.meet_us::after {
    opacity: 0.08;
}}.training_method {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(rgb(137,193,142,0.5), 0.05) 100%);
    position: relative;
}.training_method::before {
    left: 0;
    opacity: 0.07;
    pointer-events: none;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(180,216,183,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(137,193,142,0.5) 0%, transparent 30%);
}.training_method::after {
    width: 80%;
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(180,216,183), transparent);
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.2;
}.training_method .knowledge_guides {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 1000px;
}.training_method h2 {
    position: relative;
    font-weight: 700;
    transform: translateZ(20px);
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-size: 37px;
    margin-bottom: 2.5rem;
    color: #000000;
}.training_method h2::after {
    position: absolute;
    left: 0;
    width: 40%;
    bottom: -12px;
    content: "";
    height: 4px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: linear-gradient(90deg, rgb(180,216,183), transparent);
}.training_method .text_list_item {
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    border-left: 4px solid rgb(180,216,183);
    transform: translateZ(10px) translateX(0);
    background: #ffffff;
    position: relative;
}.training_method .text_list_item:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateZ(15px) translateX(5px);
}.training_method p {
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
}.training_method .text_list_item::before {
    left: -20px;
    transition: all 0.5s ease;
    border-radius: 50% 0 50% 50%;
    border: 1px solid rgb(180,216,183,0.5);
    transform: rotate(-45deg);
    width: 60px;
    content: "";
    top: -20px;
    height: 60px;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
}.training_method .text_list_item:hover::before {
    transform: rotate(0deg);
    width: 70px;
    height: 70px;
}.training_method .knowledge_guides:hover h2 {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.training_method {
    padding: 4rem 1.5rem;
}.training_method h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.training_method .text_list_item {
    padding: 2rem;
}
}

@media (max-width: 768px) {.training_method {
    padding: 3rem 1rem;
}.training_method h2 {
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.8);
}.training_method .text_list_item {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.training_method p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.training_method .knowledge_guides:hover h2 {
    transform: translateZ(15px);
}.training_method .text_list_item::before {
    width: 45px;
    height: 45px;
    left: -15px;
    top: -15px;
}
}

@media (max-width: 576px) {.training_method {
    padding: 2.5rem 0.75rem;
}.training_method h2 {
    margin-bottom: 1.25rem;
    font-size: calc(37px * 0.7);
}.training_method .text_list_item {
    border-left-width: 3px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.training_method p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.training_method .text_list_item::before {
    display: none;
}}header {
    z-index: 99;
    overflow: visible;
    background: rgb(216,236,218);
    position: relative;
    width: 100%;
}header::before {
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(180,216,183,0.5) 0%, transparent 50%, rgb(180,216,183,0.5) 100%);
    height: 100%;
    opacity: 0.15;
    left: 0;
    top: 0;
    position: absolute;
}header .main_skill {
    position: relative;
    padding: 20px;
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .main_skill::after {
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(180,216,183,0.5), transparent);
}header .main_skill .nav_know {
    z-index: 10;
    padding: 5px 20px 15px;
    justify-self: center;
    position: relative;
}header .main_skill .nav_know::before,
header .main_skill .nav_know::after {
    border-radius: 28px;
    position: absolute;
    content: "";
    height: 90%;
    width: 90%;
}header .main_skill .nav_know::before {
    transform: scale(0);
    left: -5px;
    top: -5px;
    border-left: 2px solid rgb(180,216,183);
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(180,216,183);
    transform-origin: top left;
}header .main_skill .nav_know::after {
    transition: transform 0.3s ease;
    right: -5px;
    border-right: 2px solid rgb(137,193,142);
    border-bottom: 2px solid rgb(137,193,142);
    bottom: -5px;
    transform: scale(0);
    transform-origin: bottom right;
}header .main_skill .nav_know:hover::before,
header .main_skill .nav_know:hover::after {
    transform: scale(1);
}header .main_skill .nav_know .header_mainbar {
    transition: transform 0.3s ease;
    display: block;
}header .main_skill .nav_know .header_mainbar svg {
    height: 60px;
    width: auto;
}header .main_skill .top_lead {
    flex-wrap: wrap;
    background: linear-gradient(180deg, transparent, rgb(137,193,142) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    padding: 20px 0 10px;
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
}header .main_skill .top_lead::before,
header .main_skill .top_lead::after {
    position: absolute;
    content: "";
    top: 15%;
    width: 2px;
    height: 70%;
    background: rgb(180,216,183,0.5);
}header .main_skill .top_lead::before {
    left: 0;
}header .main_skill .top_lead::after {
    right: 0;
}header .main_skill .top_lead .nav_section {
    transition: transform 0.3s ease;
    padding: 0 15px;
    position: relative;
    margin: 0;
}header .main_skill .top_lead .nav_section:not(:last-child)::after {
    background: rgb(137,193,142,0.5);
    position: absolute;
    right: 0;
    top: 20%;
    content: "";
    width: 1px;
    height: 60%;
}header .main_skill .top_lead .nav_section:hover {
    transform: translateY(-3px);
}header .main_skill .top_lead .nav_section a {
    text-align: center;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: block;
    font-size: 17px;
}header .main_skill .top_lead .nav_section a:hover {
    color: rgb(180,216,183);
}header .main_skill .top_lead .nav_section a::before {
    width: 100%;
    content: "";
    left: 0;
    height: 2px;
    background: rgb(137,193,142);
    position: absolute;
    transition: transform 0.3s ease;
    bottom: 5px;
    transform: scaleX(0);
}header .main_skill .top_lead .nav_section a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .main_skill {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 15px 30px;
}header .main_skill .top_lead {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .main_skill {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .main_skill .nav_know {
    padding: 5px 10px;
}header .main_skill .nav_know .header_mainbar svg {
    height: 45px;
}header .main_skill .top_lead {
    padding: 15px 0 10px;
}header .main_skill .top_lead .nav_section {
    padding: 0 10px;
}header .main_skill .top_lead .nav_section a {
    padding: 8px 3px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .main_skill .top_lead {
    flex-wrap: wrap;
    justify-content: center;
}header .main_skill .top_lead .nav_section {
    margin: 3px 0;
}header .main_skill .top_lead .nav_section:not(:last-child)::after {
    display: none;
}}.course_program_info {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.course_program_info::before {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(180,216,183,0.5) 0%, transparent 50%);
    top: 0;
}.course_program_info::after {
    background: radial-gradient(circle, rgb(137,193,142,0.5) 0%, transparent 70%);
    top: -50px;
    height: 200px;
    width: 200px;
    right: -50px;
    position: absolute;
    animation: pulse 8s infinite alternate;
    content: "";
    border-radius: 50%;
    z-index: 1;
}.course_program_info .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.course_program_info .knowledge_guides {
    border: 1px solid rgb(180,216,183,0.5);
    justify-content: space-between;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    align-items: center;
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 40px;
    gap: 40px;
}.course_program_info .knowledge_guides::before {
    height: 100%;
    animation: shine 5s infinite;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
}.course_program_info .learn_explore {
    flex: 1;
    padding-right: 20px;
    position: relative;
}.course_program_info .learn_explore::before {
    position: absolute;
    top: -30px;
    content: "";
    width: 60px;
    left: -30px;
    height: 60px;
    z-index: -1;
    border: 2px solid rgb(180,216,183,0.5);
    border-radius: 50%;
    animation: rotate 25s linear infinite;
}.course_program_info .learn_explore::after {
    right: 50px;
    border-radius: 10px;
    position: absolute;
    border: 1px solid rgb(137,193,142,0.5);
    z-index: -1;
    bottom: -20px;
    content: "";
    animation: float 8s ease-in-out infinite;
    width: 40px;
    height: 40px;
}.course_program_info .nav_know {
    max-width: 180px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: linear-gradient(145deg, #ffffff 0%, rgb(216,236,218) 100%);
    transition: transform 0.3s ease;
    width: 60px;
    display: flex;
    transform: translateZ(0);
    margin-bottom: 20px;
    padding: 10px 15px;
    height: 60px;
    position: relative;
}.course_program_info .nav_know:hover {
    transform: translateY(-5px) translateZ(0);
}.course_program_info .nav_know svg {
    height: 40px;
    transition: fill 0.3s ease;
    max-width: 100%;
    max-height: 100%;
    fill: rgb(180,216,183);
    width: 40px;
}.course_program_info .nav_know svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,216,183);
}.course_program_info .nav_know:hover svg,
.course_program_info .nav_know:hover svg path {
    fill: rgb(137,193,142);
}.course_program_info h3 {
    font-size: 36px;
    padding-bottom: 15px;
    color: rgb(180,216,183);
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}.course_program_info h3::after {
    background: linear-gradient(to right, rgb(180,216,183), rgb(137,193,142));
    left: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    width: 80px;
}.course_program_info p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
}.course_program_info .media_img {
    min-height: 400px;
    border-radius: 10px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    flex: 1;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_program_info .media_img::before {
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
}.course_program_info .media_img::after {
    position: absolute;
    animation: shine-effect 6s infinite;
    top: -50%;
    transform: rotate(25deg);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    left: -50%;
    width: 200%;
    z-index: 3;
    height: 200%;
    content: "";
}.course_program_info .knowledge_guides:hover .media_img {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course_program_info {
    padding: 60px 0;
}.course_program_info .knowledge_guides {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
}.course_program_info .learn_explore {
    padding-right: 0;
    width: 100%;
}.course_program_info .media_img {
    transform: perspective(1000px) rotateY(0);
    min-height: 350px;
    width: 100%;
}.course_program_info h3 {
    font-size: calc(36px - 4px);
}
}

@media screen and (max-width: 767px) {.course_program_info {
    padding: 50px 0;
}.course_program_info .knowledge_guides {
    padding: 25px;
}.course_program_info .nav_know {
    max-width: 150px;
    height: 50px;
}.course_program_info h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(36px - 6px);
}.course_program_info h3::after {
    width: 60px;
    height: 2px;
}.course_program_info p {
    margin-bottom: 20px;
    font-size: calc(16px - 1px);
}.course_program_info .media_img {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course_program_info {
    padding: 40px 0;
}.course_program_info .knowledge_guides {
    padding: 20px;
    gap: 20px;
}.course_program_info .nav_know {
    max-width: 120px;
    height: 40px;
    margin-bottom: 15px;
}.course_program_info h3 {
    font-size: calc(36px - 8px);
}.course_program_info .media_img {
    min-height: 250px;
}}.privacy_holder {
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    display: flex;
    width: 100%;
    background-color: #ffffff;
    height: auto;
    flex-direction: column;
    color: #000000;
    padding: 40px;
    align-items: center;
}.privacy_holder .container {
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 1200px;
}.privacy_holder h1, .privacy_holder h2 {
    padding: 10px;
    color: #ffffff;
    width: 100%;
    background: linear-gradient(90deg, rgb(180,216,183), rgb(137,193,142));
    text-align: center;
    border-radius: 10px;
}.privacy_holder h1 {
    font-size: 45px;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy_holder h2 {
    letter-spacing: 1px;
    margin-top: 25px;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}.privacy_holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}.privacy_holder li {
    border-radius: 10px;
    display: flex;
    font-size: 15px;
    color: #000000;
    background-color: rgb(137,193,142,0.5);
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: center;
    padding: 15px;
}.privacy_holder li::before {
    margin-right: 10px;
    font-size: 1.2em;
    color: rgb(180,216,183);
    content: '✔';
}.privacy_holder p, .privacy_holder span, .privacy_holder div {
    margin-bottom: 10px;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_holder {
    padding: 20px;
}.privacy_holder h1 {
    margin-bottom: 15px;
    font-size: calc(18px - 5px);
    margin-top: 25px;
}.privacy_holder h2 {
    margin-top: 20px;
    font-size: calc(18px - 3px);
    margin-bottom: 10px;
}.privacy_holder ul, .privacy_holder ol {
    margin: 10px 0;
    padding: 0;
}.privacy_holder li {
    margin-bottom: 10px;
    font-size: calc(15px - 1px);
}.privacy_holder p, .privacy_holder span, .privacy_holder div {
    font-size: calc(15px - 1px);
    margin-bottom: 8px;
}}
.contact_us {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(137,193,142,0.5) 100%);
    padding: 80px 0;
    position: relative;
}.contact_us::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(180,216,183,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(137,193,142,0.5) 0%, transparent 70%);
}.contact_us::after {
    width: 100%;
    content: '';
    background-image: 
        linear-gradient(90deg, rgb(137,193,142,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(137,193,142,0.5) 1px, transparent 1px);
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.1;
    background-size: 50px 50px;
}.contact_us .media_img {
    left: 0;
    z-index: 2;
    top: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 45%;
    position: absolute;
}.contact_us .media_img::after {
    height: 100%;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.7;
    top: 0;
    position: absolute;
}.contact_us .container {
    position: relative;
    padding: 0 15px;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}.contact_us h3 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 0 15px rgb(180,216,183,0.5);
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
}.contact_us .message_inquiry {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: space-between;
    border-radius: 14px;
}.contact_us .message_inquiry:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.contact_us .inquiry_help {
    padding: 40px;
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}.contact_us .inquiry_help::before {
    top: -100px;
    position: absolute;
    width: 200px;
    background: radial-gradient(rgb(180,216,183,0.5), transparent 70%);
    height: 200px;
    opacity: 0.2;
    content: '';
    right: -100px;
    border-radius: 50%;
}.contact_us .inquiry_help::after {
    position: absolute;
    width: 150px;
    opacity: 0.2;
    left: -75px;
    height: 150px;
    bottom: -75px;
    content: '';
    background: radial-gradient(rgb(137,193,142,0.5), transparent 70%);
    border-radius: 50%;
}.contact_us form {
    z-index: 2;
    position: relative;
}.contact_us form h3 {
    font-size: 23px;
    background: linear-gradient(to right, #ffffff, rgb(180,216,183));
    -webkit-text-fill-color: transparent;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: none;
    -webkit-background-clip: text !important;
}.contact_us input[type="text"],
.contact_us textarea {
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    font-family: Arial, sans-serif;
}.contact_us input[type="text"]:focus,
.contact_us textarea:focus {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 10px rgb(180,216,183,0.5);
    border-color: rgb(180,216,183);
    outline: none;
}.contact_us textarea {
    resize: none;
    height: 120px;
}.contact_us .message_widget {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}.contact_us .message_widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us .message_widget label {
    padding-left: 30px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
}.contact_us .message_widget label::before {
    width: 20px;
    left: 0;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    height: 20px;
    top: 2px;
    border-radius: 10px;
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
}.contact_us .message_widget input[type="checkbox"]:checked + label::before {
    background: rgb(180,216,183);
    border-color: rgb(180,216,183);
}.contact_us .message_widget input[type="checkbox"]:checked + label::after {
    height: 12px;
    border: solid #ffffff;
    left: 7px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    top: 5px;
    content: '';
}.contact_us .message_widget a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(180,216,183);
}.contact_us .message_widget a:hover {
    color: rgb(137,193,142);
    text-decoration: underline;
}.contact_us .contact_inquiry {
    overflow: hidden;
    font-size: 20px;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    width: 100%;
    background: linear-gradient(to right, rgb(180,216,183), rgb(137,193,142));
}.contact_us .contact_inquiry::before {
    transition: left 0.7s ease;
    content: '';
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    width: 100%;
}.contact_us .contact_inquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(180,216,183,0.5);
}.contact_us .contact_inquiry:hover::before {
    left: 100%;
}.contact_us .help_info {
    overflow: hidden;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    position: relative;
    width: 40%;
}.contact_us .help_info::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(180,216,183,0.5) 0%, transparent 60%);
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0.4;
    right: 0;
    top: 0;
}.contact_us .help_info h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    position: relative;
    font-size: 23px;
    font-weight: 600;
}.contact_us .help_info h4::after {
    height: 3px;
    left: 0;
    border-radius: 3px;
    width: 50px;
    background: rgb(180,216,183);
    position: absolute;
    bottom: -10px;
    content: '';
}.contact_us .feedback_query {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact_us .feedback_query li {
    display: flex;
    transition: transform 0.3s ease;
    padding-left: 5px;
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
}.contact_us .feedback_query li:hover {
    transform: translateX(5px);
}.contact_us .feedback_query li::before {
    border-radius: 50%;
    height: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: '';
    top: 50%;
    left: -10px;
    opacity: 0;
    position: absolute;
    background: rgb(180,216,183);
    width: 0;
}.contact_us .feedback_query li:hover::before {
    left: -3px;
    height: 6px;
    opacity: 1;
    width: 6px;
}.contact_us .feedback_query svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(180,216,183,0.5));
    fill: rgb(180,216,183);
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.contact_us .feedback_query li:hover svg {
    transform: scale(1.1);
}.contact_us .feedback_query svg path {
    fill: rgb(180,216,183);
    transition: fill 0.3s ease;
}.contact_us .feedback_query li:hover svg path {
    fill: rgb(137,193,142);
}.contact_us .feedback_query span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}.contact_us .feedback_query a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_us .feedback_query a:hover {
    color: rgb(180,216,183);
}

@media (max-width: 992px) {.contact_us {
    padding: 60px 0;
}.contact_us .media_img {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_us .message_inquiry {
    flex-direction: column;
}.contact_us .inquiry_help {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    width: 100%;
}.contact_us .help_info {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_us {
    padding: 40px 0;
}.contact_us .media_img {
    display: none;
}.contact_us h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.contact_us .inquiry_help,
    .contact_us .help_info {
    padding: 30px;
}.contact_us form h3,
    .contact_us .help_info h4 {
    font-size: calc(23px * 0.9);
}.contact_us input[type="text"],
    .contact_us textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_us textarea {
    height: 100px;
}.contact_us .contact_inquiry {
    padding: 12px;
}.contact_us .feedback_query li {
    margin-bottom: 20px;
}.contact_us .feedback_query svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_us {
    padding: 30px 0;
}.contact_us h3 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.7);
}.contact_us .inquiry_help,
    .contact_us .help_info {
    padding: 20px;
}.contact_us .message_inquiry {
    margin: 0 10px;
}.contact_us .message_widget label {
    font-size: calc(12px * 0.9);
}.contact_us .feedback_query li {
    margin-bottom: 15px;
}.contact_us .feedback_query span {
    font-size: calc(15px * 0.9);
}.contact_us::before,
    .contact_us::after,
    .contact_us .inquiry_help::before,
    .contact_us .inquiry_help::after,
    .contact_us .help_info::before {
    opacity: 0.2;
}}footer {
    position: relative;
    width: 100%;
}footer .diploma_cta {
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(180,216,183), rgb(137,193,142));
    padding: 80px 0 30px;
    position: relative;
}footer .diploma_cta::before {
    left: 0;
    top: 0;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    position: absolute;
    content: "";
    width: 100%;
}footer .art_portal {
    position: relative;
    z-index: 1;
}footer .edu_tutor {
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    justify-content: center;
}footer .info_item {
    z-index: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 20px;
    justify-content: center;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    flex: 0 1 220px;
    display: flex;
    align-items: center;
    position: relative;
    height: 220px;
    background-color: rgb(180,216,183,0.5);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(137,193,142,0.5);
    z-index: 2;
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 10px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    max-width: 80%;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}footer .nav_know, footer .top_lead, footer .subscribe_holder {
    position: relative;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    flex: 1 1 300px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    padding: 30px;
    background-color: rgb(180,216,183,0.5);
    overflow: hidden;
    flex-direction: column;
    border-radius: 18px;
}footer .nav_know:hover, footer .top_lead:hover, footer .subscribe_holder:hover {
    background-color: rgb(137,193,142,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .nav_know::before, footer .top_lead::before, footer .subscribe_holder::before {
    opacity: 0.1;
    width: 150px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    height: 150px;
    content: "";
}footer .nav_know::before {
    left: -50px;
    background-color: rgb(180,216,183);
    top: -50px;
}footer .top_lead::before {
    right: -50px;
    bottom: -50px;
    background-color: rgb(137,193,142);
}footer .subscribe_holder::before {
    background-color: rgb(180,216,183);
    left: -50px;
    bottom: -50px;
}footer .nav_know svg {
    height: 50px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
}footer .grant_cta {
    max-width: 300px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}footer .top_lead h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
}footer .top_lead h5::after, footer .subscribe_holder h5::after {
    width: 40px;
    position: absolute;
    background-color: #ffffff;
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    bottom: -8px;
}footer .top_lead:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .nav_sitewrap {
    justify-content: center;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    max-width: 300px;
}footer .nav_sitewrap a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 15px;
    background-color: rgb(180,216,183,0.5);
    border-radius: 10px;
}footer .nav_sitewrap a:hover {
    background-color: rgb(137,193,142,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    max-width: 300px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    gap: 15px;
}footer .input_holder input[type="email"] {
    text-align: center;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(180,216,183,0.5);
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail_list {
    color: #ffffff;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    background-color: rgb(180,216,183);
    width: 100%;
}footer .mail_list:hover {
    background-color: rgb(137,193,142);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .contact_edu {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .vr_labs {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    background-color: rgb(180,216,183,0.5);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    font-size: 14px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .diploma_cta {
    padding: 60px 0 30px;
}footer .edu_tutor {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    flex: 0 1 100px;
    padding: 15px;
    height: 100px;
}footer .nav_know, footer .top_lead, footer .subscribe_holder {
    padding: 25px 20px;
}footer .contact_edu {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .diploma_cta {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(18px - 1px);
}footer .top_lead h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .nav_sitewrap a {
    padding: 6px 12px;
    font-size: calc(18px - 1px);
}footer .input_holder input[type="email"],
    footer .mail_list {
    padding: 12px 15px;
}footer .vr_labs {
    padding: 6px 15px;
}}.mentorship_profile {
    overflow: hidden;
    position: relative;
    padding: 140px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(216,236,218) 100%);
}.mentorship_profile::before {
    position: absolute;
    top: 0;
    mix-blend-mode: screen;
    width: 100%;
    animation: morphBackground 15s infinite alternate ease-in-out;
    height: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(180,216,183,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(137,193,142,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
}.mentorship_profile .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.mentorship_profile .review_feedback {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
    position: relative;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
}.mentorship_profile .media_img {
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(180,216,183,0.5);
    transform: perspective(1000px) rotateY(-8deg);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    height: 420px;
    z-index: 3;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    grid-area: photo;
    border-radius: 20px;
}.mentorship_profile .media_img::before {
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    inset: 0;
    border-radius: 20px;
}.mentorship_profile .review_feedback:hover .media_img {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.mentorship_profile .name {
    position: relative;
    padding-left: 20px;
    align-self: end;
    grid-area: name;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(5deg);
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    transform-origin: left center;
}.mentorship_profile .name::after {
    width: 60px;
    transform: scaleX(0.6);
    transform-origin: left;
    transition: transform 0.5s ease;
    left: 20px;
    position: absolute;
    bottom: -8px;
    content: "";
    background: rgb(180,216,183);
    height: 4px;
}.mentorship_profile .review_feedback:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.mentorship_profile .review_feedback:hover .name::after {
    transform: scaleX(1);
}.mentorship_profile .review_feedback > span:not(.name) {
    color: rgb(137,193,142);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    grid-area: job;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding-left: 20px;
    margin-top: 5px;
    font-size: 19px;
    transform-origin: left center;
}.mentorship_profile .review_feedback:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.mentorship_profile .exp_section {
    transform: translateY(0);
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: relative;
    border-left: 4px solid rgb(180,216,183);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 20px;
    grid-area: quote;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #ffffff;
    margin: 30px 0 0;
    font-weight: 300;
    padding: 35px;
    font-size: 15px;
}.mentorship_profile .exp_section::before {
    content: "";
    position: absolute;
    left: 25px;
    opacity: 0.7;
    top: -15px;
    color: rgb(180,216,183);
    font-size: calc(41px * 2);
}.mentorship_profile .review_feedback:hover .exp_section {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.mentorship_profile {
    padding: 80px 0;
}.mentorship_profile .review_feedback {
    grid-template-areas:
      "media_img"
      "name"
      "job_profile"
      "exp_section";
    grid-template-rows: auto auto auto auto;
    gap: 15px;
    grid-template-columns: 1fr;
}.mentorship_profile .media_img {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    height: 320px;
    transform: none;
    max-width: 320px;
    margin: 0 auto;
}.mentorship_profile .name,
  .mentorship_profile .review_feedback > span:not(.name) {
    padding-left: 0;
    text-align: center;
    transform: none;
}.mentorship_profile .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.mentorship_profile .review_feedback:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship_profile .exp_section {
    margin-top: 20px;
}.mentorship_profile .review_feedback:hover .media_img,
  .mentorship_profile .review_feedback:hover .name,
  .mentorship_profile .review_feedback:hover > span:not(.name),
  .mentorship_profile .review_feedback:hover .exp_section {
    transform: none;
}
}

@media (max-width: 576px) {.mentorship_profile {
    padding: 60px 0;
}.mentorship_profile .media_img {
    height: 250px;
    max-width: 250px;
}.mentorship_profile .name {
    font-size: 24px;
}.mentorship_profile .exp_section {
    font-size: calc(15px * 0.95);
    padding: 25px 20px;
}}.plan_option {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.plan_option::before {
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
}.plan_option .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
}.fee_pricing {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}.plan_option h2 {
    transform: translateX(-10px);
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 20px;
}.plan_option h2::after {
    transform: skewX(-20deg);
    background: rgb(180,216,183);
    content: "";
    width: 60px;
    left: 0;
    height: 4px;
    position: absolute;
    bottom: -10px;
}.plan_option .cost_breakdown {
    margin-bottom: 40px;
    transform: translateX(10px);
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    font-size: 15px;
    max-width: 80%;
}.plan_option .learning_pricing {
    display: grid;
    gap: 30px;
    margin: 0;
    padding: 0;
    perspective: 1000px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}.plan_option .learning_pricing li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}.plan_option .learning_pricing li:hover {
    transform: translateY(-10px) scale(1.02);
    z-index: 5;
}.plan_option .plan_pricing {
    display: block;
    position: relative;
    text-decoration: none;
    height: 100%;
    color: #000000;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
}.plan_option .fee_offers {
    transition: transform 0.4s ease-out;
    overflow: hidden;
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    position: relative;
    padding: 30px;
}.plan_option .plan_pricing:hover .fee_offers {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
    transform: translateZ(20px);
}.plan_option .fee_offers::after {
    content: "";
    opacity: 0.1;
    background: rgb(137,193,142);
    top: 0;
    transform: rotate(45deg) translate(30px, -80px);
    transition: transform 0.5s ease;
    height: 100px;
    position: absolute;
    right: 0;
    width: 100px;
}.plan_option .plan_pricing:hover .fee_offers::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}.plan_option .study_price {
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
    flex: 1;
}.plan_option .study_price h4 {
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(180,216,183);
    margin-top: 0;
    letter-spacing: 0.5px;
    font-size: calc(22px + 2px);
    position: relative;
    transform: translateX(-5px);
    margin-bottom: 20px;
}.plan_option .study_price h4::after {
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    position: absolute;
    background: rgb(137,193,142);
    transform: skewX(-15deg);
    content: "";
}.plan_option .study_price p {
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 25px;
    hyphens: auto;
    overflow-wrap: break-word;
    font-size: 15px;
    flex-grow: 1;
    color: #000000;
}.plan_option .value_plan {
    font-size: calc(22px + 6px);
    position: relative;
    padding: 15px 0 0;
    transition: color 0.3s ease;
    color: rgb(137,193,142);
    font-weight: 700;
    margin-bottom: 0;
    margin-top: auto;
    border-top: 1px solid rgba(0,0,0,0.08);
    display: block;
}.plan_option .plan_pricing:hover .value_plan {
    color: rgb(180,216,183);
    transform: translateY(-5px);
}.plan_option .value_plan::before {
    transform: translateY(-1px);
    background: rgb(180,216,183);
    top: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
    content: "";
}

@media (max-width: 991px) {.plan_option {
    padding: 80px 0;
}.fee_pricing {
    transform: perspective(1000px) rotateX(1deg);
}.plan_option .cost_breakdown {
    max-width: 90%;
    transform: translateX(5px);
}.plan_option .learning_pricing {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.plan_option .fee_offers {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 767px) {.plan_option {
    padding: 60px 0;
}.fee_pricing {
    transform: none;
}.plan_option h2 {
    font-size: calc(35px - 4px);
    transform: none;
}.plan_option .cost_breakdown {
    margin-bottom: 30px;
    max-width: 100%;
    transform: none;
}.plan_option .learning_pricing {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan_option .fee_offers {
    padding: 20px;
    min-height: 350px;
}.plan_option .study_price h4 {
    transform: none;
}.plan_option .study_price p {
    font-size: calc(15px - 1px);
}.plan_option .value_plan {
    font-size: calc(22px + 4px);
}
}

@media (max-width: 480px) {.plan_option {
    padding: 40px 0;
}.plan_option h2 {
    font-size: calc(35px - 6px);
}.plan_option .learning_pricing {
    margin-top: 20px;
}.plan_option .fee_offers {
    padding: 15px;
}.plan_option .study_price h4 {
    font-size: 22px;
    margin-bottom: 15px;
}.plan_option .study_price p {
    font-size: calc(15px - 2px);
    margin-bottom: 20px;
}}.appWrapper {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(rgb(180,216,183,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.appWrapper::before {
    height: 80%;
    top: -15%;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(137,193,142) 0%, rgba(rgb(137,193,142,0.5), 0.2) 100%);
    content: "";
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    width: 40%;
    right: -5%;
    animation: float 18s ease-in-out infinite alternate;
    transform: rotate(-15deg) skew(5deg);
}.appWrapper::after {
    bottom: -10%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    transform: rotate(15deg) skew(-5deg);
    opacity: 0.15;
    height: 70%;
    width: 35%;
    left: -5%;
    content: "";
    filter: blur(50px);
    background: linear-gradient(45deg, rgb(180,216,183) 0%, rgba(rgb(180,216,183,0.5), 0.1) 100%);
    z-index: 0;
}.appWrapper .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.appWrapper .knowledge_guides {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    grid-template-rows: auto auto;
    transform: translateY(20px);
    gap: calc(13px * 1.5);
    position: relative;
    display: grid;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
}.appWrapper .knowledge_guides::before {
    background: linear-gradient(180deg, rgb(180,216,183) 0%, rgb(137,193,142) 100%);
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    top: 0;
    width: 5px;
    transform-origin: top;
    transform: scaleY(0);
}.appWrapper h5 {
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    font-size: 22px;
    color: #000000;
    padding-bottom: 0.75rem;
    letter-spacing: -0.01em;
    overflow: hidden;
    position: relative;
}.appWrapper h5::after {
    bottom: 0;
    position: absolute;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    transform: translateX(-100%);
    height: 3px;
    width: 80px;
    content: "";
    left: 0;
    background: rgb(137,193,142);
}.appWrapper a {
    display: block;
    position: relative;
    transition: transform 0.4s ease-out;
    text-decoration: none;
    overflow: hidden;
}.appWrapper a:hover {
    transform: translateY(-5px);
}.appWrapper a::before {
    width: 80px;
    transform: scale(0);
    position: absolute;
    right: -20px;
    border-radius: 50% 0 50% 0;
    bottom: -20px;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(137,193,142,0.5), 0.1) 50%);
    height: 80px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.appWrapper a:hover::before {
    opacity: 1;
    transform: scale(1);
}.appWrapper p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    color: #000000;
    position: relative;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    opacity: 0;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.appWrapper {
    padding: 8rem 0;
}.appWrapper .knowledge_guides {
    padding: clamp(2.5rem, 6vw, 4rem);
    border-radius: 10px;
    gap: calc(13px * 2);
}.appWrapper h5 {
    font-size: calc(22px * 1.1);
    padding-bottom: 1rem;
}.appWrapper h5::after {
    width: 120px;
    height: 4px;
}
}

@media screen and (min-width: 992px) {.appWrapper {
    padding: 10rem 0;
}.appWrapper .knowledge_guides {
    padding: clamp(3rem, 7vw, 5rem);
    grid-template-columns: 1fr 1fr;
    gap: calc(13px * 3);
}.appWrapper h5 {
    font-size: calc(22px * 1.2);
    padding-bottom: 0;
}.appWrapper h5::after {
    bottom: -0.75rem;
}.appWrapper p {
    font-size: calc(13px * 1.05);
}
}

@media screen and (max-width: 767px) {.appWrapper {
    padding: 4rem 0;
}.appWrapper .knowledge_guides {
    padding: 1.75rem;
}.appWrapper h5 {
    font-size: calc(22px * 0.9);
}.appWrapper p {
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.appWrapper::before,
    .appWrapper::after {
    animation: none;
}.appWrapper .knowledge_guides,
    .appWrapper h5::after,
    .appWrapper p {
    animation-duration: 0.1s;
}.appWrapper a:hover {
    transform: none;
}
}