:root {
    --kh-primary: #09263f;
    --kh-primary-2: #0f4c68;
    --kh-accent: #d7a84f;
    --kh-dark: #061827;
    --kh-muted: #667085;
    --kh-soft: #f5f7fb;
    --kh-border: rgba(9, 38, 63, .12);
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Cairo', Arial, sans-serif;
    color: var(--kh-dark);
    background: #fff;
    line-height: 1.8;
    scroll-behavior: smooth;
}
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.kh-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.kh-section { padding: 82px 0; }
.kh-soft-section { background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%); }
.kh-section-label { display: inline-flex; color: var(--kh-accent); font-size: 13px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 12px; }
.kh-section-head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.kh-section-head h2, .kh-two-col h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.25; font-weight: 900; margin: 0 0 12px; color: var(--kh-primary); }
.kh-section-head p, .kh-two-col p { color: var(--kh-muted); font-size: 17px; margin: 0 0 10px; }
.kh-row-head { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 20px; text-align: start; }

.kh-nav-wrap { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--kh-border); }
.kh-nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.kh-logo-link { display: flex; align-items: center; gap: 12px; font-weight: 900; color: var(--kh-primary); white-space: nowrap; }
.kh-logo-box { width: 82px; height: 62px; border-radius: 0; background: transparent !important; box-shadow: none !important; display: flex; align-items: center; justify-content: center; padding: 0 !important; overflow: visible; }
.kh-logo-box img { width: 100%; height: 100%; object-fit: contain; display: block; background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; opacity: 1 !important; visibility: visible !important; }
.kh-logo-link span { color: var(--kh-primary); font-weight: 900; }
.kh-nav-links { display: flex; align-items: center; gap: 24px; font-weight: 800; color: #24364a; }
.kh-nav-links a { position: relative; }
.kh-nav-links a:after { content: ''; position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; background: var(--kh-accent); transition: .25s; }
.kh-nav-links a:hover:after { width: 100%; }
.kh-nav-cta { background: var(--kh-primary); color: white !important; border-radius: 999px; padding: 10px 18px; font-weight: 900; }

.kh-hero { position: relative; padding: 70px 0 64px; min-height: 690px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 20% 10%, rgba(215,168,79,.24), transparent 28%), linear-gradient(135deg, #071c2f 0%, #0a314e 52%, #0f5f7a 100%); color: white; }
.kh-hero:before, .kh-hero:after { content: ''; position: absolute; border-radius: 999px; opacity: .5; animation: khFloat 8s ease-in-out infinite; }
.kh-hero:before { width: 420px; height: 420px; left: -120px; top: 120px; background: rgba(215,168,79,.16); }
.kh-hero:after { width: 520px; height: 520px; right: -180px; bottom: -120px; background: rgba(255,255,255,.08); animation-delay: 1.5s; }
@keyframes khFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-18px) scale(1.03); } }
.kh-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: center; }
.kh-eyebrow { display: inline-flex; padding: 8px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #f4d690; font-weight: 900; margin-bottom: 18px; background: rgba(255,255,255,.08); }
.kh-hero h1 { font-size: clamp(38px, 6vw, 72px); line-height: 1.12; margin: 0 0 20px; font-weight: 900; color: white; }
.kh-hero p { color: rgba(255,255,255,.84); font-size: 19px; max-width: 640px; margin: 0 0 28px; }
.kh-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.kh-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 13px 24px; font-weight: 900; transition: .25s; border: 1px solid transparent; cursor: pointer; }
.kh-btn-primary { background: var(--kh-accent); color: #102033 !important; box-shadow: 0 14px 36px rgba(215,168,79,.28); }
.kh-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(215,168,79,.38); }
.kh-btn-light { background: rgba(255,255,255,.12); color: white !important; border-color: rgba(255,255,255,.22); }
.kh-btn-outline { color: var(--kh-primary) !important; border-color: var(--kh-border); background: white; }

.kh-slider { border-radius: 34px; overflow: hidden; box-shadow: 0 36px 80px rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.18); position: relative; }
.kh-slide { height: 480px; background: #0b243d; position: relative; display: none; }
.kh-slide.active { display: block; }
.kh-slide img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.kh-slide-art { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(215,168,79,.18)), repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 2px, transparent 2px 18px); }
.kh-slide-art span { font-size: 48px; font-weight: 900; color: rgba(255,255,255,.18); text-align: center; }
.kh-slide-caption { position: absolute; inset: auto 28px 28px 28px; background: rgba(4,18,31,.72); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.15); border-radius: 24px; padding: 24px; }
.kh-slide-caption span { color: var(--kh-accent); font-weight: 900; }
.kh-slide-caption h2 { margin: 8px 0; color: white; font-size: 30px; font-weight: 900; }
.kh-slide-caption p { margin: 0 0 16px; font-size: 15px; color: rgba(255,255,255,.78); }
.kh-slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; border: 0; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.16); color: white; font-size: 22px; cursor: pointer; }
.kh-slider-btn.prev { left: 14px; }
.kh-slider-btn.next { right: 14px; }

