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

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

.user_feedback_id::after {
    position: absolute;
    bottom: -50px;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    z-index: 0;
    filter: blur(40px);
    right: -50px;
    background: linear-gradient(135deg, rgba(rgb(179,166,134,0.5), 0.05), rgba(rgb(209,197,168,0.5), 0.08));
    content: "";
}

.user_feedback_id .user_voices_id {
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    position: relative;
    background: #ffffff;
    padding: 30px;
    overflow: hidden;
    border-radius: 15px;
}

.user_feedback_id .user_voices_id h4::after {
    height: 2px;
    width: 0;
    bottom: -5px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(209,197,168), transparent);
    position: absolute;
    transition: width 0.4s ease;
}

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

.thanksPoint_id::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(209,197,168,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(179,166,134,0.5), 0.1) 0%, transparent 70%);
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}

.thanksPoint_id:hover h2::after {
    transform: scaleX(1);
}

.thanksPoint_id .founders_team_id {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 23px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    padding: 40px;
}

.thanksPoint_id .founders_team_id:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}

.our_mission_id h1 {
    text-align: left;
    transform: translateX(-10px);
    font-size: 45px;
    margin-bottom: 50px;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    animation: slideInTitle 0.8s ease-out forwards;
    position: relative;
}

.our_mission_id .skill_program_id:nth-child(1) {
    animation-delay: 0.2s;
}

.our_mission_id .skill_program_id::before {
    transition: transform 0.6s ease;
    position: absolute;
    content: "";
    background: rgb(209,197,168,0.5);
    height: 120px;
    transform: translate(50%, -50%) rotate(45deg);
    right: 0;
    opacity: 0.05;
    top: 0;
    width: 120px;
}

.check_it_out_now_id {
    margin: 4rem 0;
    background: linear-gradient(135deg, rgb(209,197,168,0.5), rgb(179,166,134) 85%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 5rem 2rem;
}

.check_it_out_now_id {
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}

.check_it_out_now_id h2 {
    transform: translateX(-1rem);
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 29px;
    animation: slide-in 0.7s cubic-bezier(0.25, 1, 0.5, 1) both;
    border-left: 6px solid rgb(179,166,134);
    max-width: 85%;
    line-height: 1.3;
    padding-left: 2rem;
    color: #ffffff;
}

.check_it_out_now_id h2 {
    font-size: calc(29px * 0.8);
    transform: translateX(0);
    padding-left: 1.5rem;
    border-left-width: 4px;
    max-width: 100%;
}

.check_it_out_now_id .inquiry_block_id {
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    letter-spacing: 0.5px;
    z-index: 1;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    padding: 1rem 2.5rem;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(209,197,168), rgb(179,166,134));
}

.check_it_out_now_id .inquiry_block_id {
    padding: 0.875rem 2rem;
}

.cookie_window_banner_id p {
    font-size: 13px;
    margin: 0;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
}

.policy_ack_id {
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: rgb(209,197,168);
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 10px;
    font-size: 19px;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    border: 2px solid rgb(209,197,168);
    min-width: 140px;
    flex-shrink: 0;
}

.teaching_history_id .user_voices_id {
    grid-template-columns: 1fr;
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    display: grid;
    padding: 3rem;
    border-left: 4px solid rgb(209,197,168);
    backdrop-filter: blur(10px);
}

.teaching_history_id .user_voices_id > div:nth-child(2) {
    opacity: 0;
    border-left: 2px solid rgb(179,166,134);
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    align-self: flex-start;
    padding-left: 1rem;
    transform: translateY(1rem);
}

.teaching_history_id .user_voices_id .exp_flex_id {
    line-height: 1.8;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    font-size: 15px;
    color: #000000;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
}

.location_details_id::before {
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(179,166,134,0.5) 10px,
        rgb(179,166,134,0.5) 11px
    );
    opacity: 0.1;
}

.location_details_id .assist_support_id {
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
    border: 1px solid rgb(179,166,134,0.5);
    overflow: hidden;
}

.location_details_id .instant_request_id:hover svg {
    fill: rgb(179,166,134);
    transform: rotate(15deg);
}

.location_details_id .form_edu_id {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    display: grid;
    gap: 15px;
}

.location_details_id .form_edu_id p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}

.location_details_id .form_edu_id p::before {
    position: absolute;
    transition: height 0.3s ease;
    top: 0;
    content: '';
    height: 0;
    left: -3px;
    width: 3px;
    background: rgb(179,166,134);
}

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

.location_details_id .contact_assistance_id {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid rgb(179,166,134,0.5);
}

.location_details_id .quick_help_id svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.location_details_id .request_team_id {
    display: grid;
    gap: 10px;
}

