﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.top_lesson {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1114px;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.wrapper-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.footer_classes {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.join_now {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(198,191,167), rgb(164,156,129) 70%, rgb(198,191,167,0.5) 100%);
    margin: 4rem 0;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.join_now::before {
    pointer-events: none;
    background: linear-gradient(45deg, transparent 30%, rgb(164,156,129,0.5) 40%, transparent 60%);
    transform: rotate(-5deg);
    animation: shimmer 8s infinite linear;
    width: 120%;
    height: 140%;
    z-index: 1;
    top: -10%;
    position: absolute;
    content: "";
    left: -5%;
}.join_now::after {
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(198,191,167,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(164,156,129,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(198,191,167,0.5) 2%, transparent 10%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0.4;
    content: "";
}.join_now .container {
    gap: 2.5rem;
    transform: translateY(10px);
    max-width: 1200px;
    animation: container-appear 0.8s ease-out forwards;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    position: relative;
}.join_now h6 {
    animation: text-appear 0.7s ease-out 0.2s forwards;
    letter-spacing: 0.5px;
    padding: 0 1rem;
    margin: 0;
    max-width: 800px;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(10px);
    line-height: 1.6;
    text-align: center;
    font-size: clamp(21px, 4vw, calc(21px * 1.2));
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.join_now div div {
    justify-content: center;
    margin-top: 1rem;
    opacity: 0;
    display: flex;
    transform: translateY(15px);
    animation: button-appear 0.8s ease-out 0.4s forwards;
}.join_now div span {
    position: relative;
    display: inline-block;
}.join_now .query_inquiry {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    border: none;
    font-weight: 600;
    padding: 1rem 2.5rem;
    position: relative;
    align-items: center;
    color: rgb(198,191,167);
    display: inline-flex;
    background: #ffffff;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    transform: translateZ(0);
}.join_now .query_inquiry::before {
    right: -2px;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(198,191,167), rgb(164,156,129), rgb(198,191,167));
    bottom: -2px;
    animation: gradient-shift 5s ease infinite;
    transform: translate3d(0, 0, 0);
    top: -2px;
    left: -2px;
    z-index: -1;
}.join_now .query_inquiry span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}.join_now .query_inquiry:hover {
    color: rgb(164,156,129);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.join_now .query_inquiry:hover span {
    transform: translateX(5px);
}.join_now .query_inquiry:active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(-5deg);
    }
    100% {
        transform: translateX(100%) rotate(-5deg);
    }
}

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

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

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

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 991px) {.join_now {
    margin: 3rem 0;
    padding: 4rem 1.5rem;
}.join_now .container {
    gap: 2rem;
}.join_now h6 {
    font-size: 21px;
}
}

@media screen and (max-width: 768px) {.join_now {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 1.25rem;
}.join_now .container {
    gap: 1.8rem;
}.join_now .query_inquiry {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.join_now {
    transform: none;
    padding: 3rem 1rem;
}.join_now .container {
    gap: 1.5rem;
}.join_now h6 {
    line-height: 1.5;
    letter-spacing: 0.3px;
}.join_now .query_inquiry {
    padding: 0.8rem 1.75rem;
}}.contact_box {
    position: relative;
    padding: 90px 0;
    background: rgb(232,228,214);
    overflow: hidden;
}.contact_box::before {
    height: 100%;
    opacity: 0.2;
    width: 100%;
    content: '';
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(198,191,167,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(164,156,129,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
}.contact_box::after {
    height: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    top: 0;
    content: '';
    left: 0;
    width: 100%;
}.contact_box .pic_card {
    border-radius: 100px 0 0 100px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 95%;
    width: 45%;
    right: 0;
    top: 2.5%;
    z-index: 1;
}.contact_box .pic_card::after {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(198,191,167,0.5), transparent 70%);
    left: 0;
    width: 100%;
    border-radius: 100px 0 0 100px;
}.contact_box .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.contact_box h3 {
    color: #000000;
    margin-bottom: 50px;
    font-size: 29px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact_box .reach_message {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.contact_box .reach_message::before {
    left: -100px;
    border-radius: 50%;
    height: 200px;
    background: rgb(198,191,167,0.5);
    width: 200px;
    top: -100px;
    position: absolute;
    opacity: 0.05;
    content: '';
}.contact_box .reach_message::after {
    position: absolute;
    right: -75px;
    height: 150px;
    width: 150px;
    content: '';
    border-radius: 50%;
    bottom: -75px;
    opacity: 0.05;
    background: rgb(164,156,129,0.5);
}.contact_box .reach_inquiry {
    width: 60%;
    position: relative;
    padding: 50px;
}.contact_box form h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 19px;
    color: rgb(198,191,167);
}.contact_box form h3::before,
.contact_box form h3::after {
    display: none;
}.contact_box input[type="text"],
.contact_box textarea {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 15px 25px;
    border-radius: 30px;
    width: 100%;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    background: rgba(245, 245, 245, 0.5);
    font-size: 15px;
}.contact_box input[type="text"]:focus,
.contact_box textarea:focus {
    box-shadow: 0 0 15px rgb(198,191,167,0.5);
    border-color: rgb(198,191,167,0.5);
    outline: none;
    background: rgba(255, 255, 255, 1);
}.contact_box textarea {
    border-radius: 20px;
    resize: none;
    height: 140px;
}.contact_box .query_reach {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_box .query_reach input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box .query_reach label {
    padding-left: 35px;
    position: relative;
    color: #000000;
    cursor: pointer;
    line-height: 1.6;
    font-size: 13px;
}.contact_box .query_reach label::before {
    border: 2px solid rgb(198,191,167,0.5);
    border-radius: 50%;
    left: 0;
    top: 2px;
    width: 22px;
    content: '';
    transition: all 0.3s ease;
    height: 22px;
    position: absolute;
    background: #ffffff;
}.contact_box .query_reach input[type="checkbox"]:checked + label::before {
    background: rgb(198,191,167);
    border-color: rgb(198,191,167);
}.contact_box .query_reach input[type="checkbox"]:checked + label::after {
    height: 10px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 6px;
    left: 8px;
    content: '';
    width: 6px;
}.contact_box .query_reach a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(198,191,167);
}.contact_box .query_reach a:hover {
    color: rgb(164,156,129);
}.contact_box .query_inquiry {
    position: relative;
    font-size: 17px;
    z-index: 1;
    font-weight: 600;
    padding: 15px 40px;
    background: rgb(198,191,167);
    border-radius: 50px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_box .query_inquiry::before {
    z-index: -1;
    left: 0;
    border-radius: 50px;
    height: 100%;
    background: rgb(164,156,129);
    content: '';
    position: absolute;
    transition: all 0.5s ease;
    transform: translateY(100%);
    width: 100%;
    top: 0;
}.contact_box .query_inquiry:hover {
    box-shadow: 0 5px 20px rgb(198,191,167,0.5);
    transform: translateY(-3px);
}.contact_box .query_inquiry:hover::before {
    transform: translateY(0);
}.contact_box .feedback_form {
    z-index: 3;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(198,191,167), rgb(164,156,129));
    border-radius: 70px 0 0 70px;
    justify-content: center;
    padding: 50px;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    position: absolute;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    width: 40%;
    display: flex;
}.contact_box .feedback_form::before {
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    width: 100%;
    border-radius: 70px 0 0 70px;
    left: 0;
}.contact_box .feedback_form h4 {
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
}.contact_box .feedback_form h4::after {
    background: #ffffff;
    position: absolute;
    border-radius: 3px;
    bottom: -10px;
    content: '';
    width: 40px;
    height: 3px;
    left: 0;
}.contact_box .inquiry_block {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_box .inquiry_block li {
    align-items: flex-start;
    display: flex;
    padding: 5px;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_box .inquiry_block li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.contact_box .inquiry_block svg {
    width: 24px;
    margin-right: 15px;
    margin-top: 3px;
    height: 24px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}.contact_box .inquiry_block li:hover svg {
    transform: scale(1.2);
}.contact_box .inquiry_block svg path {
    fill: #ffffff;
}.contact_box .inquiry_block span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}.contact_box .inquiry_block a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact_box .inquiry_block a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact_box .reach_message {
    width: 70%;
}.contact_box .feedback_form {
    width: 35%;
}
}

@media (max-width: 992px) {.contact_box .pic_card {
    display: none;
}.contact_box .container {
    align-items: center;
    display: flex;
    flex-direction: column;
}.contact_box .reach_message {
    max-width: 600px;
    width: 100%;
    flex-direction: column;
}.contact_box .feedback_form {
    transform: none;
    max-width: 600px;
    position: relative;
    top: auto;
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
    right: auto;
}.contact_box .feedback_form::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 70px 0;
}.contact_box h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.contact_box .reach_inquiry,
    .contact_box .feedback_form {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 50px 0;
}.contact_box h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact_box .reach_inquiry,
    .contact_box .feedback_form {
    padding: 25px 20px;
}.contact_box input[type="text"],
    .contact_box textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.contact_box .query_inquiry {
    padding: 12px;
    width: 100%;
}}.future_students {
    position: relative;
    background: rgb(232,228,214);
    overflow: hidden;
    padding: 100px 0;
}.future_students::before {
    z-index: 0;
    top: 0;
    width: 100%;
    background-size: 60px 60px;
    height: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(198,191,167,0.5) 20px,
        rgb(198,191,167,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(164,156,129,0.5) 20px,
        rgb(164,156,129,0.5) 22px,
        transparent 22px
    );
    content: "";
    opacity: 0.15;
    position: absolute;
}.future_students::after {
    z-index: 0;
    left: 0;
    opacity: 0.1;
    height: 100%;
    filter: blur(1px);
    width: 100%;
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(198,191,167,0.5) 47%, rgb(198,191,167,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(164,156,129,0.5) 47%, rgb(164,156,129,0.5) 53%, transparent 53%);
    content: "";
}.future_students .edu_leadership {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.future_students h3 {
    position: relative;
    box-shadow: 0 10px 25px -10px rgb(198,191,167,0.5);
    font-size: 30px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    margin-bottom: 80px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0 20px 20px;
}.future_students h3::before {
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(198,191,167),
        rgb(164,156,129),
        rgb(198,191,167)
    );
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
}.future_students h3::after {
    border-radius: 50%;
    width: 12px;
    box-shadow: 0 0 15px rgb(198,191,167,0.5);
    background: rgb(198,191,167);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 12px;
    animation: pulseCircle 2s infinite;
    position: absolute;
    bottom: -6px;
}.future_students ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
    margin: 0;
}.future_students ul li {
    border-bottom: 3px solid rgb(164,156,129);
    border-top: 1px solid rgb(164,156,129,0.5);
    transition: all 0.4s ease;
    background: #ffffff;
    position: relative;
    font-size: 16px;
    border-right: 1px solid rgb(164,156,129,0.5);
    border-left: 3px solid rgb(198,191,167);
    font-family: Arial, sans-serif;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    color: #000000;
    padding: 25px 25px 25px 70px;
}.future_students ul li::before {
    border-radius: 50%;
    position: absolute;
    background: rgb(198,191,167);
    left: -5px;
    top: -5px;
    height: 10px;
    width: 10px;
    content: "";
}.future_students ul li::after {
    bottom: -5px;
    background: rgb(164,156,129);
    height: 10px;
    content: "";
    border-radius: 50%;
    width: 10px;
    position: absolute;
    right: -5px;
}.future_students ul li:hover {
    border-left: 3px solid rgb(164,156,129);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-bottom: 3px solid rgb(198,191,167);
    transform: translateY(-5px);
}.future_students ul li svg {
    position: absolute;
    transition: all 0.4s ease;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    left: 20px;
}.future_students ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.future_students ul li svg path {
    fill: rgb(198,191,167);
    transition: fill 0.4s ease;
}.future_students ul li:hover svg path {
    fill: rgb(164,156,129);
}.future_students ul::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.3;
    content: "";
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(198,191,167,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(164,156,129,0.5) 97%);
    position: absolute;
    background-size: 30px 30px;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(198,191,167,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(198,191,167);
    }
}

.future_students ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.future_students ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(198,191,167,0.5);
    }
}

