
        :root {
            --primary: #0d6efd;
            --secondary: #6c757d;
            --dark: #212529;
            --light: #f8f9fa;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            color: #333;
        }
       
        /* Header */
        .navbar {
            background-color: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        .navbar.sticky {
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }
        .navbar-brand {
            font-weight: 600;
            color: #2c3e50 !important;
        }
        .nav-link {
            color: #2c3e50 !important;
            font-weight: 400;
        }
        .nav-link:hover {
            color: #3498db !important;
        }
        
        /* Breadcrumb */
        .breadcrumb {
            background-color: transparent;
            padding: 1rem 0;

        }
        a {
    text-decoration: none;
}
        
        /* Car Gallery */
        .car-gallery {
            margin-bottom: 30px;
        }
        
        .main-image {
            height: 400px;
            object-fit: cover;
            border-radius: 8px;
        }
        
        .thumbnail-container {
            margin-top: 15px;
        }
        
        .thumbnail {
            width: 80px;
            height: 60px;
            object-fit: cover;
            margin-right: 10px;
            cursor: pointer;
            border-radius: 4px;
            border: 2px solid transparent;
            transition: all 0.3s;
        }
        
        .thumbnail:hover, .thumbnail.active {
            border-color: var(--primary);
        }
        
        /* Car Details */
        .car-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .car-price {
            font-size: 24px;
            font-weight: 700;
            color: var(--primary);
        }
        
        .price-period {
            font-size: 14px;
            color: var(--secondary);
        }
        
        .car-meta {
            margin: 20px 0;
        }
        
        .meta-item {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .meta-item i {
            width: 30px;
            color: var(--primary);
            margin-right: 10px;
        }
        
        .features-list {
            list-style: none;
            padding: 0;
            columns: 2;
        }
        
        .features-list li {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }
        
        .features-list li i {
            color: var(--primary);
            margin-right: 8px;
        }
        
        /* Booking Form */
       .booking-card {
    background-color: rgba(227, 227, 222);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 25px;
    position: sticky;
    top: 20px;
    border: 1px solid #e0e0e0; /* Add this line for a thin border */
}
        
        .booking-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            color: var(--dark);
        }
        
        .form-label {
            font-weight: 500;
        }
        
        .btn-book {
            background-color: #16e016;
            color: white;
            font-weight: 500;
            padding: 10px;
            width: 100%;
            border: none;
            margin-top: 15px;
        }
        
        /* Specifications */
        .specs-table {
            width: 100%;
        }
        
        .specs-table tr:nth-child(odd) {
            background-color: var(--light);
        }
        
        .specs-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
        }
        
        /* Reviews */
        .review-card {
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
        }
        
        .review-author {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .review-date {
            color: var(--secondary);
            font-size: 14px;
        }
        
        .rating {
            color: #ffc107;
            margin-bottom: 10px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .features-list {
                columns: 1;
            }
            
            .main-image {
                height: 250px;
            }
        }
   
        /* Dark theme top bar */
        .top-bar {
     background: #1a73e8;
            padding: 10px 0;
            color: #ffffff;
            position: relative;
            width: 100%;
             top: auto;
            z-index: 1000;
            transition: transform 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .top-bar.hidden {
            transform: translateY(-100%);
        }
        
        /* Contact info styling */
        .contact-info {
            display: flex;
            align-items: center;
            gap: 25px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #e0e0e0;
        }
        
        
        
        /* Social icons styling */
        .social-icons {
            display: flex;
            gap: 15px;
        }
        
        .social-icon {
            color: #e0e0e0;
            font-size: 16px;
            transition: all 0.3s;
        }
        
        .social-icon:hover {
            color: #0d6efd;
            transform: translateY(-2px);
        }
        
        /* Responsive behavior */
        @media (max-width: 991.98px) {
            .contact-info {
                display: none;
            }
            
            .social-icons {
                justify-content: center;
                width: 100%;
            }
        }
        
        @media (min-width: 992px) {
            .top-bar-content {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
        }
        
        /* Space for content below fixed top bar */
       
.read-more-btn {
        background-color: #1a73e8;
        color: white;
        border: none;
        padding: 8px ;
        border-radius: 4px;
        font-weight: 500;
        width: 100%;
        transition: all 0.3s;
         text-decoration: none;
    }

    .products-hero {
    background: url('http://localhost/portofolio/wisata/1/assets/images/travel22.jpg') no-repeat center center;
    
    padding: 5px;
    position: relative;
}
.products-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
    color: grey;

    /* Text shadow halus untuk kedalaman */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}