body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #111;
    color: white;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #111;
    color: white;
}
.hero {
    min-height: 100vh;

    background-image:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url("../Imagen/hero-banner.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 30px 20px;
}
  .main-logo {
    width: 320px;
    max-width: 80%;
    height: auto;
    margin-bottom: 25px;
    display: block;

}

.hero h1 {
    color: #D4AF37;
    font-size: 5.5rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2px;

    text-shadow:
        1px 1px 0 #000,
        2px 2px 0 #000,
        3px 3px 0 #000,
        4px 4px 0 #000,
        5px 5px 10px rgba(0,0,0,0.9),
        0 0 12px rgba(255,215,0,0.5);
}
.hero p {
    color: #D4AF37;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}
.btn {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 30px;

    background: #D4AF37;
    color: #000000;

    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;

    border-radius: 8px;

    box-shadow: 0 0 15px rgba(212,175,55,0.6);
}
.services {
    background:
    linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)),
    url("../Imagen/hero-banner1.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 100px 20px;
}

    padding: 60px 20px;
    text-align: center;

.services h2 {
    color: #D4AF37;
}

.service-card {
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #D4AF37;
    border-radius: 10px;
}

.service-card h3 {
    color: #D4AF37;
}
    color: #D4AF37;
}
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #D4AF37;
    border-radius: 10px;
} .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;

    background-color: #25D366;
    color: white;

    padding: 15px 20px;
    border-radius: 50px;

    text-decoration: none;
    font-weight: bold;

    box-shadow: 0 4px 10px rgba(0,0,0,0.3);

    z-index: 999;
}

.whatsapp-float:hover {
    transform: scale(1.05);
}.contact h2 {
    color: #D4AF37;
}

.contact h3 {
    color: #D4AF37;
}

.contact p {
    color: white;
}.contact {
    padding: 60px 20px;
    text-align: center;
}

.contact .service-card {
    max-width: 700px;
    margin: 20px auto;
}.gallery {
    padding: 60px 20px;
    text-align: center;
}

.gallery h2 {
    color: #D4AF37;
    margin-bottom: 30px;
}

.gallery-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery-container img {
    width: 220px;
    height: 160px;
    object-fit: cover;

    border: 2px solid #D4AF37;
    border-radius: 10px;

    transition: transform 0.3s ease;
}

.gallery-container img:hover {
    transform: scale(1.05);
}
.video-section {
    padding: 60px 20px;
    text-align: center;
}

.video-section h2 {
    color: #D4AF37;
    text-align: center;
    margin-bottom: 30px;
}

.video-section video {
    width: 55%;
    max-width: 500px;

    display: block;
    margin: 0 auto;

    border: 2px solid #D4AF37;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .hero {
        min-height: 100vh;
        padding: 40px 20px;
    }

    .hero h1 {
        font-size: 3rem;
    }

 
    .btn {
        font-size: 1rem;
        padding: 12px 22px;
    }

    .gallery-container {
        flex-direction: column;
        align-items: center;
    }

    .gallery-container img {
        width: 90%;
        height: auto;
    }

    .video-section video {
        width: 90% !important;
        max-width: 100%;
    }

    .service-card {
        width: 90%;
        box-sizing: border-box;
    }

    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        padding: 12px 16px;
        font-size: 14px;
    }
}
.contact {
    background-image: url("../Imagen/hero-banner1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 80px 20px;
    text-align: center;
}

.contact h2 {
    color: #D4AF37;
    font-size: 3rem;
}

.contact h3 {
    color: #D4AF37;
}

.contact p {
    color: white;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;

    background-color: #25D366;
    color: white;

    padding: 15px 20px;
    border-radius: 50px;

    text-decoration: none;
    font-weight: bold;
    font-size: 16px;

    box-shadow: 0 4px 10px rgba(0,0,0,0.3);

    z-index: 9999;
}
.whatsapp-float:hover {
    transform: scale(1.05);

 @media (max-width: 768px) {
    ...
}
    
.hero p {
    color: white;
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.hero-subtitle {
    color: #D4AF37;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 5px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}
 .why-choose {
    background:
        linear-gradient(rgba(0,0,0,0.80), rgba(0,0,0,0.80)),
        url("../Imagen/hero-banner1.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 100px 20px;
    text-align: center;
}

.why-choose h2 {
    color: #D4AF37;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.why-choose .service-card {
    max-width: 900px;
    margin: 30px auto;
} 
.why-choose {
    background: red !important;
}

.why-choose h2 {
    color: yellow !important;
    text-align: center !important;
}
.why-choose .service-card {
    max-width: 900px;
    margin: 30px auto;
    text-align: center;
}

.why-choose .service-card h3 {
    text-align: center;
    color: #D4AF37;
}

.why-choose .service-card p {
    text-align: center;
    color: white;
}
.why-choose {
    background:
        linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
        url("../Imagen/hero-banner1.jpg") !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    padding: 100px 20px !important;
    text-align: center !important;
}

.why-choose h2 {
    color: #D4AF37 !important;
    text-align: center !important;
    font-size: 2.5rem !important;
    margin-bottom: 50px !important;
}

.why-choose .service-card {
    max-width: 900px !important;
    margin: 30px auto !important;
    text-align: center !important;
}

.why-choose .service-card h3 {
    color: #D4AF37 !important;
    text-align: center !important;
}

.why-choose .service-card p {
    color: white !important;
    text-align: center !important;
}
.promise {
    background: red !important;
    padding: 100px !important;
}
.hero-tagline {
    color: white;
    font-size: 1.3rem;
    font-style: italic;
    max-width: 900px;
    margin: 25px auto;
    line-height: 1.6;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}