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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 15px rgb(176,186,208,0.5);
    z-index: 100;
    background: linear-gradient(to right, rgb(220,225,234), #ffffff);
    padding: 1.5rem 0;
    position: relative;
}

.footer_benefit_Yah .container {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
    display: flex;
}

.footer_benefit_Yah .company_holder {
    flex: 1 1 350px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(8px);
    position: relative;
    border-radius: 11px;
}

.footer_benefit_Yah .company_holder:hover h3::after {
    width: 100%;
}

.footer_benefit_Yah .online_tools_VMt {
    color: #ffffff;
    max-width: 100%;
    text-shadow: 0 0 10px #000000;
    font-size: 17px;
    opacity: 0.85;
    line-height: 1.6;
}

.footer_benefit_Yah .header_base_qnM {
    flex: 1 1 calc(50% - 1.25rem);
    padding: 2rem;
    position: relative;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    min-width: 250px;
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 11px;
}

.footer_benefit_Yah .header_base_qnM .nav_start_pWI a {
    text-shadow: 0 0 5px #000000;
    font-size: 17px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    opacity: 0.8;
}

.footer_benefit_Yah .header_base_qnM .nav_start_pWI a:hover::before {
    box-shadow: 0 0 10px rgb(176,186,208);
    opacity: 1;
    width: 5px;
}

.qna_board_zte .study_group_BzM {
    opacity: 0.7;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    text-shadow: 0 0 5px #000000;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.ty_section_OAs:hover::before {
    transform: rotate(55deg) scale(1.1);
}

.ty_section_OAs .skill_lab_Udv {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    display: grid;
    padding: 40px;
    transform: translateY(0);
    gap: 30px;
    border-left: 4px solid rgb(176,186,208);
}

.ty_section_OAs h5 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 10px;
    color: #000000;
    line-height: 1.4;
    position: relative;
}

.ty_section_OAs a::before {
    width: 100%;
    transform: scaleX(0);
    background: rgb(176,186,208);
    position: absolute;
    content: "";
    transform-origin: right;
    left: 0;
    height: 1px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
}

header .main_guide_UaM::after {
    opacity: 0.7;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(176,186,208), transparent);
    bottom: -5px;
    height: 2px;
    left: 0;
}

.stay_updated_UkN {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,225,234) 0%, rgb(176,186,208,0.5) 100%);
    font-family: Arial, sans-serif;
}

.stay_updated_UkN .query_support_AJy {
    background: rgba(0, 0, 0, 0.5);
    margin-left: auto;
    flex-direction: column;
    border-radius: 21px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    box-shadow: 
        -15px 15px 0 rgb(137,148,184,0.5),
        15px -15px 30px rgba(255, 255, 255, 0.1);
    max-width: 600px;
    width: 90%;
    transform: translateX(-5%) skewX(5deg);
    backdrop-filter: blur(10px);
    padding: 3rem 3rem 3.5rem;
}

.stay_updated_UkN .email_panel_uUP {
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    padding: 1.2rem 2.5rem;
    transform: skewX(-5deg);
    align-self: flex-start;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(176,186,208) 0%, rgb(137,148,184) 100%);
    cursor: pointer;
}

.academic_experience_VgA .img_border_box_RrG::before {
    border-radius: 17px;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    mix-blend-mode: multiply;
    inset: 0;
    position: absolute;
}

.academic_experience_VgA .name::after {
    left: 20px;
    bottom: -8px;
    background: rgb(176,186,208);
    position: absolute;
    height: 4px;
    transform-origin: left;
    width: 60px;
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(0.6);
}

.academic_experience_VgA .employee_content_DZb {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    z-index: 2;
    border-left: 4px solid rgb(176,186,208);
    padding: 35px;
    position: relative;
    line-height: 1.7;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    border-radius: 17px;
    font-weight: 300;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    font-size: 17px;
    margin: 30px 0 0;
}

.contact_section_UOq .img_border_box_RrG {
    height: 100%;
    border-top-right-radius: 27px;
    min-height: 500px;
    grid-column: 2;
    grid-row: 1;
    border-bottom-right-radius: 27px;
    transition: transform 0.6s ease;
}

