/***********************************
    SERVICE DEPARTMENT
***********************************/
ul.servicelist {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.servicelist li {
    flex: 1;
    flex-basis: 250px;
}

.servicelist li i {
    color: #b5995a;
    margin-right: 8px;
    font-size: 18px;
}

.subheading {
    font-size: 28px;
}

/***********************************
    MISC - TYPO
***********************************/
.h2-underline {
    text-decoration: underline;
    text-decoration-color: #b5995a; /* Sets the underline color */
    text-underline-offset: 12px; /* Adds space between text and underline */
    text-decoration-thickness: 3px; /* Adjusts the underline thickness */
    margin-bottom: 20px;
}

/***********************************
    INVENTORY 
***********************************/
/* highlights */
.paradise-highlight .flex-item-features {
    padding: 0px 4px 4px 0px;
}

/* color */
.palette-bg2.inventory-header.vehicles-found-header {
    background: transparent!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}

.pageid-ivi {
    background-color: #f8f9fa!important;
}

/* buttons */
.paradise-price .promptPriceBtn a {
    font-size: 14px!important;
    padding: 8px 12px!important;
}

/* search options */
.sidebar-search-sticky .btn-group-vertical > .btn {
    border-radius: 4px!important;
    padding: .75rem!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
   border-color: #eee!important;
}

.sidebar-search-sticky a {
    color: #1b1b1b;
}

/* remove comparison nav */
nav.navbar:has(.inventory-comparison) {
    display: none;
}

/* inventory grid */
.inventory-list-container .flex-item .inventory-panel.inventory-panel {
    padding: 0px;
    border: 1px solid #eee!important;
}
.paradise-thumb-img {
    margin-bottom: 10px!important;
}

.paradise-thumb-img .inventory-photo-column {
    border-radius: 4px 4px 0px 0px;
}

@media (min-width: 768px) {
.vd-stock {
    margin-top: 10px!important;
}
}

/* price */
.paradise-price .pricelabel {
    display: none;
}

.paradise-price .inventory-price-container {
    min-height: auto!important;
}
.row-vd-price {
    padding-bottom: 10px;
}

/***********************************
    CUSTOM NAVBAR mobile
***********************************/
div.navbar-header {
    width: 100%;
    margin: 0px!important;
}
.navbar-default .navbar-toggle {
    margin: 8px 0px;
    background-color: #B59959;
}
div#row-20d7a773e92a400fba9dd49fd8145727 {
    display: none;
}
nav.navbar-fixed-top a.navbar-brand {
    transform: none;
}

/***********************************
    CUSTOM NAVBAR
***********************************/
/** remove padding **/
nav.navbar.navbar-default {
    padding: 0px!important;
    box-shadow: 0 2px 4px rgb(33 51 67 / 12%);
}
.cus-menu-desktop.cus-menu-desktop {
    padding-top: 0px;
    padding-bottom: 0px;
}

/** misc **/
.nav a, .navbar-default .navbar-brand {
    color: #333!important;
}

.cus-menu-desktop {
    display: none;
}

.navbar {
            background-color: white;
        }
        .nav-link {
            color: #333;
            text-decoration: none;
            padding: 10px 15px;
            text-transform: uppercase;
            transition: background 0.3s, color 0.3s;
            font-weight: 600;
        }
        .nav-link:hover, .nav-link:focus {
            background-color: rgba(181, 153, 89, 0.5);
            color: #333;
            outline: none;
            border-radius: 5px;
            text-decoration: none;
        }
        .nav-link.active, .nav-link[aria-current="page"] {
            background-color: #B59959;
            color: white;
            border-radius: 5px;
            text-decoration: none;
        }

@media (min-width: 768px) {
.navbar {
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 8px 15;
        }

.cus-menu-desktop {
    display: block;
}
.custom-menu .menu-container {
    display: none!important;
}

.menu-container {
    min-height: 50px;
    background-color: #fff;
}
.custom-menu .container {
    padding: 0px!important;
}
div#row-20d7a773e92a400fba9dd49fd8145727 {
    display: block;
}
}


/***********************************
    FOOTER
***********************************/
div.footer-container {
            background-color: #000000; /* Black background */    
    font-size: 16px;
}
        .footer {
            background-color: #000000; /* Black background */
            color: #d3d3d3; /* Light text */
            padding: 30px 0;
        }
        .footer h4 {
            font-size: 16px; /* Smaller font size for h4 */
            margin-top: 0;
            margin-bottom: 15px;
            color: #ffffff; /* White heading */
        }
        .footer p, .footer ul {
            margin-bottom: 10px;
        }
        .footer img {
    max-width: 250px;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
        }
        .footer ul {
            list-style-type: none; /* Remove list bullets */
            padding-left: 0;
        }
        .footer ul li {
            margin-bottom: 8px;
        }
        .footer .social-icons i {
            margin-right: 10px;
        }
        .footer a {
            color: #b0b0b0; /* Lighter links */
            text-decoration: none;
        }
        .footer a:hover {
            color: #B59959; /* White links on hover */
text-decoration: underline;
        }
        .footer i {
            color: #ffffff; /* White icons */
        }

