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

.mentor_net_base {
    flex: 0 0 auto;
}

.mentor_net_base {
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 70px 0;
    color: #ffffff;
    position: relative;
}

header,footer {
    width: 100%;
}

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

.main_info_base {
    flex: 1 0 auto;
}


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

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

.cert_fees_base {
    position: relative;
}

.pricing_offer_box_base h2 {
    font-size: 29px;
    margin-bottom: 20px;
    transform: translateY(0);
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
    font-weight: 700;
    position: relative;
}

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

.pricing_offer_box_base .payment_option_base {
    backdrop-filter: blur(10px);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    height: 100%;
    padding: 30px;
    min-height: 380px;
}

.pricing_offer_box_base .promo_cost_base {
    display: flex;
    z-index: 2;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.pricing_offer_box_base .pricing_pack_base h4::after {
    left: 0;
    background: rgb(195,210,184);
    bottom: 0;
    position: absolute;
    height: 2px;
    content: "";
    width: 40px;
    transition: width 0.4s ease;
}

.pricing_offer_box_base .trial_rates_base {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 28px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(195,210,184), rgb(181,121,136));
    align-self: flex-start;
    margin-top: auto;
    font-weight: 700;
}

.pricing_offer_box_base .pricing_pack_base:hover {
    transform: translateY(-10px);
}

.pricing_offer_box_base .pricing_pack_base:hover .payment_option_base::before {
    opacity: 1;
}

.pricing_offer_box_base .pricing_pack_base:hover h4::after {
    width: 60px;
}

.pricing_offer_box_base .pricing_pack_base:hover .trial_rates_base::before {
    transform: translateX(100%);
}

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

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

.company_info_base .text_box_holder_base > div:first-child {
    position: relative;
    display: inline-block;
}

.company_info_base .text_box_holder_base > div:first-child::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
    transform-origin: left;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    animation: lineGrow 0.6s 0.8s ease-out forwards;
    background: rgb(181,121,136);
    content: "";
}

.company_info_base div p b {
    position: relative;
    font-weight: 700;
    z-index: 1;
    display: inline-block;
}

.company_info_base div p b::before {
    transform: skewX(-15deg);
    content: "";
    bottom: 0;
    position: absolute;
    left: -5px;
    z-index: -1;
    width: calc(100% + 10px);
    background: rgb(195,210,184,0.5);
    height: 8px;
}

.company_info_base ol li:hover {
    transform: translateX(0);
}

.company_info_base ol li::before {
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(195,210,184,0.5) 0%, transparent 100%);
    width: 100%;
    content: "";
}

.course_highlights_base .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1400px;
    position: relative;
    z-index: 3;
}

.course_highlights_base .text_box_holder_base {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 40px;
    max-width: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 28px;
    z-index: 4;
}

.course_highlights_base .text_box_holder_base .description {
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    text-align: center;
}

.course_highlights_base .picture_gallery_base::after {
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    z-index: 2;
}

.customer_opinions_base::before {
    background-size: 100px 100px;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    animation: moveBackground 15s linear infinite;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(181,121,136,0.5) 49%,
        rgb(181,121,136,0.5) 51%,
        transparent 52%
    );
    z-index: 0;
    left: 0;
    position: absolute;
    opacity: 0.2;
}

.customer_opinions_base .success_voices_base {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    display: grid;
}

.customer_opinions_base .testimonials_track_base {
    align-items: center;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 2.5rem;
    z-index: 1;
    display: flex;
    background: #ffffff;
    flex-direction: column;
}

.customer_opinions_base .testimonials_track_base:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(181,121,136,0.5),
        rgb(195,210,184,0.5)
    );
}

.customer_opinions_base .testimonials_track_base:hover::before {
    transform: translateY(15px) translateX(15px);
}

.customer_opinions_base .testimonials_track_base:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}

.customer_opinions_base .testimonials_track_base:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.customer_opinions_base .testimonials_track_base:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.customer_opinions_base .testimonials_track_base::after {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    right: -15px;
    z-index: -2;
    width: 50px;
    transform: rotate(45deg);
    background: rgb(195,210,184);
    height: 50px;
    top: -15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
}

.customer_opinions_base .testimonials_track_base img {
    border-radius: 0;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 80px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    width: 80px;
}

.customer_opinions_base .testimonials_track_base p::after {
    position: absolute;
    bottom: -5px;
    height: 2px;
    transition: all 0.5s ease;
    background: rgb(195,210,184);
    left: 50%;
    width: 0;
    content: "";
    transform: translateX(-50%);
}

