/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2026 | 08:14:17 */
/* Full height dropdown on tablet & mobile */
@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown {
        height: 100vh !important;
        max-height: 100vh !important;
        overflow-y: auto !important;
		z-index: 99999;
    }
}
.body-scroll-locked {
    overflow: hidden !important;
    height: 100vh;
}
.scroll-locked {
    overflow: hidden !important;
    height: 100vh;
    position: fixed;
    width: 100%;
	z-index: 9999;
}
.elementor-81 .elementor-element.elementor-element-97af57b {
    --e-nav-menu-horizontal-menu-item-margin: 0 !important;
}
#nav_menu li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item a:hover,
#nav_menu li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item.current-menu-item > a,
#nav_menu li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item.current_page_item > a {
  font-weight: 700 !important;
  transition: all 0.3s ease; /* smooth transition */
}
/* Sub Menu Styling0 */
 .menu-item-has-children {
    position: relative;
	 cursor: pointer;
}

.sub-menu {
    background: #fff;
    list-style: none;
    position: absolute;
    z-index: 1;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-height: 0;
    opacity: 0;
    transition: max-height .4s ease, opacity .3s ease;
    pointer-events: none;
    display: block !important;
    min-width: 14rem;
    top: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0;
}

.menu-item-has-children.menu-open>.sub-menu {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
	padding: 5px 0;
}

.sub-menu>li {
    padding: 0;
	border: none !important;
}

.elementor-sub-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
	border-inline-start: none !important;
}

.elementor-sub-item:hover {
    color: #EF0730;
	background-color: transparent;
    transform: scale(1.02);
}
/* === GTranslate Custom Styling === */
/* === GTranslate Custom Styling === */
.gtranslate_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}
 
/* Hide default select dropdown */
.gtranslate_wrapper select {
  background: transparent;
  border: none;
  color: #EF0730;
  font-size: 18px;
  font-weight: 600;
  padding-left: 1px;
  padding: 0px !important;
  cursor: pointer;
  outline: none;
}
 
/* Add globe icon before text */
.gtranslate_wrapper::before {
  content: "";
  background: url('https://dollardev.loymarkservices.com/wp-content/uploads/2026/01/header-languange.png') no-repeat center;
  background-size: 16px;
  width: 40px;
  height: 20px;
  display: inline-block;
  margin-right: 0px;
}
 
/* Hover effect (optional) */
.gtranslate_wrapper:hover {
  box-shadow: 0 0 0 2px #0073cf33;
}
 
/* Hide unwanted Google branding below */
#gtranslate_wrapper-20223678 .skiptranslate,
.goog-te-gadget {
  display: none !important;
}
/* Remove any default browser styling */
.gtranslate_wrapper .gt_selector::-ms-expand {
  display: block;
}
.gt_selector option{
  background: white;
  color: #333;
  font-size: 14px;
	position: absolute;
}


/* Change COLOR for TITLES of Icon Box*/
#location .elementor-icon-box-wrapper:hover .elementor-icon-box-title,
.linkCard:hover .elementor-icon-box-wrapper .elementor-icon-box-title {
    color: #27171A !important; /* Consider removing !important */
}

/* Change FILL for ICONS (SVG Paths) of Icon Box*/
#location .elementor-icon-box-wrapper:hover .elementor-icon svg path,
.linkCard:hover .elementor-icon-box-wrapper .elementor-icon svg path {
    fill: #27171A !important; /* Consider removing !important */
}

/* Our Icon Hover Color */
.elementor-icon:hover svg path {
  fill: #27171A !important;
}
.map-box {
	  position: relative;
	  min-height: 100%;
	}
.map-box .elementor-custom-embed,
.map-box .elementor-widget-google_maps iframe{
	 height: 100% !important;
}

/* Discount Section on Home */
@media (min-width: 1025px) and (max-width: 1920px) {
	.discountCard h2{
		height: 75px;
	}
	.map-box {
	  position: relative;
	  min-height: 100%;
	}
	.map-box .elementor-custom-embed,
	.map-box .elementor-widget-google_maps iframe{
	  height: 100% !important;
	}
}
/* Vehicle Card Drive type Clip */
.arrow-button {
  /* Dimensions and Color */
  width: 65px;
  height: 40px;
  background-color: #FFEB66; /* Similar yellow from your image */
  
  /* The Secret Sauce: Clip Path */
  /* This defines the points of the polygon */
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  border-radius: 4px;
}

