body {
    font-family: 'Segoe UI', sans-serif;
}

.navbar {
    background-color: #0d1b2a;
}

.hero {
    height: 100vh;
    background: linear-gradient(rgba(13,27,42,0.8), rgba(13,27,42,0.8)), 
    url('../img/hero.jpg') center/cover no-repeat;
}

.section-padding {
    padding: 80px 0;
}

.btn-gold {
    background-color: #c6a75e;
    color: white;
}

.btn-gold:hover {
    background-color: #a88b45;
    color: white;
}

.icon {
    font-size: 50px;
    color: #0d1b2a;
    margin-bottom: 15px;
}

.contact {
    background-color: #0d1b2a;
}

footer {
    background-color: #000814;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    z-index: 1000;
}