@media only screen and (max-width: 1400px) {

    .hero_section .hero_row {
        min-height: 650px;
    }

    .hero_section .hero_gallery {
        height: 650px;
    }

    .hero_section .hero_content .hero_title {
        font-size: 54px;
    }

    .hero_section .hero_content .hero_desc {
        font-size: 18px;
    }

    .how_work_section .container-fluid {
        padding: 0 80px;
    }

    .how_work_section .how_work_steps {
        column-gap: 50px;
    }

    .how_work_section .how_work_steps .how_work_step {
        width: calc(50% - 25px);
    }

    .why_choose_us_section .card_part .card,
    .why_choose_us_section .card_part .card .card-body {
        min-height: 430px;
    }

    .site_footer .footer_brand_name {
        font-size: 82px;
    }

    .site_footer .footer_cta_title {
        font-size: 54px;
    }

    .site_footer .footer_links_row {
        gap: 40px;
    }

    .site_footer .footer_connect_col {
        min-width: 340px;
    }

    .aboutus_first_section {
        padding-top: 80px;
    }

    .aboutus_first_section .aboutus_first_title,
    .howitworks_first_section .howitworks_first_title {
        font-size: 50px;
    }

    .aboutus_first_section .aboutus_first_image_wrap {
        height: 340px;
    }

    .who_we_are_section,
    .lost_roots_journey_section,
    .what_we_do_section,
    .mission_vision_section,
    .how_we_work_section_v2 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .who_we_are_section .who_we_are_title {
        font-size: 36px;
        max-width: 600px;
    }

    .lost_roots_journey_section .lost_roots_journey_title,
    .what_we_do_section .what_we_do_title,
    .mission_vision_section .mission_card .mission_card_title,
    .mission_vision_section .vision_card .vision_card_title,
    .how_we_work_section_v2 .how_we_work_title,
    .testimonial_section .testimonial_main_title {
        font-size: 40px;
    }

    .lost_roots_journey_section .lost_roots_journey_image_wrap {
        width: 330px;
        height: 350px;
    }

    .lost_roots_journey_section .lost_roots_journey_step_content {
        gap: 44px;
    }

    .what_we_do_section .what_we_do_star_img {
        width: 165px;
    }

    .what_we_do_section .what_we_do_item_title,
    .mission_vision_section .mission_card .mission_card_desc,
    .mission_vision_section .vision_card .vision_card_desc {
        font-size: 22px;
    }

    .testimonial_section .testimonial_card {
        height: 370px;
    }

    .faq_first_section {
        padding: 72px 0 40px;
    }

    .faq_first_section .faq_first_title {
        font-size: 52px;
    }

    .faq_first_section .faq_first_desc {
        font-size: 16px;
    }

    .faq_questions_section {
        padding: 52px 0 66px;
    }

    .faq_questions_section .faq_cta_box h3 {
        font-size: 34px;
    }

    .howitworks_first_section {
        padding-top: 80px;
    }

    .howitworks_first_section .howitworks_first_title {
        font-size: 50px;
    }

    .howitworks_first_section .howitworks_first_btn_group {
        margin-bottom: 42px;
    }

    .howitworks_first_section .howitworks_first_image_wrap {
        --carousel-card-width: 300px;
        --carousel-card-height: 400px;
        --carousel-radius: 2450px;
        height: 470px;
    }

    .howitworks_first_section .howitworks_first_image_wrap .carousel {
        left: calc(50% - (var(--carousel-card-width) / 2));
        transform-origin: calc(var(--carousel-card-width) / 2) var(--carousel-radius);
    }

    .howitworks_first_section .howitworks_first_image_wrap .carousel .wrapper {
        transform-origin: calc(var(--carousel-card-width) / 2) var(--carousel-radius);
    }

    .howitworks_first_section .howitworks_first_image_wrap .carousel .wrapper .img_part {
        width: var(--carousel-card-width);
        height: var(--carousel-card-height);
    }

    .guided_journey_section {
        padding: 80px 0;
    }

    .guided_journey_section .guided_journey_title {
        font-size: 40px;
    }

    .guided_journey_section .custom_slider {
        height: 82vh;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 390px;
        height: 460px;
    }

    .process_text_section {
        padding: 90px 0;
    }

    .process_text_section .process_text_wrap {
        max-width: 980px;
    }

    .process_text_section .process_text_title {
        font-size: 40px;
    }

    .faq_first_section .faq_first_search_part {
        max-width: 520px;
        margin: 0 auto;
    }

    .services_first_section {
        padding: 80px 0;
    }

    .services_first_section .services_first_title {
        font-size: 50px;
    }

    .services_first_section .services_first_desc {
        max-width: 650px;
    }

    .services_second_section {
        padding: 80px 0;
    }

    .services_second_section .card {
        border-radius: 28px;
    }

    .services_second_section .card .card-body .title {
        font-size: 30px;
    }

}