/***********************************
    CALL TO ACTIONS - DESKTOP
***********************************/
.no-padding.element-type-customhtml {
    padding: 0px;
}

.d-desktop {
    display: none;
}
.flex-wrap {
    display: flex;
    background-color: #b5995a;
}
.cus-btn,
.cus-btn img {
    width: 100%;
}

.cus-btn {
    display: inline-block;
    overflow: hidden; /* Ensures the scaling image doesn't overflow */
    background-color: #b5995a;
}

.cus-btn a img {
    transition: transform 0.3s ease-in-out;
}

.cus-btn a:hover img {
    transform: scale(1.1); /* Slight scale-up effect */
}

@media (min-width: 768px) {
.d-desktop {
    display: block;
}
}


/***********************************
    CALL TO ACTIONS - MOBILE
***********************************/
.img-hover img {
    transition: transform 0.3s ease-in-out;
}

.img-hover:hover img {
    transform: scale(1.02);
}
.d-mobile {
    display: block;
}
@media (min-width: 768px) {
.d-mobile {
    display: none;
}
}

/***********************************
    MISC
***********************************/
.no-pad .element-type-customhtml {
    padding: 0px!important;
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}

@media (min-width: 768px) {
        .cus-banner-details {
            width: 40%;
        }
}
@media (min-width: 1200px) {
        .cus-banner-details {
            width: 30%;
        }
}

/***********************************
    CUSTOM BANNER
***********************************/
div.banner-container {
    background: #000;
}
        .cus-banner-container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            background-color: #000;
            font-family: Arial, sans-serif;
            color: #fff;
        }
        .cus-banner-image {
            max-width: 400px;
            height: auto;
        }
        .cus-banner-details {
            text-align: left;
            padding: 0px 15px;
        }
        .cus-banner-text {
            font-size: 18px;
            margin: 10px 0;
            display: flex;
            align-items: center;
        }
        .cus-banner-text i {
            margin-right: 10px;
        }
        .cus-banner-link {
            text-decoration: none;
            color: #fff;
        }
        .cus-banner-link:hover {
            color: #B59959;
        }
        .cus-social-icons {
            margin-top: 15px;
            display: flex;
            gap: 15px;
        }
        .cus-social-icons a {
            color: #fff;
            font-size: 24px;
            text-decoration: none;
        }
        .cus-social-icons a:hover {
            color: #B59959;
        }
@media (max-width: 767.98px) {
            .cus-banner-container {
                flex-direction: column;
                text-align: center;
            }
            .cus-banner-image, .cus-banner-details {
                width: 100%;
            }
            .cus-social-icons {
                justify-content: center;
            }
.cus-banner-details {
    display: none;
}
}

/***********************************
 IFRAME: HOMEPAGE
***********************************/
.no-padding: {0px!important;}
.video-container {
    position: relative;
    width: 100%; /* Full width of the parent */
    height: 600px; /* Fixed height for large screens */
    overflow: hidden; /* Hide anything beyond the container */
    background: black;
}

/* Thumbnail image */
.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://img.youtube.com/vi/fG1ftFwZlyE/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
    z-index: 5;
}

/* Hide iframe initially */
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* Initially hidden */
}

    .video-container iframe {
   pointer-events: none;
}

/* For large screens and above, iframe should always show */
@media (min-width: 992px) {
    .video-container iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw; /* Full width */
        height: 56.25vw; /* Maintain 16:9 aspect ratio */
        transform: translate(-50%, -50%); /* Center the video */
        display: block; /* Show iframe immediately on large screens */
    }

    .video-thumbnail {
        display: none; /* No thumbnail on large screens */
    }
}

/* For medium screens (tablet) and below */
@media (max-width: 991px) {
    .video-container {
        height: auto; /* No fixed height */
    }

    .video-container iframe {
        position: relative;
        width: 100%; /* Full width */
        height: auto; /* Automatically adjust height to aspect ratio */
        max-width: 100%; /* Ensure it doesn’t overflow */
        aspect-ratio: 16 / 9; /* Maintain 16:9 aspect ratio */
        display: block; /* Initially hide iframe */
    }
}


.gap-10 .page-content-column {
    padding: 10px;
}