@media (max-width: 992px) {.future_students {
    padding: 80px 0;
}.future_students ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.future_students h3 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.future_students {
    padding: 60px 0;
}.future_students ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.future_students ul li {
    padding: 20px 20px 20px 65px;
}.future_students h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
}
}

@media (max-width: 480px) {.future_students {
    padding: 50px 0;
}.future_students .edu_leadership {
    padding: 0 15px;
}.future_students h3 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.7);
}.future_students ul li {
    padding: 18px 15px 18px 60px;
}.future_students ul li svg {
    height: 30px;
    width: 30px;
    left: 15px;
}}.learning_system {
    background: linear-gradient(165deg, rgb(232,228,214) 0%, rgb(198,191,167,0.5) 120%);
    position: relative;
    overflow: visible;
    padding: 160px 0 140px;
}.learning_system::before {
    left: 0;
    height: 100%;
    opacity: 0.2;
    top: 0;
    background: radial-gradient(ellipse at 70% 20%, rgb(164,156,129,0.5) 0%, transparent 70%);
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
}.learning_system .edu_leadership {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.learning_system .info_card {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    width: 100%;
    display: flex;
}.learning_system .info_card h2 {
    padding: 35px 45px;
    margin-bottom: 0;
    font-size: 29px;
    order: 1;
    background: rgb(198,191,167,0.5);
    transform: translateY(-30px) rotate(-2deg);
    color: #ffffff;
    width: 40%;
    box-shadow: -15px 20px 40px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    position: relative;
    border-radius: 26px;
    backdrop-filter: blur(10px);
    z-index: 4;
}.learning_system .info_card p {
    position: relative;
    width: 50%;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(30px) rotate(2deg);
    backdrop-filter: blur(15px);
    z-index: 3;
    order: 2;
    font-size: 18px;
    box-shadow: 15px 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    padding: 40px;
    line-height: 1.8;
    border-radius: 26px;
}.learning_system .info_card::before {
    border-radius: 26px;
    transform: rotate(-15deg);
    opacity: 0.1;
    position: absolute;
    left: 30%;
    top: -40px;
    content: '';
    z-index: 1;
    width: 200px;
    height: 200px;
    border: 2px solid rgb(198,191,167,0.5);
    animation: float-rotate 20s infinite ease-in-out alternate;
}.learning_system .info_card::after {
    position: absolute;
    bottom: -20px;
    background: linear-gradient(90deg, transparent, rgb(198,191,167), transparent);
    content: '';
    left: 10%;
    width: 80%;
    height: 3px;
    opacity: 0.2;
    z-index: 2;
}.learning_system .info_card h2::before {
    background: rgb(198,191,167);
    top: -25px;
    opacity: 0.2;
    content: '';
    left: -25px;
    position: absolute;
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
}.learning_system .info_card h2::after {
    left: 10%;
    content: '';
    bottom: 15px;
    width: 80%;
    opacity: 0.3;
    position: absolute;
    background: #ffffff;
    height: 2px;
}.learning_system .info_card p::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    position: absolute;
    left: 0;
    border-radius: 26px;
}.learning_system .info_card p::after {
    top: -15px;
    opacity: 0.2;
    right: 40px;
    background: rgb(164,156,129);
    z-index: 5;
    border-radius: 50%;
    height: 30px;
    position: absolute;
    animation: pulse-fade 4s infinite ease-in-out;
    width: 30px;
    content: '';
}.learning_system::after {
    z-index: 1;
    bottom: 50px;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(198,191,167,0.5), transparent, rgb(198,191,167,0.5));
    width: 100%;
    content: '';
    opacity: 0.2;
    position: absolute;
}.learning_system .edu_leadership::before {
    position: absolute;
    filter: blur(50px);
    animation: pulse-subtle 10s infinite alternate;
    opacity: 0.05;
    content: '';
    background: rgb(198,191,167);
    border-radius: 50%;
    height: 150px;
    bottom: -75px;
    right: 10%;
    width: 150px;
}.learning_system .edu_leadership::after {
    height: 80px;
    width: 80px;
    left: -40px;
    transform: rotate(15deg);
    background: rgb(164,156,129);
    animation: float-rotate 15s infinite ease-in-out alternate;
    content: '';
    opacity: 0.05;
    border-radius: 26px;
    filter: blur(20px);
    top: 20%;
    position: absolute;
}

