
/*
Theme Name: Manali Himachal DMC Landing
Theme URI: https://example.com/
Author: Holiday Book Now
Description: Premium Landing Page Theme for Manali Himachal DMC with Floating WhatsApp Button
Version: 1.0
License: GPLv2 or later
Text Domain: manali-himachal-dmc
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
}

.hero {
    background: url('https://images.unsplash.com/photo-1509644851169-2acc08aa25b5') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    border-radius: 10px;
    color: white;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}

.services {
    padding: 50px 20px;
    text-align: center;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.card {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
}

.card i {
    font-size: 40px;
    color: #25D366;
}

.why-us {
    background: #eef2f7;
    padding: 50px 20px;
    text-align: center;
}

.why-us ul {
    list-style: none;
    padding: 0;
}

.why-us li {
    margin: 10px 0;
    font-size: 18px;
}

footer {
    background: #0a2a43;
    color: white;
    text-align: center;
    padding: 20px;
}

.floating-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.floating-whatsapp i {
    margin-top: 16px;
}
