/* =========================
   GENERAL
========================= */

body{
    font-family: Arial, sans-serif;
    margin:0;
    padding:0;
}

a{
    text-decoration:none;
}

/* =========================
   NAVBAR
========================= */

.navbar{
    background:#ffffff !important;
    min-height:100px;
}

.navbar-brand img{
    height:95px;
    width:auto;
}

.navbar-nav .nav-link{
    color:#333 !important;
    font-weight:500;
    margin-left:10px;
}

.navbar-nav .nav-link:hover{
    color:#ff6b00 !important;
}

/* =========================
   HERO SECTION
========================= */

.hero-section{

    background-image:
    linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
    ),
    url('/images/banner-home.jpg');

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    min-height: 650px;
    padding: 80px 0;

    display: flex;
    align-items: center;

    color: #ffffff;
}

.hero-section .container{
    padding-top:180px;
    padding-left:80px;
}

.hero-title{
    font-size: 58px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
}

.hero-text{
    font-size: 24px;
    color: #ffffff;
    max-width: 750px;
    line-height: 1.6;
}
/* =========================
   BUTTONS
========================= */

.btn-warning{
    font-weight:600;
}

.btn-success{
    font-weight:600;
}

/* =========================
   TRUST BADGES
========================= */

.trust-badge{
    font-weight:600;
    font-size:18px;
}

/* =========================
   CARDS
========================= */

.card{
    border:none;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
    transition:0.3s;
}

.card:hover{
    transform:translateY(-5px);
}

/* =========================
   GALLERY
========================= */

.gallery img{
    transition:0.3s;
}

.gallery img:hover{
    transform:scale(1.05);
}

/* =========================
   WHATSAPP FLOAT
========================= */

.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25D366;
    color:#ffffff;
    padding:12px 18px;
    border-radius:50px;
    font-weight:bold;
    z-index:9999;
}

/* =========================
   FOOTER
========================= */

footer{
    background:#1d232f;
    color:#ffffff;
}

footer p{
    margin-bottom:8px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

.hero-title{
    font-size:36px;
}

.hero-text{
    font-size:16px;
}

.navbar-brand img{
    height:75px;
}

.whatsapp-float{
    bottom:15px;
    right:15px;
}

}
.call-float{
    position:fixed;
    bottom:90px;
    right:20px;
    background:#0d6efd;
    color:#fff;
    padding:12px 18px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    z-index:9999;
    box-shadow:0 4px 10px rgba(0,0,0,0.3);
}
.call-float{
    position:fixed !important;
    right:20px !important;
    bottom:100px !important;
    background:red !important;
    color:white !important;
    padding:15px 20px !important;
    z-index:99999 !important;
    display:block !important;
}
