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

.container-wrap_15 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.calc_foot_73 {
    flex: 0 0 auto;
}

.calc_foot_73 {
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 70px 0;
}

.connect_form_64::after {
    width: 100%;
    content: "";
    background-size: 30px 30px;
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(77,113,93,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(77,113,93,0.5) 1px, transparent 1px);
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.connect_form_64 h2::after {
    left: calc(50% - 15px);
    content: "";
    bottom: 0;
    height: 4px;
    position: absolute;
    background: rgb(77,113,93);
    width: 30px;
}

.connect_form_64 .background_photo_78::before {
    z-index: 1;
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(113,149,129), 0.4), 
        rgba(rgb(77,113,93), 0.4)
    );
}

.connect_form_64 .contact_message_92::after {
    z-index: 0;
    bottom: -50px;
    content: "";
    width: 100px;
    position: absolute;
    border-radius: 0;
    transform: rotate(45deg);
    background: rgb(77,113,93,0.5);
    height: 100px;
    left: -50px;
}

.connect_form_64 form input[type="text"]:focus {
    border-bottom-color: rgb(113,149,129);
    outline: none;
}

.connect_form_64 form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

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

.connect_form_64 .message_query_49 input[type="checkbox"]:checked + label::before {
    border-color: rgb(113,149,129);
    background: rgb(113,149,129);
}

.connect_form_64 .message_query_49 label a {
    font-weight: 600;
    color: rgb(113,149,129);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.connect_form_64 .message_query_49 label a:hover {
    color: rgb(77,113,93);
}

.connect_form_64 .request_panel_81 {
    position: relative;
    background: rgb(113,149,129);
    z-index: 1;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    font-size: 19px;
    border: none;
    width: auto;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    padding: 18px 40px;
}

.leadership_experience_03::after {
    background: rgb(77,113,93,0.5);
    z-index: -1;
    position: absolute;
    width: 30%;
    animation: morph 15s linear infinite alternate;
    left: -5%;
    height: 30%;
    bottom: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
}

.leadership_experience_03 .background_photo_78::after {
    width: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    position: absolute;
    content: "";
}

.leadership_experience_03 .name {
    position: relative;
    color: rgb(113,149,129);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0.7rem;
    display: inline-block;
}

.leadership_experience_03 .client_views_26:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.leadership_experience_03 .client_views_26:hover .job_profile_16 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.leadership_experience_03 .experience_data_14 {
    font-style: italic;
    font-weight: 400;
    color: #000000;
    opacity: 0;
    font-size: 12px;
    position: relative;
    transform: translateY(20px);
    line-height: 1.7;
    padding-top: 20px;
    transition: all 0.5s ease 0.5s;
}

.user_testimonials_08 {
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(77,113,93,0.5) 0%, rgb(148,185,164) 70%);
    position: relative;
    padding: 140px 0 160px;
}

.user_testimonials_08 h4 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 100px;
    font-weight: 700;
}

.user_testimonials_08 h4::after {
    width: 80px;
    right: calc(50% - 100px);
}

.user_testimonials_08 .success_opinions_64 {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 1100px;
    display: grid;
    gap: 40px;
}

.user_testimonials_08 .client_views_26 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0;
    transition: all 0.4s ease;
    position: relative;
}

.user_testimonials_08 .client_views_26:hover .background_photo_78 {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgb(113,149,129,0.5);
}

.user_testimonials_08 .client_views_26 span {
    text-align: center;
    font-family: Arial, sans-serif;
    z-index: 2;
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding: 0 10px;
}

.user_testimonials_08 .client_views_26 p::before {
    border-left: 10px solid transparent;
    top: -10px;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    border-right: 10px solid transparent;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.thanksBox_60::after {
    content: "";
    bottom: -5%;
    height: 35%;
    transform: rotate(15deg) translateZ(0);
    width: 35%;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(77,113,93) 0%, transparent 70%);
    position: absolute;
    left: -5%;
    filter: blur(20px);
    z-index: -1;
    animation: float 18s ease-in-out infinite alternate-reverse;
}

.thanksBox_60 .quick_studies_02 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.thanksBox_60 .quick_studies_02 > div:first-child::after {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    width: 80%;
    background: linear-gradient(90deg, rgb(113,149,129) 0%, transparent 100%);
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    bottom: 0;
    transform-origin: left center;
    height: 3px;
    content: "";
}

.thanksBox_60 .quick_studies_02 > div:last-child {
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}

.thanksBox_60 a {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0;
    text-decoration: none;
    display: block;
}

