* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-skeleton {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.support-cta {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.main-pagebar {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1242px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stay-connected {
    overflow: hidden;
    padding: 3rem;
    margin: 4rem 0;
    background: linear-gradient(90deg, rgb(232,233,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    perspective: 1000px;
}.stay-connected::before {
    position: absolute;
    top: 0;
    opacity: 0.4;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(206,208,191,0.5) 0%, transparent 60%);
    animation: breathe 8s infinite alternate;
}.stay-connected::after {
    position: absolute;
    z-index: 0;
    bottom: -30%;
    width: 120%;
    transform: rotate(-5deg);
    left: -10%;
    height: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(170,173,152,0.5) 0%, transparent 100%);
    filter: blur(20px);
}.stay-connected .about-section {
    align-items: center;
    display: flex;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    position: relative;
    z-index: 2;
    justify-content: space-between;
    transition: transform 0.5s ease;
}.stay-connected .about-section:hover {
    transform: rotateX(0deg);
}.stay-connected p {
    flex: 0 0 40%;
    font-size: 21px;
    color: #ffffff;
    padding-right: 2rem;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
}.stay-connected p::after {
    background: rgb(170,173,152);
    transform: scaleX(0.5);
    height: 3px;
    left: 0;
    transform-origin: left;
    content: "";
    bottom: -10px;
    width: 60px;
    position: absolute;
    transition: transform 0.4s ease;
}.stay-connected .about-section:hover p::after {
    transform: scaleX(1);
}.stay-connected .input_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    flex: 0 0 60%;
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 10px;
    transform: translateZ(40px);
}.stay-connected .sub-tutorial {
    flex: 1;
    border: none;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
}.stay-connected .sub-tutorial:focus {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    outline: none;
}.stay-connected .sub-tutorial::placeholder {
    color: #000000;
    opacity: 0.6;
}.stay-connected .start-exploring {
    cursor: pointer;
    position: relative;
    border: none;
    background: linear-gradient(45deg, rgb(206,208,191) 0%, rgb(170,173,152) 100%);
    font-size: 19px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.4s ease;
    font-weight: 600;
    padding: 0 2rem;
}.stay-connected .start-exploring::after {
    position: absolute;
    width: 200%;
    transform: scale(0.5);
    opacity: 0;
    left: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.4s ease;
    height: 200%;
    top: -50%;
}.stay-connected .start-exploring:hover::after {
    transform: scale(1);
    opacity: 1;
}.stay-connected .start-exploring:hover {
    background: linear-gradient(45deg, rgb(170,173,152) 0%, rgb(206,208,191) 100%);
    box-shadow: 0 0 15px rgb(206,208,191,0.5);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.stay-connected {
    padding: 2rem 1.5rem;
}.stay-connected .about-section {
    align-items: stretch;
    flex-direction: column;
    transform: none;
}.stay-connected p {
    flex: none;
    transform: none;
    padding-right: 0;
    margin-bottom: 1.5rem;
}.stay-connected .input_holder {
    flex: none;
    flex-direction: column;
    transform: none;
}.stay-connected .sub-tutorial {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.stay-connected .start-exploring {
    padding: 1rem;
    width: 100%;
    border-radius: 10px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.95;
    content: "";
    background: rgb(206,208,191);
    z-index: -2;
    position: absolute;
}footer::after {
    top: 0;
    opacity: 0.1;
    content: "";
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(170,173,152) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(170,173,152) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(170,173,152) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(170,173,152) 1px, transparent 1px);
    z-index: -1;
    right: 0;
    left: 0;
    background-size: 50px 50px;
    position: absolute;
}.support-cta {
    position: relative;
    padding: 4rem 0 2rem;
    color: #ffffff;
}.support-cta::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    background: rgb(170,173,152);
    top: 0;
}.support-cta::after {
    width: 100%;
    content: "";
    background-repeat: repeat-x;
    top: 3px;
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            rgb(170,173,152) 0px, rgb(170,173,152) 10px,
            transparent 10px, transparent 15px,
            rgb(170,173,152) 15px, rgb(170,173,152) 30px,
            transparent 30px, transparent 35px,
            rgb(170,173,152) 35px, rgb(170,173,152) 40px,
            transparent 40px, transparent 60px,
            rgb(170,173,152) 60px, rgb(170,173,152) 70px,
            transparent 70px, transparent 80px,
            rgb(170,173,152) 80px, rgb(170,173,152) 90px,
            transparent 90px, transparent 110px,
            rgb(170,173,152) 110px, rgb(170,173,152) 120px,
            transparent 120px, transparent 140px
        );
    position: absolute;
    opacity: 0.5;
    height: 8px;
}.support-cta .container {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
    position: relative;
}.support-cta .company_holder {
    position: relative;
    border-radius: 28px;
    flex: 1 1 400px;
    padding: 0;
}.support-cta .company_holder::before {
    left: 0;
    height: 100%;
    position: absolute;
    background-size: 50px 50px;
    content: "";
    width: 100%;
    top: 0;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(170,173,152) 25px, rgb(170,173,152) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(170,173,152) 25px, rgb(170,173,152) 26px, transparent 27px, transparent 49px);
    border-radius: 28px;
    opacity: 0.1;
}.support-cta .company_holder h3 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    background: rgb(170,173,152);
    margin: 0;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    font-size: 38px;
    padding: 1.5rem 2rem;
}.support-cta .company_holder h3::after {
    height: 10px;
    border-radius: 50%;
    width: 10px;
    right: 15px;
    top: 50%;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
    content: "";
}.support-cta .partner-logo {
    border-bottom-right-radius: 28px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    color: #ffffff;
    padding: 2rem;
    position: relative;
    border-bottom-left-radius: 28px;
    line-height: 1.6;
}.support-cta .partner-logo::before {
    content: "";
    position: absolute;
    top: 2rem;
    background: rgb(170,173,152);
    left: -10px;
    opacity: 0.6;
    height: 20px;
    border-radius: 50%;
    width: 20px;
}.support-cta .partner-logo::after {
    bottom: 2rem;
    content: "";
    right: -10px;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    opacity: 0.6;
    background: rgb(170,173,152);
    position: absolute;
}.support-cta .zoom-meet {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.support-cta .header-top {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.support-cta .head-learning {
    border-radius: 28px;
    min-width: 200px;
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
}.support-cta .head-learning::before {
    border-radius: 28px;
    z-index: -1;
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
}.support-cta .head-learning h5 {
    margin: 0;
    background: rgb(170,173,152);
    font-size: 21px;
    display: flex;
    padding: 1rem 1.5rem;
    position: relative;
    font-weight: 600;
    align-items: center;
    color: #ffffff;
}.support-cta .head-learning h5::before {
    height: 8px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    width: 8px;
}.support-cta .head-learning h5::after {
    height: 6px;
    transform: translateY(-50%);
    width: 6px;
    right: 15px;
    top: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #ffffff;
}.support-cta .head-learning .header-top {
    flex-direction: column;
    gap: 2px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}.support-cta .head-learning .header-top a {
    transition: all 0.3s ease;
    font-size: 17px;
    color: #ffffff;
    padding: 0.8rem 1rem 0.8rem 2rem;
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
}.support-cta .head-learning .header-top a::before {
    height: 6px;
    transition: all 0.3s ease;
    top: 50%;
    background: rgb(170,173,152);
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    left: 0.7rem;
    content: "";
    width: 6px;
}.support-cta .head-learning .header-top a:hover {
    background: rgba(255, 255, 255, 0.1);
}.support-cta .head-learning .header-top a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.honor-cta {
    padding: 2rem 0;
    position: relative;
    background: rgb(170,173,152);
    margin-top: 2.5rem;
}.honor-cta::before {
    left: 0;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(206,208,191) 20px, rgb(206,208,191) 40px,
            transparent 40px, transparent 60px,
            rgb(206,208,191) 60px, rgb(206,208,191) 80px,
            transparent 80px, transparent 100px,
            rgb(206,208,191) 100px, rgb(206,208,191) 120px
        );
    height: 5px;
    top: -5px;
    background-repeat: repeat-x;
    content: "";
}.honor-cta .container {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}.honor-cta .container::before,
.honor-cta .container::after {
    width: 15px;
    content: "";
    background: rgb(206,208,191);
    transform: translateY(-50%);
    position: absolute;
    height: 15px;
    top: 50%;
    border-radius: 50%;
}.honor-cta .container::before {
    left: 15%;
}.honor-cta .container::after {
    right: 15%;
}.honor-cta .encrypt-cta {
    position: relative;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    background: rgb(206,208,191);
    border-radius: 30px;
    padding: 0.5rem 2rem;
    color: #ffffff;
}.honor-cta .encrypt-cta::before,
.honor-cta .encrypt-cta::after {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background: rgb(206,208,191);
    top: 50%;
}.honor-cta .encrypt-cta::before {
    margin-right: 15px;
    right: 100%;
}.honor-cta .encrypt-cta::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.support-cta .container {
    gap: 2rem;
}.support-cta .company_holder {
    flex: 1 1 350px;
}.support-cta .zoom-meet {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.support-cta .header-top {
    gap: 2rem;
}.honor-cta .container::before {
    left: 5%;
}.honor-cta .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.support-cta {
    padding: 3.5rem 0 1.5rem;
}.support-cta .container {
    gap: 2.5rem;
    flex-direction: column;
}.support-cta .company_holder,
    .support-cta .zoom-meet {
    flex: 1 1 100%;
    min-width: 100%;
}.support-cta .head-learning {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.honor-cta .container::before,
    .honor-cta .container::after {
    display: none;
}
}

@media (max-width: 768px) {.support-cta {
    padding: 3rem 0 1rem;
}.support-cta .header-top {
    gap: 1.5rem;
}.support-cta .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(38px - 2px);
}.support-cta .partner-logo {
    padding: 1.5rem;
}.support-cta .partner-logo::before,
    .support-cta .partner-logo::after {
    display: none;
}.honor-cta {
    margin-top: 2rem;
}.honor-cta .encrypt-cta::before,
    .honor-cta .encrypt-cta::after {
    width: 30px;
}
}

@media (max-width: 576px) {.support-cta {
    padding: 2.5rem 0 0.8rem;
}.support-cta .head-learning {
    min-width: 100%;
    flex: 1 1 100%;
}.support-cta .header-top {
    gap: 1rem;
}.support-cta .head-learning .header-top a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.support-cta .head-learning .header-top a::before {
    left: 0.6rem;
}.honor-cta {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.honor-cta .encrypt-cta::before,
    .honor-cta .encrypt-cta::after {
    display: none;
}
}

@media (max-width: 420px) {.support-cta::after {
    background-size: 100px 5px;
    height: 5px;
}.support-cta .company_holder h3::after,
    .support-cta .head-learning h5::before,
    .support-cta .head-learning h5::after {
    display: none;
}.support-cta .head-learning h5 {
    padding: 0.8rem 1rem;
}.support-cta .head-learning .header-top {
    padding: 1rem;
}.honor-cta .encrypt-cta {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.potential-students {
    background: rgb(232,233,225);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.potential-students::before {
    z-index: 0;
    opacity: 0.2;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(206,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(170,173,152,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}.potential-students .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.potential-students .about-section {
    padding: 50px;
    position: relative;
    background: rgb(232,233,225);
    border-radius: 22px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
}.potential-students h4 {
    font-size: 35px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}.potential-students h4::after {
    height: 4px;
    position: absolute;
    bottom: -15px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(206,208,191), rgb(170,173,152));
    left: 50%;
    content: "";
    transform: translateX(-50%);
    width: 80px;
}.potential-students div {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}.potential-students div p {
    position: relative;
    color: #000000;
    line-height: 1.6;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(232,233,225);
    margin: 0;
    overflow: hidden;
    display: flex;
    border-radius: 22px;
    transition: all 0.3s ease;
    font-size: 14px;
    flex: 1 1 calc(33.333% - 20px);
    align-items: center;
    padding: 25px;
    min-width: 250px;
}.potential-students div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.potential-students div p::before {
    height: 100%;
    border-radius: 5px 0 0 5px;
    width: 5px;
    background: linear-gradient(180deg, rgb(206,208,191), rgb(170,173,152));
    opacity: 0.7;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}.potential-students div p svg {
    height: 40px;
    background: rgb(232,233,225);
    width: 40px;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    min-width: 40px;
    margin-right: 20px;
    transition: all 0.3s ease;
}.potential-students div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.potential-students div p svg path {
    fill: rgb(206,208,191);
    transition: fill 0.3s ease;
}.potential-students div p:hover svg path {
    fill: rgb(170,173,152);
}

@media (max-width: 1100px) {.potential-students div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.potential-students {
    padding: 80px 0;
}.potential-students .about-section {
    padding: 40px 30px;
}.potential-students h4 {
    margin-bottom: 40px;
    font-size: calc(35px - 2px);
}.potential-students div {
    gap: 20px;
}.potential-students div p {
    padding: 20px;
}.potential-students div p svg {
    width: 35px;
    min-width: 35px;
    margin-right: 15px;
    height: 35px;
}
}

@media (max-width: 767px) {.potential-students {
    padding: 60px 0;
}.potential-students .about-section {
    padding: 30px 20px;
}.potential-students h4 {
    font-size: calc(35px - 4px);
    margin-bottom: 35px;
}.potential-students div p {
    flex: 1 1 100%;
    padding: 18px;
}.potential-students div p svg {
    padding: 6px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    min-width: 30px;
}
}

@media (max-width: 479px) {.potential-students {
    padding: 40px 0;
}.potential-students .about-section {
    padding: 25px 15px;
}.potential-students h4 {
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.potential-students div {
    gap: 15px;
}.potential-students div p {
    font-size: calc(14px - 1px);
    padding: 15px;
}.potential-students div p svg {
    min-width: 26px;
    margin-right: 12px;
    height: 26px;
    padding: 5px;
    width: 26px;
}}.take-a-spin {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(232,233,225) 0%, rgb(206,208,191,0.5) 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}.take-a-spin::before {
    bottom: 0;
    top: 0;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    z-index: 1;
    left: 0;
    right: 0;
}.take-a-spin::after {
    width: 300px;
    content: '';
    z-index: 0;
    filter: blur(30px);
    border-radius: 50%;
    height: 300px;
    opacity: 0.6;
    right: -100px;
    background: radial-gradient(circle, rgb(206,208,191,0.5) 0%, transparent 70%);
    top: -150px;
    position: absolute;
}.take-a-spin .container {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
    max-width: 1140px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 3rem;
}.take-a-spin .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.08),
        -25px -25px 50px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
}.take-a-spin h6 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    opacity: 1;
    color: #000000;
    margin-bottom: 2.5rem;
    transform: translateY(0);
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 600;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}.take-a-spin .container:hover h6 {
    transform: translateY(-5px);
}.take-a-spin div div {
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    display: flex;
}.take-a-spin div span {
    position: relative;
    display: inline-block;
    transform: translateY(0);
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.take-a-spin div span:hover {
    transform: translateY(-5px);
}.take-a-spin .support-box {
    box-shadow: 
        0 10px 20px rgba(rgb(206,208,191,0.5), 0.2),
        0 5px 10px rgba(rgb(206,208,191,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 32px;
    justify-content: center;
    display: inline-flex;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(206,208,191) 0%, rgb(170,173,152) 100%);
}.take-a-spin .support-box::before {
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    top: 0;
}.take-a-spin .support-box:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 
        0 15px 25px rgba(rgb(206,208,191,0.5), 0.3),
        0 10px 15px rgba(rgb(206,208,191,0.5), 0.2),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}.take-a-spin .support-box:hover::before {
    left: 100%;
}.take-a-spin .support-box:active {
    box-shadow: 
        0 5px 10px rgba(rgb(206,208,191,0.5), 0.2),
        0 2px 5px rgba(rgb(206,208,191,0.5), 0.1),
        inset 0 2px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}.take-a-spin .support-box span {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}.take-a-spin .support-box:hover span {
    transform: scale(1.05);
}


@media (max-width: 1200px) {.take-a-spin .container {
    padding: 2.5rem;
    max-width: 960px;
}
}

@media (max-width: 992px) {.take-a-spin {
    padding: 4rem 0;
}.take-a-spin .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    max-width: 720px;
}.take-a-spin h6 {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.take-a-spin {
    padding: 3.5rem 0;
}.take-a-spin .container {
    padding: 1.75rem;
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 540px;
}.take-a-spin h6 {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.75rem;
}.take-a-spin .support-box {
    padding: 12px 28px;
}
}

@media (max-width: 576px) {.take-a-spin {
    padding: 3rem 0;
}.take-a-spin .container {
    transform: none;
    width: 90%;
    padding: 1.5rem;
}.take-a-spin h6 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: calc(18px * 0.85);
}.take-a-spin .support-box {
    font-size: calc(14px * 0.9);
    padding: 10px 24px;
}
}

@media (max-width: 400px) {.take-a-spin {
    padding: 2.5rem 0;
}.take-a-spin .container {
    padding: 1.25rem;
    width: 95%;
}.take-a-spin h6 {
    font-size: calc(18px * 0.8);
    margin-bottom: 1.25rem;
}.take-a-spin .support-box {
    font-size: calc(14px * 0.85);
    padding: 8px 20px;
}}.our-team {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.our-team::before {
    right: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    backdrop-filter: blur(3px);
    bottom: 0;
    background: linear-gradient(135deg, rgb(206,208,191,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    top: 0;
}.our-team::after {
    content: "";
    right: -30%;
    opacity: 0.15;
    transform: rotate(-15deg);
    animation: glow 15s infinite alternate ease-in-out;
    position: absolute;
    height: 200%;
    background: radial-gradient(ellipse at center, rgb(170,173,152,0.5) 0%, transparent 70%);
    top: -50%;
    width: 80%;
    z-index: 2;
}.our-team .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 5;
}.our-team h2 {
    margin-bottom: 40px;
    transform: translateZ(0);
    letter-spacing: 1.5px;
    font-size: 32px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}.our-team h2::before {
    position: absolute;
    animation: expandLine 1.5s forwards ease-out;
    content: "";
    background: rgb(170,173,152);
    left: 0;
    transform-origin: left;
    bottom: -10px;
    width: 40%;
    height: 3px;
}.our-team h2::after {
    bottom: -10px;
    animation: expandWiderLine 2s forwards ease-out;
    left: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    width: 80%;
    transform-origin: left;
}.our-team .label-holder {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    padding: 30px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(170,173,152);
    overflow: hidden;
    backdrop-filter: blur(8px);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.our-team .label-holder::before {
    transform: translateX(-100%);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    animation: shimmer 5s infinite;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    top: 0;
}.our-team .label-holder:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.our-team .label-holder > div {
    position: relative;
}.our-team .label-holder p {
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: calc(23px * 1.1);
    transform: translateZ(0);
    margin-bottom: 20px;
    color: #ffffff;
}.our-team .label-holder p::after {
    width: 70px;
    position: absolute;
    background: rgb(170,173,152);
    animation: expandLine 1.5s forwards ease-out 0.5s;
    content: "";
    left: 0;
    height: 2px;
    bottom: -8px;
    transform-origin: left;
}.our-team .label-holder div div {
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    font-size: 18px;
    column-gap: 40px;
    margin-bottom: 0;
    transition: all 0.5s ease;
    line-height: 1.7;
    column-count: 1;
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}

@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}

@media (min-width: 768px) {.our-team {
    padding: 150px 0 100px;
}.our-team h2 {
    margin-bottom: 60px;
}.our-team .label-holder {
    padding: 40px 50px;
    transform: perspective(1200px) rotateY(-1deg);
}.our-team .label-holder div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-team {
    padding: 180px 0 120px;
}.our-team .container {
    padding: 0 30px;
}.our-team h2 {
    font-size: calc(32px * 1.1);
}.our-team .label-holder {
    transform: perspective(1500px) rotateY(-1deg);
    padding: 50px 60px;
}.our-team .label-holder div div {
    line-height: 1.8;
    column-count: 2;
}
}

@media (max-width: 767px) {.our-team {
    padding: 90px 0 60px;
}.our-team .container {
    padding: 0 15px;
}.our-team h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.our-team .label-holder {
    transform: perspective(800px) rotateY(-1deg);
    padding: 25px 20px;
}.our-team .label-holder p {
    font-size: 23px;
}.our-team .label-holder div div {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.our-team {
    padding: 70px 0 50px;
}.our-team .label-holder {
    padding: 20px 15px;
    transform: none;
}.our-team h2 {
    font-size: calc(32px * 0.85);
}.our-team .label-holder p {
    font-size: calc(23px * 0.9);
}.our-team .label-holder div div {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}.contacts {
    overflow: hidden;
    padding: 6rem 0;
    background: rgb(232,233,225);
    position: relative;
}.contacts::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(206,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(170,173,152,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}.contacts .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
}.contacts .get-help {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.contacts .reach-form {
    position: relative;
    z-index: 1;
}.contacts .reach-form:nth-child(1) {
    padding: 3rem;
    background: linear-gradient(225deg, rgb(206,208,191) 0%, #000000 100%);
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    flex-direction: column;
    display: flex;
    width: 35%;
    border-radius: 16px 0 0 16px;
}.contacts .reach-form:nth-child(2) {
    width: 30%;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.contacts .reach-form:nth-child(3) {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(225deg, rgb(170,173,152,0.5) 0%, #000000 100%);
    flex-direction: column;
    border-radius: 0 16px 16px 0;
    justify-content: center;
    width: 35%;
    display: flex;
    padding: 3rem;
}.contacts .reach-form h2 {
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    font-size: 38px;
    padding-left: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 2rem;
}.contacts .reach-form h2::before {
    left: 0;
    background: rgb(170,173,152);
    border-radius: 2px;
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
}.contacts .reach-block {
    font-size: calc(17px * 1.2);
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}.contacts .edu-askedu {
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.9;
}.contacts .reach-form p {
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
    display: flex;
    color: #ffffff;
}.contacts .reach-form p span {
    font-weight: 600;
}.contacts .team-contact {
    margin-top: 2rem;
    position: relative;
}.contacts .team-contact::before {
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, rgb(170,173,152), transparent);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}.contacts .team-contact h3 {
    margin: 1rem 0;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}.contacts .ask-questions {
    flex-direction: column;
    display: flex;
    gap: 0.5rem;
}.contacts .ask-questions span {
    position: relative;
    padding: 0.5rem 0;
    font-size: calc(17px * 0.9);
    transition: all 0.3s ease;
    align-items: center;
    padding-left: 1.5rem;
    display: flex;
    color: #ffffff;
}.contacts .ask-questions span::before {
    height: 8px;
    background: rgb(170,173,152);
    border-radius: 50%;
    width: 8px;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
}.contacts .ask-questions span:hover {
    transform: translateX(5px);
}.contacts .reach-form .img-grid {
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
    filter: saturate(0.8) contrast(1.1);
    min-height: 400px;
}.contacts .reach-form .img-grid:hover {
    filter: saturate(1) contrast(1);
}.contacts .reach-form .img-grid::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(206,208,191,0.5) 0%, transparent 50%);
    z-index: 1;
    left: 0;
    top: 0;
}.contacts .reach-us {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    flex-direction: column;
}.contacts .reach-us a {
    border-right: 3px solid rgb(170,173,152);
    padding: 1.25rem;
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    gap: 1.5rem;
    overflow: hidden;
}.contacts .reach-us a::before {
    height: 100%;
    left: 0;
    z-index: -1;
    width: 0;
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    top: 0;
    background: rgb(170,173,152,0.5);
}.contacts .reach-us a:hover::before {
    width: 100%;
}.contacts .reach-us a:hover {
    transform: translateX(-5px);
}.contacts .reach-us a span {
    align-items: center;
    font-size: calc(17px * 0.9);
    opacity: 0.7;
    gap: 0.5rem;
    display: flex;
    flex: 0 0 auto;
    color: #ffffff;
}.contacts .reach-us a p {
    text-align: right;
    color: #ffffff;
    flex: 1;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}.contacts svg {
    width: 20px;
    height: 20px;
    fill: none;
}.contacts svg path {
    fill: rgb(170,173,152);
    transition: fill 0.3s ease;
}.contacts .reach-us a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.contacts .reach-form:nth-child(1) {
    width: 40%;
}.contacts .reach-form:nth-child(2) {
    width: 25%;
}.contacts .reach-form:nth-child(3) {
    width: 35%;
}
}

@media (max-width: 992px) {.contacts .get-help {
    flex-direction: column;
}.contacts .reach-form:nth-child(1),
    .contacts .reach-form:nth-child(2),
    .contacts .reach-form:nth-child(3) {
    clip-path: none;
    margin-bottom: 1.5rem;
    border-radius: 16px;
    width: 100%;
}.contacts .reach-form .img-grid {
    min-height: 300px;
}.contacts .reach-us {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
}.contacts .reach-us a {
    min-width: 250px;
    flex: 1 1 calc(50% - 0.5rem);
}
}

@media (max-width: 768px) {.contacts {
    padding: 4rem 0;
}.contacts .reach-form:nth-child(1),
    .contacts .reach-form:nth-child(3) {
    padding: 2rem;
}.contacts .reach-us {
    flex-direction: column;
}.contacts .reach-us a {
    width: 100%;
}.contacts .reach-form .img-grid {
    min-height: 250px;
}.contacts .reach-form h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 480px) {.contacts {
    padding: 3rem 0;
}.contacts .reach-form:nth-child(1),
    .contacts .reach-form:nth-child(3) {
    padding: 1.5rem;
}.contacts .reach-form .img-grid {
    min-height: 200px;
}.contacts .team-contact {
    margin-top: 1.5rem;
}.contacts .team-contact h3 {
    font-size: calc(18px * 0.9);
}.contacts .reach-us a {
    padding: 1rem;
}}.tyWrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,233,225) 0%, rgb(170,173,152,0.5) 100%);
    padding: 120px 0;
}.tyWrapper::before {
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(206,208,191,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(170,173,152,0.5) 10%, transparent 50%);
    height: 100%;
    opacity: 0.4;
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    z-index: 1;
}.tyWrapper::after {
    pointer-events: none;
    background: rgb(255, 255, 255, 0.5);
    top: -50%;
    opacity: 0.08;
    width: 90%;
    transform: rotate(-15deg);
    content: "";
    filter: blur(80px);
    position: absolute;
    right: -50%;
    z-index: 1;
    height: 90%;
}.tyWrapper .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.tyWrapper .about-section {
    position: relative;
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    border-left: 4px solid rgb(206,208,191);
    background: #ffffff;
}.tyWrapper .about-section::before {
    right: 20px;
    top: 20px;
    border: 1px solid rgb(170,173,152,0.5);
    left: 20px;
    position: absolute;
    transform: scale(0.97);
    opacity: 0.2;
    content: "";
    bottom: 20px;
    border-radius: 10px;
    pointer-events: none;
    transition: transform 0.5s ease;
}.tyWrapper .about-section:hover::before {
    transform: scale(1);
}.tyWrapper .about-section > div:first-child {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}.tyWrapper .about-section > div:first-child::after {
    animation: lineExpand 1s ease-out 0.3s forwards;
    transform-origin: left center;
    height: 3px;
    left: 0;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(206,208,191) 0%, rgb(170,173,152) 100%);
    bottom: 0;
    content: "";
}.tyWrapper h5 {
    color: #000000;
    transform: translateY(15px);
    opacity: 0;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    margin: 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.4;
}.tyWrapper p {
    margin: 0;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    line-height: 1.8;
    opacity: 0;
    font-weight: 400;
    transform: translateY(15px);
    color: #000000;
    font-size: 14px;
}.tyWrapper a {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
}.tyWrapper a:hover {
    transform: translateY(-5px);
}.tyWrapper a::after {
    left: 0;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(206,208,191,0.5) 0%, transparent 100%);
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scaleX(0.3);
    opacity: 0;
    position: absolute;
    transform-origin: left;
    height: 1px;
    content: "";
}.tyWrapper a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.tyWrapper {
    padding: 80px 0;
}.tyWrapper .about-section {
    padding: 50px 40px;
}.tyWrapper h5 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 768px) {.tyWrapper {
    padding: 60px 0;
}.tyWrapper .about-section {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.tyWrapper .about-section::before {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
}.tyWrapper .about-section > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 20px;
}.tyWrapper h5 {
    font-size: calc(19px - 4px);
}.tyWrapper p {
    font-size: calc(14px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tyWrapper {
    padding: 50px 0;
}.tyWrapper .about-section {
    transform: none;
    border-left: 3px solid rgb(206,208,191);
    padding: 30px 20px;
}.tyWrapper .about-section::before {
    display: none;
}.tyWrapper .about-section > div:first-child {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.tyWrapper .about-section > div:first-child::after {
    width: 60px;
    height: 2px;
}.tyWrapper h5 {
    font-size: calc(19px - 6px);
}.tyWrapper p {
    line-height: 1.6;
    font-size: calc(14px - 2px);
}}header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    background: linear-gradient(120deg, 
        rgb(206,208,191) 0%, 
        rgb(206,208,191,0.5) 100%
    );
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    left: 0;
    position: fixed;
}header:before {
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.1;
    height: 100%;
}header:after {
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    content: '';
    background-size: 100px 100px;
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    width: 100%;
}header .head-section {
    position: relative;
}header .head-section:before {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    opacity: 0.3;
    position: absolute;
    content: '';
    bottom: -1px;
}header .head-section:after {
    height: 60px;
    transform: translateY(-50%);
    pointer-events: none;
    left: 0;
    position: absolute;
    filter: blur(8px);
    opacity: 0.5;
    content: '';
    top: 50%;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    width: 60px;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 15px 25px;
}header .container:before {
    pointer-events: none;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    background-repeat: repeat-x;
    position: absolute;
    width: 50px;
    opacity: 0.5;
    top: 50%;
    content: '';
    background-position: 0 0, 0 10px;
    background-size: 6px 2px, 6px 2px;
    height: 30px;
    right: 20px;
    transform: translateY(-50%);
}header .nav-study {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .nav-study:before {
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    left: 0;
    opacity: 0.5;
    width: 20px;
    content: '';
    height: 20px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .nav-study:after {
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    right: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
    border-radius: 50%;
    content: '';
    opacity: 0.5;
}header .head-learning {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}header .head-learning:before {
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    transition: opacity 0.4s ease;
    position: absolute;
}header .head-learning:hover:before {
    opacity: 0.7;
}header .nav-master {
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
}header .nav-master:before {
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 6px;
    position: absolute;
    content: '';
    left: -12px;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    height: 6px;
    transform: translateY(-50%);
    background: #ffffff;
    top: 50%;
}header .nav-master:after {
    content: '';
    top: 50%;
    position: absolute;
    transform: translateY(-50%) scaleX(0);
    height: 1px;
    transition: all 0.3s ease;
    transform-origin: right;
    width: 20px;
    background: rgba(255, 255, 255, 0.5);
    left: -30px;
}header .nav-master:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .nav-master:hover:before {
    left: -20px;
    opacity: 1;
}header .nav-master:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .main-mainwrap {
    align-items: center;
    transition: all 0.3s ease;
    padding: 5px;
    text-decoration: none;
    position: relative;
    display: flex;
}header .main-mainwrap:before {
    opacity: 0;
    height: calc(100% + 20px);
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: -10px;
    position: absolute;
    border-radius: 10px;
    width: calc(100% + 20px);
    transition: all 0.3s ease;
    top: -10px;
}header .main-mainwrap:after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
}header .main-mainwrap:hover:before {
    opacity: 1;
}header .main-mainwrap:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .main-mainwrap svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}header .main-mainwrap:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .head-learning {
    gap: 20px;
}header .main-mainwrap svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head-learning {
    height: 100vh;
    z-index: 1001;
    padding: 80px 30px 30px;
    background: rgb(206,208,191);
    max-width: 320px;
    right: -100%;
    width: 80%;
    flex-direction: column;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    gap: 25px;
    top: 0;
    position: fixed;
}header .head-learning:before {
    bottom: auto;
    top: 60px;
    left: 10%;
    width: 80%;
}header .head-learning:after {
    height: 30px;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    top: 20px;
    right: 20px;
}header .menu.active {
    right: 0;
}header .nav-master {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .nav-master:hover {
    transform: translateX(0);
}header .nav-master:last-child {
    border-bottom: none;
}header .main-mainwrap {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .main-mainwrap svg {
    height: 30px;
}}.mentorship-profile {
    background: linear-gradient(135deg, rgb(232,233,225) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.mentorship-profile::before {
    top: -100px;
    background: rgb(206,208,191,0.5);
    right: -100px;
    content: "";
    width: 400px;
    z-index: 0;
    filter: blur(120px);
    height: 400px;
    position: absolute;
}.mentorship-profile::after {
    height: 300px;
    position: absolute;
    bottom: -50px;
    background: rgb(170,173,152,0.5);
    content: "";
    filter: blur(100px);
    width: 300px;
    z-index: 0;
    left: -50px;
}.mentorship-profile .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.mentorship-profile .feedback-ratings {
    transform: perspective(1000px) rotateY(2deg);
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 0.9);
    gap: 30px;
    grid-template-columns: 1fr;
}.mentorship-profile .feedback-ratings:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship-profile .feedback-ratings > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.mentorship-profile .feedback-ratings .img-grid {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 180px;
    height: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}.mentorship-profile .feedback-ratings:hover .img-grid {
    transform: translateZ(20px) scale(1.05);
}.mentorship-profile .feedback-ratings .img-grid::before {
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(206,208,191,0.5) 100%
  );
    position: absolute;
}.mentorship-profile .feedback-ratings > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.mentorship-profile .feedback-ratings .name {
    display: inline-block;
    color: rgb(206,208,191);
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: calc(23px * 1.1);
}.mentorship-profile .feedback-ratings .name::after {
    width: 80px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(170,173,152);
    bottom: -8px;
    position: absolute;
    content: "";
}.mentorship-profile .feedback-ratings > div:nth-child(2) > div {
    margin-top: 15px;
    color: #000000;
    font-style: italic;
    font-size: calc(15px * 0.95);
    font-weight: 600;
}.mentorship-profile .feedback-ratings > div:nth-child(3) {
    position: relative;
}.mentorship-profile .feedback-ratings .career-table {
    position: relative;
    transform: translateZ(5px);
    margin: 0;
    font-size: 15px;
    padding: 20px 0;
    color: #000000;
    line-height: 1.7;
}.mentorship-profile .feedback-ratings .career-table::before,
.mentorship-profile .feedback-ratings .career-table::after {
    font-family: Georgia, serif;
    line-height: 1;
    content: "";
    position: absolute;
    color: rgb(206,208,191,0.5);
    font-size: 80px;
}.mentorship-profile .feedback-ratings .career-table::before {
    top: -20px;
    left: -15px;
}.mentorship-profile .feedback-ratings .career-table::after {
    bottom: -60px;
    content: "";
    right: -15px;
}

@media (min-width: 768px) {.mentorship-profile .feedback-ratings {
    gap: 30px 40px;
    grid-template-columns: 220px 1fr;
    padding: 50px;
    grid-template-rows: auto 1fr;
}.mentorship-profile .feedback-ratings > div:first-child {
    grid-row: span 2;
}.mentorship-profile .feedback-ratings > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.mentorship-profile .feedback-ratings .name::after {
    left: 0;
    transform: none;
}.mentorship-profile .feedback-ratings .career-table {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(170,173,152,0.5);
}
}

@media (min-width: 992px) {.mentorship-profile {
    padding: 140px 0;
}.mentorship-profile .feedback-ratings {
    grid-template-columns: 260px 1fr;
    gap: 40px 60px;
    padding: 60px;
}.mentorship-profile .feedback-ratings .img-grid {
    width: 220px;
    height: 220px;
}.mentorship-profile .feedback-ratings .name {
    font-size: calc(23px * 1.2);
}.mentorship-profile .feedback-ratings .career-table {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.mentorship-profile {
    padding: 80px 0;
}.mentorship-profile .feedback-ratings {
    padding: 30px 25px;
}.mentorship-profile .feedback-ratings .img-grid {
    width: 150px;
    height: 150px;
}.mentorship-profile .feedback-ratings .career-table {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.mentorship-profile .feedback-ratings .career-table::before,
  .mentorship-profile .feedback-ratings .career-table::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.mentorship-profile {
    padding: 60px 0;
}.mentorship-profile .feedback-ratings {
    padding: 25px 20px;
    gap: 20px;
}.mentorship-profile .feedback-ratings .img-grid {
    height: 120px;
    width: 120px;
}.mentorship-profile .feedback-ratings .name {
    font-size: 23px;
}.mentorship-profile .feedback-ratings > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}}.training-results {
    overflow: hidden;
    background: linear-gradient(110deg, rgb(232,233,225) 0%, rgb(232,233,225) 48%, rgb(206,208,191,0.5) 48%, rgb(206,208,191,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.training-results::before {
    left: 0;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 40px);
    width: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.03;
    content: '';
}.training-results::after {
    background: radial-gradient(circle at 80% 20%, rgb(170,173,152,0.5) 0%, transparent 60%);
    content: '';
    right: 0;
    height: 100%;
    top: 0;
    opacity: 0.4;
    width: 80%;
    position: absolute;
    z-index: 0;
}.training-results .about-section {
    z-index: 1;
    max-width: 1280px;
    padding: 0 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 60px;
}.training-results .label-holder {
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.training-results h2 {
    position: relative;
    font-size: 39px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 40px;
}.training-results h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgb(170,173,152);
    height: 4px;
    width: 80px;
    border-radius: 10px;
}.training-results .text_main_holder {
    flex-direction: column;
    gap: 25px;
    position: relative;
    display: flex;
}.training-results .text_main_holder::before {
    position: absolute;
    opacity: 0.15;
    content: '';
    left: -80px;
    top: -100px;
    animation: rotate 40s linear infinite;
    border: 2px solid rgb(170,173,152,0.5);
    z-index: -1;
    height: 180px;
    border-radius: 40%;
    width: 180px;
}.training-results .text_main_holder > div {
    animation: slideIn 0.4s forwards;
    gap: 20px;
    align-items: flex-start;
    animation-delay: calc(var(--i, 0) * 0.1s);
    border-radius: 10px;
    transform: translateX(-20px);
    padding: 20px;
    opacity: 0;
    border-left: 3px solid rgb(170,173,152);
    display: flex;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}.training-results .text_main_holder > div:nth-child(1) {
    --i: 1;
}.training-results .text_main_holder > div:nth-child(2) {
    --i: 2;
}.training-results .text_main_holder > div:nth-child(3) {
    --i: 3;
}.training-results .text_main_holder > div:nth-child(4) {
    --i: 4;
}.training-results .text_main_holder > div:nth-child(5) {
    --i: 5;
}.training-results .text_main_holder > div:nth-child(6) {
    --i: 6;
}.training-results .text_main_holder > div:hover {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.08);
}.training-results .text_main_holder svg {
    flex-shrink: 0;
    height: 32px;
    transition: transform 0.3s ease;
    width: 32px;
}.training-results .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.training-results .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(206,208,191);
}.training-results .text_main_holder > div:hover svg path {
    fill: rgb(170,173,152);
}.training-results .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
}.training-results .img-grid {
    height: 120%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    right: -20%;
    border-radius: 30px 0 0 30px;
    width: 120%;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.2);
    top: -10%;
}.training-results .img-grid::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(110deg, rgb(206,208,191,0.5) 0%, transparent 60%);
    content: '';
    left: 0;
    top: 0;
    height: 100%;
}.training-results .img-grid::after {
    background: linear-gradient(to top, rgb(170,173,152,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    content: '';
    height: 40%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.training-results {
    background: linear-gradient(180deg, rgb(232,233,225) 0%, rgb(206,208,191,0.5) 100%);
}.training-results .about-section {
    grid-template-columns: 1fr;
    gap: 40px;
}.training-results .img-grid {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    right: 0;
    top: 0;
    order: -1;
}.training-results h2 {
    margin-bottom: 30px;
}
}

@media (max-width: 768px) {.training-results {
    padding: 80px 0;
}.training-results h2 {
    font-size: calc(39px * 0.8);
}.training-results .img-grid {
    height: 350px;
}.training-results .text_main_holder > div {
    padding: 15px;
    gap: 15px;
}.training-results .text_main_holder svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 576px) {.training-results {
    padding: 60px 0;
}.training-results h2 {
    font-size: 30px;
}.training-results .img-grid {
    height: 280px;
}}.education-framework {
    background: linear-gradient(150deg, rgb(232,233,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 170px 0;
    overflow: visible;
    position: relative;
}.education-framework::before {
    content: '';
    z-index: 1;
    position: absolute;
    opacity: 0.15;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 20%, rgb(206,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgb(170,173,152,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    top: 0;
}.education-framework .about-section {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 20px;
    max-width: 1200px;
    align-items: center;
    position: relative;
    z-index: 2;
}.education-framework .label-holder {
    flex-direction: column;
    position: relative;
    width: 80%;
    display: flex;
    align-items: center;
}.education-framework .label-holder h2 {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    padding: 0;
    z-index: 4;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 100px;
}.education-framework .label-holder p {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    padding: 60px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    font-size: 12px;
    z-index: 3;
    position: relative;
    line-height: 1.8;
}.education-framework .label-holder::before {
    opacity: 0.05;
    background: rgb(206,208,191,0.5);
    height: 100%;
    left: 5%;
    transform: skewY(-3deg);
    z-index: 1;
    width: 90%;
    position: absolute;
    top: 50px;
    content: '';
}.education-framework .label-holder::after {
    opacity: 0.05;
    left: 2.5%;
    top: 25px;
    background: rgb(170,173,152,0.5);
    width: 95%;
    height: 100%;
    z-index: 0;
    transform: skewY(-6deg);
    content: '';
    position: absolute;
}.education-framework .label-holder h2::before {
    width: 150%;
    height: 2px;
    opacity: 0.6;
    z-index: 5;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(206,208,191,0.5) 20%, 
        rgb(206,208,191) 50%, 
        rgb(206,208,191,0.5) 80%, 
        transparent 100%
    );
    position: absolute;
    bottom: -30px;
    left: -25%;
}.education-framework .label-holder h2::after {
    animation: pulse-rotate 8s infinite linear;
    left: 50%;
    margin-left: -15px;
    opacity: 0.7;
    background: rgb(206,208,191);
    height: 30px;
    bottom: -50px;
    content: '';
    z-index: 6;
    box-shadow: 0 0 20px rgb(206,208,191);
    width: 30px;
    transform: rotate(45deg);
    position: absolute;
}.education-framework .label-holder p::before {
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
}.education-framework .label-holder p::after {
    left: -10%;
    opacity: 0.4;
    bottom: -50px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(170,173,152,0.5) 20%, 
        rgb(170,173,152) 50%, 
        rgb(170,173,152,0.5) 80%, 
        transparent 100%
    );
    z-index: 5;
    width: 120%;
    content: '';
    height: 1px;
    position: absolute;
}.education-framework::after {
    z-index: 0;
    left: 0;
    top: -100px;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(to bottom, rgb(232,233,225), transparent);
    height: 200px;
}.education-framework .about-section::before {
    border-radius: 50%;
    height: 350px;
    position: absolute;
    right: -175px;
    width: 350px;
    opacity: 0.03;
    content: '';
    z-index: 0;
    top: -175px;
    background: rgb(206,208,191);
    filter: blur(100px);
}.education-framework .about-section::after {
    bottom: -150px;
    position: absolute;
    opacity: 0.03;
    z-index: 0;
    content: '';
    background: rgb(170,173,152);
    width: 300px;
    left: -150px;
    filter: blur(80px);
    border-radius: 50%;
    height: 300px;
}@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}

.education-framework .label-holder p {
    position: relative;
    overflow: hidden;
}.education-framework .label-holder p span {
    position: relative;
    z-index: 2;
}.education-framework .label-holder p::before {
    animation: rotate-slow 30s linear infinite;
    content: '';
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0.3;
    top: -50%;
    width: 200%;
    z-index: 0;
    left: -50%;
    position: absolute;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.education-framework .layer-element {
    top: -30px;
    opacity: 0.1;
    transform: rotate(15deg);
    z-index: 1;
    height: 150px;
    border: 2px solid rgb(206,208,191,0.5);
    right: -30px;
    position: absolute;
    animation: float-layer 15s infinite alternate;
    width: 150px;
}.education-framework .layer-element::before {
    width: 50%;
    background: rgb(206,208,191);
    height: 50%;
    opacity: 0.2;
    left: 25%;
    position: absolute;
    content: '';
    top: 25%;
}

@keyframes float-layer {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(20deg) translateY(-20px);
    }
}

@media screen and (max-width: 1200px) {.education-framework .label-holder {
    width: 90%;
}.education-framework .label-holder p {
    max-width: 90%;
    padding: 50px;
}.education-framework .layer-element {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.education-framework {
    padding: 140px 0;
}.education-framework .label-holder {
    width: 100%;
}.education-framework .label-holder h2 {
    margin-bottom: 80px;
}.education-framework .label-holder p {
    padding: 40px;
    max-width: 95%;
}.education-framework .layer-element {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.education-framework {
    overflow: hidden;
    padding: 120px 0;
}.education-framework .label-holder h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 60px;
}.education-framework .label-holder p {
    max-width: 100%;
    padding: 30px;
    font-size: calc(12px * 0.95);
}.education-framework .label-holder h2::after {
    height: 25px;
    width: 25px;
    bottom: -40px;
    margin-left: -12.5px;
}.education-framework .layer-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.education-framework {
    padding: 100px 0;
}.education-framework .label-holder h2 {
    font-size: calc(32px * 0.8);
    letter-spacing: 1px;
    margin-bottom: 50px;
}.education-framework .label-holder p {
    padding: 25px;
    font-size: calc(12px * 0.9);
}.education-framework .label-holder h2::before {
    bottom: -20px;
}.education-framework .label-holder h2::after {
    bottom: -35px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
}.education-framework .label-holder p::after {
    bottom: -30px;
}}header .top_plank {
    background: rgb(206,208,191);
    color:  #ffffff;
}header .top_plank .top-edu-bar div svg, header .top_plank .top-edu-bar div svg path {
    fill: #ffffff;
}header .top_plank .top-edu-bar div span {
    color: #ffffff;
}header .top_plank .top-edu-bar {
    width: 100%;
    font-size: 13px;
    display: flex;
    line-height: 21px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    align-items: center;
}header .top_plank .top-edu-bar div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}header .top_plank .top-edu-bar div img, header .top_plank .top-edu-bar div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.cookieAgreementModal {
    background: rgb(232,233,225);
    width: 100%;
    border-top: 3px solid rgb(206,208,191);
    position: fixed;
    z-index: 1050;
    overflow: hidden;
    bottom: 0;
    font-family: Arial, sans-serif;
    padding: 20px;
}.cookie-gate {
    flex-wrap: nowrap;
    z-index: 1;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.web-tracking {
    margin-right: 20px;
    flex-shrink: 0;
}#consentNotification {
    display: none;
}#consentNotification:checked ~ .cookieAgreementModal {
    visibility: hidden;
    opacity: 0;
}.web-tracking svg {
    fill: rgb(206,208,191);
    transition: fill 0.3s ease-in-out;
    height: 60px;
    width: 60px;
}.cookie-list {
    flex-grow: 1;
    margin-right: 20px;
}.cookie-list h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
    color: rgb(206,208,191);
}.cookie-list p {
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
}.gdpr-banner {
    margin-left: 10px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    padding: 10px 20px;
}.gdpr-banner {
    color: #ffffff;
    border: 1px solid rgb(206,208,191);
    background-color: rgb(206,208,191);
}.gdpr-banner:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookieAgreementModal p a {
    color: rgb(206,208,191);
    text-decoration: underline;
}.cookieAgreementModal p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie-list h5 {
    font-size: calc(24px - 2px);
}.cookie-list p {
    font-size: calc(18px - 2px);
}.gdpr-banner {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
}
}
@media (max-width: 800px) {.cookie-gate {
    align-items: center;
    flex-direction: column;
}.web-tracking {
    margin-bottom: 15px;
}.cookie-list {
    text-align: center;
    margin-bottom: 20px;
}.gdpr-banner {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.contact-information {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: rgb(232,233,225);
}.contact-information::before {
    height: 100%;
    z-index: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.contact-information .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.contact-information h2 {
    color: rgb(170,173,152);
    font-size: 34px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}.contact-information h2::after {
    transform: translateX(-50%);
    background: rgb(206,208,191);
    content: "";
    width: 60px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    height: 3px;
}.contact-information .request-widget {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #ffffff;
    display: grid;
    border-radius: 27px;
    overflow: hidden;
}.contact-information .img-grid {
    min-height: 500px;
    grid-row: 1;
    grid-column: 2;
    transition: transform 0.6s ease;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    height: 100%;
}.contact-information .feedback-reach {
    padding: 50px 40px;
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
}.contact-information #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.contact-information h3 {
    font-size: 24px;
    color: rgb(206,208,191);
    font-weight: 600;
    margin-bottom: 15px;
}.contact-information input[type="text"] {
    font-size: 15px;
    background: #ffffff;
    border: 1px solid rgb(232,233,225);
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    transition: all 0.3s ease;
    color: #000000;
}.contact-information input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(206,208,191);
}.contact-information input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-information .request-feedback {
    margin-top: 10px;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}.contact-information .request-feedback input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    width: 24px;
    flex-shrink: 0;
    border: 2px solid rgb(232,233,225);
    border-radius: 10px;
    height: 24px;
    margin-top: 2px;
    appearance: none;
}.contact-information .request-feedback input[type="checkbox"]:checked {
    background: rgb(206,208,191);
    border-color: rgb(206,208,191);
}.contact-information .request-feedback input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 16px;
    left: 50%;
    content: "✓";
    top: 50%;
    position: absolute;
}.contact-information .request-feedback label {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}.contact-information .request-feedback a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(206,208,191);
}.contact-information .request-feedback a:hover {
    color: rgb(170,173,152);
}.contact-information .support-box {
    background: rgb(206,208,191);
    cursor: pointer;
    margin-top: 10px;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 35px;
    align-self: flex-start;
    font-size: 14px;
}.contact-information .support-box::before {
    content: "";
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
}.contact-information .support-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(170,173,152);
}.contact-information .support-box:hover::before {
    left: 100%;
}.contact-information svg {
    width: 22px;
    fill: rgb(206,208,191);
    vertical-align: middle;
    height: 22px;
    margin-right: 10px;
}.contact-information svg path {
    fill: rgb(206,208,191);
}

