﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.progress-bar-8 {
    flex: 0 0 auto;
}.container {
    width: 1188px;
    max-width: 100%;
    margin: auto;
}.site-info-5 {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    padding: 1px;
    width: 15px;
}::-webkit-scrollbar-track {
    box-shadow: inset -5px 1px 1px 2px rgba(0, 0, 0, 0.1);
    background: rgb(159,185,187,0.5);
    border-radius: 12.3em;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    border: 3px groove rgb(113,152,155);
    background: linear-gradient(54deg, #ffffff 1%, rgb(255, 255, 255, 0.5) 7%, rgb(113,152,155) 25%, rgb(113,152,155,0.5) 68%, rgb(159,185,187) 6%, rgb(159,185,187,0.5) 11%, rgb(205,218,220) 78%);
    box-shadow: 3px -5px 3px -1px rgba(0, 0, 0, 0.4);
    transition: box-shadow, transform 1.4s ease-in;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -3px 4px 6px -1px rgba(0, 0, 0, 0.3);
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: #ffffff rgb(205,218,220);
    scrollbar-width: thin;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-canvas-9 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.prospective-students-3 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgb(113,152,155,0.5) 100%);
}.prospective-students-3::before {
    background: 
        linear-gradient(45deg, transparent 45%, rgb(159,185,187,0.5) 46%, rgb(159,185,187,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(113,152,155,0.5) 46%, rgb(113,152,155,0.5) 54%, transparent 55%);
    content: '';
    opacity: 0.1;
    background-size: 50px 50px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}.prospective-students-3::after {
    opacity: 0.4;
    background-size: 180px 180px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: radial-gradient(circle at 50% 50%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(159,185,187,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(159,185,187,0.5) 0%, transparent 2%);
    z-index: 1;
    animation: pulseDots 10s infinite alternate;
    width: 100%;
    height: 100%;
    content: '';
}.prospective-students-3 .academy-learnings-0 {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.prospective-students-3 h3 {
    color: rgb(113,152,155);
    margin-bottom: 3rem;
    box-shadow: -5px 0 15px rgb(159,185,187,0.5);
    border-left: 4px solid rgb(159,185,187);
    text-align: left;
    font-size: 28px;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 700;
}.prospective-students-3 ul {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 2rem;
    list-style-type: none;
}.prospective-students-3 li {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: rgba(255, 255, 255, 0.15);
    padding: 1.8rem;
    border-radius: 21px;
    overflow: hidden;
    display: flex;
    align-items: center;
}.prospective-students-3 li::before {
    position: absolute;
    pointer-events: none;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    left: 0;
}.prospective-students-3 li::after {
    height: 100%;
    position: absolute;
    left: 0;
    width: 5px;
    transition: width 0.4s ease, opacity 0.4s ease;
    background: rgb(159,185,187);
    top: 0;
    content: '';
    opacity: 0.7;
}.prospective-students-3 li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(159,185,187,0.5);
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
}.prospective-students-3 li:hover::after {
    width: 8px;
    opacity: 1;
}.prospective-students-3 li svg {
    height: 40px;
    transition: all 0.4s ease;
    animation: pulseIcon 3s infinite alternate;
    filter: drop-shadow(0 0 8px rgb(159,185,187,0.5));
    width: 40px;
    flex-shrink: 0;
    margin-right: 1.5rem;
    fill: rgb(159,185,187);
}.prospective-students-3 li:hover svg {
    animation-duration: 1.5s;
}.prospective-students-3 li svg path {
    transition: all 0.4s ease;
}.prospective-students-3 li:hover svg path {
    fill: rgb(159,185,187);
}.prospective-students-3 li {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
}.prospective-students-3 li:nth-child(1)::after {
    animation-delay: 0s;
}.prospective-students-3 li:nth-child(2)::after {
    animation-delay: 0.5s;
}.prospective-students-3 li:nth-child(3)::after {
    animation-delay: 1s;
}.prospective-students-3 li:nth-child(4)::after {
    animation-delay: 1.5s;
}.prospective-students-3 li:nth-child(1) svg {
    animation-delay: 0s;
}.prospective-students-3 li:nth-child(2) svg {
    animation-delay: 1s;
}.prospective-students-3 li:nth-child(3) svg {
    animation-delay: 0.5s;
}.prospective-students-3 li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(159,185,187,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(159,185,187));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(159,185,187,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(159,185,187);
    }
}

@media (max-width: 991px) {.prospective-students-3 {
    padding: 4rem 0;
}.prospective-students-3 h3 {
    font-size: calc(28px * 0.9);
    padding-left: 1.2rem;
}.prospective-students-3 li {
    padding: 1.5rem;
}.prospective-students-3 li svg {
    height: 35px;
    margin-right: 1.2rem;
    width: 35px;
}
}

@media (max-width: 767px) {.prospective-students-3 {
    padding: 3rem 0;
}.prospective-students-3 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.prospective-students-3 h3 {
    text-align: center;
    box-shadow: 0 5px 15px rgb(159,185,187,0.5);
    border-bottom: 4px solid rgb(159,185,187);
    margin-bottom: 2.5rem;
    border-left: none;
    font-size: calc(28px * 0.8);
    padding-bottom: 1rem;
    padding-left: 0;
}.prospective-students-3 li {
    padding: 1.2rem;
}.prospective-students-3 li svg {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}}.consentInformationPopup-8 {
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(159,185,187);
    z-index: 90;
    background: rgb(205,218,220);
    position: fixed;
}#cookie-popuppanel-5 {
    display: none;
}#cookie-popuppanel-5:checked ~ .consentInformationPopup-8 {
    visibility: hidden;
    opacity: 0;
}.edu-cookies-6 {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.consentInformationPopup-8 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.consentInformationPopup-8 p {
    font-size: 18px;
}.cookie-user-5 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-user-5 svg, .cookie-user-5 svg path, .cookie-user-5 img {
    fill: rgb(159,185,187);
    height: 100px;
    width: 100px;
}.track-switch-8 {
    line-height: 35px;
    text-align: center;
    color: rgb(159,185,187);
    white-space: nowrap;
    min-width: 120px;
    font-size: 24px;
    text-decoration: none;
    border-bottom: 2px solid rgb(159,185,187);
    flex-shrink: 0;
    cursor: pointer;
    margin-left: 10px;
}.consentInformationPopup-8 p a {
    color: rgb(159,185,187);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.consentInformationPopup-8 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-user-5 {
    display: none;
}.edu-cookies-6 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.consentInformationPopup-8 h5 {
    text-align: center;
}.consentInformationPopup-8 p {
    text-align: center;
}.cookie-customize-6 {
    margin-bottom: 20px;
}body .wrapper-canvas-9 .track-switch-8 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-canvas-9 .consentInformationPopup-8 {
    box-shadow: rgb(113,152,155,0.5) 0px 0px 10px 10px;
    background: rgb(159,185,187);
}.wrapper-canvas-9 .edu-cookies-6 {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-canvas-9 .track-switch-8 {
    background: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    border: none;
    color: rgb(159,185,187);
}.wrapper-canvas-9 .cookie-customize-6 {
    color: #ffffff;
    text-align: left;
}.wrapper-canvas-9 .cookie-customize-6 h5 {
    font-weight: 700;
}.wrapper-canvas-9 .cookie-customize-6 h5, .wrapper-canvas-9 .cookie-customize-6 p {
    color: #ffffff;
}.wrapper-canvas-9 .consentInformationPopup-8 p a {
    color: rgb(113,152,155);
    text-decoration: underline;
}.learning-impact-0 {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(rgb(113,152,155,0.5), 0.05), rgba(rgb(159,185,187,0.5), 0.1));
    overflow: hidden;
}.learning-impact-0::before {
    top: 0;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(159,185,187,0.5), 0.08), transparent 60%);
    width: 100%;
    position: absolute;
    z-index: 0;
    content: "";
}.learning-impact-0::after {
    background: radial-gradient(circle, rgba(rgb(113,152,155,0.5), 0.2), transparent 70%);
    bottom: -80px;
    right: -80px;
    height: 200px;
    z-index: 0;
    content: "";
    width: 200px;
    position: absolute;
}.learning-impact-0 h5 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    font-weight: 700;
    font-size: calc(22px * 1.1);
    color: #000000;
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
}.learning-impact-0 h5::after {
    width: 60px;
    left: 50%;
    border-radius: 10px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 3px;
}.learning-impact-0 .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.learning-impact-0 .academy-learnings-0 {
    flex-direction: column;
    border-radius: 27px;
    gap: 2.5rem;
    background-color: #ffffff;
    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);
    transform: translateY(0);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1.5rem;
}.learning-impact-0 .academy-learnings-0:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-5px);
}.learning-impact-0 .img-card-item-0 {
    object-fit: cover;
    height: 300px;
    transform: scale(1);
    width: 100%;
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.learning-impact-0 .academy-learnings-0:hover .img-card-item-0 {
    transform: scale(1.02);
}.learning-impact-0 .details-box-3 {
    padding: 1rem 0 0.5rem;
}.learning-impact-0 ul {
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.learning-impact-0 li {
    padding-left: 2.5rem;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.learning-impact-0 li:hover {
    transform: translateX(5px);
}.learning-impact-0 li::before {
    height: 100%;
    left: 0;
    transform: scaleX(0.9);
    content: "";
    border-radius: 10px;
    transform-origin: left;
    z-index: -1;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(rgb(159,185,187,0.5), 0.05), transparent);
}.learning-impact-0 li:hover::before {
    opacity: 1;
    transform: scaleX(1);
}.learning-impact-0 li p {
    display: flex;
    position: relative;
    color: #000000;
    margin: 0;
    align-items: flex-start;
    font-size: calc(13px * 0.95);
    line-height: 1.5;
}.learning-impact-0 li svg {
    height: 22px;
    left: -2rem;
    top: 0;
    position: absolute;
    width: 22px;
    transition: transform 0.3s ease;
}.learning-impact-0 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning-impact-0 li svg path {
    fill: rgb(159,185,187);
    transition: fill 0.3s ease;
}.learning-impact-0 li:hover svg path {
    fill: rgb(113,152,155);
}

@media (min-width: 768px) {.learning-impact-0 {
    padding: 7rem 0;
}.learning-impact-0 h5 {
    font-size: calc(22px * 1.25);
    margin-bottom: 4rem;
}.learning-impact-0 h5::after {
    width: 80px;
    height: 4px;
}.learning-impact-0 .academy-learnings-0 {
    flex-direction: row;
    align-items: center;
    gap: 3.5rem;
    padding: 2.5rem;
}.learning-impact-0 .academy-learnings-0 > div:first-child {
    flex: 0 0 45%;
}.learning-impact-0 .img-card-item-0 {
    height: 360px;
}.learning-impact-0 .details-box-3 {
    flex: 1;
    padding: 0;
}.learning-impact-0 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
}.learning-impact-0 li p {
    font-size: 13px;
}
}

@media (min-width: 1024px) {.learning-impact-0 {
    padding: 8rem 0;
}.learning-impact-0 h5 {
    font-size: calc(22px * 1.4);
}.learning-impact-0 .academy-learnings-0 {
    padding: 3rem;
    gap: 5rem;
}.learning-impact-0 .academy-learnings-0 > div:first-child {
    flex: 0 0 42%;
}.learning-impact-0 .img-card-item-0 {
    height: 420px;
}.learning-impact-0 ul {
    gap: 2rem 1.5rem;
}.learning-impact-0 li p {
    line-height: 1.6;
    font-size: calc(13px * 1.05);
}.learning-impact-0 li:nth-child(odd) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.learning-impact-0 li:nth-child(odd):hover {
    transform: translateY(-5px);
}.learning-impact-0 li:nth-child(even) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.learning-impact-0 li:nth-child(even):hover {
    transform: translateY(5px);
}
}

@media (max-width: 767px) {.learning-impact-0 h5 {
    margin-right: auto;
    max-width: 90%;
    padding: 0 1rem;
    margin-left: auto;
}.learning-impact-0 .academy-learnings-0 {
    padding: 1.25rem;
}.learning-impact-0 .img-card-item-0 {
    height: 240px;
}.learning-impact-0 li {
    padding-left: 2.25rem;
}.learning-impact-0 li svg {
    width: 20px;
    left: -1.75rem;
    height: 20px;
}.learning-impact-0 li p {
    line-height: 1.4;
    font-size: calc(13px * 0.9);
}}.teacher-profile-8 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(205,218,220), rgba(245, 247, 250, 0.92));
    overflow: hidden;
}.teacher-profile-8::before {
    left: -5%;
    top: -5%;
    height: 40%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(159,185,187,0.5), transparent);
    content: "";
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.15;
    position: absolute;
}.teacher-profile-8::after {
    height: 50%;
    width: 30%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(113,152,155,0.5), transparent);
    position: absolute;
    right: -5%;
    content: "";
    opacity: 0.1;
    transform: rotate(10deg);
    bottom: -5%;
}.teacher-profile-8 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 1;
}.teacher-profile-8 .edu-testimonials-6 {
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    position: relative;
    padding: 3rem 2rem;
    display: grid;
    transform: translateY(0);
    gap: 2.5rem;
}.teacher-profile-8 .edu-testimonials-6:hover {
    transform: translateY(-5px);
}.teacher-profile-8 .edu-testimonials-6 > div:first-child {
    width: 100%;
    position: relative;
}.teacher-profile-8 .edu-testimonials-6 .img-card-item-0 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: relative;
    padding-bottom: 85%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}.teacher-profile-8 .edu-testimonials-6:hover .img-card-item-0 {
    transform: scale(1.02);
}.teacher-profile-8 .edu-testimonials-6 .img-card-item-0::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
}.teacher-profile-8 .edu-testimonials-6 > div:nth-child(2) {
    text-align: left;
    position: relative;
}.teacher-profile-8 .edu-testimonials-6 .name {
    color: #000000;
    font-size: calc(19px * 1.1);
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin: 0 0 0.5rem;
}.teacher-profile-8 .edu-testimonials-6 .name::after {
    transform-origin: left;
    height: 2px;
    left: 0;
    bottom: -0.35rem;
    width: 2.5rem;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    content: "";
    position: absolute;
    background: rgb(159,185,187);
}.teacher-profile-8 .edu-testimonials-6:hover .name::after {
    transform: scaleX(1.5);
}.teacher-profile-8 .edu-testimonials-6 > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    margin-top: 0.75rem;
    font-weight: 600;
    color: rgb(159,185,187);
    font-size: calc(13px * 0.95);
}.teacher-profile-8 .edu-testimonials-6 > div:nth-child(3) {
    position: relative;
}.teacher-profile-8 .edu-testimonials-6 .employee-content-8 {
    color: #000000;
    border-left: 3px solid rgb(113,152,155,0.5);
    line-height: 1.7;
    padding-left: 1.25rem;
    margin: 0;
    position: relative;
    font-size: 13px;
}.teacher-profile-8 .edu-testimonials-6 .employee-content-8::before {
    box-shadow: 0 0 0 3px rgb(113,152,155,0.5);
    transition: all 0.4s ease-out 0.2s;
    opacity: 0;
    z-index: 1;
    position: absolute;
    transform: scale(0);
    top: -15px;
    left: -8px;
    height: 25px;
    content: "";
    border-radius: 50%;
    background: #ffffff;
    width: 25px;
}.teacher-profile-8 .edu-testimonials-6:hover .employee-content-8::before {
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 768px) {.teacher-profile-8 {
    padding: 8rem 0;
}.teacher-profile-8 .edu-testimonials-6 {
    grid-template-columns: 280px 1fr;
    padding: 3.5rem;
    grid-template-rows: auto 1fr;
    gap: 2rem 3.5rem;
}.teacher-profile-8 .edu-testimonials-6 > div:first-child {
    grid-row: span 2;
}.teacher-profile-8 .edu-testimonials-6 .img-card-item-0 {
    padding-bottom: 130%;
}.teacher-profile-8 .edu-testimonials-6 > div:nth-child(2) {
    align-self: end;
}.teacher-profile-8 .edu-testimonials-6 .name {
    font-size: calc(19px * 1.2);
}.teacher-profile-8 .edu-testimonials-6 > div:nth-child(3) {
    grid-column: 2;
}.teacher-profile-8 .edu-testimonials-6 .employee-content-8 {
    padding-left: 1.5rem;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1024px) {.teacher-profile-8 {
    padding: 10rem 0;
}.teacher-profile-8 .edu-testimonials-6 {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 2.5rem 4rem;
}.teacher-profile-8 .edu-testimonials-6 .name {
    font-size: calc(19px * 1.3);
}.teacher-profile-8 .edu-testimonials-6 > div:nth-child(2) > div {
    font-size: 13px;
}.teacher-profile-8 .edu-testimonials-6 .employee-content-8 {
    font-size: calc(13px * 1.1);
    line-height: 1.8;
}.teacher-profile-8 .edu-testimonials-6::before {
    position: absolute;
    width: 80px;
    height: 80px;
    content: "";
    border-radius: 0 10px 0 100px;
    z-index: 0;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(159,185,187,0.5), transparent 70%);
    right: 3.5rem;
    top: 3.5rem;
    transition: all 0.5s ease-out;
    transform: rotate(45deg);
}.teacher-profile-8 .edu-testimonials-6:hover::before {
    transform: rotate(55deg) scale(1.2);
    opacity: 0.15;
}
}

