
    /* ===== Topbar ===== */
    .topbar {
        background: #eaeaea;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        font-size: 14px;
        line-height: 34px;
        padding: 0 0px;
        z-index: 1051;
    }

    /* Left contact links */
    .tb-link {
        color: #333;
        text-decoration: none;
        margin-right: 8px;
        font-weight: 500;
        font-size: 13.5px;
    }

    .tb-link i {
        color: #e63946;
        /* HTP red */
        margin-right: 5px;
        font-size: 13px;
    }

    .tb-link:hover {
        color: #e63946;
    }

    .tb-sep {
        color: #ccc;
        margin: 0 6px;
    }

    /* Right-side social icons */
    .topbar-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .tb-icon {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        transition: 0.3s ease;
    }

    .tb-icon i {
        font-size: 15px;
        margin-right: 5px;
        /* small gap between icon and text */
    }

    .tb-icon span {
        font-weight: 500;
    }

    .tb-icon:hover {
        transform: translateY(-2px);
    }

    /* Brand hover colors */
    .tb-icon.linkedin:hover {
        color: #0077b5;
    }

    .tb-icon.youtube:hover {
        color: #ff0000;
    }

    .tb-icon.whatsapp:hover {
        color: #25D366;
    }

    /* ===== Mobile & Tablet Behavior ===== */
    @media (max-width: 991.98px) {

        /* Keep only social icons centered */
        .topbar .container {
            justify-content: center;
        }

        .topbar-left {
            justify-content: center;
            gap: 12px;
        }

        .topbar-right {
            justify-content: center;
            gap: 12px;
        }

        /* Only show icons (hide text labels) */
        .tb-icon span {
            display: none;
        }

        /* Slightly increase icon size for touch */
        .tb-icon i {
            font-size: 18px;
            margin-right: 0;
        }
    }

    .topbar-left {
        margin-left: 10px;
    }

    /* --- Topbar: consistent light look with correct icon colors --- */
    .topbar,
    .topbar a,
    .topbar .tb-link,
    .topbar .tb-icon,
    .topbar .tb-icon span {
        color: #666;
        /* light grey text */
        font-weight: 400 ;
        text-decoration: none;
    }

    /* separators */
    .topbar .tb-sep {
        color: #bdbdbd ;
    }

    /* Keep mail & phone icons in HTP red */
    .topbar .tb-link i {
        color: #e63946 ;
    }

    /* Social media icon default colors */
    .tb-icon.linkedin i {
        color: #0077b5 ;
    }

    /* LinkedIn blue */
    .tb-icon.youtube i {
        color: #ff0000 ;
    }

    /* YouTube red */
    .tb-icon.whatsapp i {
        color: #25D366 ;
    }

    /* WhatsApp green */

    /* Keep hover consistent (text red, icons keep their color) */
    .topbar a:hover {
        color: #e63946 ;
        font-weight: 400;
    }

    .tb-icon.linkedin:hover i {
        color: #005582 ;
    }

    .tb-icon.youtube:hover i {
        color: #cc0000 ;
    }

    .tb-icon.whatsapp:hover i {
        color: #1ebe5d ;
    }




/* ===============================
SOCIAL ICONS – MOBILE ONLY
================================ */
    @media (max-width: 767px) {

        .social-icons-fixed * {
            all: unset;
            box-sizing: border-box;
        }

        .social-icons-fixed {
            position: fixed;
            bottom: 15px;
            left: 15px;
            display: flex;
            flex-direction: row;
            gap: 8px;
            z-index: 2;
            transform: translateY(0);
        }

        .social-icons-fixed a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 48px;
            height: 48px;
            font-size: 22px;
            border-radius: 6px;
            color: #fff !important;
            text-decoration: none !important;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
            transition: width 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
            cursor: pointer;
        }

        .social-icons-fixed a:hover {
            width: 64px;
            box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
        }

        /* Platform colors */
        .social-icons-fixed .linkedin {
            background-color: #0077b5;
        }

        .social-icons-fixed .youtube {
            background-color: #ff0000;
        }

        .social-icons-fixed .whatsapp {
            background-color: #25d366;
        }

        .social-icons-fixed .gmail {
            background-color: #bc3afb;
        }

        /* Font Awesome icons */
        .social-icons-fixed i {
            font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
            font-weight: 900;
            font-style: normal;
            display: inline-block;
        }
    }



    /* ===== Get A Quote Button (Light Red Version) ===== */
    .quote-btn {
        background-color: #e74c3c;
        /* lighter red tone */
        color: #fff;
        padding: 8px 18px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.3s ease;
        display: inline-block;
        letter-spacing: 0.2px;
        margin: 0 10px;
        /* space on both sides */
    }

    /* Hover effect */
    .quote-btn:hover {
        background-color: #cf3b2c;
        /* slightly darker for hover contrast */
        color: #fff;
        transform: translateY(-1px);
    }

    /* ===== Mobile Adjustment ===== */
    @media (max-width: 991.98px) {
        .quote-btn {
            padding: 10px 20px;
            margin: 10px 0;
            font-size: 15px;
        }
    }




