/*
Theme Name: The Car House
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.2.1718362200
Updated: 2024-06-14 12:50:00
Domain Name : thecarhouse
Domain Path: /languages
*/

.vrcdivsearch{
    background-color: transparent !important;
}

.user-info {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.user-info .user-details{
    margin: 0;
    padding: 0;
}

.user-info img.avatar {
    border-radius: 50%;
    margin-bottom: 10px;
}

.user-info h3 {
    font-size: 20px;
    margin-top: 0;
}

.user-info p {
    font-size: 15px;
}

.subscription-details{
    display: flex;
    align-items: center;
    gap: 15px;
}

.subscription-details .level_title{
    font-size: 25px;
    color: #00b78c;
}

.pmpro_date_bloc{
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 2px 15px;
}

.d-flex-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-flex-center .pmpro_date{
    font-weight: bold;
}

.custom_pmpro_account-profile{
    margin-bottom: 5%;
}

.user-profile-form {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.user-profile-form h3 {
    text-align: center;
}

.user-profile-form form {
    margin-top: 20px;
}

.user-profile-form label {
    display: block;
    margin-bottom: 5px;
}

.user-profile-form input[type="text"],
.user-profile-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.user-profile-form input[type="submit"] {
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.car-count{
    font-size: 48px;
    font-weight: bold;
}

.vik_search_cars .vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt .vrcsearch{
    border: 1px solid #000 !important;
    text-transform: capitalize !important;
    background-color: #000 !important;
    color: #fff !important;
}

.vrcsfentrysubmit .vrcsearch{
    border: 1px solid #000 !important;
    border-color: #000 !important;
    text-transform: capitalize !important;
    background-color: #000 !important;
    color: #fff !important;
}

.vik_search_cars .vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt .vrcsearch:hover{
    border: 1px solid #fff !important;
    background-color: transparent !important;
}

.elementor-765 .elementor-element.elementor-element-b4f92b0 > .elementor-widget-container{
    border-top: 1px solid #000 !important;
}

.user-profile-form input[type="submit"]{
    background-color: #000;
    border: 1px solid #000;
}

.e-con>.e-con-inner{
    max-width: 1400px !important;
}


/* pricing plans */

.pricing-table {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    background-color: #f9f9f9;
    padding: 20px;
}

#pricing-table .pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    min-height: 400px;
    transition: transform 0.3s ease;
}

#pricing-table .subscription-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#pricing-table .pricing-card:hover {
    transform: translateY(-10px);
}

#pricing-table .pricing-title {
    font-size: 1.5em;
    margin: 0 0 10px;
}

#pricing-table .price {
    font-size: 2em;
    color: #333;
    margin: 20px 0;
}

#pricing-table .price span {
    font-size: 0.5em;
    color: #888;
}

#pricing-table .features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    flex-grow: 1;
    padding-left: 25px; /* Add padding to make space for the check icon */
}

#pricing-table .features li {
    margin: 10px 0;
    font-size: 1em;
    color: #555;
    text-align: left;
    position: relative;
    padding-left: 25px; /* Add padding to make space for the check icon */
}

#pricing-table .features li::before {
    content: '✓'; /* Unicode character for check mark */
    position: absolute;
    left: 0;
    top: 0;
    color: #4CAF50; /* Green color for check mark */
    font-size: 1.2em; /* Adjust the size as needed */
}

#pricing-table .btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 1px solid #000;
    width: 95%;
}

#pricing-table .btn:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

#pricing-table .subscription-footer {
    margin-top: auto;
    text-align: center;
}


/* checkout */

#pmpro_pricing_fields .pmpro_title{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#pmpro_pricing_fields .pmpro_title a{
    background-color: #000;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    transition: .5s;
}

#pmpro_pricing_fields .pmpro_title a:hover{
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

#pmpro_btn-submit, [type=button], [type=submit], button{
    border: 1px solid #000;
    border-radius: 5px;
}

.pmpro_login_wrap{
    margin-top: 4%;
}

.pmpro_actions_nav a{
    color: #000;
    text-decoration: none;
}

.pmpro_member_profile_edit_wrap{
    margin-top: 4%;
}

.pmpro_actionlinks a{
    background-color: #000;
    padding: 6px 15px;
    margin: 3px;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #000;
}

.pmpro_actionlinks a:hover{
    background-color: #fff !important;
    color: #000 !important;
}

.pmpro_account-membership_header{
    display: flex;
    justify-content: space-between;
}

