:root {

    /* Background Colors */
    --background-color-body: #fff;
    --background-color-primary: #1B1B1C;
    --background-color-secondary: #F8F8F8;
    --global-color-primary: #1e293b;
    --global-color-secondary: #F8F8F8;
    --global-color-1: #707781;
    --global-color-2: #8E8E8E;

    /* Typography Sizes */
    --h1-font-size: 48px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 18px;
}
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Nolan Fonts */
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-Italic.eot');
    src: local('Nolan Italic'), local('Nolan-Italic'),
        url('../fonts/Nolan-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-Italic.woff2') format('woff2'),
        url('../fonts/Nolan-Italic.woff') format('woff'),
        url('../fonts/Nolan-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-Heavy.eot');
    src: local('Nolan Heavy'), local('Nolan-Heavy'),
        url('../fonts/Nolan-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-Heavy.woff2') format('woff2'),
        url('../fonts/Nolan-Heavy.woff') format('woff'),
        url('../fonts/Nolan-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan Book';
    src: url('../fonts/Nolan-BookItalic.eot');
    src: local('Nolan Book Italic'), local('Nolan-BookItalic'),
        url('../fonts/Nolan-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-BookItalic.woff2') format('woff2'),
        url('../fonts/Nolan-BookItalic.woff') format('woff'),
        url('../fonts/Nolan-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-Bold.eot');
    src: local('Nolan Bold'), local('Nolan-Bold'),
        url('../fonts/Nolan-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-Bold.woff2') format('woff2'),
        url('../fonts/Nolan-Bold.woff') format('woff'),
        url('../fonts/Nolan-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-HeavyItalic.eot');
    src: local('Nolan Heavy Italic'), local('Nolan-HeavyItalic'),
        url('../fonts/Nolan-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-HeavyItalic.woff2') format('woff2'),
        url('../fonts/Nolan-HeavyItalic.woff') format('woff'),
        url('../fonts/Nolan-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan Extra';
    src: url('../fonts/Nolan-ExtraBoldItalic.eot');
    src: local('Nolan Extra Bold Italic'), local('Nolan-ExtraBoldItalic'),
        url('../fonts/Nolan-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Nolan-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/Nolan-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-LightItalic.eot');
    src: local('Nolan Light Italic'), local('Nolan-LightItalic'),
        url('../fonts/Nolan-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-LightItalic.woff2') format('woff2'),
        url('../fonts/Nolan-LightItalic.woff') format('woff'),
        url('../fonts/Nolan-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-BoldItalic.eot');
    src: local('Nolan Bold Italic'), local('Nolan-BoldItalic'),
        url('../fonts/Nolan-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-BoldItalic.woff2') format('woff2'),
        url('../fonts/Nolan-BoldItalic.woff') format('woff'),
        url('../fonts/Nolan-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan Book';
    src: url('../fonts/Nolan-Book.eot');
    src: local('Nolan Book'), local('Nolan-Book'),
        url('../fonts/Nolan-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-Book.woff2') format('woff2'),
        url('../fonts/Nolan-Book.woff') format('woff'),
        url('../fonts/Nolan-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan Extra';
    src: url('../fonts/Nolan-ExtraBold.eot');
    src: local('Nolan Extra Bold'), local('Nolan-ExtraBold'),
        url('../fonts/Nolan-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-ExtraBold.woff2') format('woff2'),
        url('../fonts/Nolan-ExtraBold.woff') format('woff'),
        url('../fonts/Nolan-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-Medium.eot');
    src: local('Nolan Medium'), local('Nolan-Medium'),
        url('../fonts/Nolan-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-Medium.woff2') format('woff2'),
        url('../fonts/Nolan-Medium.woff') format('woff'),
        url('../fonts/Nolan-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-Light.eot');
    src: local('Nolan Light'), local('Nolan-Light'),
        url('../fonts/Nolan-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-Light.woff2') format('woff2'),
        url('../fonts/Nolan-Light.woff') format('woff'),
        url('../fonts/Nolan-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-ThinItalic.eot');
    src: local('Nolan Thin Italic'), local('Nolan-ThinItalic'),
        url('../fonts/Nolan-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-ThinItalic.woff2') format('woff2'),
        url('../fonts/Nolan-ThinItalic.woff') format('woff'),
        url('../fonts/Nolan-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-Thin.eot');
    src: local('Nolan Thin'), local('Nolan-Thin'),
        url('../fonts/Nolan-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-Thin.woff2') format('woff2'),
        url('../fonts/Nolan-Thin.woff') format('woff'),
        url('../fonts/Nolan-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-Regular.eot');
    src: local('Nolan'), local('Nolan-Regular'),
        url('../fonts/Nolan-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-Regular.woff2') format('woff2'),
        url('../fonts/Nolan-Regular.woff') format('woff'),
        url('../fonts/Nolan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nolan';
    src: url('../fonts/Nolan-MediumItalic.eot');
    src: local('Nolan Medium Italic'), local('Nolan-MediumItalic'),
        url('../fonts/Nolan-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nolan-MediumItalic.woff2') format('woff2'),
        url('../fonts/Nolan-MediumItalic.woff') format('woff'),
        url('../fonts/Nolan-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Typography Styles */
body {
    
    font-family: 'Nolan', Arial, sans-serif;
    background-color: var(--background-color-body);
    color: var(--global-color-primary);
    line-height: 1.6;
    font-size: var(--p-font-size);
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    color: var(--global-color-primary);
}
h1 {
    font-size: var(--h1-font-size);
    margin-bottom: var(--margin-bottom-mg);
}
h2 {
    font-size: var(--h2-font-size);
    margin-bottom: var(--margin-bottom-mg);
}
h3 {
    font-size: var(--h3-font-size);
    margin-bottom: var(--margin-bottom-sm);
}
h4 {
    font-size: var(--h4-font-size);
    margin-bottom: var(--margin-bottom-sm);
}
h5 {
    font-size: var(--h5-font-size);
    margin-bottom: var(--margin-bottom-sm);
}
h6 {
    font-size: var(--h6-font-size);
    margin-bottom: var(--margin-bottom-sm);
}
p {
    font-size: var(--p-font-size);
    margin-bottom: var(--margin-bottom-sm);
}
.font-weight-medium{
    font-weight: 600;
}

.color_white {
    color: #fff;
}
.color_white h3 {
    color: #fff;
}
.color_white .Ro_trustpilot_stars {
    color: #fff;
}
.color_white .Ro_trustpilot_review_count {
    color: #fff;
}
/* Wrapper container for sections */
.Ro_hero_wrapper .Ro_container_wrapper {
    position: relative;
    z-index: 9;
}
.Ro_trustpilot_title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.Ro_trustpilot_review_count {
    font-size: 16px;
}
.Ro_container_wrapper {
    max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
/* Header Section Styles */
.Ro_header_wrapper_inner {
    background: transparent;
    padding: 15px 0px;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 99;
}
/* Sticky Header Styles */
.Ro_header_wrapper_inner {
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 99;
    transition: background 0.3s, box-shadow 0.3s, padding 0.3s, top 0.3s;
}
.Ro_header_wrapper_inner.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--background-color-primary);
    box-shadow: 0 0px 10px rgb(161 161 161 / 57%);
    padding: 15px 0px;
    z-index: 999;
    animation: stickyHeaderFadeIn 0.4s;
}
@keyframes stickyHeaderFadeIn {
    from { top: -60px; opacity: 0; }
    to { top: 0; opacity: 1; }
}
.Ro_top_header{
    background: var(--background-color-primary);
    padding: 10px 0px;
    position: relative;
    z-index: 10;
}
.Ro_top_header_wrapper {
    display: flex;
    justify-content: end;
}
.Ro_top_header_link {
    color: var( --global-color-secondary);
    font-size: 21px;
    font-weight: 500;
    margin-right: 30px;
}
.Ro_top_header_link_phone {
    font-weight: 600;
}
.Ro_header_logo_img {
    height: 23px;
    width: auto;
    display: block;
}
.Ro_header_nav_links {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
}
.Ro_header_nav_link {
    font-size: 18px;
    color: var(--global-color-secondary) !important;
    font-weight: normal;
    letter-spacing: 0.01em;
    transition: color 0.2s;
    padding: 0 8px;
}
.Ro_header_nav_link:hover{
    color: #fff !important;
}
.Ro_header_nav_link:focus {
    color: #fff !important;
    outline: none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    height: 70px;
    margin-top: -8px;
}
.Ro_header_logo {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--global-color-secondary);
    display: flex;
    align-items: center;
}
.navbar-toggler{
    display: none;
}
.Ro_header_nav.collapse:not(.show) {
    display: block;
}
.Ro_menu_icon_hamburger {
    font-size: 25px;
    color: #fff;
}
.Ro_menu_icon_close {
    display: none;
    font-size: 25px;
    color: #fff;
}
.navbar-toggler[aria-expanded="true"] .Ro_menu_icon_hamburger {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .Ro_menu_icon_close {
    display: block;
}
/* Home page styles */

/* Hero Section */
.Ro_hero_wrapper {
    background: url('../images/home-page-header-1.jpg') top center/cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 235px 0;
}
.Ro_hero_wrapper_index {
    padding: 200px 0 280px 0;
}
.Ro_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.Ro_hero_title {
    font-weight: 600;
    color: var(--global-color-secondary);
    position: relative;
    z-index: 1;
    text-align: left;
    margin-bottom: 15px;
    padding: 0 30px;
}
.Ro_hero_subtitle{
    font-size: 24px;
    color: var(--global-color-secondary);
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 0 30px;
    font-weight: 600;
}
/*Tabs Section Styles */
.Ro_car_buying_tabs_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: -180px;
    position: relative;
    z-index: 9;
}
.Ro_car_buying_tabs_wrapper_inner_title {
    font-size: 45px;
    font-weight: bold;
    color: var(--global-color-secondary);
}
.Ro_car_buying_tabs_wrapper_inner_description {
    font-size: 22px;
    color: var(--global-color-secondary);
    margin-bottom: 10px;
}
.Ro_car_buying_tabs {
    border: none;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-around;
    gap: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.Ro_car_buying_tabs .nav-item {
    flex: 1;
}
.Ro_tab_button {
    width: 100%;
    height: 62px;
    border: none;
    border-radius: 0 !important;
    background-color: rgb(233 233 233 / 34%) !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    border-left: 1px solid #575656 !important;
}
.Ro_tab_button.active {
    background-color: #fff !important;
    color: #303030 !important;
    border-radius: 0;
    border: 0;
}
.Ro_tab_button.active img,
.Ro_tab_button:hover img  {
    filter: invert(1);
}
#buy-new-tab {
    border-top-left-radius: 10px !important;
}
#financing-tab {
    border-top-right-radius: 10px !important;
}
.Ro_tab_button:hover {
    background-color: #fff !important;
    color: #303030;
}
.Ro_tab_button.active:hover {
    background-color: #fff;
    color: #303030;
}
.Ro_tab_icon {
    font-size: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_tab_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.Ro_tab_content {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.Ro_tab_panel {
    padding: 60px 40px;
}
.Ro_tab_title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.2;
}
.Ro_tab_description {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
    line-height: 1.5;
}
.Ro_features_list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}
.Ro_features_list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}
.Ro_features_list li i {
    color: #28a745;
    font-size: 14px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_cta_button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.Ro_cta_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    color: #fff;
}
.Ro_tab_image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
}
.Ro_tab_image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
/* Buy New Inner Tabs */
.Ro_buy_new_content {
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 100px rgba(6, 23, 67, 0.08);
}
.Ro_inner_tabs_wrapper {
    margin-bottom: 30px;
}
.Ro_inner_tabs {
    border: none;
    gap: 20px;
    justify-content: flex-start;
}
.Ro_inner_tab_button {
    background-color: transparent;
    color: #959595;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #959595;
    border-radius: 8px !important;
    line-height: normal;
}
.Ro_inner_tab_button.active {
    background-color: #303030 !important;
    color: #fff !important;
    border-color: #303030 !important;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: normal;
}
.Ro_inner_tab_button:hover {
    color: #303030;
}
.Ro_inner_tab_button.active:hover {
    background-color: #303030;
    color: #fff;
}
.Ro_inner_tab_content {
    background: transparent;
    border: none;
    box-shadow: none;
}
/* Make Model Content */
.Ro_make_model_content {
    background: transparent;
}
.Ro_dropdowns_section {
    margin-bottom: 30px;
}
.Ro_dropdown_wrapper {
    margin-bottom: 20px;
    position: relative;
}
.Ro_dropdown_select {
    position: relative;
}
.Ro_dropdown_input {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px 35px 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    height: 60px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23303030' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.Ro_dropdown_input:focus {
    border-color: #303030;
    box-shadow: none;
    outline: none;
}
/* Popular Makes Section */
.Ro_section_title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.Ro_makes_grid {
    position: relative;
    margin-bottom: 10px;
    height: 264px;
    overflow-x: hidden;
    padding-right: 15px;
}
/* Scrollbar */
.Ro_makes_grid::-webkit-scrollbar {
    width: 6px;              
    height: 6px;    
}
  .Ro_makes_grid::-webkit-scrollbar-track {
    background: #f1f1f1;   
    border-radius: 10px;
}
  .Ro_makes_grid::-webkit-scrollbar-thumb {
    background: #888;       
    border-radius: 10px;
}
.Ro_makes_grid .row {
    margin-bottom: 10px;
}
.Ro_make_card {
    background-color: #fbfbfb;
    border-radius: 9px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid #fbfbfb;
}
.Ro_make_card:hover {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}
.Ro_popular_make_card {
    background-color: #fafafa;
    border: 1px solid #fafafa;
}
.Ro_popular_make_card:hover {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}
.Ro_make_image {
    max-width: 100%;
    height: 70px;
    object-fit: contain;
}
.Ro_make_name {
    font-size: 15px;
    color: #8e8e8e;
    font-weight: 500;
    line-height: 1;
}
.Ro_scroll_indicator {
    position: relative;
    width: 100%;
    height: 3px;
    margin-top: 25px;
}
.Ro_scroll_track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e2e2e2;
    border-radius: 100px;
}
.Ro_scroll_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 4px;
    background-color: #303030;
    border-radius: 100px;
}
/* Search Controls */
.Ro_search_controls {
    margin-top: 0px;
    display: flex;
    align-items: end;
    gap: 20px;
    width: 100%;
}
.Ro_location_input_outer {
    margin-top: 0px;
    display: flex;
    align-items: end;
    gap: 20px;
    width: 100%;
}
.Ro_location_branding {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.Ro_location_branding span {
    color: #a1a1a1;
    font-size: 14px;
}
.Ro_location_branding img {
    width: 70%;
}
.Ro_price_range {
    flex: 0 0 529px;
    margin-bottom: 0;
    position: relative;
}
.Ro_price_slider {
    background-color: transparent;
    border: 1px solid rgba(85, 85, 85, 0.49);
    border-radius: 10px;
    padding: 25px 20px 10px 20px;
    height: 61px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.Ro_price_values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    align-items: center;
    gap: 15px;
}
.Ro_price_min, 
.Ro_price_max {
    font-size: 14px;
    color: #303030;
    font-weight: 400;
}
.Ro_slider_track {
    position: relative;
    height: 4px;
    border-radius: 100px;
    width: calc(100% - 160px);
    margin-right: auto;
    cursor: pointer;
}
.Ro_slider_range {
    height: 4px;
    background-color: #000;
    border-radius: 100px;
}
.Ro_slider_track:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 0;
    z-index: -1;
}
.Ro_slider_thumb {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    cursor: grab;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 10;
}
.Ro_slider_thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.Ro_slider_thumb:active {
    cursor: grabbing;
    transform: scale(1.1);
}
.Ro_slider_thumb:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}
.Ro_slider_thumb_min {
    left: 23px;
}
.Ro_slider_thumb_max {
    left: 213px;
}
.Ro_slider_thumb::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 50%;
}
.Ro_location_input {
    flex: 0 0 240px;
    margin-bottom: 0;
    position: relative;
}
.Ro_label_form_label {
    font-size: 12px;
    color: #a2a9b3;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 8px;
    left: 20px;
    line-height: normal;
}
.Ro_label_form_input {
    background-color: transparent;
    border: 1px solid rgba(85, 85, 85, 0.49);
    border-radius: 10px;
    padding: 25px 20px 10px 20px;
    font-size: 18px !important;
    color: #303030;
    width: 100%;
    height: 61px;
}
.Ro_label_form_input[value="Postcode"] {
    font-size: 14px !important;
}
.Ro_label_form_input:focus {
    background-color: transparent;
    border-color: #303030;
    box-shadow: none;
    outline: none;
}
.Ro_label_form_input::placeholder {
    font-size: 14px !important;
    color: #303030;
    font-weight: 400;
}
.Ro_search_button {
    background-color: #111111;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 30px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.Ro_search_button a {
    color: #fff;
    text-decoration: none;
}
.Ro_search_button:hover {
    background-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}
