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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(187,193,223));
    width: 100%;
    padding: 0;
    position: relative;
}

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

.course_program_details_x .img_circular_r::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgb(152,164,184,0.5) 100%);
    left: 0;
}

.course_program_details_x .text_text_K::before {
    transition: height 0.6s ease-out;
    height: 0;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(152,164,184), rgb(117,126,142));
}

.course_program_details_x span.description {
    display: none;
}

header::after {
    z-index: 1;
    content: '';
    background: linear-gradient(to bottom, rgb(152,164,184), rgb(117,126,142));
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 5px;
}

header .nav_pagebar_t {
    display: flex;
    position: relative;
    padding: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    align-items: center;
}

header .main_bar_L::before {
    content: '';
    opacity: 0;
    background: linear-gradient(45deg, rgb(152,164,184,0.5), rgb(117,126,142,0.5));
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
}

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

.prospective_students_M h4::after {
    left: 50%;
    position: absolute;
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 2px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(152,164,184), rgb(117,126,142));
}

.prospective_students_M div p svg {
    height: 40px;
    min-width: 40px;
    padding: 8px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    width: 40px;
    border-radius: 50%;
    background: rgb(187,193,223);
    margin-right: 20px;
    transition: all 0.3s ease;
}

.homepage_A {
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    perspective: 1000px;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(187,193,223) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.homepage_A h1::after {
    position: absolute;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(117,126,142), transparent);
    content: "";
    width: 80px;
}

.homepage_A .text_text_K li {
    position: relative;
}

.homepage_A .text_text_K li:first-child {
    transform: translateX(-10px) rotate(-1deg);
    transition: transform 0.5s ease-out;
}

.homepage_A .learn_first_b svg {
    height: 80px;
    margin-bottom: 10px;
    float: left;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: rotate(-3deg);
    width: 80px;
    margin-right: 20px;
}

.homepage_A .learn_first_b:hover svg path {
    fill: rgb(152,164,184);
}

.homepage_A .request_card_S {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(45deg, rgb(117,126,142) 0%, rgb(152,164,184) 100%);
    transform: perspective(1000px) rotateX(0deg) translateZ(0);
    text-decoration: none;
    padding: 1rem 2rem;
    position: relative;
    margin-top: 1rem;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    font-size: 16px;
    display: inline-block;
    transform-origin: center;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
}

.secure_shell_i h1 {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.secure_shell_i li {
    font-size: 15px;
    color: #ffffff;
    padding: 10px 0;
    margin-left: 10px;
    border-bottom: 1px dashed #ffffff;
}

.sign_up_l::after {
    right: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1));
    width: 40%;
    content: '';
    transform: skewX(-15deg) translateX(10%);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}

.sign_up_l h4 {
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: calc(22px * 1.05);
    margin: 0 0 1rem;
    padding-left: 0;
    transition: padding-left 0.4s ease;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.sign_up_l .input_holder span {
    position: relative;
    display: block;
    overflow: hidden;
}

.sign_up_l input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.05);
    width: 100%;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.2rem 1.5rem;
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.sign_up_l .newsletter_wrap_y:hover::before {
    left: 100%;
}

.mentorship_experience_d {
    min-height: 450px;
    padding: 80px 40px;
    background: rgb(187,193,223);
    overflow: hidden;
    position: relative;
}