.customer_opinions_base .testimonials_track_base:hover .description {
    transform: translateY(-5px);
}



.customer_opinions_base .testimonials_track_base:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.customer_opinions_base .testimonials_track_base:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}

.thanksPoint_base {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(181,121,136,0.5) 0%, rgb(218,222,231) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 6rem 0;
    position: relative;
}

.thanksPoint_base::after {
    position: absolute;
    opacity: 0.3;
    content: "";
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgb(181,121,136,0.5) 0%, transparent 100%);
    right: 0;
}

.thanksPoint_base .guide_bios_base {
    padding: 3.5rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: #ffffff;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.thanksPoint_base .guide_bios_base > div:first-child::after {
    height: 3px;
    position: absolute;
    width: 100px;
    transform-origin: left;
    bottom: -1rem;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(195,210,184) 0%, rgb(181,121,136) 100%);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.thanksPoint_base a {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease;
    overflow: hidden;
}

.thanksPoint_base a:hover {
    transform: translateX(10px);
}

.thanksPoint_base a::before {
    top: 0;
    width: 100%;
    animation: lightSweep 6s infinite ease-in-out;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    content: "";
    position: absolute;
    left: -100%;
}

.study_method_base::before {
    z-index: 1;
    opacity: 0.2;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(195,210,184,0.5) 0%, transparent 70%);
}

.study_method_base .guide_bios_base {
    flex-direction: column;
    position: relative;
    gap: 2.5rem;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    max-width: 900px;
}

.study_method_base h3::before {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.5;
    border-radius: inherit;
    border: 2px solid rgb(195,210,184,0.5);
    top: 0;
    height: 100%;
    transform: translate(8px, 8px);
}

.study_method_base span::before {
    pointer-events: none;
    border-radius: inherit;
    opacity: 0.5;
    border: 2px solid rgb(181,121,136,0.5);
    transform: translate(-8px, -8px);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
}

header .first_pagebar_base::before {
    opacity: 0.1;
    width: 100%;
    top: 0;
    animation: slidePattern 25s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(181,121,136,0.5) 10px,
        rgb(181,121,136,0.5) 11px
    );
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
}

header .container {
    position: relative;
    padding: 1.5rem 2rem;
}

header .head_expert_base {
    position: relative;
    z-index: 2;
}

header .top_nav_base {
    position: relative;
    display: block;
    padding: 15px;
    transition: all 0.3s ease;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(195,210,184,0.5);
    border-radius: 10px;
    background: #ffffff;
}

header .top_nav_base:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(195,210,184);
}

header .top_nav_base svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
    height: 45px;
}

header .nav_pagebar_base::before {
    content: "";
    transition: width 0.3s ease;
    background: linear-gradient(90deg, transparent, rgb(181,121,136,0.5) 100%);
    top: 0;
    border-radius: 0 25px 25px 0;
    z-index: -1;
    position: absolute;
    right: 0;
    width: 85%;
    opacity: 0.15;
    bottom: 0;
}

header .nav_tutor_base a {
    border-radius: 0 10px 0 10px;
    background: #ffffff;
    border-left: 3px solid transparent;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 16px;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

header .nav_tutor_base a:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
    color: rgb(195,210,184);
    border-left-color: rgb(195,210,184);
}

header .nav_tutor_base a:hover::before {
    transform: scaleY(1);
}

header .nav_tutor_base a:hover::after {
    transform: scaleX(1);
}

.location_info_base::before {
    content: '';
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(195,210,184,0.5) 0,
        rgb(195,210,184,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    opacity: 0.15;
    left: 0;
    z-index: 0;
}



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

.location_info_base .reach_help_base:nth-child(1) {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(195,210,184,0.5) 100%
    );
    grid-area: info;
    border-radius: 14px;
    padding: 2.5rem;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(5px);
}

.location_info_base .reach_help_base:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}

.location_info_base .reach_help_base:nth-child(3) {
    position: relative;
    padding: 2.5rem;
    grid-area: contact;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(195,210,184,0.5) 100%
    );
}

.location_info_base .reach_help_base h2::after {
    content: '';
    background: rgb(181,121,136);
    bottom: 0;
    border-radius: 3px;
    left: 0;
    width: 60px;
    height: 3px;
    position: absolute;
}

