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

.grid-container_w {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

.course_program_details_x::after {
    bottom: -50px;
    width: 300px;
    content: "";
    border: 4px solid rgb(117,126,142,0.5);
    transform: rotate(-15deg);
    height: 300px;
    right: -50px;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.course_program_details_x .img_circular_r::after {
    content: "";
    z-index: -1;
    width: 80px;
    height: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    animation: float 6s ease-in-out infinite;
    right: -20px;
    top: 20px;
    background: rgb(117,126,142);
    transform: rotate(15deg);
}

.course_program_details_x h3::after {
    background: rgb(152,164,184);
    transition: width 0.4s ease-out;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 80px;
    content: "";
}

.course_program_details_x .skill_explorer_f:hover .img_circular_r {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
    transform: translateX(0) scale(1.02);
}

header .main_top_k {
    justify-content: space-between;
    padding: 0.9rem 3%;
    display: flex;
    align-items: center;
    margin-left: 5px;
}

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

header .main_bar_L {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    padding: 0.4rem 0.7rem;
    position: relative;
    font-size: 14px;
}

.prospective_students_M .virtual_study_u {
    padding: 50px;
    position: relative;
    background: rgb(187,193,223);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 25px;
}

.prospective_students_M div p {
    margin: 0;
    align-items: center;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    padding: 25px;
    overflow: hidden;
    border-radius: 25px;
    color: #000000;
    background: rgb(187,193,223);
    transition: all 0.3s ease;
    font-size: 15px;
    display: flex;
    min-width: 250px;
    flex: 1 1 calc(33.333% - 20px);
    line-height: 1.6;
    position: relative;
}

.homepage_A h1 {
    font-family: Arial, sans-serif;
    animation: titleEntrance 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    color: rgb(152,164,184);
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.05em;
    margin: 3rem 1rem 2rem;
    position: relative;
    transform: translateZ(30px);
    text-align: center;
}

.homepage_A .text_text_K ol {
    flex-direction: column;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 2.5rem;
    display: flex;
}

.homepage_A .learn_first_b {
    padding: 2rem;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 4px solid rgb(117,126,142);
    border-radius: 0 10px 10px 0;
    background: rgba(255, 255, 255, 0.9);
}

.homepage_A .learn_first_b p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    z-index: 1;
    font-size: calc(17px * 1.1);
    position: relative;
}

.homepage_A .request_card_S:hover::before {
    left: 100%;
}

.homepage_A .img_circular_r::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(152,164,184,0.5) 0%, transparent 50%);
    top: 0;
    right: 0;
    z-index: 1;
}

.homepage_A .img_circular_r:hover {
    box-shadow: 30px 30px 60px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateY(0deg);
}

.secure_shell_i h2 {
    border-bottom: 1px solid #ffffff;
    font-size: 32px;
    color: #ffffff;
    padding-bottom: 8px;
    font-weight: 600;
}

.secure_shell_i ul, .secure_shell_i ol {
    border-left: 2px solid #ffffff;
    margin: 20px 0;
    list-style: none;
    padding: 0;
}

.sign_up_l {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,164,184,0.5) 0%, rgb(117,126,142) 100%);
    position: relative;
}

.sign_up_l .virtual_study_u {
    grid-template-columns: 1fr;
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 4px solid rgb(117,126,142);
    transform: perspective(1000px) rotateY(-1deg);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1);
    gap: 2.5rem;
    display: grid;
}

.sign_up_l .input_holder span::after {
    height: 2px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(117,126,142), rgb(152,164,184));
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    content: '';
    bottom: 0;
    width: 100%;
}

.sign_up_l .newsletter_wrap_y:hover {
    transform: translateY(-2px);
    background: linear-gradient(45deg, rgb(117,126,142), rgb(152,164,184));
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.15),
        0 0 0 2px rgba(255, 255, 255, 0.1);
}

.mentorship_experience_d::before {
    left: 0;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(152,164,184,0.5) 30px,
        rgb(152,164,184,0.5) 32px
    );
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.05;
}

.mentorship_experience_d .career_timeline_p::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(152,164,184), rgb(117,126,142));
    position: absolute;
    transition: height 0.5s ease;
    content: "";
    top: 0;
    left: 0;
    width: 4px;
}

