/* ========================================= */
/*   EXTEL SUPPLIES – NUCLEAR MEGA MENU FIX  */
/* ========================================= */

/* HARD OVERRIDE ON MEGA MENU */
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu,
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu * {
    font-size: 9px !important;
    line-height: 1 !important;
}

/* LIST LINKS */
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu .mega-list li a {
    font-size: 9px !important;
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    color: #222 !important;
}

/* TITLES */
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu .mega-title {
    font-size: 10px !important;
    margin-bottom: 2px !important;
    padding: 0 !important;
}

/* COLUMNS */
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu .col-md-3 {
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin-bottom: 2px !important;
}

/* LIST RESET */
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu .mega-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* ITEM SPACING */
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu .mega-list li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* ROW GAP */
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu .row {
    row-gap: 2px !important;
    margin: 0 !important;
}

/* MAIN CONTAINER */
.nav-item.dropdown.position-static > .dropdown-menu.mega-menu {
    width: 100% !important;
    padding: 6px 10px !important;
    max-height: 60vh !important;
    overflow-y: hidden !important;
    background: #fff !important;
    border: none !important;
}
/* ====================================================== */
/*   EXTEL SUPPLIES — MEGA MENU IDEAL BALANCED SIZE       */
/* ====================================================== */

/* Apply to everything inside mega menu */
.nav-item.dropdown.position-static .dropdown-menu.mega-menu,
.nav-item.dropdown.position-static .dropdown-menu.mega-menu * {
    font-size: 12px !important;   /* increased from 11px */
    line-height: 1.18 !important;
}

/* Titles */
.nav-item.dropdown.position-static .dropdown-menu.mega-menu .mega-title {
    font-size: 14px !important;   /* increased from 13px */
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}

/* Links */
.nav-item.dropdown.position-static .dropdown-menu.mega-menu .mega-list li a {
    font-size: 12px !important;   /* increased from 11px */
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    color: #222 !important;
}

/* Column spacing */
.nav-item.dropdown.position-static .dropdown-menu.mega-menu .col-md-3 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* Row spacing */
.nav-item.dropdown.position-static .dropdown-menu.mega-menu .row {
    row-gap: 6px !important;
}
/* Increase Mega Menu Height */
.nav-item.dropdown.position-static .dropdown-menu.mega-menu {
    max-height: 75vh !important;
    overflow-y: hidden !important;
}
/* ============================================
   BRAND SECTION FIXES
============================================ */

/* Fix faded heading text */
.brand-section-title {
    color: #111 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

/* Fix logo size + restore original colors */
.brand-logo {
    height: 55px !important;
    width: auto !important;
    object-fit: contain;
    margin: 0 25px !important;

    /* show real colors */
    filter: none !important;
    opacity: 1 !important;

    transition: transform .3s ease;
}

.brand-logo:hover {
    transform: scale(1.08);
}


/* ============================================
   TRUST BAR FIX (reduce grey banner height)
============================================ */
.trustbar {
    padding: 10px 0 !important;
    background: #f3f5f9 !important;
}

/* trust icons row fix */
.features-list {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}


/* ============================================
   WHY CHOOSE US – Uniform Card Size
============================================ */
.why-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 20px;
    text-align: center;

    height: 170px;                 /* FIX: Uniform height */
    display: flex;
    flex-direction: column;
    justify-content: center;

    transition: all .3s ease;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}
/* TRUST BAR — REDUCE HEIGHT */
.trustbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #f8f9fa !important; /* same light gray */
}
/* ============================================
   WHY CHOOSE US — Darken Description Text
============================================ */
.why-choose-us p {
    color: #444 !important;    /* Darker paragraph text */
    font-weight: 400 !important;
}

/* Ensure heading also stays visible */
.why-choose-us h2 {
    color: #1a1a1a !important;
}
/* ============================================
   TRUST STRIP — Perfect Inline Logo Styling
============================================ */
.trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px !important; /* Tight spacing */
    font-size: 15px;
    color: #333;
}

.trust-strip > span {
    display: inline-flex;
    align-items: center;
}

.trust-logo {
    height: 20px !important;        /* increased size */
    width: auto !important;
    margin: 0 2px !important;       /* very small spacing */
    vertical-align: middle !important;
    object-fit: contain;
}