@media (max-width: 992px) {.contact-information .request-widget {
    grid-template-columns: 1fr;
}.contact-information .img-grid {
    grid-row: 1;
    border-radius: 0;
    min-height: 300px;
    grid-column: 1;
    border-top-right-radius: 27px;
    border-top-left-radius: 27px;
}.contact-information .feedback-reach {
    grid-column: 1;
    padding: 40px 30px;
    grid-row: 2;
}
}

@media (max-width: 768px) {.contact-information {
    padding: 50px 0;
}.contact-information h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 4px);
}.contact-information .feedback-reach {
    padding: 30px 25px;
}.contact-information .img-grid {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-information {
    padding: 40px 0;
}.contact-information .container {
    padding: 0 15px;
}.contact-information h2::after {
    width: 40px;
}.contact-information .feedback-reach {
    padding: 25px 20px;
}.contact-information #contact {
    gap: 20px;
}.contact-information .support-box {
    width: 100%;
    padding: 14px 20px;
}.contact-information .img-grid {
    min-height: 200px;
}}.course-highlights {
    background-color: #000000;
    display: flex;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}.course-highlights .quick-progress {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}.course-highlights .skill-academy {
    display: flex;
    height: 100%;
    width: 500%;
    animation: split-carousel 40s linear infinite;
}.course-highlights .quick-progress:hover .skill-academy {
    animation-play-state: paused;
}.course-highlights .study-route {
    position: relative;
    overflow: hidden;
    flex: 1;
}.course-highlights .study-route:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.course-highlights .study-route:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.course-highlights .study-route img {
    object-fit: cover;
    width: 100%;
    transform: scale(1.1);
    height: 100%;
    transition: all 0.7s ease;
    filter: grayscale(0.3) contrast(1.2);
}.course-highlights .study-route:hover img {
    filter: grayscale(0) contrast(1.3);
    transform: scale(1.05);
}.course-highlights .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    padding: 0 1rem;
    max-width: 1200px;
}.course-highlights .about-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}.course-highlights .fast-development {
    border-radius: 11px;
    padding: 3rem;
    border: 1px solid rgb(206,208,191,0.5);
    position: relative;
    text-align: center;
    backdrop-filter: blur(10px);
    max-width: 550px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}.course-highlights .fast-development::before {
    z-index: -1;
    opacity: 0.1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(206,208,191,0.5) 90deg,
        transparent 180deg,
        rgb(170,173,152,0.5) 270deg,
        transparent 360deg
    );
    height: 200%;
    content: "";
    top: -50%;
    left: -50%;
    width: 200%;
    animation: rotate-background 20s linear infinite;
    position: absolute;
}.course-highlights .fast-development h3 {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 36px;
}.course-highlights .fast-development h3::after {
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(206,208,191);
    height: 2px;
    content: "";
    bottom: -10px;
    left: 50%;
}.course-highlights .fast-development p {
    font-size: 18px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
}.course-highlights .fast-development .support-box {
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    padding: 0.9rem 2.5rem;
    background-color: transparent;
    position: relative;
    border: 2px solid rgb(206,208,191);
}.course-highlights .fast-development .support-box::before {
    z-index: -1;
    position: absolute;
    left: 50%;
    height: 0;
    content: "";
    background-color: rgb(206,208,191);
    transition: width 0.6s ease, height 0.6s ease;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
    width: 0;
}.course-highlights .fast-development .support-box:hover {
    color: #000000;
}.course-highlights .fast-development .support-box:hover::before {
    height: 300%;
    width: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.course-highlights .fast-development {
    padding: 2.5rem;
    max-width: 500px;
}
}