.location_info_base .get_assistance_base {
    line-height: 1.7;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.location_info_base .reach_help_base p span {
    font-weight: 600;
}

.location_info_base .reach_experts_base {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(195,210,184,0.5);
}

.location_info_base .edu_help_base {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.location_info_base .edu_help_base span {
    padding: 0.5rem 1rem;
    font-size: calc(16px * 0.9);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
}

.location_info_base .reach_help_base .picture_gallery_base::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
}

.location_info_base .get_support_base a::before {
    height: 100%;
    animation-delay: calc(var(--i, 0) * 1s);
    animation: shine 4s infinite;
    left: -30px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    position: absolute;
    transform: skewX(-20deg);
    content: '';
    width: 30px;
    top: 0;
}

.location_info_base .get_support_base a:nth-child(3) {
    --i: 3;
}

.location_info_base .get_support_base a span {
    color: #ffffff;
    align-items: center;
    font-size: calc(16px * 0.85);
    display: flex;
    opacity: 0.7;
    gap: 0.5rem;
}

.location_info_base svg {
    fill: none;
    width: 20px;
    height: 20px;
}

.location_info_base .get_support_base a:hover svg path {
    fill: #ffffff;
}

.contact_us_base::before {
    animation: subtle-pulse 12s infinite alternate;
    left: -50%;
    top: -50%;
    width: 200%;
    position: absolute;
    z-index: 1;
    height: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    content: '';
}

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

.contact_us_base h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: 43px;
    text-align: center;
    position: relative;
}

.contact_us_base .connect_list_base {
    overflow: hidden;
    align-items: stretch;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
}

.contact_us_base .inquiry_widget_base {
    flex: 0 0 60%;
    justify-content: center;
    padding: 4rem 3rem;
    flex-direction: column;
    display: flex;
}

.contact_us_base .inquiry_widget_base form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.contact_us_base .inquiry_widget_base h3 {
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
}

.contact_us_base .inquiry_widget_base input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(195,210,184);
    box-shadow: 0 0 15px rgba(rgb(195,210,184), 0.3);
}

.contact_us_base .inquiry_widget_base .request_widget_base {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}

.contact_us_base .inquiry_widget_base .request_widget_base input[type="checkbox"]:checked {
    border-color: rgb(195,210,184);
    background: rgb(195,210,184);
}

.contact_us_base .inquiry_widget_base .request_widget_base input[type="checkbox"]:checked::after {
    content: '✔';
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    top: 50%;
    position: absolute;
    color: #ffffff;
    left: 50%;
}

.contact_us_base .inquiry_widget_base .request_widget_base a:hover {
    text-decoration: underline;
}

.contact_us_base .inquiry_widget_base .support_block_base {
    cursor: pointer;
    overflow: hidden;
    background: rgb(195,210,184);
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    padding: 1rem;
    border: none;
}

.contact_us_base .inquiry_widget_base .support_block_base:hover::before {
    left: 100%;
}

.mentorship_experience_base {
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, rgb(218,222,231) 30%, rgb(181,121,136,0.5) 100%);
    padding: 6rem 2rem;
    perspective: 1000px;
}

.mentorship_experience_base::after {
    filter: blur(60px);
    height: 140%;
    right: -10%;
    background: rgb(195,210,184,0.5);
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    top: -20%;
    width: 50%;
    content: "";
}

.mentorship_experience_base .picture_gallery_base {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    position: relative;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transform: translateZ(30px);
    z-index: 2;
    transform-style: preserve-3d;
    height: 450px;
    transition: all 0.7s ease;
}

.mentorship_experience_base .exp_projects_base::before {
    background: linear-gradient(to bottom, rgb(195,210,184), rgb(181,121,136));
    position: absolute;
    transform: translateY(-50%);
    height: 60%;
    left: 0;
    content: "";
    top: 50%;
    width: 10px;
}

.mentorship_experience_base .name {
    transition: transform 0.5s ease;
    font-weight: 700;
    color: #000000;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    font-size: calc(30px * 1.2);
}

.mentorship_experience_base .emp_container_base {
    transition: transform 0.5s ease 0.2s;
    position: relative;
    font-style: italic;
    line-height: 1.7;
    font-size: 12px;
    transform: translateZ(10px);
    color: #000000;
}

.mentorship_experience_base .testimonials_track_base:hover .picture_gallery_base {
    transform: translateZ(50px) translateX(-20px);
}

