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

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


.course_structure_base {
    position: relative;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}

.course_structure_base::after {
    background: radial-gradient(circle, rgb(168,107,158,0.5) 0%, transparent 70%);
    right: -50px;
    content: "";
    top: -50px;
    animation: pulse 8s infinite alternate;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    height: 200px;
}

.course_structure_base .knowledge_plan_base {
    flex: 1;
    padding-right: 20px;
    position: relative;
}

.course_structure_base .knowledge_plan_base::before {
    animation: rotate 25s linear infinite;
    border-radius: 50%;
    position: absolute;
    border: 2px solid rgb(196,171,193,0.5);
    left: -30px;
    content: "";
    z-index: -1;
    width: 60px;
    top: -30px;
    height: 60px;
}

.course_structure_base .header_master_base:hover {
    transform: translateY(-5px) translateZ(0);
}

.course_structure_base .header_master_base svg path {
    transition: fill 0.3s ease;
    fill: rgb(196,171,193);
}

.course_structure_base .header_master_base:hover svg,
.course_structure_base .header_master_base:hover svg path {
    fill: rgb(168,107,158);
}

.course_structure_base h3::after {
    border-radius: 10px;
    width: 80px;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(196,171,193), rgb(168,107,158));
}

.course_structure_base .pic_strip_wrap_base::after {
    transform: rotate(25deg);
    z-index: 3;
    content: "";
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    width: 200%;
    height: 200%;
    top: -50%;
    animation: shine-effect 6s infinite;
    left: -50%;
    position: absolute;
}

.client_opinions_base .learn_spot_base {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
}

.client_opinions_base h4 {
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.client_opinions_base h4::before {
    position: absolute;
    content: "";
    width: 40px;
    z-index: -1;
    bottom: -40px;
    height: 40px;
    transform: rotate(45deg);
    border: 2px solid rgb(196,171,193,0.5);
    left: calc(50% - 20px);
}

.client_opinions_base .testimonial_corner_base:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}

.client_opinions_base .testimonial_corner_base:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}

.client_opinions_base .testimonial_corner_base:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}

.client_opinions_base .testimonial_corner_base:hover::after {
    transform: scale(1.2);
    opacity: 0.5;
}

.client_opinions_base .pic_strip_wrap_base {
    height: 90px;
    transform: translateZ(20px);
    transition: all 0.4s ease;
    border: 4px solid #ffffff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px;
    width: 90px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.client_opinions_base .testimonial_corner_base:hover span {
    color: rgb(196,171,193);
    transform: translateZ(30px);
}

.client_opinions_base .testimonial_corner_base:nth-child(3n+1)::after {
    background: rgb(196,171,193,0.5);
}

.client_opinions_base .testimonial_corner_base:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(196,171,193,0.5), rgb(168,107,158,0.5));
}

.privacy_fortification_base h2 {
    font-size: 31px;
    font-family: Arial, sans-serif;
    color: rgb(168,107,158);
    margin: 15px 0;
    font-weight: 700;
}

.privacy_fortification_base li:before {
    width: 1em;
    margin-left: -1em;
    content: "\2022";
    color: rgb(196,171,193);
    display: inline-block;
}

.data_exploration_base::after {
    content: "";
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    background-size: 100px 100px;
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    width: 100%;
    left: 0;
}

.data_exploration_base .statistics_boosts_base:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.data_exploration_base .value_statistics_base::before {
    transition: transform 0.4s ease;
    bottom: 0;
    position: absolute;
    left: 0;
    transform: scaleX(0.2);
    content: "";
    transform-origin: left;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
}

.data_exploration_base .value_statistics_base h4::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -5px;
    left: 50%;
    height: 2px;
    content: "";
    width: 40px;
    border-radius: 2px;
    background: rgb(168,107,158);
}

.data_exploration_base .smart_pros_base {
    flex: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    max-width: 500px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.data_exploration_base .study_gain_base {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 95%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    line-height: 1.8;
    opacity: 1;
    padding: 10px 15px;
    border-left: 3px solid rgb(196,171,193);
}

.our_background_base .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}

