* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    max-width: 100%;
    width: 1110px;
    margin: auto;
}

.nav_pagewrap {
    flex: 1 0 auto;
}

html,
body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}

svg {
    height: 30px;
    width: 30px;
}

.wrapper-bundle {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

header,
footer {
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.footnote_ref {
    flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
    .container {
        padding: 0 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .container {
        padding: 0 12px;
    }
}

.teacher_profile {
    isolation: isolate;
    position: relative;
    padding: 5rem 2rem;
    background: rgb(233, 236, 222);
    overflow: hidden;
}

.teacher_profile::before {
    transform: rotate(15deg);
    z-index: -1;
    right: -5%;
    position: absolute;
    height: 140%;
    content: "";
    top: -20%;
    width: 60%;
    background: rgb(198, 203, 183, 0.5);
    filter: blur(3px);
}

.teacher_profile::after {
    animation: morph 15s linear infinite alternate;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    z-index: -1;
    width: 30%;
    height: 30%;
    bottom: -5%;
    left: -5%;
    background: rgb(163, 169, 144, 0.5);
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.teacher_profile .testimonials_hub {
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    display: grid;
    position: relative;
    gap: 0;
    margin: 0 auto;
}

.teacher_profile .img_banner {
    grid-column: 1 / 2;
    z-index: 2;
    grid-row: 1 / 2;
    height: 450px;
    width: 100%;
    transform: translateX(-5%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0;
    position: relative;
}

.teacher_profile .img_banner::after {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.5) 0%,
            transparent 50%);
    position: absolute;
    height: 100%;
    content: "";
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    width: 100%;
    left: 0;
    top: 0;
}

.teacher_profile .testimonials_hub:hover .img_banner {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}

.teacher_profile .career_content {
    justify-content: center;
    grid-row: 1 / 2;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    z-index: 1;
    display: flex;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 3rem 3rem 3rem 5rem;
    grid-column: 2 / 3;
    background: #ffffff;
}

.teacher_profile .testimonials_hub:hover .career_content {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}

.teacher_profile .name {
    font-size: 37px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.7rem;
    display: inline-block;
    color: rgb(198, 203, 183);
}

.teacher_profile .name::before {
    top: -10px;
    border-radius: 10px;
    background: rgb(163, 169, 144, 0.5);
    z-index: -1;
    position: absolute;
    width: 30px;
    transform: rotate(45deg) scale(0);
    transition: transform 0.4s ease 0.2s;
    content: "";
    height: 30px;
    left: -20px;
}

.teacher_profile .testimonials_hub:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.teacher_profile .career_content>div:nth-child(2) {
    color: rgb(163, 169, 144);
    opacity: 0;
    font-size: 21px;
    transform: translateX(-20px);
    opacity: 0.9;
    font-weight: 600;
    transition: all 0.5s ease 0.3s;
    margin-bottom: 2rem;
}

.teacher_profile .testimonials_hub:hover .career_content>div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.teacher_profile .experience_details {
    transform: translateY(20px);
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px;
    transition: all 0.5s ease 0.5s;
    position: relative;
    font-style: italic;
    color: #000000;
    opacity: 0;
}

.teacher_profile .testimonials_hub:hover .experience_details {
    transform: translateY(0);
    opacity: 1;
}

.teacher_profile .experience_details::before {
    width: 60px;
    top: 0;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(198, 203, 183), transparent);
    left: 0;
    position: absolute;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.teacher_profile .career_content::after {
    bottom: 20px;
    content: "";
    height: 40px;
    position: absolute;
    border-radius: 50%;
    width: 40px;
    z-index: -1;
    animation: float 4s ease-in-out infinite;
    background: rgb(198, 203, 183, 0.5);
    right: 20px;
}

@media (max-width: 992px) {
    .teacher_profile .testimonials_hub {
        grid-template-columns: 1fr;
        gap: 2rem;
        grid-template-rows: auto auto;
    }

    .teacher_profile .img_banner {
        transform: none;
        height: 300px;
        grid-row: 1 / 2;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
        grid-column: 1 / 2;
    }

    .teacher_profile .img_banner::after {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }

    .teacher_profile .career_content {
        clip-path: none;
        transform: none;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        padding: 2rem;
    }

    .teacher_profile .testimonials_hub:hover .career_content {
        transform: translateY(-5px);
    }
}

.connect_with_us {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(233, 236, 222) 50%);
}

.connect_with_us::before {
    width: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}

.connect_with_us .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.connect_with_us h2 {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    color: rgb(198, 203, 183);
    font-weight: 700;
    font-size: 32px;
}

.connect_with_us h2::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    left: 50%;
    background: rgb(198, 203, 183);
    transform: translateX(-50%);
    bottom: -15px;
}

.connect_with_us .connect_panel {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border-radius: 13px;
}

.connect_with_us .connect_panel::before {
    left: 0;
    background: linear-gradient(90deg, rgb(198, 203, 183), rgb(163, 169, 144));
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    top: 0;
}

.connect_with_us .img_banner {
    position: relative;
    transition: all 0.5s ease;
    flex: 0 0 50%;
    min-height: 550px;
}

.connect_with_us .img_banner::after {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(198, 203, 183, 0.5), transparent);
    content: "";
}

.connect_with_us .query_help {
    background: #ffffff;
    flex: 0 0 50%;
    padding: 60px 50px;
    position: relative;
}

.connect_with_us .query_help::before {
    background: rgb(233, 236, 222);
    height: 100%;
    content: "";
    width: 10px;
    top: 0;
    left: 0;
    position: absolute;
}

.connect_with_us #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}

.connect_with_us h3 {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
}

.connect_with_us h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgb(198, 203, 183, 0.5);
    width: 100%;
}

.connect_with_us input[type="text"] {
    transition: all 0.3s ease;
    border: 2px solid rgb(233, 236, 222);
    width: 100%;
    background: #ffffff;
    color: #000000;
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 15px;
}

.connect_with_us input[type="text"]:focus {
    border-color: rgb(198, 203, 183);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}

.connect_with_us input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.connect_with_us .support_request {
    gap: 12px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}

.connect_with_us .support_request input[type="checkbox"] {
    transition: all 0.3s ease;
    margin-top: 2px;
    cursor: pointer;
    border: 2px solid rgb(233, 236, 222);
    height: 24px;
    position: relative;
    appearance: none;
    width: 24px;
    border-radius: 10px;
}

.connect_with_us .support_request input[type="checkbox"]:checked {
    background: rgb(198, 203, 183);
    border-color: rgb(198, 203, 183);
}

.connect_with_us .support_request input[type="checkbox"]:checked::after {
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    top: 5px;
    width: 6px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 10px;
}

.connect_with_us .support_request label {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}

.connect_with_us .support_request a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(198, 203, 183);
    font-weight: 600;
}

.connect_with_us .support_request a:hover {
    color: rgb(163, 169, 144);
}

.connect_with_us .reach_map {
    margin-top: 20px;
    overflow: hidden;
    align-self: flex-start;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background: rgb(198, 203, 183);
    box-shadow: 0 8px 20px rgb(198, 203, 183, 0.5);
    padding: 16px 40px;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}

.connect_with_us .reach_map::before {
    height: 100%;
    content: "";
    left: -100%;
    width: 100%;
    top: 0;
    transition: all 0.6s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.connect_with_us .reach_map:hover {
    box-shadow: 0 10px 25px rgb(163, 169, 144, 0.5);
    background: rgb(163, 169, 144);
    transform: translateY(-3px);
}

.connect_with_us .reach_map:hover::before {
    left: 100%;
}

.connect_with_us svg {
    transition: all 0.3s ease;
    fill: rgb(198, 203, 183);
    width: 22px;
    height: 22px;
}

.connect_with_us svg path {
    transition: all 0.3s ease;
    fill: rgb(198, 203, 183);
}

.connect_with_us svg:hover {
    transform: translateY(-2px);
    fill: rgb(163, 169, 144);
}

.connect_with_us svg:hover path {
    fill: rgb(163, 169, 144);
}

@media (max-width: 1200px) {
    .connect_with_us {
        background: #ffffff;
    }
}

@media (max-width: 992px) {
    .connect_with_us {
        padding: 80px 0;
    }

    .connect_with_us .connect_panel {
        flex-direction: column-reverse;
    }

    .connect_with_us .img_banner {
        min-height: 350px;
        flex: 0 0 auto;
    }

    .connect_with_us .query_help {
        flex: 0 0 auto;
        padding: 50px 40px;
    }

    .connect_with_us .query_help::before {
        width: 100%;
        top: 0;
        left: 0;
        height: 10px;
    }
}

@media (max-width: 768px) {
    .connect_with_us {
        padding: 60px 0;
    }

    .connect_with_us h2 {
        font-size: calc(32px - 4px);
        margin-bottom: 40px;
    }

    .connect_with_us .query_help {
        padding: 40px 30px;
    }

    .connect_with_us #contact {
        gap: 25px;
    }

    .connect_with_us .img_banner {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .connect_with_us {
        padding: 50px 0;
    }

    .connect_with_us .container {
        padding: 0 15px;
    }

    .connect_with_us h2 {
        margin-bottom: 30px;
        font-size: calc(32px - 6px);
    }

    .connect_with_us .query_help {
        padding: 35px 25px;
    }

    .connect_with_us #contact {
        gap: 20px;
    }

    .connect_with_us input[type="text"] {
        padding: 15px;
    }

    .connect_with_us .reach_map {
        width: 100%;
        padding: 15px 25px;
    }

    .connect_with_us .img_banner {
        min-height: 250px;
    }
}

