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

.viewport-container_id {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

.user_feedback_id::before {
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(209,197,168,0.5), 0.05), transparent 60%);
    top: 0;
    z-index: 0;
    position: absolute;
}

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

.user_feedback_id .user_voices_id:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
    transform: translateY(-8px);
}

.user_feedback_id .user_voices_id img {
    width: 60px;
    margin-right: 15px;
    height: 60px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
}

.user_feedback_id .user_voices_id:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}

.user_feedback_id a:hover::before {
    left: 100%;
}



@supports (backdrop-filter: blur(10px)) {.user_feedback_id .user_voices_id {
    backdrop-filter: blur(10px) saturate(150%);
    background: rgba(255, 255, 255, 0.8);
}.user_feedback_id .user_voices_id:hover {
    backdrop-filter: blur(15px) saturate(180%);
}
}

.thanksPoint_id::after {
    height: 300px;
    filter: blur(20px);
    width: 300px;
    background: rgb(209,197,168);
    z-index: 0;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    opacity: 0.05;
    animation: floatShape 15s ease-in-out infinite alternate;
    content: "";
    right: -150px;
    top: -150px;
    position: absolute;
}

.thanksPoint_id .founders_team_id::before {
    left: 0;
    background-size: 200% 100%;
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(209,197,168), rgb(179,166,134), rgb(209,197,168));
    top: 0;
    animation: gradientShift 6s ease infinite;
}

.thanksPoint_id span::after {
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(rgb(209,197,168,0.5), 0.3));
    opacity: 0;
    width: 40%;
    height: 1px;
    bottom: -10px;
    position: absolute;
    transform-origin: right;
    right: 0;
    transform: scaleX(0.5);
}

.our_mission_id::after {
    border-radius: 50%;
    left: -80px;
    background: rgb(179,166,134,0.5);
    position: absolute;
    opacity: 0.08;
    bottom: -80px;
    content: "";
    width: 250px;
    z-index: 1;
    height: 250px;
}

.our_mission_id .class_experts_id ul {
    list-style: none;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 40px;
}

.our_mission_id .skill_program_id:nth-child(2) {
    animation-delay: 0.4s;
}

.our_mission_id .skill_program_id:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.our_mission_id .skill_program_id h4 {
    color: rgb(209,197,168);
    font-size: calc(21px + 2px);
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.check_it_out_now_id::before {
    transform: translateZ(0);
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(179,166,134,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(209,197,168,0.5) 0%, transparent 40%);
    opacity: 0.8;
    top: 0;
}

.check_it_out_now_id .founders_team_id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 12px 16px rgba(0, 0, 0, 0.08),
              0 6px 8px rgba(rgb(179,166,134), 0.15);
    transform: translateX(2.5rem) translateY(-1.5rem) scale(1.02);
}

.check_it_out_now_id .founders_team_id:hover {
    transform: translateX(0) translateY(-0.5rem) scale(1.01);
}

.check_it_out_now_id svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,197,168);
}

.check_it_out_now_id .inquiry_block_id::before {
    z-index: -1;
    content: "";
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

#cookie_info_alert_id {
    display: none;
}

.online_cookies_id {
    border: 2px dashed rgb(209,197,168);
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 20px 5%;
    display: flex;
    border-radius: 26px;
    gap: 20px;
}

.learn_prefs_id svg {
    width: 60px;
    height: 60px;
    fill: rgb(209,197,168);
}

.cookie_button.cookie_control_id {
    color: #ffffff;
    border: 2px solid rgb(179,166,134);
    background: rgba(0, 0, 0, 0.5);
}

.cookie_window_banner_id p a:hover {
    color: rgb(179,166,134);
}

.teaching_history_id::before {
    height: 70%;
    transform: rotate(-15deg);
    right: -10%;
    z-index: 0;
    content: "";
    top: -10%;
    width: 45%;
    position: absolute;
    background: linear-gradient(135deg, rgb(209,197,168,0.5), rgb(179,166,134,0.5));
    filter: blur(50px);
}

.teaching_history_id .user_voices_id > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}

.teaching_history_id .user_voices_id .img_box_id:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}

.teaching_history_id .user_voices_id .name::after {
    content: "";
    bottom: -5px;
    width: 0;
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    position: absolute;
    background-color: rgb(179,166,134);
}

