/* =========================================================
   ALKHFAGY CONSULTING - MASTER STYLESHEET
   ���� ����� ���������� ������� ���������
   Version: 5.0 (Premium Corporate)
   ========================================================= */

/* =========================================================
   1. ROOT VARIABLES - ���� ������� ������
   ========================================================= */
:root {
    /* ������� �������� */
    --primary-blue: #0B5ED7;
    --dark-blue: #0A2540;
    --light-blue: #EAF4FF;
    --accent-gold: #C9A227;
    --soft-gold: #E5C76B;
    --white: #FFFFFF;
    --light-gray: #F7F9FC;
    --border-gray: #DCE3EC;
    --text-gray: #5E6B7A;
    --dark-text: #1F2937;

    /* ������ ����� */
    --gold-gradient: linear-gradient(135deg, #C9A227, #E5C76B, #C9A227);
    --gold-shadow: 0 8px 30px rgba(201, 162, 39, 0.25);

    /* ������ */
    --shadow: 0 10px 40px rgba(10, 37, 64, 0.06);
    --shadow-hover: 0 25px 70px rgba(10, 37, 64, 0.10);
    --shadow-dark: 0 20px 60px rgba(10, 37, 64, 0.15);

    /* ������ */
    --radius: 16px;
    --radius-sm: 10px;

    /* ���������� */
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    /* ������ */
    --font-primary: 'Cairo', 'Inter', 'Segoe UI', sans-serif;
    --font-display: 'Playfair Display', 'Cairo', serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-primary);
    color: var(--dark-text);
    background: var(--white);
    line-height: 1.8;
    overflow-x: hidden;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* =========================================================
   2. TYPOGRAPHY
   ========================================================= */
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent-gold);
    background: rgba(201, 162, 39, 0.08);
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.section-tag::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--gold-gradient);
    margin: 4px auto 0;
}

.section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-header h2 .highlight {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    font-size: 18px;
    color: var(--text-gray);
    line-height: 1.8;
}

/* =========================================================
   3. BUTTONS
   ========================================================= */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0B5ED7, #1A73E8);
    color: #FFFFFF;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 30px rgba(11, 94, 215, 0.35), 0 0 0 1px rgba(255, 215, 0, 0.1);
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.15), transparent);
    transition: left 0.6s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 50px rgba(11, 94, 215, 0.45), 0 0 0 2px rgba(201, 162, 39, 0.3);
    background: linear-gradient(135deg, #0A4EC4, #1565E0);
}

/* ---- الزر الثانوي (شفاف بحدود ذهبية) ---- */
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #FFFFFF;
    padding: 14px 38px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid rgba(201, 162, 39, 0.5);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.btn-secondary:hover {
    background: rgba(201, 162, 39, 0.15);
    border-color: #C9A227;
    color: #FFFFFF;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 40px rgba(201, 162, 39, 0.25), inset 0 0 30px rgba(201, 162, 39, 0.05);
}

/* ---- الزر الثانوي الخارجي (للخلفيات الفاتحة) ---- */
.btn-secondary-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #0B5ED7;
    padding: 14px 38px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #0B5ED7;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-secondary-outline:hover {
    background: #0B5ED7;
    color: #FFFFFF;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(11, 94, 215, 0.3);
}

/* ---- الزر الذهبي (للخلفيات الفاتحة) ---- */
.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #C9A227, #E5C76B, #C9A227);
    color: #0A2540;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 30px rgba(201, 162, 39, 0.3);
}

.btn-gold:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 50px rgba(201, 162, 39, 0.4);
}

/* ---- زر "استشارة مجانية" في الهيدر ---- */
.btn-consultation {
    background: linear-gradient(135deg, #C9A227, #E5C76B);
    color: #0A2540;
    padding: 10px 26px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.2);
    border: 1px solid rgba(201, 162, 39, 0.3);
}

.btn-consultation:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 12px 40px rgba(201, 162, 39, 0.35);
}

/* ---- زر كبير الحجم ---- */
.btn-large {
    padding: 18px 50px;
    font-size: 17px;
}
/* =========================================================
   4. HEADER & NAVIGATION
   ========================================================= */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-gray);
    padding: 0 5%;
    transition: var(--transition);
    height: 80px;
}