.mentorship_experience_d .img_circular_r {
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 140px;
    border-radius: 50%;
    margin-left: 60px;
    border: 4px solid #ffffff;
    overflow: hidden;
    height: 140px;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.mentorship_experience_d .name {
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    transform: translateX(0);
    font-size: 29px;
    transition: all 0.4s ease;
    margin-bottom: 5px;
}

.mentorship_experience_d .past_jobs_P {
    line-height: 1.8;
    padding: 20px 0;
    transition: all 0.4s ease 0.2s;
    transform: translateY(0);
    color: #000000;
    position: relative;
    font-size: 13px;
    opacity: 0.9;
}

.data_exploration_G {
    padding: 100px 0;
    position: relative;
    background: rgb(187,193,223);
    overflow: hidden;
}

.data_exploration_G .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.data_exploration_G ul {
    display: flex;
    margin: 0;
    list-style: none;
    gap: 0;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
}

.data_exploration_G .career_statistics_s:hover {
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: scale(1.05);
}

.data_exploration_G .career_statistics_s:hover p {
    transform: translateY(-10px);
}

.data_exploration_G .career_statistics_s span {
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 22px;
}

.data_exploration_G::after {
    background: radial-gradient(circle, rgb(117,126,142,0.5) 0%, transparent 70%);
    animation: pulse 10s infinite alternate;
    opacity: 0.2;
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    content: '';
    height: 300px;
}

.data_exploration_G .career_statistics_s:nth-child(3n)::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

footer .teach_supp_5 {
    padding: 120px 0 30px;
    position: relative;
    background: linear-gradient(135deg, rgb(152,164,184), rgb(117,126,142));
    color: #ffffff;
    font-family: Arial, sans-serif;
}

footer .help_desk_e {
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

footer .info_item svg {
    fill: #ffffff;
    margin-right: 15px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

footer .head_pagewrap_o {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    flex: 1 1 100%;
}

footer .header_train_0::before,footer .subscribe_holder::before {
    content: "";
    position: absolute;
    background: #ffffff;
    animation: waveAnimation 20s linear infinite;
    left: -100%;
    top: 0;
    height: 100%;
    width: 300%;
    z-index: -1;
    opacity: 0.1;
}

footer .main_page_Q a::before {
    height: 2px;
    transition: left 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .newsletter_wrap_y::after {
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

footer .cloud_lab_M::after {
    right: 0;
}

.edu_consent_3 {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 20px;
}

.cookieNotificationAlert_j h5 {
    text-align: center;
    color: rgb(152,164,184);
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}

.consent_track_3:hover {
    background: rgb(117,126,142);
}

.cookieNotificationAlert_j p a {
    text-decoration: none;
    color: rgb(152,164,184);
    transition: color 0.3s ease-in-out;
}

.pricing_zone_J::before {
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(152,164,184,0.5) 30%, transparent 70%);
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
}

.pricing_zone_J .pay_options_m {
    max-width: 90%;
    color: #000000;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.6;
}

.pricing_zone_J .basic_cost_0:nth-child(1) {
    animation-delay: 0.1s;
}

.pricing_zone_J .basic_cost_0:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing_zone_J .basic_cost_0::before {
    transform-origin: left;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(152,164,184), rgb(117,126,142));
}

.pricing_zone_J .group_rates_a::after {
    background-color: rgb(117,126,142);
    transition: width 0.3s ease;
    bottom: -8px;
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: 0;
}

.pricing_zone_J .basic_cost_0:hover .img_circular_r {
    transform: scale(1.05);
}

.pricing_zone_J .basic_cost_0:hover .img_circular_r::after {
    opacity: 0.4;
}

.course_benefits_w::after {
    bottom: -120px;
    border-radius: 50%;
    right: -120px;
    z-index: 0;
    height: 300px;
    content: "";
    filter: blur(40px);
    position: absolute;
    background: linear-gradient(135deg, rgb(152,164,184,0.5) 0%, transparent 70%);
    width: 300px;
}

.course_benefits_w .virtual_study_u {
    padding: 3rem;
    display: grid;
    background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 20px;
    gap: 3rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -8px -8px 20px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.course_benefits_w li:nth-child(odd) {
    border-left: 3px solid rgb(152,164,184);
}

.course_benefits_w li:nth-child(even) {
    border-left: 3px solid rgb(117,126,142);
}

.course_benefits_w li svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,164,184);
}

.course_benefits_w li:nth-child(even):hover svg path {
    fill: rgb(152,164,184);
}

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

.about_this_L h1 {
    font-size: 39px;
    margin-bottom: 50px;
    transform: translateY(0);
    display: inline-block;
    opacity: 1;
    position: relative;
    color: #ffffff;
    transition: all 0.5s ease-out;
    font-weight: 700;
}

.about_this_L h4:hover {
    transform: translateX(5px);
}

.about_this_L h4:hover::before {
    width: 100%;
}

.about_this_L span {
    transform: translateY(0);
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.4s ease;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
    border-left: 3px solid rgb(152,164,184);
    position: relative;
    font-size: 12px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    line-height: 1.7;
    padding: 30px;
}

.launch_now_g h6 {
    transform: perspective(1000px) translateZ(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 0;
    max-width: 85%;
    letter-spacing: 0.02em;
    color: #ffffff;
    line-height: 1.4;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    text-align: center;
    font-weight: 600;
}

.launch_now_g .request_card_S:hover {
    color: rgb(117,126,142);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) scale(1.03);
    background-color: #ffffff;
}

.launch_now_g .request_card_S:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.appBlock_5 .container {
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.appBlock_5 .virtual_study_u::before {
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(152,164,184,0.5) 100%);
    pointer-events: none;
    position: absolute;
    transform: translateZ(-10px);
    transition: opacity 0.5s ease;
    top: 0;
}

.appBlock_5 .virtual_study_u:hover > div:first-child::after {
    transform: scaleX(1);
}

.appBlock_5 h5::first-letter {
    color: rgb(152,164,184);
    font-size: 1.2em;
}

.appBlock_5 a {
    padding: 0.5rem 0;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    color: inherit;
}

.user_comments_M {
    background: linear-gradient(135deg, rgb(187,193,223) 0%, rgb(152,164,184,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}

.user_comments_M h2 {
    margin-bottom: 60px;
    color: #000000;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    transform: translateX(5%);
    position: relative;
    max-width: 80%;
}

.user_comments_M .user_reviews_t {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: flex;
    position: relative;
    padding: 30px 25px;
    animation-delay: calc(0.15s * var(--i, 0));
    border-radius: 2px;
    transform: translateY(30px);
    flex-direction: column;
    background: #ffffff;
    animation: fadeUpIn 0.6s forwards;
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    opacity: 0;
    overflow: hidden;
}

.user_comments_M .user_reviews_t h4::after {
    content: "";
    background-color: rgb(117,126,142);
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 30px;
    bottom: -5px;
    height: 2px;
}

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

.contact_panel_2 .support_map_P {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    display: grid;
}

.contact_panel_2 .request_help_x div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    align-items: center;
    background: rgb(187,193,223);
    margin-bottom: 30px;
    border-radius: 10px;
    flex: 0 0 calc(50% - 20px);
    display: flex;
}

.contact_panel_2 .connect_request_w {
    background: rgb(152,164,184);
    position: relative;
    border-radius: 19px 19px 0 0;
    grid-row: 1;
    padding: 0;
    overflow: hidden;
}

.contact_panel_2 form h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    content: '';
    background: #ffffff;
    left: 50%;
    height: 3px;
    width: 80px;
}

.contact_panel_2 .feedback_widget_Y {
    display: flex;
    margin: 25px 0 30px;
    align-items: flex-start;
}

.contact_panel_2 .feedback_widget_Y input[type="checkbox"]:checked {
    border-color: #ffffff;
    background-color: #ffffff;
}

.contact_panel_2 .feedback_widget_Y a {
    color: #ffffff;
    font-weight: 600;
    transition: opacity 0.3s ease;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    text-decoration: none;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.course_program_details_x .skill_explorer_f {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.course_program_details_x .img_circular_r {
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 450px;
    flex: 1;
}.course_program_details_x .text_text_K {
    flex: 1.2;
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
}.course_program_details_x .skill_explorer_f:hover .img_circular_r {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.course_program_details_x .skill_explorer_f:hover .text_text_K {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 479px) {.prospective_students_M {
    padding: 40px 0;
}.prospective_students_M .virtual_study_u {
    padding: 25px 15px;
}.prospective_students_M h4 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.prospective_students_M div {
    gap: 15px;
}.prospective_students_M div p {
    font-size: calc(15px - 1px);
    padding: 15px;
}.prospective_students_M div p svg {
    min-width: 26px;
    width: 26px;
    margin-right: 12px;
    padding: 5px;
    height: 26px;
}}



@media only screen and (max-width: 800px) {.secure_shell_i {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}.secure_shell_i h1 {
    font-size: calc(22px - 10px);
}.secure_shell_i h2 {
    font-size: calc(22px - 5px);
}.secure_shell_i ul, .secure_shell_i ol {
    border-left: 1px solid #ffffff;
}.secure_shell_i li {
    font-size: calc(15px - 2px);
}}



@media (max-width: 767px) {.sign_up_l {
    padding: 3rem 0;
}.sign_up_l .virtual_study_u {
    padding: 2rem;
}.sign_up_l h4 {
    text-align: center;
    font-size: 22px;
}.sign_up_l .input_holder {
    gap: 0.8rem;
}.sign_up_l input[type="email"],
    .sign_up_l .newsletter_wrap_y {
    padding: 1rem;
}
}



@media (max-width: 1200px) {.data_exploration_G ul {
    flex-wrap: wrap;
}.data_exploration_G .career_statistics_s {
    flex-basis: 50%;
    min-width: 50%;
}.data_exploration_G .career_statistics_s p {
    font-size: 50px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.data_exploration_G .career_statistics_s {
    padding: 30px 20px;
}.data_exploration_G .career_statistics_s p {
    font-size: 45px;
}
}



@media (min-width: 768px) {footer .head_pagewrap_o {
    flex: 1 1 100%;
}footer .header_train_0, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .newsletter_wrap_y {
    white-space: nowrap;
}
}



@media (min-width: 768px) {.pricing_zone_J {
    padding: 7rem 2rem;
}.pricing_zone_J .edu_deals_1 {
    flex-direction: row;
    align-items: flex-start;
}.pricing_zone_J .trial_offers_P {
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    margin: 0;
    flex-direction: column;
    text-align: left;
    order: 0;
    padding-right: 2rem;
}.pricing_zone_J .trial_offers_P h2 {
    text-align: left;
}.pricing_zone_J .trial_offers_P h2::after {
    transform: none;
    left: 0;
}.pricing_zone_J .pay_options_m {
    margin: 0;
    max-width: 100%;
}.pricing_zone_J .cost_levels_a {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}



@media (max-width: 480px) {.course_benefits_w {
    padding: 4rem 0;
}.course_benefits_w h5 {
    margin-bottom: 2rem;
    font-size: calc(21px * 0.85);
}.course_benefits_w .virtual_study_u {
    gap: 1.5rem;
    padding: 1.5rem;
}.course_benefits_w ul {
    gap: 1rem;
}.course_benefits_w li {
    padding: 0.8rem;
}.course_benefits_w li p {
    font-size: calc(13px * 0.9);
    padding-left: 2rem;
}.course_benefits_w li svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 768px) {.launch_now_g {
    padding: 3rem 1.5rem;
}.launch_now_g h6 {
    max-width: 100%;
    font-size: clamp(1rem, 4vw, 1.5rem);
}.launch_now_g .request_card_S {
    min-width: 180px;
    padding: 0.875rem 1.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.launch_now_g::after,
    .launch_now_g .request_card_S::before {
    transition: none;
    animation: none;
}.launch_now_g .request_card_S,
    .launch_now_g .request_card_S span,
    .launch_now_g div span {
    transition-duration: 0.1s;
}}



@media (max-width: 1200px) {.user_comments_M {
    padding: 100px 0 60px;
}.user_comments_M h2 {
    font-size: calc(30px - 4px);
    margin-bottom: 50px;
    max-width: 90%;
}.user_comments_M .feedback_grid_Q {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.user_comments_M {
    padding: 60px 15px 40px;
}.user_comments_M h2 {
    font-size: calc(30px - 8px);
    margin-bottom: 40px;
}.user_comments_M .feedback_grid_Q {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.user_comments_M a {
    display: block;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
}



@media (min-width: 992px) {.contact_panel_2 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.contact_panel_2 form h3 {
    grid-column: span 2;
}.contact_panel_2 .feedback_widget_Y {
    grid-column: span 2;
}.contact_panel_2 .request_card_S {
    grid-column: span 2;
}
}



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



@keyframes titleEntrance {
    0% { 
        opacity: 0;
        transform: translateY(-50px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(152,164,184,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(152,164,184);
    }
}

@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(30px) scale(1.1);
    }
}



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