.teaching_history_id .user_voices_id > div:nth-child(3) {
    transform: translateY(1rem);
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    position: relative;
}

.location_details_id {
    overflow: hidden;
    padding: 80px 0;
    background: rgb(239,233,217);
    position: relative;
}

.location_details_id::after {
    right: 0;
    height: 100%;
    top: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(to left, rgb(209,197,168,0.5) 0%, transparent 100%);
    position: absolute;
    width: 40%;
}

.location_details_id .img_box_id::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.location_details_id .assist_support_id .instant_request_id {
    border-bottom: 1px solid rgb(179,166,134,0.5);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    font-weight: 700;
    color: rgb(209,197,168);
    display: flex;
    padding: 30px;
    font-size: 29px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.location_details_id .form_edu_id p svg {
    position: absolute;
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease, fill 0.3s ease;
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
    fill: rgb(209,197,168);
}

.location_details_id .form_edu_id p:hover::before {
    height: 100%;
}

.location_details_id .form_edu_id p span a {
    position: relative;
    transition: color 0.3s ease;
    color: rgb(209,197,168);
    text-decoration: none;
    font-weight: 600;
}

.location_details_id .quick_help_id svg {
    transform: translateY(-50%);
    transition: transform 0.3s ease, fill 0.3s ease;
    width: 22px;
    height: 22px;
    top: 50%;
    position: absolute;
    left: 0;
    fill: rgb(209,197,168);
}

.location_details_id .request_info_id svg {
    width: 18px;
    transition: transform 0.3s ease, fill 0.3s ease;
    position: absolute;
    top: 50%;
    height: 18px;
    transform: translateY(-50%);
    fill: rgb(179,166,134);
    left: 15px;
}

.location_details_id .request_info_id:hover::before {
    height: 100%;
}

.location_details_id .request_info_id:hover::after {
    width: 100%;
}

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

.pricing_offer_id h2::after {
    position: absolute;
    left: 0;
    width: 60%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(209,197,168) 0%, rgb(179,166,134) 100%);
    bottom: -8px;
}

.pricing_offer_id .promo_plans_id li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.pricing_offer_id .discount_grid_id:hover {
    transform: translateY(-8px) scale(1.02);
}

.pricing_offer_id .discount_grid_id:hover .package_deal_id::before {
    opacity: 0.15;
}

.pricing_offer_id .learning_deals_id h4 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
    transition: color 0.3s ease;
    font-size: calc(21px * 1.2);
}

.pricing_offer_id .discount_grid_id:hover .learning_deals_id h4::after {
    opacity: 1;
    height: 100%;
}

.pricing_offer_id .payment_pricing_id {
    align-self: flex-start;
    border-radius: 4px;
    color: #ffffff;
    font-size: calc(21px * 1.3);
    font-weight: 700;
    margin-top: auto;
    display: inline-block;
    background: linear-gradient(135deg, 
        rgb(209,197,168,0.5) 0%, 
        rgb(179,166,134,0.5) 100%);
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.connect_form_id h2::before {
    border-radius: 50%;
    content: "";
    top: -25px;
    background: rgb(209,197,168,0.5);
    position: absolute;
    left: calc(50% - 120px);
    width: 50px;
    height: 50px;
    z-index: -1;
}

.connect_form_id .img_box_id {
    transition: transform 0.5s ease;
    position: relative;
    flex: 0 0 45%;
    min-height: 500px;
}

.connect_form_id .query_box_id {
    padding: 60px;
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.connect_form_id form input[type="text"]:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(209,197,168), 0.1);
    background: linear-gradient(rgb(239,233,217), rgb(239,233,217)) padding-box,
                linear-gradient(to right, rgb(209,197,168), rgb(179,166,134)) border-box;
}

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

.connect_form_id svg {
    stroke: rgb(209,197,168);
    width: 24px;
    fill: none;
    transition: all 0.3s ease;
    height: 24px;
    margin-right: 12px;
}

.program_assets_id {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,233,217) 0%, rgba(245, 247, 250, 0.9) 100%);
    position: relative;
    padding: 120px 0;
}

.program_assets_id .founders_team_id {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 60px;
}