.join_our_community {
    background: linear-gradient(135deg, rgb(198, 203, 183, 0.5) 0%, rgb(163, 169, 144) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.join_our_community::before {
    transform: rotate(15deg);
    background-size: 40px 40px;
    left: -50%;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    pointer-events: none;
    opacity: 0.1;
    content: '';
    height: 200%;
    width: 200%;
}

.join_our_community::after {
    position: absolute;
    content: '';
    right: 0;
    transform: skewX(-15deg) translateX(20%);
    width: 40%;
    top: 0;
    opacity: 0.2;
    background: linear-gradient(to right, transparent, rgb(198, 203, 183, 0.5));
    height: 100%;
}

.join_our_community .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.join_our_community .skill_learn {
    flex-direction: column;
    padding: 50px 40px;
    position: relative;
    display: flex;
    align-items: center;
    border-left: 4px solid rgb(163, 169, 144);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(10px);
}

.join_our_community .skill_learn:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.join_our_community h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    max-width: 800px;
    line-height: 1.3;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.join_our_community .input_holder {
    width: 100%;
    flex-direction: column;
    gap: 15px;
    display: flex;
    max-width: 600px;
    position: relative;
}

.join_our_community .input_holder>div {
    position: relative;
    width: 100%;
}

.join_our_community .input_holder>div::before {
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    content: '';
    pointer-events: none;
    width: 18px;
    opacity: 0.7;
    top: 50%;
    z-index: 1;
    position: absolute;
    left: 20px;
    height: 18px;
}

.join_our_community input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 18px 20px 18px 50px;
    font-size: 12px;
    border-radius: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
}

.join_our_community input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(163, 169, 144), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
}

.join_our_community input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.join_our_community input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}

.join_our_community .mail_block {
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    border: none;
    align-self: center;
    padding: 16px 32px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(163, 169, 144) 0%, rgb(163, 169, 144, 0.5) 100%);
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
}

.join_our_community .mail_block:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.join_our_community .mail_block:active {
    transform: translateY(-1px);
}

.join_our_community .mail_block::after {
    top: 0;
    position: absolute;
    transition: left 0.7s ease;
    left: -100%;
    width: 100%;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.join_our_community .mail_block:hover::after {
    left: 100%;
}

@media (min-width: 768px) {
    .join_our_community .input_holder {
        align-items: stretch;
        flex-direction: row;
    }

    .join_our_community .input_holder>div {
        flex: 1;
    }

    .join_our_community .mail_block {
        align-self: stretch;
        white-space: nowrap;
    }

    .join_our_community .skill_learn {
        transform: perspective(1000px) rotateY(-1deg);
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .join_our_community {
        padding: 60px 0;
    }

    .join_our_community .skill_learn {
        transform: none;
        padding: 40px 25px;
    }

    .join_our_community h3 {
        margin-bottom: 25px;
        font-size: 1.5rem;
    }

    .join_our_community input[type="email"] {
        padding: 15px 15px 15px 45px;
    }

    .join_our_community .mail_block {
        padding: 14px 20px;
        width: 100%;
    }

    .join_our_community .input_holder>div::before {
        height: 16px;
        left: 15px;
        width: 16px;
    }
}

@media (max-width: 480px) {
    .join_our_community {
        padding: 40px 0;
    }

    .join_our_community .skill_learn {
        padding: 30px 20px;
    }

    .join_our_community h3 {
        margin-bottom: 20px;
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .join_our_community::before {
        background-size: 50px 50px;
    }

    .join_our_community .skill_learn {
        transform: perspective(1500px) rotateY(-1deg);
    }
}

@media (prefers-reduced-motion: reduce) {

    .join_our_community .skill_learn,
    .join_our_community .skill_learn:hover,
    .join_our_community input[type="email"],
    .join_our_community input[type="email"]:focus,
    .join_our_community .mail_block,
    .join_our_community .mail_block:hover,
    .join_our_community .mail_block:active,
    .join_our_community .mail_block::after,
    .join_our_community .mail_block:hover::after,
    .join_our_community input[type="email"]::placeholder,
    .join_our_community input[type="email"]:focus::placeholder {
        transition: none;
        transform: none;
    }
}

.service_connect {
    background: linear-gradient(120deg, rgb(233, 236, 222) 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.service_connect::before {
    z-index: 1;
    top: 0;
    content: '';
    background-image: repeating-linear-gradient(45deg,
            rgb(198, 203, 183, 0.5) 0,
            rgb(198, 203, 183, 0.5) 1px,
            transparent 1px,
            transparent 50px);
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.04;
    width: 100%;
}

.service_connect .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.service_connect .send_request {
    border-radius: 30px;
    position: relative;
    z-index: 2;
    background: transparent;
}

.service_connect h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 29px;
    position: relative;
}

.service_connect h3::after {
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(198, 203, 183), rgb(163, 169, 144));
    border-radius: 10px;
    bottom: -5px;
}

.service_connect .msg_support {
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
}

.service_connect .form_learn {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    background: #ffffff;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    display: grid;
    padding: 40px;
}

.service_connect .form_learn::before {
    background-size: 30px 30px;
    z-index: -1;
    top: 0;
    opacity: 0.15;
    background:
        linear-gradient(135deg, transparent 49.5%, rgb(198, 203, 183, 0.5) 49.5%, rgb(198, 203, 183, 0.5) 50.5%, transparent 50.5%),
        linear-gradient(45deg, transparent 49.5%, rgb(163, 169, 144, 0.5) 49.5%, rgb(163, 169, 144, 0.5) 50.5%, transparent 50.5%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 30px;
    left: 0;
}

.service_connect .form_learn>span {
    padding-left: 35px;
    position: relative;
    transition: transform 0.3s ease;
}

.service_connect .form_learn>span:hover {
    transform: translateX(5px);
}

.service_connect .form_learn>span p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 3px;
    margin: 0;
    font-weight: 600;
}

.service_connect .form_learn>span>span {
    color: #000000;
    display: block;
    font-size: 15px;
}

.service_connect .form_learn>span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(198, 203, 183);
    font-weight: 600;
    position: relative;
}

.service_connect .form_learn>span a::after {
    background: rgb(163, 169, 144);
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
    content: '';
}

.service_connect .form_learn>span a:hover {
    color: rgb(163, 169, 144);
}

.service_connect .form_learn>span a:hover::after {
    width: 100%;
}

.service_connect .form_learn>span svg {
    stroke: rgb(198, 203, 183);
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 24px;
    height: 24px;
    stroke-width: 2px;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    position: absolute;
}

.service_connect .form_learn>span:nth-child(even) svg {
    stroke: rgb(163, 169, 144);
}

.service_connect .form_learn>span:hover svg {
    transform: scale(1.1);
}

.service_connect .form_learn>span svg path {
    transition: stroke-dasharray 0.3s ease;
}

.service_connect .form_learn>span:hover svg path {
    animation: dash 1.5s linear infinite;
    stroke-dasharray: 5;
}

@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}

.service_connect .instant_help {
    grid-column: 1 / -1;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}

.service_connect .instant_help h4 {
    position: relative;
    margin-right: 20px;
    font-weight: 600;
    display: inline-block;
    font-size: 22px;
    color: #000000;
}

.service_connect .instant_help h4::after {
    left: 0;
    bottom: -5px;
    width: 40px;
    content: '';
    position: absolute;
    background: rgb(163, 169, 144);
    height: 2px;
}

.service_connect .instant_help span {
    margin-right: 10px;
    color: #000000;
    padding: 8px 15px;
    font-size: 15px;
    display: inline-block;
    background: rgb(233, 236, 222);
    margin-bottom: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.service_connect .instant_help span:hover {
    background-color: rgb(198, 203, 183, 0.5);
    transform: translateY(-3px);
}

.service_connect .instant_help svg {
    height: 18px;
    vertical-align: middle;
    fill: none;
    width: 18px;
    stroke: rgb(163, 169, 144);
    stroke-linejoin: round;
    margin-right: 5px;
    stroke-width: 2px;
    stroke-linecap: round;
}

.service_connect .instant_help span:hover svg {
    animation: rotate 1s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .service_connect .instant_help h4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .service_connect {
        padding: 70px 0;
    }

    .service_connect .form_learn {
        padding: 30px;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }

    .service_connect h3 {
        font-size: calc(29px - 2px);
    }

    .service_connect .form_learn>span svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 767px) {
    .service_connect {
        padding: 60px 0;
    }

    .service_connect .form_learn {
        padding: 25px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service_connect h3 {
        font-size: calc(29px - 4px);
    }

    .service_connect .msg_support {
        margin-bottom: 35px;
    }

    .service_connect .instant_help span {
        margin-right: 8px;
        padding: 6px 12px;
        margin-bottom: 8px;
    }

    .service_connect .form_learn>span svg {
        width: 20px;
        height: 20px;
    }

    .service_connect .instant_help svg {
        height: 16px;
        width: 16px;
    }
}

@media (max-width: 479px) {
    .service_connect {
        padding: 50px 0;
    }

    .service_connect .form_learn {
        gap: 15px;
        padding: 20px;
    }

    .service_connect h3 {
        font-size: calc(29px - 6px);
    }

    .service_connect .msg_support {
        margin-bottom: 30px;
        font-size: calc(15px - 1px);
    }

    .service_connect .form_learn>span {
        padding-left: 25px;
    }

    .service_connect .form_learn>span::before {
        width: 15px;
    }

    .service_connect .instant_help {
        padding-top: 20px;
    }

    .service_connect .instant_help h4 {
        margin-bottom: 15px;
        font-size: calc(22px - 2px);
    }

    .service_connect .instant_help span {
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 5px 10px;
        font-size: calc(15px - 1px);
    }

    .service_connect .form_learn>span svg {
        height: 18px;
        width: 18px;
    }

    .service_connect .instant_help svg {
        height: 14px;
        width: 14px;
    }
}

@media (hover: none) {
    .service_connect .form_learn>span:hover {
        transform: none;
    }

    .service_connect .instant_help span:hover {
        background-color: rgb(233, 236, 222);
        transform: none;
    }

    .service_connect .form_learn>span a:hover {
        color: rgb(198, 203, 183);
    }

    .service_connect .form_learn>span a:hover::after {
        width: 0;
    }

    .service_connect .form_learn>span:hover svg {
        transform: none;
    }

    .service_connect .form_learn>span:hover svg path {
        stroke-dasharray: none;
        animation: none;
    }

    .service_connect .instant_help span:hover svg {
        animation: none;
    }
}

.learning_process {
    z-index: 1;
    padding: 8rem 2rem;
    background: linear-gradient(150deg, rgb(233, 236, 222) 45%, rgb(198, 203, 183, 0.5) 100%);
    position: relative;
    overflow: hidden;
}

.learning_process::before {
    top: 0;
    background-size: 50% 50%;
    background:
        linear-gradient(135deg, transparent 20px, rgba(255, 255, 255, 0.03) 0) top left,
        linear-gradient(225deg, transparent 20px, rgba(255, 255, 255, 0.03) 0) top right,
        linear-gradient(315deg, transparent 20px, rgba(255, 255, 255, 0.03) 0) bottom right,
        linear-gradient(45deg, transparent 20px, rgba(255, 255, 255, 0.03) 0) bottom left;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.7;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    content: "";
}

.learning_process::after {
    z-index: -1;
    top: -10%;
    animation: floatElement 20s infinite alternate ease-in-out;
    width: 40%;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    content: "";
    right: -5%;
    transform: rotate(15deg);
    height: 70%;
    opacity: 0.05;
    position: absolute;
    filter: blur(40px);
    background: rgb(163, 169, 144, 0.5);
}

.learning_process .skill_learn {
    position: relative;
    max-width: 1200px;
    display: grid;
    gap: 3rem;
    z-index: 2;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.learning_process h2 {
    color: rgb(198, 203, 183);
    opacity: 0;
    font-size: 30px;
    font-weight: 700;
    animation: slideInText 0.8s 0.2s forwards ease-out;
    position: relative;
    transform: translateX(-20px);
    margin-bottom: 2rem;
}

.learning_process h2::before {
    transform: scaleX(0);
    bottom: -15px;
    width: 80px;
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(163, 169, 144);
    height: 3px;
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.learning_process .text_box_wrapper {
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
    transform: translateY(20px);
    overflow: hidden;
    opacity: 0;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    animation: fadeUpIn 1s 0.4s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
}

.learning_process .text_box_wrapper::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(198, 203, 183), rgb(163, 169, 144));
    animation: growVertical 0.7s 0.8s forwards ease-in-out;
    height: 0;
    width: 4px;
    left: 0;
}

.learning_process .text_box_wrapper::after {
    height: 25%;
    z-index: -1;
    right: 0;
    bottom: 0;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 25%;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(163, 169, 144, 0.5), 0.1) 50%);
    position: absolute;
}

.learning_process p {
    z-index: 2;
    color: #000000;
    margin: 0;
    transform: translateZ(0);
    line-height: 1.8;
    font-size: 13px;
    position: relative;
}

.learning_process p::first-letter {
    font-size: 1.5em;
    color: rgb(198, 203, 183);
    font-weight: 600;
}

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

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeUpIn {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes growVertical {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.6;
    }
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(15deg);
    }

    50% {
        transform: translate(10px, -10px) rotate(18deg);
    }

    100% {
        transform: translate(-5px, 5px) rotate(12deg);
    }
}

