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

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

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

.top_section_P {
    flex: 1 0 auto;
}

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


.client_comments_U {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, #ffffff 100%);
}

.client_comments_U::after {
    z-index: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(219,210,189) 0px,
        rgb(219,210,189) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 30%;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

.client_comments_U h2::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    height: 3px;
    transform: scaleX(1);
    width: 80px;
    transform-origin: left;
    background: rgb(200,178,132);
    content: "";
    left: 0;
    position: absolute;
}

.client_comments_U .success_voices_W {
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.client_comments_U .success_voices_W::after {
    opacity: 0.15;
    line-height: 1;
    font-family: serif;
    z-index: -1;
    top: 15px;
    content: "";
    position: absolute;
    color: rgb(176,111,79,0.5);
    font-size: 80px;
    right: 20px;
}

.client_comments_U .success_voices_W h3 {
    display: inline-block;
    font-size: calc(19px * 1.05);
    margin-bottom: 0.75rem;
    color: #000000;
    font-weight: 600;
    position: relative;
}

.client_comments_U .success_voices_W:hover h3::after {
    transition-delay: 0.1s;
    transform: scaleX(1);
}

.client_comments_U .success_voices_W .description {
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 1;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}

.client_comments_U .success_voices_W:hover div {
    transform: scale(1.1) translateZ(0);
}

.client_comments_U .success_voices_W div::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(200,178,132,0.5), transparent);
    opacity: 0;
    z-index: 1;
    inset: 0;
    content: "";
    transition: opacity 0.5s ease;
}

.client_comments_U .success_voices_W:hover div img {
    transform: scale(1.15);
}

.client_comments_U .success_voices_W:nth-child(odd) {
    transform: translateZ(0) rotate(-1deg);
}

.client_comments_U .success_voices_W:nth-child(even) {
    transform: translateZ(0) rotate(1deg);
}

.client_comments_U .success_voices_W:nth-child(3n+1)::before {
    background: linear-gradient(90deg, rgb(176,111,79), rgb(200,178,132,0.5));
}

.instructor_history_p::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(200,178,132,0.5) 30px,
        rgb(200,178,132,0.5) 32px
    );
    height: 100%;
    opacity: 0.05;
}

.instructor_history_p .success_voices_W:hover .capture_d {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(200,178,132);
}

.instructor_history_p .exp_progress_L {
    margin-top: -40px;
    overflow: hidden;
    padding: 60px 40px 40px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    border-radius: 21px;
}

.instructor_history_p .success_voices_W:hover .exp_progress_L::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}

.instructor_history_p .name {
    margin-bottom: 5px;
    font-weight: 700;
    transition: all 0.4s ease;
    color: #000000;
    transform: translateX(0);
    font-size: 36px;
    letter-spacing: 1px;
}

.instructor_history_p .success_voices_W:hover .exp_progress_L > div:nth-child(2) {
    transform: translateX(15px);
}

.instructor_history_p .exp_achievements_c {
    position: relative;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    transform: translateY(0);
    padding: 20px 0;
    opacity: 0.9;
    transition: all 0.4s ease 0.2s;
}

.instructor_history_p .exp_achievements_c::before,
.instructor_history_p .exp_achievements_c::after {
    transition: all 0.4s ease;
    background: rgb(176,111,79,0.5);
    width: 35px;
    position: absolute;
    height: 1px;
    content: "";
}

.instructor_history_p .exp_achievements_c::before {
    left: 0;
    top: 0;
}

.meet_us_K::before {
    animation: gradientFlow 15s ease infinite;
    z-index: -1;
    transform-origin: center center;
    opacity: 0.15;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    filter: blur(20px);
    height: 100%;
    background: 
        linear-gradient(217deg, rgb(200,178,132,0.5), transparent 70%),
        linear-gradient(127deg, rgb(176,111,79,0.5), transparent 70%),
        linear-gradient(336deg, rgb(200,178,132,0.5), transparent 70%);
    top: 0;
}



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



.meet_us_K .mentor_network_J {
    gap: 60px;
    justify-content: center;
    flex-direction: column;
    position: relative;
    align-items: center;
    display: flex;
}

.meet_us_K .mentor_network_J::before {
    opacity: 0.4;
    content: "";
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(200,178,132), transparent);
    width: 40%;
    height: 1px;
    left: 30%;
    animation: scanline 4s ease-in-out infinite;
    position: absolute;
}