.contact_section_UOq input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact_section_UOq .feedback_map_vdn input[type="checkbox"] {
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    appearance: none;
    border: 2px solid rgb(220,225,234);
    border-radius: 10px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.contact_section_UOq .inquiry_box_Oln {
    margin-top: 10px;
    border: none;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    font-size: 19px;
    letter-spacing: 1px;
    align-self: flex-start;
    text-transform: uppercase;
    position: relative;
    background: rgb(176,186,208);
    transition: all 0.3s ease;
    padding: 15px 35px;
    cursor: pointer;
    color: #ffffff;
}

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

.program_details_mYU .img_border_box_RrG {
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    height: 350px;
}

.program_details_mYU .label_container_BzJ::before {
    height: 60px;
    left: -30px;
    top: 30px;
    transform: rotate(45deg);
    width: 60px;
    z-index: -1;
    background-color: rgb(176,186,208);
    content: "";
    position: absolute;
    opacity: 0.15;
}

.program_details_mYU .label_container_BzJ:hover h3::after {
    transform: scaleX(1.5);
}

.program_details_mYU p.description {
    margin-bottom: 30px;
    display: block;
    scrollbar-width: thin;
    max-height: 250px;
    padding-right: 15px;
    scrollbar-color: rgb(176,186,208,0.5) transparent;
    overflow-y: auto;
}

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

.educational_yield_eRl .label_container_BzJ {
    flex: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    transform: translateZ(0);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.educational_yield_eRl li:hover p {
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.05),
        -8px -8px 20px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.9);
}

.educational_yield_eRl svg path {
    fill: rgb(176,186,208);
    transition: fill 0.3s ease;
}

.educational_yield_eRl .img_border_box_RrG:hover {
    transform: rotate(0deg) translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -12px -12px 25px rgba(255, 255, 255, 0.9);
}

.find_contact_swM .container {
    position: relative;
    z-index: 10;
}

.find_contact_swM .message_info_MoH {
    background-color: #ffffff;
    border-top: 5px solid rgb(176,186,208);
    padding: 3.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    border-radius: 27px;
}

.find_contact_swM .message_info_MoH p {
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 85%;
    font-size: 14px;
    color: #000000;
}

.find_contact_swM .query_form_GLk {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.find_contact_swM .connect_team_cse:hover::before {
    opacity: 1;
}

.find_contact_swM .connect_team_cse svg {
    fill: rgb(176,186,208);
    height: 24px;
    width: 24px;
    transition: fill 0.3s ease;
}

.find_contact_swM .connect_team_cse:hover svg {
    fill: #ffffff;
}

.find_contact_swM .connect_team_cse:hover svg path {
    fill: #ffffff;
}

.privacy_sanctum_vDA h1 {
    text-align: center;
    margin-top: 20px;
    border-bottom: 2px solid rgb(176,186,208);
    color: rgb(176,186,208);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.privacy_sanctum_vDA li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 5px 0;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
}

.edu_packages_QsE {
    position: relative;
}

.tariff_block_RqJ h2::after {
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(137,148,184), rgb(176,186,208));
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
}

.tariff_block_RqJ .payment_option_LPy li {
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
}

.tariff_block_RqJ .training_fees_xap::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(137,148,184,0.5), rgb(176,186,208,0.5));
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tariff_block_RqJ .trial_rates_Dyb {
    z-index: 2;
    position: relative;
}

.tariff_block_RqJ .training_fees_xap:hover .trial_rates_Dyb h4 {
    transform: translateX(5px);
    color: rgb(137,148,184);
}

.tariff_block_RqJ .trial_rates_Dyb p {
    margin-bottom: 25px;
    word-wrap: break-word;
    line-height: 1.7;
    hyphens: auto;
    scrollbar-width: thin;
    max-height: 250px;
    overflow: auto;
    color: rgba(255, 255, 255, 0.8);
    scrollbar-color: rgb(137,148,184) rgba(255, 255, 255, 0.1);
    font-size: 16px;
    overflow-wrap: break-word;
}

.company_overview_nkD::before {
    content: "";
    background: linear-gradient(210deg, rgb(176,186,208) 10%, rgb(137,148,184) 90%);
    pointer-events: none;
    width: 40%;
    right: -5%;
    position: absolute;
    height: 70%;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.07;
    z-index: 1;
}

.company_overview_nkD h1:hover::after {
    transform: scaleX(1.5);
}

.company_overview_nkD .learn_guides_feq {
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border-radius: 2px;
    z-index: 2;
    background: #ffffff;
}

