
.tp-leftarrow,
.tp-rightarrow {
    display: none !important;
}
/* Media query for devices with a max width of 768px */
@media (max-width: 768px) {
.footer_widget_area .col-md-4 {
display: none; /* Hides the 'Get In Touch' and 'Quick Links' sections */
}
.footer_widget_area .row{
padding-left: 17%;
}
}
@media (min-width: 768px){
.footer_widget_area .row{
padding-left: 5;
}}
/* Sticky WhatsApp Icon */
.whatsapp-float {
    position: fixed;
    top: 150px;
    right: 15px;
    z-index: 1000;
    background-color: #25d366;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 30px;
    height: 30px;
}
.navbar-logo {
    height: 50px;
}
.navbar-logo-sticky {
    height: 50px;
}

@media (max-width: 767px) {
    .navbar-logo, .navbar-logo-sticky {
        height: 40px;
    }
}