.meet_us_K .pro_program_n:hover {
    border-color: rgb(200,178,132,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(200,178,132,0.5);
    transform: translateY(-15px) rotateX(5deg);
}

.meet_us_K .pro_program_n::before {
    opacity: 0.07;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 29px;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(200,178,132,0.5) 100%);
    transition: opacity 0.4s ease;
}



.meet_us_K .pro_program_n:hover::after {
    opacity: 1;
}

.meet_us_K .capture_d {
    width: 220px;
    transition: all 0.5s ease;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    z-index: 2;
    border: 5px solid rgba(255, 255, 255, 0.8);
    position: relative;
    height: 220px;
}

.meet_us_K .capture_d::after {
    border: 1px dashed rgb(200,178,132,0.5);
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    animation: rotateReverse 20s linear infinite;
    content: "";
    inset: -10px;
}



.meet_us_K .corp_values_5 {
    position: relative;
    text-align: center;
    padding-top: 15px;
    width: 100%;
}

.meet_us_K .growth_path_r {
    font-weight: 700;
    font-size: calc(20px * 1.15);
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #000000;
}

.meet_us_K .growth_path_r::after {
    content: "";
    transition: width 0.4s ease;
    left: 50%;
    position: absolute;
    background: rgb(200,178,132);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    bottom: -4px;
}

.meet_us_K .pro_program_n:hover .online_mastery_f {
    opacity: 1;
    color: rgb(176,111,79);
    transform: translateY(2px);
}

.meet_us_K .text_banner_I:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(176,111,79,0.5);
    border-color: rgb(176,111,79,0.5);
}

.meet_us_K .text_banner_I::before,
.meet_us_K .text_banner_I::after {
    height: 500px;
    filter: blur(60px);
    content: "";
    position: absolute;
    animation: blobAnimation 25s infinite alternate;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    opacity: 0.03;
    width: 500px;
    background: rgb(200,178,132,0.5);
    transition: all 0.8s ease;
    z-index: -1;
}



.meet_us_K .text_banner_I::before {
    top: -250px;
    right: -250px;
}

.meet_us_K .text_banner_I::before,
.meet_us_K .text_banner_I::after,
.meet_us_K .pro_program_n::before,
.meet_us_K .pro_program_n::after,
.meet_us_K .capture_d::before,
.meet_us_K .capture_d::after {
    pointer-events: none;
}

.meet_us_K .text_banner_I:hover .knowledge_hub_J::after {
    width: 50%;
}

.meet_us_K .knowledge_hub_J svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    fill: rgb(200,178,132);
    height: 48px;
    transition: all 0.4s ease;
    width: 48px;
}

.meet_us_K .knowledge_hub_J:hover svg {
    fill: rgb(176,111,79);
    transform: rotateY(180deg);
}

.meet_us_K .text_banner_I:hover h2 {
    transform: translateX(5px);
}

.meet_us_K .text_banner_I h2::after {
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79,0.5), transparent);
    border-radius: 10px;
    position: absolute;
    height: 3px;
    content: "";
    transition: width 0.5s ease;
    left: 0;
    bottom: 0;
    width: 100px;
}

.meet_us_K .text_banner_I:hover p {
    transform: translateY(3px);
}

.meet_us_K .mentor_network_J::after {
    z-index: -1;
    width: 100%;
    left: 0;
    background-position: 0 0, 20px 20px;
    pointer-events: none;
    background-size: 40px 40px;
    content: "";
    height: 100%;
    opacity: 0.03;
    background-image: 
        radial-gradient(rgb(200,178,132,0.5) 1px, transparent 1px),
        radial-gradient(rgb(176,111,79,0.5) 1px, transparent 1px);
    position: absolute;
    top: 0;
}

.meet_us_K .mentor_network_J::after {
    animation: pulseHeight 3s infinite;
    background: linear-gradient(to bottom, rgb(200,178,132), transparent);
    position: absolute;
    width: 2px;
    content: "";
    height: 40px;
    left: 50%;
    top: 350px;
    z-index: 0;
}

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

