﻿.trial_offer_id {
    flex: 0 0 auto;
}

.trial_offer_id {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}

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


.user_feedback_id {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(239,233,217), rgba(245, 248, 252, 0.7));
}

.user_feedback_id h2::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(209,197,168), rgb(179,166,134));
    box-shadow: 0 5px 15px rgba(rgb(209,197,168,0.5), 0.2);
}

.user_feedback_id .user_voices_id div {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    z-index: 1;
    align-items: center;
}

.user_feedback_id .user_voices_id:hover img {
    transform: scale(1.05);
}

.user_feedback_id .user_voices_id:hover h4::after {
    width: 100%;
}

.user_feedback_id .user_voices_id .description {
    line-height: 1.6;
    font-size: 18px;
    z-index: 1;
    margin: 0;
    position: relative;
    color: #000000;
}

.user_feedback_id a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(rgb(209,197,168,0.5), 0.3);
}



@container (min-width: 350px) {.user_feedback_id .user_voices_id .description {
    font-size: calc(18px + 1px);
    line-height: 1.7;
}}

.thanksPoint_id {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(209,197,168,0.5), 0.05), rgba(rgb(179,166,134,0.5), 0.1));
}

.thanksPoint_id h2 {
    font-size: 35px;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(10px);
    position: relative;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 1.3;
}

.thanksPoint_id ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thanksPoint_id li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding: 10px 0 10px 20px;
}

.thanksPoint_id span {
    font-family: Arial, sans-serif;
    transform: translateY(0);
    display: block;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 18px;
    position: relative;
}

.our_mission_id {
    background: linear-gradient(135deg, rgb(239,233,217) 0%, rgb(179,166,134,0.5) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}

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

.our_mission_id .class_experts_id {
    position: relative;
}

.our_mission_id .skill_program_id {
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    padding: 40px 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    position: relative;
    border-left: 4px solid rgb(209,197,168);
    animation: fadeInUp 0.8s ease-out forwards;
}

.our_mission_id .skill_program_id:hover h4::after {
    width: 100%;
}

.our_mission_id .skill_program_id div {
    font-family: Arial, sans-serif;
    max-height: 300px;
    padding-right: 10px;
    color: #000000;
    font-size: 16px;
    overflow-y: auto;
    line-height: 1.8;
}

.check_it_out_now_id .container {
    position: relative;
    max-width: 1200px;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
}

.check_it_out_now_id .founders_team_id {
    animation: fade-in-up 0.9s cubic-bezier(0.25, 1, 0.5, 1) both;
    width: fit-content;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 12px rgba(0, 0, 0, 0.05),
              0 4px 6px rgba(rgb(179,166,134), 0.1);
    background: rgba(255, 255, 255, 0.92);
    animation-delay: 0.3s;
    justify-content: flex-start;
    transform: translateX(2rem) translateY(-1rem);
    align-items: center;
    display: flex;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(209,197,168);
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.check_it_out_now_id .founders_team_id {
    padding: 1.5rem;
    justify-content: center;
    width: 100%;
    transform: translateX(0) translateY(0);
}

#cookie_info_alert_id:checked ~ .cookie_window_banner_id {
    visibility: hidden;
    opacity: 0;
}

.cookie_window_banner_id h5 {
    font-weight: 700;
    color: rgb(209,197,168);
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 19px;
}

.learn_prefs_id {
    padding: 10px;
    border-radius: 26px;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 20px;
    display: flex;
    background: rgb(209,197,168,0.5);
    align-items: center;
}

.cookie_window_banner_id p a {
    border-bottom: 1px dashed rgb(209,197,168);
    transition: color 0.3s ease;
    color: rgb(209,197,168);
    text-decoration: none;
}

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

.teaching_history_id .user_voices_id > div:nth-child(1) {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
}

.teaching_history_id .user_voices_id .img_box_id::after {
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(to top, rgb(209,197,168,0.5) 0%, transparent 50%);
    inset: 0;
}

.teaching_history_id .user_voices_id .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(209,197,168);
    position: relative;
    display: inline-block;
    font-size: calc(21px * 1.2);
}