.thanksBox_60 a::after {
    background: linear-gradient(90deg, rgb(77,113,93) 0%, transparent 100%);
    height: 1px;
    transform-origin: left center;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    transform: scaleX(0.3);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.5;
}

.calc_foot_73 .company_holder::before {
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
    background: rgb(113,149,129);
    position: absolute;
    content: '';
}

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

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

.calc_foot_73 .top_skill_03 .head_mainwrap_62 {
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.calc_foot_73 .top_skill_03 .head_mainwrap_62 a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    width: 0;
    transition: width 0.3s ease;
    z-index: -1;
    background: rgb(113,149,129,0.5);
}

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



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

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

.homepage_68 .expert_zone_09::before {
    animation: lineGrow 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    content: "";
    width: 3px;
    top: 50%;
    left: -5vw;
    height: 0;
    background: rgb(113,149,129);
    transform: translateY(-50%);
    position: absolute;
}

.homepage_68 h1::after {
    transform-origin: left;
    bottom: -0.5rem;
    width: 60px;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background: rgb(113,149,129);
    content: "";
}

.join_now_56 {
    padding: 110px 0;
    background: linear-gradient(150deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
}

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

.join_now_56 h3 {
    color: #ffffff;
    position: relative;
    text-align: center;
    text-shadow: 0 0 15px #ffffff;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 55px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.join_now_56 h3::after {
    top: -45px;
    opacity: 0.1;
    left: 0;
    width: 100%;
    animation: scanLine 3s linear infinite;
    background-size: 100% 3px;
    background-image: 
        linear-gradient(0deg, 
            transparent 0%, 
            #ffffff 50%, 
            transparent 100%);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    content: '';
    height: 40px;
}

.join_now_56 .edu_form_50::after {
    left: -1%;
    height: calc(100% + 4px);
    z-index: -2;
    top: -2px;
    content: '';
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease;
    background: linear-gradient(
        rgb(113,149,129),
        rgb(77,113,93)
    );
    width: 102%;
}

#cookie_alert_panel_90 {
    display: none;
}

.consent_edu_52 {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}

.cookies_tracking_92 {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_window_dialog_13 p a {
    color: rgb(113,149,129);
    text-decoration: none;
}

.container-wrap_15 .consent_edu_52 {
    padding: 40px 0;
    justify-content: space-between;
}

.container-wrap_15 .cookie_expand_32 {
    font-size: 20px;
    background: #ffffff;
    padding: 10px;
    border: none;
    margin-left: 30px;
    color: rgb(113,149,129);
}

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

.our_mission_65 {
    padding: 180px 0 140px;
}

.our_mission_65 .container {
    justify-content: center;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
    display: flex;
    margin: 0 auto;
}

.our_mission_65 h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
    z-index: 5;
    position: relative;
    color: #ffffff;
    margin: 0 0 60px;
    font-weight: 700;
}

.our_mission_65 .text_content_box_52 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    max-width: 800px;
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
}

.our_mission_65 .text_content_box_52 {
    padding: 60px 70px;
    transform: perspective(1200px) rotateX(2deg) translateY(-10px);
}

.our_mission_65 span {
    column-gap: 30px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    column-count: 1;
    display: block;
    font-size: 16px;
    text-align: justify;
}

header::before {
    height: 5px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(113,149,129), rgb(77,113,93));
    top: 0;
    left: 0;
    width: 100%;
}

header .top_study_17::after {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    background-color: rgb(148,185,164);
}

header .top_study_17 .nav_guide_48 .nav_master_75 svg {
    width: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
}

header .top_study_17 .top_skill_03 .main_mentor_81:last-child {
    margin-right: 0;
}

header .top_study_17 .top_skill_03 .main_mentor_81 a {
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-decoration: none;
    padding: 8px 0;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
    font-size: 16px;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    display: block;
    font-weight: 400;
}

header .top_study_17 .top_skill_03 .main_mentor_81 a {
    font-size: calc(16px - 1px);
    padding: 5px 0;
}

header .top_study_17 .top_skill_03 .main_mentor_81 a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}

.course_program_35 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: rgb(148,185,164);
}

.course_program_35 .coding_expert_39 {
    width: 100%;
    animation: carousel-zoom 25s ease-in-out infinite;
    height: 100%;
    display: flex;
}

.course_program_35 .knowledge_09 img {
    height: 100%;
    width: 100%;
    filter: brightness(0.9) saturate(1.2);
    transform-origin: center;
    object-fit: cover;
}

.course_program_35 .study_map_71 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 3rem;
    position: relative;
    border-radius: 20px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
}

