.Ro_partnership_with_body {
    background-color: #f8f8f8;
}
.Ro_partnership_with_header_wrapper {
    align-items: center;
}
.Ro_partnership_with_logo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.rodear_partnership_logo_img {
    height: 20px;
}

.rodear_partnership_with_logo_img {
	height:36px;
}

.rodear_partnership_with_divider {
    width: 2px;
    height: 40px;
	margin-left:30px;
	margin-right:30px;
    background-color: rgba(173, 181, 208, 0.8);
}
.rodear_partnership_with_contact {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}
.Ro_partnership_with_header {
    padding: 18px 0;
    border-bottom: 2px solid rgba(173, 181, 208, 0.29);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
/* Why Australians choose Rodar Section */
.Ro_why_choose_rodar_section {
    width: 100%;
    margin-top: 40px;
}

.Ro_why_choose_rodar_section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
}

.Ro_why_choose_list_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #bcbcbc;
    margin-top: 20px;
}

.Ro_why_choose_list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Ro_why_choose_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.Ro_why_choose_check {
    color: #000000;
    font-size: 18px;
    width: 18px;
    flex-shrink: 0;
}

.Ro_why_choose_text {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    line-height: 1.4;
}

/* Trustpilot/Google Reviews Section */
.Ro_trustpilot_reviews_section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 30px 0 0;
    width: 100%;
}

.Ro_trustpilot_left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 200px;
    flex-shrink: 0;
}

.Ro_trustpilot_title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

.Ro_trustpilot_stars {
    display: flex;
    gap: 4px;
    align-items: center;
}

.Ro_trustpilot_stars svg {
    width: 20px;
    height: 20px;
}

.Ro_trustpilot_review_count {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.4;
}

.Ro_trustpilot_review_count_number {
    text-decoration: underline;
    cursor: pointer;
}

.Ro_trustpilot_logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.Ro_trustpilot_logo svg {
    width: 20px;
    height: 20px;
}

.Ro_trustpilot_logo span {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
}

.Ro_trustpilot_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
}

.Ro_trustpilot_reviews_carousel {
    position: relative;
    padding: 0 50px;
    overflow: hidden;
}

.Ro_trustpilot_reviews_container {
    position: relative;
}

.Ro_trustpilot_reviews_container .slick-list {
    margin: 0 -10px;
    overflow: hidden;
}

.Ro_trustpilot_reviews_container .slick-track {
    display: flex;
    align-items: flex-start;
}

.Ro_trustpilot_reviews_container .slick-slide {
    padding: 15px;
    height: auto;
    margin: 0 7.5px;
}

.Ro_trustpilot_reviews_container .slick-slide > div {
    height: auto;
    width: 100%;
}

.Ro_trustpilot_review_card {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    transform: none !important;
}

.Ro_trustpilot_review_card * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    white-space: normal;
    word-wrap: break-word;
}

.Ro_trustpilot_review_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.Ro_trustpilot_review_stars {
    display: flex;
    gap: 2px;
}

.Ro_trustpilot_review_stars svg {
    width: 20px;
    height: 20px;
}

.Ro_trustpilot_verified {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #999;
    font-size: 12px;
}

.Ro_trustpilot_verified i {
    color: #999;
    font-size: 14px;
}

.Ro_trustpilot_review_headline {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.Ro_trustpilot_review_content {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.5;
    margin: 0;
}

.Ro_trustpilot_review_author {
    font-size: 12px;
    color: #999;
    margin-top: auto;
}

.Ro_trustpilot_footer {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

/* Slick Arrows */
.Ro_trustpilot_reviews_container .slick-prev,
.Ro_trustpilot_reviews_container .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #1a1a1a;
    outline: none;
}

.Ro_trustpilot_reviews_container .slick-prev {
    left: -50px;
}

.Ro_trustpilot_reviews_container .slick-next {
    right: -50px;
}

.Ro_trustpilot_reviews_container .slick-prev:before,
.Ro_trustpilot_reviews_container .slick-next:before {
    display: none;
}

.Ro_trustpilot_reviews_container .slick-prev.slick-disabled,
.Ro_trustpilot_reviews_container .slick-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Quotes Accordion - Mobile Only */
/* Desktop View - Always Visible */
.Ro_quote_desktop_content,
.Ro_quote_desktop_price_section {
    display: block;
}

/* Desktop: Hide mobile accordion elements */
.Ro_quote_mobile_content,
.Ro_quote_mobile_price_section,
.Ro_quote_mobile_arrow {
    display: none !important;
}

/* Desktop: Car name displays normally, arrow hidden, not clickable */
.Ro_quote_accordion_trigger {
    display: block;
    cursor: default;
    pointer-events: none;
}

.Ro_quote_accordion_trigger .Ro_quote_mobile_arrow {
    display: none !important;
}

.Ro_quote_mobile_arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #666;
}