.location_details_id .request_info_id:hover svg {
    fill: rgb(209,197,168);
    transform: translateY(-50%) rotate(15deg);
}

.location_details_id .request_info_id svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.location_details_id .request_info_id:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

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

.pricing_offer_id .group_rates_id {
    position: relative;
}

.pricing_offer_id .group_rates_id::before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 300px;
    width: 300px;
    border-radius: 50%;
    top: -50px;
    background: radial-gradient(circle, rgb(209,197,168,0.5) 0%, transparent 70%);
    left: -150px;
    opacity: 0.2;
}

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

.pricing_offer_id .package_deal_id::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(45deg, 
        rgb(209,197,168,0.5) 0%, 
        transparent 50%, 
        rgb(179,166,134,0.5) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
    opacity: 0;
    top: 0;
    width: 100%;
}

.pricing_offer_id .learning_deals_id p {
    max-height: 200px;
    flex-grow: 1;
    overflow-y: auto;
    scrollbar-color: rgb(209,197,168) rgba(255,255,255,0.1);
    overflow-wrap: break-word;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    font-size: 18px;
    word-break: break-word;
    scrollbar-width: thin;
}

.connect_form_id::after {
    border-radius: 50%;
    content: "";
    filter: blur(60px);
    width: 300px;
    background: linear-gradient(225deg, rgb(179,166,134,0.5), rgb(209,197,168,0.5));
    height: 300px;
    z-index: 1;
    left: -100px;
    position: absolute;
    bottom: -100px;
}

.connect_form_id .contact_reach_id {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}

.connect_form_id .img_box_id::after {
    pointer-events: none;
    left: 20px;
    position: absolute;
    bottom: 20px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    top: 20px;
    right: 20px;
}

.connect_form_id form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

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

.connect_form_id .request_request_id label::before {
    position: absolute;
    width: 22px;
    top: 0;
    background: rgb(239,233,217);
    left: 0;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    border-radius: 6px;
}

.connect_form_id .inquiry_block_id {
    padding: 20px;
    z-index: 1;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgb(209,197,168), rgb(179,166,134));
    font-size: 20px;
    position: relative;
}

.program_assets_id::before {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(179,166,134,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(209,197,168,0.5), 0.04) 0%, transparent 60%);
    height: 100%;
    left: 0;
    width: 100%;
}

.program_assets_id .text_cube_id > div {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.program_assets_id .text_cube_id > div:last-of-type {
    opacity: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
}

.program_assets_id li:nth-child(3) {
    animation-delay: 1.1s;
}

.program_assets_id li p span:last-child {
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    font-size: calc(13px - 1px);
}

.program_assets_id li p:hover svg {
    transform: translateY(-2px);
}

.program_assets_id svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,166,134);
}

.newsletter_id::after {
    width: 150px;
    opacity: 0.5;
    bottom: -50px;
    z-index: 1;
    content: "";
    left: -50px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(179,166,134) 0%, rgb(179,166,134,0.5) 100%);
    height: 150px;
    position: absolute;
    animation: pulse-circle 15s ease-in-out infinite alternate;
}

.newsletter_id p {
    position: relative;
    padding-left: 2rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    font-size: 24px;
    grid-area: text;
    font-family: Arial, sans-serif;
}

.newsletter_id .input_holder::before {
    position: absolute;
    top: -15px;
    height: 80px;
    animation: rotate 30s linear infinite;
    width: 80px;
    content: "";
    z-index: -1;
    opacity: 0.5;
    border: 2px dashed rgb(209,197,168,0.5);
    border-radius: 50%;
    right: -15px;
}

.newsletter_id .online_lessons_id {
    position: relative;
    min-width: 150px;
    background: rgb(209,197,168);
    z-index: 1;
    width: auto;
    align-self: flex-end;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    border: none;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    border-radius: 25px;
    padding: 1rem 2rem;
}

header .header_navbar_id .nav_header_id::before {
    left: -5px;
    height: calc(100% + 10px);
    filter: blur(15px);
    transition: opacity 0.3s ease;
    content: "";
    top: -5px;
    opacity: 0;
    background: linear-gradient(135deg, rgb(209,197,168), rgb(179,166,134));
    position: absolute;
    z-index: -1;
    width: calc(100% + 10px);
}

header .header_navbar_id .head_nav_id .head_mainbar_id a::before {
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(209,197,168), rgb(179,166,134));
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}

header .header_navbar_id .head_nav_id .head_mainbar_id:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(209,197,168), rgb(179,166,134));
}

.instructional_approach_id::after {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
}