.mentorship_experience_base .testimonials_track_base:hover .name {
    transform: translateZ(40px);
}

.mentorship_experience_base .testimonials_track_base:hover .emp_container_base {
    transform: translateZ(30px);
}

footer::before {
    background: linear-gradient(90deg, #000000 0%, rgb(195,210,184) 150%);
    content: '';
    z-index: 1;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.92;
    position: absolute;
    bottom: 0;
}

.mentor_net_base .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.mentor_net_base .company_holder::before {
    position: absolute;
    background: rgb(195,210,184);
    width: 100%;
    content: '';
    height: 5px;
    left: 0;
    top: 0;
}

.mentor_net_base .company_holder h3::after {
    background: rgb(181,121,136);
    height: 3px;
    content: '';
    position: absolute;
    width: 60px;
    bottom: -8px;
    left: 0;
}

.mentor_net_base .header_mainbar_base {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    display: flex;
}

.mentor_net_base .nav_pagebar_base .header_mainbar_base {
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.mentor_net_base .nav_pagebar_base .header_mainbar_base a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.05);
}

.mentor_net_base .nav_pagebar_base .header_mainbar_base a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(5px);
}

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



footer::after {
    top: 0;
    position: absolute;
    content: '';
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    right: 0;
    left: 0;
    background-size: 40px 40px;
    bottom: 0;
}

.privacy_vaulting_base::before {
    animation: backgroundShift 60s linear infinite;
    pointer-events: none;
    z-index: 1;
    right: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    bottom: 0;
    perspective: 1000px;
    background-size: 20px 20px;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(195,210,184,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(195,210,184,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(195,210,184,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(195,210,184,0.5), 0.02) 75%);
}

.privacy_vaulting_base h1::after {
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(195,210,184), rgb(181,121,136));
    transform: scaleX(1);
    content: "";
    left: 0;
    width: 60px;
    height: 3px;
    bottom: -2px;
}

.privacy_vaulting_base h2 {
    font-size: 29px;
    font-weight: 600;
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: rgb(181,121,136);
    position: relative;
    animation-delay: 0.2s;
    padding-left: 1rem;
    transform: translateZ(3px);
    opacity: 0;
    margin: 2.5rem 0 1.5rem;
}

.privacy_vaulting_base h3::before {
    border-radius: 10px;
    width: 2px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(181,121,136), rgb(195,210,184));
    top: 0;
    bottom: 0;
}

.privacy_vaulting_base h4 {
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.4s;
    padding-left: 0.6rem;
    font-weight: 400;
    margin: 1.8rem 0 1rem;
    opacity: 0;
    font-size: calc(29px * 0.7);
    transform: translateZ(1px);
    position: relative;
    color: rgb(195,210,184);
}

.privacy_vaulting_base p:hover {
    transform: translateZ(5px);
    transition: transform 0.5s ease;
}

.privacy_vaulting_base strong {
    color: rgb(195,210,184);
    font-weight: 600;
}

.privacy_vaulting_base li {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-left: 1.5rem;
}

.privacy_vaulting_base li::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    top: 0.5rem;
    position: absolute;
    animation: pulse 3s infinite alternate;
    content: "";
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, rgb(195,210,184), rgb(181,121,136));
    left: 0;
}

