.footer-row2 .navbar-brand img{
    height:120px !important
}

.text-justify{
    text-align: justify;
}
.main-header{
    background-color: #000;
}
.nav-bg-b .custom-nav .nav-list li a.menu-links{
    color:#fff
}

.ptb-30{
    padding : 30px 0;
}

.ptb-60{
    padding : 60px 0;
}
/* Floating WhatsApp Icon */
.whatsapp-float {
    position: fixed;
    bottom: 150px; /* Adjust position */
    right: 20px;
    z-index: 1000;
}

.whatsapp-float img,
.call-float img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

/* Floating Call Icon */
.call-float {
    position: fixed;
    bottom: 150px; /* Adjust position */
    right: 0px;
    left: 20px;
    z-index: 1000;
}

.whatsapp-float img:hover,
.call-float img:hover {
    transform: scale(1.1);
}