.teaching_history_id .user_voices_id > div:nth-child(2) > div::before {
    position: absolute;
    opacity: 0.7;
    color: rgb(209,197,168);
    content: "★";
    left: -10px;
}

.teaching_history_id .user_voices_id .exp_flex_id::after {
    color: rgb(209,197,168,0.5);
    content: "";
    z-index: -1;
    position: absolute;
    font-size: 6rem;
    right: -20px;
    font-family: Georgia, serif;
    bottom: -60px;
}

.location_details_id .instant_request_id {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px;
    font-weight: 700;
    color: rgb(209,197,168);
    position: relative;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 45px;
    z-index: 3;
}

.location_details_id .assist_support_id::before {
    position: absolute;
    left: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(209,197,168) 0%, rgb(179,166,134) 100%);
    width: 100%;
    top: 0;
    content: '';
}

.location_details_id .instant_request_id svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(209,197,168);
    transition: transform 0.3s ease, fill 0.3s ease;
}

.location_details_id .form_edu_id p {
    display: flex;
    font-size: 16px;
    color: #000000;
    padding: 15px 15px 15px 50px;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    margin: 0;
    flex-direction: column;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(209,197,168);
}

.location_details_id .form_edu_id p span a::after {
    content: '';
    background: rgb(179,166,134);
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0;
    transition: width 0.3s ease;
}

.location_details_id .quick_help_id:hover svg {
    fill: rgb(179,166,134);
    transform: translateY(-50%) rotate(15deg);
}

.location_details_id .request_info_id {
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 12px 15px 12px 45px;
    border-left: 3px solid rgb(179,166,134);
    color: #000000;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location_details_id .request_info_id::after {
    width: 0;
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(179,166,134,0.5) 0%, transparent 100%);
    transition: width 0.5s ease;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
}

.pricing_offer_id h2 {
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    transform: translateX(-5%);
    position: relative;
    margin-bottom: 20px;
    font-size: 33px;
}

.pricing_offer_id .rate_plans_id {
    max-width: 80%;
    opacity: 0.9;
    transform: translateX(-3%);
    line-height: 1.6;
    margin-bottom: 50px;
    font-size: calc(18px * 1.1);
}

.pricing_offer_id .package_deal_id {
    padding: 5px;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}

.pricing_offer_id .discount_grid_id:hover .payment_pricing_id {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

.connect_form_id::before {
    background: linear-gradient(45deg, rgb(209,197,168,0.5), rgb(179,166,134,0.5));
    right: -150px;
    height: 400px;
    z-index: 1;
    filter: blur(70px);
    top: -150px;
    width: 400px;
    content: "";
    position: absolute;
    border-radius: 50%;
}

.connect_form_id h2::after {
    border-radius: 50%;
    background: rgb(179,166,134,0.5);
    position: absolute;
    content: "";
    z-index: -1;
    width: 30px;
    height: 30px;
    bottom: -15px;
    right: calc(50% - 100px);
}

.connect_form_id .img_box_id::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

.connect_form_id form {
    position: relative;
    z-index: 3;
}

.connect_form_id form input[type="text"] {
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 12px;
    padding: 18px 25px;
    margin-bottom: 25px;
    border: none;
    background: rgb(239,233,217);
    border-radius: 12px;
}

.connect_form_id .request_request_id input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(209,197,168), rgb(179,166,134));
}

.connect_form_id .request_request_id label a:hover {
    color: rgb(179,166,134);
}

.connect_form_id .inquiry_block_id::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(179,166,134), rgb(209,197,168));
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.5s ease;
    z-index: -1;
    content: "";
    transform-origin: right;
}

.program_assets_id::after {
    transform: rotate(-15deg);
    position: absolute;
    width: 300px;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: floatShape 15s infinite alternate ease-in-out;
    content: "";
    right: -5%;
    z-index: 0;
    height: 300px;
    border: 2px solid rgba(rgb(179,166,134,0.5), 0.1);
}

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

