.sample_docs {
    flex: 0 0 auto;
}

.sample_docs {
    z-index: 1;
    position: relative;
    padding: 6rem 0 4rem;
    color: #ffffff;
}

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

.header_know {
    flex: 1 0 auto;
}

header:before {
    opacity: 0.1;
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
}

header .main_lead {
    position: relative;
}

header .main_lead:before {
    left: 0;
    content: '';
    opacity: 0.3;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    position: absolute;
    height: 2px;
    bottom: -1px;
    width: 100%;
}

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

header .container:before {
    opacity: 0.5;
    height: 30px;
    transform: translateY(-50%);
    background-repeat: repeat-x;
    content: '';
    pointer-events: none;
    background-position: 0 0, 0 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    background-size: 6px 2px, 6px 2px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    width: 50px;
}

header .nav_main:before {
    content: '';
    opacity: 0;
    width: 6px;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    left: -12px;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    height: 6px;
    transition: all 0.3s ease;
}

header .nav_main:hover:before {
    left: -20px;
    opacity: 1;
}

header .page_header {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 5px;
}

header .page_header:hover:before {
    opacity: 1;
}

header .page_header:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}

header .page_header svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

.program_results {
    position: relative;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 100px 0;
    overflow: hidden;
}

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

.program_results .text_banner {
    padding: 40px;
    border-radius: 12px;
    background: #ffffff;
    transform: translateZ(10px) rotateY(-5deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 4px rgba(#ffffff, 0.5),
        inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    flex: 1;
}

.program_results ul {
    padding: 0;
    min-width: 280px;
    flex: 1;
    list-style: none;
    margin: 0;
}

.program_results li:hover {
    transform: translateX(5px);
}

.program_results li p span:first-child {
    align-items: center;
    height: 36px;
    transform: translateY(-2px);
    display: flex;
    box-shadow: 
        4px 4px 8px rgba(rgba(0, 0, 0, 0.5), 0.07),
        -4px -4px 8px rgba(#ffffff, 0.8),
        inset 1px 1px 2px rgba(#ffffff, 0.4),
        inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.07);
    background: linear-gradient(135deg, rgba(#ffffff, 1), rgba(245, 247, 250, 0.9));
    flex-shrink: 0;
    width: 36px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
    border-radius: 50%;
}

.contact_panel {
    z-index: 1;
    background: rgb(237,222,222);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.contact_panel .image_panel {
    position: absolute;
    width: 100%;
    z-index: 0;
    filter: contrast(1.2) saturate(0.8);
    left: 0;
    opacity: 0.07;
    top: 0;
    height: 100%;
}

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

.contact_panel .help_list {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.contact_panel .inquiry_widget::before {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    top: 0;
}

.contact_panel .inquiry_widget input[type="text"]:focus,
.contact_panel .inquiry_widget textarea:focus {
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(218,188,188,0.5);
}

.contact_panel .inquiry_widget .support_grid label::before {
    transition: all 0.3s ease;
    width: 22px;
    position: absolute;
    height: 22px;
    border-radius: 50%;
    background-color: transparent;
    top: 2px;
    left: 0;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.contact_panel .inquiry_widget .support_grid a:hover {
    color: rgb(194,154,154);
}

.contact_panel .inquiry_widget .feedback_section {
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    border: none;
    font-weight: 400;
    font-size: 19px;
    background: rgb(218,188,188);
    padding: 18px;
}

.contact_panel .inquiry_list::before {
    width: 200%;
    background-size: 250px 250px;
    height: 200%;
    opacity: 0.7;
    content: '';
    left: -50%;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    position: absolute;
    z-index: 0;
    top: -50%;
}

.contact_panel .inquiry_list .request_list li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact_panel .inquiry_list .request_list li:hover span::after {
    width: 100%;
}

.contact_panel .inquiry_list .request_list li a:hover {
    opacity: 0.8;
}

.statistical_overview {
    background: rgb(237,222,222);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.statistical_overview .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.statistical_overview .statistics_pros {
    width: 350px;
    top: 50%;
    left: 50%;
    flex-direction: column;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
    z-index: 2;
    height: 350px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
}

.statistical_overview .pro_gains {
    width: 100%;
    position: relative;
    height: 300px;
}

.statistical_overview .pro_gains:has(.statistics_perks:nth-child(5)) {
    height: 380px;
}

.statistical_overview .statistics_perks:nth-child(1) {
    transform: translate(10%, -50%);
    top: 35%;
    left: 0;
}

.statistical_overview .statistics_perks:nth-child(2) {
    right: 0;
    transform: translate(-10%, -50%);
    top: 35%;
}

.statistical_overview .statistics_perks:nth-child(5) {
    top: 95%;
    transform: translate(10%, -50%);
    left: 0;
}

.statistical_overview .statistics_perks:nth-child(7) {
    transform: translate(10%, -50%);
    top: 5%;
    left: 0;
}

.statistical_overview .statistics_perks::before {
    border-top-left-radius: 19px;
    background: linear-gradient(to bottom, rgb(218,188,188), rgb(194,154,154));
    position: absolute;
    transition: height 0.4s ease;
    height: 60%;
    left: 0;
    width: 6px;
    border-bottom-left-radius: 19px;
    top: 0;
    content: "";
}

.statistical_overview .statistics_perks:hover::before {
    height: 90%;
}

.statistical_overview .statistics_perks span {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    max-width: 160px;
}

.statistical_overview svg path {
    fill: inherit;
}

.sample_docs::before {
    left: 0;
    background: #000000;
    width: 100%;
    opacity: 0.85;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
}

.sample_docs .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}

.sample_docs .company_holder::after {
    height: 60px;
    right: -20px;
    border-right: 2px solid rgb(218,188,188);
    opacity: 0.7;
    bottom: -20px;
    border-bottom: 2px solid rgb(218,188,188);
    content: "";
    width: 60px;
    position: absolute;
}

.sample_docs .edu_global {
    margin-top: 1.5rem;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    font-size: 16px;
}

.sample_docs .art_portal {
    display: flex;
    grid-row: 1;
    justify-content: flex-end;
    grid-column: 6 / 13;
}

.sample_docs .head_mainbar:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.sample_docs .head_mainbar:hover::before {
    height: 100%;
}

.sample_docs .head_mainbar h5::before {
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    background: rgb(218,188,188);
    left: 0;
    content: "";
    box-shadow: 0 0 10px rgb(218,188,188);
    border-radius: 50%;
    position: absolute;
    height: 5px;
}

.sample_docs .head_mainbar .main_teach a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}

.sample_docs .head_mainbar .main_teach a:hover::before {
    transform: translateX(0);
}

.diploma_cta::before {
    width: 60%;
    left: 50%;
    position: absolute;
    height: 1px;
    content: "";
    top: 0;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(218,188,188), transparent);
}

.about_this::before {
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(218,188,188,0.5), rgba(0, 0, 0, 0.5) 85%);
    backdrop-filter: blur(3px);
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.about_this .text_banner::before {
    position: absolute;
    top: 40px;
    content: "";
    transform: scaleY(0);
    width: 5px;
    animation: expandLine 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    transform-origin: top;
    height: 70%;
    left: -20px;
    background: rgb(218,188,188);
    animation-delay: 0.5s;
}

.about_this h1::after {
    width: 80px;
    animation: expandWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    transform-origin: left;
    height: 3px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(218,188,188), rgb(194,154,154));
    bottom: -10px;
}

.about_this h4:hover::before {
    transform: scaleX(1);
}

.about_this span {
    max-width: 100%;
    column-rule: 1px solid rgb(194,154,154,0.5);
    display: block;
    text-align: justify;
    color: #000000;
    font-size: 15px;
    column-count: 2;
    column-gap: 40px;
    line-height: 1.8;
}

.give_it_a_try::after {
    filter: blur(40px);
    content: "";
    height: 70%;
    z-index: 0;
    position: absolute;
    top: -10%;
    width: 50%;
    transform: rotate(-15deg);
    right: -5%;
    background: radial-gradient(ellipse at center, rgb(218,188,188,0.5) 0%, transparent 70%);
}

.give_it_a_try .learning_studio {
    transform: translateZ(30px) rotateX(2deg);
    gap: 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-left: 4px solid rgb(218,188,188);
}

.give_it_a_try .feedback_section {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    transform: skewX(-5deg);
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(218,188,188), rgb(194,154,154));
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-transform: uppercase;
    padding: 0.875rem 2rem;
}

.instructor_profile .rating_views {
    flex-wrap: wrap;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(194,154,154,0.5),
        inset 0 0 30px rgb(218,188,188,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotateX(5deg) rotateY(-5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-style: preserve-3d;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    display: flex;
}

.instructor_profile .rating_views span:not(.name) {
    font-size: 22px;
    transform: translateZ(15px);
    text-align: center;
    font-weight: 600;
    margin-top: 0.5rem;
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(194,154,154);
}

.instructor_profile .rating_views:hover .emp_progress {
    transform: translateZ(25px);
}

.training_structure {
    background: linear-gradient(145deg, rgb(237,222,222), #ffffff);
    overflow: hidden;
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 120px 0;
}

.training_structure .learning_studio {
    perspective: 1000px;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.training_structure h2::after {
    transform-origin: left;
    width: 80px;
    left: 0;
    bottom: -12px;
    height: 4px;
    background: linear-gradient(90deg, rgb(218,188,188), rgb(194,154,154));
    content: "";
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    transform: scaleX(0);
    position: absolute;
}

.training_structure .text_banner::before {
    transition: opacity 0.4s ease;
    position: absolute;
    transform: translateZ(-10px);
    border-radius: 8px;
    bottom: -8px;
    left: -8px;
    content: "";
    filter: blur(12px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(218,188,188,0.5), rgb(194,154,154,0.5));
    right: -8px;
    opacity: 0.3;
    top: -8px;
}

.course_program_details::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    animation: pulse 8s infinite alternate;
    top: 0;
    left: 0;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(218,188,188,0.5) 0%, transparent 70%);
    z-index: 2;
}

.course_program_details .text_banner {
    animation: floatPanel 8s ease-in-out infinite;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    display: flex;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    flex-direction: column;
    backdrop-filter: blur(8px);
    position: relative;
    gap: 30px;
    padding: 35px;
}

.course_program_details .text_banner .description:first-of-type {
    border-left-color: rgb(218,188,188);
}

.course_program_details .text_banner .description:last-of-type {
    border-left-color: rgb(194,154,154);
    margin-bottom: 0;
}

.course_program_details .text_banner .description::before {
    left: 0;
    border-radius: 10px;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
}

.title_section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.title_section .edu_start {
    min-height: 85vh;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}

.title_section .skill_mastery {
    gap: 2rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    width: 90%;
    transform: translateY(0);
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.title_section .skill_mastery:hover .title_style_header::after {
    transform: scaleX(1);
}

.title_section h3::before {
    content: "";
    left: 0;
    width: 3px;
    height: 100%;
    position: absolute;
    background: rgb(194,154,154);
    top: 0;
}

.thanksNexus::before {
    z-index: 1;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(218,188,188,0.5) 0%, transparent 60%);
    opacity: 0.7;
    left: 0;
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    position: absolute;
}

.thanksNexus .learning_studio:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}

.thanksNexus .learning_studio > div:first-child {
    padding-bottom: 20px;
    position: relative;
}

.thanksNexus .learning_studio > div:first-child::after {
    content: "";
    transform-origin: left;
    animation: lineExtend 1.5s ease-out forwards;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: rgb(218,188,188);
    width: 80px;
}

.thanksNexus a {
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}

.privacy_shell {
    background-color: rgb(194,154,154);
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.privacy_shell h3, .privacy_shell h4, .privacy_shell h5, .privacy_shell h6 {
    font-weight: 400;
    margin-top: 20px;
    color: rgb(218,188,188);
    margin-bottom: 10px;
    font-size: 24px;
}

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

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

.pricing_deck .pay_plans {
    margin: 0 auto 3rem;
    max-width: 800px;
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
}

.pricing_deck .package_deals li {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.pricing_deck .discount_plan::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(218,188,188), rgb(194,154,154));
    height: 5px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transform-origin: left;
}

.pricing_deck .package_price h4 {
    position: relative;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.1);
    display: inline-block;
    color: #ffffff;
}

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

.pricing_deck .discount_plan:hover .fee_choices::before {
    left: 100%;
}


#overlayConsentInfo {
    display: none;
}

#overlayConsentInfo:checked ~ .cookie_window_dialog {
    visibility: hidden;
    opacity: 0;
}

.cookie_window_dialog h5 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.cookie_apply {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(218,188,188));
    align-items: center;
    margin-right: 15px;
}

.cookie_button.privacy_gate {
    color: #ffffff;
    border: 2px solid rgb(194,154,154);
    background: rgba(0, 0, 0, 0.5);
}

.cookie_window_dialog p a {
    color: rgb(218,188,188);
    text-decoration: none;
    transition: color 0.3s ease;
}


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


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



@media (max-width: 767px) {header .head_mainbar {
    height: 100vh;
    max-width: 320px;
    z-index: 1001;
    position: fixed;
    padding: 80px 30px 30px;
    gap: 25px;
    background: rgb(218,188,188);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    flex-direction: column;
    right: -100%;
    width: 80%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .head_mainbar:before {
    left: 10%;
    top: 60px;
    bottom: auto;
    width: 80%;
}header .head_mainbar:after {
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 30px;
    width: 30px;
    top: 20px;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    content: '';
}header .menu.active {
    right: 0;
}header .nav_main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 0;
}header .nav_main:hover {
    transform: translateX(0);
}header .nav_main:last-child {
    border-bottom: none;
}header .page_header {
    margin: 0 auto;
}
}



@media (max-width: 992px) {.contact_panel {
    padding: 80px 0;
}.contact_panel .help_list {
    flex-direction: column;
}.contact_panel .inquiry_widget,
    .contact_panel .inquiry_list {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}



@media (max-width: 576px) {.contact_panel {
    padding: 50px 0;
}.contact_panel .inquiry_widget,
    .contact_panel .inquiry_list {
    padding: 40px 25px;
}.contact_panel h3 {
    font-size: calc(32px - 6px);
}.contact_panel .inquiry_widget .support_grid label {
    font-size: calc(13px - 3px);
}.contact_panel .help_list {
    border-radius: 20px;
}.contact_panel .inquiry_widget input[type="text"],
    .contact_panel .inquiry_widget textarea {
    border-radius: 25px;
}.contact_panel .inquiry_widget textarea {
    border-radius: 20px;
}}



@media (max-width: 768px) {.statistical_overview {
    padding: 200px 0 50px;
}.statistical_overview .statistics_pros {
    margin-top: 100px;
    height: 260px;
    width: 260px;
}.statistical_overview .program_statistics {
    font-size: calc(33px - 0.25rem);
}.statistical_overview .growth_statistics {
    font-size: calc(15px - 0.1rem);
}.statistical_overview .pro_gains {
    margin-top: 100px;
}.statistical_overview .statistics_perks {
    height: 180px;
}.statistical_overview .statistics_perks h4 {
    font-size: 33px;
}
}



@media screen and (max-width: 768px) {.sample_docs {
    padding: 4rem 0 3rem;
}.sample_docs .main_teach {
    gap: 2rem;
    grid-template-columns: 1fr;
}.sample_docs .head_mainbar {
    padding: 1.2rem;
}.sample_docs .head_mainbar h5 {
    font-size: calc(18px * 0.9);
}.sample_docs .company_holder::before,
    .sample_docs .company_holder::after {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 992px) {.about_this {
    padding: 80px 0;
}.about_this::after {
    right: -15%;
    width: 40%;
}.about_this .text_banner {
    padding: 40px 30px;
    max-width: 100%;
}.about_this h1 {
    font-size: calc(45px * 0.9);
}.about_this span {
    column-count: 2;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 992px) {.give_it_a_try {
    padding: 4rem 0;
}.give_it_a_try h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.give_it_a_try .learning_studio {
    gap: 1.5rem;
    padding: 1.75rem;
}
}



@media (max-width: 576px) {.give_it_a_try {
    padding: 3rem 0;
}.give_it_a_try h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.give_it_a_try .learning_studio {
    gap: 1.25rem;
    padding: 1.5rem 1.25rem;
}.give_it_a_try .feedback_section {
    font-size: calc(15px * 0.9);
    padding: 0.75rem 1.5rem;
}}



@media (max-width: 767px) {.instructor_profile {
    padding: 6rem 0 3rem;
}.instructor_profile .container {
    padding: 0 1rem;
}.instructor_profile .rating_views {
    padding: 2rem 1.5rem;
    transform: none;
}.instructor_profile .image_panel {
    top: -60px;
    height: 120px;
    width: 120px;
}.instructor_profile .name {
    margin-top: 70px;
    font-size: calc(34px - 2px);
}.instructor_profile .rating_views span:not(.name) {
    font-size: calc(22px - 1px);
}.instructor_profile .emp_progress {
    padding: 1.2rem;
    margin-top: 1.5rem;
    font-size: calc(18px - 1px);
}.instructor_profile .rating_views:hover {
    transform: none;
}}



@media (prefers-reduced-motion) {.training_structure h2,
    .training_structure .text_banner {
    transform: none;
    animation: none;
    opacity: 1;
}.training_structure h2::after {
    transform: none;
    animation: none;
}.training_structure::after {
    animation: none;
}}



@media screen and (max-width: 767px) {.course_program_details {
    padding: 60px 0;
}.course_program_details .career_classes {
    gap: 30px;
}.course_program_details .text_banner {
    gap: 20px;
    padding: 25px;
}.course_program_details .text_banner h2 {
    padding: 10px 15px;
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.course_program_details .text_banner .description {
    margin-bottom: 15px;
    font-size: calc(16px * 0.95);
    padding: 12px;
    line-height: 1.7;
}.course_program_details .image_panel {
    min-height: 350px;
}.course_program_details .career_classes::before {
    display: none;
}
}



@media (max-width: 767px) {.title_section .edu_start {
    min-height: 70vh;
}.title_section .skill_mastery {
    padding: 2rem;
    width: 95%;
}.title_section .title_style_header {
    font-size: calc(40px * 0.9);
}.title_section h3 {
    font-size: calc(22px * 0.9);
}
}



@media (min-width: 768px) {.thanksNexus .learning_studio {
    gap: 40px;
    padding: 60px 70px;
}.thanksNexus h5 {
    font-size: calc(23px * 1.2);
}.thanksNexus p {
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 480px) {.thanksNexus {
    padding: 50px 0;
}.thanksNexus .learning_studio {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.thanksNexus h5 {
    font-size: calc(23px * 0.85);
}.thanksNexus p {
    font-size: calc(13px * 0.95);
}.thanksNexus .learning_studio > div:first-child {
    padding-bottom: 15px;
}}



@media (max-width: 768px) {.pricing_deck {
    padding: 60px 0;
}.pricing_deck .package_deals {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_deck h2 {
    font-size: calc(31px * 0.9);
}.pricing_deck .pay_plans {
    margin-bottom: 2rem;
    font-size: 17px;
}.pricing_deck .package_price p {
    max-height: 150px;
}
}



@media (hover: none) {.pricing_deck .discount_plan:hover {
    transform: none;
}}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



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



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



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



@keyframes glow {
    0% {
        opacity: 0.1;
        filter: blur(60px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(60px);
    }
}



@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(218,188,188,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(218,188,188);
    }
}



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



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

