/*
Theme Name: Ismail Global Hub
Theme URI: https://ismailglobalhub.com
Author: MUHAMMAD RIAZ Khan Jee
Author URI: https://RiazHub.com
Description: Production-ready, modern enterprise luxury WordPress theme for IsmailGlobalHub.com (Trading Brand: Ismail Khan Online Seller, Dubai DET E-Trader License No. 1599777). Features multi-niche E-Commerce showcase, worldwide Travel & Umrah packages, and UAE Government & Corporate Documentation services with dynamic WhatsApp routing.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ismail-global-hub
Tags: e-commerce, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready

Ismail Global Hub Theme, (C) 2026 Ismail Khan Online Seller
*/

/* Core Resets & Foundation */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #1e293b;
    background-color: #f8fafc;
    line-height: 1.6;
    overflow-x: hidden;
}

img, svg, video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.25s ease;
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font: inherit;
    color: inherit;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}