.mentorship_experience_d .user_reviews_t:hover .career_timeline_p > div:nth-child(2) {
    transform: translateX(15px);
}

.mentorship_experience_d .past_jobs_P::before,
.mentorship_experience_d .past_jobs_P::after {
    content: "";
    background: rgb(117,126,142,0.5);
    transition: all 0.4s ease;
    width: 35px;
    position: absolute;
    height: 1px;
}

.mentorship_experience_d .past_jobs_P::before {
    top: 0;
    left: 0;
}

.data_exploration_G h2::after {
    background: linear-gradient(90deg, rgb(152,164,184), transparent);
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    content: '';
}

.data_exploration_G .career_statistics_s::before {
    opacity: 0;
    top: 20px;
    position: absolute;
    background: rgb(152,164,184);
    transition: all 0.3s ease;
    height: 10px;
    content: '';
    width: 10px;
    left: 20px;
    border-radius: 50%;
}

.data_exploration_G .career_statistics_s:hover span {
    color: #000000;
    font-weight: 600;
}

.data_exploration_G .career_statistics_s:nth-child(3n) p {
    color: #000000;
}

.data_exploration_G svg {
    position: absolute;
    top: 20px;
    height: 50px;
    width: 50px;
    right: 20px;
    transition: all 0.4s ease;
    fill: rgba(0, 0, 0, 0.5);
    opacity: 0.05;
}

.data_exploration_G .career_statistics_s:hover::after {
    opacity: 0.1;
}

.data_exploration_G .career_statistics_s:nth-child(2n)::after {
    border-color: transparent transparent rgb(117,126,142,0.5) transparent;
}

.data_exploration_G .career_statistics_s:hover p::after {
    width: 60px;
}

footer .teach_supp_5::before {
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    transform: rotateX(180deg);
    content: "";
    opacity: 0.25;
    position: absolute;
    width: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
}



footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background-color: rgb(117,126,142,0.5);
}