@media (min-width: 768px) {
    .learning_process {
        padding: 10rem 4rem;
    }

    .learning_process .skill_learn {
        gap: 4rem;
        grid-template-columns: 1fr;
    }

    .learning_process h2 {
        margin-bottom: 3rem;
        font-size: calc(30px * 1.2);
    }

    .learning_process h2::before {
        bottom: -20px;
        width: 120px;
        height: 4px;
    }

    .learning_process .text_box_wrapper {
        width: 90%;
        padding: 3.5rem;
        transition: transform 0.4s ease-out;
        margin-left: 5%;
    }

    .learning_process .text_box_wrapper:hover {
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08),
            inset 0 0 0 1px rgba(255, 255, 255, 0.15);
        transform: translateY(-5px);
    }

    .learning_process p {
        font-size: calc(13px * 1.05);
        max-width: 90%;
    }
}

@media (min-width: 1024px) {
    .learning_process {
        padding: 12rem 5rem;
    }

    .learning_process::before {
        background-size: 25% 25%;
    }

    .learning_process .skill_learn {
        gap: 2rem;
        align-items: center;
        grid-template-columns: 0.4fr 0.6fr;
    }

    .learning_process h2 {
        font-size: calc(30px * 1.3);
        margin-bottom: 0;
    }

    .learning_process h2::before {
        width: 140px;
        bottom: -25px;
    }

    .learning_process .text_box_wrapper {
        width: 100%;
        padding: 4rem;
        margin-left: 0;
    }

    .learning_process p {
        max-width: 100%;
    }
}

@media (min-width: 1440px) {
    .learning_process {
        padding: 14rem 6rem;
    }

    .learning_process .skill_learn {
        grid-template-columns: 0.35fr 0.65fr;
        gap: 3rem;
    }

    .learning_process h2 {
        font-size: calc(30px * 1.4);
    }

    .learning_process .text_box_wrapper {
        padding: 5rem;
    }

    .learning_process p {
        font-size: calc(13px * 1.1);
        line-height: 1.9;
    }
}

@media (prefers-reduced-motion: reduce) {

    .learning_process::before,
    .learning_process::after,
    .learning_process h2,
    .learning_process h2::before,
    .learning_process .text_box_wrapper,
    .learning_process .text_box_wrapper::before {
        animation: none;
        transform: none;
        transition: none;
        opacity: 1;
    }

    .learning_process .text_box_wrapper::before {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .learning_process {
        padding: 6rem 1.5rem;
    }

    .learning_process .skill_learn {
        gap: 2rem;
    }

    .learning_process h2 {
        margin-bottom: 2rem;
        font-size: calc(30px * 0.9);
    }

    .learning_process .text_box_wrapper {
        padding: 2rem;
    }

    .learning_process p {
        line-height: 1.7;
        font-size: calc(13px * 0.95);
    }
}

.pricing_grid_item {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}

.pricing_grid_item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 20, 50, 0.85);
    content: "";
    backdrop-filter: blur(5px);
    z-index: 0;
}

.pricing_grid_item .container {
    padding: 0 20px;
    position: relative;
    max-width: 1320px;
    z-index: 1;
    margin: 0 auto;
}

.pricing_grid_item .pricing_offers {
    perspective: 1200px;
}

.pricing_grid_item h2 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 28px;
    transform: translateZ(30px);
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
}

.pricing_grid_item h2::after {
    left: 50%;
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(198, 203, 183), rgb(163, 169, 144));
    height: 4px;
    box-shadow: 0 2px 10px rgba(rgb(198, 203, 183, 0.5), 0.5);
    content: "";
    position: absolute;
    transform: translateX(-50%);
}

.pricing_grid_item .skill_offers {
    text-align: center;
    font-size: calc(13px * 1.1);
    margin: 0 auto 3rem;
    max-width: 800px;
    color: rgba(255, 255, 255, 0.85);
    transform: translateZ(20px);
    line-height: 1.6;
}

.pricing_grid_item .payment_plan {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    transform-style: preserve-3d;
    gap: 30px;
    list-style: none;
    padding: 0;
}

.pricing_grid_item .payment_plan li {
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.pricing_grid_item .payment_plan li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}

.pricing_grid_item .learning_deals {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ffffff;
    transform-style: preserve-3d;
}

.pricing_grid_item .cost_card {
    transform-style: preserve-3d;
    border-radius: 2px;
    height: 100%;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg,
            rgba(rgb(198, 203, 183, 0.5), 0.2) 0%,
            rgba(rgb(198, 203, 183, 0.5), 0.3) 50%,
            rgba(rgb(198, 203, 183, 0.5), 0.18) 100%);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.pricing_grid_item .cost_card::before {
    width: 100%;
    background: linear-gradient(90deg,
            rgb(198, 203, 183),
            rgb(163, 169, 144) 50%,
            rgb(198, 203, 183));
    transform: translateZ(10px);
    content: "";
    left: 0;
    top: 0;
    height: 5px;
    position: absolute;
}

.pricing_grid_item .cost_card::after {
    transform: translateZ(5px);
    transition: opacity 0.5s ease;
    width: 200%;
    opacity: 0;
    content: "";
    height: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    left: -50%;
    top: -50%;
}

.pricing_grid_item .learning_deals:hover .cost_card::after {
    opacity: 1;
}

.pricing_grid_item .deal_board {
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    padding: 30px 25px;
}

.pricing_grid_item .deal_board h4 {
    position: relative;
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    transform: translateZ(20px);
    color: #ffffff;
}

.pricing_grid_item .learning_deals:hover .deal_board h4 {
    transform: translateZ(25px);
    color: rgb(163, 169, 144);
}

.pricing_grid_item .deal_board p {
    padding-right: 5px;
    position: relative;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    transform: translateZ(15px);
    font-size: 13px;
    max-height: 220px;
    line-height: 1.7;
}

.pricing_grid_item .deal_board p::-webkit-scrollbar {
    width: 3px;
}

.pricing_grid_item .deal_board p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(163, 169, 144, 0.5), 0.6);
}

.pricing_grid_item .deal_board p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.pricing_grid_item .cost_matrix {
    display: block;
    font-size: calc(18px * 1.3);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-weight: 700;
    background: linear-gradient(rgba(rgb(198, 203, 183, 0.5), 0.2), rgba(rgb(198, 203, 183, 0.5), 0.4));
    position: relative;
    color: rgb(163, 169, 144);
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(25px);
    margin-top: 20px;
    transition: all 0.3s ease;
    padding: 10px 15px;
}

.pricing_grid_item .learning_deals:hover .cost_matrix {
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    background: linear-gradient(rgba(rgb(163, 169, 144, 0.5), 0.4), rgba(rgb(163, 169, 144, 0.5), 0.7));
}