.course_program_35 .study_map_71 .request_panel_81 {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    font-size: 19px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    padding: 0.9rem 2.5rem;
    background: rgb(113,149,129);
}

.pricing_tray_14::before {
    position: absolute;
    filter: blur(60px);
    top: -50px;
    border-radius: 50%;
    height: 300px;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgb(77,113,93,0.5), rgb(113,149,129,0.5));
    right: -50px;
    width: 300px;
}

.pricing_tray_14 .rate_panel_82 {
    text-align: center;
    position: relative;
    max-width: 800px;
    padding: 0 1rem;
    margin: 0 auto;
}

.pricing_tray_14 .cost_card_28 {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}

.pricing_tray_14 .bundle_price_12 {
    position: relative;
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}

.pricing_tray_14 .payment_scheme_34 {
    z-index: 2;
    padding: 2rem;
    position: relative;
    flex: 1;
}

.pricing_tray_14 .bundle_price_12 h3::before {
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(113,149,129);
    content: "";
    height: 2px;
    left: 0;
    bottom: -5px;
}

.pricing_tray_14 .bundle_price_12 p {
    hyphens: auto;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
    font-size: 14px;
    word-wrap: break-word;
    color: #000000;
    line-height: 1.6;
}

.pricing_tray_14 .bundle_price_12:nth-child(2) .cert_cost_24 {
    border-top: 4px solid rgb(77,113,93);
}

.pricing_tray_14 .bundle_price_12:nth-child(3) .cert_cost_24 {
    border-top: 4px solid #6c5ce7;
}

.privacy_quarters_38 h1 {
    color: rgb(113,149,129);
    font-size: 41px;
    border-bottom: 2px solid rgb(113,149,129);
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}

.privacy_quarters_38 li {
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
}

.privacy_quarters_38 p {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
}

.privacy_quarters_38 a {
    font-weight: 600;
    color: rgb(113,149,129);
    text-decoration: none;
    transition: color 0.3s;
}

.get_support_40::after {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    left: -5%;
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    content: "";
    transform: rotate(15deg);
    bottom: -5%;
    width: 25%;
    background: rgb(113,149,129,0.5);
    animation: float 8s ease-in-out infinite reverse;
    height: 25%;
}

.get_support_40 h3 {
    font-size: 29px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(113,149,129);
}

.get_support_40 .help_question_38:hover h3::after {
    transform: scaleX(1.2);
}

.get_support_40 p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 18px;
}

.get_support_40 .quick_request_79 {
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
    flex-direction: column;
    list-style: none;
    display: flex;
}

.get_support_40 svg {
    flex-shrink: 0;
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}

.get_support_40 .edu_form_50:hover svg {
    transform: scale(1.1);
}

.get_support_40 .edu_form_50:hover svg path {
    fill: rgb(77,113,93);
}

.sign_up_29::before {
    z-index: 1;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(113,149,129,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(77,113,93,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
}

.sign_up_29 .quick_studies_02 {
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.sign_up_29 p::after {
    bottom: 0;
}

.sign_up_29 .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    position: relative;
}

.sign_up_29 .input_holder::before {
    border-radius: 12px;
    transform: skewY(-5deg);
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(77,113,93,0.5), transparent 80%);
    height: 100%;
    position: absolute;
    width: 100%;
    transform-origin: top left;
}

.sign_up_29 .join_container_60::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(113,149,129), rgb(77,113,93));
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0;
}

.sign_up_29 .join_container_60:hover {
    transform: translateY(-2px);
}

.sign_up_29 .join_container_60:hover::before {
    opacity: 1;
}

::-webkit-scrollbar {
    width: 12px;
    padding: 2px;
}

::-webkit-scrollbar-button {
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: rgb(113,149,129,0.5);
    margin: 1px 0;
    border-radius: 18rem;
}

::-webkit-scrollbar-track:active {
    background: rgb(113,149,129,0.5);
}

::-webkit-scrollbar-thumb {
    border: 1px groove rgb(77,113,93);
    transition: all, border-radius, transform 1.2s linear;
    border-radius: 9999px;
    background: rgb(77,113,93);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(148,185,164);
    border-color: rgb(148,185,164);
}

::-webkit-scrollbar-thumb:active {
    transform: scale(0.9);
    background: #ffffff;
    box-shadow: inset 0px -3px 15px 1px rgba(0, 0, 0, 0.7);
}



@media (max-width: 1200px) {.user_testimonials_08 .success_opinions_64 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.user_testimonials_08 .client_views_26 {
    width: 100%;
}.user_testimonials_08 .client_views_26:last-child:nth-child(2n-1) {
    grid-column: 1 / span 2;
    width: 80%;
    margin: 0 auto;
}
}