.kh-stats-section { padding: 0; margin-top: -46px; position: relative; z-index: 4; }
.kh-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.kh-stat-card { background: white; border-radius: 24px; padding: 24px; border: 1px solid var(--kh-border); box-shadow: 0 20px 50px rgba(9,38,63,.10); text-align: center; }
.kh-stat-card strong { display: block; font-size: 32px; color: var(--kh-primary); font-weight: 900; line-height: 1; }
.kh-stat-card span { display: block; margin-top: 9px; font-weight: 900; }
.kh-stat-card small { display: block; color: var(--kh-muted); font-weight: 700; }

.kh-two-col { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: center; }
.kh-about-card { background: linear-gradient(180deg, #fff, #f8fbff); border: 1px solid var(--kh-border); border-radius: 34px; padding: 34px; box-shadow: 0 24px 70px rgba(9,38,63,.10); text-align: center; }
.kh-about-logo { width: 240px; height: 210px; margin: 0 auto 18px; border-radius: 0; background: transparent !important; display: flex; align-items: center; justify-content: center; padding: 0 !important; box-shadow: none !important; overflow: visible; }
.kh-about-logo img { width: 100%; height: 100%; object-fit: contain; display: block; background: transparent !important; padding: 0 !important; border: 0 !important; box-shadow: none !important; }
.kh-about-card h3 { color: var(--kh-primary); font-weight: 900; }
.kh-about-card a { color: var(--kh-primary-2); font-weight: 900; }

.kh-brand-grid, .kh-service-grid, .kh-products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.kh-brand-card, .kh-service-card, .kh-product-card { background: white; border: 1px solid var(--kh-border); border-radius: 28px; overflow: hidden; box-shadow: 0 18px 50px rgba(9,38,63,.08); transition: .25s; }
.kh-brand-card:hover, .kh-service-card:hover, .kh-product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 70px rgba(9,38,63,.14); }
.kh-brand-card { padding: 28px; text-align: center; }
.kh-brand-card img { width: 82px; height: 82px; object-fit: contain; margin-bottom: 16px; }
.kh-brand-icon { width: 82px; height: 82px; margin: 0 auto 16px; border-radius: 24px; background: linear-gradient(135deg, var(--kh-primary), var(--kh-primary-2)); color: white; display: flex; align-items: center; justify-content: center; font-size: 34px; font-weight: 900; }
.kh-brand-card h3, .kh-service-card h3 { color: var(--kh-primary); font-weight: 900; margin: 0 0 4px; }
.kh-brand-card span, .kh-service-card span { color: var(--kh-accent); font-weight: 900; }
.kh-brand-card p, .kh-service-card p { color: var(--kh-muted); margin: 12px 0 0; }
.kh-service-card { padding: 0; position: relative; }
.kh-service-media { height: 190px; position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(9,38,63,.95), rgba(15,95,122,.90)); }
.kh-service-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: .45s; filter: saturate(1.05) contrast(1.02); }
.kh-service-card:hover .kh-service-media img { transform: scale(1.08); }
.kh-service-media:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,24,39,.06), rgba(6,24,39,.56)); }
.kh-service-content { padding: 26px 26px 30px; }