@media only screen and (max-width: 1200px) {

    .site_header .custom_navbar {
        min-height: 76px;
    }

    /* .site_header .custom_navbar .site_logo {
        font-size: 24px;
    } */

    .site_header .custom_navbar .nav_menu {
        gap: 24px;
    }

    .site_header .custom_navbar .nav_menu .nav-link {
        font-size: 14px;
    }

    .site_header .custom_navbar .header_cta_btn,
    .hero_section .hero_content .hero_primary_btn,
    .hero_section .hero_content .hero_secondary_btn,
    .impact_section .impact_btn,
    .pricing_section .pricing_custom_btn,
    .pricing_section .pricing_card_btn,
    .case_study_section .case_study_view_all_btn,
    .site_footer .footer_cta_btn {
        min-height: 50px;
        padding: 0 22px;
        font-size: 14px;
    }

    .hero_section .hero_row {
        min-height: 600px;
    }

    .hero_section .hero_gallery {
        height: 600px;
        gap: 16px;
    }

    .hero_section .hero_content .hero_title {
        font-size: 48px;
    }

    .hero_section .hero_content .hero_desc {
        font-size: 16px;
    }

    .hero_section .hero_circle_shape {
        top: -180px;
        left: -150px;
        width: 420px;
    }

    .research_cards_section .research_card {
        min-height: 360px;
    }

    .research_cards_section .research_card .research_card_image {
        height: 360px;
    }

    .research_cards_section .research_card .research_card_title {
        font-size: 24px;
    }

    .research_cards_section .research_card .research_card_desc {
        font-size: 14px;
    }

    .impact_section {
        padding: 80px 0;
    }

    .impact_section .impact_number {
        font-size: 140px;
    }

    .impact_section .impact_title,
    .how_work_section .how_work_content .how_work_title,
    .why_choose_us_section .heading_part .title,
    .pricing_section .pricing_main_title,
    .testimonial_section .testimonial_main_title,
    .case_study_section .case_study_main_title {
        font-size: 38px;
    }

    .impact_section .impact_desc {
        font-size: 16px;
    }

    .how_work_section {
        padding: 80px 0;
    }

    .how_work_section .container-fluid {
        padding: 0 45px;
    }

    .how_work_section .how_work_content {
        padding-left: 20px;
    }

    .how_work_section .how_work_steps {
        column-gap: 32px;
        row-gap: 28px;
    }

    .how_work_section .how_work_steps .how_work_step {
        width: calc(50% - 16px);
    }

    .how_work_section .how_work_steps .how_work_step .how_work_step_title {
        font-size: 20px;
    }

    .why_choose_us_section {
        padding: 80px 0;
    }

    .why_choose_us_section .card_part .card,
    .why_choose_us_section .card_part .card .card-body {
        min-height: 410px;
    }

    .why_choose_us_section .card_part .card .title {
        font-size: 24px;
    }

    .why_choose_us_section .card_part .card .desc {
        font-size: 14px;
    }

    .pricing_section {
        padding: 85px 0;
    }

    .pricing_section .pricing_custom_desc,
    .pricing_section .pricing_card_desc,
    .pricing_section .pricing_feature_item {
        font-size: 16px;
    }

    .pricing_section .pricing_price {
        font-size: 42px;
    }

    .testimonial_section {
        padding: 45px 0 80px;
    }

    .testimonial_section .testimonial_card {
        height: 360px;
    }

    .testimonial_section .testimonial_card_plain {
        padding: 24px;
    }

    .testimonial_section .testimonial_text {
        font-size: 16px;
    }

    .case_study_section {
        padding: 80px 0;
    }

    .case_study_section .case_study_featured_title {
        font-size: 28px;
    }

    .case_study_section .case_study_small_card .case_study_small_image {
        height: 200px;
    }

    .site_footer {
        padding: 80px 0;
    }

    .site_footer .footer_cta_title {
        font-size: 46px;
    }

    .site_footer .footer_links_row {
        flex-wrap: wrap;
        gap: 34px;
        padding: 48px 0 80px;
    }

    .site_footer .footer_col {
        width: calc(50% - 17px);
    }

    .site_footer .footer_connect_col {
        min-width: auto;
    }

    .site_footer .footer_brand_name {
        font-size: 68px;
    }

    .contact_modal_overlay .contact_modal_box {
        padding: 42px 36px 36px;
    }

    .contact_modal_overlay .contact_modal_title {
        font-size: 52px;
    }

    .aboutus_first_section {
        padding-top: 70px;
    }

    .aboutus_first_section .aboutus_first_title,
    .howitworks_first_section .howitworks_first_title {
        font-size: 46px;
    }

    .aboutus_first_section .aboutus_first_image_wrap {
        height: 315px;
    }

    .who_we_are_section,
    .lost_roots_journey_section,
    .what_we_do_section,
    .mission_vision_section,
    .how_we_work_section_v2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .who_we_are_section .who_we_are_title {
        font-size: 32px;
        max-width: 560px;
        line-height: 1.25;
    }

    .lost_roots_journey_section .lost_roots_journey_title,
    .what_we_do_section .what_we_do_title,
    .mission_vision_section .mission_card .mission_card_title,
    .mission_vision_section .vision_card .vision_card_title,
    .how_we_work_section_v2 .how_we_work_title,
    .testimonial_section .testimonial_main_title {
        font-size: 38px;
    }

    .lost_roots_journey_section .lost_roots_journey_step_content {
        gap: 34px;
    }

    .lost_roots_journey_section .lost_roots_journey_image_wrap {
        width: 300px;
        height: 330px;
    }

    .lost_roots_journey_section .lost_roots_journey_year {
        font-size: 46px;
        margin-bottom: 18px;
    }

    .lost_roots_journey_section .lost_roots_journey_subtitle {
        font-size: 30px;
    }

    .what_we_do_section .what_we_do_star_img {
        width: 140px;
    }

    .what_we_do_section .what_we_do_item {
        min-height: 110px;
        padding: 24px;
    }

    .what_we_do_section .what_we_do_icon_wrap {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .what_we_do_section .what_we_do_item_title,
    .mission_vision_section .mission_card .mission_card_desc,
    .mission_vision_section .vision_card .vision_card_desc {
        font-size: 20px;
    }

    .how_we_work_section_v2 .how_we_work_step {
        padding: 26px 22px;
    }

    .testimonial_section {
        padding: 45px 0 85px 0;
    }

    .testimonial_section .testimonial_card {
        height: 350px;
    }

    .testimonial_section .testimonial_text {
        font-size: 17px;
    }

    .faq_first_section {
        padding: 66px 0 38px;
    }

    .faq_first_section .faq_first_title {
        font-size: 48px;
    }

    .faq_first_section .faq_first_desc {
        font-size: 16px;
        max-width: 560px;
    }

    .faq_questions_section {
        padding: 48px 0 62px;
    }

    .faq_questions_section .faq_questions_title {
        font-size: 23px;
    }

    .faq_questions_section .faq_cta_box {
        min-height: 190px;
        border-radius: 28px;
        padding: 32px 24px;
    }

    .faq_questions_section .faq_cta_box h3 {
        font-size: 32px;
    }

    .faq_questions_section .faq_cta_box p {
        font-size: 17px;
    }

    .howitworks_first_section {
        padding-top: 70px;
    }

    .howitworks_first_section .howitworks_first_title {
        font-size: 46px;
    }

    .howitworks_first_section .howitworks_first_desc {
        max-width: 650px;
    }

    .howitworks_first_section .howitworks_first_image_wrap {
        --carousel-card-width: 270px;
        --carousel-card-height: 360px;
        --carousel-radius: 2300px;
        height: 430px;
    }

    .guided_journey_section {
        padding: 70px 0 0 0;
    }

    .guided_journey_section .guided_journey_title {
        font-size: 38px;
    }

    .guided_journey_section .custom_slider {
        height: 76vh;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 360px;
        height: 430px;
    }

    .process_text_section {
        padding: 80px 0;
    }

    .process_text_section .process_text_wrap {
        max-width: 860px;
    }

    .process_text_section .process_text_title {
        font-size: 38px;
        line-height: 1.14;
    }

    .pricing_section .pricing_price_row {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq_first_section .faq_first_search_part {
        max-width: 500px;
    }

    .faq_first_section .faq_first_search_input_wrap {
        min-height: 54px;
        padding: 5px 6px 5px 42px;
        border-radius: 14px;
    }

    .faq_first_section .faq_first_search_input {
        height: 42px;
        font-size: 16px;
    }

    .faq_first_section .faq_first_search_btn {
        height: 42px;
        min-width: 92px;
        padding: 0 18px;
    }

    .services_first_section {
        padding: 70px 0;
    }

    .services_first_section .services_first_title {
        font-size: 46px;
    }

    .services_first_section .services_first_desc {
        font-size: 15px;
        max-width: 600px;
    }

    .services_second_section {
        padding: 70px 0;
    }

    .services_second_section .card {
        border-radius: 24px;
    }

    .services_second_section .card .card-body {
        padding: 22px;
    }

    .services_second_section .card .card-body .title {
        font-size: 27px;
        margin-bottom: 14px;
    }

    .services_second_section .card .card-body .desc,
    .services_second_section .card .card-body ul li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {

    .site_header .custom_navbar {
        min-height: 70px;
    }

    .site_header .custom_navbar .custom_toggler {
        display: flex;
    }

    .site_header .custom_navbar .navbar-collapse {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: var(--bg_color_1);
        padding: 22px 24px 26px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
    }

    .site_header .custom_navbar .nav_menu {
        gap: 18px;
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .site_header .custom_navbar .nav_menu .nav-link {
        font-size: 15px;
    }

    .site_header .custom_navbar .header_btn_wrap {
        justify-content: flex-start;
    }

    .hero_section {
        padding: 70px 0 0;
    }

    .hero_section .hero_row {
        min-height: auto;
        row-gap: 45px;
    }

    .hero_section .hero_content {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .hero_section .hero_content .hero_badge {
        margin-bottom: 22px;
    }

    .hero_section .hero_content .hero_title {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .hero_section .hero_content .hero_desc {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
    }

    .hero_section .hero_content .hero_btn_group {
        justify-content: center;
    }

    .hero_section .hero_gallery {
        height: 520px;
        max-width: 720px;
        margin: 0 auto;
    }

    .hero_section .hero_circle_shape {
        width: 360px;
        top: -150px;
        left: -130px;
    }

    .research_cards_section {
        padding: 24px 0;
    }

    .research_cards_section .research_card {
        min-height: 350px;
    }

    .research_cards_section .research_card .research_card_image {
        height: 350px;
    }

    .impact_section {
        padding: 70px 0;
    }

    .impact_section .impact_number {
        font-size: 110px;
        margin-bottom: 20px;
    }

    .impact_section .impact_title,
    .how_work_section .how_work_content .how_work_title,
    .why_choose_us_section .heading_part .title,
    .pricing_section .pricing_main_title,
    .testimonial_section .testimonial_main_title,
    .case_study_section .case_study_main_title {
        font-size: 34px;
    }

    .how_work_section {
        padding: 70px 0;
    }

    .how_work_section .container-fluid {
        padding: 0 24px;
    }

    .how_work_section .how_work_content {
        padding-left: 0;
    }

    .how_work_section .how_work_content .how_work_desc {
        max-width: 100%;
        margin-bottom: 34px;
    }

    .how_work_section .how_work_steps {
        column-gap: 24px;
        row-gap: 26px;
    }

    .how_work_section .how_work_steps .how_work_step {
        width: calc(50% - 12px);
        max-width: none;
    }

    .why_choose_us_section {
        padding: 70px 0;
    }

    .why_choose_us_section .card_part {
        margin-top: 38px;
    }

    .why_choose_us_section .card_part .card,
    .why_choose_us_section .card_part .card .card-body {
        min-height: 390px;
    }

    .why_choose_us_section .card_part .third_card .orbit-scene {
        width: 200px;
        height: 200px;
    }

    .pricing_section {
        padding: 75px 0;
    }

    .pricing_section .pricing_main_title {
        margin-bottom: 30px;
    }

    .pricing_section .pricing_custom_box {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .pricing_section .pricing_card {
        height: 100%;
    }

    .testimonial_section {
        padding: 40px 0 70px;
    }

    .testimonial_section .testimonial_heading_row {
        align-items: flex-start;
    }

    .testimonial_section .testimonial_card {
        height: 340px;
    }

    .case_study_section {
        padding: 70px 0;
    }

    .case_study_section .case_study_featured_card {
        flex-direction: column;
    }

    .case_study_section .case_study_featured_image_wrap,
    .case_study_section .case_study_featured_content {
        width: 100%;
    }

    .case_study_section .case_study_featured_image {
        height: 360px;
    }

    .case_study_section .case_study_card_col {
        flex: 0 0 calc(50% - 7px);
    }

    .site_footer {
        padding: 70px 0;
    }

    .site_footer .footer_cta_row {
        flex-direction: column;
        padding: 48px 0;
    }

    .site_footer .footer_cta_btn_wrap {
        padding-top: 0;
    }

    .site_footer .footer_cta_title {
        font-size: 42px;
    }

    .site_footer .footer_bottom_row {
        flex-direction: column;
        align-items: flex-start;
    }

    .site_footer .footer_brand_name {
        font-size: 58px;
    }

    .contact_modal_overlay {
        align-items: flex-start;
    }

    .contact_modal_overlay .contact_modal_container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .contact_modal_overlay .contact_modal_title {
        font-size: 46px;
    }

    .aboutus_first_section {
        padding-top: 60px;
    }

    .aboutus_first_section .aboutus_first_title,
    .howitworks_first_section .howitworks_first_title {
        font-size: 42px;
    }

    .aboutus_first_section .aboutus_first_desc {
        font-size: 15px;
        max-width: 650px;
    }

    .aboutus_first_section .aboutus_first_btn_group {
        margin-bottom: 38px;
    }

    .aboutus_first_section .aboutus_first_image_wrap {
        height: 290px;
    }

    .who_we_are_section,
    .lost_roots_journey_section,
    .what_we_do_section,
    .mission_vision_section,
    .how_we_work_section_v2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .who_we_are_section .who_we_are_content {
        text-align: center;
    }

    .who_we_are_section .who_we_are_title {
        font-size: 30px;
        max-width: 100%;
    }

    .who_we_are_section .who_we_are_image_wrap {
        height: 380px;
    }

    .lost_roots_journey_section .lost_roots_journey_heading {
        margin-bottom: 36px;
    }

    .lost_roots_journey_section .lost_roots_journey_title,
    .what_we_do_section .what_we_do_title,
    .mission_vision_section .mission_card .mission_card_title,
    .mission_vision_section .vision_card .vision_card_title,
    .how_we_work_section_v2 .how_we_work_title,
    .testimonial_section .testimonial_main_title {
        font-size: 36px;
    }

    .lost_roots_journey_section .lost_roots_journey_desc,
    .how_we_work_section_v2 .how_we_work_desc {
        font-size: 16px;
    }

    .lost_roots_journey_section .lost_roots_journey_content {
        min-height: auto;
        margin-bottom: 46px;
    }

    .lost_roots_journey_section .lost_roots_journey_step_content {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .lost_roots_journey_section .lost_roots_journey_info {
        max-width: 520px;
        padding-top: 0;
    }

    .lost_roots_journey_section .lost_roots_journey_image_wrap {
        width: 100%;
        max-width: 430px;
        height: 320px;
    }

    .lost_roots_journey_section .lost_roots_journey_year {
        font-size: 42px;
        margin-bottom: 14px;
    }

    .lost_roots_journey_section .lost_roots_journey_subtitle {
        font-size: 28px;
    }

    .lost_roots_journey_section .lost_roots_timeline_wrap {
        max-width: 720px;
    }

    .lost_roots_journey_section .lost_roots_timeline_year {
        font-size: 24px;
    }

    .what_we_do_section .what_we_do_star_img {
        width: 115px;
    }

    .what_we_do_section .what_we_do_heading {
        margin-bottom: 32px;
    }

    .what_we_do_section .what_we_do_item {
        min-height: 105px;
        padding: 22px;
    }

    .what_we_do_section .what_we_do_item_title {
        font-size: 19px;
    }

    .mission_vision_section .mission_vision_card,
    .mission_vision_section .mission_card .mission_card_image_wrap,
    .mission_vision_section .mission_card .mission_card_image,
    .mission_vision_section .vision_card .vision_card_content {
        min-height: 280px;
    }

    .mission_vision_section .mission_card .mission_card_desc,
    .mission_vision_section .vision_card .vision_card_desc {
        font-size: 19px;
    }

    .how_we_work_section_v2 .how_we_work_top_row {
        text-align: center;
        margin-bottom: 32px;
    }

    .how_we_work_section_v2 .how_we_work_desc {
        max-width: 680px;
        margin: 12px auto 0;
    }

    .how_we_work_section_v2 .how_we_work_step {
        min-height: 260px;
        padding: 26px 22px;
    }

    .how_we_work_section_v2 .how_we_work_step_border {
        border-left: 0;
    }

    .testimonial_section {
        padding: 40px 0 70px 0;
    }

    .testimonial_section .testimonial_heading_row {
        align-items: flex-start;
        margin-bottom: 32px;
    }

    .testimonial_section .testimonial_card {
        height: 330px;
        border-radius: 18px;
    }

    .testimonial_section .testimonial_card_plain {
        padding: 24px;
    }

    .faq_first_section {
        padding: 58px 0 36px;
    }

    .faq_first_section .faq_first_content {
        max-width: 680px;
    }

    .faq_first_section .faq_first_title {
        font-size: 44px;
    }

    .faq_first_section .faq_first_desc {
        font-size: 15px;
        max-width: 520px;
        margin-bottom: 28px;
    }

    .faq_first_section .faq_first_desc br {
        display: none;
    }

    /* .faq_first_section .faq_first_search_part {
        max-width: 500px;
    } */

    .faq_questions_section {
        padding: 44px 0 58px;
    }

    .faq_questions_section .faq_questions_title {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .faq_questions_section .faq_accordion {
        border-radius: 22px;
    }

    .faq_questions_section .faq_question_btn {
        min-height: 56px;
        padding: 0 20px;
        font-size: 16px;
    }

    .faq_questions_section .faq_answer p {
        padding: 0 20px 18px;
        font-size: 15px;
    }

    .faq_questions_section .faq_cta_box {
        margin-top: 34px;
        min-height: 180px;
        border-radius: 26px;
        padding: 30px 22px;
    }

    .faq_questions_section .faq_cta_box h3 {
        font-size: 30px;
    }

    .faq_questions_section .faq_cta_box p {
        font-size: 16px;
    }

    .faq_questions_section .faq_cta_box p br {
        display: none;
    }

    .howitworks_first_section {
        padding-top: 60px;
    }

    .howitworks_first_section .howitworks_first_title {
        font-size: 42px;
    }

    .howitworks_first_section .howitworks_first_desc {
        max-width: 620px;
        font-size: 15px;
    }

    .howitworks_first_section .howitworks_first_btn_group {
        margin-bottom: 32px;
    }

    .howitworks_first_section .howitworks_first_image_wrap {
        --carousel-card-width: 235px;
        --carousel-card-height: 315px;
        --carousel-radius: 2100px;
        height: 370px;
    }

    /* .howitworks_first_section .howitworks_first_image_wrap .carousel .wrapper .img_part {
        border-radius: 14px;
    }

    .howitworks_first_section .howitworks_first_image_wrap .carousel {
        display: block !important;
        grid-template-columns: unset !important;
        gap: 0 !important;
    }

    .howitworks_first_section .howitworks_first_image_wrap .carousel .wrapper {
        position: absolute !important;
    } */

    /* .guided_journey_section {
        padding: 60px 0 0 0;
        overflow: hidden;
    }

    .guided_journey_section .guided_journey_title {
        font-size: 36px;
    }

    .guided_journey_section .guided_journey_desc {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .guided_journey_section .custom_slider {
        position: relative;
        top: auto;
        height: auto;
        min-height: 500px;
        margin-top: 30px;
    }

    .guided_journey_section .custom_slider .stage {
        min-height: 500px;
        height: auto;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 330px;
        height: 400px;
    } */

    .guided_journey_section {
        height: auto !important;
        padding: 60px 0 0 0;
        overflow: hidden;
    }

    .guided_journey_section .custom_slider {
        position: relative;
        top: auto;
        margin-top: 30px;
        padding-bottom: 0;
    }

    .guided_journey_section .custom_slider .stage {
        height: auto;
        min-height: auto;
        padding: 0;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 330px;
        height: 400px;
        max-width: calc(100% - 30px);
    }

    .what_get_section .what_get_sticky {
        padding-top: 80px;
    }

    .process_text_section {
        padding: 70px 0;
    }

    .process_text_section .process_text_wrap {
        max-width: 720px;
    }

    .process_text_section .process_text_title {
        font-size: 34px;
        line-height: 1.16;
    }

    .faq_first_section .faq_first_search_part {
        max-width: 480px;
    }

    .faq_first_section .faq_first_search_input_wrap {
        min-height: 52px;
        padding: 5px 6px 5px 40px;
        border-radius: 13px;
    }

    .faq_first_section .faq_first_search_icon {
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
    }

    .faq_first_section .faq_first_search_input {
        height: 40px;
        font-size: 15px;
        padding-right: 10px;
    }

    .faq_first_section .faq_first_search_btn {
        height: 40px;
        min-width: 88px;
        padding: 0 16px;
        font-size: 13px;
        border-radius: 9px;
    }

    .services_first_section {
        padding: 60px 0;
    }

    .services_first_section .services_first_title {
        font-size: 42px;
    }

    .services_first_section .services_first_desc {
        font-size: 14px;
        line-height: 1.45;
        max-width: 560px;
        margin-bottom: 26px;
    }

    .services_first_section .services_first_image_wrap {
        border-radius: 12px 12px 0 0;
    }

    .services_second_section {
        padding: 60px 0;
    }

    .services_second_section .card {
        border-radius: 22px;
        height: 100%;
    }

    .services_second_section .card .card-body {
        padding: 20px;
    }

    .services_second_section .card .card-body .title {
        font-size: 24px;
        line-height: 1.18;
    }

    .services_second_section .card .card-body .desc,
    .services_second_section .card .card-body ul li {
        font-size: 14px;
        line-height: 1.4;
    }

    .services_second_section .card .card-body ul {
        padding-left: 18px;
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 768px) {

    /* .site_header .custom_navbar .site_logo {
        font-size: 22px;
    } */

    .hero_section {
        padding: 55px 0 0;
    }

    .hero_section .hero_content .hero_title {
        font-size: 40px;
    }

    .hero_section .hero_content .hero_desc {
        font-size: 15px;
    }

    .hero_section .hero_content .hero_btn_group {
        gap: 14px;
    }

    .hero_section .hero_gallery {
        height: 430px;
        gap: 12px;
    }

    .hero_section .hero_gallery .gallery_card {
        border-radius: 16px;
    }

    .hero_section .hero_circle_shape {
        width: 300px;
        top: -120px;
        left: -120px;
    }

    .research_cards_section .research_card {
        min-height: 320px;
    }

    .research_cards_section .research_card .research_card_image {
        height: 320px;
    }

    .research_cards_section .research_card .research_card_content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .impact_section {
        padding: 60px 0;
    }

    .impact_section .impact_number {
        font-size: 82px;
    }

    .impact_section .impact_title,
    .how_work_section .how_work_content .how_work_title,
    .why_choose_us_section .heading_part .title,
    .pricing_section .pricing_main_title,
    .testimonial_section .testimonial_main_title,
    .case_study_section .case_study_main_title {
        font-size: 30px;
    }

    .impact_section .impact_desc {
        font-size: 15px;
    }

    .how_work_section {
        padding: 60px 0;
    }

    .how_work_section .container-fluid {
        padding: 0 16px;
    }

    .how_work_section .how_work_content .how_work_title br {
        display: none;
    }

    .how_work_section .how_work_steps {
        column-gap: 0;
    }

    .how_work_section .how_work_steps .how_work_step {
        width: 100%;
    }

    .how_work_section .how_work_steps .how_work_step .how_work_step_title {
        font-size: 18px;
    }

    .why_choose_us_section {
        padding: 60px 0;
    }

    .why_choose_us_section .card_part {
        margin-top: 30px;
    }

    .why_choose_us_section .card_part .card,
    .why_choose_us_section .card_part .card .card-body {
        min-height: 360px;
    }

    .why_choose_us_section .card_part .card .card-body {
        padding: 20px;
    }

    .why_choose_us_section .card_part .card .title {
        font-size: 22px;
    }

    .why_choose_us_section .card_part .first_card .animation_part .ring-wrap canvas {
        width: 150px;
        height: 150px;
    }

    .why_choose_us_section .card_part .third_card .orbit-scene {
        width: 180px;
        height: 180px;
    }

    .why_choose_us_section .card_part .fifth_card .phone-container {
        width: 150px;
        height: 150px;
    }

    .pricing_section {
        padding: 60px 0;
    }

    .pricing_section .pricing_card {
        padding: 16px;
    }

    .pricing_section .pricing_card_top {
        padding: 20px;
        margin-bottom: 24px;
    }

    .pricing_section .pricing_price_row {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing_section .pricing_price {
        font-size: 38px;
    }

    .pricing_section .pricing_card_btn {
        width: 100%;
    }

    .pricing_section .pricing_features {
        padding: 0 14px;
    }

    .testimonial_section {
        padding: 35px 0 60px;
    }

    .testimonial_section .testimonial_heading_row {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .testimonial_section .testimonial_main_title br {
        display: none;
    }

    .testimonial_section .testimonial_card {
        height: 320px;
        border-radius: 18px;
    }

    .testimonial_section .testimonial_card_plain {
        padding: 22px;
    }

    .testimonial_section .testimonial_nav_btn {
        width: 44px;
        height: 44px;
    }

    .case_study_section {
        padding: 60px 0;
    }

    .case_study_section .case_study_section_header {
        flex-direction: column;
    }

    .case_study_section .case_study_section_btn_wrap {
        padding-top: 0;
    }

    .case_study_section .case_study_featured_image {
        height: 300px;
    }

    .case_study_section .case_study_featured_content {
        padding: 18px;
    }

    .case_study_section .case_study_featured_title {
        font-size: 24px;
    }

    .case_study_section .case_study_card_col {
        flex: 0 0 100%;
    }

    .case_study_section .case_study_small_card .case_study_small_image {
        height: 240px;
    }

    .site_footer {
        padding: 60px 0;
    }

    .site_footer .footer_cta_row {
        padding: 40px 0;
    }

    .site_footer .footer_cta_label {
        font-size: 18px;
    }

    .site_footer .footer_cta_title {
        font-size: 34px;
    }

    .site_footer .footer_links_row {
        gap: 28px;
        padding: 40px 0 60px;
    }

    .site_footer .footer_col {
        width: 100%;
    }

    .site_footer .footer_col_title {
        font-size: 20px;
    }

    .site_footer .footer_link,
    .site_footer .footer_social_link {
        font-size: 16px;
    }

    .site_footer .footer_brand_name {
        font-size: 44px;
    }

    .contact_modal_overlay {
        padding: 12px 0;
    }

    .contact_modal_overlay .contact_modal_container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .contact_modal_overlay .contact_modal_box {
        padding: 36px 24px 30px;
        max-height: calc(100vh - 24px);
    }

    .contact_modal_overlay .contact_modal_close {
        top: 24px;
        right: 24px;
        width: 36px;
        height: 36px;
    }

    .contact_modal_overlay .contact_modal_header {
        padding-right: 42px;
    }

    .contact_modal_overlay .contact_modal_title {
        font-size: 38px;
    }

    .contact_modal_overlay .contact_modal_desc,
    .contact_modal_overlay .contact_modal_note {
        font-size: 15px;
    }

    .aboutus_first_section {
        padding-top: 52px;
    }

    .aboutus_first_section .aboutus_first_title,
    .howitworks_first_section .howitworks_first_title {
        font-size: 38px;
        line-height: 1.2;
    }

    .aboutus_first_section .aboutus_first_desc {
        font-size: 14px;
    }

    .aboutus_first_section .aboutus_first_primary_btn,
    .aboutus_first_section .aboutus_first_secondary_btn {
        min-height: 48px;
        padding: 0 20px;
        font-size: 14px;
    }

    .aboutus_first_section .aboutus_first_btn_group {
        margin-bottom: 32px;
    }

    .aboutus_first_section .aboutus_first_image_wrap {
        height: 250px;
        border-radius: 12px 12px 0 0;
    }

    .who_we_are_section,
    .lost_roots_journey_section,
    .what_we_do_section,
    .mission_vision_section,
    .how_we_work_section_v2 {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .who_we_are_section .who_we_are_row {
        row-gap: 30px;
    }

    .who_we_are_section .who_we_are_badge,
    .testimonial_section .testimonial_badge {
        min-height: 32px;
        padding: 0 16px;
        font-size: 14px;
        margin-bottom: 16px;
    }

    .who_we_are_section .who_we_are_title {
        font-size: 26px;
        line-height: 1.22;
    }

    .who_we_are_section .who_we_are_image_wrap {
        height: 320px;
        border-radius: 14px;
    }

    .lost_roots_journey_section .lost_roots_journey_heading {
        margin-bottom: 30px;
    }

    .lost_roots_journey_section .lost_roots_journey_title,
    .what_we_do_section .what_we_do_title,
    .mission_vision_section .mission_card .mission_card_title,
    .mission_vision_section .vision_card .vision_card_title,
    .how_we_work_section_v2 .how_we_work_title,
    .testimonial_section .testimonial_main_title {
        font-size: 32px;
        line-height: 1.08;
    }

    .lost_roots_journey_section .lost_roots_journey_desc {
        font-size: 15px;
    }

    .lost_roots_journey_section .lost_roots_journey_image_wrap {
        max-width: 100%;
        height: 280px;
    }

    .lost_roots_journey_section .lost_roots_journey_year {
        font-size: 38px;
        margin-bottom: 12px;
    }

    .lost_roots_journey_section .lost_roots_journey_subtitle {
        font-size: 26px;
    }

    .lost_roots_journey_section .lost_roots_timeline_wrap {
        padding: 0 4px;
    }

    .lost_roots_journey_section .lost_roots_timeline_year {
        font-size: 20px;
    }

    .what_we_do_section .what_we_do_star_img {
        width: 92px;
    }

    .what_we_do_section .what_we_do_heading {
        margin-bottom: 26px;
    }

    .what_we_do_section .what_we_do_box {
        border-radius: 10px;
    }

    .what_we_do_section .what_we_do_item {
        min-height: auto;
        padding: 20px;
        gap: 14px;
    }

    .what_we_do_section .what_we_do_item_1,
    .what_we_do_section .what_we_do_item_2,
    .what_we_do_section .what_we_do_item_3 {
        border-right: 0;
        border-bottom: 1px solid var(--bg_color_5);
    }

    .what_we_do_section .what_we_do_icon_wrap {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .what_we_do_section .what_we_do_item_title {
        font-size: 18px;
    }

    .mission_vision_section .mission_vision_card,
    .mission_vision_section .mission_card .mission_card_image_wrap,
    .mission_vision_section .mission_card .mission_card_image,
    .mission_vision_section .vision_card .vision_card_content {
        min-height: 250px;
    }

    .mission_vision_section .mission_card .mission_card_content,
    .mission_vision_section .vision_card .vision_card_content {
        padding: 22px;
    }

    .mission_vision_section .mission_card .mission_card_desc,
    .mission_vision_section .vision_card .vision_card_desc {
        font-size: 18px;
    }

    .how_we_work_section_v2 .how_we_work_top_row {
        margin-bottom: 26px;
    }

    .how_we_work_section_v2 .how_we_work_desc {
        font-size: 15px;
    }

    .how_we_work_section_v2 .how_we_work_step {
        min-height: auto;
        padding: 24px 20px;
        border-top: 1px solid var(--text_color_5);
    }

    .how_we_work_section_v2 .how_we_work_steps_wrap .row>[class*="col-"]:first-child .how_we_work_step {
        border-top: 0;
    }

    .how_we_work_section_v2 .how_we_work_step_title {
        font-size: 20px;
    }

    .how_we_work_section_v2 .how_we_work_step_text {
        font-size: 14px;
    }

    .testimonial_section {
        padding: 35px 0 58px 0;
    }

    .testimonial_section .testimonial_heading_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 26px;
    }

    .testimonial_section .testimonial_nav_wrap {
        align-self: flex-end;
    }

    .testimonial_section .testimonial_nav_btn {
        width: 44px;
        height: 44px;
    }

    .testimonial_section .testimonial_card {
        height: 310px;
        border-radius: 16px;
    }

    .testimonial_section .testimonial_card_plain {
        padding: 22px;
    }

    .testimonial_section .testimonial_text {
        font-size: 16px;
    }

    .testimonial_section .testimonial_user_img {
        width: 52px;
        height: 52px;
        border-radius: 10px;
    }

    .faq_first_section {
        padding: 52px 0 34px;
    }

    .faq_first_section .faq_first_title {
        font-size: 40px;
        line-height: 1.05;
    }

    .faq_first_section .faq_first_desc {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 24px;
    }

    /* .faq_first_section .faq_first_search_part {
        max-width: 100%;
    }

    .faq_first_section .faq_first_search_input_wrap {
        min-height: 52px;
        border-radius: 14px;
        padding: 5px 6px 5px 40px;
    }

    .faq_first_section .faq_first_search_icon {
        left: 13px;
    }

    .faq_first_section .faq_first_search_input {
        height: 40px;
        font-size: 15px;
        padding-right: 10px;
    }

    .faq_first_section .faq_first_search_btn {
        min-width: 84px;
        height: 40px;
        padding: 0 16px;
        font-size: 14px;
    } */

    .faq_questions_section {
        padding: 40px 0 52px;
    }

    .faq_questions_section .faq_questions_title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .faq_questions_section .faq_accordion {
        border-radius: 20px;
    }

    .faq_questions_section .faq_question_btn {
        min-height: 54px;
        padding: 0 18px;
        gap: 14px;
        font-size: 15px;
    }

    .faq_questions_section .faq_arrow {
        font-size: 17px;
    }

    .faq_questions_section .faq_answer p {
        padding: 0 18px 17px;
        font-size: 14px;
        line-height: 1.5;
    }

    .faq_questions_section .faq_cta_box {
        margin-top: 30px;
        min-height: 170px;
        border-radius: 22px;
        padding: 28px 20px;
    }

    .faq_questions_section .faq_cta_box h3 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .faq_questions_section .faq_cta_box p {
        font-size: 15px;
        line-height: 1.45;
        margin-bottom: 16px;
    }

    .faq_questions_section .faq_cta_btn {
        min-height: 42px;
        font-size: 14px;
    }

    .howitworks_first_section {
        padding-top: 52px;
    }

    .howitworks_first_section .howitworks_first_title {
        font-size: 38px;
        line-height: 1.05;
    }

    .howitworks_first_section .howitworks_first_desc {
        font-size: 14px;
    }

    .howitworks_first_section .howitworks_first_primary_btn,
    .howitworks_first_section .howitworks_first_secondary_btn {
        min-height: 48px;
        padding: 0 20px;
        font-size: 14px;
    }

    .howitworks_first_section .howitworks_first_image_wrap {
        --carousel-card-width: 205px;
        --carousel-card-height: 280px;
        --carousel-radius: 1900px;
        height: 330px;
    }

    /* .guided_journey_section {
        padding: 52px 0 0 0;
    }

    .guided_journey_section .guided_journey_title {
        font-size: 32px;
    }

    .guided_journey_section .guided_journey_desc {
        font-size: 15px;
    }

    .guided_journey_section .custom_slider {
        min-height: 440px;
        margin-top: 24px;
    }

    .guided_journey_section .custom_slider .stage {
        min-height: 440px;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 290px;
        height: 360px;
        max-width: calc(100% - 30px);
    }

    .guided_journey_section .custom_slider .stage .folder-body {
        border-radius: 16px;
    }

    .guided_journey_section .custom_slider .stage .folder-tab {
        width: 24px;
        height: 88px;
        top: 62px;
        border-radius: 0 12px 12px 0;
    }

    .guided_journey_section .custom_slider .stage .pages-stack {
        inset: 16px;
    } */

    .guided_journey_section {
        padding: 52px 0 0 0;
    }

    /* .guided_journey_section .custom_slider {
        margin-top: 24px;
    } */

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 290px;
        height: 350px;
    }

    .guided_journey_section .custom_slider .stage .folder-tab {
        width: 22px;
        height: 82px;
        top: 58px;
    }

    .guided_journey_section .custom_slider .stage .pages-stack {
        inset: 16px;
    }

    .what_get_section .what_get_sticky {
        padding-top: 60px;
    }

    .process_text_section {
        padding: 58px 0;
    }

    .process_text_section .process_text_wrap {
        max-width: 100%;
    }

    .process_text_section .process_text_title {
        font-size: 30px;
        line-height: 1.18;
    }

    .faq_first_section .faq_first_search_part {
        max-width: 470px;
        margin: 0 auto;
    }

    .faq_first_section .faq_first_search_input_wrap {
        min-height: 52px;
        padding: 5px 6px 5px 40px;
        border-radius: 12px;
        display: flex;
        align-items: center;
    }

    .faq_first_section .faq_first_search_icon {
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
    }

    .faq_first_section .faq_first_search_input {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        padding: 0 10px 0 0;
        flex: 1;
        min-width: 0;
    }

    .faq_first_section .faq_first_search_btn {
        height: 40px;
        min-width: 86px;
        width: auto;
        padding: 0 14px;
        font-size: 13px;
        border-radius: 8px;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .services_first_section {
        padding: 50px 0;
    }

    .services_first_section .services_first_content {
        text-align: center;
        padding: 0 12px;
    }

    .services_first_section .services_first_title {
        font-size: 38px;
        line-height: 1.08;
        margin-bottom: 14px;
    }

    .services_first_section .services_first_desc {
        font-size: 14px;
        line-height: 1.5;
        max-width: 100%;
        margin-bottom: 28px;
    }

    .services_first_section .services_first_image {
        min-height: 260px;
    }

    .services_second_section {
        padding: 50px 0;
    }

    .services_second_section .card {
        border-radius: 20px;
    }

    .services_second_section .card .card-body {
        padding: 20px 18px 22px;
    }

    .services_second_section .card .card-body .title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .services_second_section .card .card-body .desc {
        margin-bottom: 14px;
    }

    .services_second_section .card .card-body .desc,
    .services_second_section .card .card-body ul li {
        font-size: 14px;
        line-height: 1.45;
    }

    .services_second_section .card .image_wrapper .service_img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        object-position: center;
    }
}

@media only screen and (max-width: 576px) {

    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site_header .custom_navbar {
        min-height: 66px;
    }

    .site_header .custom_navbar .navbar-collapse {
        top: 66px;
        padding: 20px 16px 24px;
    }

    /* .site_header .custom_navbar .site_logo {
        font-size: 20px;
    } */

    .site_header .custom_navbar .nav_menu .nav-link {
        font-size: 14px;
    }

    .site_header .custom_navbar .header_cta_btn {
        width: 100%;
        font-size: 14px;
    }

    .hero_section {
        padding: 45px 0 0;
    }

    .hero_section .hero_content .hero_badge {
        padding: 9px 16px;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .hero_section .hero_content .hero_title {
        font-size: 34px;
        line-height: 1.05;
        margin-bottom: 16px;
    }

    .hero_section .hero_content .hero_desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .hero_section .hero_content .hero_btn_group {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .hero_section .hero_content .hero_primary_btn,
    .hero_section .hero_content .hero_secondary_btn {
        width: 100%;
        justify-content: center;
        font-size: 14px;
    }

    .hero_section .hero_gallery {
        height: 360px;
        gap: 10px;
    }

    .hero_section .hero_gallery .gallery_card {
        border-radius: 14px;
    }

    .hero_section .hero_circle_shape {
        width: 260px;
        top: -100px;
        left: -115px;
    }

    .research_cards_section {
        padding: 20px 0;
    }

    .research_cards_section .research_card {
        min-height: 300px;
        border-radius: 14px;
    }

    .research_cards_section .research_card .research_card_image {
        height: 300px;
    }

    .research_cards_section .research_card .research_card_content {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .research_cards_section .research_card .research_card_tag {
        font-size: 14px;
    }

    .research_cards_section .research_card .research_card_title {
        font-size: 22px;
    }

    .research_cards_section .research_card .research_card_desc {
        font-size: 14px;
        line-height: 1.35;
    }

    .impact_section {
        padding: 50px 0;
    }

    .impact_section .impact_number {
        font-size: 64px;
        margin-bottom: 16px;
    }

    .impact_section .impact_title,
    .how_work_section .how_work_content .how_work_title,
    .why_choose_us_section .heading_part .title,
    .pricing_section .pricing_main_title,
    .testimonial_section .testimonial_main_title,
    .case_study_section .case_study_main_title {
        font-size: 28px;
        line-height: 1.1;
    }

    .impact_section .impact_desc {
        font-size: 14px;
    }

    .impact_section .impact_btn {
        width: 100%;
        font-size: 14px;
    }

    .how_work_section {
        padding: 50px 0;
    }

    .how_work_section .container-fluid {
        padding: 0 16px;
    }

    .how_work_section .how_work_image_wrap {
        border-radius: 8px;
    }

    .how_work_section .how_work_content .how_work_badge,
    .why_choose_us_section .heading_part .Why_Choose_Us_badge,
    .pricing_section .pricing_badge,
    .testimonial_section .testimonial_badge,
    .case_study_section .case_study_badge {
        min-height: 32px;
        padding: 0 16px;
        font-size: 14px;
        margin-bottom: 16px;
    }

    .how_work_section .how_work_content .how_work_desc {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .how_work_section .how_work_steps {
        row-gap: 22px;
    }

    .how_work_section .how_work_steps .how_work_icon_box {
        width: 30px;
        height: 30px;
    }

    .how_work_section .how_work_steps .how_work_step .how_work_step_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .how_work_section .how_work_steps .how_work_step .how_work_step_desc {
        font-size: 14px;
        line-height: 1.35;
    }

    .why_choose_us_section {
        padding: 50px 0;
    }

    .why_choose_us_section .card_part {
        margin-top: 26px;
    }

    .why_choose_us_section .card_part .card {
        min-height: 330px;
        border-radius: 12px;
    }

    .why_choose_us_section .card_part .card .card-body {
        min-height: 330px;
        padding: 18px;
    }

    .why_choose_us_section .card_part .card .title {
        font-size: 22px;
    }

    .why_choose_us_section .card_part .card .desc {
        font-size: 14px;
    }

    .why_choose_us_section .card_part .first_card .first_card_badge_wrap {
        top: 18px;
        right: 18px;
    }

    .why_choose_us_section .card_part .first_card .first_card_badge {
        font-size: 14px;
    }

    .why_choose_us_section .card_part .first_card .animation_part .ring-wrap canvas {
        width: 130px;
        height: 130px;
    }

    .why_choose_us_section .card_part .second_card .slider-wrapper {
        max-width: 100%;
        height: 190px;
    }

    .why_choose_us_section .card_part .second_card .member-name,
    .why_choose_us_section .card_part .second_card .member-role,
    .why_choose_us_section .card_part .second_card .member-card.active .member-name,
    .why_choose_us_section .card_part .second_card .member-card.active .member-role {
        font-size: 14px;
    }

    .why_choose_us_section .card_part .third_card .orbit-scene {
        width: 160px;
        height: 160px;
    }

    .why_choose_us_section .card_part .third_card .orbit-center {
        width: 52px;
        height: 52px;
    }

    .why_choose_us_section .card_part .third_card .orbit-dot {
        width: 34px;
        height: 34px;
    }

    .why_choose_us_section .card_part .fourth_card .chat_bubble {
        padding: 0 12px;
    }

    .why_choose_us_section .card_part .fourth_card .chat_text {
        font-size: 14px;
        white-space: normal;
    }

    .why_choose_us_section .card_part .fifth_card .phone-container {
        width: 130px;
        height: 130px;
    }

    .why_choose_us_section .card_part .fifth_card .phone-container .btnphone {
        width: 70px;
        height: 70px;
    }

    .why_choose_us_section .card_part .fifth_card .phone-container .phone-icon {
        width: 34px;
        height: 34px;
    }

    .why_choose_us_section .card_part .sixth_card,
    .why_choose_us_section .card_part .sixth_card .card-body {
        min-height: 320px;
    }

    .why_choose_us_section .card_part .sixth_card .sixth_card_btn {
        font-size: 14px;
    }

    .pricing_section {
        padding: 50px 0;
    }

    .pricing_section .pricing_main_title {
        margin-bottom: 24px;
    }

    .pricing_section .pricing_custom_box {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .pricing_section .pricing_custom_title,
    .pricing_section .pricing_card_title {
        font-size: 20px;
    }

    .pricing_section .pricing_custom_desc,
    .pricing_section .pricing_card_desc,
    .pricing_section .pricing_feature_item {
        font-size: 14px;
        line-height: 1.35;
    }

    .pricing_section .pricing_custom_desc {
        margin-bottom: 24px;
    }

    .pricing_section .pricing_custom_btn {
        width: 100%;
        font-size: 14px;
    }

    .pricing_section .pricing_card {
        border-radius: 16px;
    }

    .pricing_section .pricing_card_top {
        padding: 18px;
        border-radius: 12px;
    }

    .pricing_section .pricing_price {
        font-size: 34px;
    }

    .pricing_section .pricing_line {
        margin-bottom: 22px;
    }

    .pricing_section .pricing_features_label {
        font-size: 14px;
    }

    .pricing_section .pricing_card_btn {
        font-size: 14px;
    }

    .testimonial_section {
        padding: 30px 0 50px;
    }

    .testimonial_section .testimonial_heading_row {
        gap: 16px;
    }

    .testimonial_section .testimonial_card {
        height: 300px;
        border-radius: 16px;
    }

    .testimonial_section .testimonial_card_plain {
        padding: 20px;
    }

    .testimonial_section .testimonial_text,
    .testimonial_section .testimonial_image_text,
    .testimonial_section .testimonial_user_name,
    .testimonial_section .testimonial_user_place,
    .testimonial_section .testimonial_image_name,
    .testimonial_section .testimonial_image_place {
        font-size: 14px;
    }

    .testimonial_section .testimonial_user_img {
        width: 48px;
        height: 48px;
    }

    .testimonial_section .testimonial_image_content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .case_study_section {
        padding: 50px 0;
    }

    .case_study_section .case_study_featured_card {
        border-radius: 14px;
    }

    .case_study_section .case_study_featured_image {
        height: 240px;
    }

    .case_study_section .case_study_featured_content {
        padding: 16px;
    }

    .case_study_section .case_study_read_time {
        font-size: 14px;
    }

    .case_study_section .case_study_featured_title {
        font-size: 22px;
    }

    .case_study_section .case_study_featured_desc,
    .case_study_section .case_study_author_name,
    .case_study_section .case_study_author_role,
    .case_study_section .case_study_small_card .case_study_small_title,
    .case_study_section .case_study_small_card .case_study_small_date {
        font-size: 14px;
    }

    .case_study_section .case_study_small_card .case_study_small_image {
        height: 210px;
    }

    .site_footer {
        padding: 50px 0;
    }

    .site_footer .footer_cta_row {
        padding: 34px 0;
    }

    .site_footer .footer_cta_title {
        font-size: 30px;
    }

    .site_footer .footer_cta_title br {
        display: none;
    }

    .site_footer .footer_cta_btn {
        width: 100%;
        font-size: 14px;
    }

    .site_footer .footer_links_row {
        padding: 34px 0 44px;
    }

    .site_footer .footer_col_title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .site_footer .footer_link,
    .site_footer .footer_social_link,
    .site_footer .footer_copyright {
        font-size: 14px;
    }

    .site_footer .footer_brand_name {
        font-size: 36px;
    }

    .contact_modal_overlay .contact_modal_box {
        padding: 32px 18px 24px;
        border-radius: 10px;
    }

    .contact_modal_overlay .contact_modal_close {
        top: 18px;
        right: 18px;
        width: 34px;
        height: 34px;
    }

    .contact_modal_overlay .contact_modal_header {
        padding-right: 42px;
        margin-bottom: 24px;
    }

    .contact_modal_overlay .contact_modal_title {
        font-size: 32px;
    }

    .contact_modal_overlay .contact_modal_desc,
    .contact_modal_overlay .contact_form_input,
    .contact_modal_overlay .contact_form_label,
    .contact_modal_overlay .contact_message_label,
    .contact_modal_overlay .contact_message_textarea,
    .contact_modal_overlay .contact_modal_note,
    .contact_modal_overlay .contact_submit_btn,
    .contact_modal_overlay .contact_info_text {
        font-size: 14px;
    }

    .contact_modal_overlay .contact_form_input:focus+.contact_form_label,
    .contact_modal_overlay .contact_form_input:valid+.contact_form_label {
        font-size: 18px;
    }

    .contact_modal_overlay .contact_submit_btn {
        width: 100%;
    }

    .contact_modal_overlay .contact_info_title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .aboutus_first_section {
        padding-top: 44px;
    }

    .aboutus_first_section .aboutus_first_title,
    .howitworks_first_section .howitworks_first_title {
        font-size: 34px;
    }

    .aboutus_first_section .aboutus_first_btn_group {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 26px;
    }

    .aboutus_first_section .aboutus_first_primary_btn,
    .aboutus_first_section .aboutus_first_secondary_btn {
        width: 100%;
        min-height: 46px;
    }

    .aboutus_first_section .aboutus_first_image_wrap {
        height: 220px;
    }

    .who_we_are_section,
    .lost_roots_journey_section,
    .what_we_do_section,
    .mission_vision_section,
    .how_we_work_section_v2 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .who_we_are_section .who_we_are_title {
        font-size: 24px;
    }

    .who_we_are_section .who_we_are_image_wrap {
        height: 260px;
    }

    .lost_roots_journey_section .lost_roots_journey_title,
    .what_we_do_section .what_we_do_title,
    .mission_vision_section .mission_card .mission_card_title,
    .mission_vision_section .vision_card .vision_card_title,
    .how_we_work_section_v2 .how_we_work_title,
    .testimonial_section .testimonial_main_title {
        font-size: 30px;
    }

    .lost_roots_journey_section .lost_roots_journey_desc,
    .how_we_work_section_v2 .how_we_work_desc {
        font-size: 14px;
    }

    .lost_roots_journey_section .lost_roots_journey_image_wrap {
        height: 240px;
    }

    .lost_roots_journey_section .lost_roots_journey_year {
        font-size: 34px;
    }

    .lost_roots_journey_section .lost_roots_journey_subtitle {
        font-size: 24px;
    }

    .lost_roots_journey_section .lost_roots_journey_text {
        font-size: 14px;
        line-height: 1.35;
    }

    .lost_roots_journey_section .lost_roots_timeline_year {
        font-size: 16px;
    }

    .lost_roots_journey_section .lost_roots_timeline_dot {
        margin-bottom: 8px;
    }

    .what_we_do_section .what_we_do_star_img {
        width: 72px;
    }

    .what_we_do_section .what_we_do_item {
        align-items: center;
        padding: 18px;
    }

    .what_we_do_section .what_we_do_icon_wrap {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .what_we_do_section .what_we_do_item_title {
        font-size: 17px;
    }

    .mission_vision_section .mission_vision_card,
    .mission_vision_section .mission_card .mission_card_image_wrap,
    .mission_vision_section .mission_card .mission_card_image,
    .mission_vision_section .vision_card .vision_card_content {
        min-height: 230px;
    }

    .mission_vision_section .mission_card .mission_card_content,
    .mission_vision_section .vision_card .vision_card_content {
        padding: 20px;
    }

    .mission_vision_section .mission_card .mission_card_desc,
    .mission_vision_section .vision_card .vision_card_desc {
        font-size: 16px;
        line-height: 1.35;
    }

    .mission_vision_section .mission_card .mission_card_bottom_text,
    .mission_vision_section .vision_card .vision_card_bottom_text {
        font-size: 14px;
    }

    .how_we_work_section_v2 .how_we_work_step {
        padding: 22px 18px;
    }

    .how_we_work_section_v2 .how_we_work_icon_wrap {
        width: 44px;
        height: 44px;
        margin-bottom: 16px;
    }

    .how_we_work_section_v2 .how_we_work_step_title {
        font-size: 18px;
    }

    .how_we_work_section_v2 .how_we_work_step_text {
        line-height: 1.35;
    }

    .testimonial_section {
        padding: 30px 0 48px 0;
    }

    .testimonial_section .testimonial_heading_row {
        margin-bottom: 22px;
    }

    .testimonial_section .testimonial_nav_wrap {
        align-self: flex-start;
    }

    .testimonial_section .testimonial_nav_btn {
        width: 42px;
        height: 42px;
        border-radius: 8px;
    }

    .testimonial_section .testimonial_nav_icon svg {
        width: 22px;
        height: 22px;
    }

    .testimonial_section .testimonial_card {
        height: 290px;
        border-radius: 14px;
    }

    .testimonial_section .testimonial_card_plain {
        padding: 20px;
    }

    .testimonial_section .testimonial_text,
    .testimonial_section .testimonial_image_text {
        font-size: 14px;
        line-height: 1.35;
    }

    .testimonial_section .testimonial_bottom_part {
        padding-top: 15px;
        margin-top: 15px;
    }

    .testimonial_section .testimonial_user_img {
        width: 48px;
        height: 48px;
    }

    .testimonial_section .testimonial_user_name,
    .testimonial_section .testimonial_image_name {
        font-size: 15px;
    }

    .testimonial_section .testimonial_user_place,
    .testimonial_section .testimonial_image_place {
        font-size: 14px;
    }

    .faq_first_section {
        padding: 44px 0 30px;
    }

    .faq_first_section .faq_first_title {
        font-size: 34px;
    }

    .faq_first_section .faq_first_desc {
        font-size: 14px;
        margin-bottom: 22px;
    }

    /* .faq_first_section .faq_first_search_input_wrap {
        align-items: stretch;
        flex-direction: column;
        min-height: auto;
        padding: 14px;
        border-radius: 14px;
    }

    .faq_first_section .faq_first_search_icon {
        top: 28px;
        left: 14px;
        transform: none;
    }

    .faq_first_section .faq_first_search_input {
        width: 100%;
        height: 42px;
        font-size: 14px;
        padding: 0 0 0 30px;
    }

    .faq_first_section .faq_first_search_btn {
        width: 100%;
        min-width: 100%;
        height: 42px;
        margin-top: 10px;
        border-radius: 10px;
        font-size: 14px;
    } */

    .faq_questions_section {
        padding: 34px 0 46px;
    }

    .faq_questions_section .faq_questions_title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .faq_questions_section .faq_accordion {
        border-radius: 16px;
    }

    .faq_questions_section .faq_question_btn {
        min-height: 52px;
        padding: 0 16px;
        font-size: 14px;
        line-height: 1.35;
    }

    .faq_questions_section .faq_question_btn span:first-child {
        flex: 1;
    }

    .faq_questions_section .faq_arrow {
        font-size: 16px;
    }

    .faq_questions_section .faq_answer p {
        padding: 0 16px 16px;
        font-size: 14px;
        line-height: 1.5;
    }

    .faq_questions_section .faq_cta_box {
        margin-top: 26px;
        min-height: auto;
        border-radius: 18px;
        padding: 26px 18px;
    }

    .faq_questions_section .faq_cta_box h3 {
        font-size: 24px;
        line-height: 1.15;
        margin-bottom: 10px;
    }

    .faq_questions_section .faq_cta_box p {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 16px;
    }

    .faq_questions_section .faq_cta_btn {
        width: 100%;
        min-height: 42px;
        justify-content: center;
        font-size: 14px;
    }

    .howitworks_first_section {
        padding-top: 44px;
    }

    .howitworks_first_section .howitworks_first_title {
        font-size: 34px;
    }

    .howitworks_first_section .howitworks_first_btn_group {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 26px;
    }

    .howitworks_first_section .howitworks_first_primary_btn,
    .howitworks_first_section .howitworks_first_secondary_btn {
        width: 100%;
        min-height: 46px;
        font-size: 14px;
    }

    .howitworks_first_section .howitworks_first_image_wrap {
        --carousel-card-width: 170px;
        --carousel-card-height: 230px;
        --carousel-radius: 1650px;
        height: 280px;
    }

    .guided_journey_section {
        padding: 44px 0 0 0;
    }

    /* .guided_journey_section .custom_slider {
        margin-top: 20px;
    } */

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 240px;
        height: 300px;
    }

    .guided_journey_section .custom_slider .stage .folder-tab {
        width: 18px;
        height: 66px;
        top: 48px;
    }

    .guided_journey_section .custom_slider .stage .pages-stack {
        inset: 12px;
    }

    .what_get_section .what_get_sticky {
        padding-top: 50px;
    }

    .process_text_section {
        padding: 48px 0;
    }

    .process_text_section .process_text_title {
        font-size: 26px;
        line-height: 1.22;
    }

    .process_text_section .process_text_title .word {
        white-space: normal;
    }


}



@media only screen and (max-width: 1400px) {

    .guided_journey_section {
        padding: 80px 0 0 0;
    }

    .guided_journey_section .guided_journey_title,
    .what_get_section .what_get_title {
        font-size: 40px;
    }

    .guided_journey_section .custom_slider {
        height: 82vh;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 390px;
        height: 460px;
    }

    .what_get_section .what_get_card_wrap {
        height: 340px;
    }

    .what_get_section .what_get_card h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .guided_journey_section {
        padding: 70px 0 0 0;
    }

    .guided_journey_section .guided_journey_title,
    .what_get_section .what_get_title {
        font-size: 38px;
    }

    .guided_journey_section .guided_journey_desc,
    .what_get_section .what_get_desc {
        font-size: 17px;
    }

    .guided_journey_section .custom_slider {
        height: 76vh;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 360px;
        height: 430px;
    }

    .what_get_section .what_get_card_wrap {
        height: 325px;
    }

    .what_get_section .what_get_card {
        padding: 22px;
    }

    .what_get_section .what_get_card h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 992px) {
    .guided_journey_section {
        height: auto !important;
        padding: 60px 0 0 0 !important;
        overflow: hidden;
    }

    .guided_journey_section>.container {
        height: auto;
    }

    .guided_journey_section .guided_journey_heading {
        max-width: 680px;
    }

    .guided_journey_section .guided_journey_title,
    .what_get_section .what_get_title {
        font-size: 36px;
    }

    .guided_journey_section .guided_journey_desc,
    .what_get_section .what_get_desc {
        max-width: 650px;
        font-size: 16px;
    }

    .guided_journey_section .custom_slider {
        position: relative;
        top: auto;
        height: auto;
        min-height: auto;
        margin-top: 30px;
        padding-bottom: 0;
    }

    .guided_journey_section .custom_slider .stage {
        height: auto;
        min-height: auto;
        padding: 0;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 330px;
        height: 400px;
        max-width: calc(100% - 30px);
    }

    .what_get_section {
        height: auto !important;
        padding: 70px 0;
        overflow: hidden;
    }

    .what_get_section .container {
        height: auto;
    }

    .what_get_section .what_get_sticky {
        position: relative;
        top: auto;
        min-height: auto;
        padding: 0;
        display: block;
    }

    .what_get_section .what_get_heading {
        margin-bottom: 32px;
    }

    .what_get_section .what_get_line_wrap {
        margin-bottom: 32px;
    }

    .what_get_section .what_get_card_wrap {
        height: auto;
        min-height: 300px;
    }

    .what_get_section .what_get_card {
        min-height: 300px;
        transform: translateY(0) !important;
    }

    .pricing_section .pricing_price_row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 768px) {
    .guided_journey_section {
        padding: 52px 0 0 0 !important;
    }

    .guided_journey_section .guided_journey_title,
    .what_get_section .what_get_title {
        font-size: 32px;
        line-height: 1.08;
    }

    .guided_journey_section .guided_journey_desc,
    .what_get_section .what_get_desc {
        font-size: 15px;
        line-height: 1.4;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 290px;
        height: 350px;
    }

    .guided_journey_section .custom_slider .stage .folder-tab {
        width: 22px;
        height: 82px;
        top: 58px;
    }

    .guided_journey_section .custom_slider .stage .pages-stack {
        inset: 16px;
    }

    .what_get_section {
        padding: 58px 0;
    }

    .what_get_section .what_get_heading {
        margin-bottom: 26px;
    }

    .what_get_section .what_get_line_wrap {
        margin-bottom: 26px;
    }

    .what_get_section .what_get_card_wrap {
        min-height: 280px;
    }

    .what_get_section .what_get_card {
        min-height: 280px;
        padding: 22px 20px;
    }

    .what_get_section .what_get_card .what_get_icon {
        width: 46px;
        margin-bottom: 18px;
    }

    .what_get_section .what_get_card h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 576px) {
    .guided_journey_section {
        padding: 44px 0 0 0 !important;
    }

    .guided_journey_section .guided_journey_heading,
    .what_get_section .what_get_heading {
        max-width: 100%;
    }

    .guided_journey_section .guided_journey_title,
    .what_get_section .what_get_title {
        font-size: 30px;
    }

    .guided_journey_section .guided_journey_desc,
    .what_get_section .what_get_desc {
        font-size: 14px;
    }

    .guided_journey_section .custom_slider .stage .folder-wrap {
        width: 240px;
        height: 300px;
        max-width: calc(100% - 24px);
    }

    .guided_journey_section .custom_slider .stage .folder-body {
        border-radius: 14px;
    }

    .guided_journey_section .custom_slider .stage .folder-tab {
        width: 18px;
        height: 66px;
        top: 48px;
        border-radius: 0 9px 9px 0;
    }

    .guided_journey_section .custom_slider .stage .pages-stack {
        inset: 12px;
    }

    .guided_journey_section .custom_slider .stage .page {
        border-radius: 8px;
    }

    .what_get_section {
        padding: 48px 0;
    }

    .what_get_section .what_get_heading {
        margin-bottom: 24px;
    }

    .what_get_section .what_get_line_wrap {
        margin-bottom: 24px;
    }

    .what_get_section .what_get_card_wrap {
        min-height: auto;
    }

    .what_get_section .what_get_card {
        min-height: 260px;
        padding: 20px;
        border-radius: 14px;
    }

    .what_get_section .what_get_card .what_get_icon {
        width: 42px;
        margin-bottom: 16px;
    }

    .what_get_section .what_get_card h3 {
        font-size: 22px;
        line-height: 1.08;
    }

    .what_get_section .what_get_card p {
        font-size: 14px;
        line-height: 1.45;
    }

}









@media only screen and (max-width: 1400px) {
    .auth_page_section .auth_left_content {
        top: 205px;
    }

    .auth_page_section .auth_left_title {
        font-size: 34px;
        margin-bottom: 50px;
    }

    .auth_page_section .auth_feature_card {
        width: 215px;
        height: 300px;
        padding: 26px 20px;
    }

    .auth_page_section .auth_feature_card h3 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 1200px) {
    .auth_page_section .auth_right_panel {
        padding: 24px 30px;
    }

    .auth_page_section .auth_form_wrap {
        max-width: 460px;
    }

    .auth_page_section .auth_form_title {
        font-size: 38px;
        margin-bottom: 44px;
    }

    .auth_page_section .auth_left_content {
        top: 190px;
    }

    .auth_page_section .auth_left_title {
        font-size: 31px;
        margin-bottom: 44px;
    }

    .auth_page_section .auth_card_swiper .swiper-slide,
    .auth_page_section .auth_card_item {
        height: 380px;
    }

    .auth_page_section .auth_feature_card {
        width: 200px;
        height: 285px;
    }

    .auth_page_section .auth_card_swiper .swiper-slide-active .auth_feature_card {
        transform: scale(1.13);
    }

    .auth_page_section .auth_feature_card h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 992px) {
    .auth_page_section {
        min-height: auto;
        overflow-y: auto;
    }

    .auth_page_section .auth_main_row {
        min-height: auto;
    }

    .auth_page_section .auth_left_panel {
        min-height: auto;
        padding: 24px 0 42px;
    }

    .auth_page_section .auth_right_panel {
        min-height: auto;
        border-radius: 0;
        padding: 70px 24px 50px;
    }

    .auth_page_section .auth_brand {
        margin-left: 24px;
        font-size: 26px;
    }

    .auth_page_section .auth_left_content {
        position: relative;
        top: auto;
        margin-top: 52px;
    }

    .auth_page_section .auth_left_title {
        font-size: 34px;
        margin-bottom: 32px;
    }

    .auth_page_section .auth_card_swiper .swiper-slide,
    .auth_page_section .auth_card_item {
        height: 340px;
    }

    .auth_page_section .auth_feature_card {
        width: 210px;
        height: 280px;
        padding: 24px 20px;
    }

    .auth_page_section .auth_card_swiper .swiper-slide-active .auth_feature_card {
        transform: scale(1.08);
    }

    .auth_page_section .auth_feature_card h3 {
        font-size: 29px;
    }

    .auth_page_section .auth_login_text {
        top: 24px;
        right: 24px;
    }

    .auth_page_section .auth_form_wrap {
        max-width: 500px;
    }
}

@media only screen and (max-width: 768px) {
    .auth_page_section .auth_left_panel {
        padding: 22px 0 36px;
    }

    .auth_page_section .auth_left_content {
        margin-top: 44px;
    }

    .auth_page_section .auth_left_title {
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 25px;
        padding: 0 18px;
    }

    .auth_page_section .auth_left_title br {
        display: none;
    }

    .auth_page_section .auth_card_swiper .swiper-slide,
    .auth_page_section .auth_card_item {
        height: 310px;
    }

    .auth_page_section .auth_feature_card {
        width: 195px;
        height: 260px;
        border-radius: 11px;
        padding: 22px 18px;
    }

    .auth_page_section .auth_feature_icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }

    .auth_page_section .auth_feature_card h3 {
        font-size: 26px;
    }

    .auth_page_section .auth_feature_card p {
        font-size: 12px;
        line-height: 1.25;
    }

    .auth_page_section .auth_right_panel {
        padding: 66px 20px 44px;
    }

    .auth_page_section .auth_form_title {
        font-size: 34px;
        margin-bottom: 36px;
    }

    .auth_page_section .auth_input_group {
        padding: 15px 14px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .auth_page_section .auth_brand {
        margin-left: 16px;
        font-size: 23px;
    }

    .auth_page_section .auth_left_content {
        margin-top: 38px;
    }

    .auth_page_section .auth_left_title {
        font-size: 27px;
        margin-bottom: 26px;
    }

    .auth_page_section .auth_slider_clip {
        padding: 0 0 4px;
    }

    .auth_page_section .auth_card_swiper .swiper-slide,
    .auth_page_section .auth_card_item {
        height: 285px;
    }

    .auth_page_section .auth_feature_card {
        width: 178px;
        height: 238px;
        padding: 20px 16px;
    }

    .auth_page_section .auth_card_swiper .swiper-slide-active .auth_feature_card {
        transform: scale(1.06);
    }

    .auth_page_section .auth_feature_icon {
        width: 36px;
        height: 36px;
        margin-bottom: 14px;
    }

    .auth_page_section .auth_feature_card h3 {
        font-size: 23px;
    }

    .auth_page_section .auth_feature_card p {
        font-size: 11.5px;
    }

    .auth_page_section .auth_right_panel {
        display: block;
        padding: 32px 16px 34px;
    }

    .auth_page_section .auth_login_text {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        margin-bottom: 28px;
        font-size: 13px;
    }

    .auth_page_section .auth_form_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .auth_page_section .auth_input_group {
        padding: 14px 12px;
        border-radius: 6px;
    }

    .auth_page_section .auth_note,
    .auth_page_section .auth_checkbox_row span {
        font-size: 13px;
    }

    .auth_page_section .auth_submit_btn,
    .auth_page_section .auth_google_btn {
        min-height: 50px;
        font-size: 14px;
    }
}






















@media (max-width: 1400px) {
    .personal_info_section .personal_info_container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .personal_info_section .personal_info_title {
        font-size: 32px;
    }

    .personal_info_section .personal_info_progress_row {
        margin-bottom: 32px;
    }
}

@media (max-width: 1200px) {
    .personal_info_section .personal_info_header {
        padding: 18px 24px 0;
    }

    .personal_info_section .personal_info_container {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .personal_info_section .personal_info_logo {
        font-size: 28px;
    }

    .personal_info_section .personal_info_title {
        font-size: 31px;
    }

    .personal_info_section .personal_info_subtitle {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .personal_info_section .personal_info_container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .personal_info_section .personal_info_header {
        padding: 18px 20px 0;
    }

    .personal_info_section .personal_info_logo {
        font-size: 26px;
    }

    .personal_info_section .personal_info_title {
        font-size: 30px;
    }

    .personal_info_section .personal_info_step {
        font-size: 11px;
    }

    .personal_info_section .record_tab_btn {
        padding: 11px 22px;
    }

    .personal_info_section .success_check_wrap {
        margin-top: 35px;
    }
}

@media (max-width: 768px) {
    .personal_info_section {
        min-height: 100dvh;
        overflow-x: hidden;
    }

    .personal_info_section .personal_info_header {
        padding: 16px 16px 0;
    }

    .personal_info_section .personal_info_logo {
        font-size: 24px;
    }

    .personal_info_section .personal_info_login {
        padding-top: 4px;
        font-size: 12px;
        line-height: 1.3;
        text-align: right;
        flex-wrap: wrap;
    }

    .personal_info_section .personal_info_container {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .personal_info_section .personal_info_progress_row {
        margin-bottom: 28px;
    }

    .personal_info_section .personal_info_progress_row>.col-7,
    .personal_info_section .personal_info_progress_row>.col-5 {
        width: 100%;
    }

    .personal_info_section .personal_info_progress_row>.col-5 {
        margin-top: 12px;
    }

    .personal_info_section .personal_info_step {
        text-align: left;
        white-space: normal;
        line-height: 1.3;
    }

    .personal_info_section .personal_info_title {
        font-size: 28px;
        line-height: 1.1;
    }

    .personal_info_section .personal_info_subtitle {
        font-size: 13px;
        margin-bottom: 28px;
    }

    .personal_info_section .record_upload_tabs {
        margin-bottom: 28px;
    }

    .personal_info_section .record_tab_btn {
        width: 50%;
        padding: 11px 12px;
        font-size: 13px;
    }

    .personal_info_section .upload_record_box {
        min-height: 165px;
        padding: 20px 14px;
    }

    .personal_info_section .upload_record_text_break {
        display: none;
    }

    .personal_info_section .record_manual_col {
        width: 100%;
    }

    .personal_info_section .record_manual_title {
        font-size: 20px;
    }

    .personal_info_section .personal_info_note {
        margin-top: 28px;
    }

    .personal_info_section .case_fee_receipt_card {
        max-width: 340px;
    }

    .personal_info_section .success_check_wrap {
        margin-top: 25px;
        margin-bottom: 26px;
    }
}

@media (max-width: 576px) {
    .personal_info_section .personal_info_header {
        padding: 14px 12px 0;
    }

    .personal_info_section .personal_info_header>.col-6 {
        width: 100%;
    }

    .personal_info_section .personal_info_logo {
        display: inline-block;
        font-size: 22px;
    }

    .personal_info_section .personal_info_login {
        justify-content: flex-start !important;
        padding-top: 10px;
        text-align: left;
        gap: 4px;
    }

    .personal_info_section .personal_info_container {
        padding-top: 34px;
        padding-bottom: 34px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .personal_info_section .personal_info_progress_row {
        margin-bottom: 24px;
    }

    .personal_info_section .personal_info_title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .personal_info_section .personal_info_subtitle {
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 24px;
    }

    .personal_info_section .personal_info_input {
        margin-bottom: 14px;
    }

    .personal_info_section .personal_info_field,
    .personal_info_section .personal_info_select_field,
    .personal_info_section .personal_info_textarea {
        padding: 12px 14px;
        font-size: 13px;
    }

    .personal_info_section .personal_info_select::after {
        right: 16px;
        width: 9px;
        height: 9px;
    }

    .personal_info_section .personal_info_note {
        align-items: flex-start !important;
        margin: 24px 0 14px 0;
    }

    .personal_info_section .personal_info_note_text {
        font-size: 11px;
        line-height: 1.45;
    }

    .personal_info_section .personal_info_btn {
        min-height: 44px;
        padding: 0 16px;
        font-size: 14px;
        border-radius: 8px;
    }

    .personal_info_section .record_upload_tabs {
        width: 100%;
        margin-bottom: 24px;
    }

    .personal_info_section .record_tab_btn {
        padding: 11px 8px;
        font-size: 12px;
    }

    .personal_info_section .upload_record_box {
        min-height: 155px;
        margin-bottom: 14px;
        padding: 18px 12px;
    }

    .personal_info_section .upload_icon {
        margin-bottom: 10px;
    }

    .personal_info_section .upload_icon_svg {
        width: 32px;
        height: 32px;
    }

    .personal_info_section .upload_record_title {
        font-size: 13px;
        line-height: 1.25;
        margin-bottom: 9px;
    }

    .personal_info_section .upload_record_text {
        font-size: 12px;
        line-height: 1.35;
    }

    .personal_info_section .record_manual_group {
        margin-bottom: 12px;
    }

    .personal_info_section .record_manual_title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .personal_info_section .record_textarea_box {
        min-height: 105px;
    }

    .personal_info_section .success_check_icon {
        width: 52px;
        height: 52px;
        box-shadow:
            0 0 0 8px rgba(44, 165, 255, 0.18),
            0 0 0 15px rgba(44, 165, 255, 0.08);
    }

    .personal_info_section .success_check_wrap {
        margin-top: 18px;
        margin-bottom: 24px;
    }

    .personal_info_section .case_fee_card_wrap {
        padding-top: 16px;
    }

    .personal_info_section .case_fee_receipt_card {
        max-width: 100%;
        padding: 18px 16px;
    }

    .personal_info_section .receipt_intro {
        font-size: 11px;
        line-height: 1.45;
    }

    .personal_info_section .receipt_divider {
        margin: 22px 0 20px;
    }

    .personal_info_section .receipt_bottom_area {
        align-items: center;
        gap: 10px;
        margin-bottom: 22px;
    }

    .personal_info_section .receipt_fee_title {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .personal_info_section .receipt_fee_price {
        font-size: 28px;
    }

    .personal_info_section .receipt_doc_icon {
        width: 62px;
        height: auto;
    }

    .personal_info_section .laststeppage {
        width: 100%;
        height: auto;
        display: block;
    }
}











@media only screen and (max-width: 1400px) {
    .dashboard_page .dashboard_sidebar_inner {
        padding: 30px 20px 30px 20px;
    }

    .dashboard_page .dashboard_logo {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .dashboard_page .dashboard_menu_item {
        font-size: 15px;
        gap: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .dashboard_page .dashboard_sidebar_inner {
        padding: 28px 16px 28px 16px;
    }

    .dashboard_page .dashboard_logo {
        font-size: 25px;
        margin-bottom: 45px;
    }

    .dashboard_page .dashboard_menu_group {
        margin-bottom: 22px;
    }

    .dashboard_page .dashboard_menu_item {
        min-height: 38px;
        padding: 0 8px 0 8px;
        font-size: 14px;
        gap: 8px;
    }

    .dashboard_page .menu_icon {
        width: 20px;
        height: 20px;
    }

    .dashboard_page .menu_icon svg {
        width: 20px;
        height: 20px;
    }

    .dashboard_page .dashboard_content {
        padding: 36px 24px 42px 24px;
    }

    .dashboard_page .dashboard_welcome_card {
        align-items: flex-start;
    }

    .dashboard_page .dashboard_action_card {
        min-height: 225px;
    }
}

@media only screen and (max-width: 992px) {
    .dashboard_page .dashboard_top_notice {
        min-height: 64px;
        padding: 8px 18px 8px 68px;
    }

    .dashboard_page .dashboard_notice_center {
        width: 100%;
    }

    .dashboard_page .dashboard_content {
        padding: 32px 22px 38px 22px;
    }

    .dashboard_page .dashboard_welcome_card {
        flex-direction: column;
    }

    .dashboard_page .application_status {
        align-self: flex-start;
    }

    .dashboard_page .dashboard_action_card {
        min-height: 220px;
    }

    .dashboard_page .dashboard_offcanvas {
        border-right: 0;
    }

    .dashboard_page .dashboard_offcanvas .dashboard_logo {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .dashboard_page .dashboard_notice_center {
        flex-direction: column;
        gap: 8px;
    }

    .dashboard_page .dashboard_top_notice {
        min-height: 82px;
        padding: 12px 16px 12px 68px;
    }

    .dashboard_page .dashboard_content {
        padding: 28px 16px 34px 16px;
    }

    .dashboard_page .dashboard_welcome_card {
        padding: 18px 18px 18px 18px;
        margin-bottom: 22px;
    }

    .dashboard_page .welcome_left {
        align-items: flex-start;
    }

    .dashboard_page .user_avatar {
        width: 58px;
        height: 58px;
        font-size: 25px;
    }

    .dashboard_page .dashboard_welcome_card h1 {
        font-size: 21px;
    }

    .dashboard_page .dashboard_welcome_card p {
        font-size: 14px;
    }

    .dashboard_page .dashboard_action_card {
        min-height: 205px;
        padding: 22px 18px 18px 18px;
    }

    .dashboard_page .dashboard_action_card h2,
    .dashboard_page .dashboard_panel h2,
    .dashboard_page .empty_research_box h2 {
        font-size: 22px;
    }

    .dashboard_page .dashboard_action_card p {
        font-size: 15px;
    }

    .dashboard_page .dashboard_panel {
        padding: 18px 18px 18px 18px;
    }

    .dashboard_page .consultation_btn {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .dashboard_page .dashboard_logo {
        font-size: 25px;
    }

    .dashboard_page .dashboard_menu_item {
        width: 100%;
        min-height: 42px;
        font-size: 15px;
        padding: 0 10px 0 10px;
    }

    .dashboard_page .dashboard_content {
        padding: 22px 12px 30px 12px;
    }

    .dashboard_page .dashboard_welcome_card {
        border-radius: 10px;
    }

    .dashboard_page .welcome_left {
        flex-direction: column;
        gap: 12px;
    }

    .dashboard_page .application_status {
        width: 100%;
    }

    .dashboard_page .dashboard_action_row {
        --bs-gutter-y: 16px;
    }

    .dashboard_page .dashboard_action_card {
        min-height: 195px;
        border-radius: 10px;
    }

    .dashboard_page .dashboard_yellow_btn {
        min-height: 44px;
        font-size: 14px;
    }

    .dashboard_page .application_info_row {
        row-gap: 16px;
    }

    .dashboard_page .record_thumb {
        width: 66px;
        height: 66px;
    }

    .dashboard_page .empty_research_box {
        min-height: 150px;
        padding: 22px 16px 22px 16px;
    }

    .dashboard_page .empty_research_box p {
        font-size: 14px;
    }

    .dashboard_page .record_list_item {
        align-items: flex-start;
    }

    .dashboard_page .dashboard_mobile_toggle {
        left: 12px;
    }

    .dashboard_page .dashboard_top_notice {
        padding: 12px 12px 12px 60px;
    }

    .dashboard_page .dashboard_notice_center span,
    .dashboard_page .dashboard_notice_center a {
        font-size: 13px;
    }

    .dashboard_page .dashboard_offcanvas_header {
        padding: 24px 18px 8px 18px;
    }

    .dashboard_page .dashboard_offcanvas_body {
        padding: 22px 18px 26px 18px;
    }
}

@media only screen and (max-width: 1400px) {
    .dashboard_page .consultation_page_container {
        margin-left: -90px;
        margin-right: -90px;
    }

    .dashboard_page .dashboard_page_title_wrap h1 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 1200px) {
    .dashboard_page .consultation_page_container {
        margin-left: -60px;
        margin-right: -60px;
    }

    .dashboard_page .documents_protected_inner {
        gap: 24px;
        padding: 10px 22px 10px 22px;
    }

    .dashboard_page .research_price_action {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard_page .research_start_btn {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .dashboard_page .consultation_page_container {
        margin-left: 0;
        margin-right: 0;
    }

    .dashboard_page .dashboard_page_title_wrap {
        margin-bottom: 24px;
    }

    .dashboard_page .documents_records_card {
        min-height: auto;
    }

    .dashboard_page .documents_protected_inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 24px 24px 24px;
        gap: 18px;
    }

    .dashboard_page .documents_protected_card p {
        font-size: 15px;
    }

    .dashboard_page .research_banner p {
        font-size: 21px;
    }

    .dashboard_page .research_price_action {
        flex-direction: row;
        align-items: center;
    }

    .dashboard_page .research_start_btn {
        width: auto;
    }

    .dashboard_page .consultation_profile_panel,
    .dashboard_page .consultation_calendar_panel,
    .dashboard_page .consultation_time_panel {
        min-height: auto;
    }

    .dashboard_page .consultation_profile_panel {
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .dashboard_page .consultation_time_panel {
        border-left: 0;
        border-top: 1px solid #e6e6e6;
    }
}

@media only screen and (max-width: 768px) {
    .dashboard_page .dashboard_page_title_wrap h1 {
        font-size: 26px;
    }

    .dashboard_page .my_application_status_card {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 18px 18px 18px;
    }

    .dashboard_page .my_application_card {
        padding: 18px 18px 18px 18px;
    }

    .dashboard_page .my_application_thumb {
        width: 130px;
        height: 82px;
    }

    .dashboard_page .documents_records_inner {
        padding: 18px 18px 18px 18px;
    }

    .dashboard_page .document_large_preview {
        height: 200px;
    }

    .dashboard_page .documents_support_row {
        flex-wrap: wrap;
    }

    .dashboard_page .documents_protected_icon img{
        max-height: 120px;
    }

    .dashboard_page .research_banner {
        min-height: 84px;
        padding: 18px 20px 18px 20px;
    }

    .dashboard_page .research_banner p {
        font-size: 19px;
    }

    .dashboard_page .research_price_action {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard_page .research_start_btn {
        width: 100%;
    }

    .dashboard_page .consultation_calendar_panel {
        padding: 22px 14px 22px 14px;
    }


    .dashboard_page .consultation_confirm_btn {
        width: 100%;
        min-width: auto;
    }
}

@media only screen and (max-width: 576px) {
    .dashboard_page .dashboard_page_title_wrap {
        margin-bottom: 20px;
    }

    .dashboard_page .dashboard_page_title_wrap h1 {
        font-size: 24px;
    }

    .dashboard_page .my_application_status_card h2,
    .dashboard_page .my_application_card h2,
    .dashboard_page .documents_records_card h2,
    .dashboard_page .documents_protected_card h2 {
        font-size: 22px;
    }

    .dashboard_page .my_application_field {
        min-height: 40px;
        padding: 0 14px 0 14px;
        font-size: 14px;
        margin-bottom: 14px;
    }

    .dashboard_page .my_application_thumb_wrap {
        flex-wrap: wrap;
    }

    .dashboard_page .my_application_thumb {
        width: 100%;
        height: 105px;
    }

    .dashboard_page .my_application_note_box {
        font-size: 15px;
        min-height: 130px;
    }

    .dashboard_page .documents_records_card {
        padding: 16px 16px 16px 16px;
    }

    .dashboard_page .document_large_preview {
        height: 180px;
    }

    .dashboard_page .document_small_preview,
    .dashboard_page .document_upload_box {
        width: 100%;
        height: 110px;
    }

    .dashboard_page .documents_protected_card {
        padding: 18px 16px 18px 16px;
    }

    .dashboard_page .documents_protected_inner {
        padding: 20px 18px 20px 18px;
    }

    .dashboard_page .research_price_card {
        min-height: auto;
        padding: 18px 18px 20px 18px;
    }

    .dashboard_page .research_price_top {
        padding: 18px 18px 18px 18px;
    }

    .dashboard_page .research_price_action h3 {
        font-size: 42px;
    }

    .dashboard_page .research_features {
        padding: 24px 16px 0 16px;
    }

    .dashboard_page .research_features ul li {
        font-size: 15px;
    }

    .dashboard_page .consultation_profile_panel,
    .dashboard_page .consultation_calendar_panel,
    .dashboard_page .consultation_time_panel {
        padding: 20px 16px 20px 16px;
    }

    .dashboard_page .consultation_time_btn {
        min-height: 40px;
        font-size: 15px;
    }
}


@media only screen and (max-width: 768px) {
    .dashboard_page .consultation_calendar_grid .consultation_week_name {
        min-height: 34px;
        font-size: 13px;
    }

    .dashboard_page .consultation_calendar_grid .consultation_day {
        height: 54px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .dashboard_page .consultation_calendar_grid {
        gap: 3px;
    }

    .dashboard_page .consultation_calendar_grid .consultation_week_name {
        min-height: 30px;
        font-size: 11px;
    }

    .dashboard_page .consultation_calendar_grid .consultation_day {
        height: 46px;
        border-radius: 5px;
        font-size: 13px;
    }

    .dashboard_page .consultation_calendar_grid .consultation_day.next_month span {
        top: 5px;
        left: 5px;
        font-size: 10px;
    }
}