.our_background_base .text_box_item_base {
    padding: 60px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(10px);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 3px solid rgb(168,107,158);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.our_background_base .text_box_item_base > div:nth-child(2) p {
    font-family: Arial, sans-serif;
    font-size: calc(21px * 1.3);
    margin: 0;
    display: inline-block;
    transform: translateX(5px);
    padding-left: 15px;
    color: #ffffff;
    position: relative;
}

.our_background_base .text_box_item_base ol li::before {
    content: "";
    border-radius: 50%;
    left: -5px;
    box-shadow: 0 0 15px rgb(168,107,158);
    animation: pulseGlow 3s infinite alternate;
    width: 10px;
    height: 10px;
    top: 0;
    background: rgb(168,107,158);
    position: absolute;
}



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

.contact_form_section_base h2 {
    letter-spacing: 2px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 31px;
    text-align: center;
    text-transform: uppercase;
}

.contact_form_section_base .feedback_section_base::before {
    z-index: -1;
    top: -8px;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    border: 1px solid rgba(rgb(196,171,193), 0.2);
    border-radius: 11px;
    left: -8px;
}

.contact_form_section_base .pic_strip_wrap_base::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact_form_section_base .inquiry_list_base::before {
    content: "";
    position: absolute;
    border-left: 2px solid rgba(rgb(168,107,158), 0.6);
    height: 60px;
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(168,107,158), 0.6);
    left: 20px;
    width: 60px;
}

.contact_form_section_base form input[type="text"] {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 25px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
}

.contact_form_section_base .inquiry_map_base label::before {
    border-radius: 10px;
    top: 2px;
    transition: all 0.3s ease;
    width: 22px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    content: "";
    position: absolute;
    height: 22px;
}

.contact_form_section_base .inquiry_map_base label a:hover {
    color: rgb(168,107,158);
}

.contact_form_section_base form .contact_message_base {
    z-index: 1;
    background: linear-gradient(45deg, rgb(196,171,193), rgb(168,107,158));
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 16px 40px;
    transition: all 0.4s ease;
    color: #ffffff;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.welcome_base::after {
    pointer-events: none;
    z-index: 2;
    top: -50%;
    width: 100%;
    content: "";
    right: -50%;
    transform: rotate(-15deg) scale(2);
    height: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 70%);
    position: absolute;
}

.welcome_base .learn_spot_base {
    margin: 0 auto;
    height: 100%;
    flex-direction: column;
    z-index: 3;
    align-items: flex-start;
    position: relative;
    display: flex;
    max-width: 1400px;
    justify-content: center;
    padding: 2rem 10%;
}

.welcome_base .text_box_item_base {
    position: relative;
    background: rgba(255,255,255,0.1);
    box-shadow: 
        0 15px 40px -10px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    opacity: 0;
    padding: 2.5rem;
    border-radius: 10px;
    overflow: hidden;
    max-width: 550px;
    backdrop-filter: blur(10px);
    animation: fadeUpIn 0.9s ease-out forwards 0.6s;
    transform: translateY(20px);
}

.welcome_base .main_front_base svg {
    filter: drop-shadow(0 8px 15px rgba(0,0,0,0.1));
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 120px;
    width: 120px;
}

.welcome_base .main_front_base svg text {
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.5s ease-out forwards 1.4s;
}

.welcome_base .contact_message_base:hover {
    box-shadow: 0 12px 25px -8px rgba(0,0,0,0.3);
    transform: translateY(-5px);
    background: rgb(196,171,193);
}

.welcome_base .contact_message_base:hover::before {
    transform: translateX(100%);
}

header .container {
    z-index: 1;
    max-width: 100%;
    margin: 0;
    padding: 0 2%;
    width: 100%;
    position: relative;
}

header .header_tutor_base {
    gap: 1rem;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    display: grid;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
}

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

header .header_learn_base {
    grid-area: menu;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 26px;
    gap: 0.5rem;
}

.give_it_a_try_base {
    z-index: 1;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.give_it_a_try_base:hover::before {
    transform: skewY(-5deg) translateY(10px);
}

.give_it_a_try_base .container {
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    z-index: 2;
}

.give_it_a_try_base h6::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    border-radius: 1px;
    left: 50%;
    width: 60px;
    background: #ffffff;
    transform: translateX(-50%);
    opacity: 0.7;
}

.give_it_a_try_base .contact_message_base {
    padding: 1.2rem 2.5rem;
    position: relative;
    font-size: 18px;
    isolation: isolate;
    font-weight: 700;
    color: rgb(196,171,193);
    display: inline-flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.05),
                0 0 0 6px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
}

.give_it_a_try_base .contact_message_base:hover span {
    transform: scale(1.05);
}

.plan_shelf_base::before {
    height: 100%;
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
}

.plan_shelf_base .learn_pricing_base {
    position: relative;
    text-align: center;
    margin: 0 auto 50px;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: calc(16px + 2px);
}