@media (min-width: 768px) {.thanksBox_60 {
    padding: 7rem 0;
}.thanksBox_60 .quick_studies_02 {
    padding: clamp(3rem, 6vw, 5rem);
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.thanksBox_60 .quick_studies_02 > div:first-child {
    padding-bottom: 0;
    padding-right: 2rem;
}.thanksBox_60 .quick_studies_02 > div:first-child::after {
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    background: linear-gradient(180deg, rgb(113,149,129) 0%, transparent 100%);
    bottom: auto;
    transform: scaleY(0);
    left: auto;
    height: 70%;
    width: 3px;
    right: 0;
    transform-origin: top center;
    top: 15%;
}.thanksBox_60 h5 {
    text-align: left;
}
}



@media (max-width: 992px) {.calc_foot_73 .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.calc_foot_73 {
    padding: 50px 0;
}.calc_foot_73 .top_skill_03 {
    flex: 0 0 100%;
}
}



@media (max-width: 1200px) {.homepage_68 .study_smart_15 {
    padding: 10% 8%;
}.homepage_68 .expert_zone_09 {
    max-width: 650px;
}
}



@media (max-width: 768px) {.homepage_68 .study_smart_15 {
    padding-top: 25vh;
    padding: 15% 5%;
    align-items: flex-start;
}.homepage_68 .expert_zone_09 {
    max-width: 100%;
}.homepage_68 .expert_zone_09::before {
    display: none;
}.homepage_68 h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.homepage_68 h3 {
    max-width: 100%;
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
}.homepage_68 p {
    margin-top: 1.5rem;
    max-width: 100%;
}
}



@media screen and (max-width: 768px) {.join_now_56 {
    padding: 70px 0;
}.join_now_56 h3 {
    font-size: calc(33px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 45px;
}.join_now_56 h3::before {
    width: 90px;
    height: 2px;
    bottom: -15px;
}.join_now_56 h3::after {
    height: 30px;
    top: -35px;
}.join_now_56 .edu_form_50 {
    padding: 14px 40px;
    font-size: calc(17px * 0.9);
    letter-spacing: 2px;
}
}



@media (min-width: 768px) {.our_mission_65 {
    padding: 160px 0 120px;
}.our_mission_65 span {
    column-count: 2;
}.our_mission_65 .text_content_box_52 {
    padding: 50px 60px;
}.our_mission_65 h4 {
    margin-bottom: 80px;
    font-size: calc(19px * 1.2);
}.our_mission_65 h6 {
    font-size: calc(19px * 1.4);
    margin-bottom: 35px;
}.our_mission_65 .text_content_box_52::after {
    height: 60px;
    background: linear-gradient(135deg, rgb(113,149,129,0.5), transparent);
    opacity: 0.2;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    filter: blur(10px);
    content: "";
    width: 60px;
    position: absolute;
}
}



@media (min-width: 768px) and (max-width: 991px) {.course_program_35 .online_learn_95::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(148,185,164) 85%
        );
}.course_program_35 .coding_expert_39 {
    animation-duration: 20s;
}.course_program_35 .quick_studies_02 {
    max-width: 600px;
}.course_program_35 .study_map_71 {
    padding: 2.5rem;
}.course_program_35 .study_map_71 h3 {
    font-size: calc(36px * 0.9);
}.course_program_35 .study_map_71 p {
    max-width: 95%;
}
}



@media (min-width: 1200px) {.pricing_tray_14 .class_deals_38 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_tray_14 .bundle_price_12 {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_tray_14 .bundle_price_12:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_tray_14 .cert_cost_24 {
    min-height: 520px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}.pricing_tray_14 .background_photo_78 {
    height: 200px;
}.pricing_tray_14 .enroll_cost_13 {
    font-size: calc(21px * 1.6);
}.pricing_tray_14 .rate_panel_82 h2 {
    font-size: calc(28px * 1.3);
}}



@media (min-width: 992px) {.get_support_40 {
    padding: 8rem 0;
}.get_support_40 .help_question_38 {
    margin: 0 auto;
    max-width: 900px;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.get_support_40 .help_question_38:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.get_support_40 h3 {
    margin-bottom: 2.5rem;
}.get_support_40 h3::after {
    height: 4px;
}
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

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



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



@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



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



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



@keyframes pulseGlow {
    0% {
        opacity: 0.08;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.08;
        transform: scale(1);
    }
}



@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}



@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