.main-header.scrolled {
    box-shadow: 0 4px 30px rgba(10, 37, 64, 0.08);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-section a {
    display: block;
}

.logo {
    height: 50px;
    width: auto;
    transition: var(--transition);
}

.logo:hover {
    transform: scale(1.02);
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    gap: 4px;
    align-items: center;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    border-radius: 8px;
    transition: var(--transition);
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 50%;
    transform: translateX(50%);
    width: 0;
    height: 2px;
    background: var(--gold-gradient);
    transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 60%;
}

.nav-link:hover,
.nav-link.active {
    color: var(--dark-blue);
    background: var(--light-blue);
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 240px;
    background: var(--white);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-dark);
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
    border: 1px solid var(--border-gray);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li a {
    display: block;
    padding: 10px 24px;
    font-size: 14px;
    color: var(--text-gray);
    transition: var(--transition);
    border-right: 2px solid transparent;
}

.dropdown-menu li a:hover {
    background: var(--light-blue);
    color: var(--primary-blue);
    border-right-color: var(--accent-gold);
    padding-right: 30px;
}

.dropdown-menu li a i {
    margin-left: 10px;
    color: var(--accent-gold);
    width: 18px;
}

/* Mega Menu */
.mega-dropdown {
    position: static;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    box-shadow: var(--shadow-dark);
    padding: 40px 5%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border-top: 3px solid var(--accent-gold);
    border-bottom: 1px solid var(--border-gray);
}

.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.mega-column h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--light-blue);
    position: relative;
}

.mega-column h4::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 40px;
    height: 2px;
    background: var(--gold-gradient);
}

.mega-column ul li {
    margin-bottom: 6px;
}

.mega-column ul li a {
    font-size: 14px;
    color: var(--text-gray);
    transition: var(--transition);
    display: block;
    padding: 4px 0;
}

.mega-column ul li a:hover {
    color: var(--primary-blue);
    padding-right: 8px;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lang-switch {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-gray);
    padding: 6px 16px;
    border-radius: 30px;
    border: 1px solid var(--border-gray);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-switch:hover {
    border-color: var(--accent-gold);
    color: var(--accent-gold);
}

.lang-switch i {
    font-size: 14px;
}

.btn-consultation {
    background: var(--gold-gradient);
    color: var(--dark-blue);
    padding: 10px 26px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    transition: var(--transition);
}

.btn-consultation:hover {
    transform: translateY(-2px);
    box-shadow: var(--gold-shadow);
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.mobile-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--dark-blue);
    transition: var(--transition);
    border-radius: 2px;
}

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}
.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* =========================================================
   5. HERO SLIDER
   ========================================================= */
.hero-slider {
    position: relative;
    height: 100vh;
    min-height: 650px;
    max-height: 900px;
    overflow: hidden;
    margin-top: 80px;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease, transform 1.2s ease;
    transform: scale(1.05);
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 37, 64, 0.85) 0%, rgba(10, 37, 64, 0.40) 50%, rgba(10, 37, 64, 0.20) 100%);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white);
    max-width: 850px;
    padding: 0 24px;
    width: 100%;
}

.slide-badge {
    display: inline-block;
    background: rgba(201, 162, 39, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 8px 28px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--soft-gold);
    margin-bottom: 24px;
    border: 1px solid rgba(201, 162, 39, 0.20);
}

.slide-content h1 {
    font-family: var(--font-display);
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
}

.slide-content h1 .highlight {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slide-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.8;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.slide-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    pointer-events: none;
    z-index: 10;
}

.slider-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    transition: var(--transition);
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn:hover {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
    transform: scale(1.08);
}

.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
}

.slider-dots .dot.active {
    background: var(--accent-gold);
    transform: scale(1.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.slider-dots .dot:hover {
    background: var(--accent-gold);
}

.city-indicator {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* =========================================================
   6. TRUSTED BY SECTION
   ========================================================= */
.trusted-section {
    padding: 50px 0;
    background: var(--light-gray);
    border-bottom: 1px solid var(--border-gray);
}

.trusted-label {
    text-align: center;
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.trusted-logos-scroll {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
}

.trusted-item-compact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 50px;
    background: var(--white);
    border: 1px solid var(--border-gray);
    transition: var(--transition);
    font-size: 13px;
    font-weight: 500;
    color: var(--dark-text);
    box-shadow: var(--shadow);
}

.trusted-item-compact:hover {
    transform: translateY(-4px);
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-hover);
}

.trusted-item-compact i {
    font-size: 18px;
    color: var(--accent-gold);
}

.trusted-item-compact span {
    font-size: 13px;
}

.trusted-company-compact {
    background: var(--light-blue);
    border-color: var(--primary-blue);
}

.trusted-company-compact:hover {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
}

.trusted-company-compact:hover span {
    color: var(--white);
}

.trusted-company-compact:hover i {
    color: var(--white);
}

.trusted-logo-small {
    height: 24px;
    width: auto;
}

/* =========================================================
   7. GLOBAL SERVICES - 20 CARD GRID
   ========================================================= */
.global-services-section {
    padding: 90px 0;
    background: var(--white);
}

.global-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card-premium {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-gray);
    position: relative;
}

.service-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold-gradient);
    opacity: 0;
    transition: var(--transition);
}

