.footer-link{
    color:#ffffff;
    text-decoration:none;
    transition:.3s;
}

.footer-link:hover{
    color:#ffc107;
    padding-left:5px;
}

.social-icon{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    margin-right:8px;
    transition:.3s;
    text-decoration:none;
}

.social-icon:hover{
    background:#ffc107;
    color:#000;
}

.whatsapp-btn{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    text-decoration:none;
    z-index:999;
    box-shadow:0 5px 15px rgba(0,0,0,.3);
}

#topBtn{
    position:fixed;
    right:25px;
    bottom:100px;
    width:50px;
    height:50px;
    border:none;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:none;
    cursor:pointer;
    z-index:999;
}
.service-card{
    transition:0.4s;
    border-radius:12px;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.property-card{
    transition:.4s;
    border-radius:15px;
    overflow:hidden;
}

.property-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.2);
}

.gallery-img{
    transition:.4s;
    object-fit:cover;
}

.gallery-img:hover{
    transform:scale(1.05);
}
.form-control{

border-radius:10px;

padding:12px;

}

.form-control:focus{

box-shadow:none;

border-color:#0d6efd;

}

table td{

padding:12px;

}

.accordion-button{

font-weight:600;

}

.accordion-button:not(.collapsed){

background:#0d6efd;

color:#fff;

}

iframe{

border-radius:10px;

}

/* ===========================
   HERO SLIDER
=========================== */

#heroSlider{
    margin-top:1px;
}

.hero-image{
    height:700px;
    object-fit:cover;
}

.carousel-item{
    position:relative;
}

.carousel-item::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(15, 52, 96, 0.45);
}

.carousel-caption{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    bottom:auto;
    width:100%;
    text-align:left;
}

.carousel-caption h1{
    font-size:60px;
    font-weight:700;
}

.carousel-caption p{
    font-size:22px;
    margin:20px 0;
}

.carousel-caption .btn{
    padding:12px 30px;
    font-size:18px;
    border-radius:50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width:10px;
    height:10px;
    background-size:100%;
}

@media(max-width:991px){

.hero-image{
    height:500px;
}

.carousel-caption{
    text-align:center;
}

.carousel-caption h1{
    font-size:40px;
}

.carousel-caption p{
    font-size:18px;
}

}

@media(max-width:576px){

.hero-image{
    height:420px;
}

.carousel-caption h1{
    font-size:28px;
}

.carousel-caption p{
    font-size:16px;
}

.carousel-caption .btn{
    margin-bottom:10px;
}

}

 
 