/* ===============================
NAVBAR AND SEARCH STYLES
================================ */
.navbar {
    padding: 0;
}

/* Custom styles for navbar */
.navbar-brand img {
    height: 40px;
}

/* ===============================
DROPDOWN BASE (Bootstrap-safe)
================================ */
.dropdown-menu {
    position: absolute;
    z-index: 1060;
}

/* Submenu wrapper */
.dropdown-submenu {
    position: relative;
}

/* ===============================
DESKTOP – HOVER SUBMENU ONLY
================================ */
@media (min-width: 768px) {

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a::after {
        content: "";
        margin-left: 5px;
    }
}

/* ===============================
MOBILE – CLICK (BOOTSTRAP)
================================ */
@media (max-width: 767px) {

    .dropdown-menu {
        max-height: 300px;
        overflow-y: auto;
    }
}

/* ===============================
DROPDOWN ITEM STYLES
================================ */
.dropdown-item {
    padding: 10px !important;
    transition: 0.3s;
}

.dropdown-item:hover {
    background-color: #ed502e !important;
    color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ed502e !important;
}

/* ===============================
MOBILE SAFETY
================================ */
@media (max-width: 767px) {

    .navbar-collapse {
        max-height: 100vh;
        overflow-y: auto;
    }
}

/* ===============================
MISC (UNCHANGED)
================================ */
.navbar-toggler {
    width: 55px;
}

#desktop-navbar > .container > .navbar-collapse > .navbar-nav {
    padding: 0;
}

#desktop-navbar > .container > .navbar-collapse > .d-flex {
    position: relative;
    top: 10px;
}


    .search-icon {
        cursor: pointer;
        font-size: 1.2rem;
        margin-top: -15px;
        color: #333;
        transition: color 0.3s ease, transform 0.3s ease;
    }

    .search-icon:hover {
        color: #007bff;
        transform: scale(1.1);
    }

    /* Search Overlay */
    .search-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.98);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1100;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .search-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .search-container {
        width: 80%;
        max-width: 700px;
        position: relative;
        transform: translateY(50px);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .search-overlay.active .search-container {
        transform: translateY(0);
        opacity: 1;
    }

    .search-input {
        width: 100%;
        padding: 1.5rem;
        font-size: 1.5rem;
        border: none;
        border-bottom: 2px solid #333;
        background: transparent;
        outline: none;
        transition: border-color 0.3s ease;
    }

    .search-input:focus {
        border-color: #007bff;
    }

    .search-close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 2rem;
        cursor: pointer;
        color: #333;
        transition: color 0.3s ease, transform 0.3s ease;
    }

    .search-close:hover {
        color: #dc3545;
        transform: rotate(90deg);
    }

    .search-btn {
        position: absolute;
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #333;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .search-btn:hover {
        color: #007bff;
    }

    /* Autocomplete dropdown */
    .autocomplete-items {
        position: absolute;
        border: 1px solid #ddd;
        border-top: none;
        z-index: 99;
        top: 100%;
        left: 0;
        right: 0;
        border-radius: 0 0 8px 8px;
        height: 300px;
        overflow: auto;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .autocomplete-items div {
        padding: 12px 15px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #f5f5f5;
        transition: background-color 0.2s ease;
    }

    .autocomplete-items div:hover {
        background-color: #f1f9ff;
    }

    .autocomplete-active {
        background-color: #e6f4ff !important;
    }