.service-card-premium:hover::before {
    opacity: 1;
}

.service-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-gold);
}

.service-card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-premium:hover .service-card-image img {
    transform: scale(1.06);
}

.service-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 37, 64, 0.60), rgba(201, 162, 39, 0.20));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-card-premium:hover .service-card-overlay {
    opacity: 1;
}

.service-card-overlay i {
    font-size: 32px;
    color: var(--white);
    background: var(--gold-gradient);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-premium:hover .service-card-overlay i {
    transform: scale(1);
}

.service-card-content {
    padding: 24px 28px 28px;
}

.service-card-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 10px;
    line-height: 1.4;
}

.service-card-content p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.7;
}

/* =========================================================
   8. WHY CHOOSE US - INTERACTIVE (���� ������� ������)
   ========================================================= */
.khf-why-section {
    padding: 90px 0;
    background: var(--light-gray);
    position: relative;
    overflow: hidden;
}

.khf-why-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(11, 94, 215, 0.04) 0%, transparent 70%);
    border-radius: 50%;
}

.khf-why-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.khf-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.khf-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.khf-tag {
    display: inline-block;
    background: rgba(201, 162, 39, 0.10);
    color: var(--accent-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 20px;
    border-radius: 50px;
    border: 1px solid rgba(201, 162, 39, 0.15);
    margin-bottom: 20px;
    width: fit-content;
    text-transform: uppercase;
}

.khf-left h2 {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 700;
    color: var(--dark-blue);
    line-height: 1.2;
    margin-bottom: 18px;
}

.khf-left h2 span {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.khf-intro {
    color: var(--text-gray);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 90%;
}

.khf-feature-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 40px;
}

.khf-feature {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 24px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: var(--white);
    border: 1px solid var(--border-gray);
    position: relative;
}

.khf-feature:hover {
    background: var(--light-blue);
    border-color: var(--primary-blue);
    transform: translateX(-6px);
}

.khf-feature.active {
    background: var(--light-blue);
    border-color: var(--primary-blue);
    box-shadow: 0 4px 20px rgba(11, 94, 215, 0.08);
    transform: translateX(-8px);
}

.khf-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: rgba(11, 94, 215, 0.08);
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.4s ease;
    border: 1px solid rgba(11, 94, 215, 0.10);
}

.khf-feature.active .khf-icon {
    background: var(--gold-gradient);
    color: var(--white);
    transform: scale(1.1);
}

.khf-feature-content {
    flex: 1;
}

.khf-feature-content h3 {
    color: var(--dark-blue);
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 3px 0;
    transition: color 0.3s ease;
}

.khf-feature.active .khf-feature-content h3 {
    color: var(--primary-blue);
}

.khf-feature-content p {
    color: var(--text-gray);
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.khf-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--gold-gradient);
    color: var(--dark-blue);
    font-weight: 700;
    font-size: 16px;
    padding: 16px 42px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    width: fit-content;
    box-shadow: var(--gold-shadow);
    border: none;
    cursor: pointer;
    font-family: var(--font-primary);
}

.khf-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(201, 162, 39, 0.35);
}

.khf-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.khf-image-card {
    width: 100%;
    max-width: 560px;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-dark);
    aspect-ratio: 4/3;
    background: var(--white);
    border: 1px solid var(--border-gray);
    transition: all 0.6s ease;
}

.khf-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}

.khf-image-card:hover img {
    transform: scale(1.05);
}

.khf-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px 28px 24px;
    background: linear-gradient(0deg, rgba(10, 37, 64, 0.92) 0%, rgba(10, 37, 64, 0.50) 70%, transparent 100%);
    transition: all 0.5s ease;
}

.khf-image-card:hover .khf-overlay {
    padding-bottom: 30px;
    background: linear-gradient(0deg, rgba(10, 37, 64, 0.95) 0%, rgba(10, 37, 64, 0.60) 70%, transparent 100%);
}