@media (max-width: 768px) {.course-highlights {
    min-height: 100vh;
}.course-highlights .skill-academy {
    animation-duration: 30s;
}.course-highlights .fast-development {
    padding: 2rem;
    max-width: 90%;
}.course-highlights .fast-development h3 {
    font-size: calc(36px * 0.85);
}.course-highlights .study-route::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.course-highlights .container {
    padding: 0 1rem;
}.course-highlights .fast-development {
    max-width: 100%;
    padding: 1.5rem;
}.course-highlights .fast-development h3 {
    font-size: calc(36px * 0.7);
}.course-highlights .fast-development .support-box {
    display: block;
    width: 100%;
    padding: 0.8rem 1.5rem;
}.course-highlights .study-route img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.course-highlights .fast-development {
    max-width: 650px;
    padding: 3.5rem;
}.course-highlights .fast-development h3 {
    font-size: calc(36px * 1.2);
}.course-highlights .fast-development p {
    font-size: calc(18px * 1.1);
}.course-highlights .fast-development .support-box {
    padding: 1rem 3rem;
}}.price-package {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(232,233,225), #ffffff);
}.price-package::before {
    width: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.price-package .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
}.price-package .package-price {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.price-package .price-opts {
    order: 1;
    text-align: center;
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    padding: 2rem;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
}.price-package .price-opts h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 37px;
    position: relative;
    color: rgb(206,208,191);
}.price-package .price-opts h2::after {
    width: 60%;
    bottom: -10px;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(206,208,191), transparent);
}.price-package .price-opts .fee-offers {
    font-weight: 400;
    margin: 0 auto;
    max-width: 80%;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}.price-package .group-plans {
    grid-template-columns: 1fr;
    gap: 2rem;
    order: 2;
    display: grid;
}.price-package .value-deals {
    animation-delay: calc(0.1s * var(--i, 1));
    text-decoration: none;
    transform: translateY(30px);
    display: block;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    will-change: transform, opacity;
    animation: fadeInUp 0.8s forwards;
}.price-package .value-deals:nth-child(1) {
    --i: 1;
}.price-package .value-deals:nth-child(2) {
    --i: 2;
}.price-package .value-deals:nth-child(3) {
    --i: 3;
}.price-package .value-deals:nth-child(4) {
    --i: 4;
}.price-package .value-deals:hover {
    transform: translateY(-5px) scale(1.02);
}.price-package .cost-rates {
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    height: 100%;
    display: flex;
    background: #ffffff;
}.price-package .value-deals:hover .cost-rates {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.price-package .plan-fees {
    flex-grow: 1;
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
    padding: 2.5rem 2rem;
}.price-package .plan-fees::before {
    position: absolute;
    content: "";
    height: 120px;
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(206,208,191,0.5) 50%);
    top: 0;
    z-index: -1;
    right: 0;
    width: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translate(30px, -30px);
}.price-package .value-deals:hover .plan-fees::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.price-package .value-deals h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(24px + 0.2rem);
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
}.price-package .value-deals:hover h3 {
    color: rgb(206,208,191);
}.price-package .value-rates {
    font-size: calc(16px + 0.8rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: rgb(206,208,191);
    position: relative;
}.price-package .value-rates::before {
    content: "";
    width: 40px;
    position: absolute;
    bottom: -5px;
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(170,173,152);
    left: 0;
}.price-package .value-deals:hover .value-rates::before {
    width: 80px;
}.price-package .value-deals p {
    word-wrap: break-word;
    font-size: 18px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    line-height: 1.6;
    -ms-word-break: break-all;
    color: #000000;
    word-break: break-word;
}.price-package .img-grid {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.price-package .img-grid::after {
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}.price-package .value-deals:hover .img-grid {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price-package .group-plans {
    grid-template-columns: repeat(2, 1fr);
}.price-package .price-opts {
    padding: 3rem;
}.price-package .plan-fees {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.price-package .package-price {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.price-package .price-opts {
    display: flex;
    padding: 4rem 3rem;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    order: 2;
    text-align: left;
}.price-package .price-opts h2::after {
    left: 0;
    transform: none;
    background: linear-gradient(90deg, rgb(206,208,191), transparent);
    width: 100px;
}.price-package .price-opts .fee-offers {
    margin: 0;
    max-width: 100%;
}.price-package .group-plans {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.price-package .group-plans {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.price-package .plan-fees {
    padding: 3rem 2.5rem;
}.price-package .price-opts h2 {
    font-size: calc(37px + 0.3rem);
}
}

@media (max-width: 767px) {.price-package {
    padding: 4rem 0;
}.price-package .price-opts h2 {
    font-size: calc(37px - 0.2rem);
}.price-package .price-opts .fee-offers {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}.price-package .value-deals h3 {
    font-size: 24px;
}.price-package .value-rates {
    font-size: calc(16px + 0.5rem);
}.price-package .img-grid {
    height: 160px;
}}.secure-safe {
    padding: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.secure-safe h1 {
    margin-bottom: 20px;
    color: rgb(206,208,191);
    border-bottom: 2px solid rgb(206,208,191);
    margin-top: 30px;
    font-weight: 700;
    font-size: 48px;
    padding-bottom: 10px;
}.secure-safe h2 {
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
    color: #000000;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 37px;
}.secure-safe ul, .secure-safe ol {
    margin: 20px 0;
    padding-left: 20px;
    list-style-position: inside;
}.secure-safe ul li, .secure-safe ol li {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
}.secure-safe p, .secure-safe span, .secure-safe div {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}

@media only screen and (max-width: 800px) {.secure-safe {
    padding: 20px 10px;
}.secure-safe h1 {
    margin-bottom: 15px;
    font-size: 37px;
}.secure-safe h2 {
    font-size: 23px;
    margin-bottom: 10px;
}.secure-safe ul li, .secure-safe ol li {
    font-size: 16px;
}}

.secure-safe h3, .secure-safe h4, .secure-safe h5, .secure-safe h6 {
    font-weight: 600;
    margin-top: 20px;
    color: #000000;
    margin-bottom: 10px;
    font-size: 23px;
}.secure-safe section {
    border-radius: 10px;
    background: rgb(232,233,225);
    padding: 20px;
}.secure-safe a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(206,208,191);
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.secure-safe h1, .secure-safe h2, .secure-safe h3, .secure-safe h4, .secure-safe h5, .secure-safe h6 {
    animation: fadeIn 0.6s ease-in-out;
}.welcome-section {
    isolation: isolate;
    background: linear-gradient(135deg, rgb(232,233,225) 0%, rgba(246, 249, 252, 0.9) 100%);
    padding: 6rem 1rem;
    position: relative;
    overflow: hidden;
}.welcome-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(94, 170, 168, 0.03),
        rgba(94, 170, 168, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
}.welcome-section::after {
    top: -50%;
    z-index: -1;
    height: 150%;
    transform: rotate(-15deg);
    width: 80%;
    position: absolute;
    right: -20%;
    content: "";
    opacity: 0.1;
    background: radial-gradient(circle at center, rgb(206,208,191,0.5) 0%, transparent 70%);
}.welcome-section h1 {
    transform: translateY(-10px);
    color: rgb(206,208,191);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    opacity: 0;
    position: relative;
    font-weight: 700;
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    text-align: center;
    margin-bottom: 3rem;
}.welcome-section h1::after {
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(170,173,152) 0%, rgb(206,208,191) 100%);
    left: 50%;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    height: 4px;
}.welcome-section .about-section {
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: 1fr;
}.welcome-section .label-holder {
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(94, 170, 168, 0.1);
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    border-radius: 19px;
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
}.welcome-section ol {
    margin: 0;
    padding: 0;
    list-style: none;
}.welcome-section ol li {
    margin-bottom: 2rem;
}.welcome-section .course-begin {
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
}.welcome-section svg {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0.9);
    height: 100px;
    margin-bottom: 1.5rem;
    width: 100px;
}.welcome-section .course-begin:hover svg {
    transform: scale(1.05);
}.welcome-section svg path {
    fill: rgb(170,173,152);
    transition: fill 0.3s ease;
}.welcome-section svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.welcome-section .course-begin:hover svg path,
.welcome-section .course-begin:hover svg text {
    fill: rgb(206,208,191);
}.welcome-section .course-begin p {
    max-width: 650px;
    line-height: 1.6;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    margin-bottom: 2rem;
    color: #000000;
}.welcome-section .support-box {
    padding: 0.8rem 2rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    color: #ffffff;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgb(206,208,191) 0%, rgb(170,173,152) 100%);
    transform: translateY(0);
    display: inline-block;
    z-index: 1;
    border-radius: 19px;
    text-decoration: none;
    overflow: hidden;
    font-size: 19px;
}.welcome-section .support-box::before {
    content: "";
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(170,173,152) 0%, rgb(206,208,191) 100%);
    opacity: 0;
    width: 100%;
    top: 0;
}.welcome-section .support-box:hover {
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.4);
    transform: translateY(-3px);
}.welcome-section .support-box:hover::before {
    opacity: 1;
}.welcome-section .support-box:active {
    box-shadow: 0 3px 10px rgba(94, 170, 168, 0.3);
    transform: translateY(-1px);
}.welcome-section .img-grid {
    transform: translateY(20px);
    border-radius: 19px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 400px;
    position: relative;
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
}.welcome-section .img-grid::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}.welcome-section .img-grid::after {
    position: absolute;
    top: 0;
    background: rgb(206,208,191);
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.2;
    mix-blend-mode: color;
    transition: opacity 0.3s ease;
    left: 0;
}.welcome-section .img-grid:hover::after {
    opacity: 0;
}

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

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

@media (min-width: 768px) {.welcome-section {
    padding: 8rem 2rem;
}.welcome-section .about-section {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.welcome-section .label-holder {
    padding: 3rem;
}.welcome-section .course-begin {
    text-align: left;
    align-items: flex-start;
}.welcome-section .img-grid {
    height: 500px;
}
}

@media (min-width: 992px) {.welcome-section {
    padding: 10rem 3rem;
}.welcome-section h1 {
    margin-bottom: 4rem;
}.welcome-section .about-section {
    gap: 5rem;
}.welcome-section svg {
    height: 120px;
    width: 120px;
}.welcome-section .img-grid {
    height: 600px;
}.welcome-section .label-holder {
    animation: fadeSlideRight 0.8s ease-out 0.4s forwards;
    opacity: 0;
    transform: translateX(-20px);
}.welcome-section .img-grid {
    transform: translateX(20px);
    animation: fadeSlideLeft 0.8s ease-out 0.6s forwards;
    opacity: 0;
}
    
    @keyframes fadeSlideRight {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    @keyframes fadeSlideLeft {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

@media (min-width: 1200px) {.welcome-section .about-section {
    gap: 8rem;
}.welcome-section .label-holder {
    padding: 4rem;
}
}

@media (max-width: 767px) {.welcome-section .course-begin {
    padding: 0 1rem;
}.welcome-section svg {
    width: 80px;
    height: 80px;
}
}