/* Remove default spacing */
body {
    margin: 0;
    padding: 0;
}

/* Full width container */
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* Sticky header */
.site-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    transition: all 0.4s ease;
}

/* ✅ Frosted glass on scroll */
.site-header.scrolled {
    background-color: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

/* Header alignment */
.pbmit-pre-header-wrapper,
.pbmit-header-top-area {
    padding-left: 20px;
    padding-right: 20px;
}

/* Top black bar - normal */
.pbmit-pre-header-wrapper {
    min-height: 32px;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 2px 20px;
    transition: all 0.4s ease;
    overflow: hidden;
    max-height: 50px;
    opacity: 1;
}

/* ✅ Hide top black bar on scroll */
.site-header.scrolled .pbmit-pre-header-wrapper {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

/* Main header - normal state */
.pbmit-header-top-area {
    padding: 8px 20px;
    transition: all 0.4s ease;
}

/* ✅ Slightly smaller on scroll */
.site-header.scrolled .pbmit-header-top-area {
    padding: 4px 20px;
}

/* Header inner row - normal */
.pbmit-header-top-area .d-flex {
    align-items: center;
    min-height: 65px;
    transition: all 0.4s ease;
}

/* ✅ Slightly reduced row height on scroll */
.site-header.scrolled .pbmit-header-top-area .d-flex {
    min-height: 48px;
}

/* Logo - normal */
.logo-img {
    max-height: 50px;
    transition: all 0.4s ease;
}

/* ✅ Slightly smaller logo on scroll */
.site-header.scrolled .logo-img {
    max-height: 38px;
}

/* Menu spacing */
.site-navigation {
    margin-left: 30px;
    flex: 1;
}

/* Navigation layout */
.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding-left: 0;
    width: 100%;
}

/* Menu items */
.navigation > li {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
    display: flex;
    align-items: center;
    position: relative;
}

/* Menu links */
.navigation > li > a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 16px;
    border-right: none !important;
    border-left: none !important;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    height: 65px;
    line-height: 1;
}

/* ✅ Slightly smaller nav text on scroll */
.site-header.scrolled .navigation > li > a {
    font-size: 12px;
    padding: 0 13px;
    height: 48px;
}

/* ✅ DROPDOWN - correct positioning */
.navigation > li > ul {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 99999 !important;
    background-color: #fff !important;
    min-width: 260px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-top: 2px solid #ff8c1a;
    padding: 8px 0;
    margin: 0 !important;
    list-style: none;
}

/* Dropdown stays correctly positioned on scroll too */
.site-header.scrolled .navigation > li > ul {
    top: 100% !important;
    background-color: rgba(255, 255, 255, 0.98) !important;
}

/* Dropdown items */
.navigation > li > ul > li {
    display: block;
    width: 100%;
    position: relative;
}

/* Dropdown links */
.navigation > li > ul > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #333 !important;
    white-space: nowrap;
    border-right: none !important;
    border-left: none !important;
    height: auto !important;
    line-height: 1.4 !important;
    transition: all 0.2s ease;
    background-color: transparent;
}

/* Active dropdown item */
.navigation > li > ul > li.current-menu-item > a,
.navigation > li > ul > li.active > a,
.navigation > li > ul > li > a.active {
    background-color: #ff8c1a !important;
    color: #fff !important;
}

/* Dropdown hover */
.navigation > li > ul > li > a:hover {
    background-color: #ff8c1a !important;
    color: #fff !important;
    padding-left: 26px;
}

/* Enquiry button */
.navigation .enuqiry-btn {
    background-color: #ff8c1a;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
    transition: all 0.4s ease;
    border-right: none !important;
    border-left: none !important;
    height: auto !important;
}

/* Slightly smaller enquiry button on scroll */
.site-header.scrolled .navigation .enuqiry-btn {
    padding: 5px 12px;
    font-size: 12px;
}

/* Button hover */
.navigation .enuqiry-btn:hover {
    background-color: #e67600;
}

/* Menu wrap */
.pbmit-menu-wrap {
    width: 100%;
}

/* ===== PREMIUM FOOTER STYLING ===== */

/* Equal column spacing */
.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
    padding: 0 20px;
}

/* Footer section padding */
.pbmit-footer-widget-area {
    padding: 60px 0;
}

/* Headings (Company / Services / Industry) */
.footer .widget-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    position: relative;
}

/* Underline accent */
.footer .widget-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ff8c1a;
    margin-top: 6px;
}

/* List styling */
.footer ul {
    padding-left: 0;
    margin: 0;
}

/* List items */
.footer .menu-item {
    margin-bottom: 10px;
}

/* Links */
.footer .menu-item a {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    transition: all 0.3s ease;
}

/* Hover effect */
.footer .menu-item a:hover {
    color: #ffffff;
    padding-left: 4px;
}

/* Icons spacing */
.footer .menu-item span {
    margin-right: 8px;
}

/* First column (logo + office) alignment */
.footer-widget-1 {
    padding-left: 40px;
}

/* Footer logo */
.footer-logo-img {
    max-height: 48px;
    width: auto;
    margin-bottom: 15px;
}

/* Address text */
.footer-widget-1 .menu-item {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* Bottom bar */
.pbmit-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 20px;
}

/* Bottom text */
.pbmit-footer-text-inner p {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}
/* ===== FOOTER IMPROVEMENTS ===== */

/* 1️⃣ Move first column (logo + offices) slightly right */
.footer-widget-1 {
    padding-left: 30px;
}

/* 2️⃣ Fix footer logo size (match header look) */
.footer-logo img {
    max-height: 50px;   /* same feel as header */
    width: auto;
    object-fit: contain;
}

/* Optional: better spacing under logo */
.footer-logo {
    margin-bottom: 15px;
}

/* Optional: align content better */
.footer-widget-1 ul {
    padding-left: 0;
    margin-top: 10px;
}
/* ===== FOOTER LOGO TOP ROW ===== */

.footer-top-logo {
    text-align: left;   /* or center if you prefer */
    padding: 20px 40px 10px 40px;
}

.footer-logo-img {
    max-height: 50px;
    width: auto;
}

/* Align all columns perfectly */
.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
    padding: 0 20px;
}

/* Remove previous offset fix */
.footer-widget-1 .widget {
    margin-top: 35px;
}
@media (max-width: 991px) {

    /* Make menu full screen */
    #pbmit-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background: #0f1c2e;
        z-index: 9999;
        padding: 30px 20px;
        transition: 0.3s ease;
        overflow-y: auto;
    }

    /* When open */
    #pbmit-menu.show {
        left: 0;
    }

    /* Vertical layout */
    .navigation {
        display: flex;
        flex-direction: column;
    }

    .navigation li {
        margin-bottom: 15px;
    }

    .mobile-close {
        font-size: 32px;          /* 🔥 Bigger size */
        color: #ffffff;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 10000;
        line-height: 1;
    }