.program_assets_id h4::after {
    width: 80px;
    background: rgb(179,166,134);
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    height: 4px;
    animation: scaleIn 0.8s 0.6s forwards ease-out;
    transform: scaleX(0);
}

.program_assets_id li:nth-child(1) {
    animation-delay: 0.7s;
}

.program_assets_id li p {
    align-items: flex-start;
    border-radius: 10px;
    padding: 15px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    background: #ffffff;
    border-left: 3px solid rgb(179,166,134);
    box-shadow: 0 6px 24px -8px rgba(rgba(0, 0, 0, 0.5), 0.08);
    gap: 15px;
    margin: 0;
}

.newsletter_id::before {
    right: -100px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
    animation: orbit 20s linear infinite;
    top: -100px;
    width: 250px;
    content: "";
    background: linear-gradient(135deg, rgb(209,197,168) 0%, rgb(209,197,168,0.5) 100%);
    height: 250px;
    position: absolute;
}

.newsletter_id .founders_team_id::before {
    width: 50px;
    background: rgb(209,197,168,0.5);
    content: "";
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 50px;
    top: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    left: 50%;
    filter: blur(10px);
}

.newsletter_id .subscribe_box_id:focus {
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(209,197,168,0.5);
}

.newsletter_id .subscribe_box_id::placeholder {
    opacity: 0.6;
    color: #000000;
}

.newsletter_id .online_lessons_id::before {
    top: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgb(179,166,134);
    opacity: 0;
    position: absolute;
    content: "";
    transition: transform 0.5s ease, opacity 0.3s ease;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
}

header .header_navbar_id .nav_header_id {
    position: relative;
    padding: 5px;
    z-index: 2;
}

header .header_navbar_id .nav_header_id:hover::before {
    opacity: 0.7;
}

header .header_navbar_id .nav_header_id:hover .top_pagebar_id {
    transform: scale(1.05);
}

header .header_navbar_id .head_nav_id {
    list-style: none;
    border-radius: 29px;
    position: relative;
    padding: 10px;
    margin: 0;
    display: flex;
}

header .header_navbar_id .head_nav_id .head_mainbar_id a::after {
    z-index: -1;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    content: "";
    height: 150%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    width: 150%;
    top: 50%;
}

.instructional_approach_id {
    background: rgb(239,233,217);
    min-height: 70vh;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.instructional_approach_id .founders_team_id {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    justify-content: center;
    position: relative;
    gap: 2rem;
}

.instructional_approach_id .founders_team_id::after {
    position: absolute;
    bottom: 0;
    animation: waveEffect 8s ease-in-out infinite reverse;
    z-index: -1;
    left: -10%;
    width: 120%;
    height: 30px;
    opacity: 0.7;
    background: linear-gradient(90deg, transparent, rgb(179,166,134,0.5), transparent);
    filter: blur(15px);
    content: "";
}

.instructional_approach_id span::before {
    content: "";
    left: -50%;
    z-index: -1;
    position: absolute;
    width: 200%;
    animation: holographicShine 10s linear infinite;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: -50%;
    height: 200%;
    transform: rotate(45deg);
}

.trial_offer_id::before {
    content: "";
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(209,197,168), rgb(179,166,134), rgb(209,197,168));
    position: absolute;
}

.trial_offer_id .company_holder h3::after {
    position: absolute;
    bottom: -2px;
    width: 80px;
    height: 2px;
    content: "";
    left: 0;
    background: #ffffff;
}

.trial_offer_id .head_nav_id {
    position: relative;
}

.trial_offer_id .head_nav_id .header_know_id {
    gap: 1rem;
    display: grid;
}

.trial_offer_id .head_nav_id .header_know_id a::after {
    transform: translateX(-5px);
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    opacity: 0;
    content: "\2192";
}

.event_cal_id .music_edu_id {
    padding: 0 1rem;
    font-size: 16px;
    opacity: 0.9;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.trial_offer_id .lecture_ref_id::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    height: 50px;
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    right: 0;
}

.secure_enclosure_id h3, .secure_enclosure_id h4, .secure_enclosure_id h5, .secure_enclosure_id h6 {
    font-size: 23px;
    font-family: Arial, sans-serif;
    margin-top: 25px;
    text-transform: capitalize;
    color: #000000;
    border-bottom: 1px dotted rgb(209,197,168);
    font-weight: 400;
    margin-bottom: 15px;
}