.khf-overlay-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.khf-counter {
    font-size: 13px;
    font-weight: 700;
    color: var(--soft-gold);
    letter-spacing: 2px;
    margin-bottom: 4px;
    opacity: 0.8;
}

.khf-overlay-content h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--white);
    margin: 0;
    line-height: 1.3;
}

.khf-overlay-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.6;
    margin: 6px 0 0 0;
    font-weight: 300;
    max-width: 95%;
}

/* =========================================================
   9. INDUSTRIES
   ========================================================= */
.industries-section {
    padding: 80px 0;
    background: var(--white);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.industry-card {
    background: var(--light-gray);
    padding: 30px 20px;
    border-radius: var(--radius-sm);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-gray);
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-gold);
}

.industry-card i {
    font-size: 34px;
    color: var(--accent-gold);
    margin-bottom: 14px;
    display: block;
}

.industry-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-blue);
}

/* =========================================================
   10. TESTIMONIALS
   ========================================================= */
.testimonials-section {
    padding: 80px 0;
    background: var(--light-gray);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: var(--white);
    padding: 32px 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-gray);
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-gold);
}

.testimonial-stars {
    color: var(--accent-gold);
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.testimonial-card p {
    font-size: 16px;
    color: var(--dark-text);
    line-height: 1.8;
    margin-bottom: 18px;
    font-style: italic;
}

.testimonial-author strong {
    font-size: 15px;
    color: var(--dark-blue);
    display: block;
}

.testimonial-author span {
    font-size: 13px;
    color: var(--text-gray);
}

/* =========================================================
   11. STATS
   ========================================================= */
.stats-premium {
    padding: 80px 0;
    background: var(--dark-blue);
    position: relative;
    overflow: hidden;
}

.stats-premium::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.06), transparent 70%);
}

.stats-premium::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.02), transparent 70%);
}

.stats-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    display: inline-block;
}

.stat-plus {
    font-size: 32px;
    font-weight: 700;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-item p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 6px;
    font-weight: 500;
}

/* =========================================================
   12. GLOBAL CTA
   ========================================================= */
.global-cta-premium {
    padding: 90px 0;
    background: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border-gray);
}

.global-cta-premium::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 94, 215, 0.03), transparent 70%);
}

.cta-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-tag-premium {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-gold);
    background: rgba(201, 162, 39, 0.08);
    padding: 6px 24px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.cta-content-wrapper h2 {
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 18px;
    line-height: 1.2;
}

.cta-content-wrapper h2 .highlight {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-content-wrapper p {
    font-size: 18px;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 30px;
}

.cta-buttons-premium {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* =========================================================
   13. FOOTER
   ========================================================= */
.corporate-footer {
    background: var(--dark-blue);
    color: rgba(255, 255, 255, 0.7);
}

.footer-top {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
}

.footer-logo {
    height: 50px;
    width: auto;
    margin-bottom: 18px;
    filter: brightness(1.1);
}

.footer-column p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5);
    max-width: 320px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 2px;
    background: var(--gold-gradient);
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: var(--transition);
}

