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

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

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

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

.pricing_offer_box_base::before {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
}

.pricing_offer_box_base h2::after {
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: "";
    position: absolute;
    background: rgb(195,210,184);
    bottom: -12px;
    height: 3px;
}

.pricing_offer_box_base .lesson_rates_base {
    opacity: 0.9;
    font-size: 18px;
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    max-width: 760px;
}

.pricing_offer_box_base .pricing_pack_base {
    display: block;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.pricing_offer_box_base .payment_option_base::before {
    transition: opacity 0.5s ease;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(to bottom right, 
        rgb(195,210,184,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
}

.pricing_offer_box_base .pricing_pack_base h4 {
    transition: transform 0.4s ease;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}

.pricing_offer_box_base .pricing_pack_base p {
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.7;
    word-break: break-word;
    color: #ffffff;
    opacity: 0.85;
    white-space: normal;
}

.pricing_offer_box_base .trial_rates_base::before {
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    content: "";
    transition: transform 0.6s ease;
    left: 0;
}

.pricing_offer_box_base .pricing_pack_base:hover .payment_option_base {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

.pricing_offer_box_base .pricing_pack_base:hover h4 {
    transform: translateX(5px);
}

.pricing_offer_box_base .pricing_pack_base:hover .trial_rates_base {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

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

.company_info_base .text_box_holder_base {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}

.company_info_base h5 {
    font-weight: 700;
    color: rgb(181,121,136);
    margin: 0;
    letter-spacing: 2px;
    font-size: 19px;
    text-transform: uppercase;
}

.company_info_base div p {
    font-size: calc(34px * 0.9);
    display: inline-block;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}

.company_info_base ol {
    padding: 0;
    position: relative;
    counter-reset: section;
    list-style: none;
    margin: 0;
}

.company_info_base ol li {
    transform: translateX(-10px);
    backdrop-filter: blur(10px);
    font-size: 17px;
    border-left: 4px solid rgb(181,121,136);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-out;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.8;
    position: relative;
}

.company_info_base ol li:hover::before {
    opacity: 0.3;
}

.course_highlights_base {
    overflow: hidden;
    background: rgb(218,222,231);
    padding: 100px 0;
    position: relative;
}

.course_highlights_base .ready_skills_base {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.course_highlights_base .text_box_holder_base h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(195,210,184);
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.course_highlights_base .text_box_holder_base .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}

.course_highlights_base .picture_gallery_base {
    width: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

.customer_opinions_base {
    overflow: hidden;
    background: rgb(218,222,231);
    padding: 7rem 0;
    position: relative;
}



.customer_opinions_base::after {
    top: -50%;
    z-index: 0;
    transform: rotate(30deg);
    height: 200%;
    width: 70%;
    background: rgb(195,210,184,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    opacity: 0.1;
    position: absolute;
    content: "";
    right: -20%;
}

.customer_opinions_base .container {
    z-index: 1;
    position: relative;
}

.customer_opinions_base h2 {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(181,121,136,0.5) 100%
    );
    color: #000000;
    padding: 1rem 3rem 1rem 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: skewX(-5deg);
    margin-bottom: 5rem;
    position: relative;
}

.customer_opinions_base .testimonials_track_base::before {
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    transform: translateY(10px) translateX(10px);
    position: absolute;
    height: 100%;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    background: linear-gradient(
        135deg,
        rgb(195,210,184,0.5),
        rgb(181,121,136,0.5)
    );
    top: 0;
    transition: all 0.5s ease;
}

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

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

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

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

.customer_opinions_base .testimonials_track_base:nth-child(odd)::after {
    left: -15px;
    top: -15px;
    background: rgb(181,121,136);
}

.customer_opinions_base .testimonials_track_base:hover::after {
    transform: rotate(225deg);
    opacity: 1;
}

.customer_opinions_base .testimonials_track_base:hover img {
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
    transform: rotate(45deg);
}

.customer_opinions_base .testimonials_track_base p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000;
    position: relative;
}

.customer_opinions_base .testimonials_track_base:hover p::after {
    width: 50px;
}

.customer_opinions_base .testimonials_track_base .description {
    color: #000000;
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-top: 1rem;
    text-align: center;
    font-weight: 400;
    transform: translateY(0);
    line-height: 1.6;
}

.customer_opinions_base .testimonials_track_base:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}

.customer_opinions_base .testimonials_track_base:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

.thanksPoint_base::before {
    width: 80%;
    content: "";
    left: -20%;
    background: linear-gradient(45deg, rgb(195,210,184,0.5) 0%, transparent 70%);
    top: -50%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.7;
    transform: rotate(30deg);
    z-index: 1;
    height: 200%;
}

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

.thanksPoint_base .guide_bios_base:hover {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksPoint_base .guide_bios_base > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.thanksPoint_base h5 {
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #000000;
    position: relative;
    font-size: calc(19px * 1.1);
    transform: translateZ(0);
}

.thanksPoint_base h5::before {
    animation: bubbleAppear 1s ease 0.5s forwards;
    height: 80px;
    top: -1.5rem;
    left: -2rem;
    position: absolute;
    content: "";
    transform: scale(0);
    opacity: 0.1;
    z-index: -1;
    width: 80px;
    background: rgb(181,121,136,0.5);
    border-radius: 50%;
}

.thanksPoint_base p {
    color: #000000;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    z-index: 1;
    margin: 0;
}

.study_method_base {
    padding: 6rem 2rem;
    background: rgb(218,222,231);
    overflow: hidden;
    position: relative;
}

.study_method_base::after {
    content: "";
    width: 100%;
    right: -50%;
    opacity: 0.3;
    top: -50%;
    animation: moveGradient 20s infinite alternate ease-in-out;
    z-index: 0;
    height: 100%;
    background: radial-gradient(circle, rgb(181,121,136,0.5) 0%, transparent 70%);
    position: absolute;
}

.study_method_base h3 {
    text-align: center;
    position: relative;
    background: #ffffff;
    padding: 2rem;
    margin: 0;
    color: #000000;
    animation: fadeInDown 0.8s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 37px;
    font-weight: 700;
    border-radius: 21px;
}

.study_method_base span {
    opacity: 0;
    border-radius: 21px;
    font-size: 13px;
    position: relative;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    line-height: 1.8;
}

header .first_pagebar_base {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    background: linear-gradient(120deg, rgb(218,222,231) 0%, rgb(195,210,184,0.5) 100%);
    z-index: 100;
    overflow: hidden;
}

header .first_pagebar_base::after {
    position: absolute;
    z-index: -2;
    content: "";
    background: rgb(195,210,184);
    opacity: 0.1;
    left: -25%;
    transform: rotate(-2deg);
    width: 150%;
    top: -50px;
    height: 100px;
}

header .head_section_base {
    display: grid;
    gap: 2rem;
    align-items: center;
    grid-template-columns: auto 1fr;
}

header .top_nav_base::before {
    right: -5px;
    border: 2px dashed rgb(195,210,184,0.5);
    top: -5px;
    position: absolute;
    bottom: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    left: -5px;
    border-radius: 10px;
    content: "";
}

header .top_nav_base:hover::before {
    bottom: -8px;
    top: -8px;
    right: -8px;
    left: -8px;
    opacity: 1;
}

header .nav_pagebar_base {
    margin: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
}

header .nav_pagebar_base:hover::before {
    width: 100%;
}

header .nav_tutor_base {
    margin: 5px 3px;
    position: relative;
}

header .nav_tutor_base:nth-child(odd) {
    transform: translateY(-3px);
}

header .nav_tutor_base:nth-child(even) {
    transform: translateY(3px);
}

header .nav_tutor_base a::before {
    position: absolute;
    background: rgb(195,210,184);
    right: 0;
    transform-origin: top;
    transition: transform 0.3s ease;
    content: "";
    transform: scaleY(0);
    width: 5px;
    height: 100%;
    top: 0;
}

header .nav_tutor_base a::after {
    transition: transform 0.3s ease 0.1s;
    background: linear-gradient(90deg, rgb(195,210,184) 0%, rgb(181,121,136) 100%);
    left: 0;
    transform-origin: left;
    bottom: 0;
    content: "";
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    position: absolute;
}

.location_info_base {
    background: rgb(218,222,231);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.location_info_base::after {
    border-radius: 50%;
    filter: blur(150px);
    width: 600px;
    z-index: 0;
    height: 600px;
    position: absolute;
    content: '';
    top: -300px;
    right: -300px;
    animation: float 20s ease-in-out infinite;
    background: rgb(181,121,136,0.5);
}

.location_info_base .get_help_base {
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-areas: 
        "info photo"
        "contact contact";
}

.location_info_base .reach_help_base:nth-child(1)::before {
    position: absolute;
    filter: blur(80px);
    height: 200px;
    background: rgb(181,121,136,0.5);
    top: -100px;
    width: 200px;
    content: '';
    left: -100px;
    z-index: -1;
    border-radius: 50%;
}

.location_info_base .reach_help_base:nth-child(2) {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    grid-area: photo;
}

.location_info_base .reach_help_base:nth-child(3)::before {
    height: 5px;
    content: '';
    background: rgb(181,121,136);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}

.location_info_base .reach_help_base h2 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.location_info_base .contact_query_base {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: calc(16px * 1.2);
    font-weight: 600;
}

.location_info_base .reach_help_base p {
    color: #ffffff;
    display: flex;
    margin-bottom: 1rem;
    gap: 0.75rem;
    align-items: center;
}

.location_info_base .reach_experts_base h3 {
    padding: 0.5rem 1rem;
    font-size: 17px;
    display: inline-block;
    border-radius: 10px;
    background: rgb(195,210,184,0.5);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.location_info_base .edu_help_base span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
    border-color: rgb(181,121,136);
}

.location_info_base .reach_help_base .picture_gallery_base {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.location_info_base .get_support_base {
    gap: 1.5rem;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.location_info_base .get_support_base a {
    transition: all 0.3s ease;
    display: flex;
    overflow: hidden;
    border-bottom: 3px solid rgb(181,121,136);
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    gap: 0.75rem;
}

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

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



.location_info_base .get_support_base a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(195,210,184,0.5);
}

.location_info_base .get_support_base a p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.location_info_base svg path {
    transition: fill 0.3s ease;
    fill: rgb(181,121,136);
}

.contact_us_base {
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(181,121,136,0.5) 0%, 
        rgb(195,210,184,0.5) 100%
    );
    isolation: isolate;
    padding: 6rem 0;
}

.contact_us_base::after {
    bottom: -30%;
    width: 150%;
    content: '';
    z-index: 1;
    right: -30%;
    animation: subtle-wave 15s infinite alternate-reverse;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    position: absolute;
    height: 150%;
}

.contact_us_base h2::after {
    height: 3px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(195,210,184), 
        transparent
    );
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    bottom: -0.5rem;
    width: 80px;
}

.contact_us_base .picture_gallery_base {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}

.contact_us_base .picture_gallery_base::before {
    mix-blend-mode: color-dodge;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(
        45deg, 
        rgb(181,121,136,0.5) 0%, 
        rgb(195,210,184,0.5) 100%
    );
    opacity: 0.6;
}

.contact_us_base .inquiry_widget_base input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    outline: none;
    width: 100%;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
}

.contact_us_base .inquiry_widget_base .request_widget_base input[type="checkbox"] {
    border: 2px solid #ffffff;
    appearance: none;
    margin-right: 1rem;
    cursor: pointer;
    height: 22px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 22px;
}

.contact_us_base .inquiry_widget_base .request_widget_base label {
    display: flex;
    font-size: 16px;
    color: #ffffff;
    align-items: center;
}

.contact_us_base .inquiry_widget_base .request_widget_base a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(195,210,184);
    transition: color 0.3s ease;
}

.contact_us_base .inquiry_widget_base .support_block_base::before {
    left: -100%;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
}

.contact_us_base .inquiry_widget_base .support_block_base:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

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

.mentorship_experience_base .testimonials_track_base {
    z-index: 1;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    transform-style: preserve-3d;
    gap: 0;
    max-width: 1100px;
    display: grid;
    position: relative;
    transform: rotateX(5deg) rotateZ(-1deg);
}

.mentorship_experience_base .exp_projects_base {
    margin-left: -3rem;
    padding: 3rem 3rem 3rem 5rem;
    z-index: 1;
    transform: translateZ(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.7s ease;
    justify-content: center;
    display: flex;
    position: relative;
    transform-style: preserve-3d;
    background: #ffffff;
    flex-direction: column;
}

.mentorship_experience_base .exp_projects_base div:nth-child(2) {
    transition: transform 0.5s ease 0.1s;
    margin-bottom: 2rem;
    color: rgb(181,121,136);
    font-weight: 600;
    font-size: 22px;
    transform: translateZ(15px);
}

.mentorship_experience_base .emp_container_base::after {
    font-size: 5rem;
    color: rgb(195,210,184,0.5);
    position: absolute;
    font-family: serif;
    content: "";
    right: 0;
    line-height: 0;
    bottom: -2rem;
}

.mentorship_experience_base .testimonials_track_base:hover .exp_projects_base {
    transform: translateZ(30px) translateX(20px);
}

.mentorship_experience_base .testimonials_track_base:hover .exp_projects_base div:nth-child(2) {
    transform: translateZ(35px);
}

footer {
    position: relative;
}

.mentor_net_base .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.mentor_net_base .company_holder {
    overflow: hidden;
    border-radius: 12px 0 12px 0;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    padding: 30px;
}

.mentor_net_base .company_holder h3 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
}

.mentor_net_base .donate_btn_base {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
    font-size: 12px;
}

.mentor_net_base .discuss_cta_base {
    position: relative;
}

.mentor_net_base .nav_pagebar_base {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}

.mentor_net_base .nav_pagebar_base h5 {
    font-size: 24px;
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 600;
    color: #ffffff;
    border-left: 3px solid rgb(195,210,184);
    margin-bottom: 20px;
}

.mentor_net_base .nav_pagebar_base .header_mainbar_base a::before {
    background: rgb(195,210,184,0.5);
    transition: width 0.3s ease;
    left: 0;
    height: 100%;
    width: 0;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
}

.mentor_net_base .nav_pagebar_base .header_mainbar_base a:hover::before {
    width: 100%;
}

.sec_cert_base {
    padding: 20px 0;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.sec_cert_base .patent_info_base {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
}



.sec_cert_base::before {
    position: absolute;
    top: 0;
    opacity: 0.2;
    left: 0;
    height: 1px;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.privacy_vaulting_base {
    overflow: hidden;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgba(rgb(195,210,184,0.5), 0.03), rgba(rgb(181,121,136,0.5), 0.07));
    padding: 5rem 0;
}

.privacy_vaulting_base::after {
    left: 0;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
    z-index: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

.privacy_vaulting_base .container {
    transform-style: preserve-3d;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
    perspective: 1000px;
    z-index: 2;
}

.privacy_vaulting_base h1 {
    font-size: 43px;
    padding-bottom: 1rem;
    color: rgb(195,210,184);
    border-bottom: 2px solid rgba(rgb(195,210,184,0.5), 0.2);
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 700;
    transform: translateZ(5px);
    margin-bottom: 2rem;
}

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

.privacy_vaulting_base h3 {
    padding-left: 0.8rem;
    opacity: 0;
    color: rgb(181,121,136);
    font-size: calc(29px * 0.85);
    margin: 2rem 0 1.2rem;
    animation-delay: 0.3s;
    transform: translateZ(2px);
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 600;
}

.privacy_vaulting_base h4::before {
    background: rgb(195,210,184);
    left: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    border-radius: 10px;
    content: "";
    top: 0;
}

.privacy_vaulting_base p {
    transform: translateZ(0);
    position: relative;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-size: 16px;
    color: #000000;
    animation-delay: 0.5s;
}

.privacy_vaulting_base ul {
    animation-delay: 0.6s;
    opacity: 0;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
}

.privacy_vaulting_base span {
    padding: 1rem;
    border-left: 2px solid rgb(181,121,136);
    margin-bottom: 1.5rem;
    opacity: 0;
    display: block;
    transform: translateZ(0);
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(181,121,136,0.5), 0.05), rgba(rgb(195,210,184,0.5), 0.05));
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.7s;
}

.opening_board_base {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.opening_board_base .edu_smart_base:before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
}

.opening_board_base .learn_corner_base {
    z-index: 3;
    padding: 5rem 2rem;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr;
    width: 90%;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
}

.opening_board_base .learn_corner_base {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 6rem 3rem;
}

.opening_board_base .learn_corner_base {
    transform: perspective(1000px) rotateX(3deg);
    width: 80%;
    padding: 7rem 4rem;
}

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

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

.opening_board_base p:before {
    top: 50%;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(181,121,136);
    transform: translateY(-50%);
    height: 2px;
    width: 1.5rem;
}

.opening_board_base h3 {
    position: relative;
    line-height: 1.6;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 400;
    padding-top: 1.5rem;
    max-width: 800px;
    margin: 0;
}

.opening_board_base h3 {
    padding-top: 2rem;
}

.opening_board_base h3:before {
    height: 3px;
    animation-delay: 1.6s;
    top: 0;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(181,121,136) 0%, transparent 100%);
    left: 0;
    width: 0;
    content: "";
    position: absolute;
}

.opening_board_base h3:before {
    height: 4px;
}

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

.visitor_acceptance_base {
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    padding: 20px;
    border: 2px solid rgb(195,210,184);
    border-radius: 23px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
}

.privacy_opt_base {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}

.privacy_opt_base p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}

.privacy_opt_base p a {
    color: rgb(195,210,184);
    text-decoration: underline;
}

.cookie_button.cookie_overlay_base {
    margin-right: 10px;
}

#cookieMessageBanner_base {
    display: none;
}