@media (max-width: 1199px) {
    .pricing_grid_item {
        padding: 100px 0;
    }

    .pricing_grid_item .payment_plan {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 991px) {
    .pricing_grid_item {
        padding: 80px 0;
    }

    .pricing_grid_item h2 {
        font-size: calc(28px * 0.9);
    }

    .pricing_grid_item .skill_offers {
        margin-bottom: 2.5rem;
        font-size: 13px;
    }

    .pricing_grid_item .payment_plan {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .pricing_grid_item .deal_board {
        padding: 25px 20px;
    }
}

@media (max-width: 767px) {
    .pricing_grid_item {
        padding: 60px 0;
    }

    .pricing_grid_item h2 {
        font-size: calc(28px * 0.8);
    }

    .pricing_grid_item .payment_plan {
        margin: 0 auto;
        grid-template-columns: 1fr;
        max-width: 450px;
    }

    .pricing_grid_item .payment_plan li {
        transform: perspective(800px) rotateX(3deg);
    }

    .pricing_grid_item .cost_matrix {
        font-size: calc(18px * 1.2);
    }
}

@media (max-width: 575px) {
    .pricing_grid_item {
        padding: 50px 0;
    }

    .pricing_grid_item h2 {
        font-size: calc(28px * 0.7);
    }

    .pricing_grid_item .skill_offers {
        font-size: calc(13px * 0.95);
        margin-bottom: 2rem;
    }

    .pricing_grid_item .deal_board {
        padding: 20px 15px;
    }

    .pricing_grid_item .deal_board h4 {
        font-size: 18px;
    }

    .pricing_grid_item .deal_board p {
        max-height: 180px;
        font-size: calc(13px * 0.9);
    }

    .pricing_grid_item .cost_matrix {
        padding: 8px 12px;
        font-size: 18px;
    }
}

.customer_opinions {
    background: linear-gradient(135deg, rgb(233, 236, 222) 0%, rgba(rgb(163, 169, 144, 0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.customer_opinions::before {
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(198, 203, 183, 0.5), 0.07) 0%, transparent 60%);
    height: 100%;
    left: 0;
}

.customer_opinions::after {
    width: 30%;
    content: "";
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(163, 169, 144, 0.5), 0.1) 0%, transparent 70%);
    right: -5%;
    bottom: -5%;
    height: 30%;
}

.customer_opinions .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.customer_opinions h2 {
    position: relative;
    letter-spacing: -0.5px;
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 50px;
    transform: translateX(5px);
    text-align: left;
}

.customer_opinions h2::after {
    position: absolute;
    transform-origin: left center;
    content: "";
    bottom: -12px;
    background: linear-gradient(90deg, rgb(198, 203, 183) 0%, rgb(163, 169, 144) 100%);
    left: 0;
    height: 3px;
    width: 80px;
    animation: pulse 3s infinite alternate;
}

.customer_opinions .reviews_hub {
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    display: grid;
}

.customer_opinions .testimonials_hub {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.4s ease;
    border-radius: 10px;
    background: #ffffff;
    padding: 30px 25px;
    isolation: isolate;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    z-index: 1;
    position: relative;
}

.customer_opinions .testimonials_hub:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.customer_opinions .testimonials_hub::before {
    font-size: 150px;
    line-height: 1;
    color: rgba(rgb(198, 203, 183, 0.5), 0.05);
    right: 20px;
    font-family: serif;
    position: absolute;
    content: "";
    top: -20px;
    z-index: -1;
}

.customer_opinions .testimonials_hub::after {
    transition: transform 0.4s ease-out;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(198, 203, 183) 0%, rgb(163, 169, 144) 100%);
    position: absolute;
    width: 100%;
    left: 0;
}

.customer_opinions .testimonials_hub:hover::after {
    transform: scaleX(1);
}

.customer_opinions .testimonials_hub div {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.customer_opinions .testimonials_hub img {
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
}

.customer_opinions .testimonials_hub:hover img {
    transform: scale(1.1);
}

.customer_opinions .testimonials_hub h4 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0 15px;
    letter-spacing: 0.5px;
    position: relative;
}

.customer_opinions .testimonials_hub h4::after {
    position: absolute;
    width: 0;
    content: "";
    left: 0;
    bottom: -5px;
    background-color: rgb(163, 169, 144);
    height: 2px;
    transition: width 0.3s ease;
}

.customer_opinions .testimonials_hub:hover h4::after {
    width: 100%;
}

.customer_opinions .testimonials_hub .description {
    margin: 0;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
}

.customer_opinions .testimonials_hub:hover .description {
    transform: translateY(-3px);
}

.customer_opinions a {
    margin-top: 50px;
    box-shadow: 0 8px 25px rgba(rgb(198, 203, 183, 0.5), 0.3);
    z-index: 1;
    text-decoration: none;
    border-radius: 10px;
    padding: 14px 32px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(198, 203, 183) 0%, rgb(163, 169, 144) 100%);
}

.customer_opinions a::before {
    background: linear-gradient(135deg, rgb(163, 169, 144) 0%, rgb(198, 203, 183) 100%);
    content: "";
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    left: 0;
}

.customer_opinions a:hover {
    box-shadow: 0 12px 30px rgba(rgb(198, 203, 183, 0.5), 0.4);
    transform: translateY(-5px);
}

.customer_opinions a:hover::before {
    opacity: 1;
}

@keyframes pulse {

    0%,
    100% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(1.2);
    }
}