.company_overview_nkD .learn_guides_feq div {
    opacity: 0.9;
    line-height: 1.7;
    font-size: 17px;
    padding-right: 15px;
    max-height: 300px;
    overflow-y: auto;
    color: #000000;
    position: relative;
}

.landing_page_Xbu .skill_lab_Udv {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.landing_page_Xbu .skill_lab_Udv {
    flex-direction: column;
    padding: 0 30px;
}

.landing_page_Xbu .label_container_BzJ h1::after {
    background: rgb(137,148,184);
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
    animation: lineExpand 1s ease 0.8s forwards;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(0);
}

.landing_page_Xbu .label_container_BzJ h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.landing_page_Xbu .inquiry_box_Oln {
    border: none;
    background: linear-gradient(135deg, rgb(137,148,184) 0%, rgba(94,170,168,1) 100%);
    text-decoration: none;
    padding: 14px 30px;
    transform: translateZ(0);
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 20px rgba(94,170,168,0.2);
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}

.client_comments_JZD {
    position: relative;
    background: linear-gradient(135deg, rgb(220,225,234) 0%, #ffffff 100%);
    padding: 7rem 0;
    overflow: hidden;
}

.client_comments_JZD::after {
    right: -10%;
    z-index: 1;
    transform: rotate(15deg) skewX(15deg);
    position: absolute;
    bottom: -5%;
    width: 50%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 80%);
    height: 75%;
    content: "";
    background: linear-gradient(45deg, transparent 30%, rgb(137,148,184,0.5) 100%);
}

.client_comments_JZD .feedback_carousel_Gxr:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px) scale(1.02);
}

.client_comments_JZD .feedback_carousel_Gxr:nth-child(3n+2) {
    transform: translateY(-10px);
}

.client_comments_JZD .feedback_carousel_Gxr div {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}

.client_comments_JZD .feedback_carousel_Gxr h4::after {
    transition: transform 0.3s ease;
    bottom: -0.5rem;
    transform-origin: left;
    background: rgb(137,148,184);
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    width: 30px;
    transform: scaleX(0);
}

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

.check_it_out_now_Ajp::after {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    filter: blur(60px);
    left: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    content: '';
    position: absolute;
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 100%;
}

