﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
header,footer {
    width: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
a {
    color: inherit;
    text-decoration: none;
}
.top_primary {
    flex: 1 0 auto;
}
section {
    background-color: rgb(239,234,238);
}
.wrapper-structure {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.container {
    margin: auto;
    width: 1155px;
    max-width: 100%;
}

.footer {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.course_highlights {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(239,234,238) 0%, rgb(212,198,210,0.5) 100%);
    overflow: hidden;
}

.course_highlights::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(212,198,210,0.5),
        rgb(212,198,210,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    opacity: 0.04;
}

.course_highlights .container {
    position: relative;
    z-index: 2;
}

.course_highlights .education_guide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
}

.course_highlights .text_details {
    position: relative;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.course_highlights .text_details:hover {
    transform: translateY(-10px);
}

.course_highlights .text_details::before {
    content: "";
    position: absolute;
    top: -4rem;
    right: 3rem;
    width: 8rem;
    height: 8rem;
    background: rgb(179,161,176,0.5);
    border-radius: 50%;
    opacity: 0.6;
    z-index: -1;
}

.course_highlights .text_details h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(212,198,210);
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_highlights .text_details h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 3rem;
    height: 4px;
    background: rgb(179,161,176);
    border-radius: 10px;
    transition: width 0.4s ease;
}

.course_highlights .text_details:hover h2::after {
    width: 100%;
}

.course_highlights .text_details .program_guide {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 1rem;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.course_highlights .text_details .program_guide:last-of-type {
    font-weight: 600;
    margin-bottom: 0;
    animation-delay: 0.4s;
}

.course_highlights .text_details .program_guide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 4px;
    height: 4px;
    background: rgb(179,161,176);
    border-radius: 50%;
}

.course_highlights .inline_image {
    height: 320px;
    border-radius: 0;
    position: relative;
    margin-top: -2rem;
    z-index: 2;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.course_highlights .inline_image:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.course_highlights .inline_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(212,198,210,0.5) 0%,
        transparent 40%
    );
}

@media (min-width: 768px) {
    .course_highlights .education_guide {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 2rem;
    }
    
    .course_highlights .text_details {
        grid-column: 1 / 2;
        margin-right: -4rem;
        align-self: center;
    }
    
    .course_highlights .inline_image {
        grid-column: 2 / 3;
        height: 400px;
        transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
        margin-top: 0;
    }
    
    .course_highlights .inline_image::before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 20px;
        width: 60%;
        height: 20px;
        background: rgb(179,161,176);
        filter: blur(15px);
        opacity: 0.4;
        z-index: -1;
    }
}

@media (min-width: 992px) {
    .course_highlights .education_guide {
        grid-template-columns: 1.2fr 0.8fr;
    }
    
    .course_highlights .text_details {
        padding: 3rem;
    }
    
    .course_highlights .inline_image {
        height: 450px;
        margin-top: 3rem;
    }
    
    .course_highlights .text_details::after {
        content: "";
        position: absolute;
        bottom: -3rem;
        left: 25%;
        width: 6rem;
        height: 6rem;
        background: rgb(212,198,210,0.5);
        border-radius: 50%;
        opacity: 0.4;
        z-index: -1;
    }
}

@media (max-width: 767px) {
    .course_highlights {
        padding: 4rem 0;
    }
    
    .course_highlights .inline_image {
        margin-bottom: 2rem;
        transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    }
}.title_board {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #ffffff, rgb(239,234,238));
    color: #000000;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.title_board::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(212,198,210,0.5) 10%, transparent 10%);
    background-size: 20px 20px;
    opacity: 0.1;
}

.title_board .skill_guides {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
}

.title_board .inline_image {
    order: 1;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.title_board .inline_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(rgb(212,198,210), 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.title_board .text_details {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
}

.title_board .page_front {
    margin-bottom: 2rem;
    position: relative;
    padding: 2rem;
    background: linear-gradient(45deg, #ffffff, rgb(239,234,238));
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.title_board .page_front::before,
.title_board .page_front::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(212,198,210);
    transition: all 0.3s ease;
}

.title_board .page_front::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.title_board .page_front::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.title_board .page_front svg {
    width: 60px;
    height: 60px;
    fill: rgb(212,198,210);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.title_board .page_front h2 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.title_board .page_front h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgb(212,198,210), rgb(179,161,176));
    transition: width 0.3s ease;
}

.title_board .page_front span {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    display: block;
}

.title_board .help_form {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(45deg, rgb(212,198,210), rgb(179,161,176));
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.title_board .help_form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(179,161,176), rgb(212,198,210));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.title_board .help_form:hover::before {
    opacity: 1;
}

.title_board .help_form:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(212,198,210,0.5);
}

@media (min-width: 992px) {
    .title_board .skill_guides {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .title_board .inline_image {
        order: 2;
        width: 45%;
        height: 400px;
    }

    .title_board .text_details {
        order: 1;
        width: 50%;
        text-align: left;
        align-items: flex-start;
        margin-top: 0;
    }

    .title_board .page_front h2::after {
        left: 0;
        transform: none;
    }
}

@media (max-width: 908px) {
    .title_board {
        padding: 3rem 0;
    }

    .title_board .page_front h2 {
        font-size: 21px;
    }

    .title_board .page_front span {
        font-size: 14px;
    }

    .title_board .help_form {
        padding: 10px 20px;
        font-size: 14px;
    }
    .title_board .text_details {
        width: 100%;
    }
}.thxSection {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    height: 100vh;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgb(179,161,176,0.5);
}
.thxSection .container {
    background-color: rgb(239,234,238);
    padding: 60px;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(212,198,210,0.5);
}
.thxSection h2 {
    font-size: 37px;
    font-weight: 600;
    color: rgb(212,198,210);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(212,198,210);
    width: 100%;
    padding-bottom: 10px;
}
.thxSection p {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    background: rgb(179,161,176,0.5);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgb(179,161,176);
}
@media only screen and (max-width: 800px) {
    .thxSection {
        padding: 20px;
        height: auto;
    }
    .thxSection .container {
        padding: 40px 20px;
    }
    .thxSection h2 {
        font-size: 47px;
    }
    .thxSection p {
        font-size: 20px;
    }
}
.contact_panel {
    position: relative;
    background: linear-gradient(145deg, rgb(239,234,238) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.contact_panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,198,210,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(212,198,210,0.5) 11px
    );
    pointer-events: none;
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
}

.contact_panel::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(212,198,210,0.5) 0%, transparent 60%);
    opacity: 0.1;
    pointer-events: none;
    animation: pulseGlow 15s ease-in-out infinite;
}