@media (max-width: 1200px) {
    .customer_opinions {
        padding: 100px 0 70px;
    }

    .customer_opinions .reviews_hub {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .customer_opinions {
        padding: 80px 0 60px;
    }

    .customer_opinions h2 {
        font-size: calc(33px * 0.9);
        margin-bottom: 40px;
    }

    .customer_opinions .reviews_hub {
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .customer_opinions .testimonials_hub {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .customer_opinions {
        padding: 70px 0 50px;
    }

    .customer_opinions h2 {
        margin-bottom: 35px;
        font-size: calc(33px * 0.8);
    }

    .customer_opinions .reviews_hub {
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .customer_opinions .testimonials_hub {
        padding: 20px 18px;
    }

    .customer_opinions .testimonials_hub div {
        margin-bottom: 15px;
    }

    .customer_opinions .testimonials_hub img {
        width: 50px;
        height: 50px;
    }

    .customer_opinions a {
        padding: 12px 26px;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .customer_opinions {
        padding: 60px 0 40px;
    }

    .customer_opinions h2 {
        font-size: calc(33px * 0.7);
        margin-bottom: 30px;
    }

    .customer_opinions .testimonials_hub {
        padding: 18px 15px;
    }

    .customer_opinions .testimonials_hub img {
        width: 45px;
        height: 45px;
    }

    .customer_opinions .testimonials_hub h4 {
        font-size: calc(19px * 0.9);
    }

    .customer_opinions .testimonials_hub .description {
        font-size: calc(14px * 0.95);
    }

    .customer_opinions a {
        font-size: calc(20px * 0.9);
        padding: 10px 22px;
    }
}

.statistical_overview {
    position: relative;
    background: rgb(233, 236, 222);
    overflow: hidden;
    padding: 6rem 0;
}

.statistical_overview::before {
    width: 100%;
    content: "";
    background: radial-gradient(ellipse at center, transparent 0%, rgb(233, 236, 222) 100%);
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
}

.statistical_overview .container {
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.statistical_overview .top_gain {
    position: relative;
    display: flex;
    margin-bottom: 5rem;
}

.statistical_overview .edge_statistics {
    position: relative;
    padding: 0;
    z-index: 2;
    width: 25%;
}

.statistical_overview .edge_statistics:not(:last-child) {
    border-right: 1px dashed rgb(198, 203, 183, 0.5);
}

.statistical_overview .edge_statistics h4 {
    margin: 0 0 1rem;
    -webkit-text-stroke: 1px rgb(198, 203, 183);
    transition: all 0.3s ease;
    font-size: calc(37px * 1.5);
    color: transparent;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.statistical_overview .edge_statistics:nth-child(even) h4 {
    -webkit-text-stroke: 1px rgb(163, 169, 144);
}

.statistical_overview .edge_statistics:hover h4 {
    color: rgb(198, 203, 183);
    -webkit-text-stroke: 0;
    transform: translateY(-5px);
}

.statistical_overview .edge_statistics:nth-child(even):hover h4 {
    color: rgb(163, 169, 144);
    -webkit-text-stroke: 0;
}

.statistical_overview .edge_statistics span {
    transition: all 0.3s ease;
    position: relative;
    font-size: 17px;
    color: #000000;
    display: block;
    font-weight: 400;
}

.statistical_overview .edge_statistics:hover span {
    transform: translateY(5px);
}

.statistical_overview .statistics_tracks {
    position: relative;
    text-align: center;
}

.statistical_overview .statistics_tracks::before {
    width: 1px;
    transform: translateX(-50%);
    left: 50%;
    height: 2rem;
    position: absolute;
    content: "";
    top: -2.5rem;
    background: rgb(198, 203, 183, 0.5);
}

.statistical_overview .advantage_statistics {
    margin: 0 0 1.5rem;
    padding: 0 1rem;
    color: #000000;
    position: relative;
    font-size: 37px;
    display: inline-block;
    font-weight: 700;
}

.statistical_overview .advantage_statistics::before,
.statistical_overview .advantage_statistics::after {
    height: 1px;
    background: rgb(198, 203, 183);
    position: absolute;
    top: 50%;
    content: "";
    width: 30px;
}

.statistical_overview .advantage_statistics::before {
    left: -20px;
    transform: translateY(-50%);
}

.statistical_overview .advantage_statistics::after {
    transform: translateY(-50%);
    right: -20px;
}

.statistical_overview .expert_statistics {
    font-weight: 400;
    max-width: 700px;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    margin: 0 auto;
}

.statistical_overview svg {
    transition: all 0.3s ease;
    top: -10px;
    width: 30px;
    position: absolute;
    height: 30px;
    fill: rgb(198, 203, 183, 0.5);
    right: 10px;
    opacity: 0.2;
}

.statistical_overview .edge_statistics:nth-child(even) svg {
    fill: rgb(163, 169, 144, 0.5);
}

.statistical_overview svg path {
    fill: inherit;
}

.statistical_overview .edge_statistics:hover svg {
    transform: rotate(15deg);
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .statistical_overview {
        padding: 5rem 0;
    }

    .statistical_overview .edge_statistics h4 {
        font-size: calc(37px * 1.2);
    }

    .statistical_overview .top_gain {
        margin-bottom: 4rem;
    }
}

@media (max-width: 768px) {
    .statistical_overview {
        padding: 4rem 0;
    }

    .statistical_overview .top_gain {
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }

    .statistical_overview .edge_statistics {
        margin-bottom: 1.5rem;
        width: 50%;
    }

    .statistical_overview .edge_statistics:nth-child(2) {
        border-right: none;
    }

    .statistical_overview .statistics_tracks::before {
        height: 1rem;
        top: -1.5rem;
    }

    .statistical_overview .advantage_statistics {
        font-size: calc(37px * 0.9);
        margin-bottom: 1.2rem;
    }

    .statistical_overview .expert_statistics {
        line-height: 1.6;
        font-size: calc(17px * 0.95);
    }
}

@media (max-width: 480px) {
    .statistical_overview {
        padding: 3rem 0;
    }

    .statistical_overview .edge_statistics {
        border-bottom: 1px dashed rgb(198, 203, 183, 0.5);
        margin-bottom: 2rem;
        width: 100%;
        padding-bottom: 1.5rem;
        border-right: none !important;
    }

    .statistical_overview .edge_statistics:last-child {
        border-bottom: none;
    }

    .statistical_overview .edge_statistics h4 {
        font-size: 37px;
    }

    .statistical_overview .edge_statistics span {
        font-size: calc(17px * 0.9);
    }

    .statistical_overview .advantage_statistics {
        font-size: calc(37px * 0.8);
        margin-bottom: 1rem;
    }

    .statistical_overview .expert_statistics {
        font-size: calc(17px * 0.9);
        line-height: 1.5;
    }
}

.program_information {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
    background-color: rgb(233, 236, 222);
}

.program_information .container {
    position: relative;
    padding: 4rem 2rem;
    width: 100%;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
}

.program_information .skill_learn {
    flex-direction: column;
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.program_information .knowledge_route {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.program_information .knowledge_route::before {
    content: '';
    height: 150px;
    background-color: rgb(198, 203, 183);
    width: 150px;
    position: absolute;
    top: -50px;
    z-index: -1;
    border-radius: 50%;
    left: -30px;
    opacity: 0.1;
}

.program_information .knowledge_route::after {
    z-index: -1;
    right: -20px;
    content: '';
    border-radius: 50%;
    opacity: 0.1;
    width: 100px;
    height: 100px;
    background-color: rgb(163, 169, 144);
    bottom: -30px;
    position: absolute;
}

.program_information .knowledge_route h3 {
    font-size: 48px;
    color: rgb(198, 203, 183);
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}

.program_information .knowledge_route h3::after {
    border-radius: 2px;
    background-color: rgb(198, 203, 183);
    bottom: -15px;
    height: 4px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}

.program_information .knowledge_route p {
    margin-right: auto;
    margin-bottom: 2.5rem;
    max-width: 700px;
    line-height: 1.8;
    color: #000000;
    margin-left: auto;
    font-size: 13px;
}

.program_information .knowledge_route .reach_map {
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 1rem 2.5rem;
    background-color: rgb(198, 203, 183);
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}

.program_information .knowledge_route .reach_map::before {
    position: absolute;
    content: '';
    background-color: rgb(163, 169, 144);
    transition: transform 0.4s ease;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    width: 100%;
    transform: translateY(100%);
    left: 0;
    height: 100%;
}

.program_information .knowledge_route .reach_map:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}

.program_information .knowledge_route .reach_map:hover::before {
    transform: translateY(0);
}

.program_information .online_class {
    width: 100%;
    height: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    margin-top: 3rem;
    overflow: hidden;
    position: relative;
}

.program_information .online_class::before {
    z-index: 5;
    width: 100%;
    position: absolute;
    content: '';
    pointer-events: none;
    left: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.4) 0%,
            transparent 40%,
            transparent 60%,
            rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    top: 0;
}

.program_information .learn_track {
    animation: carousel-slide 25s ease-in-out infinite;
    display: flex;
    width: 500%;
    height: 100%;
}

.program_information .online_class:hover .learn_track {
    animation-play-state: paused;
}

.program_information .study_route {
    width: 20%;
    position: relative;
    height: 100%;
}

.program_information .study_route img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}

.program_information .study_route:hover img {
    transform: scale(1.05);
}

.program_information .feature-item {
    width: calc(33.333% - 20px);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    padding: 25px;
    min-width: 250px;
}

.program_information .feature-item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-20%);
    }

    45% {
        transform: translateX(-20%);
    }

    50% {
        transform: translateX(-40%);
    }

    70% {
        transform: translateX(-40%);
    }

    75% {
        transform: translateX(-60%);
    }

    95% {
        transform: translateX(-60%);
    }

    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {
    .program_information .online_class {
        height: 350px;
    }

    .program_information .knowledge_route h3 {
        font-size: calc(48px * 0.9);
    }

    .program_information .feature-item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .program_information .container {
        padding: 3rem 1.5rem;
    }

    .program_information .online_class {
        margin-top: 2rem;
        height: 300px;
    }

    .program_information .knowledge_route h3 {
        font-size: calc(48px * 0.8);
    }

    .program_information .feature-item {
        min-width: 100%;
        padding: 20px;
    }

    .program_information .learn_track {
        animation-duration: 20s;
        width: 600%;
    }

    .program_information .study_route {
        width: 16.6667%;
    }

    @keyframes carousel-slide {

        0%,
        12% {
            transform: translateX(0);
        }

        16%,
        28% {
            transform: translateX(-16.6667%);
        }

        32%,
        44% {
            transform: translateX(-33.3334%);
        }

        48%,
        60% {
            transform: translateX(-50%);
        }

        64%,
        76% {
            transform: translateX(-66.6667%);
        }

        80%,
        92% {
            transform: translateX(-83.3334%);
        }

        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {
    .program_information .online_class {
        height: 250px;
    }

    .program_information .knowledge_route .reach_map {
        padding: 0.8rem 2rem;
    }
}

header {
    background: linear-gradient(to right, rgb(163, 169, 144, 0.5), rgb(198, 203, 183));
    z-index: 1000;
    overflow: visible;
    position: relative;
    padding: 1.5rem 0;
}

header::before {
    z-index: -1;
    content: '';
    opacity: 0.1;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background:
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}

header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}

header .header_sitebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

header .main_tutor {
    position: relative;
    padding: 1rem;
    text-decoration: none;
    z-index: 2;
    align-items: center;
    justify-content: center;
    display: flex;
}

header .main_tutor::after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    height: 2px;
    background: #ffffff;
    opacity: 0.6;
    position: absolute;
    transition: width 0.3s ease, opacity 0.3s ease;
}

header .main_tutor:hover::after {
    opacity: 1;
    width: 80%;
}

header .main_tutor svg {
    filter: drop-shadow(0 4px 8px rgb(198, 203, 183, 0.5));
    transition: all 0.3s ease;
    width: 220px;
    height: auto;
}

header .main_tutor:hover svg {
    transform: translateY(-5px);
}

header .top_lead {
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 24px;
    width: 100%;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.6rem 1rem;
    flex-wrap: wrap;
}

header .top_lead::before {
    width: 100%;
    content: '';
    z-index: -1;
    left: 0;
    border-radius: 24px;
    box-shadow:
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    height: 100%;
    position: absolute;
    top: 0;
}

header .nav_pagebar {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.7rem 1.2rem;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

header .nav_pagebar::before {
    content: '';
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    opacity: 0;
    left: 0;
    position: absolute;
    height: 100%;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    z-index: -1;
    width: 100%;
    top: 0;
}

header .nav_pagebar:hover {
    transform: translateY(-3px);
    color: rgb(198, 203, 183);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

header .nav_pagebar:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {
    header {
        padding: 1.2rem 0;
    }

    header .header_sitebar {
        gap: 1.2rem;
    }

    header .main_tutor svg {
        width: 180px;
    }

    header .top_lead {
        gap: 0.6rem;
        padding: 0.5rem;
    }

    header .nav_pagebar {
        font-size: calc(13px - 1px);
        padding: 0.6rem 1rem;
    }
}

@media (max-width: 767px) {
    header {
        padding: 1rem 0;
    }

    header .header_sitebar {
        gap: 1rem;
    }

    header .main_tutor svg {
        width: 150px;
    }

    header .top_lead {
        padding: 0.4rem;
        gap: 0.4rem;
    }

    header .nav_pagebar {
        padding: 0.5rem 0.8rem;
        font-size: calc(13px - 2px);
    }
}

@media (max-width: 480px) {
    header {
        padding: 0.8rem 0;
    }

    header .header_sitebar {
        gap: 0.8rem;
    }

    header .main_tutor svg {
        width: 140px;
    }

    header .top_lead {
        padding: 0.4rem 0.6rem;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    header .top_lead::-webkit-scrollbar {
        height: 3px;
    }

    header .top_lead::-webkit-scrollbar-thumb {
        background: #ffffff;
        border-radius: 10px;
    }

    header .nav_pagebar {
        padding: 0.4rem 0.7rem;
        white-space: nowrap;
        font-size: calc(13px - 3px);
    }
}

.landing_page {
    min-height: 100vh;
    justify-content: center;
    z-index: 1;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.landing_page::before {
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg,
            rgb(198, 203, 183, 0.5) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            rgb(163, 169, 144, 0.5) 100%);
    z-index: -1;
    position: absolute;
    transform: translateZ(0);
}

.landing_page::after {
    background: radial-gradient(circle at center,
            rgb(163, 169, 144, 0.5) 0%,
            transparent 70%);
    position: absolute;
    transform: translateZ(0);
    z-index: -1;
    width: 100%;
    right: -50%;
    top: -50%;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    height: 100%;
    opacity: 0.7;
}

.landing_page>div {
    padding: 2rem;
    max-width: 1200px;
    transform-style: preserve-3d;
    width: 90%;
    perspective: 1000px;
}

.landing_page>div>div:first-child {
    position: relative;
    animation: floatIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 2.5rem;
    transform: translateZ(30px);
}

.landing_page .title_style_header {
    line-height: 1.2;
    padding: 0;
    color: #ffffff;
    font-size: calc(45px * 1.2);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3),
        0 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    margin: 0;
    position: relative;
    transform: translateX(-10px);
    opacity: 0;
    animation: slideRight 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.landing_page .title_style_header::after {
    content: "";
    left: 0;
    bottom: -15px;
    transform: scaleX(0);
    background: linear-gradient(90deg,
            rgb(163, 169, 144) 0%,
            rgb(198, 203, 183) 100%);
    position: absolute;
    transform-origin: left;
    animation: scaleIn 1.5s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    height: 4px;
    width: 80px;
}

.landing_page .start_open {
    -webkit-backdrop-filter: blur(8px);
    transform: translateZ(20px) rotateY(-5deg);
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    transform-origin: left center;
    border-left: 4px solid rgb(198, 203, 183);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4),
        0 15px 25px -5px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    animation: fadeIn 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    backdrop-filter: blur(8px);
}

.landing_page .start_open:hover {
    transform: translateZ(30px) rotateY(0deg);
}

.landing_page .corp_values {
    opacity: 0;
    animation: slideUp 0.7s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
}

.landing_page .corp_values h3 {
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    padding-bottom: 12px;
    margin: 0;
    font-size: calc(19px * 1.1);
    position: relative;
}

.landing_page .corp_values h3::after {
    height: 3px;
    transform-origin: left;
    content: "";
    left: 0;
    animation: pulseWidth 4s infinite alternate ease-in-out;
    background: rgb(163, 169, 144);
    bottom: 0;
    position: absolute;
    width: 40px;
}

.landing_page .start_open>div:last-child {
    animation: slideUp 0.7s 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateY(20px);
    opacity: 0;
}

.landing_page .start_open span {
    display: block;
    overflow: hidden;
    position: relative;
}

.landing_page .start_open p {
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
    font-size: calc(16px * 1.1);
    border-left: 2px solid rgb(163, 169, 144, 0.5);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

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

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

    to {
        transform: scaleX(1);
    }
}

@keyframes floatIn {
    from {
        transform: translateZ(0) translateY(20px);
    }

    to {
        transform: translateZ(30px) translateY(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }

    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseWidth {
    0% {
        width: 40px;
    }

    100% {
        width: 70px;
    }
}

@media (max-width: 1200px) {
    .landing_page .title_style_header {
        font-size: calc(45px * 1.1);
    }

    .landing_page .start_open {
        padding: 2rem;
    }
}

@media (max-width: 991px) {
    .landing_page>div {
        width: 95%;
    }

    .landing_page .title_style_header {
        font-size: 45px;
    }

    .landing_page .start_open {
        transform: translateZ(15px) rotateY(-3deg);
    }

    .landing_page .start_open:hover {
        transform: translateZ(20px) rotateY(0deg);
    }
}

@media (max-width: 768px) {
    .landing_page {
        min-height: 80vh;
    }

    .landing_page>div {
        padding: 1.5rem;
    }

    .landing_page .title_style_header {
        font-size: calc(31px * 1.1);
    }

    .landing_page .corp_values h3 {
        font-size: 19px;
    }

    .landing_page .start_open {
        transform: translateZ(10px) rotateY(-2deg);
        padding: 1.5rem;
    }

    .landing_page .start_open:hover {
        transform: translateZ(15px) rotateY(0deg);
    }
}

@media (max-width: 576px) {
    .landing_page {
        min-height: 70vh;
    }

    .landing_page>div {
        padding: 1rem;
        width: 100%;
    }

    .landing_page .title_style_header {
        font-size: 31px;
    }

    .landing_page .start_open {
        padding: 1.25rem;
        transform: translateZ(5px) rotateY(-1deg);
    }

    .landing_page .start_open:hover {
        transform: translateZ(10px) rotateY(0deg);
    }

    .landing_page .corp_values h3 {
        font-size: calc(19px * 1.1);
    }

    .landing_page .start_open p {
        font-size: 16px;
    }
}

footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}

footer::before {
    content: "";
    left: 0;
    top: 0;
    z-index: -2;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(163, 169, 144, 0.5) 0%, rgb(198, 203, 183, 0.5) 100%);
    right: 0;
}

footer::after {
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
    z-index: -1;
    position: absolute;
    background:
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
}

.footnote_ref {
    color: #ffffff;
    padding: 5rem 0 2.5rem;
    position: relative;
}

.footnote_ref::before {
    position: absolute;
    content: "";
    height: 20px;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(90deg,
            rgb(198, 203, 183) 0px,
            rgb(198, 203, 183) 40px,
            rgb(163, 169, 144) 40px,
            rgb(163, 169, 144) 80px);
    width: 100%;
}

.footnote_ref .container {
    flex-wrap: wrap;
    position: relative;
    gap: 4rem;
    justify-content: space-between;
    display: flex;
}

.footnote_ref .company_holder {
    transition: all 0.4s ease;
    background: rgb(198, 203, 183, 0.5);
    transform: rotateX(5deg);
    position: relative;
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    border-bottom: 6px solid rgb(198, 203, 183);
    flex: 1 1 380px;
    border-radius: 0;
}

.footnote_ref .company_holder:hover {
    transform: rotateX(0deg);
}

.footnote_ref .company_holder h3 {
    transform: translateZ(20px);
    font-size: 33px;
    display: inline-block;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.footnote_ref .company_holder h3::before {
    border-left: 3px solid #ffffff;
    height: 30px;
    position: absolute;
    border-top: 3px solid #ffffff;
    left: -10px;
    top: -10px;
    content: "";
    width: 30px;
}

.footnote_ref .company_holder h3::after {
    height: 30px;
    width: 30px;
    position: absolute;
    right: -10px;
    border-right: 3px solid #ffffff;
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    content: "";
}

.footnote_ref .pledge_block {
    line-height: 1.6;
    font-size: 18px;
    transform: translateZ(10px);
    padding: 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.footnote_ref .affiliate_cta {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}

.footnote_ref .top_know {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}

.footnote_ref .top_lead {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
    transform: rotateX(-5deg);
}

.footnote_ref .top_lead:hover {
    transform: rotateX(0deg);
}

.footnote_ref .top_lead h5 {
    background: rgb(163, 169, 144, 0.5);
    min-width: 200px;
    display: inline-block;
    transform: translateZ(15px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.footnote_ref .top_lead h5::after {
    right: 0;
    content: "";
    left: 0;
    background: rgb(163, 169, 144);
    position: absolute;
    height: 5px;
    bottom: -5px;
}

.footnote_ref .top_lead .top_know {
    padding: 1rem;
    flex-direction: column;
    border-radius: 10px;
    gap: 1rem;
    display: flex;
    transform: translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
}

.footnote_ref .top_lead .top_know a {
    padding: 0.7rem 1rem;
    color: #ffffff;
    transform: translateZ(10px);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    font-size: 18px;
}

.footnote_ref .top_lead .top_know a::before {
    transition: all 0.5s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}

.footnote_ref .top_lead .top_know a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(163, 169, 144, 0.5);
}

.footnote_ref .top_lead .top_know a:hover::before {
    left: 100%;
}

.project_ref {
    background: rgb(163, 169, 144, 0.5);
    transform-style: preserve-3d;
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
    perspective: 1000px;
}

.project_ref::before {
    content: "";
    transform: rotateX(45deg);
    background: rgb(163, 169, 144);
    position: absolute;
    top: -20px;
    width: 100%;
    transform-origin: bottom;
    height: 20px;
    left: 0;
}

.project_ref .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_ref .progress_bar {
    text-align: center;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-size: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
}

@media (max-width: 1200px) {
    .footnote_ref .container {
        gap: 3rem;
    }

    .footnote_ref .company_holder {
        flex: 1 1 350px;
    }

    .footnote_ref .affiliate_cta {
        min-width: 350px;
        flex: 1 1 calc(100% - 430px);
    }

    .footnote_ref .top_know {
        gap: 2rem;
    }
}

@media (max-width: 992px) {
    .footnote_ref {
        padding: 4rem 0 2rem;
    }

    .footnote_ref .container {
        flex-direction: column;
        gap: 3rem;
    }

    .footnote_ref .company_holder,
    .footnote_ref .affiliate_cta {
        min-width: 100%;
        flex: 1 1 100%;
    }

    .footnote_ref .top_lead {
        min-width: 220px;
        flex: 1 1 calc(50% - 1.5rem);
    }

    .footnote_ref .company_holder,
    .footnote_ref .top_lead {
        transform: none;
    }
}

@media (max-width: 768px) {
    .footnote_ref {
        padding: 3.5rem 0 1.5rem;
    }

    .footnote_ref .top_know {
        gap: 1.5rem;
    }

    .footnote_ref .company_holder h3 {
        font-size: calc(33px - 2px);
    }

    .footnote_ref .company_holder h3::before,
    .footnote_ref .company_holder h3::after {
        width: 20px;
        height: 20px;
    }

    .project_ref {
        margin-top: 2rem;
    }

    .project_ref::before {
        height: 15px;
        top: -15px;
    }
}

@media (max-width: 576px) {
    .footnote_ref {
        padding: 3rem 0 1rem;
    }

    .footnote_ref .top_lead {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .footnote_ref .top_know {
        gap: 0.7rem;
    }

    .footnote_ref .top_lead .top_know a {
        padding: 0.6rem 0.8rem;
    }

    .project_ref {
        margin-top: 1.5rem;
        padding: 1.5rem 0;
    }

    .project_ref::before {
        display: none;
    }
}

@media (max-width: 420px) {
    .footnote_ref::before {
        height: 10px;
    }

    .footnote_ref .company_holder h3::before,
    .footnote_ref .company_holder h3::after {
        display: none;
    }

    .footnote_ref .top_lead h5 {
        min-width: auto;
        width: 100%;
    }

    .project_ref .progress_bar {
        width: 90%;
        padding: 0.7rem 1.5rem;
    }
}

.learning_profits {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(233, 236, 222) 0%, rgb(198, 203, 183, 0.5) 100%);
    padding: 90px 0;
    position: relative;
}

.learning_profits::before {
    background: repeating-radial-gradient(circle at 90% 20%,
            rgb(163, 169, 144, 0.5) 0,
            transparent 100px);
    content: "";
    top: 0;
    opacity: 0.4;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.learning_profits .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}

.learning_profits .skill_learn {
    display: flex;
    gap: 50px;
    align-items: center;
}

.learning_profits .img_banner {
    position: relative;
    transform: rotate(-2deg);
    border-radius: 20px;
    z-index: 1;
    flex: 0 0 40%;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 40%;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(233, 236, 222),
        0 0 0 8px rgb(198, 203, 183, 0.5);
}

.learning_profits .img_banner:hover {
    transform: rotate(0deg) scale(1.02);
}

.learning_profits .text_box_wrapper {
    flex: 0 0 52%;
    z-index: 2;
    position: relative;
}

.learning_profits .text_box_wrapper::before {
    border-radius: 20px;
    inset: -20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: -1;
    content: "";
    background: #ffffff;
}

.learning_profits .text_box_wrapper::after {
    height: 70px;
    animation: float 10s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(198, 203, 183, 0.5), rgb(163, 169, 144, 0.5));
    z-index: -2;
    left: 30px;
    top: -35px;
    width: 70px;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    content: "";
}

.learning_profits h3 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    position: relative;
}

.learning_profits h3::after {
    height: 4px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    content: "";
    bottom: -12px;
    width: 30px;
    background: rgb(198, 203, 183);
}

.learning_profits ul {
    padding: 0;
    margin: 0;
    gap: 16px;
    list-style: none;
    flex-direction: column;
    display: flex;
}

.learning_profits li {
    padding-left: 10px;
    position: relative;
    transition: all 0.3s ease;
}

.learning_profits li::before {
    background: rgb(198, 203, 183, 0.5);
    border-radius: 50%;
    content: "";
    left: -5px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
    width: 10px;
    opacity: 0;
    height: 10px;
}

.learning_profits li:hover {
    transform: translateX(10px);
}

.learning_profits li:hover::before {
    left: -10px;
    opacity: 1;
}

.learning_profits li p {
    display: flex;
    font-weight: 400;
    background: rgb(233, 236, 222);
    transition: all 0.3s ease;
    line-height: 1.5;
    align-items: center;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0;
    color: #000000;
    gap: 16px;
    font-size: 12px;
}

.learning_profits li:hover p {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right, rgb(198, 203, 183, 0.5), rgb(233, 236, 222));
}

.learning_profits svg {
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 50%;
    flex-shrink: 0;
    background: #ffffff;
}

.learning_profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(198, 203, 183);
}

.learning_profits li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1) rotate(10deg);
}

.learning_profits li:hover svg path {
    fill: rgb(163, 169, 144);
}

@keyframes float {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(10px, -10px) scale(1.1);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

@media (max-width: 992px) {
    .learning_profits {
        padding: 70px 0;
    }

    .learning_profits .skill_learn {
        flex-direction: column;
        gap: 70px;
    }

    .learning_profits .img_banner {
        max-width: 60%;
        margin: 0 auto;
        flex: none;
    }

    .learning_profits .text_box_wrapper {
        width: 80%;
        margin: 0 auto;
        flex: none;
    }

    .learning_profits .text_box_wrapper::after {
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
    }
}

@media (max-width: 576px) {
    .learning_profits {
        padding: 50px 0;
    }

    .learning_profits .img_banner {
        max-width: 80%;
    }

    .learning_profits .text_box_wrapper {
        width: 100%;
    }

    .learning_profits .text_box_wrapper::before {
        inset: -15px;
    }

    .learning_profits h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .learning_profits ul {
        gap: 12px;
    }

    .learning_profits li p {
        padding: 12px 15px;
    }

    .learning_profits svg {
        height: 22px;
        width: 22px;
        padding: 4px;
    }
}

.thxBlock {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(233, 236, 222) 0%, rgba(255, 255, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.thxBlock::before {
    height: 70%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(198, 203, 183, 0.5) 0%, rgb(163, 169, 144) 100%);
    width: 60%;
    position: absolute;
    animation: float 12s ease-in-out infinite;
    right: -20%;
    transform: rotate(-15deg);
    top: -20%;
    filter: blur(40px);
    content: "";
    opacity: 0.4;
}

.thxBlock::after {
    animation: float 15s ease-in-out infinite reverse;
    transform: rotate(15deg);
    background: linear-gradient(-45deg, rgb(163, 169, 144, 0.5) 0%, rgb(198, 203, 183) 100%);
    height: 60%;
    filter: blur(30px);
    width: 50%;
    content: "";
    bottom: -10%;
    z-index: 0;
    opacity: 0.3;
    left: -10%;
    position: absolute;
}

.thxBlock .container {
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
    z-index: 2;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    display: flex;
    position: relative;
}

.thxBlock h2 {
    letter-spacing: -0.02em;
    line-height: 1.3;
    opacity: 0;
    color: #000000;
    position: relative;
    font-size: clamp(1.75rem, 4vw, 35px);
    text-align: center;
    margin-bottom: 3rem;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    font-weight: 700;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    max-width: 90%;
}

.thxBlock h2::before {
    left: 50%;
    width: 80px;
    border-radius: 2px;
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(90deg, rgb(198, 203, 183) 0%, rgb(163, 169, 144) 100%);
    bottom: -16px;
    content: "";
    position: absolute;
}

.thxBlock .skill_learn {
    position: relative;
    max-width: 880px;
    opacity: 0;
    border-radius: 20px;
    transform: translateY(30px);
    width: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
    border-left: 4px solid rgb(198, 203, 183);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 8px 16px rgba(0, 0, 0, 0.04);
    padding: 3rem;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    backdrop-filter: blur(8px);
}

.thxBlock .skill_learn::before {
    border-radius: calc(20px - 15px);
    bottom: 15px;
    left: 15px;
    top: 15px;
    border: 1px dashed rgba(0, 0, 0, 0.07);
    right: 15px;
    z-index: 0;
    pointer-events: none;
    content: "";
    position: absolute;
}

.thxBlock ul {
    list-style: none;
    margin: 0;
    z-index: 1;
    padding: 0;
    position: relative;
}

.thxBlock li {
    position: relative;
    padding-left: 2rem;
}

.thxBlock li::before {
    background: rgb(198, 203, 183);
    box-shadow: 0 0 0 4px rgb(198, 203, 183, 0.5);
    width: 8px;
    left: 0;
    content: "";
    height: 8px;
    animation: pulse 3s ease-in-out infinite;
    top: 8px;
    position: absolute;
    border-radius: 50%;
}

.thxBlock span {
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #000000;
    z-index: 2;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
}

@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(198, 203, 183, 0.5);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }

    50% {
        transform: rotate(-12deg) translate(-10px, -15px);
    }

    100% {
        transform: rotate(-15deg) translate(0, 0);
    }
}

@media screen and (max-width: 767px) {
    .thxBlock {
        padding: 3rem 1.25rem;
    }

    .thxBlock h2 {
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .thxBlock .skill_learn {
        border-left-width: 3px;
        padding: 2rem 1.5rem;
    }

    .thxBlock li {
        padding-left: 1.5rem;
    }

    .thxBlock li::before {
        height: 6px;
        top: 6px;
        width: 6px;
    }

    .thxBlock h2::before {
        bottom: -12px;
        height: 3px;
        width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .thxBlock {
        padding: 2.5rem 1rem;
    }

    .thxBlock h2 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .thxBlock .skill_learn {
        padding: 1.5rem 1.25rem;
    }

    .thxBlock span {
        font-size: 0.95rem;
    }
}

.audience_profile {
    padding: 6rem 0;
    z-index: 1;
    background-color: rgb(233, 236, 222);
    position: relative;
    overflow: hidden;
}

.audience_profile::before {
    content: "";
    background: radial-gradient(circle at center,
            rgba(rgb(163, 169, 144, 0.5), 0.3) 0%,
            transparent 70%);
    animation: pulseGlow 15s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
    z-index: -1;
    right: -50%;
    height: 100%;
    top: -50%;
}

.audience_profile::after {
    height: 80%;
    background: radial-gradient(ellipse at center,
            rgba(rgb(198, 203, 183, 0.5), 0.2) 0%,
            transparent 70%);
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
    width: 80%;
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -30%;
    left: -20%;
}

.audience_profile .skill_learn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
}

.audience_profile h3 {
    text-align: center;
    font-weight: 600;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
    margin-bottom: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 3rem;
    color: #000000;
}

.audience_profile h3::before,
.audience_profile h3::after {
    border-color: rgb(163, 169, 144);
    content: "";
    height: 30px;
    width: 30px;
    z-index: -1;
    position: absolute;
    border-style: solid;
}

.audience_profile h3::before {
    border-width: 2px 0 0 2px;
    left: -10px;
    border-radius: 5px 0 0 0;
    top: -10px;
}

.audience_profile h3::after {
    border-width: 0 2px 2px 0;
    bottom: -10px;
    border-radius: 0 0 5px 0;
    right: -10px;
}

.audience_profile ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    list-style: none;
    z-index: 2;
    gap: 2rem;
    padding: 0;
    position: relative;
    margin: 0;
}

.audience_profile li {
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    padding: 2rem;
    backdrop-filter: blur(12px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    display: flex;
}

.audience_profile li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(rgb(163, 169, 144, 0.5), 0.5),
            transparent);
    height: 2px;
    right: 0;
}

.audience_profile li:hover {
    border-color: rgba(rgb(163, 169, 144, 0.5), 0.3);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.audience_profile li:hover::after {
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg,
            rgb(163, 169, 144),
            rgb(198, 203, 183));
    left: 0;
    bottom: 0;
    animation: glowLine 2s infinite alternate ease-in-out;
    height: 4px;
}

.audience_profile li svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 60px;
    margin-bottom: 1.5rem;
    fill: rgb(163, 169, 144);
    height: 60px;
    transition: all 0.3s ease;
}

.audience_profile li svg path {
    fill: rgb(163, 169, 144);
    transition: fill 0.3s ease;
}

.audience_profile li:hover svg {
    transform: scale(1.05);
    fill: rgb(198, 203, 183);
}

.audience_profile li:hover svg path {
    fill: rgb(198, 203, 183);
}

@media (min-width: 992px) {
    .audience_profile li:nth-child(odd) {
        transform: translateY(20px);
    }

    .audience_profile li:nth-child(even) {
        transform: translateY(-20px);
    }

    .audience_profile li:hover {
        transform: translateY(-10px);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }

    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(163, 169, 144, 0.5), 0.5);
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(198, 203, 183, 0.5), 0.8);
    }
}


