/* Responsive Styles  */
@media (max-width: 1200px) {
    .Ro_header_nav {
        gap: 24px;
    }
    .Ro_features_list {
        gap: 24px;
    }
    .Ro_vehicle_types_item, .Ro_vehicle_types_img {
        min-height: 260px;
        height: 260px;
        border-radius: 14px;
    }
    .Ro_vehicle_types_label {
        font-size: 20px;
        left: 16px;
        bottom: 16px;
    }
    .Ro_vehicle_types_nav_prev {
        left: -32px;
    }
    .Ro_vehicle_types_nav_next {
        right: -32px;
    }
}

@media (max-width: 992px) {
    .Ro_header_nav {
        gap: 16px;
    }
    .Ro_header_contact {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .navbar-toggler{
        display:none;
    }
    .Ro_header_nav.collapse:not(.show) {
        display: none !important;
    }
    .Ro_header_nav {
        width: 100%;
        background: var(--background-color-primary);
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 100;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        padding: 0 0 12px 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    }
    .Ro_header_nav_link {
        width: 100%;
        padding: 12px 24px;
        border-bottom: 1px solid #232323;
        font-size: 20px;
        text-align: left;
    }
    .Ro_header_nav_links {
        flex-direction: column;
        gap: 0px !important;
    }
    .navbar-toggler {
        display: flex;
        z-index: 200;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    .Ro_hero_wrapper {
        height: auto;
        padding: 200px 0px 200px  0;
    }
    .Ro_hero_wrapper_index {
        padding: 150px 0px 250px 0;
    }
    .Ro_red_box_content {
        min-height: 350px;
        margin-top: -50px;
    }
    .Ro_hero_title {
        font-size: 36px;
    }
    .Ro_hero_subtitle {
        font-size: 20px;
     }
    .Ro_container_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .Ro_features {
        padding: 60px 0 60px 0;
    }
    .Ro_features_list {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .Ro_features_item {
        max-width: 100%;
        padding: 0 0 0px 0;
        margin-bottom: 20px;
    }
    .Ro_features_title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .Ro_features_subtitle {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .Ro_features_item_title {
        font-size: 24px;
    }
    .Ro_features_item_title {
        font-size: 24px;
    }
    .Ro_how_it_work {
        padding: 0px 0 60px 0;
    }
    .Ro_how_it_work_wrapper {
        padding: 50px 30px;
    }
    .Ro_how_it_work_image_wrapper {
        min-height: 200px;
        border-radius: 12px;
    }
    .Ro_how_it_work_step {
        padding: 20px 10px 20px 10px;
    }
    .Ro_how_it_work_title {
        font-size: 34px;
    }
    .Ro_how_it_work_step_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .Ro_how_it_work_content {
        align-items: flex-start !important;
    }
    .Ro_finance_partners {
        padding: 60px 0 160px 0;
    }
    .Ro_finance_partners_title {
        font-size: 34px;
    }
    .Ro_finance_partners_subtitle {
        font-size: 20px;
        max-width: 100%;
    }
    .Ro_finance_partners_logo img {
        max-height: 100%;
        max-width: 100%;
    }
    .Ro_finance_logo {
        min-width: 120px;
        max-width: 140px;
    }
    .Ro_finance_partners_slider_track {
        gap: 16px;
    }
    .Ro_featured_tools_card_title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .Ro_popular_brands_logo {
        max-width: 80px;
        max-height: 60px;
    }
    .Ro_popular_brands_card {
        padding: 20px 8px 16px 8px;
        min-height: 120px;
    }
    .Ro_featured_tools_card_desc {
        margin-bottom: 0;
    }
    .Ro_vehicle_types_nav_next {
        right: 0;
    }
    .Ro_vehicle_types_nav_prev {
        left: 0;
    }
    .Ro_financing_journey_wrapper {
        padding: 40px 30px;
        margin-top: -120px;
    }
    .Ro_financing_journey_title {
        font-size: 34px;
        margin-bottom: 20px !important;
    }
    .Ro_financing_journey_header {
        flex-direction: column !important;
        gap: 20px;
        align-items: flex-start !important;
        margin-bottom: 40px;
    }
    .Ro_financing_journey_card_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Ro_financing_journey_card_desc {
        text-align: center;
    }
    .Ro_financing_journey_card_title {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    .Ro_financing_journey_card {
        flex-direction: column;
    }
    .Ro_featured_tools {
        padding-top: 60px;
    }
    .Ro_featured_tools_title {
        font-size: 36px;
    }
    .Ro_featured_tools_subtitle {
        margin-bottom: 40px;
    }
    .Ro_featured_tools_card_content {
        max-width: 100%;
    }
    .Ro_footer_inner {
        padding: 60px 30px;
    }
    .Ro_vehicle_types_item {
        min-height: auto;
        height: auto;
    }
    .Ro_vehicle_types_img {
        min-height: auto;
        height: auto;
    }
    .Ro_popular_brands {
        padding: 60px 0;
    }
    .Ro_popular_brands_title {
        font-size: 36px;
    }
    .Ro_vehicle_types {
        padding: 60px 0;
    }
    .Ro_vehicle_types_title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .Ro_our_partners {
        padding: 60px 0 0 0;
    }
    .Ro_our_partners_title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .Ro_our_partners_logo img {
        max-height: 100%;
        max-width: 100%;
    }
    .Ro_top_reads {
        padding: 60px 20px 0 20px;
    }
    .Ro_top_reads_title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .Ro_top_reads_slider {
        margin: 0 -10px;
    }
    .Ro_top_reads_card_wrapper {
        padding: 0 10px;
    }
    .Ro_reviews {
        padding: 60px  0;
    }
    .Ro_reviews_title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .Ro_faqs {
        padding: 60px 0;
    }
    .Ro_faqs_title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .Ro_faqs_accordion_button {
        padding: 20px 0px;
        font-size: 22px;
    }
    .Ro_faqs_accordion_body {
        padding: 0px 0px 20px 0px;
    }
    .Ro_footer {
        padding-top: 0px;
    }
    .Ro_footer_copyright_text_content {
        padding: 40px 0px;
    }
    .Ro_vehicle_types_slider {
        width: 100%;
        margin: 0 !important;
    }
    .slider-nav {
        width: 100%;
        display: none;
    }
    .Ro_vehicle_types_slider_wrapper {
        flex-direction: column;
    }
    .Ro_top_reads_slider .slick-prev {
        left: 15px;
    }
    .Ro_top_reads_slider .slick-next {
        right: 15px;
    }
    .Ro_reviews_slider .slick-next {
        right: 0px;
    }
    .Ro_reviews_slider .slick-prev {
        left: 0px;
    }
    .Ro_faq_header_title {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .Ro_who_we {
        padding: 60px 0;
    }
    .Ro_who_we_title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .Ro_what_we_do {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Ro_what_we_do_title {
        font-size: 34px;
    }
    .Ro_header_nav_global {
        background-color: #fff !important;
    }
    .Ro_car_finance_partners {
        margin-top: 60px;
    }
    .Ro_value_section {
        margin-top: 60px;
    }
    .Ro_value_container h2 {
        font-size: 24px;
    }
    .Ro_Offer_financing_journey {
        padding: 60px 0;
    }
    .Ro_sell_hero_wrapper {
        min-height: auto;
        padding: 200px 0;
    }
    .Ro_header_wrapper_inner_global .Ro_menu_icon_hamburger {
        color: #303030;
    }
    .Ro_header_wrapper_inner_global .Ro_menu_icon_close {
        color: #303030;
    }
    .Ro_partnerships_hero_wrapper {
        min-height: 80vh;
    }
    .Ro_partnerships_hero_title {
        font-size: 36px;
    }
    .Ro_what_we_do_wrapper {
        padding-bottom: 50px;
    }
    .Ro_partnerships_hero_wrapper {
        min-height: 70vh;
    }
    .Ro_partnerships_hero_title {
        font-size: 34px;
    }
    .Ro_partner_ready_form_title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .Ro_partner_ready_form_wrapper {
        padding: 40px 30px;
        max-width: 95%;
    }
    .Ro_business_ready_img_inner {
        height: 100%;
    }
    .Ro_ev_hero_wrapper {
        padding: 180px 0;
        min-height: auto;
    }
    .Ro_electric_revolution {
        padding: 60px 0;
        padding-bottom: 0px;
    }
    .Ro_electric_revolution_title {
        font-size: 34px;
    }
    .Ro_charging-section_title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .Ro_range-section {
        padding: 60px 0px;
        margin-bottom: -50px;
    }
    .Ro_range-section_title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .Ro_ev_content-title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .Ro_ev_drive_wrapper {
        padding-top: 250px;
        padding-bottom: 250px;
        min-height: 680px;
    }
    .Ro_ev_content_wrapper {
        margin: 80px 0;
    }
    .Ro_ev_electric_wrapper {
        min-height: auto;
        padding: 120px 0;
    }
    .Ro_ev_incentives-section {
        margin-bottom: 80px;
        margin-top: 80px;
    }
    .Ro_ev_incentives-title.text-center {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .Ro_ev_incentives-card-title {
        font-size: 24px;
    }
    .Ro_ev_incentives-card {
        padding: 25px 25px;
    }
    .Ro_contact_form_title {
        font-size: 26px;
    }
    .Ro_contact_info_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .Ro_contact_form_subtitle {
        font-size: 24px;
    }
    .Ro_contact_form_container {
        padding-left: 0;
    }
    .Ro_contact_map_wrapper {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .Ro_terms_title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .Ro_terms_section {
        padding-top: 30px;
    }
    /* Tabs Section Styles */
    .Ro_search_controls {
        flex-direction: column;
    }
    .Ro_price_range {
        flex: none;
        width: 100%;
    }
    .Ro_location_input {
        flex: none;
        width: 100%;
    }
    .Ro_body_style_dropdown {
        width: 100%;
    }
    .Ro_license_plate_form {
        flex-direction: column;
    }
    .Ro_license_plate_input_wrapper {
        width: 100%;
        flex: none;
    }
    .Ro_state_dropdown_wrapper {
        width: 100%;
        flex: none;
    }
    .Ro_postcode_input_wrapper {
        width: 100%;
        flex: none;
    }
    .Ro_find_your_fit_deposit_wrapper {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .Ro_how_it_work_image {
        height: 350px;
    }
    .Ro_footer_inner_wrapper {
        row-gap: 30px;
    }
    .Ro_features_item_title {
        font-size: 20px;
    }
    .Ro_financing_journey_card_title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .Ro_top_header_link {
        margin-right: 0px;
    }
    .Ro_hero_title {
        font-size: 32px;
        padding: 0;
    }
    .Ro_hero_subtitle {
        font-size: 18px;
        padding: 0;
        margin-bottom: 10px;
    }
    .Ro_features {
        padding: 40px 0 40px 0;
    }
    .Ro_features_title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .Ro_features_subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .Ro_features_item_title {
        font-size: 18px;
    }
    .Ro_features_item {
        margin-bottom: 15px;
    }
    .Ro_how_it_work_wrapper {
        padding: 30px 20px;
        border-radius: 15px;
    }
    .Ro_how_it_work_subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .Ro_how_it_work_step_title {
        font-size: 18px;
    }
    .Ro_how_it_work_icon {
        width: 100%;
        height: auto;
    }
    .Ro_how_it_work_content {
        flex-direction: column;
    }
    .Ro_how_it_work_image_wrapper,
    .Ro_how_it_work_image {
        max-width: 100%;
        min-height: 160px;
        border-radius: 8px;
    }
    .Ro_how_it_work_step {
        margin-bottom: 0px;
        padding: 30px 20px 30px 20px;
    }
    .Ro_finance_partners {
        padding: 40px 0 100px 0;
    }
    .Ro_how_it_work_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .Ro_finance_partners_title {
        font-size: 28px;
    }
    .Ro_finance_partners_subtitle {
        font-size: 18px;
        margin-bottom: 30px;
     }
     .Ro_financing_journey_wrapper {
        padding: 30px 20px;
        margin-top: -50px;
        border-radius: 15px;
    }
    .Ro_financing_journey_title {
        font-size: 28px;
        margin-bottom: 15px !important;
    }
    .Ro_financing_journey_subtitle {
        font-size: 18px;
    }
    .Ro_financing_journey_btn {
        font-size: 18px;
        padding: 12px 20px;
    }
    .Ro_financing_journey_header {
        margin-bottom: 30px;
    }
    .Ro_financing_journey_card {
        padding: 30px 20px 30px 20px;
        gap: 15px;
    }
    .Ro_finance_logo {
        min-width: 80px;
        max-width: 100px;
    }
    .Ro_financing_journey_card_title {
        font-size: 18px;
    }
    .Ro_financing_journey_card_desc {
        font-size: 16px;
    }
    .Ro_featured_tools {
        padding-top: 40px;
    }
    .Ro_featured_tools_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .Ro_featured_tools_subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .Ro_featured_tools_card {
        padding: 50px 30px;
        border-radius: 18px;
    }
    .Ro_featured_tools_card_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .Ro_popular_brands {
        padding: 40px 0;
    }
    .Ro_popular_brands_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .Ro_popular_brands_btn {
        font-size: 18px;
        padding: 12px 24px;
        margin-bottom: 30px;
    }
    .Ro_vehicle_types {
        padding: 40px 0;
    }
    .Ro_vehicle_types_all {
        font-size: 20px;
    }
    .Ro_vehicle_types_title {
        font-size: 28px;
    }
    .Ro_vehicle_types_item {
        min-height: 100%;
        height: 100%;
    }
    .owl-dots {
        text-align: center;
        margin-top: 0;
    }
    .Ro_our_partners {
        padding: 40px 0 0 0;
    }
    .Ro_our_partners_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .Ro_top_reads {
        padding: 40px 20px 0 20px;
    }
    .Ro_top_reads_title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .Ro_top_reads_slider {
        margin: 0 -5px;
    }
    .Ro_top_reads_card_wrapper {
        padding: 0 5px;
    }
    .Ro_top_reads_link {
        font-size: 16px;
    }
    .Ro_reviews {
        padding: 40px  0;
        padding-bottom: 70px;
    }
    .Ro_reviews_title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .Ro_faqs {
        padding: 40px 0;
    }
    .Ro_faqs_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .Ro_faqs_accordion_button {
        font-size: 18px;
    }
    .Ro_faqs_accordion_body {
        font-size: 14px;
    }
    .Ro_faqs_accordion_button {
        padding: 15px 0px;
        font-size: 18px;
    }
    .Ro_footer_title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .Ro_footer_copyright_text_content {
        font-size: 14px;
    }
    .Ro_faqs_accordion_button::after {
        font-size: 20px !important;
    }
    .Ro_footer_products_wrapper {
        margin-top: 20px;
    }
    .Ro_footer_resources_wrapper {
        margin-top: 20px;
    }
    .Ro_footer_legal_wrapper {
        margin-top: 20px;
    }
    .Ro_footer_contact_wrapper {    
        margin-top: 30px;
    }
    .Ro_red_box_content_wrapper {
        min-height: 350px;
    }
    .Ro_red_box_title {
        font-size: 32px;
    }
    .Ro_faq_header_title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .Ro_faq_header {
        padding: 100px 0 60px 0px;
    }
    .Ro_who_we {
        padding: 40px 0;
    }
    .Ro_who_we_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .Ro_what_we_do_wrapper {
        padding-bottom: 30px;
    }
    .Ro_what_we_do_title {
        font-size: 28px;
    }
    .Ro_what_we_do_subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .Ro_what_we_do_wrapper {
        padding-bottom: 30px;
        gap: 15px;
    }
    .Ro_what_we_do_card_title {
        font-size: 20px;
    }
    .Ro_features_item_about_title {
        margin-bottom: 15px;
    }
    .Ro_value_section {
        margin-top: 40px;
    }
    .Ro_value_container h2 {
        font-size: 20px;
    }
    .Ro_Offer_financing_journey {
        padding: 40px 0;
    }
    .Ro_financing_journey_header_1 {
        margin-bottom: 30px;
    }
    .Ro_financing_journey_card_1 .Ro_financing_journey_card_title {
        text-align: center;
    }
    .Ro_sell_hero_wrapper {
        min-height: auto;
        padding: 100px 0;
    }
    .Ro_sell_hero_title {
        font-size: 34px;
    }
    .Ro_sell_featured_tools {
        padding: 40px 0 40px 0px;
    }
    .Ro_sell_hero_content {
        text-align: center;
    }
    .Ro_sell_hero_subtitle {
        margin-top: 15px;
    }
    .Ro_partnerships_hero_title {
        font-size: 28px;
    }
    .Ro_partnerships_hero_subtitle {
        margin-top: 20px;
    }
    .Ro_partnerships_hero_content {
        max-width: 100%;
        margin-left: 0;
    }
    .Ro_what_we_do_card {
        padding: 25px;
    }
    .Ro_partnerships_hero_wrapper {
        min-height: auto;
        padding: 100px 0;
    }
    .Ro_business_ready_img {
        width: 100%;
    }
    .Ro_business_ready_content {
        width: 100%;
        padding: 30px 20px;
    }
    .Ro_business_ready_wrapper {
        flex-direction: column;
    }
    .Ro_partner_ready_form_section {
        padding: 60px 0;
        padding-top: 20px;
    }
    .Ro_business_ready_section {
        padding: 60px 0;
    }
    .Ro_partner_features_title {
        margin-bottom: 15px;
    }
    .Ro_partner_ready_form_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .Ro_partner_advantage_title {
        margin-bottom: 10px;
    }
    .Ro_what_we_do_card_trans {
        padding: 0px;
        padding-bottom: 10px;
    }
    .Ro_partnerships_hero_wrapper_inner {
        padding: 60px 0;
    }
    .Ro_financing_journey_card-bg {
        padding: 40px 20px;
    }
    .Ro_financing_journey_card-bg .Ro_financing_journey_card_desc {
        font-size: 14px;
    }
    .Ro_business_ready_section {
        padding: 40px 0;
    }
    .Ro_ev_hero_wrapper {
        padding: 100px 0;
    }
    .Ro_ev_hero_subtitle {
        font-size: 16px;
    }
    .Ro_electric_revolution_title {
        font-size: 28px;
    }
    .Ro_electric_revolution_subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .Ro_electric_revolution_card_title {
        font-size: 22px;
    }
    .Ro_electric_revolution_stat_value {
        font-size: 22px;
    }
    .Ro_charging-section {
        padding: 40px 0px;
    }
    .Ro_charging-section_title {
        font-size: 28px;
    }
    .Ro_charging-section_desc {
        margin-bottom: 30px;
    }
    .Ro_tab-box {
        gap: 20px;
        flex-direction: column;
        justify-content: center;
    }
    .Ro_tab-content {
        padding: 20px;
    }
    .Ro_text-content_title {
        font-size: 24px;
        text-align: center;
    }
    .Ro_text-content_desc {
        text-align: center;
    }
    .Ro_range-section {
        padding: 60px 0px;
        padding-top: 20px;
    }
    .Ro_range-section_title {
        font-size: 28px;
    }
    .Ro_range-section_desc {
        font-size: 16px;
    }
    .Ro_ev_drive_wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
        min-height: 400px;
        margin-top: 0;
    }
    .Ro_ev_content_wrapper {
        margin: 60px 0;
    }
    .Ro_ev_content-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .Ro_ev_electric_wrapper {
        padding: 80px 0;
    }
    .Ro_ev_electric_wrapper .row {
        justify-content: center;
    }
    .Ro_ev_ship_hero_content {
        max-width: 100%;
    }
    .Ro_ev_incentives-section {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .Ro_ev_incentives-title.text-center {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .Ro_ev_incentives-card-title {
        font-size: 20px;
    }
    .Ro_ev_incentives-card-content hr {
        margin: 20px 0 20px;
    }
    .Ro_terms_title {
        font-size: 28px;
    }
    .Ro_terms_subtitle {
        font-size: 16px;
    }
    .Ro_terms_section_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Ro_terms_wrapper {
        padding: 100px 0 60px 0px;
    }
    .Ro_value-container h2 {
        font-size: 24px;
    }

    /* Tabs Section Styles */
    .Ro_car_buying_tabs_wrapper_inner_title {
        font-size: 32px;
    }
    .Ro_car_buying_tabs_wrapper_inner_description {
        font-size: 18px;
    }
    .Ro_car_buying {
        padding: 40px 0;
    }
    .Ro_car_buying_tabs {
        gap: 1px;
    }
    .Ro_tab_text {
        font-size: 12px;
    }
    .Ro_car_buying_tabs .nav-item {
        max-width: 100%;
    }
    .Ro_tab_button {
        flex-direction: column;
        gap: 5px;
        padding: 0 5px;
    }
    .Ro_tab_panel {
        padding: 40px 20px;
    }
    .Ro_tab_title {
        font-size: 24px;
    }
    .Ro_tab_description {
        font-size: 16px;
    }
    .Ro_tab_image {
        min-height: 200px;
        margin-top: 20px;
    }
    .Ro_buy_new_content {
        padding: 20px;
    }
    .Ro_inner_tabs {
        gap: 5px;
    }
    .Ro_inner_tab_button {
        padding: 8px 10px;
        font-size: 12px;
    }
    .Ro_inner_tab_button.active {
        padding: 8px 10px;
        font-size: 12px;
    }
    .Ro_inner_tab_button {
        width: 100%;
        justify-content: center;
    }
    .Ro_makes_grid .col-6 {
        margin-bottom: 10px;
    }
    .Ro_search_controls {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    .Ro_price_range,
    .Ro_location_input {
        flex: 1 1 auto;
    }
    .Ro_search_button {
        padding: 15px 30px;
        font-size: 16px;
        height: 50px;
        width: 100%;
        flex: 1 1 auto;
        margin-top: 0;
    }
    .Ro_license_plate_form {
        flex-direction: column;
        gap: 15px;
    }
    .Ro_license_plate_input_wrapper,
    .Ro_state_dropdown_wrapper,
    .Ro_postcode_input_wrapper,
    .Ro_find_out_more_button {
        width: 100%;
    }
    .Ro_license_plate_input::placeholder,
    .Ro_postcode_input::placeholder {
        font-size: 16px;
    }
    .Ro_find_out_more_button {
        height: 50px;
        padding: 15px 30px;
        font-size: 16px;
    }
    .Ro_financing_section {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    .Ro_financing_title {
        font-size: 18px;
    }
    .Ro_financing_features {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .Ro_financing_feature {
        justify-content: center;
    }
    .Ro_feature_text {
        font-size: 14px;
    }
    .Ro_get_offer_button {
        width: 100%;
        padding: 15px 30px;
        height: 50px;
        font-size: 16px;
    }
}


@media (max-width: 767px) {
    .Ro_footer_inner_wrapper {
        row-gap: 0px;
    }
    .Ro_footer_social_link {
        font-size: 30px;
    }
    .Ro_footer_inner {
        padding: 40px 20px;
        border-radius: 20px;
    }
    .Ro_financing_journey_card_content {
        width: 100%;
        text-align: center;
    }
    .Ro_form_group {
        margin-bottom: 20px;
    }
}
@media (max-width: 580px) {
    .Ro_hero_wrapper {
        padding: 140px 0px 140px  0;
    }
    .Ro_hero_wrapper_index {
        padding: 120px 0px 180px 0;
    }
    .Ro_hero_subtitle {
        font-size: 15px;
        margin-bottom: 0;
    }
    .Ro_hero_title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .Ro_top_header_link {
        font-size: 16px;
    }
    .Ro_footer_links {
        gap: 5px;
    }
    .Ro_footer_contact {
        gap: 15px;
    }
    .Ro_footer_title {
        margin-bottom: 5px;
    }
    .Ro_partner_ready_form_wrapper {
        padding: 30px 15px;
        max-width: 100%;
    }

    /* Tabs Section Styles */
    .Ro_car_buying_tabs_wrapper {
        margin-top: -150px;
    }
    .Ro_car_buying_tabs {
        margin-bottom: 5px;
        gap: 1px;
    }
    .Ro_car_buying_tabs_wrapper_inner_title {
        font-size: 24px;
    }
    .Ro_car_buying_tabs_wrapper_inner_description {
        font-size: 15px;
    }
    .Ro_tab_button {
        height: 45px;
        gap: 4px;
    }
    .Ro_tab_icon {
        width: 15px;
    }
    .Ro_tab_text {
        font-size: 10px;
    }
    .Ro_tab_button {
        padding: 0 0px;
    }
    .Ro_button_wrapper {
        padding-left: 15px;
    }
    .Ro_tab_panel {
        padding: 30px 15px;
    }
    .Ro_tab_title {
        font-size: 20px;
    }
    .Ro_section_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .Ro_make_card {
        height: 110px;
        padding: 10px;
    }
    .Ro_make_logo {
        margin-bottom: 8px;
    }
    .Ro_make_image {
        max-height: 40px;
    }
    .Ro_make_name {
        font-size: 12px;
    }
    .Ro_financing_content {
        padding: 20px;
    }
    .Ro_financing_section {
        padding: 20px 15px;
    }
    .Ro_financing_title {
        font-size: 16px;
    }
    .Ro_financing_features {
        gap: 12px;
    }
    .Ro_feature_text {
        font-size: 13px;
    }
    .Ro_feature_icon {
        width: 18px;
        height: 18px;
    }
    .Ro_feature_icon svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .Ro_tab_text {
        font-size: 8px;
    }
}