.program_offerings_f .text_banner_I {
    display: grid;
    gap: 30px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.program_offerings_f .description {
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 17px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #000000;
}

.program_offerings_f .description:last-of-type {
    position: relative;
    overflow: hidden;
}

.program_offerings_f .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program_offerings_f .capture_d {
    position: relative;
    border-radius: 17px;
    margin: 40px 0;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 400px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
}

.program_offerings_f .capture_d::after {
    width: 90%;
    content: "";
    opacity: 0.7;
    top: -20px;
    height: 10px;
    animation: glow 4s infinite alternate;
    filter: blur(10px);
    background: rgb(200,178,132);
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.contact_box_e::after {
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(200,178,132,0.5) 0, rgb(200,178,132,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(176,111,79,0.5) 0, rgb(176,111,79,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(200,178,132,0.5), transparent 70%),
        linear-gradient(180deg, rgb(176,111,79,0.5), transparent 70%);
    content: "";
    left: 0;
    z-index: 1;
    animation: backgroundMove 30s infinite linear;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    width: 100%;
}

.contact_box_e .reach_panel_d {
    overflow: hidden;
    display: flex;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(200,178,132,0.5);
    position: relative;
}

.contact_box_e .reach_panel_d::before {
    border: 1px solid rgb(200,178,132);
    border-radius: 12px;
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: 3;
    pointer-events: none;
    content: "";
}

.contact_box_e .capture_d::after {
    inset: 0;
    position: absolute;
    content: "";
    z-index: 2;
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(200,178,132,0.5) 100%);
}

.contact_box_e .support_links_S::after {
    bottom: -75px;
    width: 150px;
    left: -75px;
    opacity: 0.3;
    position: absolute;
    background: rgb(176,111,79,0.5);
    content: "";
    filter: blur(80px);
    z-index: 0;
    height: 150px;
}

.contact_box_e form h3 {
    font-size: 21px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.contact_box_e form input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 25px;
    border: 1px solid rgb(200,178,132,0.5);
    border-radius: 8px;
    background: rgb(219,210,189);
    color: #000000;
    font-size: 18px;
}

.contact_box_e form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact_box_e .reach_request_s input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_box_e .reach_request_s label::before {
    background: rgb(219,210,189);
    top: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    border: 1px solid rgb(200,178,132,0.5);
    width: 22px;
    height: 22px;
}

.contact_box_e .reach_request_s input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 12px;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 4px;
    border: solid #ffffff;
    width: 6px;
    left: 8px;
}

.contact_box_e .reach_request_s label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.contact_box_e .help_help_b {
    font-weight: 700;
    border-radius: 8px;
    background: rgb(200,178,132);
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 30px;
    border: none;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgb(200,178,132,0.5),
        0 0 0 1px rgb(200,178,132);
}

.contact_box_e .help_help_b:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_box_e svg path {
    fill: rgb(200,178,132);
    transition: all 0.3s ease;
}

.contact_box_e svg:hover,
.contact_box_e svg:hover path {
    fill: rgb(176,111,79);
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(176,111,79,0.5));
}

header .nav_skill_x::before {
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(176,111,79,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}

header .nav_skill_x .header_mentor_5:hover {
    transform: translateY(0) scale(1.05);
}

header .nav_skill_x .header_mentor_5 .head_primary_b {
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
}

header .nav_skill_x .header_mentor_5 .head_primary_b svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}

