
        body {
            font-family: lato;           ;
            /* background: linear-gradient(to bottom, #e0e0e0, #ffffff); */
            height: 100vh;
            margin: 0;
        }

        .nav-container{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .active{
            color: #ffff !important;
        }
        /* li:hover{
            background-color: black;
            border-radius: 5px;
        } */
        li a:hover{
            color: white !important;
        }
       
    /* --- Slider Container --- */
   .slider-container {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: auto; 
    overflow: hidden;
    }

/* --- Slider --- */
.slider {
    display: flex;
    transition: transform 1s ease-in-out;
}

/* --- Image Styling --- */
.slide {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Navigation Buttons --- */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* .header{
    
    padding-top: 10px;
} */


        #greeting{
            color: black !important;
            font-weight: bold;
            font-size: 28px;
        }
        
       
        
        
        .header {
            text-align: center;
        }
        .header h1 {
            font-size: 3rem;
            font-weight: bold;
            color: #000;
        }
        .header p {
            font-size: 1.2rem;
            color: #555;
        }
        .navbar {
            background: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 5px !important;
            height: 80px;
        }

        .navbar-brand {
            font-weight: bold;
            letter-spacing: 2px;
        }
        .btn-subscribe {
            background: #000;
            color: #fff;
            border-radius: 5px;
        }
        .btn-subscribe:hover {
            background: #444;
        }
        .car-image {
            width: 100%;
            float: right;
        }
        a{
            font-weight: bold !important;
            font-family: lato !important;
        }
    
        /* footer */
        .footer {
            padding: 60px 0;
        }
        .footer a {
            color: #000;
            text-decoration: none;
        }
        .footer a:hover {
            color: #000;
            text-decoration: underline;
        }
        .footer h5 {
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 15px;
        }
        .footer p, .footer a, .footer label {
            font-size: 15px;
            margin-bottom: 5px;
        }
        .footer .subscribe-btn {
            background-color: #000;
            color: #fff;
            border: none;
            padding: 8px 20px;
            font-size: 14px;
        }
        .footer .subscribe-btn:hover {
            background-color: #333;
        }
        .footer .form-control {
            border-radius: 0;
            border: 1px solid #ccc;
            box-shadow: none;
        }
        .footer .checkbox-label {
            font-size: 14px;
        }
        .footer .social-icons a {
            font-size: 20px;
            margin-right: 15px;
            color: #000;
        }
        .footer .social-icons a:hover {
            color: #555;
        }
        .copyright {
            font-size: 14px;
            text-align: center;
            margin-top: 30px;
        }

        /* container-1 */
        .container-custom {
            display: flex;
            min-height: 100vh;
            align-items: center;
            justify-content: space-between;
            padding: 60px;
            background-color: #000;
            color: #fff;
        }
        .text-section {
            max-width: 45%;
            line-height: 1.8;
        }
        .text-section h5 {
            font-size: 14px;
            letter-spacing: 3px;
            color: #ccc;
        }
        .text-section h1 {
            font-size: 48px;
            font-weight: 600;
            line-height: 1.2;
        }
        .text-section p {
            font-size: 16px;
            color: #ccc;
        }
        .image-section img {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.1));
        }
        .divider {
            width: 2px;
            background-color: #ccc;
            height: 100%;
            margin: 0 30px;
        }
        @media (max-width: 992px) {
            .container-custom {
                flex-direction: column;
                text-align: center;
            }
            .text-section, .image-section {
                max-width: 100%;
                margin-bottom: 30px;
            }
            .divider {
                display: none;
            }
        }

        /* --- Mobile and Tablet Responsiveness --- */
@media (max-width: 768px) {
    .prev, .next {
        padding: 5px 10px;
        font-size: 14px;
    }
    #greeting{
        color: black !important;
        font-weight: bold;
        font-size: 15px !important;
    }
}

        .container-feature{
            display: flex;
            min-height: 100vh;
            align-items: center;
            justify-content: space-between;
            padding: 60px;
            background-color: #fff;
            color: #000;
            flex-direction: row-reverse;
        }

        .container-feature p{
            color: #000;
        }

        .footer-navbar{
          padding: 0% !important;
        }


        .navtab{
            background-color: #f4be30;
            margin: 0px;
            padding: 10px;
            z-index: 999;
            position: relative;
        }

        @media (max-width: 768px) {
            footer-container {
                flex-direction: column !important;
                text-align: center;
                padding: 10px;
            }

            footer-container div {
                justify-content: center !important;
                padding: 10px 0;
            }

            footer-container div img {
                width: 80px; 
                height: 50px; 
            }

            footer-container div p {
                font-size: 14px;
                padding: 5px 10px;
            }
            .nav-adjustment{
            margin-top: -15px !important;
            }
        }