        /* Loader styles */
        #loader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.9); /* Slightly transparent background */
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease; /* Smooth transition effect */
            opacity: 1; /* Fully visible initially */
            /* visibility: visible; */
        }

        /* Loader image styling */
        .loader-image {
            width: 300px; /* You can adjust the size of the loader image */
           
        }

        /* Class to hide the loader */
        .hide {
            opacity: 0; /* Fades out */
            visibility: hidden; /* Hides element */
        }

        .glass-morph {
            backdrop-filter: blur(20px);
            background: rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        /* Nav Styles */
        .glass-morph-nav {
            backdrop-filter: blur(15px);
            background: rgba(255, 255, 255, 0.3);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        }

        /* Hero Section Styles */
        .hero {
            position: relative;
            height: 100vh;
            /* background: url('background-image1.jpg') no-repeat center center; */
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .hero-content {
            color: rgb(154, 146, 146);
            max-width: 600px;
            padding: 30px;
            backdrop-filter: blur(5px);
            background: rgba(27, 5, 5, 0.1);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        .hero-content h1 {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .hero-content p {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        .hero-content button {
            font-size: 1.1rem;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
        }
        .carousel-item {
            height: 100vh;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
        

         /* Time Zone Section Styles */
        .time-zone {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 15px;
        color: rgb(33, 22, 22);
        border-radius: 10px;
        backdrop-filter: blur(5px);
        background: rgba(39, 21, 21, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        text-align: right;
        }

        .time-zone p {
        font-size: 1rem;
        margin-bottom: 5px;
        }
        /* About Us Section */
        .about-us {
            padding: 60px 0;
            background-color: #f8f9fa;
        }

        .about-us h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .about-us p {
            text-align: center;
            font-size: 1.2rem;
        }


        /* Navigation Bar Styles */
        .navbar-brand {
            display: flex;
            align-items: center;
        }
        .navbar-brand img {
            width: 300px;
            margin-right: 15px;
        }

        /* Successful Delivery Counter */
        .counter-section {
            background-color: #f8f9fa;
            padding: 50px 0;
            text-align: center;
        }
        .counter-number {
            font-size: 3rem;
            font-weight: bold;
            color: #343a40;
        }

        /* Service Section */
        .service-section {
            padding: 50px 0;
            background-color: white;
        }
        .service-icon {
            font-size: 10rem;
            color: #eb280f;
        }
        .service-section1 img {
            padding: 50px 0;
            width: 250px;
        }

        .service-card {
            text-align: center;
            background-color: #f1f1f1;
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .service-card h4 {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .service-card p {
            font-size: 1rem;
        }

        .service-card i {
            color: #007bff;
            margin-bottom: 15px;
        }

        /* Address Section */
        .address-section {
            padding: 40px 0;
            background-color: white;
            text-align: center;
        }

        .address-section h4 {
            font-size: 1.8rem;
            margin-bottom: 15px;
        }

        .address-section p {
            font-size: 1.2rem;
        }

        /* Footer Section */
        footer {
            background-color: #343a40;
            color: white;
            padding: 20px 0;
            text-align: center;
        }
        footer img {
            width: 300px;
            height: 90px;
        }

        footer p {
            margin: 0;
            font-size: 1rem;
        }

        footer a {
            color: #007bff;
            text-decoration: none;
        }

        footer a:hover {
            text-decoration: underline;
        }

        footer .social-icons {
            margin-top: 10px;
        }

        footer .social-icons a {
            margin: 0 10px;
            color: white;
            font-size: 1.5rem;
        }

        footer .social-icons a:hover {
            color: #007bff;
        }

        /* Media Queries */
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2rem;
            }

            .hero-content p {
                font-size: 1rem;
            }

            .hero-content button {
                font-size: 1rem;
            }

            .time-zone p {
                font-size: 0.9rem;
            }
        }

        /* Cookie consent banner styles */
        .cookie-consent-banner {
            position: fixed;
            bottom: 20px;
            left: 20px;
            right: 20px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 9999;
        }

        .cookie-consent-banner p {
            margin: 0;
            font-size: 14px;
        }

        .cookie-consent-banner button {
            margin-left: 10px;
        }

        /* WhatsApp Button Styles */
        #whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
            background-color: #25D366;
            border-radius: 50%;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 10px;
            transition: transform 0.3s ease-in-out;
        }

        #whatsapp-button:hover {
            transform: scale(1.1);
        }

        /* WhatsApp Icon Styles */
        .whatsapp-icon {
            width: 50px;
            height: 50px;
            object-fit: cover;
        }

        /* Initially hide button */
        #whatsapp-button {
            display: none;
        }