.justify_content_center{
    justify-content: center;

}

.custom_vikrentcar_list .vrcmodcarsgridhorizontal{
 	display: grid;
  	grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  	gap: 15px;
}

.custom_vikrentcar_list .vrcmodcarsgridview a{
  	border-radius: 5px;
	margin: 20px auto;
}

/* tabs */

.tabs {
    width: 100%;
}

.tab-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Crée des colonnes flexibles */
    gap: 5px; /* Ajoute un espacement entre les onglets */
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tab-link {
    padding: 15px 20px;
    background: #fff !important;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s, box-shadow 0.3s;
    outline: none;
    color: #000 !important;
    font-weight: bold;
    border-radius: 5px;
}

.tab-link:hover {
    background: #e1e1e1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-link.active {
    background: #000 !important;
    border-bottom: 3px solid #000;
    box-shadow: none;
    color: #fff !important;
}

.tab-content {
    display: none;
    padding: 20px;
    background: #fff;
}

.tab-content.active {
    display: block;
}

/* Media Queries for responsiveness */
@media (max-width: 480px) {
    .tab-content .vrcmodcarsgridboxdiv {
        max-width: 300px;
        padding: 0 !important;
    }

    .car_result {
        max-width: 300px;
    }
    .vrc-car-result-description{
        padding-top: 20px !important;
    }

    .vrcsrowpricediv{
        text-align: left !important;
    }
}

@media (max-width: 660px) {
    .option-row .range{
        width: 90%;
    }

    .booknow {
        margin-bottom: 35px !important;
    }
    
    .vrc-modcars-item .vrcmodcarsgrid-item_details .vrcmodcarsgrid-box-cost{
        text-align: left !important;
    }
}

@media (max-width: 900px) {
    .pmpro_account-membership_header{
        display: block;
    }

    .pmpro_account-membership-levelname, .pmpro_actionlinks{
        margin-bottom: 10px;
    }
}

@media (max-width: 350px) {
    .tab-content .vrcmodcarsgridboxdiv {
        max-width: 230px;
    }
}


/* end tabs */

.pricing-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.price {
    font-size: 20px;
    margin-bottom: 20px;
}

.subscription-container {
    margin-bottom: 20px;
}

.features {
    list-style: none;
    padding: 0;
}

.features li {
    margin-bottom: 10px;
}

.subscription-footer {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    border: 1px solid #000;
}

.btn:hover {
    background-color: #fff;
    border: 1px solid #000;
}

.vrcmodcarsgrid-item_details{
    padding: 15px;
    font-weight: bold;
}

.pmpro_checkout-fields, .pmpro_message {
    background-color: #fff !important;
    border: 1px solid var(--pmpro--color--border--variation);
    border-radius: var(--pmpro--base--border-radius);
    box-shadow: var(--pmpro--box-shadow);
    display: flex;
    flex-direction: column;
    margin: var(--pmpro--base--spacing--medium) 0;
    overflow: hidden;
    padding: 40px 20px;
}

.pmpro_message strong a{
    color: #000;
    font-weight: bold;
}

.um input[type=submit].um-button{
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    text-transform: uppercase !important;
}

.um input[type=submit].um-button:hover{
    background-color: #fff !important;
    color: #000 !important;
}

.custom_vikrentcar_list .vrcmodcarsgridview a:hover{
    color: #fff !important;
}

[type=submit]:not(:disabled), button:not(:disabled) {
    text-transform: uppercase;
}.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #444;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateX(100%);
    z-index: 1000;
}

/* Styles pour les notifications de succès */
.notification.success {
    background-color: #4CAF50;
}

/* notifs */

/* Styles de base pour les notifications */
.notification {
    position: fixed;
    top: 50px;
    right: 50px;
    background-color: #444;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateX(100%);
    z-index: 1000;
}

/* Styles pour les notifications de succès */
.notification.success {
    background-color: #4CAF50;
}

/* Styles pour les notifications d'erreur */
.notification.error {
    background-color: #F44336;
}

/* Styles pour afficher la notification */
.notification.show {
    opacity: 1;
    transform: translateX(0);
}

#return-vehicle-button{
    border-radius: 5px;
}

.pagination{
    display: flex;
    justify-content: flex-end;
}

.pagination a{
    background: #000;
    color: #fff;
    padding: 2px 5px;
}

.option-items{
    padding: 10px 10px 0 !important;
}