@media (min-width: 1280px) {.teacher-profile-8 .edu-testimonials-6 {
    grid-template-columns: 380px 1fr;
    gap: 3rem 5rem;
    padding: 5rem;
}.teacher-profile-8 .edu-testimonials-6 .employee-content-8 {
    padding-left: 2rem;
    border-left: 4px solid rgb(113,152,155,0.5);
}}.pricing-offer-box-9 {
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.pricing-offer-box-9::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    z-index: -1;
}.pricing-offer-box-9 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.pricing-offer-box-9 .fee-schemes-0 {
    position: relative;
}.pricing-offer-box-9 h2 {
    transform: translateZ(0);
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 36px;
}.pricing-offer-box-9 h2::after {
    left: 50%;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
}.pricing-offer-box-9 .learn-packs-7 {
    margin: 0 auto 60px;
    opacity: 0.9;
    line-height: 1.6;
    font-weight: 300;
    max-width: 800px;
    color: #ffffff;
    font-size: calc(13px + 2px);
    text-align: center;
}.pricing-offer-box-9 .study-rates-9 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    gap: 30px;
    display: grid;
    margin: 0;
    padding: 0;
}.pricing-offer-box-9 .study-rates-9 li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-offer-box-9 .study-rates-9 li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.pricing-offer-box-9 .cost-levels-8 {
    display: block;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    transition: all 0.4s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    isolation: isolate;
    position: relative;
    overflow: hidden;
}.pricing-offer-box-9 .cost-levels-8::before {
    right: 0;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    top: 0;
    transform-origin: 0 0;
    height: 4px;
}.pricing-offer-box-9 .cost-levels-8:hover::before {
    transform: scaleX(1);
}.pricing-offer-box-9 .cost-levels-8::after {
    content: "";
    z-index: -1;
    background: linear-gradient(to top, rgba(rgb(159,185,187,0.5), 0.05), transparent);
    bottom: 0;
    height: 50%;
    position: absolute;
    width: 100%;
    left: 0;
}.pricing-offer-box-9 .fee-package-1 {
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    z-index: 1;
    padding: 35px 30px;
    height: 100%;
    display: flex;
}.pricing-offer-box-9 .study-pricing-4 {
    display: flex;
    flex: 1;
    flex-direction: column;
}.pricing-offer-box-9 .study-pricing-4 h4 {
    padding-bottom: 15px;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(22px + 2px);
    color: #ffffff;
    position: relative;
}.pricing-offer-box-9 .study-pricing-4 h4::after {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    height: 3px;
    width: 40px;
    background: rgb(113,152,155);
}.pricing-offer-box-9 .cost-levels-8:hover .study-pricing-4 h4::after {
    width: 60px;
}.pricing-offer-box-9 .study-pricing-4 p {
    line-height: 1.6;
    hyphens: auto;
    margin: 0 0 30px;
    font-size: 13px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    flex: 1;
    overflow-wrap: break-word;
}.pricing-offer-box-9 .learning-price-1 {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: auto;
    color: rgb(159,185,187);
    background: rgba(rgb(159,185,187,0.5), 0.1);
    font-size: calc(22px + 4px);
    align-self: flex-start;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.5px;
    display: block;
}.pricing-offer-box-9 .cost-levels-8:hover .learning-price-1 {
    transform: scale(1.05);
    background: rgba(rgb(159,185,187,0.5), 0.2);
}