.kh-product-card { display: flex; flex-direction: column; }
.kh-product-image { height: 220px; background: #f3f6fa; display: block; overflow: hidden; }
.kh-product-image img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.kh-product-card:hover .kh-product-image img { transform: scale(1.07); }
.kh-product-placeholder { width: 100%; height: 100%; min-height: 220px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#eef4f8,#fff); color: rgba(9,38,63,.25); font-size: 40px; font-weight: 900; }
.kh-product-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.kh-card-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.kh-card-meta span { font-size: 12px; font-weight: 900; color: var(--kh-primary-2); background: rgba(15,95,122,.08); padding: 4px 9px; border-radius: 999px; }
.kh-product-body h3 { font-size: 21px; font-weight: 900; color: var(--kh-primary); margin: 0 0 8px; }
.kh-product-body p { color: var(--kh-muted); margin: 0 0 18px; flex: 1; }
.kh-product-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; }
.kh-price { font-weight: 900; color: var(--kh-primary); }
.kh-arrow-link { color: var(--kh-primary-2) !important; font-weight: 900; }
.kh-empty-box { grid-column: 1/-1; padding: 34px; background: #f8fafc; border: 1px dashed var(--kh-border); border-radius: 24px; color: var(--kh-muted); text-align: center; font-weight: 900; }

.kh-search-panel { background: #fff; border: 1px solid var(--kh-border); box-shadow: 0 20px 60px rgba(9,38,63,.10); border-radius: 28px; padding: 18px; margin-bottom: 28px; }
.kh-search-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.kh-search-input { border: 1px solid var(--kh-border); border-radius: 999px; padding: 15px 20px; font-family: inherit; font-size: 16px; outline: none; background: #f8fafc; }
.kh-search-input:focus { border-color: var(--kh-primary-2); box-shadow: 0 0 0 4px rgba(15,95,122,.10); }
.kh-filter-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 18px 0 8px; }
.kh-filter-bar a { border: 1px solid var(--kh-border); background: #fff; color: var(--kh-primary); border-radius: 999px; padding: 9px 18px; font-weight: 900; }
.kh-filter-bar a.active, .kh-filter-bar a:hover { background: var(--kh-primary); color: #fff; }

.kh-contact-section { padding: 92px 0; background: linear-gradient(135deg, #071c2f, #0f5f7a); color: white; }
.kh-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.kh-contact-grid h2 { font-size: clamp(32px,4vw,52px); color: white; font-weight: 900; }
.kh-contact-grid p { color: rgba(255,255,255,.78); font-size: 18px; }
.kh-contact-card { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.kh-contact-card a { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; padding: 20px; color: white; }
.kh-contact-card strong { display: block; font-size: 19px; font-weight: 900; }
.kh-contact-card span { color: rgba(255,255,255,.70); font-weight: 700; }

.kh-map-section { padding: 82px 0; background: linear-gradient(135deg, #071c2f, #0f5f7a); color: #fff; }
.kh-map-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.kh-map-info { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 34px; padding: 36px; }
.kh-map-info .kh-section-label { color: #f4d690; }
.kh-map-info h2 { color: #fff; font-size: clamp(28px,4vw,44px); line-height: 1.25; margin: 0 0 14px; font-weight: 900; }
.kh-map-info p { color: rgba(255,255,255,.80); font-size: 17px; margin: 0 0 24px; }
.kh-map-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.kh-map-actions a { display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 999px; font-weight: 900; background: var(--kh-accent); color: #102033 !important; box-shadow: 0 12px 30px rgba(215,168,79,.25); }
.kh-map-actions a.kh-outline-map { background: rgba(255,255,255,.10); color: #fff !important; border: 1px solid rgba(255,255,255,.22); box-shadow: none; }
.kh-map-box { min-height: 430px; border-radius: 34px; overflow: hidden; border: 1px solid rgba(9,38,63,.10); box-shadow: 0 24px 70px rgba(9,38,63,.14); background: #eef3f7; }
.kh-map-box iframe { width: 100%; height: 100%; min-height: 430px; border: 0; display: block; }

.kh-footer { background: #061827; color: rgba(255,255,255,.78); padding: 22px 0; }
.kh-footer .kh-container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.kh-page-hero { padding: 92px 0; background: linear-gradient(135deg,#071c2f,#0f5f7a); color: white; text-align: center; }
.kh-page-hero h1 { color: white; font-size: clamp(36px,5vw,60px); font-weight: 900; margin: 0 0 12px; }
.kh-page-hero p { color: rgba(255,255,255,.78); max-width: 720px; margin: 0 auto; }

.kh-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.kh-detail-image { background: #f5f7fb; border: 1px solid var(--kh-border); border-radius: 34px; overflow: hidden; min-height: 460px; cursor: zoom-in; position: relative; }
.kh-detail-image img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; transition: transform .35s; }
.kh-detail-image:hover img { transform: scale(1.08); }
.kh-detail-info h1 { font-size: clamp(34px,5vw,56px); color: var(--kh-primary); font-weight: 900; margin: 8px 0 14px; }
.kh-back-link { color: var(--kh-primary-2) !important; font-weight: 900; display: inline-flex; margin-bottom: 12px; }
.kh-detail-info > p { color: var(--kh-muted); font-size: 18px; }
.kh-detail-meta { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 24px 0; }
.kh-detail-meta div { border: 1px solid var(--kh-border); border-radius: 18px; padding: 14px; }
.kh-detail-meta strong { display: block; color: var(--kh-muted); font-size: 12px; text-transform: uppercase; }
.kh-detail-meta span { color: var(--kh-primary); font-weight: 900; }
.kh-description { color: #344054; margin-bottom: 24px; }
.kh-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.86); z-index: 99999; display: none; align-items: center; justify-content: center; padding: 24px; }
.kh-lightbox.open { display: flex; }
.kh-lightbox img { max-width: 96vw; max-height: 92vh; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.kh-lightbox button { position: absolute; top: 22px; left: 22px; border: 0; background: white; color: #111; border-radius: 999px; width: 46px; height: 46px; font-size: 24px; cursor: pointer; }

.kh-whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 9999; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 999px; background: #25D366; color: #fff !important; font-weight: 900; box-shadow: 0 16px 40px rgba(37,211,102,.35); animation: khPulse 2s infinite; }
.kh-whatsapp-float img { width: 44px; height: 44px; border-radius: 50%; background: #fff; object-fit: cover; }
.kh-whatsapp-float small { display: block; font-size: 11px; opacity: .9; font-weight: 800; }
@keyframes khPulse { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

@media (max-width: 992px) {
    .kh-hero-grid, .kh-two-col, .kh-contact-grid, .kh-detail-grid, .kh-map-grid { grid-template-columns: 1fr; }
    .kh-brand-grid, .kh-service-grid, .kh-products-grid { grid-template-columns: repeat(2,1fr); }
    .kh-stats { grid-template-columns: repeat(2,1fr); }
    .kh-nav-links { display: none; }
    .kh-slide { height: 420px; }
}
@media (max-width: 640px) {
    .kh-section { padding: 56px 0; }
    .kh-hero { padding: 50px 0; min-height: auto; }
    .kh-brand-grid, .kh-service-grid, .kh-products-grid, .kh-contact-card, .kh-detail-meta, .kh-stats { grid-template-columns: 1fr; }
    .kh-row-head { display: block; }
    .kh-nav-cta { display: none; }
    .kh-logo-box { width: 68px; height: 54px; }
    .kh-about-logo { width: 210px; height: 190px; }
    .kh-slide { height: 390px; }
    .kh-slide-caption { inset: auto 14px 14px 14px; padding: 18px; }
    .kh-slide-caption h2 { font-size: 24px; }
    .kh-search-form { grid-template-columns: 1fr; }
    .kh-whatsapp-float { right: 16px; bottom: 16px; padding: 8px; }
    .kh-whatsapp-float span { display: none; }
    .kh-whatsapp-float img { width: 50px; height: 50px; }
}

/* =========================================================
   v24 Modern Corporate Refinements + Developer Credit
   Copyright (c) Khattab Aldabagh. All rights reserved.
   ========================================================= */
:root{
    --kh-shadow-soft: 0 14px 38px rgba(9,38,63,.075);
    --kh-shadow-hover: 0 20px 50px rgba(9,38,63,.105);
}
.kh-nav-wrap{
    background: rgba(255,255,255,.96) !important;
    backdrop-filter: blur(18px) !important;
}
.kh-nav{
    min-height: 86px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.kh-logo-link{gap:14px !important;}
.kh-logo-box{
    width: 76px !important;
    height: 58px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}
.kh-logo-box img{
    width: 76px !important;
    height: 58px !important;
    object-fit: contain !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}
.kh-nav-links{gap:26px !important; font-weight:700 !important; font-size:15px !important;}
.kh-nav-cta{padding:10px 18px !important; box-shadow:0 10px 24px rgba(9,38,63,.08) !important;}

/* Hero: make it one modern full visual block instead of a separate card slider */
.kh-hero{
    min-height: 720px !important;
    padding: 120px 0 110px !important;
    background:
        linear-gradient(90deg, rgba(6,24,39,.96) 0%, rgba(8,40,64,.90) 42%, rgba(15,95,122,.70) 100%),
        radial-gradient(circle at 18% 22%, rgba(215,168,79,.22), transparent 30%),
        radial-gradient(circle at 82% 28%, rgba(255,255,255,.10), transparent 28%),
        linear-gradient(135deg,#071c2f 0%,#0b3656 55%,#0f5f7a 100%) !important;
}
.kh-hero-grid{grid-template-columns:1fr !important; max-width:980px !important; margin-inline:auto !important; text-align:right !important;}
.kh-hero-content{max-width:780px !important; margin-right:0 !important;}
.kh-hero h1{font-size:clamp(46px,7vw,86px) !important; letter-spacing:-.03em !important; margin-bottom:24px !important;}
.kh-hero p{font-size:21px !important; line-height:2 !important; max-width:760px !important; color:rgba(255,255,255,.88) !important;}
.kh-eyebrow{background:rgba(255,255,255,.09) !important; border-color:rgba(255,255,255,.18) !important;}
.kh-hero-panel{display:none !important;}
.kh-hero-actions{margin-top:34px !important;}
.kh-btn{padding:14px 28px !important;}

.kh-section{padding:110px 0 !important;}
.kh-soft-section{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%) !important;}
.kh-section-head{margin-bottom:48px !important;}
.kh-section-head p,.kh-two-col p{font-size:18px !important; line-height:2.05 !important;}
.kh-two-col{gap:70px !important;}
.kh-row-head{align-items:center !important; margin-bottom:30px !important;}

.kh-brand-card,.kh-service-card,.kh-product-card,.kh-stat-card,.kh-about-card,.kh-search-panel{
    border-radius:30px !important;
    box-shadow:var(--kh-shadow-soft) !important;
    border:1px solid rgba(9,38,63,.08) !important;
}
.kh-brand-card:hover,.kh-service-card:hover,.kh-product-card:hover{
    transform:translateY(-4px) !important;
    box-shadow:var(--kh-shadow-hover) !important;
}
.kh-brand-card,.kh-service-content,.kh-product-body{padding:30px !important;}
.kh-service-media{height:210px !important;}
.kh-service-media:after{background:linear-gradient(180deg,rgba(6,24,39,.02),rgba(6,24,39,.28)) !important;}

.kh-products-grid{margin-top:12px !important;}
.kh-product-image{height:250px !important; background:#f8fafc !important;}
.kh-product-placeholder{
    background:linear-gradient(135deg,#eef4f8,#ffffff) !important;
    color:rgba(9,38,63,.18) !important;
}
.kh-row-head .kh-btn{margin-inline-start:auto !important;}

.kh-contact-card a{
    background:rgba(255,255,255,.075) !important;
    border:1px solid rgba(255,255,255,.13) !important;
    box-shadow:none !important;
}
.kh-contact-card a:hover{background:rgba(255,255,255,.12) !important;}
.kh-map-box{box-shadow:var(--kh-shadow-soft) !important;}

.kh-footer{padding:28px 0 !important;}
.kh-footer .kh-container{align-items:center !important;}
.kh-dev-credit{color:rgba(255,255,255,.82) !important; font-weight:800 !important;}
.kh-dev-credit a{color:#ff4d5e !important; font-weight:900 !important; text-decoration:none !important;}
.kh-dev-credit a:hover{text-decoration:underline !important;}

@media (max-width: 992px){
    .kh-nav{min-height:76px !important;}
    .kh-hero{min-height:auto !important; padding:80px 0 !important;}
    .kh-section{padding:74px 0 !important;}
    .kh-hero h1{font-size:clamp(38px,10vw,58px) !important;}
    .kh-hero p{font-size:18px !important;}
}
@media (max-width: 640px){
    .kh-section{padding:60px 0 !important;}
    .kh-logo-box,.kh-logo-box img{width:60px !important; height:48px !important;}
    .kh-nav-links{display:none !important;}
    .kh-footer .kh-container{display:grid !important; gap:8px !important; text-align:center !important; justify-content:center !important;}
}

/* =========================================================
   v25 Full-Width Hero Slider
   Copyright (c) Khattab Aldabagh. All rights reserved.
   ========================================================= */
.kh-hero-slider{
    position:relative !important;
    min-height:760px !important;
    padding:150px 0 135px !important;
    overflow:hidden !important;
    isolation:isolate !important;
    background:#061827 !important;
}
.kh-hero-bg-wrap,
.kh-hero-bg,
.kh-hero-overlay{
    position:absolute !important;
    inset:0 !important;
}
.kh-hero-bg{
    opacity:0 !important;
    transition:opacity 900ms ease, transform 5000ms ease !important;
    transform:scale(1.03) !important;
    z-index:0 !important;
}
.kh-hero-bg.active{
    opacity:1 !important;
    transform:scale(1) !important;
}
.kh-hero-bg img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
    filter:saturate(1.03) contrast(1.04) !important;
}
.kh-hero-bg:not(:has(img)){
    background:
        radial-gradient(circle at 18% 22%, rgba(215,168,79,.24), transparent 30%),
        radial-gradient(circle at 82% 28%, rgba(255,255,255,.10), transparent 28%),
        linear-gradient(135deg,#071c2f 0%,#0b3656 55%,#0f5f7a 100%) !important;
}
.kh-hero-overlay{
    z-index:1 !important;
    background:
        linear-gradient(90deg, rgba(6,24,39,.97) 0%, rgba(8,40,64,.91) 42%, rgba(15,95,122,.76) 100%),
        radial-gradient(circle at 18% 22%, rgba(215,168,79,.25), transparent 30%) !important;
}
.kh-hero-slider:before{
    content:'' !important;
    position:absolute !important;
    inset:0 !important;
    z-index:2 !important;
    background:repeating-linear-gradient(45deg, rgba(255,255,255,.035) 0 2px, transparent 2px 24px) !important;
    pointer-events:none !important;
}
.kh-hero-slider:after{
    content:'' !important;
    position:absolute !important;
    width:520px !important;
    height:520px !important;
    left:-150px !important;
    top:120px !important;
    z-index:2 !important;
    border-radius:50% !important;
    background:rgba(215,168,79,.12) !important;
    pointer-events:none !important;
}
.kh-hero-slider .kh-container{
    position:relative !important;
    z-index:3 !important;
}
.kh-hero-slider .kh-hero-grid{
    grid-template-columns:1fr !important;
    max-width:1180px !important;
    margin-inline:auto !important;
    text-align:right !important;
}
.kh-hero-slider .kh-hero-content{
    max-width:860px !important;
    margin-right:0 !important;
    min-height:430px !important;
    position:relative !important;
}
.kh-hero-copy{
    display:none !important;
    animation:khHeroFadeUp .75s ease both !important;
}
.kh-hero-copy.active{
    display:block !important;
}
@keyframes khHeroFadeUp{
    from{opacity:0; transform:translateY(22px)}
    to{opacity:1; transform:translateY(0)}
}
.kh-hero-slider .kh-eyebrow{
    background:rgba(255,255,255,.10) !important;
    border-color:rgba(255,255,255,.20) !important;
    color:#f4d690 !important;
    margin-bottom:22px !important;
}
.kh-hero-slider h1{
    font-size:clamp(48px,7vw,90px) !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
    color:#fff !important;
    max-width:850px !important;
    margin:0 0 26px !important;
}
.kh-hero-slider p{
    font-size:21px !important;
    line-height:2 !important;
    max-width:760px !important;
    color:rgba(255,255,255,.88) !important;
    margin:0 0 34px !important;
}
.kh-hero-slider .kh-hero-actions{
    margin-top:34px !important;
}
.kh-hero-dots{
    display:flex !important;
    gap:10px !important;
    justify-content:flex-start !important;
    margin-top:42px !important;
    direction:ltr !important;
}
.kh-hero-dots button{
    width:42px !important;
    height:5px !important;
    border:0 !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.28) !important;
    cursor:pointer !important;
    transition:.25s !important;
}
.kh-hero-dots button.active,
.kh-hero-dots button:hover{
    width:62px !important;
    background:var(--kh-accent) !important;
}
.kh-hero-panel,
.kh-slider{
    display:none !important;
}
@media(max-width:992px){
    .kh-hero-slider{min-height:660px !important; padding:110px 0 100px !important;}
    .kh-hero-slider .kh-hero-content{min-height:390px !important;}
}
@media(max-width:640px){
    .kh-hero-slider{min-height:620px !important; padding:88px 0 78px !important;}
    .kh-hero-slider h1{font-size:42px !important;}
    .kh-hero-slider p{font-size:17px !important; line-height:1.9 !important;}
    .kh-hero-dots{margin-top:28px !important;}
}

/* v26: Manual full hero slider controls */
.kh-hero-slider{
    cursor: grab !important;
    touch-action: pan-y !important;
    user-select: none !important;
}
.kh-hero-slider.is-dragging{
    cursor: grabbing !important;
}
.kh-hero-arrows{
    position:absolute !important;
    inset:0 !important;
    z-index:4 !important;
    pointer-events:none !important;
}
.kh-hero-arrow{
    position:absolute !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:58px !important;
    height:58px !important;
    border-radius:50% !important;
    border:1px solid rgba(255,255,255,.22) !important;
    background:rgba(255,255,255,.12) !important;
    color:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:34px !important;
    line-height:1 !important;
    cursor:pointer !important;
    pointer-events:auto !important;
    backdrop-filter:blur(14px) !important;
    transition:background .25s ease, transform .25s ease, border-color .25s ease !important;
}
.kh-hero-arrow:hover{
    background:var(--kh-accent) !important;
    color:#061827 !important;
    border-color:var(--kh-accent) !important;
    transform:translateY(-50%) scale(1.06) !important;
}
.kh-hero-arrow.prev{right:28px !important;}
.kh-hero-arrow.next{left:28px !important;}
.kh-hero-dots button{pointer-events:auto !important;}
@media(max-width:900px){
    .kh-hero-arrow{width:48px !important;height:48px !important;font-size:30px !important;}
    .kh-hero-arrow.prev{right:14px !important;}
    .kh-hero-arrow.next{left:14px !important;}
}
@media(max-width:640px){
    .kh-hero-arrow{width:42px !important;height:42px !important;font-size:26px !important;top:auto !important;bottom:26px !important;transform:none !important;}
    .kh-hero-arrow:hover{transform:scale(1.04) !important;}
    .kh-hero-arrow.prev{right:22px !important;}
    .kh-hero-arrow.next{left:22px !important;}
    .kh-hero-dots{padding-inline:64px !important;}
}


/* =========================================================
   v27: Smooth hero fade, scroll reveal, and back-to-top
   Copyright (c) Khattab Aldabagh. All rights reserved.
   ========================================================= */
.kh-hero-bg {
    opacity: 0 !important;
    transform: scale(1.035) !important;
    transition: opacity 1.05s ease-in-out, transform 7.5s ease !important;
    will-change: opacity, transform !important;
}
.kh-hero-bg.active {
    opacity: 1 !important;
    transform: scale(1) !important;
}
.kh-hero-copy {
    opacity: 0 !important;
    transform: translateY(18px) !important;
    transition: opacity .75s ease, transform .75s ease !important;
    pointer-events: none !important;
}
.kh-hero-copy.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}
.kh-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .75s ease, transform .75s ease;
    will-change: opacity, transform;
}
.kh-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.kh-back-to-top {
    position: fixed;
    left: 26px;
    bottom: 26px;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    z-index: 9998;
    background: linear-gradient(135deg, var(--kh-accent), #f1c66a);
    color: #061827;
    font-size: 26px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 36px rgba(9,38,63,.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(.92);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, box-shadow .25s ease;
}
.kh-back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.kh-back-to-top:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 20px 48px rgba(9,38,63,.24);
}
@media (max-width: 640px) {
    .kh-back-to-top {
        left: 16px;
        bottom: 18px;
        width: 46px;
        height: 46px;
        font-size: 23px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .kh-hero-bg, .kh-hero-copy, .kh-reveal, .kh-back-to-top {
        transition: none !important;
        animation: none !important;
    }
    .kh-reveal { opacity: 1; transform: none; }
}

/* =========================================================
   v28 Lead Popup
   ========================================================= */
.kh-lead-popup {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}
.kh-lead-popup.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.kh-lead-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6,24,39,.66);
    backdrop-filter: blur(8px);
}
.kh-lead-popup-card {
    position: relative;
    width: min(920px, 100%);
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 34px 100px rgba(0,0,0,.34);
    transform: translateY(18px) scale(.98);
    transition: transform .28s ease;
    direction: rtl;
}
.kh-lead-popup.show .kh-lead-popup-card {
    transform: translateY(0) scale(1);
}
.kh-lead-popup-close {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #d7263d;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(215,38,61,.28);
}
.kh-lead-popup-side {
    padding: 42px 36px;
    color: #fff;
    background:
        radial-gradient(circle at 25% 15%, rgba(215,168,79,.32), transparent 30%),
        linear-gradient(135deg, #061827, #0f5f7a);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
}
.kh-lead-popup-label {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #f4d690;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.kh-lead-popup-side h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.25;
    font-weight: 900;
}
.kh-lead-popup-side p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.9;
}
.kh-lead-popup-form {
    padding: 48px 38px 38px;
    display: grid;
    gap: 14px;
    background: #fff;
}
.kh-lead-popup-form label {
    display: grid;
    gap: 7px;
    color: #09263f;
    font-weight: 900;
    font-size: 13px;
}
.kh-lead-popup-form input {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(9,38,63,.14);
    border-radius: 16px;
    background: #f8fafc;
    padding: 12px 15px;
    color: #09263f;
    font-family: inherit;
    outline: none;
}
.kh-lead-popup-form input:focus {
    border-color: #0f5f7a;
    box-shadow: 0 0 0 4px rgba(15,95,122,.10);
}
.kh-lead-popup-form button[type="submit"] {
    min-height: 52px;
    margin-top: 6px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--kh-accent), #f1c66a);
    color: #061827;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(215,168,79,.25);
}
.kh-lead-popup-form button[type="submit"]:disabled {
    opacity: .65;
    cursor: wait;
}
.kh-lead-popup-message {
    min-height: 22px;
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}
.kh-lead-popup-message.success { color: #138a36; }
.kh-lead-popup-message.error { color: #d7263d; }
.kh-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
@media (max-width: 760px) {
    .kh-lead-popup-card { grid-template-columns: 1fr; border-radius: 24px; }
    .kh-lead-popup-side { min-height: auto; padding: 32px 26px; }
    .kh-lead-popup-form { padding: 30px 24px 26px; }
    .kh-lead-popup-close { top: 10px; left: 10px; }
}

/* =========================================================
   v32 Large Contact Lead Button
   ========================================================= */

.kh-contact-lead-btn {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 320px;
    min-height: 68px;

    padding: 18px 42px;

    border: 0;
    border-radius: 18px;

    background: linear-gradient(
        135deg,
        #d7a84f 0%,
        #f2cf78 100%
    );

    color: #061827 !important;

    font-family: inherit;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .3px;

    cursor: pointer;

    box-shadow:
        0 16px 38px rgba(215,168,79,.28),
        0 8px 20px rgba(0,0,0,.12);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        opacity .25s ease;
}

.kh-contact-lead-btn:hover {
    transform: translateY(-4px) scale(1.02);

    box-shadow:
        0 24px 52px rgba(215,168,79,.38),
        0 12px 24px rgba(0,0,0,.18);
}

.kh-contact-lead-btn:active {
    transform: translateY(-1px);
}

.kh-contact-lead-btn i,
.kh-contact-lead-btn svg {
    margin-inline-start: 10px;
    font-size: 22px;
}

@media (max-width: 768px) {
    .kh-contact-lead-btn {
        width: 100%;
        min-width: unset;

        min-height: 60px;

        font-size: 18px;

        padding: 16px 24px;
    }
}
/* FINAL FIX - Contact popup button */
.kh-contact-lead-btn,
.kh-contact-popup-btn,
button[data-kh-popup-open],
button[data-kh-lead-popup-open] {
    margin-top: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 340px !important;
    min-height: 72px !important;
    padding: 20px 46px !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #d7a84f, #f2cf78) !important;
    color: #061827 !important;
    font-family: inherit !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: 0 18px 44px rgba(215,168,79,.34) !important;
}

.kh-contact-lead-btn:hover,
.kh-contact-popup-btn:hover,
button[data-kh-popup-open]:hover,
button[data-kh-lead-popup-open]:hover {
    transform: translateY(-4px) scale(1.02) !important;
}

@media(max-width:768px){
    .kh-contact-lead-btn,
    .kh-contact-popup-btn,
    button[data-kh-popup-open],
    button[data-kh-lead-popup-open] {
        width: 100% !important;
        min-width: unset !important;
        font-size: 18px !important;
    }
}

/* =========================================================
   v32 Bilingual language switch + LTR support
   ========================================================= */
.kh-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(9,38,63,.06);
    border: 1px solid rgba(9,38,63,.10);
}
.kh-lang-switch a {
    min-width: 64px;
    text-align: center;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--kh-primary);
    font-size: 13px;
    font-weight: 900;
    transition: background .2s ease, color .2s ease;
}
.kh-lang-switch a.active,
.kh-lang-switch a:hover {
    background: var(--kh-primary);
    color: #fff !important;
}
html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}
html[dir="ltr"] .kh-hero-slider .kh-hero-grid,
html[dir="ltr"] .kh-hero-grid,
html[dir="ltr"] .kh-section-head,
html[dir="ltr"] .kh-map-info,
html[dir="ltr"] .kh-contact-grid,
html[dir="ltr"] .kh-detail-info {
    text-align: left !important;
}
html[dir="ltr"] .kh-nav-links a:after { left: 0; right: auto; }
html[dir="ltr"] .kh-hero-slider .kh-hero-content { margin-left: 0 !important; margin-right: auto !important; }
html[dir="ltr"] .kh-hero-dots { justify-content: flex-start !important; }
html[dir="ltr"] .kh-contact-lead-btn { direction: ltr; }
@media(max-width: 992px){
    .kh-lang-switch a { min-width: 54px; padding: 6px 9px; font-size: 12px; }
}