/* By Body Style Tab */
.Ro_body_style_dropdown {
    margin-bottom: 0;
    width: 35%;
}
.Ro_body_style_grid {
    height: auto;
    overflow: hidden;
}
.Ro_body_style_grid .Ro_make_name {
    margin-top: 10px;
}
/* License Plate Tab Styles */
.Ro_license_plate_form {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}
.Ro_build_price_field_error {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 5px;
}
.Ro_license_plate_input_wrapper {
    width: 270px;
    flex: 0 0 270px;
    position: relative;
}
.Ro_license_plate_label {
    font-size: 12px;
    color: #a2a9b3;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
}  
.Ro_license_plate_input::placeholder {
    font-size: 18px;
    color: #303030;
    font-weight: 400;
}
.Ro_license_plate_input:focus {
    background-color: transparent;
    border-color: #303030;
    box-shadow: none;
    outline: none;
}
.Ro_state_dropdown_wrapper {
    width: 270px;
    flex: 0 0 270px;
    position: relative;
}
.Ro_state_select {
    position: relative;
}
.Ro_state_input {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}
.Ro_state_input:focus {
    background-color: transparent;
    border-color: #303030;
    box-shadow: none;
    outline: none;
}
.Ro_postcode_input_wrapper {
    width: 250px;
    flex: 0 0 250px;
    position: relative;
}
/* Form Validation Error Styles */
.Ro_label_form_input.error,
.Ro_dropdown_input.error {
    border-color: #d32f2f !important;
    border-width: 1px;
}
.Ro_label_form_error {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    position: relative;
    padding-left: 20px;
}
.Ro_label_form_error::before {
    content: "▲";
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #d32f2f;
    transform: rotate(180deg);
    display: inline-block;
}
.Ro_label_form_error.show {
    display: block;
}
.Ro_find_out_more_button a {
    color: #fff;
    text-decoration: none;
}
.Ro_find_out_more_button {
    background-color: #111111;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 50px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_find_out_more_button:hover {
    background-color: #333333;
    color: #fff;
}
.Ro_lease_question {
    margin-top: 15px;
}
.Ro_lease_text {
    font-size: 16px;
    color: #a2a9b3;
    font-weight: 400;
}
/* Find Your Fit Section */
.Ro_find_your_fit_input_wrapper {
    width: 75%;
    flex: 0 0 75%;
}
.Ro_find_your_fit_deposit_wrapper {
    flex: 0 0 250px;
    margin-bottom: 0;
}
.Ro_vin_input_wrapper {
    width: 550px;
    flex: 0 0 550px;
}
/* Financing Tab Styles */
.Ro_financing_content {
    padding: 40px;
}
.Ro_financing_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.Ro_financing_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.Ro_financing_title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.Ro_financing_features {
    display: flex;
    align-items: center;
    gap: 31px;
    flex-wrap: wrap;
}
.Ro_financing_feature {
    display: flex;
    align-items: center;
    gap: 10px;
}
.Ro_feature_icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_feature_icon svg {
    width: 20px;
    height: 20px;
}
.Ro_feature_text {
    font-size: 16px;
    color: #303030;
    font-weight: 400;
    white-space: nowrap;
}
.Ro_financing_action {
    flex-shrink: 0;
}
.Ro_get_offer_button {
    background-color: #303030;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    width: 260px;
    height: 60px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.Ro_get_offer_button a {
    color: #fff;
    text-decoration: none;
}
.Ro_get_offer_button:hover {
    background-color: #303030;
    color: #fff;
}
/* Features Section Styles */
.Ro_features {
    padding: 80px 0 0px 0;
}
.Ro_features_title {
    font-size: var(--h2-font-size);
    font-weight: 600;
    color: var(--global-color-primary);
    margin-bottom: 20px;
    text-align: center;
}
.Ro_features_subtitle {
    font-size: 18px;
    color: var(--global-color-1);
    margin-bottom: 90px;
    font-weight: 500;
    text-align: center;
}
.Ro_features_list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}
.Ro_features_item {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 25px;
}
.Ro_features_icon {
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_features_icon_img {
    width: 55px;
}
.Ro_features_icon svg {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--background-color-primary);
}
.Ro_features_item_title {
    font-size: 24px;
    font-weight: 600;
    color: var(--global-color-primary);
    margin-bottom: 10px;
}
.Ro_features_item_desc {
    font-size: 16px;
    color: var(--global-color-1);
    font-weight: 500;
    margin-bottom: 0;
}
/* How It Works Section Styles */
.Ro_how_it_work {
    margin: 80px 0;
}
.Ro_how_it_work_wrapper {
    background: var(--background-color-secondary);
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px #9c9c9c6b;
    padding: 60px 40px;
}
.Ro_how_it_work_title {
    font-size: var(--h2-font-size);
    font-weight: 600;
    color: var(--global-color-primary);
    margin-bottom: 15px;
}
.Ro_how_it_work_subtitle {
    font-size: 20px;
    color: var(--global-color-1);
    margin-bottom: 50px;
    font-weight: 500;
}
.Ro_how_it_work_image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.Ro_how_it_work_step {
    background: #fff;
    box-shadow: 0 2px 12px rgba(44,62,80,0.06);
    padding: 30px 15px 30px 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.Ro_how_it_work_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    margin-bottom: 20px;
}
.Ro_how_it_work_icon_img {
    width: 45px;
}
.Ro_how_it_work_icon svg {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #23272F;
}
.Ro_how_it_work_step_title {
    font-size: var(--h4-font-size);
    font-weight: 600;
    color: var(--global-color-primary);
    margin: 0px 0 15px 0;
    text-align: center;
}
.Ro_how_it_work_step_desc {
    font-size: 14px;
    color: var(--global-color-1);
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}
/* Finance Partners Section Styles */
.Ro_finance_partners {
    background: var( --background-color-primary);
    padding: 80px 0 300px 0;
}
.Ro_finance_partners_title {
  font-size: var(--h2-font-size);
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.Ro_finance_partners_subtitle {
    font-size: var(--p-font-size);
    color: var(--global-color-2);
    margin-bottom: 80px;
    font-weight: 500;
    max-width: 860px;
}
.Ro_finance_partners_logo img {
    max-height: 100px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
}
.Ro_finance_partners_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: transform 0.3s ease;
}
/* Financing Journey Section Styles */
.Ro_financing_journey_wrapper {
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px #9c9c9c6b;
    padding: 100px 60px 60px 80px;
    margin-top: -180px;
    background-color: var(--background-color-body);
}
.Ro_financing_journey_title {
  font-size: var(--h2-font-size);
  font-weight: 600;
  color: #23272F;
  margin-bottom: 20px;
}
.Ro_financing_journey_subtitle {
  font-size: 20px;
  color: var(--global-color-1);
  margin-bottom: 0;
  font-weight: 500;
}
.Ro_global_btn {
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    padding: 15px 30px;
    background-color: #1b1b1c;
    color: #fff;
    display: inline-block;
    line-height: normal;
}
.Ro_financing_journey_header {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.Ro_financing_journey_card {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 30px 40px 30px 40px;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
    height: 100%;
}
.Ro_financing_journey_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}
.Ro_financing_journey_icon_img {
    width: 45px;
}
.Ro_financing_journey_icon svg {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--background-color-primary);
}
.Ro_financing_journey_card_title {
    font-size: var(--h4-font-size);
    font-weight: 600;
    color: var(--global-color-primary);
    margin: 0 0 15px 0;
}
.Ro_financing_journey_card_desc {
    font-size: 16px;
    color: #707781;
    margin-bottom: 0;
    font-weight: 500;
}
/* Featured Tools Section Styles */
.Ro_featured_tools {
    padding-top: 100px;
}
.Ro_featured_tools_title {
    font-size: var(--h2-font-size);
    font-weight: 600;
    color: var(--global-color-primary);
	margin-bottom: 25px;
    text-align: center;
}
.Ro_featured_tools_subtitle {
  font-size: 20px;
  color: var(--global-color-1);
  margin-bottom: 80px;
  font-weight: 500;
  text-align: center;
}
.Ro_featured_tools_card {
    border-radius: 20px;
    background: none;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 60px 40px;
    height: 100%;
}
.Ro_featured_tools_card_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 20px;
}
.Ro_featured_tools_card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}
.Ro_featured_tools_card_content {
    position: relative;
    z-index: 2;
    max-width: 49%;
}
.Ro_featured_tools_card_title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 60px;
}
.Ro_featured_tools_card_desc {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
/* Popular Brands Section Styles */
.Ro_popular_brands {
    padding: 100px 0;
}
.Ro_popular_brands_title {
  font-size: var(--h2-font-size);
  font-weight: 600;
  color: var(--global-color-primary);
  margin-bottom: 40px;
  text-align: center;
}
.Ro_popular_brands_btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.Ro_popular_brands_card {
    background: var(--background-color-secondary);
    border-radius: 10px;
    padding: 10px 10px 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s, transform 0.2s;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    min-height: 180px;
}
.Ro_popular_brands_card:hover {
  transform: translateY(-2px) scale(1.01);
}
.Ro_popular_brands_logo {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}
.Ro_popular_brands_name {
  font-size: 18px;
  font-weight: 500;
  color: var(--global-color-primary);
}
.Ro_popular_brands_link {
  display: block;
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
}
/* Vehicle Types Section Styles */
.Ro_vehicle_types_slider_wrapper {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.Ro_vehicle_types_slider {
    position: relative;
    margin: 0;
    width: 50%;
}
.slider-nav {
    width: 50%;
}
.slider-nav  .slick-list {
    padding: 0 !important;
}
.slider-nav .slick-track {
    display: flex;
    gap: 15px;
}
.slider-nav .slick-dots {
    margin-right: 180px;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    bottom: -50px;
}
.Ro_vehicle_types {
    background: var(--background-color-primary);
    padding: 80px 0 120px 0px;
}
.Ro_vehicle_types_title {
    font-size: var(--h2-font-size);
    font-weight: 600;
    color: var(--global-color-secondary);
    margin-bottom: 50px;
}
.Ro_vehicle_types_all {
    font-size: 24px;
    color: var(--global-color-1);
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
.Ro_vehicle_types_item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 380px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.10);
    background: #222;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transition: transform 0.4s cubic-bezier(.4,1.3,.5,1), box-shadow 0.3s, z-index 0.3s;
    z-index: 1;
}
.Ro_vehicle_types_img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    transition: border-radius 0.3s;
}
.Ro_vehicle_types_label {
    font-size: 20px;
    color: var(--global-color-secondary);
    position: absolute;
    left: 32px;
    bottom: 32px;
    font-weight: 600;
    z-index: 2;
    transition: font-size 0.3s, left 0.3s, bottom 0.3s;
}
/* Slick Slider Styles */
.slick-prev {
    left: 0px;
    z-index: 9;
}
.slick-next {
    right: 0px;
    z-index: 9;
}
.slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
}
.slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
}
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    background: transparent;
    position: static;
}
.slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.slick-dots li button {
    padding: 0;
    background: transparent;
    border: none;
}
li.slick-active {
    margin-right: 10px;
}
.slick-dots li button:before {
    content: '';
    display: block;
    width: 25px;
    height: 10px;
    border-radius: 12px;
    background: #393939;
    opacity: 1 !important;
    transition: background 0.2s, width 0.2s;
}
.slick-dots li.slick-active button:before {
    background: #bdbdbd;
    width: 35px;
}
.slick-next:before, .slick-prev:before {
    font-size: 32px;
    opacity: 1;
    color: var(--global-color-primary);
}
/* Our Partners Section Styles */
.Ro_our_partners {
    background: var( --background-color-body);
    padding: 100px 0 0 0;
}
.Ro_our_partners_title {
	font-size: var(--h2-font-size);
	font-weight: 600;
	color: var(--global-color-primary);
	margin-bottom: 70px;
	text-align: center;
}
.Ro_our_partners_logo img {
    max-height: 100px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
    filter: invert(1);
}
.Ro_our_partners_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: transform 0.3s ease;
}
/* Ro_top_reads Section Styles */
.Ro_top_reads {
	padding: 100px 0 0 0;
}
.Ro_top_reads_title {
    font-size: var(--h2-font-size);
    font-weight: 600;
    margin-bottom: 70px;
    color: var(--global-color-primary);
    text-align: center;
}
.Ro_top_reads_card_wrapper {
    padding: 0 15px;
}
.Ro_top_reads_card {
    background: var(--background-color-secondary);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.Ro_top_reads_image_wrapper {
    width: 100%;
    aspect-ratio: 7 / 5.8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.Ro_top_reads_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.Ro_top_reads_content {
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    min-height: 110px;
}
.Ro_top_reads_link {
    color: var(--global-color-primary);
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    margin: 0;
    transition: color 0.2s;
    display: block;
    line-height: 1.4;
}
.Ro_top_reads_slider .slick-prev {
    left: 80px;
}
.Ro_top_reads_slider .slick-next {
    right: 80px;
}
.Ro_top_reads_slider .slick-prev:before,
.Ro_top_reads_slider .slick-next:before {
    color: var(--global-color-primary);
}

.Ro_top_reads_slider button.slick-arrow {
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    background: #fff;
    height: 40px;
    width: 40px;
}
/* Ro_reviews Section Styles */
.Ro_reviews {
    padding: 100px  0;
    background: var(--background-color-body);
    padding-bottom: 50px;
}
.Ro_reviews_title {
    font-size: var(--h2-font-size);
    font-weight: 600;
    color: var(--global-color-primary);
    margin-bottom: 70px;
    text-align: center;
}
.Ro_reviews_swiper {
    position: relative;
    overflow: clip;
    padding-top: 40px;
	padding-bottom: 10px;
}
.Ro_reviews_swiper .swiper-wrapper {
    align-items: stretch;
}
.Ro_reviews_swiper .swiper-slide {
    display: flex;
    height: -webkit-fill-available;
    justify-content: center;
    z-index: 999;
    overflow: visible;
}
.Ro_review_card {
    background: #fff;
    border-radius: 10px;
	padding: 45px 10px 20px 10px;
	margin: 0 10px;
    box-shadow: 1px 1px 7px 0px #00000021, 0px 0px 2px 0px #0000000d;
    position: relative;
    text-align: center;
}
.Ro_reviews_slider {
    position: relative;
    height: 320px;
    min-height: 320px;
}
.Ro_reviews_slider .slick-slide,
.Ro_reviews_slider .Ro_review_card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.Ro_reviews_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.Ro_reviews_slider .slick-prev {
    left: -20px;
}
.Ro_reviews_slider .slick-next {
    right: -20px;
}
.Ro_reviews_slider .slick-track {
    padding: 35px 0px 9px 0px;
}
.Ro_review_avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background-color: var(--background-color-secondary);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.Ro_reviews_slider .slick-prev:before, 
.Ro_reviews_slider .slick-next:before {
    color: #b7b7b7;
}
.Ro_review_avatar_img {
    max-width: 100%;
    border-radius: 50%;
}
.Ro_review_avatar_text {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: lowercase;
    margin-right: 2px;
}
.Ro_review_avatar_google {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.Ro_review_avatar_google img {
    width: 20px;
    height: 20px;
    display: block;
}
.Ro_review_name {
    font-size: 14px;
    font-weight: 600;
    color: #97a0ae;
    text-align: center;
}
.Ro_review_date {
    font-size: 12px;
    color: #8a8a8a;
    margin-bottom: 10px;
    text-align: center;
}
.Ro_review_stars {
    color: #FFC107;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}
.Ro_review_text {
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
    opacity: 0.85;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #97a0ae;
    margin-bottom: 10px;
    text-align: center;
}
.Ro_review_text.expanded {
    opacity: 1;
    max-height: auto;
    overflow: visible;
    text-overflow: unset;
    min-height: unset;
    display: block;
}
.Ro_review_readmore_link {
    color: var(--global-color-1);
    font-size: 14px;
    text-align: center;
}
.Ro_review_readmore_link:hover {
    text-decoration: underline;
}
.Ro_reviews_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	color: var(--global-color-primary);
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	margin-top:0px;
	border: 1px solid #eee;
	transition: background 0.2s, color 0.2s;
}
.Ro_reviews_btn:hover {
	background: var(--background-color-primary);
	color: #fff;
}
.Ro_reviews_swiper .swiper-button-next {
  	right: 0px;
}
.Ro_reviews_swiper .swiper-button-prev {
  	left: 0px;
}
.Ro_reviews_btn_icon {
	font-size: 22px;
	font-weight: 600;
	color: inherit;
	transition: color 0.3s ease;
}
.Ro_review_avatar::after {
    content: '';
    background-image: url(../images/Google_icon.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    right: 0;
    bottom: 0;
}
/* Ro_faqs Section Styles */
.Ro_faqs {
	background: var(--background-color-secondary);
	padding: 80px 0;
}
.Ro_faqs_title {
	font-size: var(--h2-font-size);
	font-weight: 600;
	color: var(--global-color-primary);
	margin-bottom: 40px;
    text-align: center;
}
.Ro_faqs_accordion_item {
    border-radius: 0 !important;
    background-color: transparent;
    border: 0;
}
.Ro_faqs_accordion_button {
    border-bottom: 1px solid #eaeaea !important;
    transition: inherit !important;
}
.Ro_faqs_accordion_button[aria-expanded="true"] {
    border: 0 !important;
}

.Ro_faqs_accordion_button {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 25px 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--global-color-primary) !important;
    box-shadow: none !important;
}
.Ro_faqs_accordion_button:focus {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
.Ro_faqs_accordion_body {
    padding: 0px 30px 60px 0px;
    font-size: 16px;
    color: #717883;
    font-weight: 500;
}
.Ro_faqs_accordion_button::after {
    content: '\f067' !important;
    font-family: 'FontAwesome' !important;
    background-size: 0 !important;
    color: var(--global-color-primary) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.Ro_faqs_accordion_button:not(.collapsed)::after {
    background-image: none;
    content: '\f068' !important;
    transform: rotate(0deg) !important;
}
/* Ro_footer Section Styles */
.Ro_footer {
	background: var(--background-color-secondary);
  	padding-top: 50px;
}
.Ro_footer_inner {
    background: var(--background-color-primary);
    border-radius: 30px;
    padding: 80px 70px;
}
.Ro_footer_social_link {
    color: #fff;
    font-size: 25px;
    transition: color 0.2s;
}
.Ro_footer_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}
.Ro_footer_logo_wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.Ro_footer_links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.Ro_footer_list_item {
	list-style: none;
	padding: 0;
	margin: 0;
}
.Ro_footer_list_link {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.Ro_footer_contact {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.Ro_footer_contact_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.Ro_footer_contact_icon {
    font-size: 16px;
    background: #292a2a;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
}
.Ro_footer_social {
    gap: 35px;
    display: flex;
}
.Ro_footer_contact_label {
    color: #747272;
    font-size: 14px;
}
.Ro_footer_contact_value_link{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.Ro_footer_copyright_text_content {
    margin: 0;
    padding: 80px 0px 60px 0px;
    font-size: 15px;
    font-weight: 400;
}
/* About page styles */
/* Ro_who_we Section Styles */
.Ro_who_we {
    padding: 100px 0;
}
.Ro_who_we_title {
  font-size: var(--h2-font-size);
  font-weight: 700;
  color: #232323;
  margin-bottom: 40px;
}
.Ro_who_we_text {
    font-size: 16px;
    color: #707781;
    margin-bottom: 0;
    font-weight: 500;
}
/* Ro_about_bg Section Styles */
.Ro_about_bg_img_img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.Ro_features_item_about_title {
    margin-bottom: 40px;
}
/* Ro_what_we_do Section Styles */
.Ro_what_we_do_wrapper {
    padding-bottom: 80px;
}
.Ro_what_we_do {
    padding-top: 80px;
    padding-bottom: 20px;
}
.Ro_what_we_do_title {
    font-size: var(--h2-font-size);
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
.Ro_what_we_do_subtitle {
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 500;
    color: #707781;
    text-align: center;
}
.Ro_what_we_do_img_wrapper {
    width: 100%;
    height: 100%;
}
.Ro_what_we_do_img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 18px;
}
.Ro_what_we_do_card {
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px;
}
.Ro_what_we_do_card_title {
    font-size: 25px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 15px;
}
.Ro_what_we_do_card_text {
    font-size: 16px;
    color: #707781;
    font-weight: 500;
}
/* Ro_faq_header Section Styles */
.Ro_faq_header {
    padding: 120px 0;
}
.Ro_faq_header_title {
    font-size: var(--h2-font-size);
    font-weight: 600;
    color: #232323;
    margin-bottom: 50px;
    text-align: center;
}
.Ro_faq_header_btn_wrapper {
    text-align: center;
}
.Ro_header_link {
    color: var(--global-color-primary) !important;
}
.Ro_header_link:hover {
    color: var(--global-color-primary) !important;
}
.Ro_header_wrapper_inner_global.sticky {
    background-color: #fff !important;
}
/* Finance page styles */
.Ro_value-section {
    padding-top: 80px;
}
.Ro_value-container h2 {
    font-size: var(--h4-font-size);
    font-weight: 600;
    color: var(--global-color-primary);
    margin-bottom: 15px;
}
.Ro_Offer_financing_journey {
    padding:80px 0;
}
.Ro_financing_journey_header_1 {
    margin-bottom: 50px;
}
.Ro_car_finance_partners {
    margin-top: 100px;
    background-color: #f8f8f8;
}
.Ro_car_finance_partners .Ro_finance_partners_title {
    color: #303030;
}
.Ro_car_finance_partners .Ro_finance_partners_subtitle {
    color: #717883;
}
.Ro_car_finance_partners .Ro_finance_partners_logo {
    filter: contrast(0.5);
}
.Ro_value_container h2 {
    font-size: var(--h4-font-size);
    font-weight: 600;
    color: var(--global-color-primary);
    margin: 0 0 15px 0;
}
.Ro_value_container p {
    font-size: 16px;
    color: #707781;
    margin-bottom: 0;
    font-weight: 500;
}
.Ro_value_container ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.Ro_value_container ul li {
    font-size: 16px;
    color: #707781;
    margin-bottom: 0;
    font-weight: 500;
}
.Ro_value_section{
    margin-top: 100px;
}
.Ro_hero_wrapper_finance{
    background-image: url(../images/Finance.png);
}
.Ro_hero_overlay_finance{
    background: rgba(0, 0, 0, 0.1);
}

.Ro_financing_journey_card_1 {
    padding: 25px 25px 25px 25px;
}
.Ro_financing_journey_header_1 {
    justify-content: center;
}
/* Sell my car page styles */
.Ro_sell_hero_wrapper {
    background: url(../images/Sell-my-car-hero.png) top center / cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 250px 0;
}
.Ro_sell_hero_content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.Ro_sell_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,50,56,.23);
    z-index: 1;
}
.Ro_sell_hero_title {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: bold;
}

.Ro_sell_hero_subtitle {
    margin-top: 40px;
    font-size: 16px;
    color: #303030;
}
.Ro_sell_hero_subtitle_small {
    font-size: 18px;
    font-weight: bold;
}
.Ro_features_icon {
    display: inline-block;
    width: 50px;
    height:50px;
    background-color: #303030;
    color: #fff;
    font-size: 21px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 30px;
}
.Ro_sell_featured_tools {
    padding: 80px 0 60px 0px;
}
/* Partnerships page styles */
.Ro_partnerships_hero_wrapper {
    background: url(../images/Partnerships-hero.webp) top center / cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 210px 0;
}
.Ro_partnerships_hero_wrapper_inner {
    background: url(../images/Partnerships-2-hero-scaled.webp) top center / cover no-repeat;
}
.Ro_partnerships_hero_content {
    max-width: 500px;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-left: 40px;
}
.Ro_partnerships_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,50,56,.23);
    z-index: 1;
}
.Ro_partnerships_hero_title {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
}
.Ro_partnerships_hero_subtitle {
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.Ro_partner_features_title {
    margin-bottom: 40px;
}

.Ro_partner_advantage_subtitle {
    text-align: left;
}
.Ro_partner_advantage_title {
    font-size: 30px;
    margin-bottom: 30px;
}
.Ro_what_we_do_card_trans {
    background-color: #ffffff;
}

.Ro_text_italic {
    font-style: italic;
}
.Ro_financing_journey_card-bg {
    background-size: cover !important;
    padding-top: 160px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 20px;
}
.Ro_financing_journey_card-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    border-radius: 20px;
}
.Ro_financing_journey_card-bg .Ro_financing_journey_card_content {
    position: relative;
    z-index: 2;
}
.Ro_financing_journey_card-bg .Ro_financing_journey_card_title {
    color: #fff;
}
.Ro_financing_journey_card-bg .Ro_financing_journey_card_desc {
    color: #fff;
}
.Ro_business_ready_section {
    padding: 80px 0;
}
.Ro_business_ready_title {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.Ro_business_ready_desc {
    color: #707781;
    font-size: 16px;
    font-weight: 500;
}
.Ro_business_ready_wrapper {
    display: flex;
}
.Ro_business_ready_img {
    width: 50%;
}
.Ro_business_ready_content {
    width: 50%;
    padding: 50px 30px;
    background-color: #f8f8f8;
}
.Ro_business_ready_img_inner {
    height: 250px;
    object-fit: cover;
}
/* Ro_partner_ready Section Styles */
.Ro_partner_ready_form_section {
    background: url('../images/partner-ready-bg.jpg') center center/cover no-repeat;
    padding: 100px 0;
}
.Ro_partner_ready_form_wrapper {
    background: #fff;
    border-radius: 18px;
    padding: 60px 40px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .14);
    max-width: 75%;
    margin: 0 auto;
}
.Ro_partner_ready_form_title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.Ro_partner_ready_form_subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.Ro_partner_ready_label {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 16px;
    color: #707781;
}
.Ro_partner_ready_input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 0;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .05);
    height: 40px;
}
.Ro_partner_ready_input:focus {
    background-color: #ffffff;
    border-color: #000000;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    outline: none;
}
.Ro_partner_ready_error {
    color: #d32f2f;
    font-size: 0.95rem;
    margin-top: 2px;
    display: none;
}
.Ro_partner_ready_submit_btn {
    background: #1b1b1c;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 12px;
    transition: background 0.2s;
}
.Ro_partner_ready_submit_btn:hover {
    background: #222;
}
/* Electric Vehicle page styles */
.Ro_ev_hero_wrapper {
    background: url(../images/EV-Cover.jpg) top center / cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 220px 0;
}
.Ro_ev_electric_wrapper {
    background: url(../images/EV1-scaled.jpg) top center / cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 90vh;
}
.Ro_ev_drive_wrapper {
    background: url(../images/Why-Electric.png) center / cover no-repeat;
    position: relative;
    display: flex;
    padding-top: 300px;
    padding-bottom: 300px;
    text-align: center;
    min-height: 750px;
    margin-top: 100px;
}
.Ro_ev_electric_wrapper .row {
    justify-content: flex-end;
}
.Ro_ev_hero_subtitle {
    font-weight: 500;
    font-size: 18px;
}
.Ro_ev_ship_hero_content {
    max-width: 620px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.Ro_ev_incentives-section {
    margin-bottom: 100px;
    margin-top: 100px;
}
.Ro_ev_incentives-card {
    margin-bottom: 0px;
    display: flex;
    height: 100%;
    background: rgb(248, 248, 248);
    border-radius: 10px;
    padding: 30px 40px;
    gap: 20px;
}
.Ro_ev_incentives-title.text-center {
    font-size: var(--h2-font-size);
    font-weight: 600;
    color: rgb(35, 39, 47);
    margin-bottom: 50px;
}
.Ro_ev_incentives-card-title {
    font-size: 28px;
    color: #3e3e3e;
    font-weight: 700;
    margin-bottom: 10px;
}
.Ro_ev_incentives-card-content hr {
    margin: 50px 0 30px;
}
.Ro_ev_incentives-card-sub {
    font-size: 16px;
    color: #717883;
}
.Ro_ev_incentives-card-desc {
    font-size: 16px;
    margin-bottom: 20px;
    color: #717883;
    font-weight: 500;
}
.Ro_ev_incentives-card-content ul {
    padding-left: 15px;
}
.Ro_ev_incentives-card-content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #717883;
}
.Ro_ev_content_wrapper {
    margin: 100px 0;
}
.Ro_ev_content-title {
    font-size: var(--h2-font-size);
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}
.Ro_ev_content-des {
    font-size: 16px;
    margin-bottom: 20px;
    color: #717883;
}
.Ro_ev_content-des_1 {
    font-weight: 500;
}
.Ro_range-section {
    padding: 60px 0px;
    text-align: center;
    background: #fff;
    margin-bottom: -120px;
}
.Ro_range-section_title {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
}
.Ro_range-section_desc {
    font-size: 18px;
    margin-bottom: 20px;
    color: #717883;
}
.Ro_range-bars {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
}
.Ro_charging-section {
    padding: 60px 0px;
    text-align: center;
}
.Ro_charging-section_title {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}
.Ro_charging-section_desc {
    font-size: 16px;
    margin-bottom: 50px;
    color: #717883;
    font-weight: 500;
}
.Ro_tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.Ro_tab-btn {
    padding: 10px 30px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    border-color: rgba(151, 160, 174, .42);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .15);
    font-weight: 500;
}
.Ro_tab-btn.active {
    background-color: #222;
    color: #fff;
    border-color: #222;
}
.Ro_tab-content {
    display: none;
    background-color: #f6f6f6;
    padding: 30px;
    border-radius: 20px;
    text-align: left;
    margin-top: 10px;
}
.Ro_tab-content.active {
    display: block;
}
.Ro_tab-box {
    display: flex;
    align-items: center;
    gap: 30px;
}
.Ro_tab-box img {
    max-width: 100%;
    width: 400px;
    border-radius: 10px;
    object-fit: cover;
}
.Ro_text-content_title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}
.Ro_text-content_desc_1 {
    margin-bottom: 30px;
}
.Ro_text-content_desc {
    font-size: 16px;
    color: #707781;
    margin-bottom: 0px;
    font-weight: 500;
}
/* Range bars styling */
.Ro_bar {
    position: relative;
    background-color: #e6e6e6;
    border-radius: 20px;
    height: 25px;
}
.Ro_bar_range {
    background-color: #303030;
    border-radius: 20px;
    display: flex;
    height: 25px;
    justify-content: space-between;
    padding: 0px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: var(--range, 0%);
    transition: width 1.5s ease-out;
    align-items: center;
}
.Ro_bar_range span {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    line-height: normal;
}
.Ro_bar_range strong {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}
.Ro_range-bars {
    margin-top: 40px;
}
/* Ro_electric_revolution Section Styles */
.Ro_electric_revolution {
    padding: 80px 0;
    padding-bottom: 30px;
}
.Ro_electric_revolution_title {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}
.Ro_electric_revolution_subtitle {
    font-size: 18px;
    text-align: center;
    color: #707781;
    margin-bottom: 60px;
    font-weight: 500;
}
.Ro_electric_revolution_card {
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    background-image: url('https://cdn.imagin.studio/getImage?customer=rodar-au&make=tesla&modelFamily=model-y&paintId=pspc0100&angle=23&tailoring=rodar&zoomType=fullscreen&zoomLevel=1');
    background-size: 380px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.Ro_petrol_revolution_card {
    background-image: url('https://cdn.imagin.studio/getImage?customer=rodar-au&make=kia&modelFamily=sportage&modelRange=sportage&paintId=pspc0296&angle=23&tailoring=rodar&zoomType=fullscreen&zoomLevel=1');
}
.Ro_electric_revolution_card_header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.Ro_electric_revolution_icon {
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.Ro_electric_revolution_icon i {
    color: #fff;
    font-size: 24px;
}
.Ro_electric_revolution_icon_petrol {
    background: #333;
}
.Ro_electric_revolution_card_title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.Ro_electric_revolution_card_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.Ro_electric_revolution_stats {
    margin-bottom: 30px;
}
.Ro_electric_revolution_stat {
    display: flex;
    flex-direction: column;
}
.Ro_electric_revolution_stat_label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}
.Ro_electric_revolution_stat_value {
    font-size: 26px;
    font-weight: 700;
}
.Ro_electric_revolution_car_image {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.Ro_electric_revolution_car_img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}
/* Contact page styles */
.Ro_contact_hero_wrapper {
    background: url(../images/contact-bg.jpg) top center / cover no-repeat;
}
/* Contact Form Section */
.Ro_contact_form_wrapper {
    padding: 80px 0;
    background-color: #fff;
}
.Ro_contact_form_header {
    text-align: center;
    margin-bottom: 60px;
}
.Ro_contact_form_title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
    line-height: 1.3;
}
/* Contact Info Section */
.Ro_contact_info_wrapper {
    padding-right: 40px;
}
.Ro_contact_info_title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}
.Ro_contact_info_item {
    margin-bottom: 40px;
}
.Ro_contact_info_subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #858585;
    margin-bottom: 8px;
}
.Ro_contact_info_text {
    font-size: 18px;
    color: #707781;
    margin-bottom: 0;
    line-height: 1.5;
}
.Ro_contact_info_link {
    color: #707781;
    text-decoration: none;
    transition: color 0.3s ease;
}
.Ro_contact_info_link:hover {
    color: #333;
}
/* Social Media */
.Ro_contact_social_wrapper {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.Ro_contact_social_link {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s ease;
}
.Ro_contact_social_link:hover {
    background-color: #555;
    color: #fff;
}
.Ro_contact_form_container {
    padding-left: 40px;
}
.Ro_contact_form_subtitle {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.Ro_contact_form_description {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
}
/* Form Styling */
.Ro_contact_form {
    max-width: 100%;
}
.Ro_contact_form_label {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 16px;
    color: #707781;
}
.Ro_contact_form_input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 0;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .05);
    height: 40px;
}
.Ro_contact_form_input:focus {
    background-color: #ffffff;
    border-color: #000000;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    outline: none;
}

.Ro_contact_form_error {
    color: #d32f2f;
    font-size: 0.95rem;
    margin-top: 2px;
    display: none;
}
.Ro_contact_form_submit_btn {
    background: #1b1b1c;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 12px;
    transition: background 0.2s;
}
.Ro_contact_form_submit_btn:hover {
    background: #222;
}
.Ro_contact_form_input::placeholder {
    color: #999;
    font-weight: 400;
}
.Ro_contact_form_error.show {
    display: block;
}
.Ro_form_group {
    margin-bottom: 30px;
}
.Ro_contact_form_textarea {
    height: 120px;
}
/* Contact Map Section */
.Ro_contact_map_iframe_wrapper {
    position: relative;
    width: 100%;
    height: 450px;
}
.Ro_contact_map_iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.Ro_contact_map_wrapper {
    padding-top: 80px;
}
/* Terms and Conditions Page Styles */
.Ro_terms_wrapper {
    padding: 150px 0 80px 0px;
    background-color: #fff;
}
.Ro_terms_title {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 30px;
}
.Ro_terms_subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #707781;
}
.Ro_terms_intro {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    border-left: 4px solid #1b1b1c;
}
.Ro_terms_intro_text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}
.Ro_terms_intro_text:last-child {
    margin-bottom: 0;
}
.Ro_terms_section {
    padding-top: 50px;
}
.Ro_terms_section:last-of-type {
    border-bottom: none;
}
.Ro_terms_section_title {
    font-size: 24px;
    font-weight: 600;
    color: #1b1b1c;
    margin-bottom: 20px;
}
.Ro_terms_subsection_title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 25px 0 15px 0;
}
.Ro_terms_section_content p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #717883;
    font-weight: 500;
}
.Ro_terms_section_content p:last-child {
    margin-bottom: 0;
}
.Ro_terms_list {
    margin: 0px 0;
    padding-left: 40px;
}
.Ro_terms_list li {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #717883;
    font-weight: 500;
}
.Ro_top_reads_image_wrapper img {
    transition: 1.5s;
    scale: 1;
}
.Ro_top_reads_image_wrapper:hover img {
    scale: 1.2;
}
.Ro_top_cars_wrapper {
    background-image: url(../images/top-reads-4.webp);
    padding: 250px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Ro_top_cars_wrapper.top-vehicles-by-category{
    background-image: url(../images/top-reads-1.webp);
}
.Ro_top_cars_wrapper.fleet-car-financing{
    background-image: url(../images/top-reads-3.webp);
}
.Ro_top_cars_wrapper.novated-lease-savings{
    background-image: url(../images/top-reads-2.webp);
}
.Ro_top_cars_title {
    font-size: 66px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    position: relative;
}
.Ro_top_cars_content {
    padding: 60px 0;
    text-align: center;
}
.Ro_top_cars_blog_content_title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.Ro_top_cars_blog_image_card img {
    width: 100%;
}
.Ro_top_cars_blog_content_card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.Ro_top_cars_blog_content_card p {
    color: #949494;
}
.Ro_top_cars_blog_content .row {
    align-items: center;
}
.Ro_top_cars_blog_content_card {
    padding: 0 80px;
}
.Ro_top_cars_blog_content .col-lg-6.col-md-6 {
    margin-bottom: 60px;
}
.Ro_top_cars_features_content_wrapper {
    padding: 50px 0;
}
.Ro_top_cars_features_content_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.Ro_top_cars_features_content_wrapper_inner p {
    color: #949494;
    margin-bottom: 30px;
}
.Ro_top_cars_related_posts_wrapper .Ro_top_reads_card_wrapper {
    padding: 0;
    height: 100%;
    display: flex;
}
.Ro_top_cars_related_posts_wrapper .Ro_top_reads_link {
    text-align: left;
    text-decoration: none;
    margin-bottom: 20px;
}
.Ro_top_cars_related_posts_wrapper p {
    font-size: 16px;
    color: #949494;
}
.Ro_top_cars_related_posts_wrapper .Ro_top_reads_card {
    background: #fff;
}
.Ro_top_cars_related_posts_wrapper {
    background-color: #F8F8F8;
    padding: 60px 0;
}
.Ro_top_cars_blog_content .row:nth-child(odd){
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
/*******************/
/**** animations ***/
/*******************/
.animated-expanded {
  transition: transform 0.3s ease;
}

.animated-expanded:hover {
  transform: scale(1.06);
}

/* Genuine & Transparent Savings Section */
.Ro_genuine_transparent_savings {
    padding: 80px 0;
    background: #f8f9fa;
}

.Ro_genuine_transparent_savings_title {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.Ro_savings_cards_wrapper {
    margin-top: 40px;
}

.Ro_savings_card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.Ro_savings_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.Ro_savings_card_image_wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 0;
}

.Ro_savings_card_image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.Ro_savings_card:hover .Ro_savings_card_image {
    transform: scale(1.05);
}

.Ro_savings_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #44ADDA;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.Ro_savings_badge_text {
    font-size: 14px;
    font-weight: 600;
}

.Ro_savings_card_content {
    padding: 25px;
}

.Ro_savings_card_model {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.Ro_savings_card_name {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-weight: 500;
}



.Ro_processing_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow-y: auto;
	animation: fadeIn 0.3s ease;
}
.Ro_processing_modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.Ro_processing_modal_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
}
.Ro_processing_modal_content {
	position: relative;
	background: #fff;
	border-radius: 20px;
	max-width: 600px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 10000;
	animation: slideUp 0.4s ease;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.Ro_processing_modal_content {
	max-width: 800px;
}
.Ro_processing_modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    transition: all 0.3s ease;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}
.Ro_processing_modal_close:hover {
	background: #e0e0e0;
	transform: rotate(90deg);
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.Ro_form_modal_content {
	max-width: 600px;
}
.Ro_form_modal_inner {
	padding: 50px 30px 50px;
}
.Ro_form_modal_title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.Ro_form_modal_subtitle {
	font-size: 16px;
	color: #666;
	margin-bottom: 0;
}
.Ro_form_modal_input {
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    height: 55px;
}
.Ro_form_modal_input:focus {
	border-color: #000000;
	box-shadow: none;
	outline: none;
}
/* Modal Form Validation Error Styles */
.Ro_form_modal_input.error {
    border-color: #d32f2f !important;
    border-width: 1px;
}
.Ro_form_modal_error {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    position: relative;
    padding-left: 20px;
}
.Ro_form_modal_error::before {
    content: "▲";
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #d32f2f;
    transform: rotate(180deg);
    display: inline-block;
}
.Ro_form_modal_error.show {
    display: block;
}
.Ro_processing_modal_inner {
	padding: 50px 30px 50px;
}
.Ro_processing_title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
}
.Ro_processing_title span {
	font-weight: 700;
}
.Ro_processing_step {
	display: flex;
	gap: 20px;
	margin-bottom: 0;
	opacity: 0.3;
	transition: all 0.5s ease;
	align-items: flex-start;
}
.Ro_processing_step.active {
	opacity: 1;
}
.Ro_processing_step.completed {
	opacity: 1;
}
.Ro_processing_step_icon_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}
.Ro_processing_step_icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	transition: all 0.3s ease;
	border: 3px solid #e5e7eb;
}
.Ro_processing_step.completed .Ro_processing_step_icon {
	background: #303030;
	border-color: #303030;
}
.Ro_processing_step.active .Ro_processing_step_icon {
	background: #303030;
	border-color: #303030;
	animation: processingPulse 1.5s ease-in-out infinite;
}
@keyframes processingPulse {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(48, 48, 48, 0.4);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 0 0 8px rgba(48, 48, 48, 0);
	}
}
.Ro_processing_step_checkmark {
	display: none;
	font-size: 16px;
	color: #fff;
}
.Ro_processing_step.completed .Ro_processing_step_checkmark {
	display: block;
}
.Ro_processing_step_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c6c6c6;
}
.Ro_processing_step.active .Ro_processing_step_dot {
	background: #fff;
	animation: processingDotPulse 1.5s ease-in-out infinite;
}
@keyframes processingDotPulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
}
.Ro_processing_step_line {
    width: 2px;
    height: 50px;
    background: #e5e7eb;
    margin: 0px auto 0px;
    transition: all 0.5s ease;
}
.Ro_processing_step.completed .Ro_processing_step_line {
	background: #303030;
}
.Ro_processing_step.active .Ro_processing_step_line {
	background: linear-gradient(to bottom, #303030 0%, #e5e7eb 100%);
}
.Ro_processing_step_content {
	flex: 1;
}
.Ro_processing_step_title {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 0;
	line-height: 1.4;
}
.Ro_processing_step_title_light {
	font-weight: 400;
	color: #4b5563;
}

.title_xsmall-size {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #101010;
}
.vehicle-overview-icon {
    display: none;
}

.Ro_final_vehicle_overview_left i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #fff;
    border-radius: 8px;
}
.Ro_final_vehicle_overview_box {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

/* Responsive styles for savings section */
@media (max-width: 768px) {
    .Ro_genuine_transparent_savings {
        padding: 60px 0;
    }
    .Ro_genuine_transparent_savings_title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .Ro_savings_card_image_wrapper {
        height: 240px;
    }
    .Ro_savings_card_content {
        padding: 20px;
    }
    .Ro_savings_card_model {
        font-size: 18px;
    }
    .Ro_savings_card_name {
        font-size: 14px;
    }
    .Ro_processing_modal_content {
		max-height: 95vh;
		border-radius: 12px;
	}
	.Ro_form_modal_inner,
	.Ro_processing_modal_inner {
		padding: 50px 24px 30px;
	}
	.Ro_form_modal_title {
		font-size: 20px;
	}
	.Ro_processing_title {
		font-size: 24px;
	}
	.Ro_processing_modal_close {
		width: 36px;
		height: 36px;
		font-size: 24px;
	}
	.Ro_processing_steps {
		padding-left: 10px;
	}
	.Ro_processing_step {
		gap: 20px;
	}
	.Ro_processing_step_title {
		font-size: 17px;
	}
	.Ro_processing_step_line {
		height: 40px;
	}
}

@media (max-width: 576px) {
    .Ro_genuine_transparent_savings_title {
        font-size: 28px;
    }
    
    .Ro_savings_card_image_wrapper {
        height: auto;
    }
    .Ro_savings_card_image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    
    .Ro_savings_badge {
        top: 10px;
        left: 10px;
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* Enquiry Thank You Page */
.Ro_enquiry_page {
    padding: 80px 0;
}
.Ro_enquiry_header {
    margin-bottom: 30px;
    text-align: left;
}
.Ro_enquiry_title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin: 0 0 10px 0;
}
.Ro_enquiry_subtitle {
    font-size: 16px;
    color: #707781;
    font-weight: 500;
    margin: 0;
}
.Ro_help_sticky {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}
.Ro_help_button {
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.Ro_finance_prompt {
    background: #f8f8f8;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    margin: 20px 0 30px 0;
}
.Ro_finance_prompt_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}
.Ro_finance_banner {
    background: #eef7ff;
    color: #1a1a1a;
    border: 1px solid #cfe8ff;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 600;
    white-space: nowrap;
}
.Ro_finance_banner_divider { margin: 0 8px; opacity: .6; }
.Ro_finance_options { gap: 16px; }
.Ro_finance_option_card {
    cursor: pointer;
}
.Ro_finance_option_card input { display: none; }
.Ro_finance_option_body {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    transition: border-color .2s, box-shadow .2s;
}
.Ro_finance_option_icon { color: #1a1a1a; font-size: 22px; margin-bottom: 8px; }
.Ro_finance_option_title { font-weight: 700; margin-bottom: 6px; }
.Ro_finance_option_desc { color: #707781; font-size: 14px; }
.Ro_finance_option_card:has(input:checked) .Ro_finance_option_body {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 2px rgba(0,0,0,.06);
}
.Ro_finance_actions { margin-top: 10px; }
.Ro_primary_button {
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 22px;
    font-weight: 700;
}
.Ro_primary_button[disabled] { opacity: .5; cursor: not-allowed; }
.Ro_enquiry_highlights { margin-top: 30px; }
.Ro_highlights_list { list-style: none; padding: 0; display: flex; gap: 20px; flex-wrap: wrap; }
.Ro_highlight_item { background: #f8f8f8; border: 1px solid #ececec; border-radius: 8px; padding: 12px 16px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.Ro_no_finance_cta { margin-top: 20px; }
.Ro_no_finance_card { background: #f1f5f9; border: 1px solid #e2e8f0; padding: 24px; border-radius: 12px; text-align: left; }
.Ro_no_finance_title { margin: 0 0 8px 0; font-size: 22px; font-weight: 700; }
.Ro_no_finance_text { margin: 0 0 14px 0; color: #475569; font-weight: 500; }

.Ro_calendly_header_title {
    max-width: 70%;
    margin: 0 auto;
}

.Ro_calendly_header {
    padding-top: 120px;
}
.Ro_final_details_slider_container {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}
.Ro_model_makes_filters  .Ro_final_details_main_slider {
    background-color: transparent;
}
.Ro_final_details_main_slider .slick-track {
    display: flex !important;
}
.Ro_model_makes_filters .Ro_slider_item {
    height: auto;
}
.Ro_model_makes_filters .Ro_slider_main_image {
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.Ro_model_makes_filters_image img {
    border-radius: 15px;
    display: block;
    width: 100%;
}
.Ro_final_details_thumbnail_nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.Ro_model_makes_filters .Ro_thumbnail_item {
    width: 100px;
    height: 80px;
}
.Ro_thumbnail_item {
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.Ro_thumbnail_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
}
.Ro_thumbnail_item:not(.active)::after {
    opacity: 1;
}
.Ro_thumbnail_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 26, 26, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.Ro_final_preferences_section {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.Ro_final_vehicle_overview_section .row {
    row-gap: 20px;
}

/* Vehicle Overview Toggle Styles - Desktop/iPad (default) */
.vehicle-overview-toggle {
    cursor: default;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
}

.vehicle-overview-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #666;
}

.vehicle-overview-content {
    display: block;
}

/* Desktop/iPad: Show all content, no click functionality */
@media (min-width: 769px) {
    .vehicle-overview-toggle {
        cursor: default;
        pointer-events: none;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    
    .vehicle-overview-content {
        display: block !important;
        margin-top: 15px;
    }
    
    .vehicle-overview-toggle.active .vehicle-overview-icon {
        transform: translateY(-50%) rotate(0deg);
    }
    
    /* Ensure all sections are visible on desktop/iPad */
    .Ro_final_vehicle_overview_section .vehicle-overview-content {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }
}
.Ro_final_vehicle_overview_box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.Ro_final_vehicle_overview_right {
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    gap: 2px;
    flex-direction: column;
}
.Ro_note_msg {
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
.Ro_final_preferences_left_sec h2 {
    font-size: 22px;
    font-weight: 600;
}
.Ro_final_preferences_left_sec p {
    font-size: 16px;
    color: #97A0AE;
}
.Ro_final_vehicle_overview_section h2 {
    font-size: 22px;
    font-weight: 600;
}
.Ro_final_vehicle_overview_right span {
    font-size: 14px;
    font-weight: 600;
}
.Ro_final_vehicle_overview_right span:first-child {
    color: #97A0AE;
    font-weight: normal;
}
.form-select:disabled {
    background-color: transparent;
    cursor: not-allowed;
}
.overview-toggle-btn {
    background-color: #fff !important;
    color: #000000 !important;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #000 !important;
    display: none;
}
.Ro_model_makes_filters .Ro_thumbnail_item {
    width: 100px;
    height: 80px;
}
.Ro_dropdowns_section.Ro_model_makes_filters {
    margin-bottom: 0;
}


@media (max-width: 768px){
    .Ro_finance_prompt_header { flex-direction: column; align-items: flex-start; }
    .Ro_calendly_header_title {
        max-width: 100%;
        font-size: 20px;
    }
    .Ro_calendly_header {
        padding-top: 70px;
    }
    .Ro_final_preferences_left_sec h2 {
        font-size: 18px;
    }
    .Ro_final_vehicle_overview_section h2 {
        font-size: 18px;
    }
    .Ro_final_vehicle_overview_section .row {
        row-gap: 10px;
    }
    .overview-toggle-btn {
        padding: 10px 30px;
        font-size: 16px;
    }
}
@media (max-width: 580px){
    .Ro_final_vehicle_overview_section .col-lg-6 {
        display: none;
    }
    .Ro_final_vehicle_overview_section .col-lg-6.visible {
        display: block;
    }
    .overview-toggle-btn {
        display: block;
    }
    .Ro_lets_begin_btn {
        margin-top: 20px;
    }
    .Ro_dropdown_wrapper {
        margin-bottom: 15px;
    }
}









