/*
Theme Name: carlisting-child
Author: 
Description: Your description goes here
Version: 1.0
Template: carlistings

This is the child theme for CarListings theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*.page-header {*/
/*    display: none;*/
/*}*/

.page-header .page-title {
    display: none;
}


.page-header {
    background: none !important;
    padding: 29px;
    border-top: 2px solid #ccc;
}


.site-header > .container {
  padding: 25px 0px !important;
  align-items: center !important;
}
.section--search {
     margin-top: 0px !important;
    }
    
.slide-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 0 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    text-align: center;
}

.slide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.slide-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.slide-title {
    font-size: 20px;
    margin: 15px 0 10px;
    font-weight: 600;
}

.slide-excerpt {
    font-size: 14px;
    color: #555;
    padding: 0 15px;
    margin-bottom: 15px;
    min-height: 60px;
}

/* Explore Button */
.slide-btn {
    background: #3399ff;
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.slide-btn:hover {
    background: #005fcc;
}



/* Owl Nav Custom Style */
.owl-custom-posts .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* keep slider clickable */
}

.owl-custom-posts .owl-nav button {
    pointer-events: all;
}

.owl-custom-posts .owl-nav .owl-prev,
.owl-custom-posts .owl-nav .owl-next {
    background: rgba(0, 120, 255, 0.1);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #3399ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px !important;
    color: #3399ff !important;
    transition: 0.3s;
}

.owl-custom-posts .owl-nav .owl-prev:hover,
.owl-custom-posts .owl-nav .owl-next:hover {
    background: #3399ff;
    color: #fff !important;
    transform: scale(1.09);
}

/* Arrow icons instead of text */
.owl-custom-posts .owl-nav .owl-prev span,
.owl-custom-posts .owl-nav .owl-next span {
    font-size: 26px;
    font-weight: bold;
}

/* Optional: Dots styling */
.owl-custom-posts .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #c0c6cf;
    display: block;
    border-radius: 50%;
    transition: 0.3s;
}
.owl-custom-posts .owl-dots .owl-dot.active span {
    background: #3399ff;
    transform: scale(1.3);
}

.owl-dots {
    text-align: center;
}


.crousel_post {
    padding: 20px;
}


.owl_slider_post{
    margin-top: 10px;
}


.auto-listings-items .bottom-wrap a.al-button {
    background-color: #3399ff !important;
}

.home .has-sidebar .auto-listings-items .bottom-wrap a {
    border: 2px solid #3399ff !important;
}

.home .has-sidebar .auto-listings-items .bottom-wrap a:hover {
     background-color: #FFF !important;
    color: #3399ff !important;
}


.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: #333;
}

.section-title h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #ff6600;
  display: block;
  margin: 10px auto 0;
}




.all--car .all-car-left .all-car__button {
    
    color: #fff;
    background-color: #3399ff;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-weight: 700;
    border: 2px solid #3399ff;
}

.all--car .all-car-left .all-car__button:hover {
    border: 2px solid #3399ff;
    color: #3399ff;
    background-color: #fff;
}

.sidebar .auto-listings-search .area-wrap button {
    background-color: #3399ff;
    border-radius: 5px;
    border-color: #3399ff;
}


.sidebar .auto-listings-search .area-wrap button:hover {
    background-color: #fff;
    color: #3399ff;
    transition: 0.3s;
}

.sidebar .auto-listings-search .area-wrap button {
    background-color: #3399ff;
    border-radius: 5px;
    border-color: #3399ff;
}

.home .sidebar .area-wrap .al-button {
    border: 2px solid #3399ff;
}


.sidebar .widget .widgettitle:before {
    border-left: 10px solid #3399ff;
   
}


.widget-area .widget .widget-title:before {
    content: "";
    border-left: 10px solid #7b99ff;

}


.auto-listings-single .sidebar h3:before {
    content: "";
    border-left: 10px solid #33a4ff;

}

/************************************/

.site-footer {
    background: #111;
    color: #ddd;
    /*padding: 50px 0 20px;*/
    font-family: Arial, sans-serif;
}

.footer-container {
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 19px;
    color: #fff;
    position: relative;
}

.footer-col p {
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #ff9800;
}

.social-links a {
    display: inline-block;
    margin-right: 12px;
    text-decoration: none;
    color: #ddd;
    transition: 0.3s;
}

.social-links a:hover {
    color: #ff9800;
}