footer .info_item p,
footer .info_item a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .sponsor_logo_j {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

footer .header_train_0 h5::after, footer .subscribe_holder h5::after {
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    position: absolute;
    content: "";
}

footer .main_page_Q a:hover::before {
    left: 0;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 14px;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    background-color: rgb(152,164,184,0.5);
    outline: none;
}

footer .newsletter_wrap_y:hover {
    background-color: rgb(187,193,223);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

footer .cloud_lab_M {
    padding: 0 30px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 15px;
}

.gdpr_banner_w {
    margin-bottom: 20px;
}

.gdpr_banner_w svg, .gdpr_banner_w svg path, .gdpr_banner_w img {
    height: 60px;
    width: 60px;
    fill: rgb(152,164,184);
}

.consent_track_3 {
    margin: 5px;
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(152,164,184);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.pricing_zone_J .edu_deals_1 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.pricing_zone_J .trial_offers_P h2::after {
    bottom: -10px;
    height: 3px;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(152,164,184), rgb(117,126,142));
    width: 80px;
}

.pricing_zone_J .basic_cost_0:nth-child(4) {
    animation-delay: 0.4s;
}

.pricing_zone_J .basic_cost_0:hover::before {
    transform: scaleX(1);
}

.pricing_zone_J .cost_options_e {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.pricing_zone_J .learning_pricing_L h3 {
    transition: color 0.3s ease;
    font-size: 20px;
    color: #000000;
    margin: 0 0 1rem;
    position: relative;
    font-weight: 700;
}

.pricing_zone_J .basic_cost_0:hover .group_rates_a::after {
    width: 80px;
}

.pricing_zone_J .img_circular_r {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 200px;
}

.course_benefits_w {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(145deg, #ecf0f3 0%, #e2e6ea 100%);
}

.course_benefits_w h5::after {
    border-radius: 2px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(152,164,184) 0%, rgb(117,126,142) 100%);
    bottom: -15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.course_benefits_w .img_circular_r:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12),
                -10px -10px 20px rgba(255, 255, 255, 0.9);
    transform: translateZ(30px) scale(1.02);
}

.course_benefits_w .text_text_K {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.course_benefits_w li:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08),
                -8px -8px 16px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.course_benefits_w li svg {
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.about_this_L::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
}

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

.about_this_L h4::before {
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    bottom: -5px;
    content: "";
    left: 0;
    height: 2px;
    background: rgb(117,126,142);
}

.about_this_L span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.launch_now_g::before {
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
}

.launch_now_g div div {
    display: flex;
    perspective: 1000px;
    justify-content: center;
}

.launch_now_g .request_card_S::before {
    content: "";
    transform: translateX(-100%) skewX(-15deg);
    transition: transform 0.7s ease;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
    );
    left: 0;
    height: 100%;
}

.appBlock_5::before {
    left: 0;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
}

.appBlock_5 .virtual_study_u > div:first-child {
    transform: translateZ(20px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.appBlock_5 h5 {
    color: #000000;
    letter-spacing: 0.02em;
    position: relative;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4;
    margin: 0;
    transform: translateZ(5px);
}

.appBlock_5 .virtual_study_u:hover a::before {
    left: 100%;
}

.appBlock_5 a:hover p {
    color: rgb(152,164,184);
    opacity: 1;
}

.user_comments_M::before {
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        30deg,
        rgb(117,126,142,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(117,126,142,0.5) 12px
    );
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    pointer-events: none;
}

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

.user_comments_M .user_reviews_t::after {
    content: "";
    background: linear-gradient(90deg, rgb(152,164,184) 0%, rgb(117,126,142) 100%);
    transition: transform 0.4s ease-out;
    width: 100%;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    height: 4px;
    bottom: 0;
    position: absolute;
}

.user_comments_M .user_reviews_t h4 {
    color: #000000;
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 21px;
}

.user_comments_M a {
    position: relative;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 19px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(45deg, rgb(152,164,184) 0%, rgb(117,126,142) 100%);
    z-index: 2;
    margin-top: 50px;
}

.contact_panel_2 .request_help_x h3::after {
    position: absolute;
    width: 80px;
    left: 50%;
    content: '';
    height: 3px;
    background: rgb(152,164,184);
    transform: translateX(-50%);
    bottom: -15px;
}

.contact_panel_2 .request_help_x svg path {
    fill: rgb(152,164,184);
}

.contact_panel_2 .request_help_x a:hover {
    color: rgb(117,126,142);
}

.contact_panel_2 .connect_request_w::after {
    background: rgb(117,126,142);
    bottom: -80px;
    content: '';
    left: -80px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    height: 200px;
}

.contact_panel_2 form input[type="text"]:focus,
.contact_panel_2 form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}

.contact_panel_2 .feedback_widget_Y input[type="checkbox"]:checked::before {
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 4px;
    height: 10px;
    border: solid rgb(152,164,184);
    content: '';
    left: 7px;
    transform: rotate(45deg);
}

.contact_panel_2 .request_card_S:hover {
    background: rgb(187,193,223);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



@media (max-width: 767px) {.course_program_details_x {
    padding: 80px 0;
}.course_program_details_x h3 {
    font-size: calc(35px * 0.85);
}.course_program_details_x p.description {
    font-size: calc(18px * 0.95);
}.course_program_details_x .text_text_K {
    padding: 25px 20px;
}
}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .main_top_k {
    margin-left: 3px;
    align-items: flex-start;
    padding: 0.8rem 2%;
    gap: 0.7rem;
    flex-direction: column;
}header .nav_pagebar_t {
    padding: 0.4rem;
}header .nav_pagebar_t svg {
    width: 120px;
}header .header_train_0 {
    justify-content: flex-start;
    padding: 0.4rem;
    width: 98%;
    overflow-x: auto;
}header .header_train_0::-webkit-scrollbar {
    height: 2px;
}header .header_train_0::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(152,164,184);
}header .main_bar_L {
    font-size: calc(14px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}



@media (min-width: 768px) {.homepage_A h1 {
    margin: 4rem 2rem 3rem;
    font-size: calc(28px * 1.2);
}.homepage_A .virtual_study_u {
    gap: 3rem;
    align-items: center;
    padding: 0 3rem;
    flex-direction: row;
}.homepage_A .text_text_K {
    flex: 1;
    padding: 2rem 0;
}.homepage_A .img_circular_r {
    height: 500px;
    flex: 1;
}.homepage_A .learn_first_b {
    padding: 2.5rem;
}.homepage_A .learn_first_b svg {
    height: 100px;
    width: 100px;
}
}



@media (min-width: 992px) {.sign_up_l .virtual_study_u {
    padding: 4rem 5rem;
    gap: 4rem;
}.sign_up_l h4 {
    font-size: calc(22px * 1.15);
}.sign_up_l .virtual_study_u::before {
    border-radius: 50%;
    width: 120px;
    content: '';
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -60px;
    z-index: -1;
    right: -60px;
}.sign_up_l .virtual_study_u::after {
    width: 80px;
    z-index: -1;
    content: '';
    position: absolute;
    left: -40px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    bottom: -40px;
}
}



@media (max-width: 767px) {.data_exploration_G {
    padding: 60px 0;
}.data_exploration_G h2 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 4px solid rgb(152,164,184);
    text-align: center;
    border-left: none;
    display: block;
}.data_exploration_G h2::after {
    display: none;
}.data_exploration_G ul {
    display: block;
}.data_exploration_G .career_statistics_s {
    flex-basis: 100%;
    align-items: center;
    padding: 30px 20px;
    text-align: center;
    border-right: none;
    min-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.data_exploration_G .career_statistics_s::before {
    transform: translateX(-50%);
    left: 50%;
}.data_exploration_G .career_statistics_s p {
    font-size: 40px;
}.data_exploration_G svg {
    top: auto;
    transform: translateX(50%);
    bottom: 15px;
    height: 30px;
    width: 30px;
    right: 50%;
}.data_exploration_G .career_statistics_s:hover svg {
    transform: translateX(50%) translateY(-5px);
}}



@media (min-width: 768px) {.course_benefits_w {
    padding: 8rem 0;
}.course_benefits_w h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 4rem;
}.course_benefits_w .virtual_study_u {
    padding: 4rem;
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.course_benefits_w ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.course_benefits_w li {
    padding: 1.2rem 1.8rem;
}
}



@media (max-width: 992px) {.about_this_L {
    padding: 90px 0;
}.about_this_L h1 {
    font-size: calc(39px - 6px);
    margin-bottom: 40px;
}.about_this_L h4 {
    font-size: calc(29px - 4px);
}.about_this_L span {
    font-size: calc(12px - 1px);
    padding: 25px;
}
}



@media (max-width: 480px) {.launch_now_g {
    padding: 2.5rem 1rem;
}.launch_now_g .container {
    gap: 1.5rem;
}.launch_now_g h6 {
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
    line-height: 1.5;
}.launch_now_g .request_card_S {
    min-width: 160px;
    padding: 0.75rem 1.25rem;
}.launch_now_g::after {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 767px) {.appBlock_5 {
    padding: 3rem 1rem;
}.appBlock_5 .virtual_study_u {
    padding: 2rem 1.5rem;
}.appBlock_5 h5 {
    font-size: calc(21px * 0.9);
}.appBlock_5 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@media (max-width: 992px) {.user_comments_M {
    padding: 80px 20px 50px;
}.user_comments_M h2 {
    max-width: 100%;
    transform: translateX(0);
    text-align: center;
}.user_comments_M h2::after {
    left: 50%;
    transform: translateX(-50%);
}.user_comments_M .feedback_grid_Q {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_comments_M .user_reviews_t {
    padding: 25px 20px;
}
}



@media (max-width: 480px) {.user_comments_M {
    padding: 50px 10px 30px;
}.user_comments_M h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 12px);
}.user_comments_M .user_reviews_t {
    padding: 20px 15px;
}.user_comments_M .user_reviews_t div {
    margin-bottom: 15px;
}.user_comments_M .user_reviews_t img {
    height: 50px;
    width: 50px;
}.user_comments_M a {
    padding: 12px 25px;
    font-size: calc(19px - 2px);
}}



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



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



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



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



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 120px;
    }
}