.privacy_vaulting_base span:hover {
    background: linear-gradient(to right, rgba(rgb(181,121,136,0.5), 0.08), rgba(rgb(195,210,184,0.5), 0.08));
    transform: translateZ(5px);
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.opening_board_base .edu_smart_base {
    position: relative;
    align-items: center;
    width: 100%;
    display: flex;
    min-height: 100vh;
    justify-content: center;
}

.opening_board_base .edu_smart_base:after {
    position: absolute;
    left: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    mix-blend-mode: overlay;
    content: "";
    right: 0;
    background: radial-gradient(circle at 30% 70%, rgb(195,210,184,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 2;
    bottom: 0;
    opacity: 0.6;
}

.opening_board_base .edu_smart_base:after {
    background: radial-gradient(circle at 30% 70%, rgb(195,210,184,0.5) 0%, transparent 50%);
}

.opening_board_base .learn_corner_base > div {
    animation: fadeUp 0.8s forwards;
    opacity: 0;
    animation-delay: calc(var(--index, 0) * 0.3s);
    transform: translateY(30px);
}

.opening_board_base .learn_corner_base > div:nth-child(2) {
    --index: 2;
}

.opening_board_base p {
    padding-left: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 0;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    position: relative;
}

.opening_board_base .title_style_header {
    transform-origin: left center;
    line-height: 1.1;
    margin: 0;
    color: transparent;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    position: relative;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-weight: 700;
    animation: scaleText 0.5s ease-out forwards;
    background-clip: text !important;
    background: linear-gradient(90deg, #ffffff 0%, rgb(181,121,136) 100%);
    -webkit-background-clip: text !important;
    animation-delay: 0.8s;
}

.opening_board_base .learn_corner_base:before {
    position: absolute;
    content: "";
    opacity: 0;
    animation: cornerReveal 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    top: -10px;
    animation-delay: 1.8s;
    border-top: 3px solid rgb(181,121,136);
    width: 80px;
    height: 80px;
    border-left: 3px solid rgb(181,121,136);
    left: -10px;
}

.cookie_overlay_banner_base {
    border-top: 3px solid rgb(195,210,184);
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(218,222,231);
    justify-content: center;
    z-index: 100;
    padding: 20px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
}

.cookie_data_base {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_data_base svg {
    height: 50px;
    fill: rgb(195,210,184);
    width: 50px;
}

.privacy_opt_base h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(195,210,184);
    letter-spacing: 1px;
    font-size: 23px;
}

.data_control_base {
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    flex-shrink: 0;
    border: none;
    text-align: center;
    padding: 10px 20px;
    min-width: 120px;
    background: rgb(195,210,184);
}


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



@media (max-width: 992px) {.pricing_offer_box_base {
    padding: 80px 0;
}.pricing_offer_box_base .payment_plan_base {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_offer_box_base .payment_option_base {
    padding: 22px;
    min-height: 340px;
}.pricing_offer_box_base .pricing_pack_base h4 {
    font-size: 20px;
}.pricing_offer_box_base .pricing_pack_base p {
    line-height: 1.6;
    font-size: 14px;
}.pricing_offer_box_base .trial_rates_base {
    font-size: 24px;
    padding: 8px 16px;
}
}



@media (max-width: 576px) {.pricing_offer_box_base {
    padding: 50px 0;
}.pricing_offer_box_base h2 {
    font-size: calc(29px - 6px);
}.pricing_offer_box_base .lesson_rates_base {
    margin-bottom: 30px;
    font-size: 15px;
}.pricing_offer_box_base .payment_option_base {
    padding: 20px;
}.pricing_offer_box_base .pricing_pack_base h4 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}.pricing_offer_box_base .pricing_pack_base p {
    margin-bottom: 20px;
    font-size: 14px;
}.pricing_offer_box_base .trial_rates_base {
    font-size: 22px;
    padding: 8px 14px;
}}



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


@media (max-width: 767px) {.course_highlights_base {
    padding: 60px 0;
}.course_highlights_base .text_box_holder_base {
    padding: 25px;
    max-width: 100%;
}.course_highlights_base .text_box_holder_base h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.course_highlights_base .text_box_holder_base .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 992px) {.customer_opinions_base .success_voices_base {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 1200px) {.thanksPoint_base .guide_bios_base {
    padding: 3rem;
}.thanksPoint_base h5 {
    font-size: 19px;
}
}



@media (max-width: 992px) {.thanksPoint_base {
    padding: 5rem 0;
}.thanksPoint_base .guide_bios_base {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksPoint_base h5::before {
    height: 60px;
    left: -1.5rem;
    top: -1rem;
    width: 60px;
}
}



@media (max-width: 768px) {.thanksPoint_base {
    padding: 4rem 0;
}.thanksPoint_base .guide_bios_base {
    padding: 2rem;
    transform: none;
}.thanksPoint_base h5 {
    font-size: calc(19px * 0.95);
}.thanksPoint_base p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.thanksPoint_base .guide_bios_base > div:first-child::after {
    width: 80px;
}
}



@media (max-width: 576px) {.thanksPoint_base {
    padding: 3rem 0;
}.thanksPoint_base .guide_bios_base {
    padding: 1.5rem;
}.thanksPoint_base h5 {
    font-size: calc(19px * 0.9);
    line-height: 1.3;
}.thanksPoint_base p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.thanksPoint_base h5::before {
    display: none;
}.thanksPoint_base .guide_bios_base > div:first-child {
    margin-bottom: 1.5rem;
}.thanksPoint_base .guide_bios_base > div:first-child::after {
    width: 60px;
    height: 2px;
    bottom: -0.75rem;
}
}



@media (prefers-reduced-motion: reduce) {.thanksPoint_base .guide_bios_base,
    .thanksPoint_base .guide_bios_base:hover,
    .thanksPoint_base a:hover {
    transition: none;
    transform: none;
}.thanksPoint_base::before,
    .thanksPoint_base a::before {
    animation: none;
}.thanksPoint_base .guide_bios_base > div:first-child::after {
    animation: none;
    width: 100px;
}.thanksPoint_base h5::before {
    transform: scale(1);
    animation: none;
}}



@media (max-width: 992px) {.study_method_base {
    padding: 5rem 1.5rem;
}.study_method_base h3 {
    padding: 1.8rem;
    font-size: calc(37px * 0.9);
}.study_method_base span {
    padding: 1.8rem;
}.study_method_base h3::before,
    .study_method_base span::before {
    transform: translate(6px, 6px);
}.study_method_base span::before {
    transform: translate(-6px, -6px);
}
}



@media (max-width: 991px) {header .head_section_base {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    grid-template-rows: auto auto;
}header .head_expert_base {
    justify-self: center;
}header .nav_pagebar_base {
    justify-content: center;
}header .nav_pagebar_base::before {
    background: rgb(181,121,136,0.5);
    width: 100%;
    opacity: 0.1;
}
}



@media (max-width: 480px) {header .top_nav_base {
    padding: 10px;
    transform: none;
}header .top_nav_base svg {
    height: 40px;
}header .top_nav_base:hover {
    transform: translateY(-3px);
}}



@media (max-width: 992px) {.location_info_base .get_help_base {
    grid-template-areas: 
            "info info"
            "photo photo"
            "contact contact";
}.location_info_base .get_support_base {
    grid-template-columns: repeat(3, 1fr);
}.location_info_base .reach_help_base:nth-child(2) {
    height: 300px;
}
}



@media (max-width: 576px) {.location_info_base {
    padding: 3rem 0;
}.location_info_base .reach_help_base:nth-child(1),
    .location_info_base .reach_help_base:nth-child(3) {
    padding: 1.5rem;
}.location_info_base .get_support_base {
    grid-template-columns: 1fr;
}.location_info_base .get_support_base a:nth-child(3) {
    grid-column: auto;
}.location_info_base .edu_help_base {
    display: grid;
    grid-template-columns: 1fr 1fr;
}}



@media screen and (max-width: 768px) {.contact_us_base {
    padding: 3rem 0;
}.contact_us_base h2 {
    font-size: calc(43px * 0.8);
    margin-bottom: 2rem;
}.contact_us_base .inquiry_widget_base h3 {
    font-size: calc(34px * 0.9);
}.contact_us_base .inquiry_widget_base input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_us_base .inquiry_widget_base .request_widget_base {
    align-items: flex-start;
}.contact_us_base .inquiry_widget_base .request_widget_base input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 992px) {.mentor_net_base .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.mentor_net_base {
    padding: 50px 0;
}.mentor_net_base .nav_pagebar_base {
    flex: 0 0 100%;
}
}



@media (max-width: 576px) {.mentor_net_base {
    padding: 40px 0;
}.mentor_net_base .company_holder h3 {
    font-size: calc(30px * 0.8);
}.mentor_net_base .nav_pagebar_base h5 {
    font-size: calc(24px * 0.9);
}.mentor_net_base .nav_pagebar_base .header_mainbar_base a,
    .mentor_net_base .footer_agreement {
    font-size: calc(12px * 0.95);
}}



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



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



@media (max-width: 767px) {.opening_board_base .learn_corner_base {
    padding: 4rem 1.5rem;
    gap: 1.5rem;
}.opening_board_base .edu_smart_base {
    min-height: 90vh;
}.opening_board_base .title_style_header {
    line-height: 1.2;
}.opening_board_base h3 {
    line-height: 1.5;
}}


@media only screen and (max-width: 1200px) {.visitor_acceptance_base {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_data_base {
    margin-bottom: 20px;
    margin-right: 0;
}.data_control_base {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}
}

@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(195,210,184,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}



@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}



@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}



@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



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



@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }
    50% {
        transform: translateY(100px) scale(1.1);
        opacity: 0.6;
    }
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}



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



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



@keyframes scaleText {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}


    
    @keyframes lineExpand {
        0% {
            width: 0;
        }
        100% {
            width: 100px;
        }
    }