header .nav_skill_x .head_guide_f {
    margin: 0;
    background: linear-gradient(90deg, transparent, rgb(200,178,132,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    list-style: none;
    width: 80vw;
    padding-right: calc((100vw - 100%) / 2);
    justify-content: flex-end;
    padding: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

header .nav_skill_x .head_guide_f .main_header_4 {
    margin: 0;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

header .nav_skill_x .head_guide_f .main_header_4 a::after {
    left: 1.5rem;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    background: rgb(176,111,79);
    width: 0;
    bottom: 0.8rem;
    position: absolute;
}

header .nav_skill_x .head_guide_f .main_header_4 a:hover::after {
    width: calc(100% - 3rem);
}

.training_benefits_V::before {
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(200,178,132,0.5) 0,
        rgb(200,178,132,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: patternShift 20s linear infinite;
}

.training_benefits_V h2::after {
    background: rgb(200,178,132);
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    bottom: -15px;
    position: absolute;
    content: '';
    border-radius: 10px;
    width: 80px;
}

.training_benefits_V .text_main_holder > div {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 28px;
    overflow: hidden;
    padding: 2rem;
    z-index: 1;
    display: flex;
    position: relative;
}

.training_benefits_V .text_main_holder > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.training_benefits_V .text_main_holder svg {
    width: 4rem;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    padding: 1rem;
    background: rgb(219,210,189);
    height: 4rem;
}

.training_benefits_V .text_main_holder > div:hover svg path {
    fill: rgb(176,111,79);
}

.training_benefits_V .capture_d {
    margin-top: 2rem;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 400px;
    position: relative;
    width: 100%;
}

.title_welcome_x {
    min-height: 600px;
    background-color: #000000;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.title_welcome_x {
    min-height: unset;
    height: auto;
}

.title_welcome_x::after {
    background: radial-gradient(circle at center, transparent 0%, #000000 100%);
    left: 0;
    width: 100%;
    content: "";
    mix-blend-mode: multiply;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
}



.title_welcome_x .mentor_network_J {
    height: 100%;
    z-index: 3;
    padding-right: 8%;
    align-items: center;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-end;
}

.title_welcome_x .mentor_network_J {
    padding: 4rem 2rem;
    justify-content: center;
}

.title_welcome_x .learn_begin_e {
    height: 100%;
    width: max-content;
    display: flex;
    animation: tech-slide 28s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}


    
    .title_welcome_x .learn_begin_e {
    animation-duration: 20s;
}

.title_welcome_x .learning_main_X::after {
    height: 100%;
    z-index: 2;
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
    top: 0;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 1px,
        rgba(0, 0, 0, 0.2) 1px,
        rgba(0, 0, 0, 0.2) 2px
    );
    mix-blend-mode: overlay;
    opacity: 0.3;
    left: 0;
}



.title_welcome_x .text_banner_I {
    background: linear-gradient(135deg, 
        rgba(5, 15, 25, 0.8) 0%, 
        rgba(15, 25, 35, 0.7) 100%);
    max-width: 520px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 3;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    padding: 3rem;
    animation: hud-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    border-radius: 29px;
    box-shadow: 
        0 0 0 1px rgba(rgb(200,178,132), 0.2),
        0 15px 35px rgba(0, 0, 0, 0.3);
}

.title_welcome_x .text_banner_I {
    width: 90%;
    max-width: 90%;
}

.title_welcome_x .text_banner_I h1 {
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    display: flex;
    padding-bottom: 1rem;
    font-size: 38px;
    align-items: center;
    font-weight: 700;
}

.title_welcome_x .text_banner_I p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.7;
    position: relative;
}

.title_welcome_x .text_banner_I .help_help_b::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(200,178,132), rgb(176,111,79));
    content: "";
    top: 0;
}

.title_welcome_x .text_banner_I .help_help_b::after {
    height: 20px;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgb(200,178,132) 50%);
    pointer-events: none;
    top: 0;
    position: absolute;
    width: 20px;
    right: 0;
}

.secure_bolt_4 {
    color: rgb(255, 255, 255, 0.5);
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
    padding: 60px;
    background: linear-gradient(135deg, rgb(176,111,79) 25%, rgb(200,178,132) 75%);
}

.secure_bolt_4 h2 {
    padding-bottom: 5px;
    padding: 10px;
    border-radius: 10px;
    margin-top: 0;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 33px;
    background: rgb(176,111,79);
    text-align: left;
}

.secure_bolt_4 ul, .secure_bolt_4 ol {
    line-height: 1.8;
    padding-left: 20px;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
    list-style-position: inside;
    color: #ffffff;
    font-family: Arial, sans-serif;
    list-style: none;
    font-size: 15px;
}

.secure_bolt_4 section {
    color: #000000;
    background: rgb(219,210,189);
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
    padding: 20px;
    display: grid;
}

.quantitative_data_Y::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.1;
}

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

.quantitative_data_Y .knowledge_statistics_a {
    position: relative;
    padding: 3rem;
    background: linear-gradient(to right, rgb(200,178,132,0.5) 0%, transparent 100%);
    margin-bottom: 3rem;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 17px 0 0 17px;
}

.quantitative_data_Y .statistics_extras_U {
    display: inline-block;
    position: relative;
    font-size: 35px;
    color: #000000;
    margin: 0 0 1.5rem;
    font-weight: 700;
}

.quantitative_data_Y .benefits_block_c {
    max-width: 80%;
    font-size: 12px;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
}

.quantitative_data_Y .statistics_benefits_O {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex: 0 0 calc(50% - 2rem);
    padding: 0;
    margin: 1rem;
    align-items: flex-start;
    border-radius: 17px;
    background: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
}

.quantitative_data_Y .statistics_benefits_O:nth-child(even) h4 {
    background: rgb(176,111,79);
}

.quantitative_data_Y .statistics_benefits_O h4::before {
    width: 200%;
    top: -50%;
    opacity: 0;
    content: "";
    height: 200%;
    left: -50%;
    transition: opacity 0.3s ease;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
}

.quantitative_data_Y svg {
    transition: all 0.3s ease;
    height: 24px;
    fill: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 24px;
    right: 1rem;
    top: 1rem;
}

