@charset "utf-8";
@media only screen and (max-width: 1400px) {
    .main-header .main-menu .navigation > li {
        margin-right: 20px
        }
    }
@media only screen and (max-width: 1300px) {
    .main-header .main-menu .navigation > li {
        margin-right: 12px
        }
    }
@media only screen and (max-width: 1240px) {
    .main-header_button {
        display: none
        }
    }
@media only screen and (max-width: 1140px) {
    .main-header .main-menu .navigation > li {
        margin-right: 15px
        }
    .main-header .main-menu .navigation > li > a {
        font-size: 14px
        }
    .main-header .header-lower {
        border-radius: 0
        }
    .main-header .header-lower .outer-box {
        margin-top: 0
        }
    .project-tab .product-tab-btns .p-tab-btn {
        margin-left: 0;
        margin-right: 20px
        }
    .main-header .main-menu .navigation > li.dropdown > a::after {
        line-height: 18px
        }
    }
@media only screen and (max-width: 1023px) {
    .main-header .outer-box {
        position: static;
        display: block
        }
    .main-header .mobile-nav-toggler {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1002;
        text-align: center;
        background: transparent;
        }
    .main-header .mobile-nav-toggler .icon {
        color: #000;
        font-size: 24px;
        line-height: 44px;
        display: inline-block;
        transition: color 0.3s ease;
        }
    .main-header.fixed-header .mobile-nav-toggler .icon,
    .main-header.scrolled .mobile-nav-toggler .icon {
        color: #000 !important;
        }
    .main-header .mobile-nav-toggler .icon:before {
        content: "\f0c9";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        }
    /* Ensure toggler positions relative to the main container, not the navbar */
    .main-header.header-style-one .header-lower .header-navbar {
        position: static !important;
    }
    .main-header .header-lower .inner-container > .d-flex {
        min-height: 60px;
        position: relative; /* Ensure relative for absolute child */
    }
    .main-header .sticky-header .mobile-nav-toggler {
        display: block
        }
    .main-header .sticky-header .main-menu {
        display: none
        }
    .main-header #navbarSupportedContent {
        display: block
        }
    .main-header .main-menu {
        display: none
        }
    .mobile-menu .navigation li.has-mega-menu > .mega-menu {
        display: none;
        overflow: hidden
        }
    .main-header .mobile-menu .navigation li.has-mega-menu .mega-menu .mega-menu-bar .column h6 {
        display: none
        }
    .main-header .mobile-menu .navigation li.has-mega-menu .mega-menu .mega-menu-bar .column {
        width: 100%
        }
        
    /* Force Logo Centering with High Specificity */
    body .page-wrapper .main-header.header-style-one .header-lower .logo-box {
        margin: 0 !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    body .page-wrapper .main-header.header-style-one .header-lower .logo-box .logo {
        padding: 10px  0 !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    body .page-wrapper .main-header.header-style-one .header-lower .logo-box .logo img {
        max-height: 50px;
        width: auto;
    }
    
    /* Fix Dropdown Button Icon */
    .mobile-menu .navigation li.dropdown .dropdown-btn span {
        display: inline-block;
        color: #000 !important;
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        font-size: 16px;
    }
    .mobile-menu .navigation li.dropdown .dropdown-btn span:before {
        content: '\f107';
    }
}
@media only screen and (max-width: 991px) {
    .main-header.header-style-one .main-header_button {
        display: block
    }
    
    .main-header {
        min-height: auto;
    }

    .main-header.header-style-one {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
    }

    .main-header .header-lower,
    .main-header.header-style-one .header-lower,
    .main-header.header-style-one .header-lower .inner-container {
        border-radius: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-header .sticky-header .outer-box {
        display: block;
        right: 0;
        left: auto;
        top: 0
        }
    .main-header .main-menu {
        width: 100%;
        display: none
        }
    .main-header .main-menu .navbar-collapse > .navigation li.dropdown:after, .main-header .main-menu .navigation > li > ul:before {
        display: none !important
        }
    .main-header .header-lower .outer-box {
        position: relative;
        z-index: 12;
        display: block
        }
    .main-header .main-menu .navbar-header .navbar-toggler {
        display: inline-block;
        z-index: 12;
        width: 50px;
        height: 40px;
        float: none;
        padding: 0;
        text-align: center;
        border-radius: 0;
        background: 0;
        border: 1px solid #fff
        }
    .main-header .main-menu .navbar-header .navbar-toggler .icon-bar {
        position: relative;
        background: #fff;
        height: 2px;
        width: 26px;
        display: block;
        margin: 0 auto;
        margin: 5px 11px
        }
    .main-header .nav-outer .mobile-nav-toggler {
        display: block
        }
    .main-header #navbarSupportedContent {
        display: block
        }
    .main-header.header-style-one .main-header_button {
        display: none
        }
    .clock-wrapper {
        display: none
        }
    h1 {
        line-height: 60px;
        font-size: 50px
        }
    h2 {
        line-height: 50px;
        font-size: 40px
        }
    .service-block_two-inner {
        display: block !important
        }
        
    /* Mobile Header Fixed Fix */
    .main-header.header-style-one {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .main-header.header-style-one .header-lower {
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    }
@media only screen and (max-width: 479px) {
    .about-widget {
        display: none
        }
    h1 {
        line-height: 50px;
        font-size: 40px
        }
    h2 {
        line-height: 40px;
        font-size: 30px
        }
    h3 {
        line-height: 34px;
        font-size: 24px
        }
    h4 {
        line-height: 30px;
        font-size: 20px
        }
    .btn-style-one {
        font-size: 14px
        }
    }

/* 
 * Cleaned up duplicate blocks
 */