.footer-bottom {
    text-align: center;
    margin-top: 35px;
    border-top: 1px solid #444;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}



li.transmission .icofont-ui-settings {
    color: #3399ff !important;
}

.at-a-glance .body .icofont-car-alt-4 {
    color: yellow !important;
}


.topbar-contact .contact li i {
    font-size: 1.25rem;
    color: #3399ff;
    margin-right: 7px;
}


.topbar-right .topbar-languages .icofont-globe {
    font-size: 1.25rem;
    color: #3399ff;
    position: relative;
    top: 1px;
}

.topbar-right .topbar-languages .icofont-caret-down {
    color: #3399ff;
    position: relative;
    right: 18px;
    z-index: -1;
}


.primary-menu > .current_page_item > a, .primary-menu > .current-menu-item > a, .primary-menu > .current_page_ancestor > a, .primary-menu > .current-menu-ancestor > a {
    color: #3399ff;
    border-bottom: 3px solid #3399ff;
}


.topbar-contact .menu > li:hover > a, .topbar-contact .menu > li.focus > a, .primary-menu > li:hover > a, .primary-menu > li.focus > a {
    border-color: #3399ff;
}


.main-navigation .menu-item-has-children > a:after, .main-navigation .page_item_has_children > a:after, .topbar-contact .widget_nav_menu .menu-item-has-children > a:after, .topbar-contact .widget_nav_menu .page_item_has_children > a:after {
    content: "\ea67";
    font-family: "IcoFont";
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    color: #3399ff;
}

.footer-col h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;

    border-bottom: 2px solid #ff6600; /* Change color if needed */

    color: #fff; /* Footer heading color */
    display: inline-block; /* Makes border fit exact width of text */
}


.scroll-to-top {
    background: #ff6600;
}


.featured-posts .featured-content .entry-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    background: #212529bf;
}

.featured-content ul li {
    background: #212529bd;
    padding: 10px;
}

.auto-listings-single .has-sidebar .content .description {
    color: #49006b;
    font-weight: bold;
}


section.home-finance-section {
    background: linear-gradient(135deg, #e8f0ff, #fdfdfd);
}

.car-finance-hero {
    padding: 80px 30px;
    background: linear-gradient(135deg, #e8f0ff, #fdfdfd);
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.car-finance-hero {
    padding: 80px 30px;
    background: linear-gradient(135deg, #e8f0ff, #fdfdfd);
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-left {
    max-width: 450px;
}

.hero-left h1 {
    font-size: 38px;
    margin-bottom: 12px;
}

.hero-left p {
    font-size: 17px;
    color: #444;
    margin-bottom: 15px;
}

.hero-left ul {
    list-style: none;
    padding: 0;
}

.hero-left ul li {
    font-size: 16px;
    margin-bottom: 8px;
}

.hero-right {
    max-width: 480px;
    width: 100%;
}


.typing-text {
    font-size: 22px;
    font-weight: 600;
    /*border-bottom: 2px solid #ff6600;*/
    padding-bottom: 6px;
    display: inline-block;
}

#typewriter {
    border-right: 2px solid #ff6600;
    padding-right: 5px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% { border-color: transparent; }
    50% { border-color: #ff6600; }
    100% { border-color: transparent; }
}


.all--car .all-car-right {
    width: 50%;
    max-width: 600px;
    text-align: center;
    padding-top: 35px;
}


.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 15px;
}



.vehicle-report {
    /*max-width: 650px;*/
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.report-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.2s ease;
}

.report-row:hover {
    background: #f8fafc;
}

.report-row:last-child {
    border-bottom: none;
}

.label {
    font-weight: 500;
}

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

.status {
    font-size: 14px;
    font-weight: 600;
}

.status.passed {
    color: #16a34a;
}

.status.failed {
    color: #dc2626;
}

.arrow {
    font-size: 20px;
    color: #9ca3af;
}



.service-info-box {
    max-width: 720px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
}

/* description */
.service-info-desc {
    margin: 0 0 16px 0;
    font-size: 15px;
    line-height: 1.6;
    /*color: #4b5563;*/
    color: #49006b;
    font-weight: bold;
}

/* reset ul */
.service-info-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* li layout */
.service-info-list li {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

/* last item */
.service-info-list li:last-child {
    border-bottom: none;
}

/* icon */
.service-icon {
    color: #16a34a;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 2px;
    flex-shrink: 0;
}

/* text */
.service-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.5;
    color: #49006b;
    font-weight: bold;
}



/* Responsive */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