.service_contact_V {
    background-color: rgb(219,210,189);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.service_contact_V::after {
    width: 100%;
    position: absolute;
    height: 150px;
    bottom: 0;
    z-index: 1;
    left: 0;
    content: '';
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(rgb(200,178,132), 0.05)
  );
}

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

.service_contact_V .team_contact_V::before {
    height: 150px;
    top: -50px;
    background-color: rgba(rgb(176,111,79), 0.1);
    width: 150px;
    content: '';
    position: absolute;
    border-radius: 75px;
    right: -50px;
}

.service_contact_V .team_contact_V::after {
    height: 200px;
    bottom: -50px;
    left: -50px;
    content: '';
    background-color: rgba(rgb(200,178,132), 0.08);
    border-radius: 100px;
    width: 200px;
    position: absolute;
}

.service_contact_V .connect_block_X {
    position: relative;
    z-index: 2;
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
    font-size: 16px;
    margin-bottom: 40px;
}

.service_contact_V .msg_block_7 span:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 10px 25px rgba(#000000, 0.07),
    0 2px 10px rgba(#000000, 0.04);
}

.service_contact_V .msg_block_7 span p {
    font-weight: 600;
    color: #000000;
    margin: 0 0 5px 0;
    font-size: 16px;
}

.service_contact_V .msg_block_7 span p {
    display: flex;
    position: relative;
    align-items: center;
}

.service_contact_V .msg_block_7 span span {
    min-width: auto;
    border: none;
    color: #000000;
    padding: 0;
    display: block;
    box-shadow: none;
    background: transparent;
    margin: 10px 0 0;
}

.service_contact_V .msg_block_7 span a:hover {
    color: rgb(176,111,79);
}

.service_contact_V .msg_block_7 span a::after {
    position: absolute;
    transition: width 0.3s ease;
    background-color: rgb(176,111,79);
    left: 0;
    content: '';
    height: 1px;
    width: 0;
    bottom: 0;
}

.service_contact_V .query_form_J::before {
    content: '';
    left: 0;
    height: 4px;
    top: 0;
    position: absolute;
    background: linear-gradient(
    to right,
    rgb(200,178,132),
    rgb(176,111,79)
  );
    width: 100%;
}

.service_contact_V .query_form_J h4::before {
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    background-color: rgba(rgb(200,178,132), 0.1);
    left: 0;
    width: 24px;
    height: 24px;
}

.service_contact_V .query_form_J span {
    padding: 10px 0;
    display: block;
    background: transparent;
    box-shadow: none;
    color: #000000;
    border-bottom: 1px solid rgba(#000000, 0.06);
    min-width: auto;
    font-size: 16px;
}

.service_contact_V .query_form_J span {
    transition: padding 0.3s ease;
    position: relative;
}



.service_contact_V .msg_block_7 span::before {
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
    to right,
    rgba(rgb(200,178,132), 0.05),
    transparent
  );
    transition: width 0.5s ease;
    height: 100%;
}

.service_contact_V .msg_block_7 span svg {
    transition: transform 0.3s ease;
    position: absolute;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    fill: rgb(200,178,132);
    width: 24px;
}

.service_contact_V .msg_block_7 span:hover svg path {
    fill: rgb(176,111,79);
}

.service_contact_V .msg_block_7 span[href^="tel:"] svg path,
.service_contact_V .msg_block_7 span a[href^="tel:"] + svg path {
    fill: rgb(200,178,132);
}

.service_contact_V .team_contact_V h3::after {
    width: 70px;
    background: linear-gradient(
    to right,
    rgb(200,178,132),
    rgb(176,111,79)
  );
    border-radius: 10px;
    display: block;
    margin-top: 15px;
    height: 3px;
    content: "";
}

.service_contact_V .query_form_J span::before {
    left: 0;
    border-radius: 50%;
    position: absolute;
    content: "";
    background-color: rgba(rgb(200,178,132), 0.08);
    height: 16px;
    top: 50%;
    width: 16px;
    transform: translateY(-50%);
}

.learning_process_m {
    position: relative;
    padding: 100px 20px;
    background: rgb(219,210,189);
    overflow: hidden;
    z-index: 1;
}

.learning_process_m {
    padding: 60px 15px;
}

.learning_process_m {
    padding: 40px 10px;
}

.learning_process_m::after {
    position: absolute;
    height: 100%;
    content: "";
    filter: blur(60px);
    background: radial-gradient(
        circle at 30% 50%,
        rgb(176,111,79,0.5) 0%,
        transparent 60%
    );
    animation: glow-pulse 8s ease-in-out infinite alternate;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}

.learning_process_m .mentor_network_J::before {
    content: "";
    border-radius: 19px;
    z-index: -1;
    left: -5px;
    animation: border-flow 6s linear infinite;
    top: -5px;
    position: absolute;
    right: -5px;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(200,178,132,0.5) 45%,
        rgb(176,111,79) 50%,
        rgb(200,178,132,0.5) 55%,
        transparent 60%
    );
    filter: blur(2px);
    background-size: 300% 300%;
    bottom: -5px;
}

