@media(max-width: 1199px) {
    .search-tabs { 
        gap: 10px;
        width: 30%;
    }
    .search-tabs .gt-touch { 
        padding: 6px 10px;  
        width: 60%; 
    }
    .search-tabs .gt-touch a { 
        font-size: 14px;
    }

    .search-tabs #keyword {
        padding: 3px; 
    }

    nav.tab_nav_custom .nav a {
        margin: 0px 20px 0px 0px;
        font-size: 14px; 
    }
    .site-logo .custom-logo {
        width: 180px;
    }
    .portfolio-grid { 
        columns: 3; 
    }


}




/* Responsive for Tablets (2 columns) */
@media (max-width: 1024px) {
    
    .site-logo .custom-logo {
        width: 160px;
    }

    .search-tabs { 
        width: 35%;
    }

    nav.tab_nav_custom .nav a {
        margin: 0px 13px 0px 0px; 
    }
 

    .search-tabs .gt-touch {
        font-size: 14px;
        padding: 6px 5px; 
    }
}



@media (max-width: 992px) {
    .site-branding { 
        width: 30%; 
    }
    .navigation-right {
        width: 70%; 
    }

    .leftSideBar { 
        width: 30%; 
    }
   
    
    .innerNav {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 30%;
        height: 100vh; /* Full viewport height */
        background: rgba(0, 0, 0, 0.9); /* Dark background with transparency */
        z-index: 1000;
        text-align: center;
        padding-top: 50px; /* Adjust for spacing */
    }
    .show-menu {
        display: block !important;
    }
    .innerNav .nav-tabs {
        display: block !important; 
        text-align: left; 
        padding: 0px 20px;
    }
 

    .innerNav .nav-tabs .nav-link {
        font-size: 15px;
        color: white !important;
        padding: 6px;
        display: block;
    }
    
    .nav-toggle {
        display: block !important;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 1100;
        cursor: pointer;
        background-color: #fff;
        color: black;
        padding: 2px 15px;
        border-radius: 5px;
        font-size: 28px;
    }

    .close-menu {
        display: block;
        color: white;
        font-size: 24px;
        position: absolute;
        top: 15px;
        right: 20px;
        cursor: pointer;
    }

    .breadcrumb {
        display: block;
        text-align: left;
        width: 100%; 
    }
    .search-tabs {
        width: 100%;
        padding: 0px 20px;
        display: block;
        margin-top: 20px;
    }
    .single .search-tabs { 
        margin-top: 20px;
    }

    .search-form { 
        width: 100%; 
    }
    .search-tabs .gt-touch {
        padding: 8px 5px;
        margin-top: 20px;
        width: 100%;
    }
    body.open-menu { 
        overflow: hidden;
    }
    .search-tabs #keyword {
        padding: 6px;
       
    }
    .mobileLogo {
        display: block !important; 
        padding: 0px 20px; 
        text-align: left;
        margin-top: -10px;
    }
    .search-tabs #keyword { 
        border-radius: 5px;
    }

    .search-tabs .gt-touch {
        background-color: #efb20d;
    }
    .search-tabs .gt-touch a { 
        font-weight: 500;
    }

    .portfolio-grid {
        columns: 2;
    }

    .portfolio_modal_div {
        display: block; 
    }
    .portfolio_modal_leftdiv, .portfolio_modal_rightdiv {
        width: 100%; 
    }

}




/* Responsive for Mobile (1 column) */
@media (max-width: 768px) {
    .site-logo .custom-logo {
        width: 150px !important;
        max-width: 100%;
    }
    .site-branding {
        width: 35%;
    }
    .navigation-right {
        width: 65%;
    }
    .leftSideBar {
        width: 35%;
    }
    .innerNav { 
        width: 35%; 
    }
    .mobileLogo { 
        margin-top: -15px;
    }
    .swiper-button-next, .swiper-button-prev { 
        padding: 15px; 
        height: 12px !important;
        width: 12px !important; 
    }
    .video-btn {
        margin-right: 7px;
        padding: 5px 10px;
        font-size: 12px;   
    }
    .is-dark-theme .video-btn { 
        background-color: #efb20d !important;
        color: #fff !important;
    }
    .portfolio-tag-row h3 {
        font-size: 15px;
        font-weight: 500; 
    }
    
    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important; 
    }

    .nav-toggle {
        font-size: 20px;
    }
    .leftSideBar {
         display: none;
    }   

    #portfolio-filter {
        margin-top: 45px; 
    }

    button.slide-toggle {
        display: block;
        border: 1px;
        padding: 9px 15px;
        border-radius: 0px 10px 10px 0px;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 75px;
        background: #000;
        color: #fff;
    }

    /************ Multi step form **************/
    
    #multi-step-form .fw-wizard-step-header h2 {
        font-size: 22px !important; 
    }
    

    .wp-block-heading {
        margin: 10px 0px !important;
        font-size: 18px !important;
    }
    .wp-block-image, .wp-block-column {
        margin: 0px !important;
    }

}

@media (max-width: 575px) {
    .innerNav {
        width: 45%;
    }
    .site-logo {
        position: unset !important;
    }
    .innerNav { 
        padding-top: 20px;
    }
    .swiper-button-next, .swiper-button-prev {
        padding: 12px; 
        font-size: 14px;
    }
    .ourTeams-section {
        display: block;
    }
    .search-form input { 
        font-size: 13px; 
    }
    .search-form span#search { 
        font-size: 15px; 
    }
    .portfolio-grid {
        columns: 1;
    }

}