
body {
            font-family: "Poppins", sans-serif;
            background-color: white;
            color: var(--text-dark);
            margin: 0;
            padding: 0;
    }
    
    
    h1, h2, h3, h4, h5, h6 {
    font-family: 'Funnel Display', sans-serif !important;
}
        header,
        .site-header,
        .elementor-location-header {
            overflow: visible !important;
            z-index: 999999 !important;
        }
       
        header.headerposition-sticky {
            position: sticky !important; 
            top: 0;
            transition: background-color 0.3s ease, box-shadow 0.3s ease, border-bottom 0.3s ease;
        }
        
        header.is-scrolled {
         
            background-color: rgba(15, 23, 42, 0.90); 
           
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        }

        header.is-scrolled .ih-hdr-glowing-bg {
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        

        /* ===================== RESET (scoped to header only) ===================== */
        .ih-hdr-zmenu,
        .ih-hdr-zmenu *,
        .ih-hdr-zmenu *::before,
        .ih-hdr-zmenu *::after {
            box-sizing: border-box !important;
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont,
                'Helvetica Neue', Arial, sans-serif !important;
        }

        .ih-hdr-zmenu button {
            cursor: pointer;
            background: transparent;
            border: none;
            color: inherit;
            font: inherit;
        }

        .ih-hdr-zmenu a {
            color: inherit;
            text-decoration: none !important;
        }

        .ih-hdr-zmenu svg {
            display: block;
        }

        .ih-hdr-zmenu img {
            max-width: 100% !important;
            height: auto !important;
            display: block;
        }

        /* ===================== ROOT ===================== */
        .ih-hdr-zmenu {
            position: relative;
            width: 100% !important;
            max-width: 100% !important;
            left: 0 !important;
            right: 0 !important;
            margin-left: auto !important;
            margin-right: auto !important;
            color: #1a1a2e;
            font-size: 14px;
            line-height: 1.4;
            z-index: 9990;
        }

        /* ===================== NAVBAR ===================== */
        .ih-hdr-zmenu .ih-hdr-zm-navbar {
            background: #ffffff !important;
            position: sticky;
            top: 0;
            z-index: 9991;
            width: 100%;
            border: none !important;
            box-shadow: none !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-inner {
            height: 72px;
            display: flex;
            align-items: center;
            padding: 15px 24px;
            gap: 8px;
            max-width: 1280px;
            margin: 0 auto;
            width: 100%;
        }

        .ih-hdr-zmenu .ih-hdr-zm-logo {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-right: 24px;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-logo span {
            color: #1a365d !important;
            font-weight: 800 !important;
            font-size: 18px !important;
            letter-spacing: 1px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-links {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            flex: 1;
            min-width: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-link-wrap {
            position: relative;
        }

        .ih-hdr-zmenu .ih-hdr-zm-nav-btn {
            color: #334155 !important;
            font-size: 14px;
            font-weight: 600;
            padding: 8px 14px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            gap: 4px;
            white-space: nowrap;
            transition: background .15s, color .15s;
        }

        .ih-hdr-zmenu .ih-hdr-zm-nav-btn:hover,
        .ih-hdr-zmenu .ih-hdr-zm-nav-btn.ih-hdr-zm-active {
            background: #f1f5f9 !important;
            color: #2563eb !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-actions {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-icon-btn,
        .ih-hdr-zmenu .ih-hdr-zm-lang-btn {
            color: #334155 !important;
            padding: 6px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            gap: 4px;
            font-weight: 600;
            transition: background 0.2s, color 0.2s;
            cursor: pointer;
        }

        .ih-hdr-zmenu .ih-hdr-zm-lang-btn:hover,
        .ih-hdr-zmenu .ih-hdr-zm-lang-btn.ih-hdr-zm-active {
            background: #f1f5f9 !important;
            color: #4b83f3 !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-lang-btn {
            font-size: 13px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-signin {
            border: 1px solid #cbd5e1 !important;
            color: #334155 !important;
            font-size: 13px;
            font-weight: 600;
            padding: 8px 16px;
            border-radius: 20px;
            background: transparent !important;
            white-space: nowrap;
            transition: all 0.2s;
        }

        .ih-hdr-zmenu .ih-hdr-zm-signin:hover {
            background: #f1f5f9 !important;
            border-color: #94a3b8 !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-signup {
            background: #25408a !important;
            color: #fff !important;
            font-size: 13px;
            font-weight: 600;
            padding: 10px 22px;
            border-radius: 24px;
            white-space: nowrap;
            transition: all 0.2s;
        }

        .ih-hdr-zmenu .ih-hdr-zm-signup:hover {
            background: #1e3370 !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-hamb {
            display: none;
            padding: 6px 8px;
            margin-right: 4px;
            flex-direction: column;
            gap: 5px;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-hamb span {
            display: block;
            width: 22px;
            height: 2px;
            background: #0f172a;
            border-radius: 2px;
        }

        /* ===================== SMALL FLYOUTS ===================== */
        .ih-hdr-zmenu .ih-hdr-zm-flyout {
            position: absolute;
            top: calc(100% + 6px);
            left: 0;
            background: #fff !important;
            border-radius: 8px;
            box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
            border: 1px solid #e8eaf0;
            min-width: 220px;
            padding: 6px;
            display: none;
            z-index: 9992;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flyout.ih-hdr-zm-open {
            display: block;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flyout a {
            display: block;
            padding: 10px 14px;
            font-size: 14px;
            border-radius: 6px;
            font-weight: 500;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flyout a:hover {
            background: #f1f5f9;
            color: #2563eb !important;
        }

        /* ===================== PRODUCTS MEGA DROPDOWN ===================== */
        .ih-hdr-zmenu .ih-hdr-zm-drop {
            background: #fff !important;
            border-top: 1px solid #e2e8f0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
            width: 100%;
            display: none;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drop.ih-hdr-zm-open {
            display: block;
        }

        .ih-hdr-zmenu .ih-hdr-zm-tabs {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #e2e8f0;
            padding: 0 24px;
            flex-shrink: 0;
            overflow-x: auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-tab {
            border-bottom: 2px solid transparent !important;
            color: #475569 !important;
            font-size: 14px;
            font-weight: 500;
            padding: 16px 20px;
            margin-bottom: -1px;
            white-space: nowrap;
        }

        .ih-hdr-zmenu .ih-hdr-zm-tab:hover {
            color: #2563eb !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-tab.ih-hdr-zm-active {
            border-bottom-color: #2563eb !important;
            color: #2563eb !important;
            font-weight: 600;
        }

        .ih-hdr-zmenu .ih-hdr-zm-tab-divider {
            width: 1px;
            height: 20px;
            background: #cbd5e1;
            margin: 0 12px;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-explore {
            color: #2563eb !important;
            font-size: 13px;
            font-weight: 600;
            padding: 12px 10px;
            display: flex;
            align-items: center;
            gap: 4px;
            margin-bottom: -1px;
            white-space: nowrap;
        }

        .ih-hdr-zmenu .ih-hdr-zm-explore:hover {
            text-decoration: underline !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-close {
            color: #94a3b8 !important;
            padding: 8px;
            font-size: 24px;
            line-height: 1;
            margin-left: auto;
            flex-shrink: 0;
        }

        /* ----- TAB PANELS ----- */
        .ih-hdr-zmenu .ih-hdr-zm-panel {
            display: none;
        }

        .ih-hdr-zmenu .ih-hdr-zm-panel.ih-hdr-zm-active {
            display: block;
        }

        /* ----- APPS PANEL ----- */
        .ih-hdr-zmenu .ih-hdr-zm-drop-body {
            display: flex;
            height: min(500px, calc(100vh - 64px - 50px));
            overflow: hidden;
        }

        .ih-hdr-zmenu .ih-hdr-zm-sidebar {
            width: 240px;
            border-right: 1px solid #e2e8f0;
            display: flex;
            flex-direction: column;
            flex-shrink: 0;
            min-width: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-search-wrap {
            padding: 12px;
            border-bottom: 1px solid #f1f5f9;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-search {
            display: flex;
            align-items: center;
            gap: 8px;
            border: 1.5px solid #cbd5e1;
            border-radius: 7px;
            padding: 7px 10px;
            background: #f8fafc;
        }

        .ih-hdr-zmenu .ih-hdr-zm-search:focus-within {
            border-color: #2563eb;
            background: #fff;
        }

        .ih-hdr-zmenu .ih-hdr-zm-search input {
            border: none !important;
            background: transparent !important;
            font-size: 13px !important;
            color: #0f172a !important;
            outline: none !important;
            width: 100%;
            min-width: 0;
            box-shadow: none !important;
            height: auto !important;
            padding: 0 !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-search input::placeholder {
            color: #94a3b8;
        }

        .ih-hdr-zmenu .ih-hdr-zm-cats {
            flex: 1;
            overflow-y: auto;
            padding: 6px 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-cat {
            width: 100%;
            text-align: left;
            padding: 10px 16px;
            font-size: 13px;
            color: #475569 !important;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            border-left: 3px solid transparent !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-cat:hover {
            background: #f8fafc;
        }

        .ih-hdr-zmenu .ih-hdr-zm-cat.ih-hdr-zm-active {
            background: #eff6ff !important;
            color: #2563eb !important;
            font-weight: 600;
            border-left-color: #2563eb !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-cat-count {
            font-size: 11px;
            color: #64748b;
            background: #e2e8f0;
            padding: 1px 6px;
            border-radius: 20px;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-grid-wrap {
            flex: 1;
            padding: 24px;
            overflow-y: auto;
            min-width: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-grid-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 16px;
            gap: 12px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-grid-title {
            font-size: 20px;
            font-weight: 700;
            color: #0f172a;
            word-wrap: break-word;
            overflow-wrap: break-word;
            white-space: normal;
        }

        .ih-hdr-zmenu .ih-hdr-zm-grid-count {
            font-size: 12px;
            color: #64748b;
            background: #f1f5f9;
            padding: 3px 8px;
            border-radius: 20px;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-card {
            background: #fff !important;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 20px 18px;
            display: flex;
            flex-direction: column;
            gap: 6px;
            min-height: 115px;
            text-align: left;
            min-width: 0;
            width: 100%;
            transition: all .15s;
            word-wrap: break-word;
            overflow-wrap: break-word;
            white-space: normal;
            text-decoration: none !important;
            color: #0f172a !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-card:hover {
            background: #f8fafc !important;
            border-color: #cbd5e1;
            transform: translateY(-2px);
        }

        .ih-hdr-zmenu .ih-hdr-zm-card-h {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-card-title {
            min-width: 0;
            flex: 1;
        }

        .ih-hdr-zmenu .ih-hdr-zm-icon {
            width: 34px;
            height: 34px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-sub {
            font-size: 12px;
            color: #64748b;
            font-weight: 500;
        }

        .ih-hdr-zmenu .ih-hdr-zm-name {
            font-size: 15px;
            font-weight: 700;
            color: #0f172a;
            line-height: 1.2;
            word-wrap: break-word;
            overflow-wrap: break-word;
            text-transform: uppercase;
        }

        .ih-hdr-zmenu .ih-hdr-zm-tag {
            font-size: 10px;
            color: #64748b;
            background: #f1f5f9;
            padding: 2px 6px;
            border-radius: 4px;
            align-self: flex-start;
        }

        .ih-hdr-zmenu .ih-hdr-zm-desc {
            font-size: 14px;
            color: #475569;
            line-height: 1.5;
            flex: 1;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .ih-hdr-zmenu .ih-hdr-zm-try {
            display: flex;
            align-items: center;
            gap: 4px;
            margin-top: 2px;
            font-size: 14px;
            color: #2563eb;
            font-weight: 600;
        }

        .ih-hdr-zmenu .ih-hdr-zm-no-results {
            text-align: center;
            padding: 60px 20px;
            color: #94a3b8;
            grid-column: 1 / -1;
            font-size: 14px;
        }

        /* ----- SUITES PANEL ----- */
        .ih-hdr-zmenu .ih-hdr-zm-suites-wrap {
            padding: 28px 24px;
            max-height: min(480px, calc(100vh - 64px - 50px));
            overflow-y: auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-suites-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-suite-card {
            background: var(--bg, #f8fafc) !important;
            border-radius: 10px;
            padding: 18px 18px 16px;
            display: flex;
            gap: 12px;
            align-items: flex-start;
            text-align: left;
            min-width: 0;
            transition: transform .15s, box-shadow .15s;
            text-decoration: none !important;
            color: #0f172a !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-suite-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
        }

        .ih-hdr-zmenu .ih-hdr-zm-suite-icon {
            width: 38px;
            height: 38px;
            flex-shrink: 0;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ih-hdr-zmenu .ih-hdr-zm-suite-info {
            min-width: 0;
            flex: 1;
        }

        .ih-hdr-zmenu .ih-hdr-zm-suite-name {
            font-size: 15px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 4px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-suite-desc {
            font-size: 12.5px;
            color: #475569;
            line-height: 1.5;
            margin-bottom: 8px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-suite-cta {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            color: #2563eb;
            font-size: 11.5px;
            font-weight: 700;
        }

        /* ----- IHHub ONE PANEL ----- */
        .ih-hdr-zmenu .ih-hdr-zm-zone-wrap {
            background: #ffd233 !important;
            padding: 36px 24px;
            max-height: min(480px, calc(100vh - 64px - 50px));
            overflow-y: auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-zone-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            align-items: center;
            max-width: 1100px;
            margin: 0 auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-zone-tag {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: #0f172a;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .ih-hdr-zmenu .ih-hdr-zm-zone-title {
            font-size: 36px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 10px;
            line-height: 1.1;
        }

        .ih-hdr-zmenu .ih-hdr-zm-zone-sub {
            font-size: 16px;
            color: #0f172a;
            margin-bottom: 14px;
            font-weight: 500;
        }

        .ih-hdr-zmenu .ih-hdr-zm-zone-desc {
            font-size: 14px;
            color: #1e293b;
            line-height: 1.6;
            margin-bottom: 20px;
            max-width: 460px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-zone-cta {
            background: #2563eb !important;
            color: #fff !important;
            padding: 12px 22px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-zone-cta:hover {
            background: #1d4ed8 !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-zone-art {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* ----- MARKETPLACE PANEL ----- */
        .ih-hdr-zmenu .ih-hdr-zm-mp-wrap {
            padding: 36px 24px;
            max-height: min(480px, calc(100vh - 64px - 50px));
            overflow-y: auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mp-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
            max-width: 1100px;
            margin: 0 auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mp-title {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 24px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 12px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mp-title small {
            font-size: 13px;
            color: #475569;
            font-weight: 500;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mp-desc {
            font-size: 15px;
            color: #475569;
            line-height: 1.6;
            margin-bottom: 20px;
            max-width: 460px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mp-cta {
            background: #2563eb !important;
            color: #fff !important;
            padding: 12px 22px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mp-cta:hover {
            background: #1d4ed8 !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mp-grid {
            display: grid;
            grid-template-columns: repeat(5, 56px);
            gap: 12px;
            justify-content: center;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mp-logo {
            width: 56px;
            height: 56px;
            border-radius: 12px;
            background: #fff !important;
            border: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
            color: #fff;
        }

        /* ===================== MOBILE DRAWER ===================== */
        .ih-hdr-zmenu .ih-hdr-zm-backdrop {
            position: fixed !important;
            inset: 0;
            background: rgba(15, 23, 42, 0.5);
            z-index: 999998 !important;
            opacity: 0;
            pointer-events: none;
            transition: opacity .25s;
        }

        .ih-hdr-zmenu .ih-hdr-zm-backdrop.ih-hdr-zm-open {
            opacity: 1;
            pointer-events: auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drawer {
            position: fixed !important;
            top: 0;
            left: 0;
            bottom: 0;
            width: 320px;
            max-width: 90vw;
            background: #fff !important;
            z-index: 999999 !important;
            display: flex;
            flex-direction: column;
            transform: translateX(-100%);
            transition: transform .28s cubic-bezier(.4, 0, .2, 1);
            box-shadow: 4px 0 32px rgba(15, 23, 42, .15);
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            color: #0f172a !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drawer.ih-hdr-zm-open {
            transform: translateX(0);
        }

        .ih-hdr-zmenu .ih-hdr-zm-d-head {
            background: #ffffff !important;
            border-bottom: 1px solid #e2e8f0;
            padding: 0 16px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-shrink: 0;
            position: sticky;
            top: 0;
            z-index: 1;
        }

        .ih-hdr-zmenu .ih-hdr-zm-d-logo {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-d-logo span {
            color: #1a365d !important;
            font-weight: 800 !important;
            font-size: 18px !important;
            letter-spacing: 1px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-d-close {
            background: #f1f5f9 !important;
            color: #475569 !important;
            border-radius: 6px;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            line-height: 1;
        }

        .ih-hdr-zmenu .ih-hdr-zm-d-nav {
            flex: 1;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-item {
            border-bottom: 1px solid #f1f5f9;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-trig {
            width: 100%;
            padding: 14px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 15px;
            font-weight: 600;
            color: #0f172a !important;
            text-align: left;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-trig:hover {
            background: #f8fafc;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-trig svg {
            transition: transform .2s;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-trig.ih-hdr-zm-open svg {
            transform: rotate(180deg);
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-body {
            display: none;
            background: #fcfcfc;
            border-top: 1px solid #f1f5f9;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-body.ih-hdr-zm-open {
            display: block;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-link {
            display: block;
            padding: 12px 20px 12px 32px;
            font-size: 14px;
            color: #475569 !important;
            border-bottom: 1px solid #f1f5f9;
            font-weight: 500;
            transition: all 0.2s;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-link:hover {
            background: #eff6ff;
            color: #2563eb !important;
            padding-left: 36px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-acc-link.ih-hdr-zm-explore-mob {
            color: #2563eb !important;
            font-weight: 700;
        }

        .ih-hdr-zmenu .ih-hdr-zm-subtabs {
            display: flex;
            border-bottom: 1px solid #e2e8f0;
            background: #fff;
            overflow-x: auto;
        }

        .ih-hdr-zmenu .ih-hdr-zm-subtab {
            flex: 1;
            min-width: max-content;
            padding: 10px 14px;
            font-size: 12.5px;
            font-weight: 600;
            color: #64748b !important;
            border-bottom: 2px solid transparent !important;
            white-space: nowrap;
        }

        .ih-hdr-zmenu .ih-hdr-zm-subtab.ih-hdr-zm-active {
            color: #2563eb !important;
            border-bottom-color: #2563eb !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-subpanel {
            display: none;
        }

        .ih-hdr-zmenu .ih-hdr-zm-subpanel.ih-hdr-zm-active {
            display: block;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill-label {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #64748b;
            padding: 10px 20px 6px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill {
            width: 100%;
            border-bottom: 1px solid #e2e8f0;
            padding: 11px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: left;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill:hover {
            background: #f1f5f9;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill.ih-hdr-zm-open {
            background: #e2e8f0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill-name {
            font-size: 13px;
            font-weight: 500;
            color: #475569;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill.ih-hdr-zm-open .ih-hdr-zm-drill-name {
            color: #0f172a;
            font-weight: 600;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill-chev {
            color: #94a3b8;
            flex-shrink: 0;
            transition: transform .2s;
            display: flex;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill.ih-hdr-zm-open .ih-hdr-zm-drill-chev {
            transform: rotate(180deg);
            color: #2563eb;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill-prods {
            display: none;
            background: #fff;
            padding: 12px 16px 14px;
            border-bottom: 1px solid #e2e8f0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-drill-prods.ih-hdr-zm-open {
            display: block;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mcard {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #fff !important;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            padding: 10px 12px;
            margin-bottom: 8px;
            width: 100%;
            text-align: left;
            text-decoration: none !important;
            color: #0f172a !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mcard:last-child {
            margin-bottom: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mcard:hover {
            background: #f8fafc !important;
            border-color: #cbd5e1;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mcard-info {
            flex: 1;
            min-width: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mcard-IHHub {
            font-size: 10px;
            color: #64748b;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mcard-name {
            font-size: 13px;
            font-weight: 700;
            color: #0f172a;
            margin: 1px 0 2px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mcard-desc {
            font-size: 11px;
            color: #475569;
            line-height: 1.4;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mob-suites {
            padding: 14px 16px;
            display: grid;
            gap: 10px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mob-zone {
            padding: 18px 16px;
            background: #ffd233;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mob-zone .ih-hdr-zm-zone-title {
            font-size: 26px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mob-zone .ih-hdr-zm-zone-desc {
            font-size: 13px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mob-mp {
            padding: 18px 16px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-d-foot {
            padding: 16px;
            border-top: 1px solid #e2e8f0;
            display: flex;
            gap: 10px;
            flex-shrink: 0;
            margin-top: auto;
            position: sticky;
            bottom: 0;
            background: #fff;
        }

        .ih-hdr-zmenu .ih-hdr-zm-d-foot .ih-hdr-zm-signin {
            flex: 1;
            border-color: #0f172a !important;
            color: #0f172a !important;
            padding: 10px;
            border-radius: 8px;
            font-size: 14px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-d-foot .ih-hdr-zm-signup {
            flex: 1;
            padding: 10px;
            border-radius: 8px;
            font-size: 14px;
        }

        html.ih-hdr-zm-lock,
        html.ih-hdr-zm-lock body {
            overflow: hidden !important;
        }

        /* ===================== ADD-ON: NESTED SUB-FLYOUT (Services) ===================== */
        .ih-hdr-zmenu .ih-hdr-zm-flyout-sub {
            position: relative;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flyout-sub>a {
            padding: 0;
            background: transparent !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-sub-trig {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 14px;
            font-size: 14px;
            font-weight: 500;
            color: #0f172a !important;
            border-radius: 6px;
            text-align: left;
            backgr
        }

        .ih-hdr-zmenu .ih-hdr-zm-sub-trig:focus,
        .ih-hdr-zmenu .ih-hdr-zm-sub-trig:active {
            background-color: transparent !important;
            background-image: none !important;
            color: #0f172a !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-sub-trig svg {
            color: #94a3b8;
            transition: transform .15s;
            flex-shrink: 0;
        }


     .ih-hdr-zmenu .ih-hdr-zm-sub-trig:hover,
        .ih-hdr-zmenu .ih-hdr-zm-sub-trig:focus:hover,
        .ih-hdr-zmenu .ih-hdr-zm-sub-trig.ih-hdr-zm-open {
            background: #eff6ff !important;
            background-image: none !important;
            color: #2563eb !important;
        }






        .ih-hdr-zmenu .ih-hdr-zm-sub-trig:hover svg,
        .ih-hdr-zmenu .ih-hdr-zm-sub-trig.ih-hdr-zm-open svg {
            color: #2563eb;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flyout-nested {
            position: absolute;
            top: -7px;
            left: 100%;
            margin-left: 4px;
            background: #fff !important;
            border-radius: 8px;
            box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
            border: 1px solid #e2e8f0;
            min-width: 250px;
            padding: 6px;
            display: none;
            z-index: 9993;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flyout-sub:hover .ih-hdr-zm-flyout-nested,
        .ih-hdr-zmenu .ih-hdr-zm-flyout-nested.ih-hdr-zm-open {
            display: block;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flyout-nested a {
            display: block;
            padding: 10px 14px;
            font-size: 14px;
            color: #0f172a !important;
            border-radius: 6px;
            font-weight: 500;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flyout-nested a:hover {
            background: #eff6ff;
            color: #2563eb !important;
        }

        /* ===================== ADD-ON: GLOBE LANGUAGE DROPDOWN ===================== */
        .ih-hdr-zmenu .ih-hdr-zm-lang-wrap {
            position: relative;
        }

        .ih-hdr-zmenu .ih-hdr-zm-lang-wrap .ih-hdr-zm-flyout {
            left: auto;
            right: 0;
            min-width: 180px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-lang-wrap .ih-hdr-zm-flyout a {
            display: flex !important;
            align-items: center;
            gap: 10px;
            padding: 10px 14px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-flag {
            width: 22px;
            height: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            line-height: 1;
            flex-shrink: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-lang-btn.ih-hdr-zm-active {
            background: #f1f5f9 !important;
            color: #2563eb !important;
        }

        /* ===================== ADD-ON: RESOURCES MEGA MENU ===================== */
        .ih-hdr-zmenu .ih-hdr-zm-flyout-mega {
            position: fixed !important;
            top: 64px !important;
            left: 50% !important;
            right: auto !important;
            transform: translateX(-50%) !important;
            width: min(960px, calc(100vw - 32px));
            max-width: calc(100vw - 32px);
            min-width: 0;
            padding: 26px 30px;
            border-radius: 14px;
            box-shadow: 0 14px 40px rgba(0, 0, 0, .18) !important;
            z-index: 9995;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-cols {
            display: grid;
            grid-template-columns: 1.7fr 1fr 1fr;
            gap: 32px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-col {
            min-width: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-title {
            font-size: 18px;
            font-weight: 700;
            color: #0f172a;
            padding: 0 0 14px 0;
            margin-bottom: 6px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-sub2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4px 18px;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-item {
            display: flex !important;
            align-items: flex-start;
            gap: 10px;
            padding: 8px !important;
            border-radius: 8px;
            color: #0f172a !important;
            text-decoration: none !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-item:hover {
            background: #f8fafc;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-ico {
            width: 22px;
            height: 22px;
            flex-shrink: 0;
            margin-top: 2px;
            color: #0f172a;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-item:hover .ih-hdr-zm-mega-ico {
            color: #2563eb;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-text {
            min-width: 0;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-name {
            font-size: 14px !important;
            font-weight: 700 !important;
            color: #0f172a !important;
            line-height: 1.25;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-item:hover .ih-hdr-zm-mega-name {
            color: #2563eb !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-mega-desc {
            font-size: 12px;
            color: #475569;
            line-height: 1.45;
            margin-top: 3px;
            font-weight: 400;
        }

        @media (max-width: 1100px) {
            .ih-hdr-zmenu .ih-hdr-zm-flyout-mega {
                width: calc(100vw - 32px);
                padding: 22px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-mega-cols {
                grid-template-columns: 1.5fr 1fr 1fr;
                gap: 22px;
            }
        }

        @media (max-width: 900px) {
            .ih-hdr-zmenu .ih-hdr-zm-flyout-mega {
                width: calc(100vw - 24px) !important;
                max-width: calc(100vw - 24px) !important;
                padding: 18px;
                max-height: calc(100vh - 80px);
                overflow-y: auto;
            }

            .ih-hdr-zmenu .ih-hdr-zm-mega-cols {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-mega-sub2 {
                grid-template-columns: 1fr 1fr;
                gap: 4px 12px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-flyout-nested {
                position: static;
                margin: 4px 0 6px 0;
                box-shadow: none;
                border: 1px solid #f1f5f9;
            }
        }

        @media (max-width: 600px) {
            .ih-hdr-zmenu .ih-hdr-zm-mega-sub2 {
                grid-template-columns: 1fr;
            }

            .ih-hdr-zmenu .ih-hdr-zm-mega-name {
                font-size: 13.5px !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-mega-desc {
                font-size: 11.5px;
            }
        }

        /* ===================== RESPONSIVE ===================== */
        @media (max-width: 1279px) {
            .ih-hdr-zmenu .ih-hdr-zm-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-suites-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            }
        }

        @media (max-width: 1024px) {
            .ih-hdr-zmenu .ih-hdr-zm-hamb {
                display: flex !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-links {
                display: none !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-logo {
                margin-right: 0;
                flex: 1;
            }

            .ih-hdr-zmenu .ih-hdr-zm-inner {
                padding: 0 16px;
                height: 80px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-lang-text {
                display: none !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-desk {
                display: none !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-drop {
                display: none !important;
            }
        }

        @media (max-width: 900px) {
            .ih-hdr-zmenu .ih-hdr-zm-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-suites-grid {
                grid-template-columns: minmax(0, 1fr) !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-zone-row,
            .ih-hdr-zmenu .ih-hdr-zm-mp-row {
                grid-template-columns: 1fr !important;
                gap: 20px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-zone-art {
                order: -1;
            }

            .ih-hdr-zmenu .ih-hdr-zm-mp-grid {
                grid-template-columns: repeat(5, 48px);
            }
        }

        .ih-hdr-zmenu .ih-hdr-zm-logo svg {
            width: 250px;
            height: auto;
        }

        @media (max-width: 640px) {
            .ih-hdr-zmenu .ih-hdr-zm-grid {
                grid-template-columns: minmax(0, 1fr) !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-inner {
                padding: 25px 12px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-actions {
                gap: 6px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-icon-btn {
                padding: 4px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-lang-btn {
                padding: 4px 6px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-logo svg {
                width: 160px;
                height: auto;

            }

            .ih-hdr-zmenu .ih-hdr-zm-logo span {
                font-size: 16px !important;
            }

            .ih-hdr-zmenu .ih-hdr-zm-drawer {
                width: 300px;
            }

            .ih-hdr-zmenu .ih-hdr-zm-mp-grid {
                grid-template-columns: repeat(4, 48px);
            }
        }

        @media (max-width: 380px) {
            .ih-hdr-zmenu .ih-hdr-zm-drawer {
                width: 88vw;
            }
        }

        .ih-hdr-zmenu .ih-hdr-zm-actions .ih-hdr-zm-lang-btn {
            display: flex !important;
        }

        .ih-hdr-zmenu .ih-hdr-zm-lang-wrap .ih-hdr-zm-flyout {
            right: 0;
            left: auto;
            min-width: 170px;
        }

        .ih-hdr-zmenu :focus-visible {
            outline: 2px solid #2563eb !important;
            outline-offset: 2px;
            border-radius: 4px;
        }

        .
        {
            background: radial-gradient(circle at 50% 50%, rgba(79, 70, 229, 0.06) 0%, rgba(248, 250, 252, 0) 70%);
        }

        .ih-hdr-glass-card {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(226, 232, 240, 0.8);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
        }

        .ih-hdr-glass-card:hover {
            border-color: rgba(79, 70, 229, 0.25);
            box-shadow: 0 12px 25px -5px rgba(79, 70, 229, 0.08), 0 8px 10px -6px rgba(79, 70, 229, 0.08);
        }

        /* Hide scrollbars for modals while maintaining functionality */
        .ih-hdr-no-scrollbar::-webkit-scrollbar {
            display: none;
        }

        .ih-hdr-no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }



        .reducesize{
            background-size:cover;
            width:100%;
        }
            /* ---- Entrance animation ---- */
            @keyframes wa-bounceIn {
                0% {
                    opacity: 0;
                    transform: translateY(30px) scale(0.8);
                }

                60% {
                    opacity: 1;
                    transform: translateY(-6px) scale(1.04);
                }

                80% {
                    transform: translateY(3px) scale(0.98);
                }

                100% {
                    transform: translateY(0) scale(1);
                }
            }

            /* ---- Pulse rings ---- */
            @keyframes wa-ring {
                0% {
                    transform: scale(1);
                    opacity: 0.5;
                }

                100% {
                    transform: scale(1.75);
                    opacity: 0;
                }
            }

            /* ---- Wrapper ---- */
            .wa-fab {
                position: fixed;
                bottom: 32px;
                right: 28px;
                z-index: 9999;
                display: flex;
                align-items: center;
                text-decoration: none !important;
                animation: wa-bounceIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s both;
            }

            /* ---- Pulse ring container (sits behind pill) ---- */
            .wa-fab-rings {
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 56px;
                height: 56px;
                pointer-events: none;
            }

            .wa-fab-rings span {
                position: absolute;
                inset: 0;
                border-radius: 50%;
                background: rgba(37, 211, 102, 0.35);
                animation: wa-ring 2.2s ease-out infinite;
            }

            .wa-fab-rings span:nth-child(2) {
                animation-delay: 0.7s;
                background: rgba(37, 211, 102, 0.2);
            }

            /* ---- Pill button ---- */
            .wa-fab-pill {
                position: relative;
                z-index: 1;
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 0 20px 0 8px;
                height: 56px;
                border-radius: 100px;
                background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
                box-shadow:
                    0 4px 20px rgba(37, 211, 102, 0.45),
                    0 1px 4px rgba(0, 0, 0, 0.12),
                    inset 0 1px 0 rgba(255, 255, 255, 0.18);
                transition:
                    transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
                    box-shadow 0.25s ease;
                cursor: pointer;
            }

            .wa-fab:hover .wa-fab-pill {
                transform: scale(1.06) translateY(-2px);
                box-shadow:
                    0 8px 30px rgba(37, 211, 102, 0.55),
                    0 2px 8px rgba(0, 0, 0, 0.14),
                    inset 0 1px 0 rgba(255, 255, 255, 0.18);
            }

            /* ---- Icon circle ---- */
            .wa-fab-icon {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.18);
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                transition: background 0.2s ease;
            }

            .wa-fab:hover .wa-fab-icon {
                background: rgba(255, 255, 255, 0.28);
            }

            .wa-fab-icon svg {
                width: 22px;
                height: 22px;
                fill: #ffffff;
            }

            /* ---- Label text ---- */
            .wa-fab-label {
                display: flex;
                flex-direction: column;
                line-height: 1.2;
            }

            .wa-fab-label-top {
                font-size: 0.68rem;
                font-weight: 500;
                color: rgba(255, 255, 255, 0.78);
                letter-spacing: 0.04em;
                text-transform: uppercase;
            }

            .wa-fab-label-main {
                font-size: 0.92rem;
                font-weight: 700;
                color: #ffffff;
                letter-spacing: -0.01em;
            }

            /* ---- Mobile: collapse to icon only ---- */
            @media (max-width: 480px) {
                .wa-fab {
                    bottom: 20px;
                    right: 16px;
                }

                .wa-fab-pill {
                    padding: 0;
                    width: 54px;
                    height: 54px;
                    border-radius: 50%;
                    justify-content: center;
                }

                .wa-fab-label {
                    display: none;
                }

                .wa-fab-icon {
                    width: 36px;
                    height: 36px;
                    background: transparent;
                }
            }
            
            
            .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.whatsapp-btn:hover {
    background: #1EBE5D;
    color: #fff;
}

.whatsapp-btn i {
    font-size: 20px;
}

/* Footer */
.site-footer{
    background:#263c84;
    color:#fff;
    padding:80px 0 40px;
    margin-top:100px;
    border-radius:30px 30px 0 0;
    overflow:hidden;
}

.footer-container{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:0 20px;
    box-sizing:border-box;
}

/* Grid */
.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:40px;
    margin-bottom:50px;
}

.footer-grid>div{
    min-width:0;
}

/* Logo */
.footer-brand img{
    width:220px;
    max-width:100%;
    height:auto;
    display:block;
    margin-bottom:20px;
}

.footer-brand p{
    color:#d6e4fa;
    font-size:15px;
    line-height:1.7;
    margin-bottom:25px;
}

/* Button */
.btn-contact{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    background:#0f172a;
    color:#fff;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-contact:hover{
    background:#0b8ccf;
}

/* Heading */
.footer-heading{
    color:#fff;
    font-size:18px;
    margin-bottom:18px;
    font-weight:700;
}

/* Links */
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    color:#d6e4fa;
    text-decoration:none;
    font-size:15px;
    line-height:1.7;
    display:block;
    word-break:break-word;
    overflow-wrap:anywhere;
}

.footer-links a:hover{
    color:#afccfa;
}

/* Contact */
.contact-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.contact-item i{
    color:#fff;
    width:18px;
    margin-top:4px;
    flex-shrink:0;
}

.contact-item span{
    flex:1;
    word-break:break-word;
    overflow-wrap:anywhere;
}

/* Bottom */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,.2);
    padding-top:30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom p{
    color:#d6e4fa;
    margin:0;
}

.social-icons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.social-icons a{
    color:#d6e4fa;
    font-size:18px;
}

/* ===========================
   Tablet
=========================== */

@media(max-width:992px){

.footer-grid{
grid-template-columns:repeat(2,1fr);
gap:35px;
}

.footer-bottom{
flex-direction:column;
text-align:center;
}

}

/* ===========================
   Mobile
=========================== */

@media(max-width:768px){

.site-footer{
padding:50px 0 25px;
margin-top:60px;
border-radius:20px 20px 0 0;
}

.typo-carousel-viewport{
    
    margin:0px !important;
    
}

.typo-item {
   color:#ccd3e224 !important;
}
.footer-grid{
grid-template-columns:1fr;
gap:30px;
}

.footer-brand{
text-align:center;
}

.footer-brand img{
width:180px;
margin:0 auto 20px;
}

.footer-brand p{
max-width:100%;
}

.btn-contact{
justify-content:center;
}

.footer-heading{
font-size:17px;
margin-bottom:15px;
}

.footer-links li{
margin-bottom:10px;
}

.contact-item{
align-items:flex-start;
}

.footer-bottom{
padding-top:25px;
}

.social-icons{
justify-content:center;
width:100%;
}

}

/* Extra Small */

@media(max-width:480px){

.footer-container{
padding:0 15px;
}

.footer-brand img{
width:160px;
}

.footer-heading{
font-size:16px;
}

.footer-links a{
font-size:14px;
}

.contact-item span{
font-size:14px;
}

.footer-bottom p{
font-size:13px;
}

.social-icons a{
font-size:17px;
}

}

/* Mobile Responsive footer */
@media (max-width: 768px) {
    .site-footer {
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-top: 40px !important;
        border-radius: 20px;
    }

    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