.contact_panel .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_panel h2 {
    font-size: 28px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}

.contact_panel h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(212,198,210), transparent);
}

.contact_panel .message_query {
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.contact_panel .message_query::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(212,198,210,0.5), transparent);
    opacity: 0.03;
    pointer-events: none;
}

.contact_panel .inline_image {
    flex: 1;
    min-height: 500px;
    position: relative;
    transform: scale(1.01);
    transition: transform 0.6s ease;
}

.contact_panel .inline_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.contact_panel .connect_list {
    flex: 1;
    padding: 50px;
    position: relative;
}

.contact_panel .connect_list::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-top: 2px solid rgb(212,198,210,0.5);
    border-right: 2px solid rgb(212,198,210,0.5);
    opacity: 0.7;
}

.contact_panel .connect_list::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-bottom: 2px solid rgb(212,198,210,0.5);
    border-left: 2px solid rgb(212,198,210,0.5);
    opacity: 0.7;
}

.contact_panel form {
    width: 100%;
}

.contact_panel form h3 {
    font-size: 24px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.contact_panel form h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    background: rgb(212,198,210);
    border-radius: 10px;
}

.contact_panel form input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact_panel form input[type="text"]:focus {
    border-color: rgb(212,198,210);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(212,198,210), 0.2);
    outline: none;
}

.contact_panel form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_panel .inquiry_map {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.contact_panel .inquiry_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_panel .inquiry_map label {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.contact_panel .inquiry_map label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact_panel .inquiry_map input[type="checkbox"]:checked + label::before {
    background: rgb(212,198,210);
    border-color: rgb(212,198,210);
}

.contact_panel .inquiry_map input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 11px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.contact_panel .inquiry_map label a {
    color: rgb(212,198,210);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_panel .inquiry_map label a:hover {
    text-decoration: underline;
}

.contact_panel form .help_form {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(212,198,210), rgb(179,161,176));
    border: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

.contact_panel form .help_form::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(179,161,176), rgb(212,198,210));
    z-index: -1;
    transition: all 0.4s ease;
}

.contact_panel form .help_form:hover::before {
    left: 0;
}

.contact_panel form .help_form:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.contact_panel svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(212,198,210);
}

.contact_panel svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {
    .contact_panel {
        padding: 80px 0;
    }
    
    .contact_panel .message_query {
        flex-direction: column;
    }
    
    .contact_panel .inline_image {
        min-height: 300px;
        order: 1;
    }
    
    .contact_panel .connect_list {
        order: 2;
        padding: 40px 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact_panel {
        padding: 60px 0;
    }
    
    .contact_panel h2 {
        margin-bottom: 40px;
    }
    
    .contact_panel .inline_image {
        min-height: 200px;
    }
    
    .contact_panel .connect_list {
        padding: 30px 20px;
    }
    
    .contact_panel form .help_form {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .contact_panel {
        padding: 40px 0;
    }
    
    .contact_panel h2 {
        font-size: calc(28px * 0.8);
    }
    
    .contact_panel form h3 {
        font-size: calc(24px * 0.9);
    }
    
    .contact_panel .connect_list::before,
    .contact_panel .connect_list::after {
        width: 30px;
        height: 30px;
    }
}.our_story {
    position: relative;
    background: linear-gradient(145deg, rgb(212,198,210) 0%, rgb(179,161,176) 100%);
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}

.our_story::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
    z-index: -1;
}

.our_story::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: -1;
    opacity: 0.6;
    animation: shiftGlow 20s ease-in-out infinite alternate;
}

.our_story .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.our_story .skill_guides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "director logo"
        "text text";
    gap: 40px;
    background: rgb(239,234,238);
    border-radius: 25px;
    padding: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s ease-in-out;
}

.our_story .skill_guides::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,198,210), rgb(179,161,176));
}

.our_story .study_learn {
    grid-area: director;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
    transform: translateY(0);
    transition: transform 0.6s ease;
}

.our_story .study_learn:hover {
    transform: translateY(-5px);
}

.our_story .study_learn .inline_image {
    width: 180px;
    height: 220px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
}