.footer-column ul li a:hover {
    color: var(--soft-gold);
    padding-right: 6px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.footer-contact li i {
    color: var(--soft-gold);
    width: 18px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-contact li a:hover {
    color: var(--soft-gold);
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    transition: var(--transition);
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-social a:hover {
    background: var(--gold-gradient);
    color: var(--dark-blue);
    transform: translateY(-4px);
    border-color: transparent;
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-bottom span {
    color: var(--soft-gold);
    font-weight: 600;
}

/* =========================================================
   14. CHATBOT
   ========================================================= */
.khfagy-chat-button {
    position: fixed;
    left: 28px;
    bottom: 28px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--gold-gradient);
    color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: var(--gold-shadow);
    transition: var(--transition);
    border: none;
}

.khfagy-chat-button:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 40px rgba(201, 162, 39, 0.4);
}

.khfagy-chat-button i {
    font-size: 24px;
}

.khfagy-chat-button .chat-label {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.khfagy-chat-window {
    position: fixed;
    left: 28px;
    bottom: 110px;
    width: 400px;
    max-width: 95%;
    height: 580px;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-dark);
    display: none;
    flex-direction: column;
    z-index: 9999;
    font-family: var(--font-primary);
    border: 1px solid var(--border-gray);
}

.khfagy-chat-header {
    background: var(--dark-blue);
    color: var(--white);
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.chat-header-info i {
    font-size: 20px;
    color: var(--soft-gold);
}

.chat-close {
    font-size: 20px;
    cursor: pointer;
    opacity: 0.6;
    transition: var(--transition);
}

.chat-close:hover {
    opacity: 1;
}

.khfagy-chat-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: var(--light-gray);
}

.bot-message {
    background: var(--white);
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 14px;
    line-height: 1.8;
    color: var(--dark-text);
    box-shadow: var(--shadow);
    max-width: 85%;
    border-right: 3px solid var(--accent-gold);
}

.user-message {
    background: var(--primary-blue);
    color: var(--white);
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 14px;
    margin-right: auto;
    max-width: 85%;
    text-align: right;
}

.khfagy-chat-input {
    display: flex;
    border-top: 1px solid var(--border-gray);
    background: var(--white);
}

.khfagy-chat-input input {
    flex: 1;
    border: none;
    padding: 16px 20px;
    font-size: 14px;
    font-family: var(--font-primary);
    outline: none;
}

.khfagy-chat-input button {
    background: var(--gold-gradient);
    color: var(--dark-blue);
    border: none;
    padding: 0 24px;
    cursor: pointer;
    font-size: 18px;
    transition: var(--transition);
}

.khfagy-chat-input button:hover {
    opacity: 0.8;
}

/* =========================================================
   15. RESPONSIVE - ����� �� ���� �������
   ========================================================= */
@media (max-width: 1200px) {
    .slide-content h1 {
        font-size: 48px;
    }
    .khf-container {
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .mega-menu-content {
        grid-template-columns: 1fr 1fr;
    }
    .khf-left h2 {
        font-size: 34px;
    }
}

@media (max-width: 992px) {
    .slide-content h1 {
        font-size: 38px;
    }
    .khf-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .khf-left {
        order: 2;
    }
    .khf-right {
        order: 1;
    }
    .khf-image-card {
        max-width: 100%;
        aspect-ratio: 16/10;
    }
    .khf-intro {
        max-width: 100%;
    }
    .stats-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-header h2 {
        font-size: 34px;
    }
    .global-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: var(--white);
        padding: 20px;
        box-shadow: var(--shadow-dark);
        border-top: 1px solid var(--border-gray);
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .main-nav.open {
        display: block;
    }

    .nav-list {
        flex-direction: column;
        gap: 2px;
    }

    .nav-link {
        padding: 12px 16px;
        width: 100%;
    }

    .nav-link::after {
        display: none;
    }

    .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        padding: 0;
        background: transparent;
        border: none;
    }

    .dropdown.open .dropdown-menu {
        display: block;
    }

    .dropdown-menu li a {
        padding: 8px 16px 8px 0;
        font-size: 13px;
        border-right: 2px solid transparent;
    }

    .dropdown-menu li a:hover {
        padding-right: 20px;
        border-right-color: var(--accent-gold);
    }

    .mega-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        padding: 10px 0;
        border-top: none;
        background: transparent;
    }

    .mega-dropdown.open .mega-menu {
        display: block;
    }

    .mega-menu-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mega-column h4 {
        color: var(--dark-blue);
        font-size: 14px;
    }

    .mega-column ul li a {
        color: var(--text-gray);
        font-size: 13px;
    }

    .mobile-toggle {
        display: flex;
    }

    .btn-consultation {
        display: none;
    }

    .hero-slider {
        height: 70vh;
        min-height: 450px;
        max-height: 600px;
        margin-top: 80px;
    }

    .slide-content h1 {
        font-size: 28px;
    }

    .slide-content p {
        font-size: 16px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .slider-dots {
        bottom: 24px;
    }

    .city-indicator {
        display: none;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .global-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .stats-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-item p {
        font-size: 14px;
    }

    .khf-left h2 {
        font-size: 28px;
    }

    .khf-feature {
        padding: 14px 18px;
    }

    .khf-feature-content h3 {
        font-size: 15px;
    }

    .khf-button {
        width: 100%;
        justify-content: center;
        padding: 14px 30px;
        font-size: 15px;
    }

    .khf-overlay-content h2 {
        font-size: 19px;
    }

    .khf-overlay-content p {
        font-size: 14px;
    }

    .khfagy-chat-window {
        width: 340px;
        height: 480px;
        left: 12px;
        bottom: 95px;
    }

    .khfagy-chat-button {
        width: 56px;
        height: 56px;
        left: 16px;
        bottom: 16px;
    }

    .khfagy-chat-button i {
        font-size: 20px;
    }

    .khfagy-chat-button .chat-label {
        font-size: 7px;
    }

    .cta-content-wrapper h2 {
        font-size: 28px;
    }

    .cta-content-wrapper p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .main-header {
        height: 64px;
        padding: 0 16px;
    }

    .main-nav {
        top: 64px;
        max-height: calc(100vh - 64px);
    }

    .logo {
        height: 38px;
    }

    .hero-slider {
        height: 60vh;
        min-height: 380px;
        margin-top: 64px;
    }

    .slide-content h1 {
        font-size: 22px;
    }

    .slide-content p {
        font-size: 14px;
    }

    .slide-buttons {
        flex-direction: column;
        align-items: center;
    }

    .slide-buttons .btn-primary,
    .slide-buttons .btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 13px;
    }

    .slide-badge {
        font-size: 11px;
        padding: 4px 16px;
        margin-bottom: 14px;
    }

    .slider-btn {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .slider-dots .dot {
        width: 8px;
        height: 8px;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .section-header p {
        font-size: 15px;
    }

    .industries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .industry-card {
        padding: 18px 12px;
    }

    .industry-card i {
        font-size: 24px;
    }

    .industry-card h4 {
        font-size: 13px;
    }

    .stats-grid-premium {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .stat-number {
        font-size: 26px;
    }

    .stat-plus {
        font-size: 20px;
    }

    .stat-item p {
        font-size: 13px;
    }

    .khf-left h2 {
        font-size: 24px;
    }

    .khf-feature {
        padding: 12px 14px;
        gap: 14px;
    }

    .khf-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 14px;
    }

    .khf-feature-content h3 {
        font-size: 14px;
    }

    .khf-feature-content p {
        font-size: 13px;
    }

    .khf-overlay {
        padding: 20px 18px 16px;
    }

    .khf-overlay-content h2 {
        font-size: 17px;
    }

    .khf-overlay-content p {
        font-size: 13px;
    }

    .khf-counter {
        font-size: 11px;
    }

    .khfagy-chat-window {
        width: 300px;
        height: 400px;
        left: 8px;
        bottom: 80px;
        border-radius: var(--radius-sm);
    }

    .khfagy-chat-header {
        padding: 14px 16px;
        font-size: 14px;
    }

    .khfagy-chat-body {
        padding: 14px;
    }

    .bot-message,
    .user-message {
        padding: 12px 16px;
        font-size: 13px;
    }

    .khfagy-chat-input input {
        padding: 12px 16px;
        font-size: 13px;
    }

    .khfagy-chat-input button {
        padding: 0 16px;
        font-size: 16px;
    }

    .cta-content-wrapper h2 {
        font-size: 24px;
    }

    .cta-content-wrapper p {
        font-size: 15px;
    }

    .footer-top {
        padding: 40px 0 24px;
    }

    .footer-logo {
        height: 38px;
    }

    .footer-column p {
        font-size: 13px;
    }

    .footer-column h4 {
        font-size: 15px;
    }

    .footer-column ul li a {
        font-size: 13px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .footer-contact li {
        font-size: 13px;
    }

    .trusted-logos-scroll {
        gap: 8px 12px;
    }

    .trusted-item-compact {
        padding: 6px 14px;
        font-size: 11px;
        gap: 6px;
    }

    .trusted-item-compact i {
        font-size: 14px;
    }

    .trusted-logo-small {
        height: 18px;
    }
}

/* =========================================================
   16. DARK MODE - ��� ����� ������
   ========================================================= */
@media (prefers-color-scheme: dark) {
    :root {
        --white: #121212;
        --light-gray: #1a1a2e;
        --dark-text: #e8e8e8;
        --text-gray: #a0a0b0;
        --border-gray: #2a2a4a;
        --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        --shadow-hover: 0 25px 70px rgba(0, 0, 0, 0.4);
    }

    .main-header {
        background: rgba(18, 18, 18, 0.97);
        border-bottom-color: var(--border-gray);
    }

    .nav-link {
        color: var(--text-gray);
    }

    .nav-link:hover,
    .nav-link.active {
        color: var(--soft-gold);
        background: rgba(201, 162, 39, 0.08);
    }

    .service-card-premium {
        background: var(--light-gray);
        border-color: var(--border-gray);
    }

    .service-card-content h3 {
        color: var(--dark-text);
    }

    .service-card-content p {
        color: var(--text-gray);
    }

    .industry-card {
        background: var(--light-gray);
        border-color: var(--border-gray);
    }

    .industry-card h4 {
        color: var(--dark-text);
    }

    .testimonial-card {
        background: var(--light-gray);
        border-color: var(--border-gray);
    }

    .testimonial-card p {
        color: var(--dark-text);
    }

    .testimonial-author strong {
        color: var(--dark-text);
    }

    .khfagy-chat-window {
        background: var(--light-gray);
    }

    .khfagy-chat-body {
        background: var(--white);
    }

    .bot-message {
        background: var(--light-gray);
        color: var(--dark-text);
    }

    .khfagy-chat-input {
        background: var(--light-gray);
        border-top-color: var(--border-gray);
    }

    .khfagy-chat-input input {
        background: var(--light-gray);
        color: var(--dark-text);
    }

    .trusted-item-compact {
        background: var(--light-gray);
        border-color: var(--border-gray);
        color: var(--dark-text);
    }

    .trusted-item-compact span {
        color: var(--dark-text);
    }

    .trusted-company-compact {
        background: rgba(11, 94, 215, 0.15);
        border-color: var(--primary-blue);
    }

    .trusted-company-compact:hover {
        background: var(--primary-blue);
    }

    .section-header h2 {
        color: var(--dark-text);
    }

    .section-header p {
        color: var(--text-gray);
    }

    .khf-why-section {
        background: var(--white);
    }

    .khf-feature {
        background: var(--light-gray);
        border-color: var(--border-gray);
    }

    .khf-feature:hover {
        background: rgba(11, 94, 215, 0.10);
    }

    .khf-feature.active {
        background: rgba(11, 94, 215, 0.15);
        border-color: var(--primary-blue);
    }

    .khf-feature-content h3 {
        color: var(--dark-text);
    }

    .khf-feature-content p {
        color: var(--text-gray);
    }

    .stats-premium {
        background: var(--dark-blue);
    }

    .global-cta-premium {
        background: var(--white);
        border-top-color: var(--border-gray);
    }

    .cta-content-wrapper h2 {
        color: var(--dark-text);
    }

    .cta-content-wrapper p {
        color: var(--text-gray);
    }

    .corporate-footer {
        background: var(--dark-blue);
    }

    .footer-bottom p {
        color: rgba(255, 255, 255, 0.2);
    }
}
/* =========================================================
   ABOUT PAGE - ������� ����
   ========================================================= */

/* ===== ABOUT COMPANY SECTION ===== */
.about-company-section {
    padding: 80px 0;
    background: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-hover);
}

.about-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-image:hover img {
    transform: scale(1.03);
}

.about-image-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--gold-gradient);
    color: var(--dark-blue);
    padding: 16px 24px;
    border-radius: var(--radius-sm);
    text-align: center;
    box-shadow: var(--gold-shadow);
}

.about-image-badge span {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.about-image-badge p {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.about-content-wrapper {
    padding: 0;
}

.about-content-wrapper .section-tag {
    margin-bottom: 12px;
}

.about-content-wrapper h2 {
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 18px;
    line-height: 1.2;
}

.about-content-wrapper h2 .highlight {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-lead {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-text);
    line-height: 1.8;
    margin-bottom: 14px;
}

.about-content-wrapper p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 24px;
}

.about-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.about-stat {
    text-align: center;
}

.about-stat .stat-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.about-stat .stat-label {
    font-size: 13px;
    color: var(--text-gray);
    font-weight: 500;
}

/* ===== VISION & MISSION ===== */
.vision-mission-section {
    padding: 80px 0;
    background: var(--light-gray);
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.vision-box,
.mission-box {
    background: var(--white);
    padding: 40px 35px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-gray);
    text-align: center;
}

.vision-box:hover,
.mission-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-gold);
}

.vision-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(11, 94, 215, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary-blue);
    margin: 0 auto 18px;
    transition: var(--transition);
}

