/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

.home .page-numbers.prev {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(0, -50%);
    font-family: 'ruby-icon' !important;
	font-size:0;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
.home .page-numbers.next{
	    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(0, -50%) rotate(180deg);
    font-family: 'ruby-icon' !important;
	font-size:0;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
.home .page-numbers.next:hover,.home .page-numbers.prev:hover{
	background-color:unset !important;
	box-shadow:unset !important;
	color:#000;
}
.home .elementor-element-108dabc .page-numbers.next:hover,.home .elementor-element-108dabc .page-numbers.prev:hover{
	background-color:unset !important;
	box-shadow:unset !important;
	color:#fff;
}
.home  .page-numbers.prev:before, .home  .page-numbers.next:before {
    content: '\e903';
	font-size:24px !important;
}
.home .elementor-element-108dabc .page-numbers.prev, .home .elementor-element-108dabc .page-numbers.next{
	color:#fff;
}

/* dashicon css */
@font-face {
    font-family: "dashicons";
    src: url("https://fyndmycar.com/wp-includes/fonts/dashicons.eot");
    src: url("https://fyndmycar.com/wp-includes/fonts/dashicons.eot?#iefix") format("embedded-opentype"),
         url("https://fyndmycar.com/wp-includes/fonts/dashicons.woff2") format("woff2"),
         url("https://fyndmycar.com/wp-includes/fonts/dashicons.woff") format("woff"),
         url("https://fyndmycar.com/wp-includes/fonts/dashicons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


.dashicons, .dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}
.dashicons-yes-alt:before {
    content: "\f12a";
}
.dashicons-no-alt:before {
      content: "\f335";
}
/* .slider-pagination-top.slider-pagination, .block-wrap .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:0 !important;
	top:unset !important;
	right:40% !important;
}
.swiper-pagination-bullet, body .swiper-pagination-bullet{
	width:12px !important;
	height:12px !important;
} */


/* new css */

.single-post ul.wp-block-list {
    list-style: circle !important;
    margin-left: 30px !important;
}
.single-post ul.wp-block-list li{
    list-style: circle !important;
}
.web-stories-list.is-carousel .web-stories-list__carousel::scroll-button(*){
	width:35px !important;
	line-height:0 !important;
}
.web-stories-list__archive-link{
	display:none !important;
}
.bio-description{
	text-align: justify;
}
.author .rb-container.edge-padding{
	max-width:1140px;
}

/* fyndmycar revamp css starts here */
.car-search-wrapper form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px; /* Spacing between columns */
}

/* Forces the 3 columns to share the remaining space equally */
.search-col {
    flex: 1;
    display: flex;
    align-items: center;
}

/* Container Wrapper mimicking the clean modern pill bar */
.car-search-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
    padding: 8px 8px 8px 14px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}

.car-search-wrapper form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Column Configuration */
.search-col {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 5px;
    position: relative;
}

.search-divider {
    width: 1px;
    height: 40px;
    background-color: #e6e6e6;
    margin: 0 10px;
}

/* Icon configurations */
.search-icon {
    display: flex;
    align-items: center;
    color: #4a4a4a;
    flex-shrink: 0;
}

/* ----fyndmycar revamp code - Custom Dropdown UI ---- */
.custom-select-container {
    width: 100%;
    position: relative;
}

.custom-select-container.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.custom-select-trigger {
    width: 100%;
    padding: 10px 20px 10px 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-select-label {
    font-size: 15px;
    color: #2c3e50;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}


/* The Popup Menu */
.custom-options {
    position: absolute;
    top: calc(100% + 15px);
    left: -40px; 
    width: calc(100% + 60px);
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 280px;
    overflow-y: auto;
    z-index: 999;
    display: none;
    border: 1px solid #f0f0f0;
}

/* Toggle Class applied via JS */
.custom-options.open {
    display: block;
}

/* The Menu Items */
.custom-option {
    padding: 8px 20px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    transition: background 0.1s ease;
    font-family: 'Manrope', sans-serif;
}

.custom-option:hover {
    background-color: #f9f9f9;
}

/* Custom Webkit Scrollbar Styling */
.custom-options::-webkit-scrollbar {
    width: 14px;
}
.custom-options::-webkit-scrollbar-track {
    background: transparent; 
}
.custom-options::-webkit-scrollbar-thumb {
    background-color: #8c8c8c; 
    border-radius: 10px;
    border: 4px solid #ffffff; 
}

/* Theme Red Search Button styling */
.car-search-submit {
    background-color: #ED1B24;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    white-space: nowrap;
    font-family: 'Manrope', sans-serif;
}

.car-search-submit:hover {
    background-color: #d60912;
}

select, input, option {
    font-family: 'Manrope', sans-serif;
} 

/* Responsive considerations for mobile viewports */
@media (max-width: 767px) {
    .car-search-wrapper {
        border-radius: 14px;
        padding: 10px;
    }
    .car-search-wrapper form {
        flex-direction: column;
        gap: 15px;
    }
    .search-divider {
        display: none;
    }
	.custom-select-trigger{
		padding:6px;
	}
    .search-col {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
    }
    .car-search-submit {
        width: 100%;
        text-align: center;
    }
    .custom-options {
        left: 0;
        width: 100%;
        top: 100%;
    }
}


/* timeline css starts */

/* =========================================================
   LATEST UPDATES TIMELINE (GREEN)
   ========================================================= */

/* 1. Main Container */
.updates-timeline-container {
    position: relative;
    margin: 10px 0;
    padding-left: 24px; /* Space for the vertical line and dots */
}

/* 2. The Vertical Green Line */
.updates-timeline-container::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 8px; /* Stops the line neatly at the last dot */
    left: 5px; 
    width: 2px;
    background-color: #3b8e40; /* Exact green from your screenshot */
}

/* 3. Individual Timeline Items */
.updates-timeline-item {
    position: relative;
    margin-bottom: 12px; 
}

/* Remove bottom margin from the very last item so it doesn't create empty space */
.updates-timeline-item:last-child {
    margin-bottom: 0;
}

/* 4. The Green Dots */
.updates-timeline-dot {
    position: absolute;
    top: 5px; /* Aligns dot vertically with the headline text */
    left: -24px; /* Pulls dot left exactly over the vertical line */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #3b8e40; /* Matches the line */
    z-index: 2; /* Ensures the dot sits on top of the line */
}

/* 5. Headline Text (Top Line) */
.updates-timeline-title {
    font-size: 16px;
    color: #333333; /* Dark gray for readability */
    font-weight: 400; /* Regular weight based on your screenshot */
    margin-bottom: 4px; /* Tight spacing between headline and date */
    line-height: 1.4;
}

/* 6. Date & Icon (Bottom Line) */
.updates-timeline-date {
    font-size: 14px;
    color: #000000;
    font-weight: 600; /* Bolder text for the date */
    display: flex;
    align-items: center;
    gap: 6px; /* Space between the calendar icon and the date text */
}

/* 7. SVG Calendar Icon Adjustments */
.calendar-icon {
    color: #444444; /* Slightly lighter than the text */
    margin-top: -2px; /* Fine-tunes the vertical alignment of the icon */
}

/* timeline css ends */


/* =========================================================
   COMPARE CARS UI STYLES
   ========================================================= */

/* Layout for the Selection Boxes */
.compare-selectors-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
	.compare-cars-wrapper svg{
		width:35px;
		height:35px;
	}
}

.car-selector-box {
    flex: 1;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

/* Dashed Image Preview Box */
.car-image-preview {
    border: 1px dashed #a0aec0;
    border-radius: 12px;
    min-height: 180px;
	height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
	cursor:pointer;
}

.car-image-preview.has-image {
    border: 1px solid #e2e8f0; 
}

.add-icon {
    text-align: center;
    color: #2b6cb0; /* Blue color matching screenshot */
    font-size: 16px;
    font-weight: 500;
}

.add-icon span {
    display: block;
}

.car-image-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
	width:100%;
}

/* Dropdowns */
.car-selection-dropdowns select {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 14px;
    color: #4a5568;
    outline: none;
}

.car-selection-dropdowns select:disabled {
    background-color: #edf2f7;
    cursor: not-allowed;
}

/* Compare Button */
.compare-btn-wrapper {
    text-align: center;
    margin: 30px 0;
}

.compare-now-btn {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.compare-now-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* =========================================================
   COMPARISON RESULTS (ACCORDIONS)
   ========================================================= */
.compare-results-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.compare-accordion {
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.compare-accordion-header {
    background-color: #E1E1E1; 
    padding: 16px 20px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.accordion-icon {
    font-size: 12px;
    color: #000;
}

.compare-accordion-body {
    background-color: #ffffff;
    display: none; /* Hidden by default */
}

/* The Data Table */
.compare-table {
    width: 100%;
    border-collapse: collapse;
}

.compare-table tr {
    border-bottom: 1px solid #edf2f7;
}

.compare-table tr:last-child {
    border-bottom: none;
}

.compare-table td {
    padding: 16px 20px;
    font-size: 14px;
    color: #4a5568;
    width: 33.33%;
    vertical-align: top;
}

.compare-table td.spec-label {
    color: #1d1d1d;
}

.compare-table td.car-value {
    font-weight: 500;
    color: #1a202c;
}






/* what's new bullet points css starts here */
/* Styled Bulleted List for Cars Data Template */
.car-custom-bullet-list {
    list-style-type: none;
    padding-left: 0;
    margin: 15px 0;
}

.car-custom-bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50; /* Clean readable charcoal color */
    font-family: 'Manrope', sans-serif;
}

/* Custom bullet indicator */
.car-custom-bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #718096; /* Slate gray bullet to match image_0a3181.png */
    font-size: 18px;
    line-height: 1;
}
/* what's new bullet points css ends here */

/* css to make slider smooth  */
html {
    scroll-behavior: smooth;
}

.elementor-swiper-button-prev svg#Layer_1 {
    transform: rotate(180deg);
}
svg#Layer_1 {
    opacity: 0.5;
}
svg#Layer_1:hover {
    opacity: 1;
}

/* cars-data images height css */
.elementor-element-6976a81 img.swiper-slide-image {
    height: 400px !important;
}
@media (max-width: 768px) {
	.elementor-element-6976a81 img.swiper-slide-image {
    height: 300px !important;
}
}

.custom-breadcrumbs .breadcrumb-site{	
	font-weight:600;
}
.custom-breadcrumbs .breadcrumb-post{
	color:#666666;
}
.custom-breadcrumbs{
	font-size:15px;
}