@media (max-width: 991px) {
    .audience_profile {
        padding: 4rem 0;
    }

    .audience_profile ul {
        gap: 1.5rem;
    }

    .audience_profile h3 {
        padding: 0.8rem 2rem;
        font-size: calc(28px * 0.9);
        margin-bottom: 3rem;
    }

    .audience_profile li {
        padding: 1.5rem;
    }

    .audience_profile li svg {
        height: 50px;
        width: 50px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .audience_profile {
        padding: 3rem 0;
    }

    .audience_profile .skill_learn {
        padding: 0 1.5rem;
    }

    .audience_profile h3 {
        margin-bottom: 2.5rem;
        padding: 0.7rem 1.5rem;
        font-size: calc(28px * 0.8);
    }

    .audience_profile li {
        padding: 1.25rem;
    }

    .audience_profile li:nth-child(even),
    .audience_profile li:nth-child(odd) {
        transform: translateX(0);
    }

    .audience_profile li:nth-child(even):hover,
    .audience_profile li:nth-child(odd):hover {
        transform: translateY(-5px);
    }

    .audience_profile li svg {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 480px) {
    .audience_profile {
        padding: 2.5rem 0;
    }

    .audience_profile .skill_learn {
        padding: 0 1rem;
    }

    .audience_profile h3 {
        font-size: calc(28px * 0.7);
        padding: 0.5rem 1rem;
        margin-bottom: 2rem;
    }

    .audience_profile h3::before,
    .audience_profile h3::after {
        height: 20px;
        width: 20px;
    }

    .audience_profile ul {
        gap: 1rem;
    }

    .audience_profile li {
        padding: 1rem;
    }

    .audience_profile li svg {
        margin-bottom: 0.75rem;
        width: 35px;
        height: 35px;
    }
}

.our_mission {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.our_mission::before {
    content: "";
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.75) 50%,
            rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    backdrop-filter: blur(3px) saturate(120%);
    height: 100%;
    width: 100%;
}

.our_mission::after {
    position: absolute;
    border-radius: 10px;
    border: 2px solid rgb(163, 169, 144);
    animation: float 20s infinite ease-in-out;
    z-index: 2;
    content: "";
    right: -30px;
    height: 150px;
    opacity: 0.5;
    transform: rotate(-15deg);
    width: 150px;
    top: -30px;
}

.our_mission .container {
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}

.our_mission .text_box_wrapper {
    margin-left: auto;
    max-width: 85%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 60px 50px;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.95),
            rgba(255, 255, 255, 0.92));
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    backdrop-filter: blur(8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    border-left: 4px solid rgb(198, 203, 183);
}

.our_mission .text_box_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_mission .text_box_wrapper::before {
    left: -15px;
    width: 70px;
    z-index: -1;
    top: -15px;
    height: 70px;
    border-left: 3px solid rgb(198, 203, 183);
    content: "";
    border-top: 3px solid rgb(198, 203, 183);
    position: absolute;
}

.our_mission .text_box_wrapper::after {
    width: 70px;
    border-right: 3px solid rgb(163, 169, 144);
    border-bottom: 3px solid rgb(163, 169, 144);
    height: 70px;
    content: "";
    right: -15px;
    z-index: -1;
    position: absolute;
    bottom: -15px;
}

.our_mission h5 {
    letter-spacing: 3px;
    padding-bottom: 10px;
    color: rgb(198, 203, 183);
    text-transform: uppercase;
    display: inline-block;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
}

.our_mission h5::after {
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(198, 203, 183);
    bottom: 0;
    height: 2px;
    width: 60%;
    content: "";
}

.our_mission h5:hover::after {
    width: 100%;
}

.our_mission p {
    font-size: calc(14px * 1.4);
    line-height: 1.7;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 400;
}

.our_mission p b {
    position: relative;
    transform: translateX(-10px);
    font-size: calc(14px * 1.8);
    margin-bottom: 6px;
    font-weight: 700;
    background: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(rgb(163, 169, 144, 0.5), 0.3) 40%, rgba(rgb(163, 169, 144, 0.5), 0.3) 60%, transparent 60%, transparent 100%);
    padding: 0 10px;
    display: inline-block;
    color: #000000;
}