.vision-box:hover .vision-icon,
.mission-box:hover .vision-icon {
    background: var(--gold-gradient);
    color: var(--white);
    transform: scale(1.05);
}

.vision-box h3,
.mission-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 14px;
}

.vision-box p,
.mission-box p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.8;
}

/* ===== CORE VALUES ===== */
.core-values-section {
    padding: 80px 0;
    background: var(--white);
}

.core-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.core-value-card {
    background: var(--light-gray);
    padding: 32px 28px;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--border-gray);
}

.core-value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-gold);
}

.core-value-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(11, 94, 215, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-blue);
    margin: 0 auto 14px;
    transition: var(--transition);
}

.core-value-card:hover .core-value-icon {
    background: var(--gold-gradient);
    color: var(--white);
}

.core-value-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 10px;
}

.core-value-card p {
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.7;
}

/* ===== LEADERSHIP PREVIEW ===== */
.leadership-preview-section {
    padding: 80px 0;
    background: var(--light-gray);
}

.leadership-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.leader-card {
    background: var(--white);
    padding: 30px 24px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-gray);
}

.leader-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-gold);
}

.leader-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    border: 4px solid rgba(201, 162, 39, 0.20);
    transition: var(--transition);
}

.leader-card:hover .leader-image {
    border-color: var(--accent-gold);
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 4px;
}