.our_story .study_learn .inline_image:hover {
    transform: scale(1.05);
    border-color: rgb(212,198,210);
}

.our_story .learn_mastery {
    flex: 1;
}

.our_story .master_study {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 10px;
}

.our_story .master_study::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(212,198,210);
    transition: width 0.3s ease;
}

.our_story .master_study:hover::after {
    width: 60px;
}

.our_story .our_ethos {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.our_story .expert_program {
    grid-area: logo;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-left: 1px solid rgba(rgb(212,198,210), 0.2);
}

.our_story .expert_program svg {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    fill: rgb(212,198,210);
    transition: transform 0.4s ease;
}

.our_story .expert_program:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.our_story .expert_program svg path {
    fill: rgb(212,198,210);
    transition: fill 0.3s ease;
}

.our_story .expert_program:hover svg path {
    fill: rgb(179,161,176);
}

.our_story .text_details {
    grid-area: text;
    padding-top: 30px;
    border-top: 1px solid rgba(rgb(212,198,210), 0.2);
    animation: slideUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    animation-delay: 0.3s;
}

.our_story h2 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 25px 0;
    position: relative;
}

.our_story h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(212,198,210);
    animation: pulseWidth 3s ease-in-out infinite;
}

.our_story p {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {
    .our_story {
        padding: 80px 0;
    }
    
    .our_story .skill_guides {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "director"
            "logo"
            "text";
        gap: 30px;
        padding: 40px 30px;
    }
    
    .our_story .study_learn {
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(rgb(212,198,210), 0.2);
    }
    
    .our_story .expert_program {
        padding-left: 0;
        border-left: none;
        border-bottom: 1px solid rgba(rgb(212,198,210), 0.2);
        padding-bottom: 30px;
    }
    
    .our_story .text_details {
        border-top: none;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .our_story {
        padding: 60px 0;
    }
    
    .our_story .skill_guides {
        padding: 30px 20px;
        gap: 25px;
    }
    
    .our_story .study_learn {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    .our_story .master_study::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .our_story .master_study:hover::after {
        width: 60px;
    }
    
    .our_story .expert_program {
        justify-content: center;
    }
    
    .our_story .text_details {
        text-align: center;
    }
    
    .our_story h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 480px) {
    .our_story {
        padding: 40px 0;
    }
    
    .our_story .skill_guides {
        padding: 25px 15px;
        gap: 20px;
    }
    
    .our_story .study_learn .inline_image {
        width: 150px;
        height: 180px;
    }
    
    .our_story .master_study {
        font-size: calc(24px * 0.9);
    }
    
    .our_story .our_ethos {
        font-size: calc(14px * 0.9);
    }
    
    .our_story .expert_program svg {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .our_story h2 {
        font-size: calc(37px * 0.8);
        margin-bottom: 20px;
    }
    
    .our_story p {
        font-size: calc(14px * 0.9);
    }
}.reach_out_info {
    position: relative;
    background: linear-gradient(135deg, rgb(212,198,210,0.5) 0%, rgb(179,161,176,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}
.reach_out_info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 1px, transparent 2px),
        radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.05) 1px, transparent 3px),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.04) 1px, transparent 2px);
    background-size: 50px 50px, 80px 80px, 60px 60px;
    background-position: 0 0, 25px 25px, 15px 15px;
    z-index: 1;
    animation: backgroundShift 40s linear infinite;
}
@keyframes backgroundShift {
    0% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
    50% {
        background-position: 25px 25px, 50px 50px, 30px 30px;
    }
    100% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
}
.reach_out_info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(179,161,176), transparent);
    z-index: 2;
    animation: glowingBorder 4s ease-in-out infinite;
}
@keyframes glowingBorder {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}
.reach_out_info .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.reach_out_info .quick_support {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reach_out_info .quick_support:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}
.reach_out_info .quick_support::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, rgb(212,198,210), rgb(179,161,176), rgb(212,198,210));
    background-size: 200% 200%;
    border-radius: calc(27px + 5px);
    z-index: -1;
    opacity: 0.6;
    animation: gradientBorder 8s ease infinite;
}
@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.reach_out_info h3 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reach_out_info h3 svg {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    fill: #ffffff;
    stroke: rgb(179,161,176);
    stroke-width: 0.8;
    filter: drop-shadow(0 0 5px rgb(179,161,176));
    animation: floatIcon 3s ease-in-out infinite;
}
@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.05);
    }
}
.reach_out_info h3 svg path {
    fill: rgb(212,198,210);
    fill-opacity: 0.9;
    stroke: rgb(179,161,176);
    stroke-width: 0.8;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawPath 3s ease-in-out forwards infinite;
}
@keyframes drawPath {
    0% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
    50% {
        stroke-dashoffset: 0;
        fill-opacity: 0.9;
    }
    100% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
}
.reach_out_info h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(212,198,210), rgb(179,161,176));
    border-radius: 10px;
}
.reach_out_info .edu_mentor {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    line-height: 1.6;
    opacity: 0.9;
    font-weight: 400;
}
.reach_out_info .contact_question {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    position: relative;
}
.reach_out_info .contact_question::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    border-top: 2px solid rgb(212,198,210);
    border-left: 2px solid rgb(212,198,210);
    opacity: 0.7;
}
.reach_out_info .contact_question::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid rgb(179,161,176);
    border-right: 2px solid rgb(179,161,176);
    opacity: 0.7;
}
.reach_out_info .contact_question > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reach_out_info .contact_question > span:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
}
.reach_out_info .contact_question > span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(212,198,210), transparent);
    border-radius: 10px 0 0 10px;
}
.reach_out_info .contact_question > span p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.reach_out_info .contact_question svg {
    width: 22px;
    height: 22px;
    margin: 0 10px;
    fill: #ffffff;
    transition: all 0.3s ease;
}
.reach_out_info .contact_question svg path {
    fill: #ffffff;
}
.reach_out_info .contact_question > span > span {
    display: block;
    font-size: calc(18px + 1px);
    color: #ffffff;
    font-weight: 600;
    position: relative;
}
.reach_out_info .contact_question > span a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
}
.reach_out_info .contact_question > span a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgb(179,161,176);
    transition: width 0.3s ease;
}
.reach_out_info .contact_question > span a:hover {
    color: rgb(179,161,176);
}
.reach_out_info .contact_question > span a:hover::after {
    width: 100%;
}
.reach_out_info .talk_support {
    grid-column: 1 / -1;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.reach_out_info .talk_support::before {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgb(179,161,176,0.5) 0%, transparent 70%);
    opacity: 0.3;
    border-radius: 50%;
}
.reach_out_info .talk_support h4 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.reach_out_info .talk_support h4 svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    fill: rgb(212,198,210);
    stroke: rgb(179,161,176);
    stroke-width: 0.5;
    animation: clockSpin 10s linear infinite;
}
@keyframes clockSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.reach_out_info .talk_support h4 svg path {
    fill: rgb(212,198,210);
    fill-opacity: 0.9;
    stroke: rgb(179,161,176);
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: center center;
    transition: all 0.3s ease;
}
.reach_out_info .talk_support h4:hover svg path {
    fill: rgb(179,161,176);
    fill-opacity: 0.7;
    stroke-width: 0.8;
    stroke-dasharray: 50;
    stroke-dashoffset: 25;
}
.reach_out_info .talk_support h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70%;
    background: rgb(179,161,176);
    border-radius: 10px;
}
.reach_out_info .talk_support span {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease;
}
.reach_out_info .talk_support span svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: rgb(212,198,210);
    stroke: rgb(179,161,176);
    stroke-width: 0.3;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.reach_out_info .talk_support span:hover {
    transform: translateX(5px);
    opacity: 1;
}
.reach_out_info .talk_support span:hover svg {
    transform: rotate(15deg);
    opacity: 1;
    fill: rgb(179,161,176);
}
.reach_out_info .talk_support span svg path {
    fill: rgb(212,198,210);
    fill-opacity: 0.8;
    stroke: rgb(179,161,176);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    transition: all 0.4s ease;
}
.reach_out_info .talk_support span:hover svg path {
    fill: rgb(179,161,176);
    fill-opacity: 1;
    stroke-dashoffset: 0;
    stroke: rgb(179,161,176);
}
.reach_out_info .talk_support span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: rgb(212,198,210);
    border-radius: 50%;
}
@media (max-width: 991px) {
    .reach_out_info {
        padding: 60px 0;
    }
    
    .reach_out_info .quick_support {
        padding: 30px;
    }
    
    .reach_out_info h3 {
        font-size: calc(35px - 4px);
    }
    
    .reach_out_info h3 svg {
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
    
    .reach_out_info .contact_question {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .reach_out_info .contact_question > span p svg {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    
    .reach_out_info .talk_support h4 svg {
        width: 22px;
        height: 22px;
    }
    
    .reach_out_info .talk_support span svg {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 767px) {
    .reach_out_info {
        padding: 50px 0;
    }
    
    .reach_out_info .quick_support {
        padding: 25px;
    }
    
    .reach_out_info h3 {
        font-size: calc(35px - 6px);
        margin-bottom: 20px;
    }
    
    .reach_out_info h3 svg {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    
    .reach_out_info .edu_mentor {
        margin-bottom: 30px;
        font-size: calc(18px - 1px);
    }
    
    .reach_out_info .contact_question > span {
        padding: 15px;
    }
    
    .reach_out_info .contact_question > span p svg {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .reach_out_info .contact_question > span a svg {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
    
    .reach_out_info .talk_support {
        padding: 20px;
    }
    
    .reach_out_info .talk_support h4 svg {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    
    .reach_out_info .talk_support span svg {
        width: 14px;
        height: 14px;
        margin-right: 8px;
    }
    
    .reach_out_info .contact_question::before,
    .reach_out_info .contact_question::after {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 479px) {
    .reach_out_info {
        padding: 40px 0;
    }
    
    .reach_out_info .quick_support {
        padding: 20px;
    }
    
    .reach_out_info h3 {
        font-size: calc(35px - 8px);
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .reach_out_info h3 svg {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    
    .reach_out_info h3::after {
        width: 60px;
        height: 2px;
    }
    
    .reach_out_info .edu_mentor {
        font-size: calc(18px - 2px);
        margin-bottom: 25px;
    }
    
    .reach_out_info .contact_question {
        gap: 15px;
    }
    
    .reach_out_info .contact_question > span {
        padding: 12px;
    }
    
    .reach_out_info .contact_question > span p,
    .reach_out_info .contact_question > span > span {
        font-size: calc(18px - 1px);
    }
    
    .reach_out_info .contact_question > span p svg {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .reach_out_info .contact_question > span a svg {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    
    .reach_out_info .talk_support h4 {
        font-size: calc(24px - 2px);
        margin-bottom: 10px;
    }
    
    .reach_out_info .talk_support h4 svg {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
    
    .reach_out_info .talk_support span {
        font-size: calc(18px - 2px);
        margin-bottom: 5px;
    }
    
    .reach_out_info .talk_support span svg {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }
    
    .reach_out_info .contact_question::before,
    .reach_out_info .contact_question::after {
        display: none;
    }
}
@media (hover: none) {
    .reach_out_info .quick_support:hover,
    .reach_out_info .contact_question > span:hover {
        transform: none;
        box-shadow: none;
    }
    
    .reach_out_info .contact_question > span a:hover {
        color: #ffffff;
    }
    
    .reach_out_info .contact_question > span a:hover::after {
        width: 0;
    }
}.customer_feedback {
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), rgba(220, 220, 220, 0.9));
    padding: 4rem 2rem;
    border: 1px solid rgb(179,161,176);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.customer_feedback .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.customer_feedback h3 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    background: linear-gradient(to right, rgb(212,198,210), rgb(179,161,176));
    border-radius: 22px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 2px solid #000000;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

.customer_feedback h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 4rem;
    height: 0.4rem;
    background: #000000;
    bottom: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.customer_feedback .learner_voices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
}

.customer_feedback .learner_voices .rating_praise {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20rem;
    max-width: 25vw;
    min-width: 18rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: box-shadow 0.3s ease;
}

.customer_feedback .learner_voices .rating_praise:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.customer_feedback .learner_voices .rating_praise .inline_image {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #000000;
    margin-bottom: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer_feedback .learner_voices .rating_praise .text {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #000000;
    border: 1px solid #000000;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.customer_feedback .learner_voices .rating_praise .text span {
    display: block;
    font-size: 12px;
    color: rgb(212,198,210);
    margin-bottom: 0.5rem;
}

.customer_feedback .learner_voices .rating_praise .text p {
    display: block;
    color: #000000;
    font-size: calc(12px * 0.9);
    font-weight: 400;
    margin: 0;
}

.customer_feedback .learner_voices .rating_praise:hover .text {
    background: rgba(255, 255, 255, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .customer_feedback .learner_voices {
        flex-direction: column;
    }
    .customer_feedback .learner_voices .rating_praise {
        width: 90vw;
        max-width: 350px;
        min-width: auto;
    }
}.newsletter_signup {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.newsletter_signup .skill_guides {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter_signup input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(179,161,176,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.newsletter_signup h2 {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter_signup .help_form {
    background: rgb(179,161,176);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.newsletter_signup .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .newsletter_signup .skill_guides {
        flex-direction: column;
    }

    .newsletter_signup {
        padding: 30px 20px;
    }

    .newsletter_signup input {
        min-width: unset;
    }

    .newsletter_signup .help_form {
        flex-shrink: unset;
    }

    .newsletter_signup .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .newsletter_signup input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-structure .newsletter_signup .skill_guides h2 {
        font-size: 20px;
    }
}

.wrapper-structure .newsletter_signup {
    padding: 100px 20px;
    background: linear-gradient(120deg, rgb(212,198,210) 0%, rgb(179,161,176) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.wrapper-structure .newsletter_signup::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(212,198,210,0.5) 0%, transparent 70%);
    opacity: 0.7;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 50%;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) translate(-50%, -50%);
        opacity: 0.3;
    }
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0.7;
    }
}

.wrapper-structure .newsletter_signup .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.wrapper-structure .newsletter_signup h2 {
    font-size: 39px;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    animation: fadeInDown 1.5s ease-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.wrapper-structure .newsletter_signup .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.wrapper-structure .newsletter_signup input[type="email"] {
    padding: 20px 25px;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 17px;
    width: 70%;
    max-width: 500px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 1.5s ease-out;
}

.wrapper-structure .newsletter_signup input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(212,198,210,0.5);
}

.wrapper-structure .newsletter_signup .help_form {
    padding: 20px 50px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1.5s ease-out 0.3s;
}

.wrapper-structure .newsletter_signup .help_form:hover {
    background: rgb(212,198,210);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(212,198,210,0.5);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-structure .newsletter_signup {
        padding: 80px 20px;
    }

    .wrapper-structure .newsletter_signup h2 {
        font-size: 29px;
    }

    .wrapper-structure .newsletter_signup .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .wrapper-structure .newsletter_signup input[type="email"] {
        width: 100%;
    }

    .wrapper-structure .newsletter_signup .help_form {
        width: 100%;
    }
}.privacy_hideout {
    background: rgb(239,234,238);
    padding: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}
.privacy_hideout h1 {
    font-size: 44px;
    color: rgb(212,198,210);
    margin-bottom: 20px;
    font-weight: 700;
    background: linear-gradient(to right, rgb(212,198,210), rgb(212,198,210,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid rgb(212,198,210,0.5);
    padding-bottom: 10px;
}
.privacy_hideout h2 {
    font-size: 34px;
    color: rgb(179,161,176);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    background: linear-gradient(to right, rgb(179,161,176), rgb(179,161,176,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.privacy_hideout h3,
.privacy_hideout h4,
.privacy_hideout h5,
.privacy_hideout h6 {
    color: rgb(179,161,176,0.5);
    margin-top: 20px;
    font-weight: 400;
    background: linear-gradient(to right, rgb(179,161,176), rgb(179,161,176,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.privacy_hideout ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.privacy_hideout ul li {
    background: linear-gradient(to right, #ffffff, rgb(212,198,210,0.5));
    border-left: 4px solid rgb(212,198,210);
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.privacy_hideout ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.privacy_hideout ol li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 15px 10px 40px;
    background: linear-gradient(to right, #ffffff, rgb(179,161,176,0.5));
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.privacy_hideout ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(212,198,210);
    color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.privacy_hideout p {
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 300;
}
.privacy_hideout span {
    color: rgb(212,198,210);
    font-weight: 600;
}
.privacy_hideout div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .privacy_hideout {
        padding: 20px;
    }
    .privacy_hideout h1 {
        font-size: calc(22px * 0.8);
    }
    .privacy_hideout h2 {
        font-size: calc(22px * 0.8);
    }
    .privacy_hideout ul li,
    .privacy_hideout ol li {
        padding: 10px;
    }
    .privacy_hideout ol li:before {
        width: 20px;
        height: 20px;
        font-size: 0.8em;
    }
    .privacy_hideout p {
        font-size: calc(13px * 0.9);
    }
}
.course_instructor {
    padding: 80px 0;
    background: radial-gradient(circle, #000000 0%, rgb(179,161,176) 100%);
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: background 0.5s ease;
}
.course_instructor .rating_praise {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(212,198,210);
    border-radius: 10px;
    padding: 40px;
    max-width: 80vw;
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.course_instructor .rating_praise:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.7);
}
.course_instructor .rating_praise .inline_image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgb(212,198,210);
    background: rgb(179,161,176);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.course_instructor .rating_praise .inline_image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px dashed rgb(212,198,210);
    box-sizing: border-box;
    transition: opacity 0.5s ease;
    opacity: 0;
}
.course_instructor .experience_tasks {
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}
.course_instructor .experience_tasks p.name {
    margin-bottom: 5px;
    font-size: 45px;
    font-weight: 700;
    color: rgb(212,198,210);
    position: relative;
    text-align: center;
}
.course_instructor .experience_tasks p.name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: rgb(212,198,210);
    transition: width 0.5s ease;
}
.course_instructor .experience_tasks p.career_box {
    font-size: 18px;
    font-weight: 400;
    color: rgb(179,161,176);
    text-align: center;
}
.course_instructor .worker_info {
    flex: 1;
    text-align: left;
    display: flex;
    align-items: stretch;
}
.course_instructor .worker_info p {
    margin: 10px 0;
    padding: 20px;
    background: linear-gradient(135deg, rgb(212,198,210,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.course_instructor .worker_info .exp_achievements {
    margin-right: 10px;
}
.course_instructor .worker_info p::before {
    content: '“';
    font-size: 40px;
    color: rgb(212,198,210);
    position: absolute;
    top: -10px;
    left: 10px;
    opacity: 0.2;
}
.course_instructor .worker_info p::after {
    content: '”';
    font-size: 40px;
    color: rgb(212,198,210);
    position: absolute;
    bottom: -10px;
    right: 10px;
    opacity: 0.2;
}
@media only screen and (max-width: 800px) {
    .course_instructor .worker_info {
        flex-direction: column;
    }
    .course_instructor .worker_info .exp_achievements {
        margin-right: 0;
    }
    .course_instructor .rating_praise {
        flex-direction: column;
        padding: 20px;
        max-width: 95vw;
    }
    .course_instructor .rating_praise .inline_image {
        margin-right: 0;
        margin-bottom: 20px;
        width: 50vw;
        height: 50vw; 
    }
    .course_instructor .worker_info p {
        padding: 15px;
    }
}
.training_structure {
    position: relative;
    width: 100%;
    background: #000000;
}

.training_structure .learning_roadmap {
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}

.training_structure .learning_roadmap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 1px,
        transparent 2px,
        rgba(0, 0, 0, 0.5) 3px
    );
    z-index: 1;
}

.training_structure .learning_roadmap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(90deg, 
            transparent 0%,
            rgb(212,198,210,0.5) 50%,
            transparent 100%
        );
    opacity: 0.7;
    z-index: 2;
}

.training_structure .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: flex-end;
}

.training_structure .text_details {
    width: 55%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgb(212,198,210,0.5);
    border-radius: 17px;
    padding: 2.5rem;
    box-shadow: 
        0 0 30px rgb(212,198,210,0.5),
        inset 0 0 20px rgb(212,198,210,0.5);
    position: relative;
    isolation: isolate;
}

.training_structure .text_details::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg,
        transparent 0%,
        rgb(212,198,210) 50%,
        transparent 100%
    );
    z-index: -1;
    opacity: 0.3;
    border-radius: inherit;
}

.training_structure .text_details h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg,
        #ffffff 0%,
        rgb(212,198,210) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.training_structure .text_details p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 1rem;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .training_structure .container {
        justify-content: center;
    }

    .training_structure .text_details {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .training_structure .learning_roadmap {
        padding: 2rem 0;
    }

    .training_structure .text_details {
        width: 100%;
        padding: 1.5rem;
    }

    .training_structure .text_details h4 {
        font-size: calc(28px * 0.85);
    }

    .training_structure .text_details p {
        font-size: calc(18px * 0.95);
        line-height: 1.6;
    }
}footer {
    background: rgb(179,161,176);
    color: #ffffff;
}

footer .discount_cta {
    background: rgb(212,198,210);
}

footer .nav_mentor svg, footer .nav_mentor svg path {
    fill: rgb(212,198,210);
}

footer h5 {
    color: rgb(212,198,210);
}

footer .header_sitebar a {
    color: #ffffff;
}

footer .cloud_lab {
    color: #ffffff;
}

footer .cloud_lab a {
    color: #ffffff;
    text-decoration: underline;
}

footer .query_map div svg, footer .query_map div svg path {
    fill: #ffffff;
}

footer .query_map div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .discount_cta {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .forum_link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .nav_mentor svg, footer .nav_mentor img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 20px;
    margin-bottom: 16px;

}

footer .query_map {
    display: flex;
    flex-direction: column;
}

footer .query_map div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .query_map div img, footer .query_map div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .first_expert {
    display: flex;
    flex-direction: column;
}

footer .header_sitebar a {
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .discount_cta {
    font-size: 15px;
}

footer .site_map {
    text-align: right;
}

@media only screen and (max-width: 1200px) {
    footer .forum_link {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .header_sitebar, footer .first_expert, footer .forum_link {
        flex-direction: column;
    }

    footer .query_map {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-structure footer {
    background: rgb(239,234,238);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.wrapper-structure footer .nav_mentor {
    display: none;
}

.wrapper-structure footer .footer {
    padding: 32px 0;
}

.wrapper-structure footer .discount_cta {
    background: none;
}

.wrapper-structure footer .header_sitebar a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0;
}

.wrapper-structure footer .forum_link {
    flex-direction: row;
}

.wrapper-structure footer .first_expert {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wrapper-structure footer .header_sitebar a:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
}

.wrapper-structure footer .header_sitebar a:hover {
    color: rgb(212,198,210);
}

.wrapper-structure footer .discount_cta {
    padding: 16px 0;
}

.wrapper-structure footer .cloud_lab {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .wrapper-structure footer .first_expert {
        flex-direction: column;
    }
}.advantages_benefits {
    padding: 60px 20px;
    background: rgb(212,198,210);
    color: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.advantages_benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(212,198,210,0.5), rgb(179,161,176,0.5));
    z-index: -1;
}
.advantages_benefits .learning_edges {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgb(179,161,176,0.5);
    border-radius: 13px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}
.advantages_benefits .learning_edges::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px dashed rgb(212,198,210);
    border-radius: 13px;
    z-index: -1;
}
.advantages_benefits .learn_benefits {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.advantages_benefits .learn_benefits .inline_image {
    width: 45%;
    min-height: 300px;
    background: radial-gradient(circle, rgb(212,198,210), rgb(179,161,176));
    border-radius: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
}
.advantages_benefits .learn_benefits .inline_image::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    border-radius: 13px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.advantages_benefits .learn_tracks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    background: rgb(179,161,176,0.5);
    border-radius: 13px;
    padding: 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(212,198,210,0.5);
    position: relative;
}
.advantages_benefits .learn_tracks::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(212,198,210);
    border-radius: 13px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.advantages_benefits .learn_tracks .gain_study {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    background: rgb(212,198,210,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(212,198,210);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}
.advantages_benefits .learn_tracks .gain_study:last-child {
    margin-bottom: 0;
}
.advantages_benefits .learn_tracks .gain_study:hover {
    background: rgb(179,161,176);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border-color: rgb(179,161,176);
}
.advantages_benefits .learn_tracks .gain_study::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.advantages_benefits .learn_tracks .smart_advantages {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.advantages_benefits .learn_tracks .smart_advantages::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.advantages_benefits .learn_tracks .smart_advantages svg, .advantages_benefits .learn_tracks .smart_advantages svg path {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}
.advantages_benefits .learning_edges h2 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.advantages_benefits .learning_edges h2::after {
    content: '';
    width: 50px;
    height: 4px;
    background: rgb(212,198,210);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.advantages_benefits .learning_edges h4 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .advantages_benefits .learning_edges {
        padding: 20px;
    }
    .advantages_benefits .learn_benefits {
        flex-direction: column;
    }
    .advantages_benefits .learn_benefits .inline_image {
        width: 80%;
    }
    .advantages_benefits .learn_tracks {
        width: 90%;
        align-items: center;
    }
    .advantages_benefits .learn_tracks .gain_study {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .advantages_benefits {
        padding: 40px 10px;
    }
    .advantages_benefits .learning_edges h2 {
        font-size: 24px;
    }
    .advantages_benefits .learn_benefits .inline_image {
        width: 100%;
    }
    .advantages_benefits .learn_tracks {
        padding: 10px;
    }
    .advantages_benefits .learn_tracks .gain_study {
        padding: 10px;
    }
    .advantages_benefits .learn_tracks .smart_advantages {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
}
.attempt_now {
    padding: 100px 0;
    background: #000000;
    position: relative;
    overflow: hidden;
}

.attempt_now::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(212,198,210,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(179,161,176,0.5) 0%, transparent 20%),
        linear-gradient(45deg, #000000 0%, rgb(239,234,238) 100%);
    opacity: 0.7;
    z-index: 1;
    animation: backgroundShift 20s ease-in-out infinite alternate;
}

@keyframes backgroundShift {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.attempt_now::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, rgb(212,198,210) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(212,198,210) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(212,198,210) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(212,198,210) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.05;
    z-index: 2;
    animation: patternMove 10s linear infinite;
}

@keyframes patternMove {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 20px 20px, 20px 30px, 30px 10px, 10px 20px; }
}

.attempt_now .container {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 21px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.attempt_now .container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
}


.attempt_now .skill_guides {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: 
        radial-gradient(circle at 30% 40%, rgb(212,198,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 70% 60%, rgb(179,161,176,0.5) 0%, transparent 30%),
        linear-gradient(135deg, #000000 0%, rgb(239,234,238) 100%);
    position: relative;
    overflow: hidden;
}

.attempt_now .skill_guides svg {
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.attempt_now .skill_guides svg path {
    fill: #ffffff;
}

.attempt_now .skill_guides h2 {
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    margin: 30px 0;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.attempt_now .skill_guides h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff;
}

.attempt_now .skill_guides .help_form {
    padding: 15px 40px;
    background: #ffffff;
    color: rgb(212,198,210);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .attempt_now {
        padding: 80px 0;
    }

    .attempt_now .container {
        max-width: 90%;
        border-radius: 0;
        background: none;
        backdrop-filter: none;
        box-shadow: none;
        border: none;
        transition: none;
    }

    .attempt_now .container:hover {
        transform: none;
        box-shadow: none;
    }

    .attempt_now .skill_guides {
        border-radius: 21px;
        padding: 30px;
    }

    .attempt_now .skill_guides svg {
        width: 100px;
        height: 100px;
    }

    .attempt_now .skill_guides h2 {
        font-size: calc(37px * 0.9);
    }

    .attempt_now .skill_guides .help_form {
        padding: 12px 35px;
        font-size: calc(20px * 0.9);
    }
}

@media only screen and (max-width: 768px) {
    .attempt_now {
        padding: 60px 0;
    }

    .attempt_now .container {
        max-width: 100%;
    }

    .attempt_now .skill_guides {
        padding: 25px;
        border-radius: 0;
    }

    .attempt_now .skill_guides svg {
        width: 80px;
        height: 80px;
    }

    .attempt_now .skill_guides h2 {
        font-size: 19px;
        margin: 20px 0;
    }

    .attempt_now .skill_guides .help_form {
        padding: 12px 35px;
        font-size: calc(20px * 0.9);
    }
}header .nav_skill {
    background: #ffffff;
    color: #000000;
    padding: 30px 0;
    position: relative;
    border-bottom: 2px solid rgb(179,161,176);
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header .header_mainbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgb(179,161,176,0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
header .nav_mentor {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .nav_mentor .top_main {
    display: flex;
    align-items: center;
}
header .nav_mentor svg, 
header .nav_mentor svg path, 
header .nav_mentor img {
    fill: rgb(212,198,210);
    height: 70px;
    width: 70px;
    margin-right: 20px;
    transition: fill 0.3s ease;
}
header .header_sitebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}
header .header_sitebar a {
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color 0.3s ease, color 0.3s ease;
}
header .header_sitebar a:hover {
    border-color: rgb(212,198,210);
    color: rgb(212,198,210);
}
header .header_sitebar a.active {
    color: rgb(212,198,210);
    border-color: rgb(212,198,210);
}
@media only screen and (max-width: 1200px) {
    header .header_mainbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    header .header_sitebar {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        background: #ffffff;
        padding: 20px 0;
        border-radius: 22px;
        border: 1px solid rgb(179,161,176,0.5);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }
    header .menu.top_mentor {
        display: flex;
    }
    header .header_sitebar a {
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid rgb(179,161,176);
        border-radius: 0;
    }
    header .nav_mentor {
        justify-content: space-between;
        width: 100%;
    }
    header .nav_mentor .top_main {
        margin-right: 0;
    }
    header .nav_mentor svg, 
    header .nav_mentor svg path, 
    header .nav_mentor img {
        height: 50px;
        width: 50px;
    }
}
.wrapper-structure header .nav_skill {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}
.wrapper-structure header .nav_skill:before, 
.wrapper-structure header .nav_skill:after {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgb(179,161,176);
}
.wrapper-structure header .nav_skill:before {
    top: 0;
}
.wrapper-structure header .nav_skill:after {
    bottom: 0;
}
.wrapper-structure header .nav_mentor {
    padding: 0;
}
.wrapper-structure header .header_sitebar a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0 6px;
    border-radius: 10px;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.wrapper-structure header .header_sitebar a:hover {
    border-color: rgb(212,198,210);
    color: rgb(212,198,210);
}
@media only screen and (max-width: 800px) {
    .wrapper-structure header .nav_mentor {
        justify-content: center;
    }
    .wrapper-structure header .nav_skill:before, 
    .wrapper-structure header .nav_skill:after {
        display: none;
    }
    .wrapper-structure header .nav_skill {
        padding: 20px 0;
    }
    .wrapper-structure header .header_sitebar {
        background: #ffffff;
        align-items: center;
        padding: 0;
    }
    .wrapper-structure header .header_sitebar a {
        text-align: center;
        margin: 0 5px;
    }
    .wrapper-structure header .nav_mentor .top_main {
        padding: 20px 15px 30px 15px;
    }
    .wrapper-structure header .nav_mentor svg, 
    .wrapper-structure header .nav_mentor img {
        height: 50px;
        width: 50px;
        margin-right: 0;
    }
}