/* Vehicle Detail Card Features Styling */
.vehicle-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 15px;
}
.driveType h4{
	font-size: 18px !important;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-icon {
  width: 24px;
  height: 24px;
}

.feature-label {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.vehicle_cards{
	width: 100%;
	max-width: 380px;
}

/* Filter Buttons Styling */
.filter-button a{
	cursor: pointer;
}
.filter-button:hover a,
.filter-button.active-filter a{
    background-color: #F36C3D00;
    fill: #EF0730  !important;
    color: #EF0730 !important;
    border-color: #EF0730 !important;
}
.faqs svg path{
    fill: #EF0730 !important;
}
.inner-icon svg path{
    fill: #EF0730  !important;
}

/* New Suhaib */
.blog-content h3 a {
    color: #EF0730 !important;
}
/* Tabs and Buttons will be Dropdown on Mobile  */

@media (max-width: 767px) { 
	/* Movile Menu Dropdown */
	#mob_Nav nav.elementor-nav-menu--dropdown.elementor-nav-menu__container
	 {
		height: 100vh;
		padding: 0 20px;
	}
    .gtranslate_wrapper {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: #ffffff;
		border-radius: 6px;
		padding: 8px 12px;
		position: relative;
		cursor: pointer;
		width: 100%;
		margin: 20px 0;
	}
	#menu-2-e659837 > li:nth-last-child(2) {
	  border: none !important; /* or remove any divider style */
	}
	/* 1. HIDE NAVIGATION ELEMENTS (Both original Tabs and the custom Button container) */
    .e-n-tabs-heading, /* Hides Elementor Tabs headers */
    .filter-button-container /* Hides your custom filter buttons container */
    {
        display: none !important;
    }

    /* 2. DISPLAY AND STYLE THE CUSTOM DROPDOWN WRAPPER */
    .mobile-dropdown-wrapper {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    /* 3. STYLE THE ACTUAL SELECT ELEMENT (Default: Grey Text, Black Arrow, Blue Border) */
    #mobile-tabs-dropdown {
        width: 100%;
        padding: 6px 12px; 
        font-size: 16px;
        line-height: 1.5;
        color: #959595; 
        border: 1px solid #EF0730; /* Default border is REd */
        border-radius: 6px;
        background-color: #fff;
        cursor: pointer;
        
        /* Remove default appearance */
        appearance: none; 
        -webkit-appearance: none; 
        -moz-appearance: none;
        
        /* ADD THE BLACK ARROW SVG (fill='%23000000') */
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z'/%3E%3C/svg%3E");
        
        background-repeat: no-repeat;
        background-position: right 17px center; /* Updated to match 17px padding */
        background-size: 16px 16px;
    }

    /* 4. SET TEXT COLOR AND BORDER COLOR ON FOCUS/SELECT (Red) */
    #mobile-tabs-dropdown:focus,
    #mobile-tabs-dropdown:active{
        border-color: #EF0730; /* Red border on focus (Redundant, but safe) */
        color: #EF0730; /* Text color becomes Red on focus/select */
        outline: none; 
    }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.gtranslate_wrapper {
		padding: 8px 20px;
		width: 100%;
		margin: 20px 0px;
	}
	#menu-2-e659837 > li:nth-last-child(2) {
	  border: none !important; /* or remove any divider style */
	}
	/* Tab Menu Dropdown */
	#mob_Nav nav.elementor-nav-menu--dropdown.elementor-nav-menu__container
	 {
		padding: 0 65px;
	}
	.map-box {
	  position: relative;
	  min-height: 500px;
	}
	
}
/* Mobile */
@media (min-width: 768px) {
    /* Ensure the dropdown wrapper is hidden on desktop/tablet */
    .mobile-dropdown-wrapper {
        display: none !important;
    }
	

}

/* Reservastion Step Form */
#reservation_form .e-form__indicators {
    border: 1px solid #EF0730;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    width: 100%;
}

#reservation_form .e-form__indicators__indicator {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
#reservation_form .e-form__indicators__indicator__separator {
    flex-grow: 1; 
    height: 1px;
    background-color: #4B4E53;
    margin: 0 5px; 
}

#reservation_form .e-form__indicators__indicator__label {
    white-space: nowrap; 
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    color: #4B4E53;
}
/* Active State */
#reservation_form .e-form__indicators__indicator--state-active .e-form__indicators__indicator__number {
    border-color: #EF0730;
    color: #EF0730;
}
#reservation_form .e-form__indicators__indicator--state-active .e-form__indicators__indicator__label {
    color: #EF0730;
}
/* --- COMPLETED STATE STYLING --- */

/* 1. Target the Completed Label (Set color to Red) */
#reservation_form .e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
    color: #EF0730; /* Set label text color to Red */
}

/* 2. Style the Completed Circle (Red Background & Custom Icon) */
#reservation_form .e-form__indicators__indicator--state-completed .e-form__indicators__indicator__number {
    /* Set the background color */
    background-color: #EF0730; /* BRedlue Background */
    border-color: #EF0730; /* Red Border */
    color: transparent; /* Hide the original number (1, 2, 3...) */

    /* --- CRITICAL: Add your custom icon as a background image --- */
    background-image: url('https://dollardev.loymarkservices.com/wp-content/uploads/2025/10/check-fill.png'); /* <--- Replace with your icon's URL */
    background-size: 60%; /* Adjust size of the icon inside the circle (e.g., 60-70%) */
    background-position: center center; /* Center the icon */
    background-repeat: no-repeat; /* Ensure icon doesn't repeat */
    
    /* Ensure it remains a perfect circle (from previous CSS, make sure it's applied) */
    /* border-radius: 50%; */
}
/* Tabs Buttons Styling  for Reservation*/
#reservation_form .e-n-tabs-heading .e-n-tab-title {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #4B4E53 !important;
    color: #4B4E53 !important;
    background-color: transparent !important; 
    border-radius: 6px !important;        
    transition: all 0.3s;
}
	/* Style for the HOVER state */
#reservation_form .e-n-tabs-heading .e-n-tab-title:not([aria-selected="true"]):hover {
    border-color: #EF0730 !important;
    color: #EF0730 !important;      
    cursor: pointer !important;
}
	/* Style for the ACTIVE tab (The one with the 'All' text selected) */
#reservation_form .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    border-color: #EF0730 !important;
    color: #EF0730 !important;  
}


/* ✅ Show 4 slides above 1024px (desktop) */
@media (min-width: 1025px) {
  .elementor-1477 .elementor-element.elementor-element-abc64e0 {
    --swiper-slides-to-display: 4 !important;
  }
}

/* Modification Page */
.modify-reservation-details-section{
  display: none;
}

/* Onvo Payment Form Button Style */
.css-1vbl1fs {
	background-color: #ef0730 !important;
}