.instructional_approach_id h3 {
    font-size: 28px;
    padding-bottom: 2rem;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 500px;
    text-align: center;
    color: rgb(209,197,168);
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
}

.instructional_approach_id span {
    backdrop-filter: blur(5px);
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 1.8;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    overflow: hidden;
    animation: floatText 6s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    position: relative;
    border-radius: 15px;
    padding: 2rem;
    color: #000000;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.trial_offer_id .container {
    position: relative;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.trial_offer_id .company_holder h3 {
    margin: 0 0 1.5rem;
    font-size: 29px;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 700;
    position: relative;
}

.trial_offer_id .head_nav_id h5::after {
    height: 2px;
    left: 0;
    background: #ffffff;
    bottom: -2px;
    width: 40px;
    position: absolute;
    content: "";
}

.trial_offer_id .head_nav_id .header_know_id a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

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

.trial_offer_id .company_holder::before {
    height: 50px;
    width: 50px;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    top: 0;
    left: 0;
}

.secure_enclosure_id h1 {
    color: rgb(209,197,168);
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(179,166,134);
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    font-size: 39px;
    margin-top: 40px;
}

.secure_enclosure_id ul, .secure_enclosure_id ol {
    font-size: 15px;
    list-style-position: inside;
    padding-left: 25px;
    margin: 15px 0;
    color: #000000;
    list-style: none;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

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

.title_screen_id > div > div:first-child::before {
    content: "";
    left: 0;
    top: 50%;
    animation: lineReveal 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 120%;
    transform-origin: top;
    transform: translateY(-50%) scaleY(0);
    background: linear-gradient(to bottom, rgb(209,197,168), rgb(179,166,134));
    width: 8px;
    position: absolute;
}

.title_screen_id .master_class_id h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(209,197,168), rgb(179,166,134));
    position: absolute;
    height: 3px;
    content: "";
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    bottom: 0;
}

.course_features_id::before {
    content: "";
    height: 150%;
    filter: blur(60px);
    width: 150%;
    transform-origin: center;
    position: absolute;
    opacity: 0.6;
    top: -25%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(209,197,168,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(179,166,134,0.5) 0%, transparent 50%);
    z-index: 0;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    left: -25%;
}