.check_it_out_now_Ajp .skill_lab_Udv::after {
    opacity: 0.3;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.check_it_out_now_Ajp .connect_team_cse {
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
    font-family: Arial, sans-serif;
    font-size: 19px;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-weight: 600;
    color: rgb(176,186,208);
    overflow: hidden;
    padding: 16px 45px;
    background: #ffffff;
    text-transform: uppercase;
    position: relative;
}



@media (max-width: 1200px) {.footer_benefit_Yah .container {
    gap: 2rem;
}.footer_benefit_Yah .company_holder {
    flex: 1 1 320px;
}.footer_benefit_Yah .template_cta_LVm {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}



@media (max-width: 576px) {.footer_benefit_Yah {
    padding: 2.5rem 0 1rem;
}.footer_benefit_Yah .nav_start_pWI {
    gap: 1rem;
}.footer_benefit_Yah .header_base_qnM {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_benefit_Yah .header_base_qnM .nav_start_pWI a {
    padding: 0.4rem 0.8rem;
}.footer_benefit_Yah .header_base_qnM .nav_start_pWI a:hover {
    padding-left: 1.2rem;
}.qna_board_zte {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.footer_benefit_Yah .company_holder:hover,
    .footer_benefit_Yah .header_base_qnM:hover {
    transform: translateY(-2px);
}}



@media (max-width: 480px) {.ty_section_OAs {
    padding: 40px 0;
}.ty_section_OAs .skill_lab_Udv {
    padding: 25px 20px;
    gap: 20px;
    grid-template-columns: 1fr;
}.ty_section_OAs h5 {
    font-size: calc(22px * 0.85);
}.ty_section_OAs p {
    font-size: calc(14px * 0.95);
}.ty_section_OAs .skill_lab_Udv > div:first-child::after {
    width: 50px;
    bottom: -10px;
}
}



@media (min-width: 768px) {.stay_updated_UkN {
    padding: 6rem 3rem;
}.stay_updated_UkN .query_support_AJy {
    padding: 4rem 4rem 4.5rem;
    width: 70%;
}.stay_updated_UkN .input_holder {
    flex-direction: row;
    align-items: center;
}.stay_updated_UkN input[type="email"] {
    flex: 1;
}.stay_updated_UkN .email_panel_uUP {
    align-self: center;
}
}



@media (max-width: 992px) {.contact_section_UOq .reach_message_WGy {
    grid-template-columns: 1fr;
}.contact_section_UOq .img_border_box_RrG {
    min-height: 300px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    grid-row: 1;
    border-radius: 0;
    grid-column: 1;
}.contact_section_UOq .reach_grid_SyK {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}



@media (min-width: 992px) {.program_details_mYU {
    padding: 150px 0;
}.program_details_mYU .fast_development_Eyq {
    gap: 80px;
}.program_details_mYU .img_border_box_RrG {
    height: 500px;
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
}.program_details_mYU .label_container_BzJ {
    padding: 40px 50px 40px 40px;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}.program_details_mYU p.description {
    max-height: 300px;
}
}



@media (min-width: 768px) {.educational_yield_eRl .label_container_BzJ > div {
    display: flex;
    gap: 30px;
    flex-direction: row;
}.educational_yield_eRl .label_container_BzJ > div > ul {
    flex: 1;
}
}



@media (min-width: 1200px) {.educational_yield_eRl .skill_lab_Udv {
    gap: 80px;
}.educational_yield_eRl .label_container_BzJ {
    padding: 60px;
}.educational_yield_eRl h4 {
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
}.educational_yield_eRl li p {
    padding: 18px 25px;
}
}



@media (max-width: 991px) {.find_contact_swM {
    padding: 4rem 0;
}.find_contact_swM .message_info_MoH {
    padding: 2.5rem;
}.find_contact_swM .message_info_MoH h2 {
    font-size: calc(37px * 0.9);
}.find_contact_swM .message_info_MoH p {
    max-width: 100%;
}
}



@media (max-width: 1200px) {.tariff_block_RqJ {
    padding: 100px 0;
}.tariff_block_RqJ .payment_option_LPy {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.tariff_block_RqJ .pricing_offers_Hmg {
    min-height: 450px;
    padding: 30px 25px;
}.tariff_block_RqJ .tuition_plans_XjB {
    font-size: calc(18px + 4px);
}
}



@media (min-width: 992px) {.company_overview_nkD {
    padding: 150px 0;
}.company_overview_nkD::before {
    height: 60%;
    width: 35%;
}.company_overview_nkD::after {
    height: 50%;
    width: 25%;
}.company_overview_nkD h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 80px;
}.company_overview_nkD h1::after {
    width: 100px;
    height: 5px;
}.company_overview_nkD .learn_guides_feq {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 50px;
}.company_overview_nkD .learn_guides_feq::before {
    width: 5px;
}.company_overview_nkD .learn_guides_feq h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 1.1);
}.company_overview_nkD .learn_guides_feq div {
    font-size: calc(17px * 1.05);
    max-height: 400px;
    line-height: 1.8;
}
}



@media (max-width: 768px) {.client_comments_JZD {
    padding: 4rem 0;
}.client_comments_JZD::before,
    .client_comments_JZD::after {
    width: 70%;
    height: 40%;
}.client_comments_JZD h2 {
    font-size: calc(37px * 0.8);
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}.client_comments_JZD h2::after {
    width: 50%;
    left: 25%;
}.client_comments_JZD .testimonials_hub_yxf {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_comments_JZD .feedback_carousel_Gxr,
    .client_comments_JZD .feedback_carousel_Gxr:nth-child(odd),
    .client_comments_JZD .feedback_carousel_Gxr:nth-child(even) {
    transform: translateY(0);
}.client_comments_JZD .feedback_carousel_Gxr:hover,
    .client_comments_JZD .feedback_carousel_Gxr:nth-child(odd):hover,
    .client_comments_JZD .feedback_carousel_Gxr:nth-child(even):hover {
    transform: translateY(-8px) scale(1.01);
}.client_comments_JZD a {
    margin: 2rem auto 0;
    transform: translateX(0);
    display: block;
    width: 80%;
    text-align: center;
}.client_comments_JZD a:hover {
    transform: translateY(-5px);
}
}



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



@keyframes slideInPhoto {
  0% {
    transform: translateX(50px) rotate(2deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0);
    opacity: 1;
  }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}

