.header
{
    background: white;
    z-index: 1020;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: solid 6px #fd6519;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.whatsapp-float, .social-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    text-decoration: none;
}
.social-float
{
    width: 45px;
    height: 45px;
    right: 25px;
}
/* Instagram */
.instagram-float {
    bottom: 100px;
    background-color: #E1306C;
}
.instagram-float:hover {
    background-color: #c1275e;
}

/* Facebook */
.facebook-float {
    bottom: 170px;
    background-color: #3b5998;
}
.facebook-float:hover {
    background-color: #314d86;
}

/* TikTok */
.tiktok-float {
    bottom: 240px;
    background-color: #000000;
}
.tiktok-float:hover {
    background-color: #1c1c1c;
}
.logo
{
    max-height: 75px !important;
}

.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/hero-banner.jpg') center/cover no-repeat;
    color: white;
    padding: 100px 20px;
    text-align: center;
}
.section-title {
    color: #343a40;
    margin-bottom: 30px;
}
.custom-section {
    padding: 60px 20px;
}
.highlight {
    color: #d63384;
    font-weight: bold;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}
.opacity-0 {
    opacity: 0;
}
.text-orange
{
    color: #ff7300 !important;
}
.text-contact
{
    font-size: 20px;
}
.title-service
{
    font-weight: 800;
    font-size: 34px;
}

@media (max-width: 799px) {
    .hide-mobile {
        display: none !important;
    }
}