.course_features_id .nav_header_id {
    position: relative;
    height: 110px;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    width: 110px;
    margin-bottom: 1.5rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.course_features_id .nav_header_id svg {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    top: 50%;
    filter: drop-shadow(0 0 10px rgb(209,197,168,0.5));
    left: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    position: absolute;
    z-index: 1;
}

.course_features_id p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 15px;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    transform-origin: left bottom;
    max-width: 100%;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.course_features_id .founders_team_id:hover .img_box_id {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}

.course_features_id .founders_team_id:hover .nav_header_id {
    transform: rotate(5deg) scale(1.05);
}



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



@media (min-width: 992px) and (max-width: 1199px) {.user_feedback_id .review_carousel_id {
    grid-template-columns: repeat(3, 1fr);
}.user_feedback_id {
    padding: 100px 0;
}
}



@media (max-width: 767px) {.user_feedback_id {
    padding: 60px 0;
}.user_feedback_id .review_carousel_id {
    grid-template-columns: 1fr;
}.user_feedback_id h2 {
    font-size: calc(38px - 2px);
    margin-bottom: 40px;
}.user_feedback_id .user_voices_id {
    padding: 25px 20px;
}.user_feedback_id .user_voices_id img {
    height: 50px;
    width: 50px;
}.user_feedback_id a {
    margin-top: 30px;
    padding: 10px 25px;
}
}



@media (min-width: 768px) {.our_mission_id {
    padding: 140px 0 100px;
}.our_mission_id h1 {
    font-size: calc(45px + 8px);
    margin-bottom: 70px;
}.our_mission_id h1::after {
    width: 120px;
    height: 5px;
}.our_mission_id .class_experts_id ul {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}.our_mission_id .skill_program_id {
    padding: 50px 45px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
}.our_mission_id .skill_program_id:hover {
    transform: translateY(-10px) scale(1.02);
}.our_mission_id .skill_program_id div {
    max-height: 350px;
}
}



@media screen and (max-width: 480px) {.check_it_out_now_id {
    padding: 3rem 1rem;
    margin: 2rem 0;
}.check_it_out_now_id h2 {
    border-left-width: 3px;
    font-size: calc(29px * 0.7);
    padding-left: 1rem;
    margin-bottom: 2rem;
}.check_it_out_now_id .founders_team_id {
    text-align: center;
    padding: 1.25rem;
    flex-direction: column;
}.check_it_out_now_id svg {
    margin-bottom: 1rem;
    margin-right: 0;
}.check_it_out_now_id .inquiry_block_id {
    text-align: center;
    padding: 0.75rem 1.75rem;
    width: 100%;
}}



@media (min-width: 1024px) {.teaching_history_id {
    padding: 8rem 0;
}.teaching_history_id .user_voices_id {
    padding: 4rem;
    margin: 0 2rem;
    grid-template-columns: 400px 1fr;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    gap: 3rem 4rem;
}.teaching_history_id .user_voices_id:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.teaching_history_id .user_voices_id .img_box_id {
    min-height: 500px;
}.teaching_history_id .user_voices_id > div:nth-child(2) {
    padding-left: 1.5rem;
}.teaching_history_id .user_voices_id .name {
    margin-bottom: 1rem;
    font-size: calc(21px * 1.7);
}.teaching_history_id .user_voices_id > div:nth-child(2) > div {
    font-size: calc(15px * 1.1);
}.teaching_history_id .user_voices_id .exp_flex_id {
    padding: 2.5rem;
    font-size: calc(15px * 1.1);
    line-height: 1.9;
}}



@media (max-width: 768px) {.pricing_offer_id {
    padding: 70px 0;
}.pricing_offer_id .promo_plans_id {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.pricing_offer_id h2 {
    font-size: calc(33px * 0.9);
}.pricing_offer_id .rate_plans_id {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 18px;
}
}



@media (max-width: 480px) {.connect_form_id {
    padding: 50px 0;
}.connect_form_id h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.connect_form_id .img_box_id {
    min-height: 220px;
}.connect_form_id .query_box_id {
    padding: 30px 20px;
}.connect_form_id form h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.connect_form_id form input[type="text"] {
    margin-bottom: 16px;
    font-size: calc(12px * 0.95);
    padding: 14px 16px;
}.connect_form_id .inquiry_block_id {
    padding: 16px;
}.connect_form_id .request_request_id label {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 992px) {header .header_navbar_id {
    padding: 20px 15px;
    flex-direction: column;
}header .header_navbar_id .nav_header_id {
    margin-bottom: 15px;
}header .header_navbar_id .head_nav_id {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .header_navbar_id .head_nav_id .head_mainbar_id {
    margin: 3px;
}header .header_navbar_id .head_nav_id .head_mainbar_id a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}
}



@media (max-width: 576px) {.instructional_approach_id {
    min-height: 40vh;
}.instructional_approach_id .container {
    padding: 2.5rem 1rem;
}.instructional_approach_id .founders_team_id {
    gap: 1.2rem;
    padding: 2rem 1rem;
}.instructional_approach_id h3 {
    padding-bottom: 1rem;
    font-size: calc(28px * 0.7);
}.instructional_approach_id span {
    padding: 1.2rem;
    font-size: calc(12px * 0.85);
    line-height: 1.6;
}.instructional_approach_id .founders_team_id::before,
    .instructional_approach_id .founders_team_id::after {
    height: 20px;
}}



@media only screen and (max-width: 800px) {.secure_enclosure_id {
    padding: 30px;
}.secure_enclosure_id h1 {
    font-size: calc(23px - 8px);
}.secure_enclosure_id h2 {
    font-size: calc(23px - 6px);
}.secure_enclosure_id h3, .secure_enclosure_id h4, .secure_enclosure_id h5, .secure_enclosure_id h6 {
    font-size: calc(23px - 4px);
}.secure_enclosure_id ul, .secure_enclosure_id ol {
    padding-left: 20px;
    font-size: calc(15px - 2px);
}}



@media (max-width: 1200px) {.course_features_id .founders_team_id {
    min-height: 500px;
}.course_features_id .education_id {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.course_features_id h3 {
    font-size: calc(36px * 0.9);
}.course_features_id .nav_header_id {
    height: 100px;
    width: 100px;
}.course_features_id .nav_header_id svg {
    height: 55px;
    width: 55px;
}
}



@media (max-width: 576px) {.course_features_id {
    padding: 3rem 0;
}.course_features_id .img_box_id {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.course_features_id .education_id {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.course_features_id .nav_header_id {
    width: 80px;
    margin-bottom: 1.2rem;
    height: 80px;
}.course_features_id .nav_header_id svg {
    width: 45px;
    height: 45px;
}.course_features_id h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.2rem;
}.course_features_id h3::before {
    width: 50px;
    height: 2px;
}.course_features_id p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}
}


  
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }


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



@keyframes fadeSlideRight {
    from {
        transform: translateX(15px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes pulse-circle {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(209,197,168), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(209,197,168), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(209,197,168), 0);
    }
}



@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1.2);
    }
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



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



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

