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

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

.inner-container_tru {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.footer_benefit_Yah::before {
    background: linear-gradient(90deg, transparent, rgb(176,186,208), rgb(137,148,184), transparent);
    box-shadow: 0 0 20px rgb(176,186,208,0.5);
    opacity: 0.8;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    position: absolute;
}

.footer_benefit_Yah .company_holder::before {
    transform: translateY(-1px);
    height: 1px;
    width: 200%;
    position: absolute;
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(176,186,208), transparent);
    top: 0;
    content: "";
}

.footer_benefit_Yah .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(176,186,208,0.5);
    transform: translateY(-5px);
}

.footer_benefit_Yah .template_cta_LVm {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.footer_benefit_Yah .header_base_qnM::before {
    left: -50%;
    width: 200%;
    top: 0;
    content: "";
    transform: translateY(-1px);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(137,148,184), transparent);
    height: 1px;
}

.footer_benefit_Yah .header_base_qnM h5 {
    margin: 0 0 1.5rem;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(137,148,184,0.5);
    position: relative;
    letter-spacing: 0.5px;
}

.footer_benefit_Yah .header_base_qnM .nav_start_pWI a::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    content: "";
}

.qna_board_zte {
    position: relative;
    padding: 2rem 0;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.qna_board_zte .study_group_BzM:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(137,148,184,0.5);
}

.ty_section_OAs::after {
    z-index: 1;
    content: "";
    position: absolute;
    height: 150px;
    opacity: 0.05;
    width: 150px;
    bottom: -30px;
    border-radius: 10px;
    transform: rotate(30deg);
    background: linear-gradient(45deg, rgb(137,148,184) 0%, rgb(176,186,208) 100%);
    left: -30px;
}

.ty_section_OAs .skill_lab_Udv::before {
    pointer-events: none;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(rgb(176,186,208), 0.02) 0%, transparent 100%);
    left: 0;
    position: absolute;
}

.ty_section_OAs a {
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 5px 0;
    color: inherit;
}

.ty_section_OAs .skill_lab_Udv > div:last-child {
    position: relative;
}

header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .main_guide_UaM {
    padding: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: block;
}

header .nav_learning_qEO:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(176,186,208), rgb(137,148,184));
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(176,186,208,0.5);
}

.stay_updated_UkN::before {
    height: 200%;
    animation: rotateGradient 15s infinite linear;
    width: 200%;
    content: "";
    transform: rotate(-15deg);
    top: -50%;
    left: -50%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(137,148,184,0.5) 0%, transparent 70%);
    position: absolute;
}