.secure_enclosure_id section {
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgb(179,166,134,0.5);
    background: rgb(239,233,217);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.title_screen_id::after {
    background: linear-gradient(to bottom, 
    rgb(209,197,168,0.5) 0%, 
    transparent 20%, 
    transparent 80%, 
    rgb(179,166,134,0.5) 100%);
    mix-blend-mode: overlay;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    opacity: 0.4;
    z-index: 2;
    left: 0;
}

.title_screen_id .master_class_id {
    position: relative;
}

.title_screen_id .master_class_id h3 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 18px);
    line-height: 1.4;
    margin: 0 0 0.5rem;
    padding-bottom: 1rem;
}

.title_screen_id .page_lead_id p {
    color: #ffffff;
    margin: 0;
    font-size: clamp(1rem, 2vw, 12px);
    opacity: 0;
    position: relative;
    line-height: 1.5;
    font-weight: 400;
    animation: fadeIn 1s 1.5s forwards ease-out;
}

.course_features_id::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    animation: gridMove 30s linear infinite;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    top: 0;
}

.course_features_id .education_id::after {
    content: "";
    height: 1px;
    filter: blur(1px);
    background: linear-gradient(to right, rgb(209,197,168) 0%, transparent 100%);
    bottom: -10px;
    position: absolute;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}

.course_features_id .nav_header_id::after {
    inset: 6px;
    background: rgb(239,233,217);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    content: "";
    z-index: -1;
}

.course_features_id h3::before {
    height: 3px;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -8px;
    background: rgb(209,197,168);
    left: 0;
    transform-origin: left;
    position: absolute;
    width: 60px;
}

.course_features_id .img_box_id::before {
    mix-blend-mode: overlay;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(209,197,168,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(179,166,134,0.5) 0%, transparent 70%);
    content: "";
    inset: 0;
    opacity: 0.6;
    position: absolute;
    z-index: 1;
}

.course_features_id .founders_team_id:hover .education_id {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}



@media (min-width: 1200px) {.user_feedback_id .review_carousel_id {
    grid-template-columns: repeat(4, 1fr);
}.user_feedback_id h2 {
    font-size: calc(38px + 4px);
}.user_feedback_id .founders_team_id {
    max-width: 1200px;
    margin: 0 auto;
}
}



@media (max-width: 480px) {.user_feedback_id {
    padding: 50px 0;
}.user_feedback_id h2 {
    font-size: calc(38px - 4px);
}.user_feedback_id .user_voices_id {
    padding: 20px 15px;
}
}