.program_assets_id ul {
    flex: 1;
    padding: 0;
    list-style: none;
    min-width: 280px;
    margin: 0;
}

.program_assets_id li:nth-child(2) {
    animation-delay: 0.9s;
}

.program_assets_id li p span:first-child {
    display: flex;
    padding: 8px;
    background: rgba(rgb(179,166,134,0.5), 0.1);
    justify-content: center;
    width: 40px;
    align-items: center;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.program_assets_id .img_box_id {
    object-fit: cover;
    animation: photoReveal 1.2s 0.8s forwards ease-out;
    max-width: 450px;
    flex: 0 0 40%;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0);
    height: auto;
    box-shadow: 
        30px 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        -2px -2px 10px rgba(rgb(255, 255, 255, 0.5), 0.8),
        0 0 0 3px rgba(rgb(179,166,134,0.5), 0.15);
    opacity: 0;
    border-radius: 0 19px 19px 19px;
}

.newsletter_id .input_holder {
    grid-area: form;
    gap: 1rem;
    flex-direction: column;
    display: flex;
    position: relative;
}

.newsletter_id .subscribe_box_id {
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
    padding: 1.3rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

header::before {
    position: absolute;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(209,197,168,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
}

header .header_navbar_id::before {
    left: 10%;
    background: linear-gradient(90deg, rgb(209,197,168), transparent);
    top: -10px;
    position: absolute;
    filter: blur(5px);
    content: "";
    height: 5px;
    width: 30%;
}

header .header_navbar_id .nav_header_id .top_pagebar_id {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}

header .header_navbar_id .head_nav_id .head_mainbar_id {
    margin: 0 3px;
    position: relative;
}

header .header_navbar_id .head_nav_id .head_mainbar_id a {
    font-size: 15px;
    padding: 8px 15px;
    overflow: hidden;
    border-radius: 10px;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: block;
    z-index: 1;
}

header .header_navbar_id .head_nav_id .head_mainbar_id:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}

.instructional_approach_id::before {
    left: -50%;
    animation: rotateBg 25s linear infinite;
    height: 200%;
    position: absolute;
    width: 200%;
    top: -50%;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 30% 30%, rgb(209,197,168,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(179,166,134,0.5) 0%, transparent 50%);
}

.instructional_approach_id h3::before {
    width: 100%;
    transform: translateX(-100%);
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    z-index: 1;
    animation: shimmerEffect 5s infinite;
    content: "";
    left: 0;
    height: 100%;
}

.instructional_approach_id span::after {
    width: 80%;
    background: rgb(179,166,134,0.5);
    position: absolute;
    filter: blur(10px);
    opacity: 0.5;
    height: 10px;
    border-radius: 50%;
    left: 10%;
    z-index: -1;
    bottom: -10px;
    animation: shadowPulse 6s ease-in-out infinite;
    content: "";
}

footer::after {
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: "";
}

.trial_offer_id .lecture_ref_id {
    grid-column: span 7;
}

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

.trial_offer_id .head_nav_id h5 {
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    font-size: 23px;
    padding-bottom: 0.8rem;
    position: relative;
    color: #ffffff;
}

.trial_offer_id .head_nav_id .header_know_id a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

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

.secure_enclosure_id {
    border: 2px solid rgb(209,197,168);
    background-image: linear-gradient(to right, rgb(209,197,168,0.5) 50%, rgb(179,166,134,0.5) 50%);
    padding: 50px;
    background-position: right bottom;
    background-size: 200% 100%;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    box-shadow: inset 0 0 10px rgb(179,166,134,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
}

.secure_enclosure_id li::before {
    height: 10px;
    width: 10px;
    top: 5px;
    left: 0;
    background-color: rgb(209,197,168);
    position: absolute;
    content: "";
    border-radius: 50%;
}

.title_screen_id {
    min-height: 100vh;
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.title_screen_id > div {
    flex-direction: column;
    z-index: 5;
    transform: translateY(-2vh);
    display: flex;
    position: relative;
    max-width: 1200px;
    width: 100%;
    gap: 3rem;
}

.title_screen_id .page_lead_id {
    display: grid;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    opacity: 0;
    grid-template-columns: 1fr;
    backdrop-filter: blur(12px);
    border-left: 4px solid rgb(179,166,134);
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    gap: 2rem;
    transform: translateY(30px);
    animation: floatIn 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.course_features_id {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(209,197,168,0.5) 0%, rgb(239,233,217) 50%, rgb(179,166,134,0.5) 100%);
    position: relative;
    padding: 7rem 0;
}

.course_features_id .container {
    position: relative;
    z-index: 2;
}

.course_features_id .founders_team_id {
    gap: 15px;
    min-height: 550px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
}

.course_features_id .education_id::before {
    z-index: -1;
    opacity: 0.15;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    border-radius: 13px;
    background: 
        radial-gradient(circle at 90% 10%, rgb(209,197,168,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(179,166,134,0.5) 0%, transparent 80%);
    height: 100%;
}

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

.course_features_id h3 {
    font-size: 36px;
    text-shadow: 0 0 20px rgb(209,197,168,0.5);
    color: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.3;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform-origin: left bottom;
    padding-right: 2rem;
}

.course_features_id .img_box_id::after {
    height: 150%;
    left: -25%;
    mix-blend-mode: multiply;
    animation: pulseOverlay 15s ease-in-out infinite;
    top: -25%;
    width: 150%;
    opacity: 0.2;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(239,233,217) 100%
    );
    z-index: 1;
}

.our_mission_id .skill_program_id div::-webkit-scrollbar {
    width: 4px;
}

.our_mission_id .skill_program_id div::-webkit-scrollbar-track {
    background: rgb(239,233,217);
    border-radius: 10px;
}

.our_mission_id .skill_program_id div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,166,134,0.5);
}

.pricing_offer_id .learning_deals_id p::-webkit-scrollbar {
    width: 5px;
}

.pricing_offer_id .learning_deals_id p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.pricing_offer_id .learning_deals_id p::-webkit-scrollbar-thumb {
    background: rgb(209,197,168);
    border-radius: 10px;
}



@media (max-width: 480px) {.thanksPoint_id {
    padding: 60px 0;
}.thanksPoint_id h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.thanksPoint_id .founders_team_id {
    padding: 25px 15px;
}.thanksPoint_id span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}



@media (min-width: 1200px) {.our_mission_id {
    padding: 180px 0 140px;
}.our_mission_id::before {
    width: 400px;
    height: 400px;
}.our_mission_id::after {
    width: 350px;
    height: 350px;
}.our_mission_id .container {
    padding: 0 40px;
}.our_mission_id h1 {
    transform: translateX(-20px);
}.our_mission_id .class_experts_id {
    perspective: 1000px;
}.our_mission_id .skill_program_id {
    transform-origin: top;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    transform: translateY(40px) rotateX(10deg);
    padding: 60px 50px;
}.our_mission_id .skill_program_id:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14);
    transform: translateY(-15px) rotateX(0) scale(1.03);
}.our_mission_id .skill_program_id h4 {
    font-size: calc(21px + 5px);
    margin-bottom: 25px;
}.our_mission_id .skill_program_id div {
    line-height: 1.9;
    max-height: 400px;
    font-size: calc(16px + 1px);
}
}



