    
        :root {
            --dark-yellow: #FFC107;
            --darker-yellow: #FFA000;
            --darkest-yellow: #FF8F00;
        }
        
        .bg-dark-yellow {
            background-color: var(--dark-yellow) !important;
        }
        
        .text-dark-yellow {
            color: var(--dark-yellow) !important;
        }
        
        .btn-dark-yellow {
            background-color: var(--dark-yellow);
            border-color: var(--darker-yellow);
            color: #212529;
        }
        
        .btn-dark-yellow:hover {
            background-color: var(--darker-yellow);
            border-color: var(--darkest-yellow);
            color: #212529;
        }
        
        .service-card {
            transition: transform 0.3s;
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            background-color: #FFC107;
            color: black !important;
        }
        .service-card:hover .service-icon i {
        color: black;
        }
        
        
        .review-card {
            border-left: 4px solid var(--dark-yellow);
        }
        
        .why-choose-item {
            padding: 20px;
            border-radius: 8px;
            background: #f8f9fa;
            transition: all 0.3s;
        }
        
        .why-choose-item:hover {
            background: var(--dark-yellow);
            color: #212529;
            transform: scale(1.03);
        }
        
        .why-choose-item i {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: var(--dark-yellow);
        }
        
        .why-choose-item:hover i {
            color: #212529;
        }
        
        .service-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: var(--dark-yellow);
        }
        .service-icon:hover {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: blanchedalmond;
        }
        
        .navbar {
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 0.5rem 1rem;
        }
        
        .navbar-brand img {
            height: auto;
            transition: all 0.3s ease;
        }
        
        .highlight-text {
            color: var(--dark-yellow);
            font-weight: bold;
        }
        
        /* Improved Navbar Responsiveness */
        @media (max-width: 991.98px) {
            .navbar-brand img {
                width: 100%;
            }
            .navbar-nav {
                text-align: center;
            }
            .btn-dark-yellow {
                margin: 0.5rem auto;
                width: fit-content;
            }
        }
        
        @media (max-width: 575.98px) {
            .navbar-brand img {
                max-width: 150px; /* Increased logo size on mobile */
            }
            .navbar-toggler {
                padding: 0.25rem 0.5rem;
            }
        }
        
        /* Carousel CSS */
        .carousel {
            position: relative;
            width: 100%;
            height: calc(100vh - 170px);
            min-height: 400px;
            margin: 0 auto;
            text-align: center;
            overflow: hidden;
        }
        
        .carousel .carousel-inner,
        .carousel .carousel-item {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .carousel .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .carousel .carousel-caption {
            position: absolute;
            top: 25%;
            left: 0;
            margin-left: 0;
            width: 100%;
            height: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background: rgba(0, 0, 0, 0.2);
            padding: 20px 0;
        }
        
        .carousel .carousel-caption p {
            color: #ffffff !important;
            font-size: 30px;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }
        
        .carousel .carousel-caption h1 {
            color: #ffffff !important;
            font-size: 60px;
            font-weight: 700;
            margin-bottom: 35px;
        }
        
        .carousel .carousel-caption .btn {
            padding: 15px 35px;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #ffffff;
            background: transparent;
            border: 2px solid #ffffff;
            border-radius: 0;
            transition: .3s;
        }
        
        .carousel .carousel-caption .btn:hover {
            color: #030f27;
            background: #f4b621;
            border-color: #f4b621;
        }
        
        @media (max-width: 767.98px) {
            .carousel .carousel-caption h1 {
                font-size: 40px;
                font-weight: 700;
            }
            
            .carousel .carousel-caption p {
                font-size: 20px;
            }
            
            .carousel .carousel-caption .btn {
                padding: 12px 30px;
                font-size: 18px;
                font-weight: 500;
                letter-spacing: 0;
            }
        }
        
        @media (max-width: 575.98px) {
            .carousel .carousel-caption h1 {
                font-size: 30px;
                font-weight: 500;
            }
            
            .carousel .carousel-caption p {
                font-size: 16px;
            }
            
            .carousel .carousel-caption .btn {
                padding: 10px 25px;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0;
            }
        }
        
        .carousel .animated {
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
        }
        
        /********* Footer CSS **********/
        .footer {
            position: relative;
            margin-top: 45px;
            padding-top: 90px;
            background: #212529;
            color: #e2e8f0;
        }
        
        .footer .footer-contact,
        .footer .footer-link,
        .footer .newsletter {
            position: relative;
            margin-bottom: 45px;
        }
        
        .footer h2 {
            position: relative;
            margin-bottom: 20px;
            padding-bottom: 10px;
            font-size: 20px;
            font-weight: 600;
            color: #f4b621;
        }
        
        .footer h2::after {
            position: absolute;
            content: "";
            width: 60px;
            height: 2px;
            left: 0;
            bottom: 0;
            background: #f4b621;
        }
        
        .footer .footer-link a {
            display: block;
            margin-bottom: 10px;
            color: #e2e8f0;
            transition: .3s;
        }
        
        .footer .footer-link a::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
        }
        
        .footer .footer-link a:hover {
            color: #f4b621;
            letter-spacing: 1px;
        }
        
        .footer .footer-contact p i {
            width: 25px;
        }
        
        .footer .footer-social {
            position: relative;
            margin-top: 20px;
        }
        
        .footer .footer-social a {
            display: inline-block;
            width: 40px;
            height: 40px;
            padding: 7px 0;
            text-align: center;
            border: 1px solid #4a5568;
            border-radius: 60px;
            transition: .3s;
        }
        
        .footer .footer-social a i {
            font-size: 15px;
            color: #e2e8f0;
        }
        
        .footer .footer-social a:hover {
            background: #f4b621;
            border-color: #f4b621;
        }
        
        .footer .footer-social a:hover i {
            color: #2e3842;
        }
        
        .footer .newsletter .form {
            position: relative;
            max-width: 400px;
            margin: 0 auto;
        }
        
        .footer .newsletter input {
            height: 50px;
            border: 2px solid #4a5568;
            border-radius: 0;
        }
        
        .footer .newsletter .btn {
            position: absolute;
            top: 5px;
            right: 5px;
            height: 40px;
            padding: 8px 10px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #f4b621;
            background: #2d3748;
            border: 2px solid #f4b621;
            border-radius: 0;
            transition: .3s;
        }
        
        .footer .newsletter .btn:hover {
            color: #2d3748;
            background: #f4b621;
        }
        
        .footer .footer-menu .f-menu {
            position: relative;
            padding: 15px 0;
            font-size: 0;
            text-align: center;
            border-top: 1px solid rgba(74, 85, 104, .3);
            border-bottom: 1px solid rgba(74, 85, 104, .3);
        }
        
        .footer .footer-menu .f-menu a {
            color: #e2e8f0;
            font-size: 16px;
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid rgba(255, 255, 255, .1);
        }
        
        .footer .footer-menu .f-menu a:hover {
            color: #f4f621;
        }
        
        .footer .footer-menu .f-menu a:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }
        
        .footer .copyright {
            padding: 30px 15px;
            border-top: 1px solid rgba(74, 85, 104, .3);
            border-bottom: 1px solid rgba(74, 85, 104, .3);
        }
        
        .footer .copyright p {
            margin: 0;
            color: #e2e8f0;
        }
        
        .footer .copyright .col-md-6:last-child p {
            text-align: right;
        }
        
        .footer .copyright p a {
            color: #f4b621;
            font-weight: 500;
            letter-spacing: 1px;
        }
        
        .footer .copyright p a:hover {
            color: #ffffff;
        }
        
        @media (max-width: 768px) {
            .footer .copyright p,
            .footer .copyright .col-md-6:last-child p {
                margin: 5px 0;
                text-align: center;
            }
        }
        
        
        
        /* About Us Section */
        .about-us {
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            background: #fff;
        }
        
        .about-us img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            object-fit: cover;
        }
        
        .about-us-text h3 {
            color: #212529;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .about-us-text p {
            color: #6c757d;
            line-height: 1.6;
        }
        
        @media (max-width: 767.98px) {
            .about-us img {
                margin-bottom: 20px;
            }
        }
      
        
