/* ================================
   TABLET & MOBILE
================================ */
@media (max-width: 991px){

    body{
        padding-top: 0px;
    }
     .topbar{
        display: none;
    }
    .navbar{
        top: 0;
    }
    .navbar-nav{
        padding: 20px 0;
        text-align: left;
    }

    .navbar-nav .nav-link{
        margin-left: 0;
        padding: 12px 0;
        font-size: 15px;
    }
    .navbar-brand img{
        height: 45px;
    }
    .btn-primary{
        width: 100%;
        margin-top: 10px;
    }
    .dropdown-menu{
        box-shadow: none;
        border: none;
        padding-left: 15px;
    }
    .btn-primary{
        width: 100%;
        margin-top: 10px;
    }
.hero-section{
        margin-top: 75px;
    }

    .hero-slide{
        height: 80vh;
    }

    .hero-content h1{
        font-size: 28px;
    }

    .hero-logo{
        height: 60px;
    }

    .hero-tagline{
        font-size: 14px;
    }
    .hero-content h1{
        font-size: 30px;
        line-height: 1.2;
    }
    .hero-slide{
        height: 80vh;
    }

    .hero-content h1{
        font-size: 42px;
        line-height: 1.2;
    }

    .hero-content h5{
        font-size: 18px;
    }

    .hero-tagline{
        font-size: 16px;
    }
   .main-footer{
    padding:50px 0 0;
    text-align:center;
}

.footer-about{
    margin-bottom:25px;
}

.footer-logo{
    display:block;
    margin:auto;
}

.footer-title{
    margin-top:20px;
}

.footer-links{
    text-align:center;
}
.footer-links li{
    margin-bottom:8px;
}

.footer-social{
    text-align:center;
}

.footer-social a{
    margin:0 8px;
}

/* CTA STRIP */

.footer-cta{
    text-align:center;
}
.cta-box{
    flex-direction:column;
    gap:15px;
}

.footer-cta h4{
    font-size:20px;
}

.footer-cta .btn{
    width:auto;
}

.footer-cta .d-flex{
    flex-direction: column;
    text-align: center;
    gap:15px;
}

.footer-cta h4{
    margin-bottom:10px;
}

.footer-cta .consultation-btn{
    display:inline-block;
}
.footer-links{
display:block;
}
.about-section{
    text-align:center;
}

.about-img{
    margin-bottom:30px;
}

.about-img img{
    width:60%;
}
.services-section{
padding:60px 0;
}

.section-title{
font-size:30px;
margin-bottom:40px;
}

.service-card{
padding:35px 20px;
}

.service-icon{
width:60px;
height:60px;
}

.service-icon i{
font-size:24px;
}

.service-card h5{
font-size:17px;
}
}

/* ================================
   DESKTOP HOVER DROPDOWN
================================ */
@media (min-width: 992px){

    .navbar .dropdown:hover > .dropdown-menu{
        display: block;
    }

}
@media (max-width: 768px){

    .main-footer{
        padding: 50px 0 0;
    }

    .footer-logo{
        height: 50px;
    }

    .footer-title{
        margin-top: 20px;
        margin-bottom:8px;
    }
    .footer-about{
    text-align:center;
}

.footer-logo{
    display:block;
    margin:auto;
}

.footer-links{
    text-align:center;
}

.footer-links li{
    margin-bottom:8px;
}

.footer-social{
    text-align:center;
}
.footer-social a{
    margin:0 8px;
}
.consultation-btn{
    display:inline-block;
    margin:auto;
}
.footer-toggle{
cursor:pointer;
position:relative;
}
.footer-title{
cursor:pointer;
margin-top:15px;
margin-bottom:5px;
}

.footer-links{
display:none;
padding-left:0;
margin-bottom:10px;
}

.footer-links li{
margin-bottom:6px;
}

.footer-about{
text-align:center;
}

.footer-social{
text-align:center;
}

.footer-links a{
font-size:14px;
}

.footer-toggle::after{
position:absolute;
right:0;
font-size:18px;

}

.footer-links{
display:block;
margin-top:10px;
}

.footer .row{
text-align:left;
}

.footer-title{
margin-bottom:8px;
}
.footer-links{
display:none;
margin-top:10px;
}

.footer-title{
cursor:pointer;
}
#bookingModal .modal-dialog{
    margin:20px;
}

#bookingModal .modal-title{
    font-size:18px;
}


}
@media (max-width: 576px){

    .hero-slide{
        height: 75vh;
    }

    .hero-content{
        padding: 0 15px;
    }

    .hero-content h1{
        font-size: 28px;
        line-height: 1.2;
    }

    .hero-content h5{
        font-size: 15px;
    }

    .hero-tagline{
        font-size: 14px;
    }
.carousel-control-prev,
    .carousel-control-next{
        width: 45px;
        height: 45px;
    }

    .carousel-indicators{
        bottom: 15px;
    }
    .footer-logo{
    height:50px;
}

.footer-title{
    font-size:18px;
}

.footer-links li{
    margin-bottom:6px;
}

.footer-social a{
    margin:0 6px;
}
.footer-cta h4{
    font-size:18px;
}
.footer-cta .btn{
    width:100%;
    max-width:250px;
}

.footer-bottom{
    text-align:center;
}
.footer-bottom p{
    font-size:13px;
}
.about-section{
    padding:60px 20px;
}

.about-content h2{
    font-size:28px;
}

.about-content p{
    font-size:15px;
}

.about-img img{
    width:70%;
}

.about-btn{
    padding:10px 22px;
    font-size:14px;
}
}