.our_mission ol {
    padding-left: 0;
    list-style-type: none;
    counter-reset: item;
}

.our_mission ol li {
    column-gap: 40px;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    column-count: 1;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
    hyphens: auto;
    color: #000000;
}

.our_mission ol li::before {
    left: 0;
    position: absolute;
    top: 12px;
    background-color: rgb(163, 169, 144);
    height: 6px;
    width: 6px;
    content: "";
    border-radius: 50%;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(-15deg);
    }

    50% {
        transform: translateY(-30px) rotate(-10deg);
    }
}

@media (min-width: 992px) {
    .our_mission .text_box_wrapper {
        max-width: 80%;
        padding: 80px 70px;
    }

    .our_mission ol li {
        padding-left: 30px;
        column-count: 2;
    }

    .our_mission ol li::before {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 991px) {
    .our_mission {
        padding: 90px 0;
    }

    .our_mission .text_box_wrapper {
        padding: 50px 40px;
        max-width: 90%;
        transform: perspective(1000px) rotateY(-2deg);
    }

    .our_mission h5 {
        font-size: calc(21px * 0.9);
    }

    .our_mission p b {
        font-size: calc(14px * 1.6);
    }
}

@media (max-width: 767px) {
    .our_mission {
        padding: 70px 0;
    }

    .our_mission .text_box_wrapper {
        max-width: 100%;
        margin: 0;
        transform: none;
        padding: 40px 30px;
    }

    .our_mission::after {
        height: 80px;
        right: -15px;
        top: -15px;
        width: 80px;
    }

    .our_mission h5 {
        font-size: calc(21px * 0.8);
        letter-spacing: 2px;
    }

    .our_mission p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .our_mission p b {
        font-size: calc(14px * 1.4);
    }

    .our_mission ol li {
        font-size: calc(14px * 0.95);
        line-height: 1.6;
    }

    .our_mission .text_box_wrapper::before,
    .our_mission .text_box_wrapper::after {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .our_mission {
        padding: 50px 0;
    }

    .our_mission .text_box_wrapper {
        padding: 30px 20px;
    }

    .our_mission h5 {
        letter-spacing: 1px;
        font-size: calc(21px * 0.7);
    }

    .our_mission p b {
        font-size: calc(14px * 1.2);
    }

    .our_mission ol li {
        line-height: 1.5;
        font-size: calc(14px * 0.9);
    }

    .our_mission .text_box_wrapper::before,
    .our_mission .text_box_wrapper::after {
        display: none;
    }
}

.secure_preserve {
    color: #000000;
    display: grid;
    gap: 2rem;
    padding: 2rem;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    grid-template-columns: 1fr;
}

.secure_preserve h1,
.secure_preserve h2 {
    padding: 0.5rem 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    color: rgb(198, 203, 183);
}

.secure_preserve h1 {
    font-size: 41px;
    border-bottom: 3px solid rgb(198, 203, 183);
    font-weight: 700;
}

.secure_preserve h2 {
    border-bottom: 2px solid rgb(163, 169, 144);
    font-size: 31px;
    font-weight: 600;
}

.secure_preserve h3,
.secure_preserve h4,
.secure_preserve h5,
.secure_preserve h6 {
    margin: 10px 0;
}

.secure_preserve ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.secure_preserve ul li {
    align-items: center;
    border-bottom: 1px solid rgb(163, 169, 144, 0.5);
    font-weight: 400;
    padding: 0.5rem 0;
    display: flex;
    font-size: 13px;
}

.secure_preserve ul li:last-child {
    border-bottom: none;
}

.secure_preserve ul li::before {
    margin-right: 1rem;
    color: rgb(198, 203, 183);
    content: '—';
}

.secure_preserve p,
.secure_preserve span {
    margin: 0 0 1rem 0;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}

.secure_preserve div {
    margin: 1rem 0;
}

.secure_preserve section {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

@media only screen and (max-width: 800px) {
    .secure_preserve {
        padding: 1.5rem;
        gap: 1rem;
        border-radius: 10px;
    }

    .secure_preserve h1 {
        font-size: calc(19px * 0.9);
        border-bottom-width: 2px;
    }

    .secure_preserve h2 {
        font-size: calc(19px * 0.9);
        border-bottom-width: 1px;
    }

    .secure_preserve ul li {
        padding: 0.5rem 0;
    }

    .secure_preserve ul li::before {
        margin-right: 0.5rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
}