.plan_shelf_base .member_fees_base::before {
    transition: transform 0.3s ease;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(168,107,158), rgb(196,171,193));
    transform: scaleX(0.7);
    transform-origin: left;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.plan_shelf_base .member_fees_base h4::before {
    top: -10px;
    content: "";
    opacity: 0.6;
    border-top: 2px solid rgb(168,107,158);
    transition: all 0.3s ease;
    position: absolute;
    width: 30px;
    left: -10px;
    border-left: 2px solid rgb(168,107,158);
    height: 30px;
}

.plan_shelf_base .rate_options_base::before {
    height: 1px;
    position: absolute;
    right: 10px;
    bottom: -3px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(168,107,158), transparent);
    left: 10px;
}

.plan_shelf_base .member_fees_base:hover::before {
    transform: scaleX(1);
}

.plan_shelf_base .member_fees_base:hover h4 {
    transform: translateX(5px);
}

.plan_shelf_base .member_fees_base:hover .rate_options_base {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

.program_results_base .container {
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
}

.program_results_base .pic_strip_wrap_base {
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    max-height: 420px;
    margin-bottom: 2.5rem;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 0 0 1px rgba(rgb(196,171,193,0.5), 0.1);
    height: auto;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    border-radius: 19px;
    object-fit: cover;
}

.program_results_base h1::after {
    height: 3px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    border-radius: 5px;
    left: 0;
    content: "";
    position: absolute;
    width: 80px;
}

.program_results_base li {
    position: relative;
    transition: transform 0.3s ease-out;
    padding-left: 2.5rem;
}

.program_results_base li:hover svg {
    transform: scale(1.1);
}

.program_results_base li:hover svg path {
    fill: rgb(168,107,158);
}

.course_methodology_base {
    background: linear-gradient(120deg, rgb(227,221,227) 0%, rgb(196,171,193,0.5) 100%);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}

.course_methodology_base .text_box_item_base {
    padding: 50px 40px;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    grid-column: 1;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 4px solid rgb(196,171,193);
    border-radius: 0 24px 24px 0;
}

.course_methodology_base .text_box_item_base h2 {
    margin-bottom: 30px;
    transform: translateZ(20px);
    position: relative;
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
}

.course_methodology_base::after {
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,107,158,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(196,171,193,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.4;
    left: 0;
    z-index: 0;
    position: absolute;
}



.course_methodology_base .text_box_item_base p::first-letter {
    color: rgb(196,171,193);
    font-weight: 700;
    font-size: 1.5em;
}

.thanksWeb_base::after {
    height: 70%;
    filter: blur(40px);
    content: "";
    width: 40%;
    z-index: -1;
    background: linear-gradient(160deg, rgb(168,107,158,0.5), transparent);
    position: absolute;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) skew(20deg);
}

.thanksWeb_base .learn_spot_base::before {
    left: 0;
    height: 6px;
    animation: shimmerBorder 3s infinite linear;
    content: "";
    top: 0;
    transform-origin: left center;
    position: absolute;
    width: 100%;
    opacity: 0.9;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158), rgb(196,171,193));
}

.thanksWeb_base .learn_spot_base > div:first-child::after {
    bottom: -0.75rem;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: scaleX(0);
    width: 60px;
    content: "";
    background: rgb(168,107,158);
    left: 0;
    height: 3px;
    transform-origin: left center;
}

.thanksWeb_base a::before {
    height: 2px;
    position: absolute;
    content: "";
    background: rgb(196,171,193,0.5);
    right: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 30%;
    transform: scaleX(0);
    bottom: -10px;
    transform-origin: right center;
}

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

.find_support_base .join_conversation_base {
    position: relative;
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
    padding: 60px;
    z-index: 2;
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    border-radius: 0;
    background: #ffffff;
}

.find_support_base h3 {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 40px;
    position: relative;
    color: rgb(196,171,193);
    font-size: 36px;
    display: inline-block;
}

.find_support_base .start_chat_base {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(227,221,227);
    padding: 25px;
    margin-bottom: 50px;
    position: relative;
    font-size: 14px;
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
    color: #000000;
    border-radius: 0;
    line-height: 1.8;
}

.find_support_base .reach_experts_base span::before {
    opacity: 0.5;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(227,221,227) 100%);
    transition: opacity 0.3s ease;
    content: '';
    z-index: -1;
    position: absolute;
}

.find_support_base .reach_experts_base span:hover {
    border-color: transparent;
    transform: translateY(-10px) scale(1.03);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(196,171,193,0.5);
}

.find_support_base .reach_experts_base span p {
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    color: #000000;
    display: flex;
}

