body {
    font-family: 'Poppins', sans-serif;
    padding-top: 55px;
}

.custom-nav {
    background-color: #016fb9;
}

.hero {
    height: 95vh;
    background: linear-gradient(rgba(1,111,185, 1), rgba(34,174,209, 0.7)), url('2.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1 {
    font-weight: 700;
    font-size: 3rem;
}

.service-card {
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.cta-section {
    background-color: #182825;
}

.btn-warning {
    background-color: #afa98d;
    border-color: #afa98d;
}

.border-warning {
     border-color: #afa98d;
}

.text-primary {
    color: #016fb9;
}

.text-warning {
    color: #afa98d;
}

.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;
z-index: 1000;
}