.img-cover {
    background-image: url('../img/x4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.img-cover2 {
    background-image: url('../img/serv.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
        a{
            text-decoration: none;
        }
    

    
    
    /******** Services Carousel Section *************/

/* Full-width scrolling container */
.infinite-scroll-gallery {
    width: 100%;
    overflow: hidden;
    position: relative;

    padding: 60px 0;
    /* Extra padding for large images */
}

/* Smooth infinite-scrolling track */
.scroll-track-gallery {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

/* Pause on hover for better UX */
.scroll-track-gallery:hover {
    animation-play-state: paused;
}

/* Large image styling (adjust width as needed) */
.xgallery-item {
    flex: 0 0 auto;
    width: 526px;
    /* Large image width  448x560 448×0.75=336px by 25% */
    height: 420px;
    /* Fixed height for consistency 560×0.75=420px by 25% */
    margin: 0 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

/* Hover effect for interactivity */
.xgallery-item:hover {
    transform: scale(1.03);
}

/* Ensure images fill container beautifully */
.xgallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

/* Slightly brighten on hover */
.xgallery-item:hover img {
    filter: brightness(1);
}

/* Optional: Add captions */
.xgallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.xgallery-item:hover .xgallery-caption {
    opacity: 1;
}

/* Infinite scroll animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Optional: Gradient fade at edges */
.infinite-scroll-gallery::before,
.infinite-scroll-gallery::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

        
/********************* services cards ******************************/
    
        
        /* Back to Top Button Styling */
        .back-to-top {
            position: fixed;
            bottom: 40px;
            right: 40px;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }

        .back-to-top a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px; /* Equal width and height for perfect circle */
            height: 60px;
            background-color: #28a745; /* Green color, adjust to match your theme */
            color: #fff;
            border-radius: 50%; /* Fully rounded */
            text-decoration: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Enhanced shadow */
            transition: background-color 0.3s ease, transform 0.2s ease;
            padding: 0; /* Ensure no padding distorts the circle */
            line-height: 60px; /* Align icon vertically */
        }

        .back-to-top a:hover {
            background-color: #218838; /* Darker green on hover */
            transform: scale(1.1); /* Slight scale effect on hover */
        }

        .back-to-top a i {
            font-size: 24px; /* Larger icon for better visibility */
        }
            .wow {
            visibility: hidden;
        }
            .service-btn {
    padding: 6px 16px; /* Reduced padding */
    font-size: 0.9rem;  /* Slightly smaller text */
    font-weight: bold;
    border-radius: 20px;
    transition: all 0.3s;
    white-space: nowrap;
    margin-right: 5px;
}
            
        .btn-towing {
            background-color: #e67e22;
            border-color: #e67e22;
            margin-right: 10px;
        }
        .btn-towing:hover, .btn-customs:hover, .btn-import:hover {
            background-color: red;
        }
        
        .btn-customs {
            background-color: #3498db;
            border-color: #3498db;
            margin-right: 10px;
        }
        
        .btn-import {
            background-color: #2ecc71;
            border-color: #2ecc71;
        }
        
        /* Quick Nav */
        .quick-nav {
            top: 100px;
            z-index: 1020;
        }
            
    @media (max-width: 1000px) {
    #getintouch {
        margin-left: 0px !important;
    }

    #footerx {
        text-align: center;
    }

    .footer h2 {
        position: relative; /* Required for absolute positioning of ::after */
    }

    .footer h2::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        left: 50%; /* Center horizontally */
        bottom: 0;
        background: #f4b621;
        transform: translateX(-50%); /* Adjust to align center */
    }
        
    
        
}

    @media (max-width: 768px) {
    .quick-nav {
        top: 60px !important; /* Or whatever smaller value you want */
        z-index: 100 !important; /* Lower than Bootstrap navbar dropdown */
        background-color: aqua;
        
    }
    .quick-nav .container {
        flex-direction: column !important;
        align-items: center; /* Optional: center buttons horizontally */
    }

    .quick-nav .container a {
        width: 100%; /* Make buttons full width (optional) */
        margin-bottom: 5px; /* Space between buttons */
    }
        .btn-customs{margin-right: 0;}
        .btn-towing {margin-right: 0;}
        
    .navbar-collapse {
        z-index: 1050;
        position: relative; /* Required to apply z-index */
        
    }
    .glow-text {
    
    font-size: 30px !important;
    
}
        
}
    
    
    
.glow-text {
    color: white;
    font-size: 50px;
    animation: breathing-glow 3s ease-in-out infinite;
    
}

/* More dramatic breathing glow animation */
@keyframes breathing-glow {
    0% {
        text-shadow:
            0 0 2px #ff9900,
            0 0 4px #ff9900,
            0 0 6px #ff6600;
    }
    50% {
        text-shadow:
            0 0 10px #ff9900,
            0 0 20px #ff9900,
            0 0 30px #ff6600,
            0 0 40px #ff3300;
    }
    100% {
        text-shadow:
            0 0 2px #ff9900,
            0 0 4px #ff9900,
            0 0 6px #ff6600;
    }
}
        
        /* Parallax base styles */
        .parallax {
            position: relative;
            height: 100vh;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }



        .parallax-2 {
            background-image: url('../img/para.jpg');
        }

        /* Content section styles */
        .content-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }

        /* Overlay for better text readability */
        .parallax-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        .parallax-content {
            position: relative;
            z-index: 2;
        }

        /* Adjust for smaller screens */
        @media (max-width: 768px) {
            .parallax {
                height: 80vh;
            }
        }

        /* Ensure text is readable */
        .parallax h1 {
            font-size: 3.5rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .parallax p {
            font-size: 1.5rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }

        @media (max-width: 576px) {
            .parallax h1 {
                font-size: 2.5rem;
            }
            .parallax p {
                font-size: 1.2rem;
            }
        }
