body {
    font-family: "Montserrat", sans-serif;
}
.navbar {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#hero {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("/assets/img/21.jpg");
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 250px 50px;
    text-align: start;
}


#hero h1 {
    font-size: 3.5rem;
    font-weight: 600;
}
#hero p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 500;
}

#services h5 {
    font-weight: 600;
}
#services p {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-weight: 500;
}



#services {
    background-color: rgba(255, 192, 203, 0.34);
}

#services .card {
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    border-radius: 18px;
}
#services .card:hover {
    transform: translateY(-6px);
}
#gallery img {
    border-radius: 16px;
    margin-bottom: 20px;
}
#contact {
    background: #f6f6f6;
}
footer {
    background: #0f172a;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.navbar-nav .nav-link {
    font-weight: 700;
    padding: 10px 22px !important;
    font-size: 16px;
    color: #374151;
    transition: all 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ec4899;
    transform: translateY(-2px);
}

.abH {
    font-size: 3rem;
    font-weight: 700;
}

.abP {
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: justify;
    color: #555;
    font-weight: 500;
}

.floating-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-contact a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact img {
    width: 28px;
}

.whatsapp-btn {
    background: #25d366;
}

.call-btn {
    background: #ff4d6d;
}

.floating-contact a:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

@media (max-width: 765px) {
    #hero {
        background-size: cover;
        color: #fff;
        padding: 90px 10px;
        text-align: start;
    }

    #hero h1 {
        font-size: 1.6rem;
        margin-top: 3rem;
    }
    #hero p {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }

    .abH {
        font-size: 2rem ;
        margin-top: 1.5rem;
    }
    .abP{
        font-size: .8rem;
    }
}