@media (min-width: 992px) {.location_details_id .request_team_id {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 768px) and (max-width: 991px) {.location_details_id {
    padding: 60px 0;
}.location_details_id .instant_request_id {
    font-size: 19px;
    padding: 25px;
}.location_details_id .instant_request_id svg {
    width: 20px;
    height: 20px;
}.location_details_id .form_edu_id {
    padding: 25px;
}.location_details_id .form_edu_id p svg {
    width: 20px;
    height: 20px;
}.location_details_id .quick_help_id svg {
    height: 20px;
    width: 20px;
}.location_details_id .request_info_id svg {
    width: 16px;
    height: 16px;
}.location_details_id .request_team_id {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.pricing_offer_id {
    padding: 80px 0;
}.pricing_offer_id .promo_plans_id {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_offer_id .learning_deals_id {
    padding: 25px 20px;
}.pricing_offer_id .learning_deals_id p {
    max-height: 180px;
    font-size: calc(18px * 0.95);
}.pricing_offer_id .payment_pricing_id {
    font-size: calc(21px * 1.2);
}
}



@media (max-width: 992px) {.program_assets_id {
    padding: 80px 0;
}.program_assets_id .founders_team_id {
    gap: 40px;
    flex-direction: column-reverse;
}.program_assets_id .text_cube_id {
    max-width: 100%;
}.program_assets_id h4 {
    font-size: calc(34px - 4px);
    margin-bottom: 30px;
}.program_assets_id .img_box_id {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(0);
    align-self: center;
    max-width: 90%;
}
}



@media (max-width: 576px) {.program_assets_id {
    padding: 50px 0;
}.program_assets_id h4 {
    font-size: calc(34px - 8px);
}.program_assets_id li p {
    padding: 12px 15px;
}.program_assets_id li p span:first-child {
    height: 32px;
    width: 32px;
}.program_assets_id svg {
    width: 20px;
    height: 20px;
}.program_assets_id li p span:last-child {
    font-size: calc(13px - 2px);
}}



@media (max-width: 767px) {header .header_navbar_id {
    padding: 15px 10px;
}header .header_navbar_id .nav_header_id .top_pagebar_id svg {
    height: 40px;
}header .header_navbar_id .head_nav_id {
    padding: 5px;
}header .header_navbar_id .head_nav_id .head_mainbar_id a {
    font-size: calc(15px - 2px);
    padding: 5px 10px;
}}



@media (max-width: 1200px) {.trial_offer_id .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.trial_offer_id {
    padding: 4rem 0 2rem;
}.trial_offer_id .container {
    grid-template-columns: 1fr;
}.trial_offer_id .company_holder,
    .trial_offer_id .lecture_ref_id {
    grid-column: span 12;
}.trial_offer_id .company_holder {
    margin-bottom: 2rem;
}.trial_offer_id::after,
    .trial_offer_id .company_holder::before,
    .trial_offer_id .company_holder::after,
    .trial_offer_id .lecture_ref_id::after {
    display: none;
}
}



@media (min-width: 992px) {.title_screen_id {
    padding: 0;
}.title_screen_id > div {
    max-width: 1400px;
}.title_screen_id .page_lead_id {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 4rem;
}.title_screen_id .title_style_header {
    max-width: 80%;
}.title_screen_id .page_lead_id div:last-child {
    position: relative;
    padding-left: 2rem;
}.title_screen_id .page_lead_id div:last-child::before {
    top: 50%;
    background: rgb(209,197,168);
    left: 0;
    content: "";
    transform: translateY(-50%);
    width: 3px;
    position: absolute;
    height: 70%;
}
}



@media (max-width: 768px) {.course_features_id {
    padding: 4rem 0;
}.course_features_id .img_box_id {
    height: 300px;
}.course_features_id .education_id {
    padding: 2rem;
    margin-top: -60px;
}.course_features_id .nav_header_id {
    width: 90px;
    margin-bottom: 1.3rem;
    height: 90px;
}.course_features_id .nav_header_id svg {
    height: 50px;
    width: 50px;
}.course_features_id h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.3rem;
}.course_features_id p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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


  
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(1rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }



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



@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}



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



@keyframes waveEffect {
    0%, 100% {
        transform: translateX(-30%) scaleX(1.2);
    }
    50% {
        transform: translateX(30%) scaleX(0.8);
    }
}



@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes backgroundPulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}



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



@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