#cookieMessageBanner_base:checked ~ .cookie_overlay_banner_base {
    opacity: 0;
    visibility: hidden;
}


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



@media (max-width: 1200px) {.pricing_offer_box_base {
    padding: 100px 0;
}.pricing_offer_box_base .payment_plan_base {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.pricing_offer_box_base .payment_option_base {
    padding: 25px;
    min-height: 360px;
}.pricing_offer_box_base h2 {
    font-size: calc(29px - 2px);
}
}



@media (max-width: 768px) {.pricing_offer_box_base {
    padding: 60px 0;
}.pricing_offer_box_base .payment_plan_base {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing_offer_box_base .payment_option_base {
    min-height: auto;
    padding: 25px;
}.pricing_offer_box_base h2 {
    font-size: calc(29px - 4px);
}.pricing_offer_box_base .lesson_rates_base {
    margin-bottom: 40px;
    font-size: 16px;
}
}




@media screen and (min-width: 768px) {.company_info_base {
    padding: 150px 0;
}.company_info_base .text_box_holder_base {
    align-items: start;
    grid-template-columns: 1fr 2fr;
}.company_info_base .text_box_holder_base > div:first-child,
    .company_info_base .text_box_holder_base > div:nth-child(2) {
    grid-column: 1;
}.company_info_base .text_box_holder_base > ol {
    grid-column: 1 / -1;
    margin-top: 20px;
}.company_info_base ol li {
    column-gap: 40px;
    padding: 40px;
    column-count: 2;
}
}



@media screen and (max-width: 767px) {.company_info_base {
    padding: 80px 0;
}.company_info_base h5 {
    font-size: calc(19px * 0.9);
}.company_info_base div p {
    font-size: calc(34px * 0.7);
}.company_info_base ol li {
    padding: 25px 20px;
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}


@media (min-width: 992px) {.course_highlights_base .text_box_holder_base {
    margin: 0 auto;
}
}


@media (max-width: 991px) {.course_highlights_base {
    padding: 80px 0;
}.course_highlights_base .text_box_holder_base {
    padding: 30px;
    max-width: 750px;
}
}


@media (max-width: 480px) {.course_highlights_base {
    padding: 50px 0;
}.course_highlights_base .text_box_holder_base {
    padding: 20px;
}.course_highlights_base .text_box_holder_base h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.course_highlights_base .text_box_holder_base .description {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 768px) {.customer_opinions_base {
    padding: 5rem 0;
}.customer_opinions_base h2 {
    font-size: calc(28px * 0.9);
    clip-path: none;
    padding: 0;
    margin-bottom: 3rem;
    transform: none;
    background: none;
}.customer_opinions_base .success_voices_base {
    gap: 3rem;
    grid-template-columns: 1fr;
}.customer_opinions_base .testimonials_track_base,
    .customer_opinions_base .testimonials_track_base:nth-child(odd),
    .customer_opinions_base .testimonials_track_base:nth-child(3n),
    .customer_opinions_base .testimonials_track_base:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.customer_opinions_base .testimonials_track_base::before,
    .customer_opinions_base .testimonials_track_base:nth-child(odd)::before,
    .customer_opinions_base .testimonials_track_base:nth-child(3n)::before,
    .customer_opinions_base .testimonials_track_base:nth-child(3n+1)::before {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
    transform: translateY(5px) translateX(5px);
}.customer_opinions_base .testimonials_track_base:hover::before {
    transform: translateY(8px) translateX(8px);
}.customer_opinions_base .testimonials_track_base:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.customer_opinions_base .testimonials_track_base,
    .customer_opinions_base .testimonials_track_base:nth-child(4n+1),
    .customer_opinions_base .testimonials_track_base:nth-child(4n+2),
    .customer_opinions_base .testimonials_track_base:nth-child(4n+3) {
    animation: none;
}}



@media (max-width: 768px) {.study_method_base {
    padding: 4rem 1rem;
}.study_method_base h3 {
    font-size: calc(37px * 0.8);
    padding: 1.5rem;
}.study_method_base span {
    font-size: calc(13px * 0.95);
    padding: 1.5rem;
}.study_method_base .guide_bios_base {
    gap: 2rem;
}.study_method_base h3::before,
    .study_method_base span::before {
    transform: translate(4px, 4px);
}.study_method_base span::before {
    transform: translate(-4px, -4px);
}}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .nav_pagebar_base {
    flex-direction: column;
    width: 100%;
}header .nav_tutor_base {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .nav_tutor_base a {
    border-radius: 10px;
    text-align: center;
    border-left: none;
    border-bottom: 3px solid transparent;
}header .nav_tutor_base a:hover {
    border-bottom-color: rgb(195,210,184);
    transform: translateY(-3px);
    border-left-color: transparent;
}header .nav_tutor_base a::before {
    bottom: 0;
    width: 100%;
    right: auto;
    left: 0;
    top: auto;
    transform: scaleX(0);
    height: 5px;
}header .nav_tutor_base a:hover::before {
    transform: scaleX(1);
}
}



@media (max-width: 768px) {.location_info_base {
    padding: 4rem 0;
}.location_info_base .reach_help_base:nth-child(1),
    .location_info_base .reach_help_base:nth-child(3) {
    padding: 2rem;
}.location_info_base .get_support_base {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}.location_info_base .get_support_base a:nth-child(3) {
    grid-column: span 2;
}
}



@media screen and (max-width: 1024px) {.contact_us_base .connect_list_base {
    flex-direction: column;
}.contact_us_base .picture_gallery_base {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_us_base .inquiry_widget_base {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 480px) {.contact_us_base .connect_list_base {
    border-radius: 0;
}.contact_us_base .picture_gallery_base {
    min-height: 250px;
}.contact_us_base .inquiry_widget_base {
    padding: 2rem 1.5rem;
}}



@media screen and (max-width: 991px) {.mentorship_experience_base .testimonials_track_base {
    transform: none;
    grid-template-columns: 1fr;
}.mentorship_experience_base .picture_gallery_base {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: none;
    margin-bottom: -2rem;
    height: 350px;
}.mentorship_experience_base .exp_projects_base {
    padding: 3rem 2rem 2rem;
    margin-left: 0;
    z-index: 3;
    transform: none;
}.mentorship_experience_base .exp_projects_base::before {
    transform: translateX(-50%);
    height: 5px;
    top: 0;
    width: 50%;
    left: 50%;
}.mentorship_experience_base .testimonials_track_base:hover .picture_gallery_base,
    .mentorship_experience_base .testimonials_track_base:hover .exp_projects_base,
    .mentorship_experience_base .testimonials_track_base:hover .name,
    .mentorship_experience_base .testimonials_track_base:hover .exp_projects_base div:nth-child(2),
    .mentorship_experience_base .testimonials_track_base:hover .emp_container_base {
    transform: none;
}}



@media (max-width: 575px) {.privacy_vaulting_base {
    padding: 2rem 0;
}.privacy_vaulting_base h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_vaulting_base h2 {
    margin: 2rem 0 1rem;
}.privacy_vaulting_base p, .privacy_vaulting_base li, .privacy_vaulting_base span {
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.privacy_vaulting_base span {
    padding: 0.8rem;
}.privacy_vaulting_base li::before {
    width: 6px;
    height: 6px;
}}



@media (min-width: 1200px) {.opening_board_base .learn_corner_base {
    gap: 3rem;
}.opening_board_base p {
    padding-left: 3rem;
}.opening_board_base p:before {
    width: 2.5rem;
}.opening_board_base .title_style_header {
    letter-spacing: -0.02em;
}.opening_board_base .learn_corner_base:before,
    .opening_board_base .learn_corner_base:after {
    width: 120px;
    height: 120px;
}
}



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



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}



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



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



@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}



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



@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

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



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

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



@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}



@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



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


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