@media (min-width: 768px) {.thanksPoint_id {
    padding: 150px 0;
}.thanksPoint_id .container {
    padding: 0 60px;
}.thanksPoint_id h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(35px * 1.1);
}.thanksPoint_id .founders_team_id {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.thanksPoint_id .founders_team_id:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksPoint_id li {
    padding: 10px 0 10px 30px;
}.thanksPoint_id li::before {
    width: 10px;
    height: 10px;
}.thanksPoint_id span {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}



@media screen and (max-width: 1024px) {.check_it_out_now_id {
    padding: 4rem 1.5rem;
}.check_it_out_now_id h2 {
    transform: translateX(-0.5rem);
    font-size: calc(29px * 0.9);
    max-width: 90%;
}.check_it_out_now_id .founders_team_id {
    transform: translateX(1rem) translateY(-0.5rem);
}.check_it_out_now_id .founders_team_id:hover {
    transform: translateX(1.5rem) translateY(-1rem) scale(1.02);
}
}



@media (min-width: 768px) {.teaching_history_id .user_voices_id {
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 300px 1fr;
}.teaching_history_id .user_voices_id > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.teaching_history_id .user_voices_id > div:nth-child(2) {
    grid-row: 1 / 2;
    align-self: flex-end;
    grid-column: 2 / 3;
}.teaching_history_id .user_voices_id > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.teaching_history_id .user_voices_id .img_box_id {
    height: 100%;
    min-height: 400px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}.teaching_history_id .user_voices_id .img_box_id:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.teaching_history_id .user_voices_id .name {
    font-size: calc(21px * 1.5);
}.teaching_history_id .user_voices_id .exp_flex_id {
    padding: 2rem;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 1200px) {.pricing_offer_id {
    padding: 100px 0;
}.pricing_offer_id .promo_plans_id {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_offer_id h2 {
    transform: translateX(0);
}.pricing_offer_id .rate_plans_id {
    max-width: 90%;
    transform: translateX(0);
}
}



@media (max-width: 1024px) {.connect_form_id {
    padding: 70px 0;
}.connect_form_id .query_box_id {
    padding: 45px;
}.connect_form_id .img_box_id {
    min-height: 450px;
}
}



@media (max-width: 768px) {.connect_form_id {
    padding: 60px 0;
}.connect_form_id h2 {
    margin-bottom: 40px;
}.connect_form_id .contact_reach_id {
    flex-direction: column;
}.connect_form_id .img_box_id {
    flex: 0 0 300px;
    min-height: 300px;
    width: 100%;
}.connect_form_id .query_box_id {
    padding: 40px 30px;
    flex: 0 0 auto;
}.connect_form_id form h3 {
    margin-bottom: 25px;
}.connect_form_id form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}



@media (max-width: 768px) {.newsletter_id {
    padding: 3rem 1.5rem;
}.newsletter_id .founders_team_id {
    grid-template-columns: 1fr;
    grid-template-areas:
            "text"
            "inquiry_widget_id";
    gap: 2rem;
}.newsletter_id p {
    font-size: 22px;
}.newsletter_id .input_holder {
    gap: 1rem;
}.newsletter_id .online_lessons_id {
    width: 100%;
    align-self: stretch;
}}



@media (max-width: 992px) {.instructional_approach_id {
    min-height: 60vh;
}.instructional_approach_id .container {
    padding: 4rem 1.5rem;
}.instructional_approach_id .founders_team_id {
    padding: 3rem 1.5rem;
}.instructional_approach_id h3 {
    font-size: calc(28px * 0.9);
    padding-bottom: 1.5rem;
}.instructional_approach_id span {
    padding: 1.8rem;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.trial_offer_id {
    padding: 3rem 0 1.5rem;
}.trial_offer_id .header_know_id {
    gap: 1.5rem;
}.trial_offer_id .company_holder h3 {
    font-size: calc(29px - 2px);
}.event_cal_id {
    margin-top: 3rem;
}
}



@media (max-width: 420px) {.trial_offer_id .company_holder h3::after,
    .trial_offer_id .head_nav_id h5::after {
    width: 30px;
}.trial_offer_id .head_nav_id .header_know_id a:hover {
    padding-left: 0.3rem;
}}



@media (min-width: 1200px) {.title_screen_id > div {
    transform: translateY(-5vh);
}.title_screen_id .page_lead_id {
    grid-template-columns: 3fr 1fr;
}.title_screen_id > div > div:first-child::before {
    width: 15px;
}
}



@media (hover: hover) {.title_screen_id .page_lead_id:hover {
    transform: translateY(-5px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08);
}
}



@media (max-width: 992px) {.course_features_id {
    padding: 5rem 0;
}.course_features_id .founders_team_id {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    grid-template-rows: auto auto;
}.course_features_id .education_id {
    padding: 2.5rem;
    grid-column: 1 / -1;
    margin-top: -80px;
    grid-row: 2 / 3;
    z-index: 5;
}.course_features_id .img_box_id {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    height: 350px;
}.course_features_id .nav_header_id {
    margin-right: auto;
    margin-left: auto;
}.course_features_id h3 {
    padding-right: 0;
    text-align: center;
}.course_features_id h3::before {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.course_features_id p {
    text-align: center;
}.course_features_id .founders_team_id:hover .img_box_id {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course_features_id .founders_team_id:hover .education_id {
    transform: translateZ(10px) translateY(-15px);
}
}



@keyframes scan {
    0%, 100% {
        top: 10%;
        opacity: 0;
    }
    50% {
        top: 90%;
        opacity: 1;
    }
}



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



@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateZ(0) translateX(40px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0) translateX(0);
    }
}



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



@keyframes glowPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
}



@keyframes lineReveal {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}



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



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



@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