.learning_process_m h3 {
    animation: title-float 5s ease-in-out infinite alternate;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 33px;
    color: #000000;
    margin-bottom: 40px;
    transform: translateZ(30px);
    text-align: center;
}

.learning_process_m h3 {
    font-size: calc(33px - 6px);
    margin-bottom: 25px;
}

.learning_process_m h3 {
    margin-bottom: 20px;
    font-size: calc(33px - 8px);
    letter-spacing: 1px;
}

.learning_process_m h3::after {
    color: rgb(200,178,132);
    position: absolute;
    content: attr(data-text);
    z-index: -1;
    filter: blur(4px);
    animation: text-glow 3s ease-in-out infinite alternate;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.learning_process_m span {
    animation: text-float 7s ease-in-out infinite alternate;
    max-width: 800px;
    transform: translateZ(10px);
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    z-index: 2;
}

.learning_process_m span {
    line-height: 1.6;
}

.learning_process_m span {
    font-size: calc(14px - 2px);
}

.cookie_overlay_i {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}

.consentSettingsDialog_5 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.edu_approve_v svg, .edu_approve_v svg path, .edu_approve_v img {
    height: 100px;
    width: 100px;
    fill: rgb(200,178,132);
}

.consentSettingsDialog_5 p a {
    text-decoration: none;
    color: rgb(200,178,132);
}


#cookiePolicyPanel_c {
    display: none;
}

#cookiePolicyPanel_c:checked ~ .consentSettingsDialog_5 {
    opacity: 0;
    visibility: hidden;
}

.appSpace_a::before {
    z-index: 1;
    opacity: 0.05;
    width: 45%;
    height: 70%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    top: -10%;
    position: absolute;
    background: linear-gradient(210deg, rgb(176,111,79) 0%, rgb(200,178,132) 100%);
    content: "";
    right: -5%;
    transform: rotate(15deg) skewX(-15deg);
}

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

.appSpace_a .mentor_network_J {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    transform-style: preserve-3d;
    position: relative;
}

.appSpace_a .mentor_network_J > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}

.appSpace_a .mentor_network_J > div:first-child::before {
    position: absolute;
    height: 100%;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(200,178,132), rgb(176,111,79));
    top: 0;
    left: 0;
}

.appSpace_a .mentor_network_J > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}

.appSpace_a h5 {
    margin: 0;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    position: relative;
    font-size: calc(22px * 1.1);
}

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

.appSpace_a p::first-line {
    color: rgb(200,178,132);
    font-weight: 600;
}

footer {
    z-index: 1;
    position: relative;
}

footer::after {
    z-index: -1;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}

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

.mentor_net_g .company_holder {
    position: relative;
    padding: 2.5rem;
    flex: 1 1 400px;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mentor_net_g .access_cta_Y {
    font-size: 18px;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    line-height: 1.6;
    margin: 0 1rem;
    color: #ffffff;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
}

.mentor_net_g .webinar_live_X {
    gap: 2rem;
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
    display: flex;
    flex-direction: column;
}

.mentor_net_g .head_guide_f h5 {
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 22px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
}

.mentor_net_g .head_guide_f .first_pagebar_e a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.mentor_net_g .head_guide_f .first_pagebar_e a::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    width: 3px;
    background: #ffffff;
    opacity: 0;
    top: 0;
    height: 100%;
}

.digital_res_d {
    position: relative;
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}


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


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