.stay_updated_UkN .input_holder {
    width: 100%;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.stay_updated_UkN input[type="email"]:focus {
    border-color: rgb(176,186,208);
    box-shadow: 0 0 15px rgb(176,186,208,0.5);
    transform: skewX(-5deg) scale(1.02);
    outline: none;
}

.stay_updated_UkN .email_panel_uUP:hover {
    transform: skewX(-5deg) translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

.academic_experience_VgA::before {
    position: absolute;
    background: 
    radial-gradient(circle at 25% 25%, rgb(176,186,208,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(137,148,184,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    mix-blend-mode: screen;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.academic_experience_VgA .name {
    margin: 0;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding-left: 20px;
    transform-origin: left center;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 28px;
    align-self: end;
    grid-area: name;
    position: relative;
    font-weight: 700;
}

.academic_experience_VgA .employee_content_DZb::before {
    top: -15px;
    color: rgb(176,186,208);
    font-size: calc(45px * 2);
    left: 25px;
    opacity: 0.7;
    position: absolute;
    content: "";
}

.contact_section_UOq::before {
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    content: "";
}

.contact_section_UOq #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.contact_section_UOq input[type="text"]:focus {
    border-color: rgb(176,186,208);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
}

.contact_section_UOq .feedback_map_vdn input[type="checkbox"]:checked {
    background: rgb(176,186,208);
    border-color: rgb(176,186,208);
}

.contact_section_UOq .feedback_map_vdn a {
    color: rgb(176,186,208);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_section_UOq .inquiry_box_Oln:hover {
    background: rgb(137,148,184);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.contact_section_UOq svg path {
    fill: rgb(176,186,208);
}

.program_details_mYU {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(220,225,234) 0%, rgba(245, 247, 251, 0.92) 100%);
}

.program_details_mYU .fast_development_Eyq {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
}

.program_details_mYU .img_border_box_RrG:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}

.program_details_mYU .img_border_box_RrG:hover::after {
    transform: scale(1);
    opacity: 1;
}

.program_details_mYU .label_container_BzJ {
    padding: 30px;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(176,186,208);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    position: relative;
}

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

.educational_yield_eRl .skill_lab_Udv {
    position: relative;
    align-items: center;
    flex-direction: column-reverse;
    display: flex;
    gap: 40px;
}

.educational_yield_eRl h4 {
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: 20px;
}

.educational_yield_eRl .label_container_BzJ:hover h4::after {
    width: 120px;
}

.educational_yield_eRl div > ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.educational_yield_eRl li p {
    align-items: flex-start;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.03),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    gap: 15px;
    margin: 0;
    display: flex;
    transition: all 0.3s ease;
}

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

.find_contact_swM::after {
    bottom: 0;
    height: 30%;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgb(176,186,208,0.5) 0%, transparent 100%);
    opacity: 0.05;
}

.find_contact_swM .message_info_MoH h2::after {
    content: "";
    width: 40%;
    left: 0;
    height: 4px;
    background-color: rgb(137,148,184);
    position: absolute;
    border-radius: 10px;
    bottom: -8px;
}

.find_contact_swM .message_info_MoH p:last-of-type svg path {
    fill: rgb(176,186,208);
}

.find_contact_swM .connect_team_cse::before {
    white-space: nowrap;
    font-weight: 600;
    pointer-events: none;
    text-indent: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
    top: 70px;
    content: attr(title);
    color: #000000;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
}

.privacy_sanctum_vDA {
    width: 100%;
    line-height: 1.6;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}

.privacy_sanctum_vDA ul, .privacy_sanctum_vDA ol {
    padding-left: 0;
    list-style-position: inside;
    padding: 10px 0;
    margin: 0;
}

.privacy_sanctum_vDA p, .privacy_sanctum_vDA span, .privacy_sanctum_vDA div {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

.tariff_block_RqJ h2 {
    font-weight: 700;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(137,148,184) 0%, rgb(176,186,208) 100%);
    color: transparent;
    font-size: 32px;
    -webkit-background-clip: text !important;
    left: 50%;
    display: inline-block;
}

.tariff_block_RqJ .training_fees_xap::after {
    content: "";
    height: 200%;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
    left: -50%;
    transform: scale(0.5);
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    top: -50%;
}

.tariff_block_RqJ .trial_rates_Dyb h4 {
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
    transform-origin: left center;
    display: inline-block;
    font-size: calc(18px + 2px);
}

.tariff_block_RqJ .training_fees_xap:hover .tuition_plans_XjB {
    transform: scale(1.05);
}

.company_overview_nkD {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(220,225,234) 40%, rgba(rgb(176,186,208,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
}

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

.company_overview_nkD h1::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(176,186,208), rgb(137,148,184));
    bottom: -15px;
    position: absolute;
    height: 4px;
    transform-origin: left center;
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.company_overview_nkD .learn_guides_feq:hover::before {
    transform: scaleY(1.05);
}

.company_overview_nkD .learn_guides_feq h4 {
    font-size: 22px;
    position: relative;
    margin-top: 0;
    color: rgb(176,186,208);
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
    padding-left: 15px;
    transform: translateZ(0);
    margin-bottom: 20px;
}

.landing_page_Xbu::before {
    background: 
    linear-gradient(45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%),
    linear-gradient(-45deg, transparent 49.5%, rgba(94,170,168,0.08) 49.5%, rgba(94,170,168,0.08) 50.5%, transparent 50.5%);
    right: 0;
    animation: patternShift 60s linear infinite;
    bottom: 0;
    z-index: 0;
    position: absolute;
    content: "";
    opacity: 0.5;
    background-size: 30px 30px;
    left: 0;
    top: 0;
}

.landing_page_Xbu .edu_home_dqS svg {
    animation: svgFloat 6s ease-in-out infinite;
    margin-right: 20px;
    width: 60px;
    transform: rotateY(0);
    flex-shrink: 0;
    height: 60px;
}

.landing_page_Xbu .edu_home_dqS svg {
    margin-right: 0;
    margin-bottom: 20px;
}

.landing_page_Xbu ul li {
    display: inline-block;
}

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

.landing_page_Xbu .img_border_box_RrG::after {
    left: -50%;
    position: absolute;
    transform: rotate(30deg);
    content: "";
    height: 200%;
    background: linear-gradient(
    to bottom right,
    rgba(255,255,255,0) 30%,
    rgba(255,255,255,0.1) 50%,
    rgba(255,255,255,0) 70%
  );
    top: -50%;
    animation: lightSweep 8s ease-in-out infinite;
    width: 200%;
}

.client_comments_JZD h2 {
    margin-bottom: 3rem;
    position: relative;
    transform: translateX(-5%);
    color: #000000;
    font-size: 37px;
    display: inline-block;
    font-weight: 700;
}

.client_comments_JZD .feedback_carousel_Gxr {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}

.client_comments_JZD .feedback_carousel_Gxr:nth-child(3n+2):hover {
    transform: translateY(-20px) scale(1.02);
}

.client_comments_JZD .feedback_carousel_Gxr:hover img {
    transform: scale(1.1);
    border-color: rgb(176,186,208);
}

.client_comments_JZD .feedback_carousel_Gxr:hover h4::after {
    transform: scaleX(1);
}

.client_comments_JZD .description::before {
    line-height: 1;
    content: "";
    color: rgb(176,186,208,0.5);
    opacity: 0.4;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 3.5rem;
}

.client_comments_JZD a:hover::before {
    left: 100%;
}

.check_it_out_now_Ajp::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    left: 0;
    background-size: 50px 50px;
    opacity: 0.05;
    z-index: -1;
    top: 0;
}

.check_it_out_now_Ajp h3 {
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

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

.check_it_out_now_Ajp .connect_team_cse:hover::after {
    left: 200%;
    transition-duration: 1s;
}


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



@media (max-width: 992px) {.footer_benefit_Yah {
    padding: 3.5rem 0 2rem;
}.footer_benefit_Yah .container {
    flex-direction: column;
    gap: 2rem;
}.footer_benefit_Yah .company_holder,
    .footer_benefit_Yah .template_cta_LVm {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_benefit_Yah .header_base_qnM {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}



@media (min-width: 768px) {.ty_section_OAs {
    padding: 100px 0;
}.ty_section_OAs .skill_lab_Udv {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 60px;
}.ty_section_OAs h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 15px;
}.ty_section_OAs p {
    font-size: calc(14px * 1.05);
}.ty_section_OAs .skill_lab_Udv > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}



@media (hover: none) {.ty_section_OAs .skill_lab_Udv {
    transform: none !important;
}.ty_section_OAs a::before {
    display: none;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main_guide_UaM svg {
    width: 160px;
}header .header_base_qnM {
    padding: 0.7rem;
}header .nav_learning_qEO {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 767px) {.stay_updated_UkN h3 {
    font-size: 23px;
}.stay_updated_UkN .query_support_AJy {
    padding: 2rem;
    transform: translateX(0) skewX(5deg);
}.stay_updated_UkN .query_support_AJy:hover {
    transform: translateX(0) skewX(5deg) translateY(-5px);
}}



@media (max-width: 576px) {.academic_experience_VgA {
    padding: 60px 0;
}.academic_experience_VgA .img_border_box_RrG {
    height: 250px;
    max-width: 250px;
}.academic_experience_VgA .name {
    font-size: 20px;
}.academic_experience_VgA .employee_content_DZb {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 576px) {.contact_section_UOq {
    padding: 40px 0;
}.contact_section_UOq .container {
    padding: 0 15px;
}.contact_section_UOq h2::after {
    width: 40px;
}.contact_section_UOq .reach_grid_SyK {
    padding: 25px 20px;
}.contact_section_UOq #contact {
    gap: 20px;
}.contact_section_UOq .inquiry_box_Oln {
    padding: 14px 20px;
    width: 100%;
}.contact_section_UOq .img_border_box_RrG {
    min-height: 200px;
}}



@media (min-width: 1200px) {.program_details_mYU .fast_development_Eyq {
    gap: 100px;
}.program_details_mYU .img_border_box_RrG {
    height: 550px;
}.program_details_mYU h3 {
    font-size: calc(29px * 1.1);
}.program_details_mYU .label_container_BzJ {
    padding: 50px 60px 50px 50px;
}.program_details_mYU p.description {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
    max-height: 350px;
}
}



@media (max-width: 767px) {.educational_yield_eRl {
    padding: 80px 0;
}.educational_yield_eRl .label_container_BzJ {
    padding: 30px 25px;
}.educational_yield_eRl h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.educational_yield_eRl li p {
    padding: 12px 15px;
}.educational_yield_eRl .img_border_box_RrG {
    max-width: 90%;
}
}



@media only screen and (max-width: 800px) {.privacy_sanctum_vDA {
    padding: 20px;
    box-shadow: none;
}.privacy_sanctum_vDA h1, .privacy_sanctum_vDA h2 {
    border-bottom-width: 1px;
    text-align: left;
    font-size: calc(22px - 5px);
}.privacy_sanctum_vDA ul, .privacy_sanctum_vDA ol {
    padding: 10px 0;
}.privacy_sanctum_vDA li {
    padding: 5px 0;
}.privacy_sanctum_vDA p, .privacy_sanctum_vDA span, .privacy_sanctum_vDA div {
    padding-bottom: 5px;
}}



@media (max-width: 480px) {.tariff_block_RqJ {
    padding: 50px 0;
}.tariff_block_RqJ h2 {
    font-size: calc(32px - 8px);
}.tariff_block_RqJ .pricing_tiers_JpI {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.tariff_block_RqJ .trial_rates_Dyb h4 {
    font-size: 18px;
}.tariff_block_RqJ .trial_rates_Dyb p {
    font-size: calc(16px - 1px);
}.tariff_block_RqJ .tuition_plans_XjB {
    font-size: calc(18px + 2px);
}}



@media (max-width: 767px) {.company_overview_nkD {
    padding: 80px 0;
}.company_overview_nkD h1 {
    font-size: calc(42px * 0.9);
    text-align: center;
    margin-bottom: 40px;
}.company_overview_nkD h1::after {
    left: 50%;
    transform: translateX(-50%);
}.company_overview_nkD h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.company_overview_nkD .learn_guides_feq {
    padding: 30px 25px;
    margin-bottom: 25px;
}.company_overview_nkD .learn_guides_feq h4 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.95);
}.company_overview_nkD .learn_guides_feq div {
    max-height: 250px;
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}



@media screen and (max-width: 992px) {.check_it_out_now_Ajp {
    padding: 100px 0;
}.check_it_out_now_Ajp .skill_lab_Udv {
    max-width: 90%;
    padding: 50px 30px;
}.check_it_out_now_Ajp h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 45px;
}.check_it_out_now_Ajp .connect_team_cse {
    font-size: calc(19px * 0.95);
    padding: 14px 40px;
}
}



@media screen and (max-width: 768px) {.check_it_out_now_Ajp {
    padding: 80px 0;
}.check_it_out_now_Ajp .skill_lab_Udv {
    padding: 40px 25px;
}.check_it_out_now_Ajp h3 {
    font-size: calc(30px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.check_it_out_now_Ajp .connect_team_cse {
    font-size: calc(19px * 0.9);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}
}



@keyframes rotateGradient {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}



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



@keyframes lightSweep {
  0% {
    transform: rotate(30deg) translateY(0);
  }
  50% {
    transform: rotate(30deg) translateY(5%);
  }
  100% {
    transform: rotate(30deg) translateY(0);
  }
}



@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