.find_support_base .reach_experts_base span:hover svg {
    transform: scale(1.2);
    fill: rgb(168,107,158);
}

.find_support_base .reach_experts_base span svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.find_support_base .reach_experts_base span span a {
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(196,171,193) calc(100% - 2px),
        rgb(196,171,193) 100%
    );
    z-index: 2;
    transition: all 0.3s ease;
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
    font-weight: 600;
    color: rgb(196,171,193);
    position: relative;
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
}

.find_support_base .edu_asknow_base h4 {
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(196,171,193);
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-left: 15px;
    display: inline-block;
}



.find_support_base .edu_asknow_base span {
    transform-origin: left;
    margin-bottom: 12px;
    display: block;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
}

.find_support_base .edu_asknow_base span svg {
    stroke: rgb(196,171,193);
    stroke-width: 0.5;
    margin-right: 8px;
    opacity: 0.8;
    width: 18px;
    fill: rgb(168,107,158);
    height: 18px;
    transition: all 0.3s ease;
    vertical-align: middle;
}

footer::after {
    content: "";
    right: 0;
    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);
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    z-index: -1;
    left: 0;
    bottom: 0;
}

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

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

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

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

.law_res_base .study_group_base {
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    position: relative;
    text-align: center;
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    padding: 0.7rem 2rem;
}

.academic_expertise_base .testimonial_corner_base {
    margin: 0 auto;
    display: grid;
    max-width: 1100px;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    z-index: 1;
    position: relative;
}

.academic_expertise_base .pic_strip_wrap_base::after {
    position: absolute;
    top: 0;
    opacity: 0.5;
    height: 100%;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(196,171,193,0.5) 0%, transparent 50%);
    width: 100%;
    left: 0;
    transition: all 0.7s ease;
    content: "";
}

.academic_expertise_base .name::after {
    transform-origin: left;
    bottom: -0.5rem;
    width: 50px;
    position: absolute;
    background: rgb(196,171,193);
    transition: transform 0.5s ease 0.2s;
    content: "";
    transform: scaleX(0);
    left: 0;
    height: 2px;
}

.academic_expertise_base .exp_flex_base::before {
    left: 0;
    line-height: 1;
    position: absolute;
    color: rgb(196,171,193,0.5);
    content: "";
    font-family: serif;
    font-size: 4rem;
    top: -1rem;
}

.academic_expertise_base .testimonial_corner_base:hover .name {
    transform: translateX(10px);
}

.academic_expertise_base .testimonial_corner_base:hover .exp_flex_base {
    transform: translateX(5px);
}


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



@media screen and (max-width: 991px) {.course_structure_base {
    padding: 60px 0;
}.course_structure_base .learn_spot_base {
    gap: 30px;
    flex-direction: column;
    padding: 30px;
}.course_structure_base .knowledge_plan_base {
    width: 100%;
    padding-right: 0;
}.course_structure_base .pic_strip_wrap_base {
    width: 100%;
    transform: perspective(1000px) rotateY(0);
    min-height: 350px;
}.course_structure_base h3 {
    font-size: calc(29px - 4px);
}
}



@media (max-width: 768px) {.client_opinions_base {
    padding: 70px 0;
}.client_opinions_base h4 {
    margin-bottom: 60px;
}.client_opinions_base .user_quotes_base {
    perspective: none;
}.client_opinions_base .testimonial_corner_base,
    .client_opinions_base .testimonial_corner_base:nth-child(3n+2),
    .client_opinions_base .testimonial_corner_base:nth-child(3n+3) {
    max-width: 350px;
    transform: none;
    margin: 0 auto 40px;
    width: 100%;
    padding: 25px;
}.client_opinions_base .testimonial_corner_base:hover,
    .client_opinions_base .testimonial_corner_base:nth-child(3n+2):hover,
    .client_opinions_base .testimonial_corner_base:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.client_opinions_base .testimonial_corner_base:last-child {
    margin-bottom: 0;
}.client_opinions_base .pic_strip_wrap_base {
    width: 80px;
    height: 80px;
}.client_opinions_base .testimonial_corner_base:hover .pic_strip_wrap_base {
    transform: scale(1.1);
}.client_opinions_base .testimonial_corner_base span,
    .client_opinions_base .testimonial_corner_base:hover span,
    .client_opinions_base .testimonial_corner_base p,
    .client_opinions_base .testimonial_corner_base:hover p {
    transform: none;
}}