@media (min-width: 1200px) {.pricing-offer-box-9 .study-rates-9 {
    grid-template-columns: repeat(4, 1fr);
}.pricing-offer-box-9 .fee-package-1 {
    padding: 40px 35px;
}.pricing-offer-box-9 h2 {
    font-size: calc(36px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.pricing-offer-box-9 .study-rates-9 {
    grid-template-columns: repeat(3, 1fr);
}.pricing-offer-box-9 .fee-package-1 {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing-offer-box-9 .study-rates-9 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box-9 .study-pricing-4 p {
    margin-bottom: 25px;
    font-size: calc(13px - 1px);
}.pricing-offer-box-9 .fee-package-1 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing-offer-box-9 {
    padding: 70px 0;
}.pricing-offer-box-9 .study-rates-9 {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing-offer-box-9 h2 {
    font-size: calc(36px - 2px);
}.pricing-offer-box-9 .learn-packs-7 {
    font-size: 13px;
    margin-bottom: 40px;
}.pricing-offer-box-9 .study-pricing-4 h4 {
    font-size: 22px;
}.pricing-offer-box-9 .study-pricing-4 p {
    font-size: calc(13px - 1px);
    margin-bottom: 20px;
}.pricing-offer-box-9 .learning-price-1 {
    font-size: calc(22px + 2px);
}.pricing-offer-box-9 .fee-package-1 {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.pricing-offer-box-9 {
    padding: 50px 0;
}.pricing-offer-box-9 .fee-package-1 {
    padding: 25px 20px;
}.pricing-offer-box-9 h2::after {
    height: 3px;
    width: 60px;
}.pricing-offer-box-9 .learning-price-1 {
    padding: 8px 16px;
}}header {
    background: #ffffff;
    width: 100%;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    position: relative;
}header::before {
    left: 0;
    width: 35%;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(159,185,187), rgb(113,152,155));
    z-index: 0;
}header .container {
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}header .header-know-3 {
    align-items: stretch;
    display: flex;
    height: 100%;
}header .main-guide-9 {
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1.2rem 0;
    position: relative;
    width: 35%;
}header .main-guide-9 svg {
    width: 150px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
}header .main-guide-9:hover svg {
    transform: scale(1.05);
}header .main-head-3 {
    width: 65%;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 1.2rem 3%;
    position: relative;
    justify-content: flex-start;
}header .main-head-3::before {
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(159,185,187,0.5), transparent);
    width: 1px;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}header .head-mentor-6 {
    font-size: 18px;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    z-index: 1;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}header .head-mentor-6::before {
    z-index: -1;
    border-radius: 10px;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(159,185,187,0.5), rgb(113,152,155,0.5));
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    content: '';
    left: 0;
}header .head-mentor-6:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .head-mentor-6:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .main-guide-9 {
    padding: 1rem 0;
    width: 30%;
}header .main-guide-9 svg {
    width: 130px;
}header .main-head-3 {
    padding: 1rem 2.5%;
    gap: 0.5rem;
    width: 70%;
}header .head-mentor-6 {
    padding: 0.5rem 1rem;
    font-size: calc(18px);
}
}

@media (max-width: 767px) {header {
    background: rgb(205,218,220);
}header::before {
    width: 100%;
    bottom: 50%;
    height: auto;
    top: 0;
}header .header-know-3 {
    flex-direction: column;
    align-items: center;
}header .main-guide-9 {
    padding: 0.8rem 0;
    width: 100%;
}header .main-guide-9 svg {
    width: 120px;
}header .main-head-3 {
    justify-content: center;
    padding: 0.8rem 0;
    gap: 0.6rem;
    flex-wrap: wrap;
    width: 95%;
}header .main-head-3::before {
    width: 100%;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(159,185,187,0.5), transparent);
    height: 1px;
    top: 0;
}header .head-mentor-6 {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .main-guide-9 {
    padding: 0.7rem 0;
}header .main-guide-9 svg {
    width: 110px;
}header .main-head-3 {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
}header .main-head-3::-webkit-scrollbar {
    height: 3px;
}header .main-head-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(159,185,187);
}header .head-mentor-6 {
    flex-shrink: 0;
    font-size: calc(18px - 1px);
    margin-right: 2px;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
}}footer {
    position: relative;
    width: 100%;
}footer .progress-bar-8 {
    background: linear-gradient(135deg, rgb(159,185,187), rgb(113,152,155));
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    position: relative;
}footer .progress-bar-8::before {
    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%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}footer .online-tools-5 {
    z-index: 1;
    position: relative;
}footer .contact-assistance-1 {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
}footer .info_item {
    z-index: 1;
    height: 220px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 50%;
    background-color: rgb(159,185,187,0.5);
    flex: 0 1 220px;
    display: flex;
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
}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 {
    z-index: 2;
    transform: scale(1.05) translateY(0);
    background-color: rgb(113,152,155,0.5);
}footer .info_item svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
    flex-shrink: 0;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 13px;
    max-width: 80%;
    text-align: center;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}footer .main-learning-0, footer .main-head-3, footer .subscribe_holder {
    background-color: rgb(159,185,187,0.5);
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 30px;
    flex-direction: column;
    max-width: 400px;
    flex: 1 1 300px;
    position: relative;
    border-radius: 14px;
}footer .main-learning-0:hover, footer .main-head-3:hover, footer .subscribe_holder:hover {
    background-color: rgb(113,152,155,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .main-learning-0::before, footer .main-head-3::before, footer .subscribe_holder::before {
    z-index: -1;
    content: "";
    opacity: 0.1;
    height: 150px;
    position: absolute;
    width: 150px;
    border-radius: 50%;
}footer .main-learning-0::before {
    left: -50px;
    background-color: rgb(159,185,187);
    top: -50px;
}footer .main-head-3::before {
    background-color: rgb(113,152,155);
    bottom: -50px;
    right: -50px;
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(159,185,187);
    bottom: -50px;
}footer .main-learning-0 svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 50px;
    margin-bottom: 20px;
}footer .leaderboard-2 {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
    font-size: 16px;
}footer .main-head-3 h5, footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    display: inline-block;
    font-weight: 600;
}footer .main-head-3 h5::after, footer .subscribe_holder h5::after {
    width: 40px;
    content: "";
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}footer .main-head-3:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .head-learning-5 {
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    gap: 10px;
    max-width: 300px;
}footer .head-learning-5 a {
    background-color: rgb(159,185,187,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
}footer .head-learning-5 a:hover {
    background-color: rgb(113,152,155,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    font-size: 13px;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 100%;
    font-size: 13px;
    border-radius: 10px;
    padding: 15px 20px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(159,185,187,0.5);
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail-group-3 {
    transition: all 0.3s ease;
    padding: 15px 20px;
    background-color: rgb(159,185,187);
    font-weight: 600;
    border: none;
    font-size: 19px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
}footer .mail-group-3:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(113,152,155);
    transform: translateY(-3px);
}footer .flag-content-6 {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .achieve-cta-4 {
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    display: inline-block;
    background-color: rgb(159,185,187,0.5);
    backdrop-filter: blur(5px);
    font-size: 16px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 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 .progress-bar-8 {
    padding: 60px 0 30px;
}footer .contact-assistance-1 {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px;
    flex: 0 1 100px;
    height: 100px;
}footer .main-learning-0, footer .main-head-3, footer .subscribe_holder {
    padding: 25px 20px;
}footer .flag-content-6 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .progress-bar-8 {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(13px - 1px);
}footer .main-head-3 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .head-learning-5 a {
    font-size: calc(13px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .mail-group-3 {
    padding: 12px 15px;
}footer .achieve-cta-4 {
    padding: 6px 15px;
}}.thanksPanel-5 {
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgb(205,218,220) 60%, rgba(rgb(159,185,187,0.5), 0.05) 100%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.thanksPanel-5::before,
.thanksPanel-5::after {
    pointer-events: none;
    content: '';
    position: absolute;
}.thanksPanel-5::before {
    filter: blur(20px);
    width: 40%;
    height: 70%;
    opacity: 0.03;
    background: linear-gradient(45deg, rgb(159,185,187,0.5) 10%, transparent 70%);
    left: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    top: -5%;
}.thanksPanel-5::after {
    right: -5%;
    transform: rotate(10deg) translateZ(-5px);
    opacity: 0.04;
    filter: blur(15px);
    height: 60%;
    bottom: -10%;
    background: linear-gradient(135deg, rgb(113,152,155,0.5) 10%, transparent 70%);
    width: 30%;
}.thanksPanel-5 .container {
    transform-style: preserve-3d;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.thanksPanel-5 h2 {
    transform: translateZ(10px);
    line-height: 1.3;
    color: #000000;
    font-size: 37px;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
}.thanksPanel-5 h2::after {
    content: '';
    bottom: -0.8rem;
    transform: translateZ(15px) scaleX(1);
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(90deg, rgb(159,185,187) 0%, rgb(159,185,187,0.5) 100%);
    transform-origin: left;
    width: 80px;
    position: absolute;
    left: 0;
}.thanksPanel-5 .academy-learnings-0 {
    transform: translateZ(20px) rotateY(-2deg);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    padding: 2.5rem 3rem;
    margin: 1rem 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 13px;
    position: relative;
}.thanksPanel-5 .academy-learnings-0::before {
    bottom: -10px;
    left: -10px;
    border: 1px solid rgb(159,185,187,0.5);
    right: -10px;
    position: absolute;
    content: '';
    top: -10px;
    border-radius: 100px;
    opacity: 0.1;
    pointer-events: none;
    transform: translateZ(5px);
}.thanksPanel-5 .academy-learnings-0:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.thanksPanel-5 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksPanel-5 li {
    position: relative;
    padding-left: 0;
}.thanksPanel-5 li::before {
    border-radius: 50%;
    transition: all 0.4s ease-out;
    width: 60px;
    content: '';
    left: -30px;
    height: 60px;
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, transparent 80%);
    top: -20px;
    position: absolute;
    transform: translateZ(15px) scale(0.95);
    opacity: 0.2;
}.thanksPanel-5 li span {
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(5px);
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    line-height: 1.7;
    color: #000000;
}

@media (min-width: 992px) {.thanksPanel-5 {
    padding: 8rem 0;
}.thanksPanel-5 h2 {
    max-width: 80%;
    font-size: calc(37px * 1.1);
    transform: translateZ(15px);
}.thanksPanel-5 h2::after {
    width: 100px;
}.thanksPanel-5 .academy-learnings-0 {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.thanksPanel-5 li span {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}.thanksPanel-5 li::before {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 991px) {.thanksPanel-5 {
    padding: 5rem 0;
}.thanksPanel-5 h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.thanksPanel-5 .academy-learnings-0 {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.thanksPanel-5 {
    padding: 4rem 0;
}.thanksPanel-5 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.thanksPanel-5 h2::after {
    height: 2px;
    width: 60px;
}.thanksPanel-5 .academy-learnings-0 {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.thanksPanel-5 li::before {
    height: 40px;
    width: 40px;
    left: -20px;
    top: -15px;
}
}

@media (max-width: 480px) {.thanksPanel-5 {
    padding: 3rem 0;
}.thanksPanel-5 .container {
    padding: 0 1.5rem;
}.thanksPanel-5 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.thanksPanel-5 .academy-learnings-0 {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.thanksPanel-5 li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}

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

.thanksPanel-5 .academy-learnings-0 {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.course-program-details-4 {
    background: linear-gradient(135deg, rgb(205,218,220) 0%, #ffffff 65%, rgb(159,185,187,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.course-program-details-4::before {
    content: "";
    left: 0;
    pointer-events: none;
    z-index: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(113,152,155,0.5) 0%, transparent 60%);
    top: 0;
    width: 100%;
}.course-program-details-4::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    right: -20px;
    transform: rotate(15deg);
    width: 240px;
    position: absolute;
    z-index: 0;
    height: 240px;
    background: linear-gradient(225deg, rgb(159,185,187) 0%, rgb(113,152,155) 100%);
    opacity: 0.07;
    bottom: -20px;
}.course-program-details-4 .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course-program-details-4 h2 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    color: #000000;
    position: relative;
    font-size: 33px;
    transform: translateX(-0.5rem);
    max-width: 85%;
}.course-program-details-4 h2::after {
    left: 0;
    width: 8rem;
    height: 0.25rem;
    content: "";
    background: linear-gradient(90deg, rgb(159,185,187) 0%, rgb(113,152,155) 100%);
    position: absolute;
    bottom: -1rem;
}.course-program-details-4 .learn-professional-9 {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}.course-program-details-4 .img-card-item-0 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 400px;
    border-radius: 0.5rem;
}.course-program-details-4 .img-card-item-0::before {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    left: 0;
    height: 100%;
}.course-program-details-4 .img-card-item-0:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-program-details-4 .details-box-3 {
    padding-right: 1.5rem;
    max-height: 400px;
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
}.course-program-details-4 .details-box-3::-webkit-scrollbar {
    width: 4px;
}.course-program-details-4 .details-box-3::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.course-program-details-4 .details-box-3::-webkit-scrollbar-thumb {
    background-color: rgb(159,185,187,0.5);
    border-radius: 10px;
}.course-program-details-4 .description {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 13px;
}.course-program-details-4 .description:first-of-type::first-letter {
    line-height: 0.8;
    font-weight: 700;
    padding: 0.1em 0.1em 0 0;
    margin-right: 0.1em;
    float: left;
    color: rgb(159,185,187);
    font-size: 3.5em;
}.course-program-details-4 .description:last-of-type {
    padding-left: 1.5rem;
    position: relative;
    border-left: 3px solid rgb(113,152,155,0.5);
}

@media (min-width: 768px) {.course-program-details-4 {
    padding: 8rem 0;
}.course-program-details-4 h2 {
    font-size: calc(33px * 1.1);
    max-width: 75%;
    margin-bottom: 4rem;
}.course-program-details-4 h2::after {
    width: 12rem;
}.course-program-details-4 .learn-professional-9 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-program-details-4 .img-card-item-0 {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course-program-details-4 .details-box-3 {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course-program-details-4 {
    padding: 10rem 0;
}.course-program-details-4::before {
    background: radial-gradient(circle at 20% 30%, rgb(113,152,155,0.5) 0%, transparent 70%);
}.course-program-details-4 h2 {
    font-size: calc(33px * 1.2);
    max-width: 70%;
}.course-program-details-4 .learn-professional-9 {
    gap: 5rem;
}.course-program-details-4 .img-card-item-0 {
    height: 600px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}.course-program-details-4 .details-box-3 {
    max-height: 600px;
    padding-top: 2rem;
}.course-program-details-4 .description {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course-program-details-4 .container {
    padding: 0 2rem;
}.course-program-details-4 h2 {
    max-width: 65%;
    transform: translateX(-1rem);
    font-size: calc(33px * 1.3);
}.course-program-details-4 .learn-professional-9 {
    gap: 6rem;
}.course-program-details-4 .img-card-item-0 {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.course-program-details-4 .img-card-item-0:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}

@media (max-width: 767px) {.course-program-details-4 {
    padding: 4rem 0;
}.course-program-details-4 h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
    margin-bottom: 2.5rem;
}.course-program-details-4 h2::after {
    height: 0.2rem;
    width: 6rem;
}.course-program-details-4 .img-card-item-0 {
    height: 300px;
}.course-program-details-4 .details-box-3 {
    max-height: 350px;
}.course-program-details-4 .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}.sign-up-now-8 {
    padding: 110px 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(159,185,187) 0%, rgb(113,152,155) 100%);
    position: relative;
}.sign-up-now-8::before {
    width: 100%;
    left: 0;
    opacity: 0.05;
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    top: 0;
}.sign-up-now-8::after {
    height: 200%;
    left: -50%;
    z-index: -1;
    width: 200%;
    top: -50%;
    opacity: 0.1;
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(159,185,187) 0deg,
        rgb(113,152,155) 120deg,
        rgb(159,185,187) 240deg,
        rgb(113,152,155) 360deg
    );
    animation: rotateRays 30s linear infinite;
    content: '';
}.sign-up-now-8 .academy-learnings-0 {
    margin: 0 auto;
    border-radius: 11px;
    max-width: 1000px;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
    padding: 60px 40px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
}.sign-up-now-8 .academy-learnings-0::before {
    animation: pulseRadial 15s ease-in-out infinite alternate;
    z-index: -1;
    height: 100%;
    top: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
}.sign-up-now-8 .academy-learnings-0::after {
    height: 1px;
    content: '';
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    bottom: 0;
    left: 0;
    animation: scanBottom 4s ease-in-out infinite;
    position: absolute;
}.sign-up-now-8 h3 {
    font-size: 31px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 3px;
    animation: pulseText 4s ease-in-out infinite alternate;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.sign-up-now-8 h3::before {
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    height: 2px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    box-shadow: 0 0 10px #ffffff;
}.sign-up-now-8 h3::after {
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    position: absolute;
    left: -10%;
    bottom: -25px;
    height: 1px;
    width: 120%;
    content: '';
}.sign-up-now-8 .edu-coach-9 {
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 16px 45px;
    border-radius: 10px;
    text-decoration: none;
    color: rgb(159,185,187);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    background: #ffffff;
}.sign-up-now-8 .edu-coach-9::before {
    z-index: -1;
    width: 100%;
    left: 0;
    opacity: 0;
    content: '';
    height: 100%;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(159,185,187),
        rgb(113,152,155)
    );
    position: absolute;
    transition: opacity 0.4s ease;
}.sign-up-now-8 .edu-coach-9::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    height: 300%;
    z-index: 1;
    left: -100%;
    content: '';
    top: -100%;
    position: absolute;
    transform: rotate(25deg);
    width: 30%;
    transition: all 0.6s ease;
}.sign-up-now-8 .edu-coach-9:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
    color: #ffffff;
}.sign-up-now-8 .edu-coach-9:hover::before {
    opacity: 1;
}.sign-up-now-8 .edu-coach-9:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.sign-up-now-8 {
    padding: 90px 0;
}.sign-up-now-8 .academy-learnings-0 {
    max-width: 90%;
    padding: 50px 30px;
}.sign-up-now-8 h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 45px;
}.sign-up-now-8 h3::before {
    width: 60px;
}.sign-up-now-8 .edu-coach-9 {
    font-size: calc(19px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.sign-up-now-8 {
    padding: 70px 0;
}.sign-up-now-8 .academy-learnings-0 {
    padding: 40px 25px;
}.sign-up-now-8 h3 {
    font-size: calc(31px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.sign-up-now-8 h3::before {
    width: 50px;
    bottom: -12px;
}.sign-up-now-8 h3::after {
    bottom: -20px;
}.sign-up-now-8 .edu-coach-9 {
    letter-spacing: 1.5px;
    padding: 12px 35px;
    font-size: calc(19px * 0.9);
}
}

@media screen and (max-width: 576px) {.sign-up-now-8 {
    padding: 60px 0;
}.sign-up-now-8 .academy-learnings-0 {
    padding: 30px 20px;
}.sign-up-now-8 h3 {
    letter-spacing: 1.5px;
    font-size: calc(31px * 0.7);
    margin-bottom: 35px;
}.sign-up-now-8 h3::before {
    bottom: -10px;
    width: 40px;
}.sign-up-now-8 h3::after {
    bottom: -18px;
}.sign-up-now-8 .edu-coach-9 {
    padding: 10px 30px;
    font-size: calc(19px * 0.85);
    letter-spacing: 1px;
}}

@keyframes rotateRays {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}

@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}.title-opener-6 {
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    padding: 4rem 1rem;
    align-items: center;
    background: linear-gradient(135deg, rgb(205,218,220) 0%, rgb(113,152,155,0.5) 100%);
    min-height: 100vh;
}.title-opener-6::before {
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgb(113,152,155,0.5) 0px,
    rgb(113,152,155,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    top: 0;
    opacity: 0.07;
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
}.title-opener-6 > div {
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    gap: 3rem;
    display: flex;
    z-index: 2;
    position: relative;
}.title-opener-6 > div > div:first-child {
    position: relative;
    padding: 2rem;
    background: linear-gradient(to right, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeSlideUp 0.8s forwards 0.2s ease-out;
}.title-opener-6 .learning-page-1 {
    color: rgb(159,185,187);
    position: relative;
    line-height: 1.2;
    transform: translateX(-10px);
    font-weight: 700;
    animation: fadeSlideRight 0.8s forwards 0.5s ease-out;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: 48px;
}.title-opener-6 .learning-page-1::after {
    transform: scaleX(0);
    position: absolute;
    bottom: -10px;
    animation: lineGrow 1s forwards 1s ease-out;
    background: rgb(113,152,155);
    width: 80px;
    height: 4px;
    content: "";
    left: 0;
    transform-origin: left;
}.title-opener-6 p {
    font-size: calc(13px * 1.2);
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 1rem;
    position: relative;
    animation: fadeSlideRight 0.8s forwards 0.7s ease-out;
    color: #000000;
    line-height: 1.6;
}.title-opener-6 .course-head-2 {
    opacity: 0;
    animation: fadeSlideUp 1s forwards 0.9s ease-out;
    transform: translateY(30px);
    position: relative;
}.title-opener-6 .study-zone-2 {
    position: relative;
    height: 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
}.title-opener-6 .study-zone-2::before {
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    top: 0;
    width: 100%;
    opacity: 0.9;
    height: 100%;
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
}.title-opener-6 .study-zone-2:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title-opener-6 .study-zone-2:hover::before {
    opacity: 0.7;
}.title-opener-6 .study-zone-2 span {
    position: absolute;
    animation: fadeSlideUp 0.8s forwards 1.2s ease-out;
    padding: 2rem;
    width: 100%;
    bottom: 0;
    transform: translateY(10px);
    left: 0;
    z-index: 2;
    opacity: 0;
}.title-opener-6 .study-zone-2 h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(24px * 0.9);
    color: #ffffff;
    line-height: 1.5;
    font-weight: 600;
    transition: transform 0.3s ease;
}.title-opener-6 .study-zone-2:hover h3 {
    transform: translateY(-5px);
}

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

@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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


@media (min-width: 768px) {.title-opener-6 > div {
    align-items: center;
    gap: 2rem;
    flex-direction: row;
}.title-opener-6 > div > div:first-child {
    margin-right: 2rem;
    flex: 1;
}.title-opener-6 .course-head-2 {
    flex: 1.2;
}.title-opener-6 .learning-page-1 {
    font-size: calc(48px * 1.1);
}.title-opener-6 .study-zone-2 {
    height: 450px;
}
}

@media (min-width: 992px) {.title-opener-6 {
    padding: 5rem 2rem;
}.title-opener-6 > div > div:first-child {
    padding: 3rem;
}.title-opener-6 .learning-page-1 {
    font-size: calc(48px * 1.2);
}.title-opener-6 p {
    font-size: calc(13px * 1.3);
}.title-opener-6 .study-zone-2 {
    height: 500px;
}.title-opener-6 .study-zone-2 h3 {
    font-size: 24px;
}
}

@media (max-width: 767px) {.title-opener-6 {
    padding: 3rem 1rem;
}.title-opener-6 .learning-page-1 {
    font-size: calc(48px * 0.85);
}.title-opener-6 p {
    font-size: 13px;
}.title-opener-6 .study-zone-2 {
    height: 320px;
}.title-opener-6 .study-zone-2 h3 {
    font-size: calc(24px * 0.8);
}
}

@media (max-width: 480px) {.title-opener-6 {
    padding: 2rem 1rem;
}.title-opener-6 > div > div:first-child {
    padding: 1.5rem;
}.title-opener-6 .learning-page-1 {
    margin-bottom: 1rem;
    font-size: calc(48px * 0.7);
}.title-opener-6 .study-zone-2 {
    height: 280px;
}.title-opener-6 .study-zone-2 span {
    padding: 1.5rem;
}.title-opener-6 .study-zone-2 h3 {
    font-size: calc(24px * 0.7);
}}.company-info-3 {
    padding: 120px 0;
    background: rgb(205,218,220);
    overflow: hidden;
    position: relative;
}.company-info-3::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, transparent 50%);
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
}.company-info-3::after {
    width: 100%;
    content: "";
    animation: pulse 15s infinite alternate;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(113,152,155,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
}.company-info-3 .container {
    z-index: 10;
    position: relative;
}.company-info-3 .academy-learnings-0 {
    gap: 60px;
    flex-direction: column;
    display: flex;
    position: relative;
}.company-info-3 .academy-learnings-0::before {
    z-index: -1;
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(159,185,187), transparent);
    transform: translateX(-50%);
    top: 80px;
    width: 2px;
    position: absolute;
    height: 85%;
    content: "";
}.company-info-3 h3 {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    color: rgb(159,185,187);
    transition: transform 0.5s ease;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 40px;
}.company-info-3 h3::after {
    transform: translateX(-50%);
    height: 3px;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: rgb(159,185,187);
    left: 50%;
    bottom: -15px;
    width: 80px;
}.company-info-3 h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.company-info-3 .online-mastery-6 {
    border-radius: 20px;
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    gap: 40px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    border-left: 3px solid rgb(159,185,187);
    display: grid;
}.company-info-3 .online-mastery-6::before {
    width: 200px;
    top: -100px;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(159,185,187,0.5) 0%, transparent 70%);
    animation: float 8s infinite ease-in-out;
    height: 200px;
    border-radius: 50%;
    right: -100px;
}.company-info-3 .online-mastery-6:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.company-info-3 .online-mastery-6 span {
    color: rgb(159,185,187);
    font-weight: 600;
    grid-column: 1 / 2;
    position: relative;
    font-size: 23px;
    padding-left: 15px;
    margin-bottom: 20px;
    display: block;
}.company-info-3 .online-mastery-6 span::before {
    left: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
    background: rgb(159,185,187);
    width: 5px;
    top: 0;
    height: 100%;
}.company-info-3 .online-mastery-6 p {
    position: relative;
    grid-column: 1 / 2;
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
}.company-info-3 .online-mastery-6 .img-card-item-0 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 350px;
    border-radius: 20px;
    grid-row: 1 / 3;
    overflow: hidden;
    grid-column: 2 / 3;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}.company-info-3 .online-mastery-6 .img-card-item-0::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
}.company-info-3 .online-mastery-6 .img-card-item-0::after {
    content: "";
    background: linear-gradient(to right, rgb(159,185,187), rgb(113,152,155));
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
}.company-info-3 .online-mastery-6 .img-card-item-0:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}.company-info-3 .expert-team-7 {
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    padding: 40px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-right: 3px solid rgb(113,152,155);
    gap: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.company-info-3 .expert-team-7::before {
    background: radial-gradient(circle, rgb(113,152,155,0.5) 0%, transparent 70%);
    position: absolute;
    left: -100px;
    border-radius: 50%;
    width: 200px;
    content: "";
    animation: float 8s infinite ease-in-out reverse;
    height: 200px;
    bottom: -100px;
}.company-info-3 .expert-team-7:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.company-info-3 .expert-team-7 p {
    font-size: 14px;
    grid-column: 2 / 3;
    color: #000000;
    grid-row: 1 / 2;
    position: relative;
    line-height: 1.8;
}.company-info-3 .expert-team-7 .virtual-training-7 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-row: 1 / 2;
    position: relative;
    border-radius: 20px;
    grid-column: 1 / 2;
    height: 350px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.company-info-3 .expert-team-7 .virtual-training-7::before {
    height: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    z-index: 1;
    position: absolute;
    width: 100%;
}.company-info-3 .expert-team-7 .virtual-training-7::after {
    background: linear-gradient(to right, rgb(113,152,155), rgb(159,185,187));
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    content: "";
}.company-info-3 .expert-team-7 .virtual-training-7:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.company-info-3 {
    padding: 80px 0;
}.company-info-3 .academy-learnings-0::before {
    height: 90%;
}.company-info-3 .online-mastery-6,
    .company-info-3 .expert-team-7 {
    gap: 30px;
    grid-template-columns: 1fr;
}.company-info-3 .online-mastery-6 span,
    .company-info-3 .online-mastery-6 p {
    grid-column: 1 / -1;
}.company-info-3 .online-mastery-6 .img-card-item-0 {
    grid-column: 1 / -1;
    height: 300px;
    grid-row: 3 / 4;
}.company-info-3 .expert-team-7 p {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.company-info-3 .expert-team-7 .virtual-training-7 {
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
}
}

@media (max-width: 768px) {.company-info-3 {
    padding: 60px 0;
}.company-info-3 h3 {
    font-size: calc(30px * 0.9);
}.company-info-3 .academy-learnings-0 {
    gap: 40px;
}.company-info-3 .academy-learnings-0::before {
    display: none;
}.company-info-3 .online-mastery-6,
    .company-info-3 .expert-team-7 {
    padding: 30px;
}.company-info-3 .online-mastery-6 span {
    font-size: calc(23px * 0.9);
}.company-info-3 .online-mastery-6 .img-card-item-0,
    .company-info-3 .expert-team-7 .virtual-training-7 {
    height: 250px;
}
}

@media (max-width: 576px) {.company-info-3 {
    padding: 40px 0;
}.company-info-3 h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.company-info-3 .online-mastery-6,
    .company-info-3 .expert-team-7 {
    padding: 20px;
    gap: 20px;
}.company-info-3 .online-mastery-6 span {
    margin-bottom: 15px;
}.company-info-3 .online-mastery-6 .img-card-item-0,
    .company-info-3 .expert-team-7 .virtual-training-7 {
    height: 200px;
}}.connect-with-us-5 {
    padding: 100px 0;
    background: #000000;
    overflow: hidden;
    position: relative;
}.connect-with-us-5::before {
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(159,185,187,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(113,152,155,0.5) 0%, transparent 40%);
    content: '';
    opacity: 0.2;
    z-index: 1;
    position: absolute;
    left: 0;
}.connect-with-us-5::after {
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(159,185,187,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(113,152,155,0.5) 95.5%, transparent 96%);
    content: '';
    opacity: 0.1;
    z-index: 1;
    left: 0;
    background-size: 20px 20px;
    top: 0;
    height: 100%;
}.connect-with-us-5 .img-card-item-0 {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    width: 50%;
}.connect-with-us-5 .img-card-item-0::before {
    content: '';
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    top: 0;
    height: 100%;
    right: 0;
    position: absolute;
    width: 100%;
}.connect-with-us-5 .img-card-item-0::after {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    content: '';
}.connect-with-us-5 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.connect-with-us-5 h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-shadow: 
        0 0 5px rgb(159,185,187),
        0 0 10px rgb(159,185,187),
        0 0 15px rgb(159,185,187);
    font-size: 33px;
    text-align: center;
    margin-bottom: 60px;
}.connect-with-us-5 .query-panel-1 {
    display: flex;
    max-width: 1100px;
    background: rgba(30, 30, 30, 0.7);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(159,185,187,0.5),
        0 0 20px rgb(113,152,155,0.5);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}.connect-with-us-5 .request-support-3 {
    position: relative;
    flex: 3;
    padding: 50px;
}.connect-with-us-5 form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    text-shadow: 0 0 5px rgb(159,185,187);
}.connect-with-us-5 input[type="text"],
.connect-with-us-5 textarea {
    padding: 15px;
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    color: #ffffff;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid rgba(rgb(159,185,187,0.5), 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}.connect-with-us-5 input[type="text"]:focus,
.connect-with-us-5 textarea:focus {
    border-color: rgb(159,185,187);
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(159,185,187,0.5);
}.connect-with-us-5 input[type="text"]::placeholder,
.connect-with-us-5 textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect-with-us-5 textarea {
    height: 140px;
    resize: none;
}.connect-with-us-5 .feedback-links-3 {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.connect-with-us-5 .feedback-links-3 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-with-us-5 .feedback-links-3 label {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
}.connect-with-us-5 .feedback-links-3 label::before {
    left: 0;
    box-shadow: 0 0 5px rgb(159,185,187,0.5);
    width: 20px;
    border: 1px solid rgb(159,185,187);
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 20px;
    top: 2px;
    border-radius: 10px;
    content: '';
    transition: all 0.3s ease;
}.connect-with-us-5 .feedback-links-3 input[type="checkbox"]:checked + label::before {
    background: rgb(159,185,187);
    box-shadow: 0 0 8px rgb(159,185,187);
}.connect-with-us-5 .feedback-links-3 input[type="checkbox"]:checked + label::after {
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 5px;
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    height: 12px;
    content: '';
}.connect-with-us-5 .feedback-links-3 a {
    text-shadow: 0 0 3px rgb(159,185,187);
    text-decoration: none;
    color: rgb(159,185,187);
    transition: all 0.3s ease;
}.connect-with-us-5 .feedback-links-3 a:hover {
    text-shadow: 0 0 5px rgb(113,152,155);
    color: rgb(113,152,155);
}.connect-with-us-5 .support-info-9 {
    border: none;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
    padding: 15px 35px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgb(159,185,187,0.5);
    font-family: Arial, sans-serif;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 10px;
    font-weight: 600;
    background: rgb(159,185,187);
    overflow: hidden;
}.connect-with-us-5 .support-info-9::before {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    left: -100%;
    position: absolute;
    content: '';
}.connect-with-us-5 .support-info-9:hover {
    transform: translateY(-3px);
    background: rgb(113,152,155);
    box-shadow: 0 0 20px rgb(113,152,155);
}.connect-with-us-5 .support-info-9:hover::before {
    left: 100%;
}.connect-with-us-5 .request-card-3 {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    position: relative;
    justify-content: center;
    flex: 2;
    display: flex;
    padding: 50px;
    flex-direction: column;
}.connect-with-us-5 .request-card-3::before {
    width: 100%;
    opacity: 0.1;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,185,187,0.5) 0%, transparent 100%);
    left: 0;
}.connect-with-us-5 .request-card-3 h4 {
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgb(159,185,187);
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 24px;
    position: relative;
}.connect-with-us-5 .request-card-3 h4::after {
    width: 50px;
    content: '';
    height: 2px;
    background: rgb(159,185,187);
    box-shadow: 0 0 5px rgb(159,185,187);
    bottom: -10px;
    left: 0;
    position: absolute;
}.connect-with-us-5 .request-section-3 {
    padding: 0;
    list-style: none;
    margin: 0;
}.connect-with-us-5 .request-section-3 li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}.connect-with-us-5 .request-section-3 li:hover {
    transform: translateX(5px);
}.connect-with-us-5 .request-section-3 svg {
    margin-top: 2px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
}.connect-with-us-5 .request-section-3 svg path {
    filter: drop-shadow(0 0 3px rgb(159,185,187));
    fill: rgb(159,185,187);
    transition: fill 0.3s ease;
}.connect-with-us-5 .request-section-3 li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(113,152,155));
    fill: rgb(113,152,155);
}.connect-with-us-5 .request-section-3 span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}.connect-with-us-5 .request-section-3 a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.connect-with-us-5 .request-section-3 a:hover {
    text-shadow: 0 0 5px rgb(159,185,187,0.5);
    color: rgb(159,185,187);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(159,185,187,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.connect-with-us-5 .img-card-item-0 {
    width: 100%;
    height: 40%;
    opacity: 0.3;
}.connect-with-us-5 .query-panel-1 {
    max-width: 700px;
    flex-direction: column;
}.connect-with-us-5 .request-support-3,
    .connect-with-us-5 .request-card-3 {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.connect-with-us-5 {
    padding: 80px 0;
}.connect-with-us-5 h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.connect-with-us-5 .request-support-3,
    .connect-with-us-5 .request-card-3 {
    padding: 30px;
}.connect-with-us-5 form h3,
    .connect-with-us-5 .request-card-3 h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.connect-with-us-5 {
    padding: 60px 0;
}.connect-with-us-5 h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.connect-with-us-5 .request-support-3,
    .connect-with-us-5 .request-card-3 {
    padding: 25px 20px;
}.connect-with-us-5 input[type="text"],
    .connect-with-us-5 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.connect-with-us-5 .support-info-9 {
    width: 100%;
    padding: 12px;
}}.secure-safekeeping-4 {
    font-family: Arial, sans-serif;
    padding: 50px;
    color: #ffffff;
    width: 100%;
    height: auto;
    box-shadow: inset 0 0 10px rgb(113,152,155,0.5), 0 0 15px rgb(159,185,187,0.5);
    border: 1px solid rgb(159,185,187);
    overflow: hidden;
}.secure-safekeeping-4 h1 {
    border-bottom: 2px solid rgb(159,185,187);
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 30px;
    color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    margin-top: 50px;
    letter-spacing: 2px;
    color: rgb(159,185,187);
}.secure-safekeeping-4 h2 {
    padding-bottom: 10px;
    color: transparent;
    letter-spacing: 1px;
    color: rgb(113,152,155);
    background: linear-gradient(90deg, rgb(113,152,155), rgb(159,185,187));
    font-size: 28px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(113,152,155);
    -webkit-background-clip: text !important;
    margin-top: 40px;
    font-weight: 600;
}.secure-safekeeping-4 h3, .secure-safekeeping-4 h4, .secure-safekeeping-4 h5, .secure-safekeeping-4 h6 {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 30px;
    color: transparent;
    color: rgb(159,185,187);
    font-weight: 600;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
}.secure-safekeeping-4 ul, .secure-safekeeping-4 ol {
    border-radius: 10px;
    padding: 20px 0;
    list-style: none;
    padding-left: 0;
}.secure-safekeeping-4 li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}.secure-safekeeping-4 li::before {
    position: absolute;
    color: rgb(159,185,187);
    font-weight: 700;
    content: ">";
    left: 0;
}.secure-safekeeping-4 section {
    box-shadow: 0 0 15px rgb(159,185,187,0.5);
    padding: 25px;
    border-radius: 10px;
    background: rgb(205,218,220);
    margin-top: 30px;
}.secure-safekeeping-4 p, .secure-safekeeping-4 span, .secure-safekeeping-4 div {
    background: linear-gradient(90deg, rgb(159,185,187), rgb(113,152,155));
    line-height: 2;
    color: transparent;
    -webkit-background-clip: text !important;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {.secure-safekeeping-4 {
    padding: 20px 10px;
}.secure-safekeeping-4 h1 {
    font-size: calc(18px * 0.8);
}.secure-safekeeping-4 h2 {
    font-size: calc(18px * 0.8);
}.secure-safekeeping-4 h3, .secure-safekeeping-4 h4, .secure-safekeeping-4 h5, .secure-safekeeping-4 h6 {
    font-size: calc(18px * 0.8);
}.secure-safekeeping-4 p, .secure-safekeeping-4 span, .secure-safekeeping-4 div {
    font-size: calc(15px * 0.9);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(159,185,187);
}header .top_plank .top-zone-4 div svg, header .top_plank .top-zone-4 div svg path {
    fill: #ffffff;
}header .top_plank .top-zone-4 div span {
    color: #ffffff;
}header .top_plank .top-zone-4 {
    justify-content: flex-start;
    font-size: 12px;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
    display: flex;
    line-height: 21px;
}header .top_plank .top-zone-4 div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .top-zone-4 div img, header .top_plank .top-zone-4 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}