@keyframes float-rotate {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-30px);
    }
}

@keyframes pulse-fade {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.learning_system .info_card h2 {
    width: 45%;
}.learning_system .info_card p {
    width: 45%;
}.learning_system .info_card::before {
    left: 25%;
}
}

@media screen and (max-width: 992px) {.learning_system {
    padding: 140px 0 120px;
}.learning_system .info_card h2 {
    transform: translateY(-20px) rotate(-1deg);
    padding: 30px 35px;
}.learning_system .info_card p {
    transform: translateY(20px) rotate(1deg);
    padding: 30px 35px;
}.learning_system .info_card::before {
    width: 150px;
    height: 150px;
    top: -30px;
}.learning_system .edu_leadership::before {
    height: 120px;
    bottom: -60px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.learning_system {
    padding: 120px 0 100px;
    overflow: hidden;
}.learning_system .info_card {
    flex-direction: column;
    align-items: center;
}.learning_system .info_card h2 {
    font-size: calc(29px * 0.9);
    transform: none;
    margin-bottom: 20px;
    width: 90%;
    order: 1;
}.learning_system .info_card p {
    width: 90%;
    transform: none;
    order: 2;
}.learning_system .info_card::before,
    .learning_system .info_card::after,
    .learning_system::after,
    .learning_system .edu_leadership::before,
    .learning_system .edu_leadership::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning_system {
    padding: 100px 0 80px;
}.learning_system .info_card h2 {
    font-size: calc(29px * 0.8);
    padding: 25px;
    width: 100%;
}.learning_system .info_card p {
    padding: 25px;
    font-size: calc(18px * 0.9);
    width: 100%;
}}.course_rewards {
    background: rgb(198,191,167);
    padding: 120px 0 160px;
    overflow: hidden;
    position: relative;
}.course_rewards::before {
    height: 100%;
    background-size: 60px 60px;
    top: 0;
    background-image: linear-gradient(0deg, transparent 24%, rgb(198,191,167,0.5) 25%, rgb(198,191,167,0.5) 26%, transparent 27%, transparent 74%, rgb(198,191,167,0.5) 75%, rgb(198,191,167,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(198,191,167,0.5) 25%, rgb(198,191,167,0.5) 26%, transparent 27%, transparent 74%, rgb(198,191,167,0.5) 75%, rgb(198,191,167,0.5) 76%, transparent 77%, transparent);
    position: absolute;
    animation: gridShift 25s linear infinite;
    opacity: 0.07;
    content: '';
    left: 0;
    width: 100%;
}.course_rewards::after {
    background: linear-gradient(to top, #000000, transparent);
    bottom: 0;
    position: absolute;
    content: '';
    height: 200px;
    z-index: 1;
    width: 100%;
    left: 0;
}.course_rewards .edu_leadership {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    z-index: 2;
    max-width: 1280px;
    display: flex;
    align-items: center;
}.course_rewards h2 {
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 50px;
    font-weight: 700;
    padding-bottom: 25px;
    font-size: 45px;
    text-transform: uppercase;
}.course_rewards h2::after {
    position: absolute;
    width: 100px;
    background: linear-gradient(to right, rgb(198,191,167), rgb(164,156,129));
    content: '';
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    bottom: 0;
}.course_rewards h2::before {
    background: #ffffff;
    height: 1px;
    width: 80px;
    opacity: 0.3;
    bottom: -5px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.course_rewards .pic_card {
    margin-bottom: 80px;
    height: 400px;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 11px;
    position: relative;
}.course_rewards .pic_card::before {
    z-index: 1;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(45deg, rgb(198,191,167,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
}.course_rewards .pic_card::after {
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    z-index: 2;
    height: 40%;
}.course_rewards .text_main_holder {
    display: grid;
    gap: 30px;
    width: 100%;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}.course_rewards .text_main_holder::before {
    position: absolute;
    opacity: 0.8;
    height: 40px;
    width: 2px;
    background: rgb(164,156,129);
    top: -60px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
}.course_rewards .text_main_holder::after {
    width: 20px;
    opacity: 0.8;
    height: 20px;
    position: absolute;
    left: 50%;
    border: 2px solid rgb(164,156,129);
    top: -80px;
    transform: translateX(-50%) rotate(45deg);
    content: '';
}.course_rewards .text_main_holder > div {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(50px);
    border: 1px solid rgb(164,156,129,0.5);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    animation-delay: calc(var(--i, 0) * 0.15s);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    backdrop-filter: blur(10px);
    gap: 20px;
    opacity: 0;
    flex-direction: column;
    animation: floatUp 0.6s forwards;
    align-items: center;
}.course_rewards .text_main_holder > div:nth-child(1) {
    --i: 1;
}.course_rewards .text_main_holder > div:nth-child(2) {
    --i: 2;
}.course_rewards .text_main_holder > div:nth-child(3) {
    --i: 3;
}.course_rewards .text_main_holder > div:nth-child(4) {
    --i: 4;
}.course_rewards .text_main_holder > div:nth-child(5) {
    --i: 5;
}.course_rewards .text_main_holder > div:nth-child(6) {
    --i: 6;
}.course_rewards .text_main_holder > div::before {
    position: absolute;
    top: -2px;
    border-radius: calc(10px + 1px);
    z-index: -1;
    opacity: 0;
    right: -2px;
    background: linear-gradient(45deg, rgb(198,191,167,0.5) 0%, transparent 20%, transparent 80%, rgb(164,156,129,0.5) 100%);
    bottom: -2px;
    transition: opacity 0.3s ease;
    left: -2px;
    content: '';
}.course_rewards .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}.course_rewards .text_main_holder > div:hover::before {
    opacity: 1;
}.course_rewards .text_main_holder svg {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(198,191,167,0.5);
    border-radius: 50%;
    width: 50px;
    background: rgba(0, 0, 0, 0.4);
    height: 50px;
    border: 1px solid rgb(198,191,167,0.5);
}.course_rewards .text_main_holder > div:hover svg {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(198,191,167);
    transform: scale(1.1);
}.course_rewards .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(164,156,129);
}.course_rewards .text_main_holder > div:hover svg path {
    fill: rgb(198,191,167);
}.course_rewards .text_main_holder p {
    margin: 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.course_rewards .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.course_rewards .pic_card {
    margin-bottom: 60px;
    height: 350px;
}
}

@media (max-width: 768px) {.course_rewards {
    padding: 80px 0 120px;
}.course_rewards h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.course_rewards .pic_card {
    height: 300px;
    margin-bottom: 50px;
}
}

@media (max-width: 576px) {.course_rewards {
    padding: 60px 0 100px;
}.course_rewards .text_main_holder {
    grid-template-columns: 1fr;
    gap: 25px;
}.course_rewards .pic_card {
    height: 250px;
    margin-bottom: 40px;
}.course_rewards h2 {
    padding-bottom: 20px;
    font-size: 33px;
}.course_rewards .text_main_holder svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}}.course_program_description {
    overflow: hidden;
    padding: 120px 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    background: rgb(232,228,214);
    position: relative;
}.course_program_description::before {
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    animation: backgroundShift 15s infinite alternate;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(198,191,167,0.5) 0%, transparent 50%, rgb(164,156,129,0.5) 100%);
    width: 100%;
}.course_program_description::after {
    z-index: 2;
    content: "";
    animation: pulse 8s infinite alternate;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(198,191,167,0.5) 0%, transparent 70%);
    left: 0;
}.course_program_description .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
}.course_program_description .learn_career {
    gap: 40px;
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1.5fr 1fr;
    display: grid;
}.course_program_description .learn_career::before {
    border-radius: 22px;
    z-index: -1;
    border: 1px solid rgb(198,191,167,0.5);
    width: calc(100% + 60px);
    transform-style: preserve-3d;
    height: calc(100% + 60px);
    animation: borderPulse 4s infinite alternate;
    left: -30px;
    position: absolute;
    top: -30px;
    content: "";
    transform: rotateY(5deg) rotateX(2deg);
}.course_program_description .info_card {
    animation: floatPanel 8s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    width: 100%;
    border-radius: 22px;
    position: relative;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    gap: 30px;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
}.course_program_description .info_card h2 {
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.5px;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(198,191,167,0.5);
    font-weight: 700;
    border-left: 2px solid rgb(164,156,129);
    margin-bottom: 25px;
    background: linear-gradient(to right, rgb(198,191,167) 0%, rgb(164,156,129) 100%);
    border-radius: 8px 0 8px 0;
    position: relative;
    background-clip: text !important;
    border-bottom: 2px solid rgb(198,191,167);
    padding: 15px 20px;
    font-size: 38px;
    -webkit-background-clip: text !important;
    transform: translateY(-10px);
    max-width: fit-content;
}.course_program_description .info_card .description {
    border-left: 3px solid rgb(198,191,167,0.5);
    z-index: 2;
    font-weight: 400;
    font-size: 13px;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    backdrop-filter: blur(4px);
    position: relative;
    text-align: justify;
    padding: 18px;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.07);
    transform: translateZ(0);
    line-height: 1.9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}.course_program_description .info_card .description:first-of-type {
    border-left-color: rgb(198,191,167);
}.course_program_description .info_card .description:last-of-type {
    border-left-color: rgb(164,156,129);
    margin-bottom: 0;
}.course_program_description .info_card .description::before {
    left: 0;
    border-radius: 10px;
    z-index: -1;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.course_program_description .info_card .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.course_program_description .pic_card {
    z-index: 4;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    transform: translateZ(0) rotateY(-5deg);
    background-position: center;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    overflow: hidden;
    animation: floatImage 6s ease-in-out infinite alternate;
    background-size: cover;
    align-self: flex-start;
    border-radius: 22px;
    height: 450px;
}.course_program_description .pic_card:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(198,191,167,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(198,191,167,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(164,156,129,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(198,191,167,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(198,191,167);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(198,191,167,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(198,191,167);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_program_description {
    padding: 100px 0;
}.course_program_description .learn_career {
    gap: 30px;
}.course_program_description .info_card {
    padding: 30px;
}.course_program_description .info_card h2 {
    padding: 12px 18px;
    font-size: calc(38px * 0.9);
}.course_program_description .info_card .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .learn_career {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_program_description .learn_career::before {
    transform: none;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    left: -20px;
    top: -20px;
}.course_program_description .info_card {
    order: 2;
    transform: none;
    animation: none;
}.course_program_description .pic_card {
    animation: pulse 8s infinite alternate;
    order: 1;
    min-height: 400px;
    transform: none;
}.course_program_description .pic_card:hover {
    transform: scale(1.02) translateY(-5px);
}.course_program_description .info_card h2 {
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
}.course_program_description .info_card .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_program_description {
    padding: 60px 0;
}.course_program_description .learn_career {
    gap: 30px;
}.course_program_description .info_card {
    padding: 25px;
    gap: 20px;
}.course_program_description .info_card h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.course_program_description .info_card .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
    margin-bottom: 15px;
    padding: 12px;
}.course_program_description .pic_card {
    min-height: 350px;
}.course_program_description .learn_career::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_program_description {
    padding: 40px 0;
}.course_program_description .info_card {
    padding: 20px;
    gap: 15px;
}.course_program_description .info_card h2 {
    font-size: calc(38px * 0.7);
    padding: 8px 12px;
    letter-spacing: 1px;
}.course_program_description .info_card .description {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.course_program_description .pic_card {
    min-height: 280px;
}}.mentorship_profile {
    padding: 6rem 2rem;
    overflow: hidden;
    background-color: rgb(232,228,214);
    position: relative;
}.mentorship_profile::before {
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(198,191,167,0.5));
    position: absolute;
    height: 100%;
    top: 0;
    width: 40%;
    content: "";
    z-index: 1;
}.mentorship_profile .learner_ratings {
    display: flex;
    box-shadow: none;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    border-radius: 0;
    background: transparent;
}.mentorship_profile .pic_card {
    transform: rotate(-2deg);
    border-radius: 0;
    height: 480px;
    box-shadow: 15px 15px 0 rgb(198,191,167,0.5);
    width: 45%;
    position: relative;
    transition: all 0.5s ease;
}.mentorship_profile .work_view {
    flex-direction: column;
    padding: 3rem 0 3rem 4rem;
    position: relative;
    display: flex;
    width: 55%;
    justify-content: center;
}.mentorship_profile .work_view::before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(164,156,129,0.5), transparent);
    content: "";
    left: 2.5rem;
}.mentorship_profile .name {
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    color: #000000;
    font-size: calc(38px * 1.2);
    margin-bottom: 1rem;
}.mentorship_profile .work_view > div:nth-child(2) {
    margin-bottom: 2.5rem;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
    background-color: rgb(164,156,129);
    transform: translateX(-10px);
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    letter-spacing: 1px;
}.mentorship_profile .career_section {
    font-size: 16px;
    max-width: 90%;
    padding-left: 0;
    position: relative;
    color: #000000;
    line-height: 1.8;
}.mentorship_profile .career_section::before {
    position: absolute;
    background-color: rgb(198,191,167);
    height: 3px;
    width: 60px;
    top: -1.5rem;
    left: 0;
    content: "";
}.mentorship_profile .learner_ratings:hover .pic_card {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(164,156,129);
}

@media (max-width: 992px) {.mentorship_profile::before {
    background: linear-gradient(180deg, rgb(198,191,167,0.5), transparent);
    height: 40%;
    right: 0;
    width: 100%;
    top: 0;
}.mentorship_profile .learner_ratings {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}.mentorship_profile .pic_card {
    height: 400px;
    width: 90%;
}.mentorship_profile .work_view {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.mentorship_profile .work_view::before {
    display: none;
}.mentorship_profile .career_section {
    max-width: 100%;
}
}

@media (max-width: 576px) {.mentorship_profile {
    padding: 4rem 1rem;
}.mentorship_profile .pic_card {
    height: 320px;
}.mentorship_profile .name {
    font-size: 38px;
}.mentorship_profile .work_view > div:nth-child(2) {
    font-size: 13px;
}.mentorship_profile .career_section {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}header {
    background-color: rgb(232,228,214);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
    z-index: 1000;
}header::before {
    opacity: 0.15;
    width: 100%;
    left: 0;
    position: absolute;
    animation: gridMove 40s linear infinite;
    content: '';
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(198,191,167,0.5) 49.5%, rgb(198,191,167,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(164,156,129,0.5) 49.5%, rgb(164,156,129,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    z-index: -1;
}header::after {
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(198,191,167) 0%, 
        rgb(164,156,129) 50%, 
        rgb(198,191,167) 100%);
    position: absolute;
    bottom: 0;
    content: '';
    height: 4px;
}header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .main_info {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .nav_begin {
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    display: flex;
    position: relative;
}header .nav_top {
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: Arial, sans-serif;
}header .nav_top::before {
    top: -2px;
    transform: scale(0.95);
    border-radius: calc(10px + 2px);
    z-index: -1;
    bottom: -2px;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, rgb(198,191,167), rgb(164,156,129));
    opacity: 0;
    transition: all 0.3s ease;
    left: -2px;
    right: -2px;
}header .nav_top::after {
    border-radius: 10px;
    z-index: -1;
    top: 0;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    background: rgb(198,191,167);
}header .nav_top:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}header .nav_top:hover::before {
    opacity: 1;
    transform: scale(1);
}header .header_mainbar {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    display: flex;
    text-decoration: none;
    overflow: hidden;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}header .header_mainbar::before {
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
    content: '';
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
}header .header_mainbar:hover::before {
    left: 100%;
}header .header_mainbar svg {
    position: relative;
    z-index: 2;
    height: auto;
    width: 160px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .nav_begin {
    gap: 0.3rem;
}header .nav_top {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .header_mainbar svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .main_info {
    flex-direction: column;
}header .nav_begin {
    flex-wrap: wrap;
    order: 2;
    width: 100%;
    padding: 10px;
    margin-top: 1rem;
    justify-content: center;
    gap: 0.5rem;
}header .nav_top {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
}header .header_mainbar {
    margin-bottom: 0.5rem;
    order: 1;
}header .header_mainbar svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .nav_begin {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav_begin::-webkit-scrollbar {
    height: 3px;
}header .nav_begin::-webkit-scrollbar-thumb {
    background: rgb(198,191,167);
    border-radius: 10px;
}header .nav_top {
    white-space: nowrap;
}header .header_mainbar svg {
    width: 110px;
}}.title_intro {
    display: flex;
    padding: 2rem 1rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(198,191,167,0.5), rgb(164,156,129));
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    position: relative;
}.title_intro > div {
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1200px;
}.title_intro .learn_studio {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 2rem;
    animation: fadeUp 0.8s ease-out forwards;
}.title_intro .page_first {
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: clamp(2rem, 5vw, 44px);
    margin: 0;
}.title_intro .page_first::after {
    position: absolute;
    transform: scaleX(0);
    animation: lineExpand 1.2s 0.4s ease forwards;
    width: 80px;
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, rgb(198,191,167), rgb(164,156,129));
    bottom: -12px;
    content: "";
    left: 0;
}.title_intro .learn_main {
    align-items: center;
    border-radius: 24px;
    min-height: 400px;
    transform: translateY(30px);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    height: auto;
    display: flex;
    position: relative;
    opacity: 0;
}.title_intro .learn_main::before {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}.title_intro .learn_main > div {
    max-width: 800px;
    z-index: 2;
    padding: 3rem;
    width: 100%;
    position: relative;
}.title_intro .learn_main > div > div {
    animation: fadeSlideRight 0.8s 0.4s ease-out forwards;
    opacity: 0;
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
}.title_intro .learn_main p {
    font-size: clamp(1rem, 2vw, 15px);
    padding-left: 1rem;
    line-height: 1.6;
    color: #ffffff;
    position: relative;
    margin: 0;
    font-weight: 400;
}.title_intro .learn_main p::before {
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    height: calc(100% - 1rem);
    top: 0.5rem;
    background: rgb(164,156,129);
}.title_intro .learn_main h3 {
    margin: 0;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    transform: translateY(20px);
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    max-width: 90%;
    opacity: 0;
    font-size: clamp(1.2rem, 2.5vw, 23px);
}.title_intro::after {
    position: absolute;
    animation: rotateBg 30s infinite alternate ease-in-out;
    width: 40%;
    opacity: 0.1;
    height: 60%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    top: 0;
    content: "";
    background: rgb(198,191,167,0.5);
}.title_intro::before {
    width: 30%;
    height: 40%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    content: "";
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    animation: rotateBgReverse 30s infinite alternate ease-in-out;
    background: rgb(164,156,129,0.5);
    bottom: 0;
}

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

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

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

@keyframes rotateBg {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(5deg) scale(1.05);
  }
}

@keyframes rotateBgReverse {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(-5deg) scale(1.05);
  }
}

@media (max-width: 992px) {.title_intro {
    padding: 1.5rem;
}.title_intro .learn_main {
    min-height: 350px;
}.title_intro .learn_main > div {
    padding: 2rem;
}.title_intro .learn_main h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.title_intro .page_first {
    text-align: center;
}.title_intro .page_first::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    animation: lineExpandCenter 1.2s 0.4s ease forwards;
}.title_intro .learn_main > div {
    padding: 1.5rem;
}.title_intro .learn_main::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}.title_intro .learn_main p,
  .title_intro .learn_main h3 {
    text-align: center;
}.title_intro .learn_main p {
    padding-left: 0;
    padding-top: 1rem;
}.title_intro .learn_main p::before {
    height: 3px;
    transform: translateX(-50%);
    width: 30px;
    top: 0;
    left: 50%;
}
}

@keyframes lineExpandCenter {
  from {
    transform: translateX(-50%) scaleX(0);
  }
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 576px) {.title_intro {
    padding: 1rem;
}.title_intro .learn_main {
    min-height: 300px;
}.title_intro .learn_main > div {
    padding: 1rem;
}
}

@media (hover: hover) {.title_intro .learn_main {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.title_intro .learn_main:hover {
    transform: translateY(0) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}}.company_overview {
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.company_overview::before {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(198,191,167,0.5), rgba(0, 0, 0, 0.5) 80%);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
}.company_overview .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.company_overview .info_card {
    position: relative;
    gap: 30px;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    grid-template-columns: 1fr;
}.company_overview .info_card > div:first-child {
    display: inline-block;
    position: relative;
}.company_overview .info_card > div:first-child::after {
    bottom: -10px;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    animation: lineGrow 0.6s 0.8s ease-out forwards;
    width: 60px;
    background: rgb(164,156,129);
}.company_overview h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: rgb(164,156,129);
    margin: 0;
}.company_overview div p {
    font-size: calc(28px * 0.9);
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    line-height: 1.2;
    display: inline-block;
}.company_overview div p b {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 700;
}.company_overview div p b::before {
    height: 8px;
    background: rgb(198,191,167,0.5);
    content: "";
    transform: skewX(-15deg);
    position: absolute;
    z-index: -1;
    left: -5px;
    bottom: 0;
    width: calc(100% + 10px);
}.company_overview ol {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    counter-reset: section;
}.company_overview ol li {
    border-left: 4px solid rgb(164,156,129);
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease-out;
    transform: translateX(-10px);
    position: relative;
    backdrop-filter: blur(10px);
    line-height: 1.8;
    padding: 30px;
    font-size: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.company_overview ol li:hover {
    transform: translateX(0);
}.company_overview ol li::before {
    background: linear-gradient(90deg, rgb(198,191,167,0.5) 0%, transparent 100%);
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}.company_overview ol li:hover::before {
    opacity: 0.3;
}

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

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


@media screen and (min-width: 768px) {.company_overview {
    padding: 150px 0;
}.company_overview .info_card {
    align-items: start;
    grid-template-columns: 1fr 2fr;
}.company_overview .info_card > div:first-child,
    .company_overview .info_card > div:nth-child(2) {
    grid-column: 1;
}.company_overview .info_card > ol {
    grid-column: 1 / -1;
    margin-top: 20px;
}.company_overview ol li {
    padding: 40px;
    column-gap: 40px;
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.company_overview {
    padding: 180px 0;
}.company_overview::after {
    z-index: 1;
    opacity: 0.6;
    right: -50px;
    top: -50px;
    height: 300px;
    border-radius: 10px;
    content: "";
    transform: rotate(15deg);
    border: 2px solid rgb(164,156,129,0.5);
    width: 300px;
    position: absolute;
}.company_overview .info_card {
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}.company_overview ol li {
    column-gap: 50px;
    font-size: calc(16px * 1.05);
    column-count: 3;
    padding: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
}
}

@media screen and (max-width: 767px) {.company_overview {
    padding: 80px 0;
}.company_overview h5 {
    font-size: calc(22px * 0.9);
}.company_overview div p {
    font-size: calc(28px * 0.7);
}.company_overview ol li {
    padding: 25px 20px;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}footer {
    position: relative;
    width: 100%;
}footer .footer_classes {
    padding: 100px 0 30px;
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}footer .footer_classes::before {
    width: 100%;
    position: absolute;
    left: 0;
    background-size: 60px 60px;
    height: 100%;
    top: 0;
    opacity: 0.1;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    content: "";
}footer .footer_social {
    position: relative;
    z-index: 1;
}footer .contact_now {
    position: relative;
    display: grid;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}footer .info_item {
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    align-items: center;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
    display: flex;
    height: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    position: absolute;
    height: 50%;
    background-color: rgb(198,191,167);
    left: 0;
    top: 25%;
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    flex-shrink: 0;
    fill: rgb(198,191,167);
    width: 22px;
    position: relative;
    height: 22px;
    z-index: 1;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    position: relative;
    color: #2c3e50;
    text-decoration: none;
    font-size: 17px;
    z-index: 1;
}footer .info_item a:hover {
    color: rgb(198,191,167);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .top_expert, footer .subscribe_holder {
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
}footer .top_expert:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav_begin {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}footer .top_expert svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .syllabus_ref {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}footer .nav_begin h5 {
    font-weight: 600;
    grid-column: 1 / -1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-size: 20px;
}footer .nav_begin h5::after {
    background-color: rgb(198,191,167);
    width: 50px;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
}footer .header_lesson {
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 14px;
    height: 100%;
}footer .header_lesson:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .header_lesson a {
    font-size: 17px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
}footer .header_lesson a:last-child {
    border-bottom: none;
}footer .header_lesson a::before {
    position: absolute;
    transform: translateX(-10px);
    opacity: 0;
    right: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "→";
}footer .header_lesson a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .header_lesson a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 10px;
}footer .subscribe_holder h5::after {
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    background-color: rgb(198,191,167);
    width: 50px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(198,191,167);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .news_section {
    cursor: pointer;
    border: none;
    background-color: rgb(198,191,167);
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 14px;
    color: #ffffff;
}footer .news_section:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(164,156,129);
}footer .discuss_cta {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .webinar_live {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    font-size: 12px;
    display: inline-block;
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .news_section {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav_begin {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .footer_classes {
    padding: 70px 0 30px;
}footer .contact_now {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .top_expert, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_begin h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .discuss_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_classes {
    padding: 50px 0 20px;
}footer .header_lesson {
    padding: 15px;
}footer .nav_begin h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .news_section {
    padding: 12px;
}}.data_statistics {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.data_statistics::before {
    top: 0;
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.85;
    left: 0;
    content: "";
}.data_statistics .container {
    position: relative;
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.data_statistics .boost_experts {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
}.data_statistics .statistics_growth {
    margin-bottom: 30px;
    display: block;
}.data_statistics .statistics_growth svg {
    fill: rgb(198,191,167);
    filter: drop-shadow(0 0 5px rgb(198,191,167,0.5));
    width: 60px;
    height: 60px;
}.data_statistics .statistics_growth svg path {
    fill: rgb(198,191,167);
}.data_statistics .statistics_grow {
    font-size: 37px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    position: relative;
}.data_statistics .statistics_grow::after {
    left: 0;
    bottom: -10px;
    content: "";
    height: 4px;
    width: 60px;
    background: rgb(198,191,167);
    position: absolute;
}.data_statistics .study_statistics {
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 90%;
    opacity: 0.9;
    font-size: 14px;
}.data_statistics .success_statistics {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.data_statistics .statistics_pro {
    display: flex;
    border-left: 4px solid rgb(198,191,167);
    border-radius: 30px;
    padding: 30px;
    flex-direction: column;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.data_statistics .statistics_pro:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.data_statistics .statistics_benefit {
    height: 40px;
    width: 40px;
    align-items: center;
    right: 20px;
    display: flex;
    position: absolute;
    top: 20px;
    justify-content: center;
}.data_statistics .statistics_benefit svg {
    width: 100%;
    fill: rgb(164,156,129);
    height: 100%;
}.data_statistics .statistics_benefit svg path {
    fill: rgb(164,156,129);
}.data_statistics .statistics_pro span {
    font-size: 2.5rem;
    color: #ffffff;
    display: block;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}.data_statistics .statistics_pro p {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
}

@media screen and (max-width: 992px) {.data_statistics .boost_experts {
    gap: 40px;
    grid-template-columns: 1fr;
}.data_statistics .statistics_grow,
    .data_statistics .study_statistics {
    max-width: 100%;
    text-align: center;
}.data_statistics .statistics_growth {
    margin-right: auto;
    margin-left: auto;
}.data_statistics .statistics_grow::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media screen and (max-width: 768px) {.data_statistics {
    padding: 60px 0;
}.data_statistics .success_statistics {
    gap: 20px;
    grid-template-columns: 1fr;
}.data_statistics .statistics_pro {
    padding: 20px;
}.data_statistics .statistics_pro span {
    font-size: 2rem;
}
}

@media screen and (min-width: 993px) {.data_statistics .boost_experts > div:first-child {
    order: 2;
}.data_statistics .boost_experts > div:last-child {
    order: 1;
}}

.data_statistics .statistics_pro:nth-child(1) {
    border-left-color: rgb(198,191,167);
}.data_statistics .statistics_pro:nth-child(2) {
    border-left-color: rgb(164,156,129);
}.data_statistics .statistics_pro:nth-child(3) {
    border-left-color: rgb(198,191,167);
}.data_statistics .statistics_pro:nth-child(4) {
    border-left-color: rgb(164,156,129);
}.data_statistics .statistics_pro:nth-child(even) .statistics_benefit svg,
.data_statistics .statistics_pro:nth-child(even) .statistics_benefit svg path {
    fill: rgb(198,191,167);
}.data_statistics .statistics_pro:nth-child(odd) .statistics_benefit svg,
.data_statistics .statistics_pro:nth-child(odd) .statistics_benefit svg path {
    fill: rgb(164,156,129);
}.data_statistics .statistics_pro::after {
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(198,191,167,0.5), transparent);
    content: "";
}

@media screen and (max-width: 576px) {.data_statistics {
    padding: 40px 0;
}.data_statistics .boost_experts {
    gap: 30px;
}.data_statistics .statistics_grow {
    font-size: calc(37px * 0.85);
}.data_statistics .study_statistics {
    margin-bottom: 30px;
    font-size: calc(14px * 0.95);
}.data_statistics .statistics_pro {
    padding: 20px 15px;
}.data_statistics .statistics_benefit {
    height: 30px;
    top: 15px;
    right: 15px;
    width: 30px;
}.data_statistics .statistics_pro span {
    font-size: 1.8rem;
}.data_statistics .statistics_pro p {
    font-size: calc(14px * 0.9);
}}.secure_bolt {
    position: relative;
    color: #000000;
    background: linear-gradient(145deg, rgba(rgb(198,191,167,0.5), 0.03), rgba(rgb(164,156,129,0.5), 0.07));
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 0;
}.secure_bolt::before {
    right: 0;
    perspective: 1000px;
    animation: backgroundShift 60s linear infinite;
    background-size: 20px 20px;
    pointer-events: none;
    top: 0;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(198,191,167,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(198,191,167,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(198,191,167,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(198,191,167,0.5), 0.02) 75%);
    bottom: 0;
    z-index: 1;
    transform-style: preserve-3d;
    left: 0;
    position: absolute;
}.secure_bolt::after {
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.secure_bolt .container {
    perspective: 1000px;
    padding: 0 20px;
    max-width: 1140px;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.secure_bolt h1 {
    transform: translateZ(5px);
    margin-bottom: 2rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(rgb(198,191,167,0.5), 0.2);
    font-size: 43px;
    color: rgb(198,191,167);
}.secure_bolt h1::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(198,191,167), rgb(164,156,129));
    bottom: -2px;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    left: 0;
    width: 60px;
}.secure_bolt h2 {
    font-weight: 600;
    animation-delay: 0.2s;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(3px);
    color: rgb(164,156,129);
    font-size: 33px;
    opacity: 0;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
}.secure_bolt h2::before {
    border-radius: 10px;
    top: 0;
    background: linear-gradient(to bottom, rgb(198,191,167), rgb(164,156,129));
    position: absolute;
    left: 0;
    width: 3px;
    bottom: 0;
    content: "";
}.secure_bolt h3 {
    padding-left: 0.8rem;
    font-weight: 600;
    opacity: 0;
    margin: 2rem 0 1.2rem;
    color: rgb(164,156,129);
    font-size: calc(33px * 0.85);
    animation-delay: 0.3s;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(2px);
}.secure_bolt h3::before {
    content: "";
    border-radius: 10px;
    top: 0;
    width: 2px;
    left: 0;
    background: linear-gradient(to bottom, rgb(164,156,129), rgb(198,191,167));
    position: absolute;
    bottom: 0;
}.secure_bolt h4 {
    padding-left: 0.6rem;
    margin: 1.8rem 0 1rem;
    font-weight: 400;
    animation-delay: 0.4s;
    position: relative;
    color: rgb(198,191,167);
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateZ(1px);
    font-size: calc(33px * 0.7);
}.secure_bolt h4::before {
    background: rgb(198,191,167);
    border-radius: 10px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 1px;
    bottom: 0;
}.secure_bolt p {
    opacity: 0;
    margin-bottom: 1.5rem;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: #000000;
    transform: translateZ(0);
    animation-delay: 0.5s;
    line-height: 1.7;
    font-size: 13px;
}.secure_bolt p:hover {
    transition: transform 0.5s ease;
    transform: translateZ(5px);
}.secure_bolt strong {
    font-weight: 600;
    color: rgb(198,191,167);
}.secure_bolt ul {
    opacity: 0;
    margin: 1.5rem 0 2rem;
    position: relative;
    animation-delay: 0.6s;
    list-style: none;
    animation: fadeSlideIn 0.8s ease-out forwards;
    padding-left: 1.5rem;
}.secure_bolt li {
    margin-bottom: 1rem;
    font-size: 13px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    padding-left: 1.5rem;
}.secure_bolt li::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 0.5rem;
    height: 8px;
    left: 0;
    animation: pulse 3s infinite alternate;
    position: absolute;
    background: linear-gradient(135deg, rgb(198,191,167), rgb(164,156,129));
    transform: rotate(45deg);
    content: "";
    width: 8px;
}.secure_bolt span {
    padding: 1rem;
    display: block;
    line-height: 1.7;
    opacity: 0;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgb(164,156,129);
    color: #000000;
    transform: translateZ(0);
    animation-delay: 0.7s;
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgba(rgb(164,156,129,0.5), 0.05), rgba(rgb(198,191,167,0.5), 0.05));
    font-size: 13px;
}.secure_bolt span:hover {
    transform: translateZ(5px);
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(to right, rgba(rgb(164,156,129,0.5), 0.08), rgba(rgb(198,191,167,0.5), 0.08));
}

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

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.secure_bolt {
    padding: 4rem 0;
}.secure_bolt .container {
    padding: 0 15px;
}.secure_bolt h1 {
    font-size: calc(43px * 0.9);
}.secure_bolt h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 767px) {.secure_bolt {
    padding: 3rem 0;
}.secure_bolt h1 {
    font-size: calc(43px * 0.8);
}.secure_bolt h2 {
    font-size: calc(33px * 0.8);
    padding-left: 0.8rem;
}.secure_bolt h3 {
    padding-left: 0.6rem;
    font-size: calc(33px * 0.7);
}.secure_bolt h4 {
    padding-left: 0.5rem;
    font-size: calc(33px * 0.6);
}.secure_bolt p, .secure_bolt li, .secure_bolt span {
    font-size: calc(13px * 0.95);
}.secure_bolt ul {
    padding-left: 0.8rem;
}.secure_bolt li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.secure_bolt {
    padding: 2rem 0;
}.secure_bolt h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 1.5rem;
}.secure_bolt h2 {
    margin: 2rem 0 1rem;
}.secure_bolt p, .secure_bolt li, .secure_bolt span {
    margin-bottom: 1.2rem;
    line-height: 1.6;
}.secure_bolt span {
    padding: 0.8rem;
}.secure_bolt li::before {
    height: 6px;
    width: 6px;
}}.modalDataProtection {
    left: 50%;
    overflow: hidden;
    z-index: 1050;
    width: 90%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    font-family: Arial, sans-serif;
    bottom: 20px;
    background: #ffffff;
    border-radius: 24px;
    position: fixed;
}.cookies_tech {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
}.digital_tracking {
    margin-bottom: 20px;
}.digital_tracking svg, .digital_tracking svg path, .digital_tracking img {
    height: 60px;
    fill: rgb(198,191,167);
    width: 60px;
}.modalDataProtection h5 {
    font-weight: 700;
    color: rgb(198,191,167);
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}.modalDataProtection p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    color: #000000;
}.cookie_show {
    margin: 5px;
    padding: 10px 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
    background: rgb(198,191,167);
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: calc(50% - 10px);
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}.cookie_show:hover {
    background: rgb(164,156,129);
}.cookie_button.data_agree {
    background: rgb(164,156,129);
}.cookie_button.data_agree:hover {
    background: rgb(164,156,129,0.5);
}.modalDataProtection p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(198,191,167);
}.modalDataProtection p a:hover {
    color: rgb(164,156,129);
}#cookie_disclosure {
    display: none;
}#cookie_disclosure:checked ~ .modalDataProtection {
    opacity: 0;
    visibility: hidden;
}.tySpotlight {
    position: relative;
    background: linear-gradient(135deg, rgb(232,228,214) 0%, rgb(198,191,167,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.tySpotlight::before {
    z-index: 1;
    width: 40%;
    position: absolute;
    background: linear-gradient(230deg, rgb(164,156,129,0.5) 10%, transparent 80%);
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}.tySpotlight::after {
    position: absolute;
    height: 20rem;
    bottom: -5rem;
    z-index: 0;
    filter: blur(30px);
    background: linear-gradient(45deg, rgb(198,191,167,0.5) 0%, transparent 70%);
    left: -5rem;
    width: 20rem;
    border-radius: 50%;
    animation: pulse 8s infinite ease-in-out;
    content: "";
}.tySpotlight .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
}.tySpotlight h2 {
    color: #000000;
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 3rem;
    max-width: 90%;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    transform-origin: left center;
    position: relative;
    font-size: 37px;
}.tySpotlight h2::after {
    transform-origin: left;
    width: 6rem;
    background: linear-gradient(90deg, rgb(198,191,167) 0%, rgb(164,156,129) 100%);
    bottom: -1rem;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.3rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    content: "";
}.tySpotlight .edu_leadership {
    padding: 3rem;
    position: relative;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    background: #ffffff;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateY(20px);
}.tySpotlight .edu_leadership::before {
    content: "";
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(164,156,129,0.5) 150%);
}.tySpotlight ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tySpotlight li {
    padding-left: 2rem;
    position: relative;
}.tySpotlight li::before {
    transform: rotate(45deg) scale(0);
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(198,191,167);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 0.6rem;
    content: "";
    top: 0.5rem;
    left: 0;
    height: 0.6rem;
}.tySpotlight span {
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.tySpotlight {
    padding: 4rem 0;
}.tySpotlight h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.tySpotlight .edu_leadership {
    padding: 2.5rem;
}.tySpotlight::before {
    width: 30%;
}
}

@media (max-width: 768px) {.tySpotlight {
    padding: 3.5rem 0;
}.tySpotlight h2 {
    line-height: 1.4;
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.8);
}.tySpotlight .edu_leadership {
    padding: 2rem;
}.tySpotlight .container {
    transform: perspective(1000px) rotateX(1deg);
}.tySpotlight::before {
    width: 25%;
}.tySpotlight li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.tySpotlight {
    padding: 3rem 0;
}.tySpotlight h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 2rem;
}.tySpotlight h2::after {
    width: 5rem;
    height: 0.25rem;
    bottom: -0.75rem;
}.tySpotlight .edu_leadership {
    padding: 1.5rem;
}.tySpotlight .container {
    transform: none;
    padding: 0 1.5rem;
}.tySpotlight::before {
    display: none;
}.tySpotlight li {
    padding-left: 1.5rem;
}.tySpotlight li::before {
    top: 0.4rem;
    width: 0.5rem;
    height: 0.5rem;
}.tySpotlight span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}