/* ================================
   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;
}
.projects-home{
padding:70px 20px;
}

.project-card img{
height:160px;
}

.project-card{
margin-bottom:25px;
}
/*projects.html*/
.project-gallery{
grid-template-columns:repeat(2,1fr);
gap:10px;
}

.project-gallery img{
height:200px;
}

.project-item h3{
font-size:24px;
}
/*clients.html*/
.client-category-section{
padding:60px 0;
}

.client-card{
padding:30px;
margin-bottom:25px;
}

.client-card h3{
font-size:22px;
margin-bottom:20px;
}

.client-list{
column-count:2;   /* still 2 columns for tablet */
column-gap:30px;
}

.client-list li{
font-size:14px;
margin-bottom:8px;
}
.address-box{
margin-bottom:30px;
}

.contact-form-section h2{
font-size:26px;
}

.address-item{
align-items:flex-start;
}
.hero-brands{
flex-wrap:wrap;
justify-content:center;
padding:10px;
gap:10px;
}

.brand-item{
border:none;
padding:10px 15px;
}

.brand-item img{
height:35px;
}
.service-row img{
max-height:250px;
}
}

/* ================================
   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;
}
.client-logo{
width:110px;
margin:0 20px;
}
/*clients.html*/
.client-list{
column-count:1;
}

.client-box{
padding:25px;
}
/*contact.html*/
.hero-text h1{
font-size:30px;
}

.contact-box{
margin-bottom:20px;
}

.contact-form-section{
padding:40px 0;
}
.hero-content h1{
font-size:36px;
}

.hero-content p{
font-size:16px;
}
.client-list{
grid-template-columns:1fr;
}
.contact-form-section{
padding:50px 0;
}

.address-box{
padding:25px;
}

.address-title{
font-size:24px;
}

.address-item{
gap:10px;
}

.address-item i{
width:32px;
height:32px;
font-size:13px;
}

.address-item p{
font-size:14px;
}

.contact-form-section input,
.contact-form-section textarea{
font-size:14px;
}

.contact-form-section button{
width:100%;
}
.footer-contact{
justify-content:center;
text-align:center;
}

.footer-social{
text-align:center;
}
/*solutions.html*/
.topbar .d-flex{
flex-direction:column;
text-align:center;
gap:5px;
}

.top-contact{
font-size:13px;
}

.social-icons{
margin-top:5px;
}
.navbar-brand img{
height:45px;
}
.services-hero{
padding:50px 0;
}

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

.services-hero p{
font-size:15px;
}
.service-row{
text-align:center;
}

.service-row img{
margin-bottom:20px;
}

.service-row h3{
font-size:22px;
}

.service-row ul{
text-align:left;
display:inline-block;
}
.footer-title{
margin-top:20px;
}

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

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

}
@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;
}
.services-section{
padding:50px 0;
}

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

.service-card{
padding:30px 18px;
border-radius:10px;
}
.service-icon{
width:55px;
height:55px;
margin-bottom:15px;
}

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

.service-card h5{
font-size:16px;
}
.projects-home{
padding:60px 15px;
}

.section-title{
font-size:26px;
}

.project-card img{
height:200px;
}

.project-card h5{
font-size:18px;
}

.project-card p{
font-size:14px;
}

.projects-home .btn{
margin-top:10px;
}
/*services.html*/
.project-gallery{
grid-template-columns:1fr;
gap:12px;
}

.project-gallery img{
height:220px;
}

.project-item{
margin-bottom:40px;
}

.project-item h3{
font-size:22px;
}
.project-item p{
font-size:14px;
}
.hero-brands{
position:relative;
transform:none;
left:auto;
bottom:auto;
margin-top:15px;
flex-wrap:wrap;
justify-content:center;
}

.brand-item{
padding:8px 12px;
}

.brand-item img{
height:30px;
}


/*clients.html*/
.client-category-section{
padding:40px 0;
}

.client-card{
padding:25px;
border-radius:10px;
}

.client-card h3{
font-size:20px;
text-align:center;
}

.client-list{
column-count:1;   /* single column for mobile */
}

.client-list li{
font-size:14px;
line-height:1.5;
}
.address-title{
font-size:22px;
}

.contact-form-section h2{
font-size:22px;
}
.consultation-btn{
width:100%;
margin-top:15px;
}
.container{
padding-left:20px;
padding-right:20px;
}
.service-row img{
max-height:200px;
width:100%;
}
}
