
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        body {
            background-color: #000000;
            color: #ffffff;
        }
/* ================= PREMIUM HEADER DESIGN ================= */

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 6%;
    background: linear-gradient(135deg, #0f172a, #111827);
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    flex-wrap: wrap;
}

/* ================= LOGO ================= */

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.logo img {
    width: 45px;
    filter: drop-shadow(0 0 10px #0EA5E9);
    border-radius: 50%;
    transition: 0.4s ease;
}

.logo img:hover {
    transform: rotate(1deg) scale(1.1);
}

.logo h1 {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(90deg, #0EA5E9, #38BDF8);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/* ================= SEARCH BAR ================= */

.search-bar {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.05);
    padding: 8px;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 20px rgba(14,165,233,0.2);
    transition: 0.3s ease;
    gap: 15px;
}

.search-bar:hover {
    box-shadow: 0 0 25px rgba(14,165,233,0.4);
}

.search-bar input {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 15px;
    color: white;
    font-size: 14px;
    min-width: 180px;
    margin-right: 20px;
}

.search-bar input::placeholder {
    color: #94a3b8;
}

.search-btn {
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(90deg, #0EA5E9, #0284c7);
    color: white;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
}

.search-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px #0EA5E9;
}

/* ================= LOGIN / SIGNUP ================= */

.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.login-btn {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
}

.login-btn::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #0EA5E9;
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}

.login-btn:hover {
    color: white;
}

.login-btn:hover::after {
    width: 100%;
}

.signup-btn {
    padding: 10px 22px;
    border-radius: 30px;
    background: linear-gradient(90deg, #0EA5E9, #0284c7);
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 0 15px rgba(14,165,233,0.4);
}

.signup-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(14,165,233,0.7);
}

/* ================= RESPONSIVE ================= */

@media(max-width: 992px) {
    .main-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .search-bar {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .search-bar input {
        min-width: 130px;
    }
}
        

        nav a {
            color: white;
            margin-left: 20px;
            text-decoration: none;
            font-weight: 500;
        }

        nav a:hover {
            text-decoration: underline;
        }

        .hero {
            padding: 80px 8%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .hero-text {
            max-width: 500px;
        }

        .hero h2 {
            font-size: 40px;
            margin-bottom: 20px;
            color: #0EA5E9;
        }

        .hero p {
            margin-bottom: 25px;
            font-size: 18px;
        }

        .btn {
            padding: 12px 25px;
            background: #0EA5E9;
            color: white;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
        }

        .btn:hover {
            background: #0284c7;
        }

        .hero img {
            width: 400px;
            max-width: 100%;
        }

        .section {
            padding: 70px 8%;
            text-align: center;
        }

        .section h3 {
            font-size: 32px;
            margin-bottom: 40px;
            color: #0EA5E9;
        }

        .services {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 40px;
            margin-right: 4rem;
        }

        .card {
            background: #1a1a1a;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(255,255,255,0.05);
            transition: 0.3s;
        }

        .card:hover {
            transform: translateY(-5px);
        }

        .card h4 {
            margin-bottom: 10px;
            color: #0EA5E9;
        }
    .card {
    width: 300px;
    height: 200px;
    padding: 50px;
    color: white;
    border-radius: 12px;
 
    background-size: cover;        /* Makes image cover entire card */
    background-position: center;   /* Centers the image */
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
    overflow: hidden;
}
#AC{
    background-image: url("/images/acrepair.png"); /* Your image path */
}
#PLUMB{
    background-image: url("/images/plumb.png"); /* Your image path */
}
#ELECTRIC{
    background-image: url("/images/electric.png"); /* Your image path */
}
#HOME{
    background-image: url("/images/homeclean.jpeg"); /* Your image path */
}
#SALON{
    background-image: url("/images/salon.jpeg"); /* Your image path */
}
#WASH{
    background-image: url("/images/wash.jpeg"); /* Your image path */
}
        .why {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            gap: 5px;
        }
         

        footer {
            background: #111111;
            color: white;
            text-align: center;
            padding: 20px;
        }

        @media(max-width: 768px) {
            .hero {
                flex-direction: column;
                text-align: center;
            }

            .hero h2 {
                font-size: 28px;
            }
        }

        /* Footer Styling */
.footer {
    background: #0f172a;
    padding: 60px 8% 20px;
    color: #cbd5e1;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-box h3,
.footer-box h4 {
    color: #0EA5E9;
    margin-bottom: 15px;
}

.footer-box p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-box ul {
    list-style: none;
}

.footer-box ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-box ul li a {
    text-decoration: none;
    color: #cbd5e1;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #0EA5E9;
}

.review-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #0EA5E9;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
}

.review-btn:hover {
    background: #0284c7;
}

/* Social Section */
.social-section {
    text-align: center;
    margin-bottom: 20px;
}

.social-icons a {
    margin: 0 12px;
    text-decoration: none;
    color: #cbd5e1;
    transition: 0.2s;
}

.social-icons a:hover {
    color: #0EA5E9;
}

.footer-bottom {
    text-align: center;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    
}