@media screen and (max-width: 991px) {.contact_form_section_base {
    padding: 90px 0;
}.contact_form_section_base .feedback_section_base {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_form_section_base .pic_strip_wrap_base {
    min-height: 400px;
}.contact_form_section_base .inquiry_list_base {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.contact_form_section_base {
    padding: 50px 0;
}.contact_form_section_base h2 {
    font-size: calc(31px * 0.8);
}.contact_form_section_base .feedback_section_base {
    margin-top: 40px;
}.contact_form_section_base .pic_strip_wrap_base {
    min-height: 250px;
}.contact_form_section_base .inquiry_list_base {
    padding: 30px 20px;
}.contact_form_section_base form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_form_section_base form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_section_base form .contact_message_base {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 767px) {header .header_tutor_base {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "header_learn_base";
}header .header_lead_base {
    padding: 0.4rem;
}header .header_lead_base svg {
    width: 130px;
}header .header_learn_base {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .header_mainbar_base {
    font-size: calc(19px - 1px);
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 480px) {.give_it_a_try_base {
    padding: 2.5rem 0.75rem;
}.give_it_a_try_base h6 {
    font-size: calc(21px * 0.9);
    padding-bottom: 1rem;
}.give_it_a_try_base h6::after {
    width: 40px;
}.give_it_a_try_base .container {
    gap: 1.5rem;
}.give_it_a_try_base .contact_message_base {
    font-size: calc(18px * 0.9);
    padding: 0.9rem 1.75rem;
}
}



@media (max-width: 768px) {.plan_shelf_base {
    padding: 60px 0;
}.plan_shelf_base h2 {
    font-size: calc(37px - 6px);
}.plan_shelf_base .learn_pricing_base {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.plan_shelf_base .deal_opts_base {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.plan_shelf_base .member_fees_base h4 {
    font-size: 22px;
}.plan_shelf_base .member_fees_base p {
    font-size: calc(16px - 1px);
    max-height: 180px;
}.plan_shelf_base .rate_options_base {
    font-size: 22px;
}
}



@media (min-width: 992px) {.program_results_base .container {
    gap: 4rem;
}.program_results_base .pic_strip_wrap_base {
    max-height: 600px;
}.program_results_base .learn_spot_base {
    padding: 3rem;
}.program_results_base h1 {
    margin-bottom: 2.5rem;
}.program_results_base h1::after {
    width: 100px;
}
}



@media (hover: hover) {.program_results_base .learn_spot_base {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.program_results_base .learn_spot_base:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                    0 0 0 1px rgba(rgb(196,171,193,0.5), 0.1);
}}



@media screen and (max-width: 480px) {.course_methodology_base {
    padding: 60px 0;
}.course_methodology_base .text_box_item_base {
    border-radius: calc(24px * 0.8);
    padding: 30px 20px;
}.course_methodology_base .text_box_item_base h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.course_methodology_base .text_box_item_base p {
    font-size: calc(15px * 0.9);
}}



@media screen and (max-width: 768px) {.thanksWeb_base {
    padding: 4rem 1.5rem;
}.thanksWeb_base .learn_spot_base {
    padding: 2rem;
    transform: none;
}.thanksWeb_base .learn_spot_base::before {
    height: 4px;
}.thanksWeb_base h5 {
    font-size: calc(18px * 0.85);
}.thanksWeb_base p {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 767px) {.find_support_base {
    padding: 60px 0;
}.find_support_base .join_conversation_base {
    padding: 30px;
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
}.find_support_base h3 {
    margin-bottom: 30px;
    font-size: calc(36px - 0.3rem);
}.find_support_base .start_chat_base {
    margin-bottom: 35px;
    padding: 15px;
}.find_support_base .reach_experts_base {
    grid-template-columns: 1fr;
    gap: 20px;
}.find_support_base .edu_asknow_base {
    padding: 25px;
}.find_support_base .edu_asknow_base svg {
    width: 16px;
    height: 16px;
}
}



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



@media (max-width: 420px) {.discuss_cta_base .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.discuss_cta_base .company_holder h3 {
    padding: 0.4rem 1rem;
}.discuss_cta_base .header_learn_base h5 {
    padding: 0.4rem 1rem;
}.discuss_cta_base .header_learn_base .head_main_base {
    padding: 1rem;
}.discuss_cta_base .header_learn_base .head_main_base a:hover {
    transform: translateX(3px);
}.law_res_base .study_group_base {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}



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



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



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



@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(168,107,158);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(168,107,158), 0 0 30px rgb(168,107,158,0.5);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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



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



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

@keyframes dashAnimation {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