.Ro_quote_accordion_trigger:not(.collapsed) .Ro_quote_mobile_arrow {
    transform: rotate(180deg);
}

/* Mobile Accordion Content */
.Ro_quote_mobile_content {
    padding-top: 10px;
}

.Ro_quote_mobile_price_section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.Ro_quote_mobile_price_section .Ro_price_accept_quote_button {
    width: 100%;
}

@media (max-width: 767px) {
    /* Mobile: Show arrow icon in trigger */
    .Ro_quote_mobile_arrow {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Override desktop arrow hiding */
    .Ro_quote_accordion_trigger .Ro_quote_mobile_arrow {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Mobile: Make car name clickable and show arrow */
    .Ro_quote_accordion_trigger {
        display: flex !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        user-select: none;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
        border: none;
        text-align: left;
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
    }
    
    .Ro_quote_accordion_trigger .Ro_quote_mobile_arrow {
        margin-left: auto;
        transition: transform 0.3s ease;
        font-size: 14px;
        color: #666;
        flex-shrink: 0;
    }
    
    .Ro_quote_accordion_trigger:not(.collapsed) .Ro_quote_mobile_arrow {
        transform: rotate(180deg);
    }
    
    /* Hide Desktop Elements on Mobile */
    .Ro_quote_desktop_content,
    .Ro_quote_desktop_price_section {
        display: none !important;
    }
    
    /* Mobile Accordion Content - Only show when expanded */
    .Ro_quote_mobile_content {
        padding-top: 10px;
    }
    
    /* Bootstrap collapse behavior - respect show class */
    .Ro_quote_mobile_content.collapse {
        display: none !important;
    }
    
    .Ro_quote_mobile_content.collapse.show {
        display: block !important;
    }
    
    .Ro_quote_mobile_content.collapsing {
        display: block !important;
        transition: height 0.35s ease;
    }
    
    /* Mobile Accordion Styling */
    .Ro_home_new_quote_item {
        flex-direction: column;
    }
    
    .Ro_home_new_quote_details {
        width: 100%;
    }
    
    /* Show mobile price section when accordion is expanded */
    .Ro_quote_mobile_content.collapse.show .Ro_quote_mobile_price_section,
    .Ro_quote_mobile_content.collapsing .Ro_quote_mobile_price_section {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .Ro_quote_mobile_price_section {
        width: 100%;
        margin-top: 15px;
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Ensure all child elements are visible */
    .Ro_quote_mobile_content.collapse.show *,
    .Ro_quote_mobile_content.collapsing * {
        visibility: visible !important;
    }
    
    .Ro_quote_mobile_price_section .Ro_home_new_quote_price_wrapper {
        margin-bottom: 10px;
        display: flex !important;
        align-items: center;
        gap: 10px;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .Ro_quote_mobile_price_section .Ro_home_new_quote_price {
        display: inline-block !important;
        visibility: visible !important;
    }
    
    .Ro_quote_mobile_price_section .Ro_home_new_quote_arrow {
        display: inline-block !important;
        visibility: visible !important;
    }
    
    .Ro_quote_mobile_price_section .Ro_price_accept_quote_button_wrapper {
        display: block !important;
        width: 100%;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .Ro_quote_mobile_price_section .Ro_price_accept_quote_button {
        width: 100%;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .Ro_trustpilot_reviews_section {
        flex-direction: column;
        gap: 30px;
    }
    
    .Ro_trustpilot_left {
        width: 100%;
    }
    
    .Ro_trustpilot_reviews_carousel {
        padding: 0 40px;
    }
    
    .Ro_trustpilot_reviews_container .slick-prev {
        left: -40px;
    }
    
    .Ro_trustpilot_reviews_container .slick-next {
        right: -40px;
    }
    
    .Ro_why_choose_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.rodear_partnership_with_contact_link {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rodear_partnership_with_contact_text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
/* Partnership Content Section */
.Ro_partnership_with_section {
    padding-top: 120px;
    padding-bottom: 180px;
    background-image: url(../images/partnership-di-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 78px;
}
.Ro_partnership_with_content {
    max-width: 516px;
    width: 100%;
    margin-left: 50px;
}
.Ro_partnership_with_text_section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.Ro_partnership_with_heading_group {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.Ro_partnership_with_subtitle {
    color: #8C9099;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.Ro_partnership_with_title {
    color: #303030;
    font-size: 64px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
.Ro_partnership_with_description {
    color: #5E6772;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 70px;
}
.Ro_partnership_with_cta_button {
    background-color: #303030;
    color: white;
    border: none;
    border-radius: 10px;
    width: 240px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.Ro_partnership_with_cta_button:hover {
    background-color: #404040;
}
/* Login Popup Styles */
.Ro_login_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_login_popup_modal {
    width: 683px;
    max-width: 90vw;
    max-height: 90vh;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 20px 100px rgba(0, 0, 0, 0.07);
    padding: 40px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}
/* Header Section */
.Ro_login_popup_header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.Ro_login_popup_header_content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Ro_login_popup_close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #000;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_login_popup_close:hover {
    opacity: 0.7;
}
.Ro_login_popup_title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-align: center;
}
.Ro_login_popup_subtitle {
    text-align: center;
    color: #97A0AE;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
/* Form Section */
.Ro_login_popup_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.Ro_login_popup_form_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 63px;
}
.Ro_login_popup_input_group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.Ro_login_popup_input_wrapper {
    border: 1px solid rgba(151, 160, 174, 0.29);
    border-radius: 8px;
    padding: 8px 20px;
}
.Ro_login_popup_input_content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.Ro_login_popup_input_label {
    color: #3030305c;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.Ro_login_popup_input {
    border: none;
    outline: none;
    background: none;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    width: 100%;
}
.Ro_login_popup_input::placeholder {
    color: #303030;
}
.Ro_login_popup_continue_section {
    display: flex;
    justify-content: flex-start;
    margin-left: 1.5px;
}
.Ro_login_popup_continue_button {
    background-color: #303030;
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.Ro_login_popup_continue_button:hover {
    background-color: #404040;
}
/* Social Section */
.Ro_login_popup_social_section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 65px;
}
.Ro_login_popup_divider {
    text-align: center;
    color: #97A0AE;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}
.Ro_login_popup_social_buttons {
    display: flex;
    gap: 15px;
}
.Ro_login_popup_social_button {
    flex: 1;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    transition: border-color 0.3s ease;
}
.Ro_login_popup_social_button:hover {
    border-color: rgba(0, 0, 0, 0.2);
}
.Ro_login_popup_social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Partnership Home Page */
.Ro_partnership_section {
    padding: 200px 0px 450px 100px;
    background-image: url(../images/partnership-bg.png);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Ro_partnership_home_new_section {
    padding: 120px 0px 100px 0px;
}
.Ro_partnership_content.Ro_partnership_home_new_content {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Ro_partnership_right_content_wrapper.Ro_partnership_home_new_right_content_wrapper {
    width: 100%;
    max-width: 952px;
}
.Ro_partnership_content {
    max-width: 530px;
}
.Ro_partnership_title {
    color: #303030;
    font-size: 64px;
    font-weight: 700;
    margin: 0;
}
.Ro_partnership_description {
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 80px;
}
.Ro_partnership_home_new_section .Ro_partnership_description {
    margin-bottom: 20px;
}
.Ro_partnership_cta_button {
    background-color: #ffffff;
    color: #303030;
    border: none;
    border-radius: 10px;
    width: 240px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display:block;
	clear:both;
}
.Ro_partnership_cta_button:hover {
    background-color: #404040;
    color: #ffffff;
}
/* Right Content Wrapper Styles */
.Ro_partnership_right_content_wrapper {
    position: absolute;
    top: 0;
    width: 400px;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.27) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 70px;
}
.Ro_partnership_right_content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* Widget Card Styles */
.Ro_partnership_widget_card {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Ro_partnership_card_content {
    padding: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.partnership_trade_in_card {
    background-image: url(../images/partnership-trade-bg.png);
}
.partnership_buying_card {
    background-image: url(../images/partnership-buying-car-bg.png);
}
.partnership_financing_card {
    background-image: url(../images/partnership-financing-bg.png);
}
.partnership_sell_car_card {
    background-image: url(../images/partnership-sell-car-bg.png);
}
.Ro_partnership_card_header {
    margin-bottom: 0px;
    font-size: 20px;
}
.Ro_partnership_card_title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 5px;
    line-height: 1.2;
}
.Ro_partnership_card_description {
    font-size: 14px;
    font-weight: 500;
    color: #E0E0E0;
    margin: 0;
    margin-bottom: 40px;
}
.Ro_partnership_card_tag_link {
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 12px 20px;
    line-height: normal;
    font-size: 12px;
    font-weight: bold;
    color: #1D1D1D;
}
/* Partnership Features Section */
.Ro_partnership_features_content {
    max-width: 1250px;
    margin: 0 auto;
}
.Ro_partnership_features_section {
    padding: 80px 0;
    position: relative;
}
.Ro_partnership_features_arrow_wrapper {
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translate(-50%, 10px);
}
.Ro_partnership_features_subtitle {
    font-size: 20px;
    color: #707781;
    margin-bottom: 90px;
    font-weight: 500;
    text-align: center;
}
.Ro_partnership_features_title {
    font-size: 42px;
    font-weight: bold;
    color: #3E3E3E;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}
.Ro_partnership_feature_icon {
    height: 60px;
}
.Ro_partnership_feature_card {
    height: 100%;
}
.Ro_partnership_feature_card_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}
.Ro_partnership_feature_icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Ro_partnership_feature_text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
.Ro_partnership_feature_card_title {
    font-size: 24px;
    font-weight: 700;
    color: #3E3E3E;
    margin: 0;
}
.Ro_partnership_feature_card_description {
    font-size: 16px;
    color: #97A0AE;
    font-weight: 500;
    margin-bottom: 0;
}
/* Partnership How It Works Section */
.Ro_partnership_how_it_works_section {
    padding: 80px 0;
}
.Ro_partnership_how_it_works_wrapper {
    max-width: 1250px;
    margin: 0 auto;
}
.Ro_partnership_how_it_works_header {
    margin-bottom: 50px;
}
.Ro_partnership_how_it_works_description {
    font-size: 18px;
    font-weight: 400;
    color: #616872;
    margin: 0;
}
.Ro_partnership_how_it_works_title {
    font-size: 42px;
    font-weight: 700;
    color: #303030;
    margin: 0;
}
.Ro_partnership_how_it_works_description {
    font-size: 20px;
    font-weight: 500;
    color: #616872;
    margin: 0;
    line-height: 1.6;
}
.Ro_partnership_how_it_works_button_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.Ro_partnership_how_it_works_button {
    background-color: #303030;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 18px 75px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}
.Ro_partnership_how_it_works_main {
    width: 100%;
}
.Ro_partnership_how_it_works_image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e0e0e0;
}
.Ro_partnership_how_it_works_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.Ro_partnership_how_it_works_steps {
    height: 100%;
}
.Ro_partnership_step_card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 50px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.Ro_partnership_step_icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Ro_partnership_step_icon_bg {
    width: 50px;
    height: 50px;
    background-color: #2F2F2F;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
}
.Ro_partnership_step_icon {
    font-size: 20px;
    color: #ffffff;
}
.Ro_partnership_step_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.Ro_partnership_step_title {
    font-size: 28px;
    font-weight: 700;
    color: #303030;
    margin: 0;
}
.Ro_partnership_step_description {
    font-size: 14px;
    font-weight: 400;
    color: #707781;
    margin: 0;
}
/* Partnership Footer Section */
.Ro_partnership_footer_inner {
    background-color: #1D1D1D;
    padding: 50px 80px;
    border-radius: 20px;
}
.Ro_partnership_footer_social {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}
.Ro_partnership_footer_social_link {
    color: #fff;
    font-size: 26px;
    display: flex;
}
.Ro_partnership_footer_social_link_img {
    height: 22px;
}
.Ro_partnership_footer_title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.Ro_partnership_footer_links {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.Ro_partnership_footer_list_item {
    list-style: none;
}
.Ro_partnership_footer_list_link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.Ro_partnership_footer_contact_item {
    display: flex;
    gap: 10px;
}
.Ro_partnership_footer_contact_icon i {
    background-color: #292A2A;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}
.Ro_partnership_footer_contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.Ro_partnership_footer_contact_label {
    color: #5F6070;
    line-height: normal;
}
.Ro_partnership_footer_contact_value_link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.Ro_partnership_footer_inner_wrapper {
    row-gap: 40px;
}
.Ro_partnership_footer_copyright_text_content {
    margin: 0;
    padding: 30px 0px;
}
.Ro_partnership_home_new {
    position: relative;
}
.Ro_partnership_home_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 0px;
}
.Ro_partnership_home_new_right_content_wrapper {
    padding: 0;
    height: auto;
    top: 0;
    right: 0;
    background: transparent;
    position: inherit;
    backdrop-filter: none;
}
.Ro_partnership_home_new_right_content {
    padding: 0;
}
.Ro_partnership_home_new_card_content {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.27) 100%);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid #ffffff40;
}
/* Featured Car Section */
.Ro_home_new_featured_car {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    gap: 15px;
}
.Ro_home_new_car_image {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_home_new_car_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.Ro_home_new_car_info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ro_home_new_car_details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.Ro_home_new_car_title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.28;
}
.Ro_home_new_car_category {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    opacity: 70%;
}
/* My Quotes Section */
.Ro_home_new_quotes_section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}
.Ro_home_new_quotes_title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-bottom: 0;
    position: relative;
}
.Ro_home_new_quotes_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.Ro_home_new_quote_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #c4c4c4;
}

.highlight_quote_item {
    background: #ffffff33;
}
.Ro_home_new_quote_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.Ro_home_new_quote_car_name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.21;
}
.Ro_home_new_quote_delivery {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}
.Ro_home_new_quote_price_wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.Ro_home_new_quote_price_wrapper_left {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
}
.Ro_price_accept_quote_button {
    border: 1px solid #fff;
    padding: 15px 30px;
    line-height: normal;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Ro_price_accept_quote_button_ani {
    background: #ffffff;
    color: #000;
}
.lowest_price_badge {
    position: absolute;
    right: 0;
    top: -5px;
    padding: 10px 30px;
    background: #000000;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 20px;
}
/* Hover Effect */
.Ro_price_accept_quote_button:hover {
    background: #000000;
    color: #fff;
}


.highlight_quote_item {
    position: relative;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    animation: pulseBorder 2s infinite;
    background: #000;
}
/*
.highlight_quote_item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, red, yellow, green, cyan, blue, magenta, red);
    background-size: 400% 400%;
    animation: glowMove 5s linear infinite;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

@keyframes glowMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
*/
/* @keyframes pulseBorder {
    0% { box-shadow: 0 0 0px rgba(0,255,160,0.8); }
    50% { box-shadow: 0 0 20px rgba(0,255,160,1); }
    100% { box-shadow: 0 0 0px rgba(0,255,160,0.8); }
} */


.Ro_home_new_quote_price {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.29;
}
.Ro_home_new_quote_arrow {
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease;
    opacity: 50%;
}
.Ro_home_new_quote_arrow:hover {
    transform: translateX(2px);
}
/* Quote Dividers */
.Ro_home_new_quote_divider {
    height: 1px;
    width: 100%;
    background: #989797;
    margin: 0;
}
.Ro_home_new_driva_img {
    height: 25px;
}
.Ro_home_new_finance_estimate_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Ro_home_new_finance_estimate_title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.Ro_home_new_finance_estimate_description {
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.Ro_home_new_comparison_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.Ro_home_new_comparison_item_title {
    font-size: 16px;
    color: #fff;
    margin: 0;
    opacity: 70%;
}
.Ro_home_new_comparison_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.Ro_home_new_comparison_item_value {
    margin: auto;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.Ro_home_new_comparison_divider {
    height: 40px;
    width: 1px;
    background: #fff;
    margin: 0;
    opacity: 25%;
}

/* Universal Color Picker Compatibility Fixes */

/* Hide color inputs universally while keeping them functional */
#theme_color_picker,
#font_color_picker {
    visibility: hidden !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Ensure color palette icons are clickable and accessible */
.color-pallete-popup,
.font-color-pallete-popup {
    cursor: pointer !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
    display: inline-block !important;
}

/* Add hover effects for better UX */
.color-pallete-popup:hover,
.font-color-pallete-popup:hover {
    opacity: 0.8;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

/* Ensure compatibility across all browsers */
input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .color-pallete-popup,
    .font-color-pallete-popup {
        -webkit-touch-callout: none !important;
        touch-action: manipulation !important;
    }
}


/* ============================================
   Genuine & Transparent Savings Section CSS
   ============================================ */
.Ro_why_choose_rodar_section {
    max-width: 952px;
    margin-top: 30px;
    background: hwb(0deg 100% 0% / 90%);
    padding: 30px;
    border-radius: 5px;
}
.Ro_genuine_transparent_savings {
    padding: 80px 0;
    background: #fff;
}
.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;
}

@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;
    }
}
@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;
    }
    .Ro_partnership_title {
        text-align: center;
    }
    .Ro_partnership_description {
        text-align: center;
    }
    .Ro_partnership_cta_button {
        margin: 0 auto;
    }
    .Ro_partnership_right_content_wrapper {
        padding-top: 0;
    }
}