.leader-card span {
    font-size: 14px;
    color: var(--accent-gold);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.leader-card p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 14px;
}

.leader-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-blue);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.leader-link:hover {
    color: var(--accent-gold);
    gap: 10px;
}

.leader-link i {
    transition: var(--transition);
}

.leader-link:hover i {
    transform: translateX(-4px);
}

.leadership-cta {
    text-align: center;
    margin-top: 40px;
}

/* ===== RESPONSIVE ABOUT PAGE ===== */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-image img {
        height: 350px;
    }

    .vision-mission-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-content-wrapper h2 {
        font-size: 28px;
    }

    .about-stats {
        gap: 20px;
        flex-wrap: wrap;
    }

    .about-stat .stat-number {
        font-size: 26px;
    }

    .about-image img {
        height: 280px;
    }

    .about-image-badge {
        bottom: 16px;
        right: 16px;
        padding: 12px 18px;
    }

    .about-image-badge span {
        font-size: 22px;
    }

    .vision-box,
    .mission-box {
        padding: 28px 22px;
    }

    .core-values-grid {
        grid-template-columns: 1fr 1fr;
    }

    .leadership-preview-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .about-content-wrapper h2 {
        font-size: 24px;
    }

    .core-values-grid {
        grid-template-columns: 1fr;
    }

    .leadership-preview-grid {
        grid-template-columns: 1fr;
    }

    .about-image img {
        height: 220px;
    }

    .vision-box h3,
    .mission-box h3 {
        font-size: 20px;
    }

    .about-stats {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
    .about-company-section {
        background: var(--white);
    }

    .vision-box,
    .mission-box {
        background: var(--light-gray);
        border-color: var(--border-gray);
    }

    .core-value-card {
        background: var(--light-gray);
        border-color: var(--border-gray);
    }

    .leader-card {
        background: var(--light-gray);
        border-color: var(--border-gray);
    }

    .about-lead {
        color: var(--dark-text);
    }

    .vision-box p,
    .mission-box p {
        color: var(--text-gray);
    }

    .core-value-card h4 {
        color: var(--dark-text);
    }

    .core-value-card p {
        color: var(--text-gray);
    }

    .leader-card h4 {
        color: var(--dark-text);
    }

    .leader-card p {
        color: var(--text-gray);
    }

    .about-stat .stat-label {
        color: var(--text-gray);
    }
}
/* =========================================================
   EXTRA: BUTTON VISIBILITY ON DARK BACKGROUNDS
   ========================================================= */

/* تحسين رؤية الأزرار على الخلفيات الداكنة في السلايدر */
.hero-slider .btn-primary {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 215, 0, 0.15);
}

.hero-slider .btn-secondary {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
}

.hero-slider .btn-secondary:hover {
    background: rgba(201, 162, 39, 0.20);
    border-color: #C9A227;
    box-shadow: 0 12px 40px rgba(201, 162, 39, 0.2);
}

/* تحسين رؤية الأزرار في القسم الداكن (stats) */
.stats-premium .btn-primary {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.stats-premium .btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.stats-premium .btn-secondary:hover {
    background: rgba(201, 162, 39, 0.15);
    border-color: #C9A227;
}

/* تحسين رؤية الأزرار في الـ CTA */
.global-cta-premium .btn-primary {
    box-shadow: 0 8px 30px rgba(11, 94, 215, 0.35);
}

.global-cta-premium .btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 162, 39, 0.3);
    color: #0A2540;
}

.global-cta-premium .btn-secondary:hover {
    background: rgba(201, 162, 39, 0.08);
    border-color: #C9A227;
    color: #0A2540;
}