@media (min-width: 992px) and (max-width: 1199px) {.client_comments_U {
    padding: 7rem 0;
}.client_comments_U .success_ratings_U {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 768px) and (max-width: 991px) {.client_comments_U {
    padding: 6rem 0;
}.client_comments_U .success_ratings_U {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 576px) {.client_comments_U {
    padding: 4rem 0;
}.client_comments_U h2 {
    letter-spacing: -0.01em;
    font-size: calc(34px * 0.8);
}.client_comments_U h2::after {
    width: 60px;
    bottom: -10px;
}.client_comments_U .success_voices_W div {
    height: 50px;
    width: 50px;
}
}



@media (prefers-reduced-motion: reduce) {.client_comments_U .success_voices_W,
    .client_comments_U .success_voices_W::before,
    .client_comments_U .success_voices_W div,
    .client_comments_U .success_voices_W div img,
    .client_comments_U .success_voices_W h3::after {
    transition: none;
}.client_comments_U .success_voices_W:hover {
    transform: translateY(-5px);
}}



@media (max-width: 767px) {.instructor_history_p {
    padding: 60px 20px;
}.instructor_history_p .exp_progress_L {
    padding: 60px 25px 35px;
}.instructor_history_p .name {
    font-size: calc(36px - 4px);
}.instructor_history_p .exp_progress_L > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.instructor_history_p .exp_achievements_c {
    font-size: calc(18px - 1px);
}}



@media (max-width: 767px) {.meet_us_K {
    padding: 80px 0;
}.meet_us_K .capture_d {
    width: 180px;
    height: 180px;
}.meet_us_K .pro_program_n {
    padding: 35px 25px;
}.meet_us_K .text_banner_I {
    padding: 35px 25px;
}.meet_us_K .text_banner_I h2 {
    font-size: calc(28px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.meet_us_K .growth_path_r {
    font-size: 20px;
}.meet_us_K .online_mastery_f {
    font-size: 18px;
}.meet_us_K .knowledge_hub_J {
    font-size: 17px;
}.meet_us_K .knowledge_hub_J svg {
    width: 40px;
    height: 40px;
}.meet_us_K .mentor_network_J::after {
    top: 280px;
}
}



@media screen and (max-width: 1024px) {.program_offerings_f {
    padding: 80px 0;
}.program_offerings_f .capture_d {
    margin: 30px 0;
    height: 350px;
}
}



@media screen and (max-width: 768px) {.program_offerings_f {
    padding: 60px 0;
}.program_offerings_f .text_banner_I {
    grid-template-columns: 1fr;
    gap: 20px;
}.program_offerings_f .description {
    padding: 25px;
}.program_offerings_f .capture_d {
    margin: 25px 0;
    height: 300px;
}.program_offerings_f h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 1024px) {.contact_box_e {
    padding: 80px 0;
}.contact_box_e .capture_d {
    min-height: 500px;
}.contact_box_e .support_links_S {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact_box_e {
    padding: 60px 0;
}.contact_box_e h2 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.8);
}.contact_box_e .reach_panel_d {
    flex-direction: column;
}.contact_box_e .capture_d {
    width: 100%;
    min-height: 300px;
}.contact_box_e .support_links_S {
    width: 100%;
    padding: 40px 30px;
}.contact_box_e form h3 {
    margin-bottom: 30px;
}.contact_box_e form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_box_e .reach_request_s {
    margin-bottom: 25px;
}.contact_box_e .help_help_b {
    padding: 15px 25px;
}
}



@media screen and (max-width: 991px) {header .nav_skill_x {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}header .nav_skill_x .header_mentor_5 {
    margin-left: 0;
    margin-bottom: 1rem;
}header .nav_skill_x .head_guide_f {
    width: 100%;
    clip-path: none;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0;
    background: rgb(200,178,132,0.5);
}header .nav_skill_x .head_guide_f .main_header_4 a {
    padding: 0.8rem 1rem;
}header .nav_skill_x .head_guide_f .main_header_4 a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .nav_skill_x .head_guide_f .main_header_4 a:hover::after {
    width: calc(100% - 2rem);
}
}



@media (max-width: 576px) {.training_benefits_V {
    padding: 4rem 0;
}.training_benefits_V .mentor_network_J {
    padding: 0 1.5rem;
}.training_benefits_V .text_main_holder > div {
    padding: 1.5rem;
}.training_benefits_V .text_main_holder svg {
    height: 3.5rem;
    padding: 0.8rem;
    width: 3.5rem;
}.training_benefits_V .capture_d {
    height: 250px;
}}



@media (max-width: 992px) {.title_welcome_x {
    height: 80vh;
}.title_welcome_x .mentor_network_J {
    padding-right: 4%;
}.title_welcome_x .text_banner_I {
    max-width: 420px;
    padding: 2rem;
}.title_welcome_x .learn_begin_e {
    animation-duration: 24s;
}
}



@media (max-height: 600px) {.title_welcome_x {
    min-height: 500px;
}
}



@media (orientation: landscape) and (max-height: 500px) {.title_welcome_x {
    min-height: 140vh;
    height: auto;
}.title_welcome_x .mentor_network_J {
    padding: 5rem 2rem;
}}



@media only screen and (max-width: 800px) {.secure_bolt_4 {
    grid-template-columns: 1fr;
    padding: 30px;
}.secure_bolt_4 h1 {
    font-size: calc(22px - 8px);
}.secure_bolt_4 h2 {
    font-size: calc(22px - 6px);
}.secure_bolt_4 h3, .secure_bolt_4 h4, .secure_bolt_4 h5, .secure_bolt_4 h6 {
    font-size: calc(22px - 4px);
}.secure_bolt_4 ul, .secure_bolt_4 ol {
    padding-left: 15px;
    font-size: calc(15px - 2px);
}.secure_bolt_4 section {
    grid-template-columns: 1fr;
}}



@media (max-width: 480px) {.quantitative_data_Y {
    padding: 3rem 0;
}.quantitative_data_Y .knowledge_statistics_a {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}.quantitative_data_Y .statistics_benefits_O {
    flex-direction: column;
}.quantitative_data_Y .statistics_benefits_O h4 {
    font-size: 35px;
    padding: 1.5rem;
    flex: 0 0 auto;
    width: 100%;
}.quantitative_data_Y .statistics_benefits_O span {
    padding: 1.5rem;
    justify-content: center;
    text-align: center;
}.quantitative_data_Y .statistics_extras_U {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.8);
}.quantitative_data_Y .benefits_block_c {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.quantitative_data_Y svg {
    top: 0.8rem;
    right: 0.8rem;
    height: 20px;
    width: 20px;
}}



@media (max-width: 768px) {.service_contact_V {
    padding: 60px 0;
}.service_contact_V .team_contact_V {
    padding: 35px;
}.service_contact_V h3 {
    font-size: calc(37px - 2px);
}.service_contact_V .msg_block_7 {
    gap: 20px;
}.service_contact_V .msg_block_7 span {
    flex: 1 0 100%;
}
}



@media (max-width: 991px) {.learning_process_m {
    padding: 80px 15px;
}.learning_process_m h3 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.learning_process_m span {
    font-size: calc(14px - 1px);
}.learning_process_m .mentor_network_J {
    padding: 30px;
}
}


@media only screen and (max-width: 1200px) {.consentSettingsDialog_5 {
    padding: 20px;
}}



@media (min-width: 768px) {.appSpace_a {
    padding: 8rem 0;
}.appSpace_a .mentor_network_J {
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.appSpace_a .mentor_network_J > div:first-child {
    padding: 4rem;
}.appSpace_a .mentor_network_J > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.appSpace_a h5 {
    font-size: calc(22px * 1.2);
}.appSpace_a p {
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.appSpace_a {
    padding: 4rem 0;
}.appSpace_a .mentor_network_J > div:first-child,
    .appSpace_a .mentor_network_J > div:last-child {
    padding: 2rem;
}.appSpace_a h5 {
    font-size: 22px;
}.appSpace_a p {
    font-size: calc(12px * 0.95);
}
}



@media (hover: hover) {.appSpace_a .mentor_network_J > div:first-child:hover::after {
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    position: absolute;
    inset: 0;
}.appSpace_a .mentor_network_J > div:last-child:hover::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    inset: 0;
}}



@media (max-width: 992px) {.mentor_net_g {
    padding: 3.5rem 0 2rem;
}.mentor_net_g .container {
    gap: 2.5rem;
    flex-direction: column;
}.mentor_net_g .company_holder,
    .mentor_net_g .webinar_live_X {
    min-width: 100%;
    flex: 1 1 100%;
}.mentor_net_g .head_guide_f {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.mentor_net_g {
    padding: 2.5rem 0 1rem;
}.mentor_net_g .head_guide_f {
    min-width: 100%;
    flex: 1 1 100%;
}.mentor_net_g .first_pagebar_e {
    gap: 1rem;
}.digital_res_d {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.mentor_net_g::before {
    height: 5px;
}
}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(200,178,132,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(200,178,132);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

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



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



@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}



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



@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

@keyframes grid-pulse {
    0% {
        opacity: 0.3;
        background-size: 100% 100%, 100% 100%;
    }
    100% {
        opacity: 0.5;
        background-size: 110% 110%, 120% 120%;
    }
}



@keyframes tech-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes hud-appear {
    0% {
        opacity: 0;
        transform: translateX(30px);
        clip-path: polygon(
            0 0,
            0 0,
            0 calc(100% - 30px),
            0 100%,
            0 100%
        );
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    }
}



@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}



@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}



@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }

