: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);
}
/* Wrapper container for sections */
.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;
}
.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: 270px 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 20px 10px 20px;
    font-size: 18px;
    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 20px 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_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: end;
    gap: 20px;
    margin-bottom: 15px;
}
.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;
}
.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: 100px 0 70px 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_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: 62px;
    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;
}
.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;
    text-decoration: underline;
}
.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_reviews Section Styles */
.Ro_reviews {
    padding: 100px  0;
    background: var(--background-color-body);
}
.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/hero-bg-1.webp);
}
.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: 40px;
    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: 190px 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-image: url(../images/electric.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.Ro_petrol_revolution_card {
    background-image: url(../images/pertrol.jpg);
}
.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;
}