﻿/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0891b2;
    --primary-dark: #0e7490;
    --secondary-color: #22d3ee;
    --accent-color: #06b6d4;
    --hero-blue: #0066ff;
    --hero-cyan: #00d4ff;
    --dark-color: #0f172a;
    --dark-gray: #1e293b;
    --medium-gray: #475569;
    --light-gray: #f0f9ff;
    --surface-subtle: #ecfeff;
    --lighter-gray: #e0f2fe;
    --gray: #64748b;
    --white: #ffffff;
    --border-color: #bae6fd;
    --success-color: #10b981;
    --hot-badge: #ef4444;
    --gradient-primary: linear-gradient(135deg, #0e7490 0%, #0891b2 38%, #06b6d4 72%, #22d3ee 100%);
    --gradient-hero-bridge: linear-gradient(135deg, #0369a1 0%, #0891b2 40%, #22d3ee 85%, #67e8f9 100%);
    /* Same spectrum as kingdom-map section titles (ط£ط¹ظ…ط§ظ„ظ†ط§ ط­ظˆظ„ ط§ظ„ظ…ظ…ظ„ظƒط©) */
    --heading-gradient-kingdom: linear-gradient(135deg, #0f172a 0%, #0891b2 40%, #22d3ee 80%);
    /* Readable on dark / photo overlays â€” same teal/cyan family */
    --heading-gradient-on-dark: linear-gradient(135deg, #f8fafc 0%, #cffafe 28%, #22d3ee 72%, #a5f3fc 100%);
    --gradient-dark: linear-gradient(180deg, #0f172a 0%, #1e293b 55%, #0f172a 100%);
    --shadow-sm: 0 1px 2px rgba(8, 145, 178, 0.06);
    --shadow-md: 0 4px 12px rgba(8, 145, 178, 0.1), 0 2px 4px rgba(15, 23, 42, 0.04);
    --shadow-lg: 0 12px 32px rgba(8, 145, 178, 0.14), 0 4px 8px rgba(15, 23, 42, 0.05);
    --shadow-xl: 0 20px 40px rgba(8, 145, 178, 0.16), 0 8px 16px rgba(15, 23, 42, 0.06);
    --shadow-2xl: 0 24px 48px rgba(8, 145, 178, 0.2);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html#htmlRoot {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Enhanced smooth scrolling */
@media (prefers-reduced-motion: no-preference) {
    * {
        scroll-margin-top: 100px;
    }
}

html, body {
    overflow-x: hidden;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: var(--dark-color);
    background-color: var(--white);
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html[dir="ltr"] .hero-title,
html[dir="ltr"] .section-title,
html[dir="ltr"] .contact-info h2,
html[dir="ltr"] .about-intro-title {
    font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
}

/* Arabic Font Support */
html[dir="rtl"] body {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

/* Exclude Font Awesome icons and images from font-family override */
html[dir="rtl"] i[class*="fa-"],
html[dir="rtl"] i[class*="fas"],
html[dir="rtl"] i[class*="far"],
html[dir="rtl"] i[class*="fab"],
html[dir="rtl"] i[class*="fal"],
html[dir="rtl"] i[class*="fad"],
html[dir="rtl"] .fa,
html[dir="rtl"] .fas,
html[dir="rtl"] .far,
html[dir="rtl"] .fab,
html[dir="rtl"] .fal,
html[dir="rtl"] .fad,
html[dir="rtl"] img {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro" !important;
}

/* Apply font-family to text elements only */
html[dir="rtl"] p:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] span:not([class*="fa"]):not([class*="icon"]):not(.lang-text),
html[dir="rtl"] div:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] a:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] li:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] h1:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] h2:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] h3:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] h4:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] h5:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] h6:not([class*="fa"]):not([class*="icon"]) {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
    font-weight: 700;
    letter-spacing: 0;
}

html[dir="rtl"] body {
    line-height: 1.8;
}

/* Removed duplicate rule - handled above with exclusions */

html[dir="rtl"] button:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] input:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] textarea:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] select:not([class*="fa"]):not([class*="icon"]),
html[dir="rtl"] label:not([class*="fa"]):not([class*="icon"]) {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

/* Ensure images are always visible in RTL */
html[dir="rtl"] img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.header {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
    border-bottom: 1px solid var(--border-color);
}

.header.scrolled {
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(8, 145, 178, 0.12);
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
}

/* Navigation embedded in hero (index): fixed overlay on gradient */
.header.header--in-hero {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding-top: env(safe-area-inset-top, 0);
    background: rgba(10, 25, 41, 0.36);
    backdrop-filter: blur(18px) saturate(1.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.18);
}

.header.header--in-hero.scrolled {
    background: rgba(10, 25, 41, 0.86);
    border-bottom-color: rgba(34, 211, 238, 0.22);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}

.header.header--in-hero .main-nav a {
    color: rgba(248, 250, 252, 0.92);
}

.header.header--in-hero .main-nav a:hover,
.header.header--in-hero .main-nav a.active {
    color: #ecfeff;
}

.header.header--in-hero .main-nav a::before {
    background: rgba(255, 255, 255, 0.12);
}

.header.header--in-hero .logo a img {
    filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.35)) brightness(1.06);
}

.header.header--in-hero .language-switcher {
    color: rgba(248, 250, 252, 0.95);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.header.header--in-hero .language-switcher:hover {
    border-color: rgba(34, 211, 238, 0.45);
    background: rgba(255, 255, 255, 0.14);
}

.header.header--in-hero .language-switcher i:first-child,
.header.header--in-hero .language-switcher .lang-text,
.header.header--in-hero .language-switcher i:last-child {
    color: inherit;
}

.header.header--in-hero .btn-contact {
    color: #ecfeff;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.06);
}

.header.header--in-hero .btn-contact:hover {
    color: #ffffff;
    border-color: transparent;
}

.header.header--in-hero .btn-demo {
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(34, 211, 238, 0.35);
}

.header.header--in-hero .btn-demo:hover {
    color: #ffffff;
    box-shadow: 0 8px 28px rgba(34, 211, 238, 0.45);
}

.header.header--in-hero .mobile-menu-toggle {
    color: #ecfeff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.header.header--in-hero .mobile-menu-toggle:hover {
    border-color: rgba(34, 211, 238, 0.5);
    background: rgba(255, 255, 255, 0.14);
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    gap: 28px;
}

.logo {
    flex-shrink: 0;
}

.logo a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.logo a::before {
    content: none;
}

.logo a:hover {
    transform: translateY(-2px);
}

.logo a img {
    height: 48px;
    width: auto;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(38, 52, 68, 0.08));
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s ease;
}

.logo a:hover img {
    transform: translateY(-1px) scale(1.03);
    filter: drop-shadow(0 6px 20px rgba(34, 211, 238, 0.6));
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.main-nav li {
    position: relative;
}

.main-nav-list .nav-item--mobile-only {
    display: none;
}

.main-nav a {
    color: var(--dark-gray);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 9px 16px;
    border-radius: 12px;
    display: block;
}

.main-nav a::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-md);
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
    background: rgba(8, 145, 178, 0.08);
}

.main-nav a:hover::before,
.main-nav a.active::before {
    opacity: 1;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    border-radius: 2px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--gradient-primary);
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--primary-color);
    transform: translateY(-1px);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    width: calc(100% - 40px);
}

.main-nav a.active {
    font-weight: 700;
}

.main-nav-mobile-actions,
.mobile-nav-drawer-head,
.mobile-nav-backdrop {
    display: none;
}

.gov-projects-mobile-cta {
    display: none;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.btn-contact,
.btn-demo {
    padding: 9px 18px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.btn-contact {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: transparent;
    position: relative;
    overflow: hidden;
}

.btn-contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.btn-contact::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.btn-contact:hover::after {
    width: 300px;
    height: 300px;
}

.btn-contact:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.4), 0 0 0 4px rgba(8, 145, 178, 0.1);
    border-color: transparent;
}

.btn-contact:hover::before {
    opacity: 1;
}

.btn-demo {
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    color: var(--white);
    border: 2px solid transparent;
    box-shadow: 0 4px 16px rgba(8, 145, 178, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-demo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0e7490 0%, #0891b2 45%, #06b6d4 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.btn-demo::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.btn-demo:hover::after {
    width: 300px;
    height: 300px;
}

.btn-demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(8, 145, 178, 0.5), 0 0 0 4px rgba(34, 211, 238, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-demo:hover::before {
    opacity: 1;
}

.language-switcher-wrapper {
    position: relative;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%),
                      linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(34, 211, 238, 0.05) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 12px;
    color: var(--dark-gray);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    min-width: 80px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.language-switcher::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(34, 211, 238, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.language-switcher:hover::before {
    opacity: 1;
}

.language-switcher:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-color: rgba(8, 145, 178, 0.3);
    color: var(--primary-color);
    box-shadow: 0 4px 16px rgba(8, 145, 178, 0.25), 0 0 0 2px rgba(34, 211, 238, 0.1);
    transform: translateY(-2px);
}

.language-switcher.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-color: rgba(8, 145, 178, 0.4);
    color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.2), 0 0 0 2px rgba(34, 211, 238, 0.15);
}

.language-switcher i:first-child {
    font-size: 16px;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.language-switcher .lang-text {
    font-weight: 700;
    min-width: 28px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.language-switcher i:last-child {
    font-size: 10px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 2px;
}

.language-switcher.active i:last-child {
    transform: rotate(180deg);
}

.language-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%),
                      linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(34, 211, 238, 0.05) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(8, 145, 178, 0.2), 0 0 0 1px rgba(8, 145, 178, 0.1);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow: hidden;
}

.language-switcher-wrapper.active .language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-gray);
    position: relative;
}

.lang-option:hover {
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(34, 211, 238, 0.08) 100%);
    color: var(--primary-color);
    transform: translateX(4px);
}

.lang-option.active {
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.15) 0%, rgba(34, 211, 238, 0.12) 100%);
    color: var(--primary-color);
    font-weight: 600;
    border-left: 3px solid var(--primary-color);
}

.lang-option.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
}

.lang-option .lang-flag {
    font-size: 20px;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.lang-option .lang-name {
    flex: 1;
    font-weight: inherit;
}

.lang-option .fa-check {
    color: var(--primary-color);
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.lang-option.active .fa-check {
    opacity: 1;
}

.lang-option:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

/* RTL adjustments for language switcher */
html[dir="rtl"] .language-dropdown {
    right: auto;
    left: 0;
}

html[dir="rtl"] .lang-option {
    text-align: right;
}

/* RTL Support */
html[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] .header-top {
    flex-direction: row-reverse;
}

html[dir="rtl"] .main-nav ul {
    flex-direction: row-reverse;
}

html[dir="rtl"] .hero-wrapper {
    direction: rtl;
}

html[dir="rtl"] .hero-content {
    text-align: right;
    transform: translateX(clamp(10px, 1.75vw, 28px));
}

html[dir="rtl"] .hero-buttons {
    flex-direction: row-reverse;
}

html[dir="rtl"] .section-title::after {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

html[dir="rtl"] .contact-info h2::after {
    left: auto;
    right: 0;
}

html[dir="rtl"] .contact-wrapper {
    direction: rtl;
}

html[dir="rtl"] .featured-card::after,
html[dir="rtl"] .benefit-item::after,
html[dir="rtl"] .area-card::before,
html[dir="rtl"] .pricing-card::before {
    left: auto;
    right: 0;
    transform-origin: right;
}

html[dir="rtl"] .testimonial-card::before {
    left: auto;
    right: 0;
    transform-origin: right;
}

html[dir="rtl"] .contact-detail::before {
    left: auto;
    right: 0;
    transform-origin: right;
    border-radius: 0 16px 16px 0;
}

html[dir="rtl"] .btn-hero i {
    order: -1;
}

html[dir="rtl"] .link-arrow i,
html[dir="rtl"] .product-link i {
    transform: scaleX(-1);
}

html[dir="rtl"] .link-arrow:hover i,
html[dir="rtl"] .product-link:hover i {
    transform: scaleX(-1) translateX(-6px);
}

html[dir="rtl"] .contact-feature,
html[dir="rtl"] .contact-detail {
    flex-direction: row-reverse;
}

html[dir="rtl"] .contact-feature:hover,
html[dir="rtl"] .contact-detail:hover {
    transform: translateY(-4px);
}

html[dir="rtl"] .emergency-buttons {
    flex-direction: row-reverse;
}

html[dir="rtl"] .footer-content,
html[dir="rtl"] .footer-bottom,
html[dir="rtl"] .footer-copyright {
    direction: rtl;
}

html[dir="rtl"] .footer-links {
    flex-direction: row-reverse;
}

/* RTL Support */
html[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] .header-top {
    flex-direction: row-reverse;
}

html[dir="rtl"] .main-nav ul {
    flex-direction: row-reverse;
}

html[dir="rtl"] .hero-wrapper {
    direction: rtl;
}

html[dir="rtl"] .hero-content {
    text-align: right;
    transform: translateX(clamp(10px, 1.75vw, 28px));
}

html[dir="rtl"] .hero-buttons {
    flex-direction: row-reverse;
}

html[dir="rtl"] .section-title::after {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

html[dir="rtl"] .contact-info h2::after {
    left: auto;
    right: 0;
}

html[dir="rtl"] .contact-wrapper {
    direction: rtl;
}

html[dir="rtl"] .featured-card::after,
html[dir="rtl"] .benefit-item::after,
html[dir="rtl"] .area-card::before,
html[dir="rtl"] .pricing-card::before {
    left: auto;
    right: 0;
    transform-origin: right;
}

html[dir="rtl"] .testimonial-card::before {
    left: auto;
    right: 0;
    transform-origin: right;
}

html[dir="rtl"] .contact-detail::before {
    left: auto;
    right: 0;
    transform-origin: right;
    border-radius: 0 16px 16px 0;
}

html[dir="rtl"] .btn-hero i {
    order: -1;
}

html[dir="rtl"] .link-arrow i,
html[dir="rtl"] .product-link i {
    transform: scaleX(-1);
}

html[dir="rtl"] .link-arrow:hover i,
html[dir="rtl"] .product-link:hover i {
    transform: scaleX(-1) translateX(-6px);
}

html[dir="rtl"] .contact-feature,
html[dir="rtl"] .contact-detail {
    flex-direction: row-reverse;
}

html[dir="rtl"] .contact-feature:hover,
html[dir="rtl"] .contact-detail:hover {
    transform: translateY(-4px);
}

html[dir="rtl"] .emergency-buttons {
    flex-direction: row-reverse;
}

html[dir="rtl"] .footer-content,
html[dir="rtl"] .footer-bottom,
html[dir="rtl"] .footer-copyright {
    direction: rtl;
}

html[dir="rtl"] .footer-links {
    flex-direction: row-reverse;
}

.mobile-menu-toggle {
    display: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 2px solid transparent;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%),
                      linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(34, 211, 238, 0.05) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-size: 24px;
    cursor: pointer;
    color: var(--primary-color);
    padding: 10px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.mobile-menu-toggle::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.15) 0%, rgba(34, 211, 238, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.mobile-menu-toggle:hover::before {
    opacity: 1;
}

.mobile-menu-toggle:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-color: rgba(8, 145, 178, 0.3);
    color: var(--primary-color);
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(8, 145, 178, 0.25), 0 0 0 2px rgba(34, 211, 238, 0.1);
}

.mobile-menu-toggle:active {
    transform: scale(0.95);
}

.mobile-menu-toggle.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-color: rgba(8, 145, 178, 0.4);
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.2), 0 0 0 2px rgba(34, 211, 238, 0.15);
}

.mobile-menu-toggle i {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-toggle.active i.fa-bars {
    transform: rotate(90deg);
    opacity: 0;
}

.mobile-menu-toggle.active i.fa-times {
    transform: rotate(0deg);
    opacity: 1;
}

/* Hero Section - Enhanced Professional Design */
.hero {
    background: linear-gradient(135deg, #0a1929 0%, #0066ff 25%, #00d4ff 50%, #0066ff 75%, #0a1929 100%);
    background-size: 400% 400%;
    animation: animated-hero-bg 25s ease-in-out infinite;
    color: var(--white);
    padding: clamp(116px, 14vh + 56px, 168px) 0 120px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    isolation: isolate;
    box-shadow: inset 0 -100px 200px rgba(0, 0, 0, 0.3);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 102, 255, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 212, 255, 0.25) 0%, transparent 50%),
        linear-gradient(135deg, rgba(4, 3, 69, 0.4) 0%, rgba(23, 162, 184, 0.2) 50%, rgba(4, 3, 69, 0.4) 100%);
    background-size: 200% 200%, 200% 200%, 200% 200%;
    animation: animated-hero-bg 25s ease-in-out infinite, heroShimmer 8s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.03) 2px,
            rgba(255, 255, 255, 0.03) 4px
        );
    z-index: 1;
    pointer-events: none;
    animation: scanLine 15s linear infinite;
}

@keyframes heroShimmer {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@keyframes scanLine {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes animated-hero-bg {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

.hero-gradient-orb {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.7;
    animation: orbFloat 15s infinite ease-in-out, orbPulse 8s infinite ease-in-out;
    will-change: transform, opacity;
}

.hero-cityscape {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-cityscape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.5;
    filter: saturate(1.1) contrast(1.05);
}

@media (max-width: 768px) {
    .hero-cityscape img {
        object-position: center bottom;
        opacity: 0.48;
    }
}

/* English (LTR): remove hero color wash â€” background photo at full clarity */
html[dir="ltr"] .hero {
    background: #0b1120;
    background-size: auto;
    animation: none;
    box-shadow: none;
}

html[dir="ltr"] .hero::before,
html[dir="ltr"] .hero::after {
    opacity: 0;
    visibility: hidden;
    animation: none;
    pointer-events: none;
}

html[dir="ltr"] .hero-grid-pattern {
    display: none;
}

html[dir="ltr"] .hero-gradient-orb {
    display: none;
}

html[dir="ltr"] .hero-cityscape img {
    opacity: 1;
    filter: none;
}

@media (max-width: 768px) {
    html[dir="ltr"] .hero-cityscape img {
        opacity: 1;
        object-position: center bottom;
    }
}

html[dir="ltr"] .hero-glow {
    opacity: 0;
    visibility: hidden;
    animation: none;
}

html[dir="ltr"] .hero-particles {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

html[dir="ltr"] .hero-subtitle {
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.85),
        0 2px 20px rgba(0, 0, 0, 0.55);
}

html[dir="ltr"] .hero-title {
    filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.5));
}

@keyframes orbPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.9;
    }
}

.hero-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #0066ff 0%, transparent 70%);
    top: -300px;
    right: -200px;
    animation-delay: 0s;
}

.hero-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #00d4ff 0%, transparent 70%);
    bottom: -200px;
    left: -150px;
    animation-delay: 5s;
}

.hero-orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    top: 50%;
    right: 15%;
    animation-delay: 10s;
}

@keyframes orbFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(50px, -50px) scale(1.1);
    }
    66% {
        transform: translate(-30px, 30px) scale(0.9);
    }
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content {
    text-align: left;
}

.hero-logo-mark {
    position: absolute;
    top: -80px;
    right: -230px;
    left: auto;
    z-index: 3;
}

.hero-logo-mark img {
    height: 840px;
    width: auto;
    display: block;
    filter: drop-shadow(0 16px 40px rgba(0, 102, 255, 0.55));
}

html[dir="rtl"] .hero-logo-mark {
    right: auto;
    left: -230px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    animation: slideInDown 0.8s ease;
    position: relative;
    overflow: hidden;
}

.hero-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.hero-badge:hover::before {
    left: 100%;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulseDot 2s infinite;
    box-shadow: 0 0 10px #10b981;
}

@keyframes pulseDot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.hero-badge i {
    color: #fbbf24;
    font-size: 16px;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.5));
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 88px;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 1.05;
    letter-spacing: -4px;
    animation: fadeInUp 0.8s ease 0.2s both;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.hero-title .title-line {
    display: block;
    position: relative;
    margin-bottom: 8px;
}

.hero-title .title-line:first-child {
    font-size: 0.95em;
    opacity: 1;
    font-weight: 800;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-title .title-line.highlight {
    position: relative;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 900;
}

.gradient-text {
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    filter: drop-shadow(0 4px 20px rgba(8, 145, 178, 0.28));
    display: inline-block;
}

.gradient-text::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.6), rgba(0, 102, 255, 0.6), transparent);
    border-radius: 3px;
    animation: underlineGlow 3s ease infinite;
    filter: blur(4px);
    opacity: 0.8;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes underlineGlow {
    0%, 100% {
        opacity: 0.6;
        transform: scaleX(0.85);
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    font-size: 22px;
    margin-bottom: 48px;
    opacity: 0.95;
    font-weight: 500;
    line-height: 1.75;
    max-width: 640px;
    animation: fadeInUp 0.8s ease 0.4s both;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.98);
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 28px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.btn-hero {
    padding: 18px 36px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-hero.btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 50%, #e0f2fe 100%);
    color: var(--primary-color);
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.25),
        0 0 0 0 rgba(255, 255, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 0 30px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hero.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.35),
        0 0 0 4px rgba(255, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 0 40px rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #f0f9ff 100%);
}

.btn-hero.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.btn-hero.btn-primary:hover::before {
    left: 100%;
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: left 0.6s;
}

.btn-hero.btn-primary:hover .btn-shine {
    left: 100%;
}

.btn-hero.btn-primary i {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.btn-hero.btn-primary:hover i {
    transform: translateX(6px);
}

.btn-hero.btn-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-hero.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-4px);
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    animation: fadeInUp 0.8s ease 0.8s both;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.hero-feature:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 20px;
    color: var(--white);
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-content strong {
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    display: block;
}

.feature-content span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.8s ease 1s both;
}

.trust-item {
    text-align: left;
}

.trust-number {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
}

.trust-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.trust-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

/* Hero Visual */
.hero-visual {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.hero-visual-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: glowPulse 4s ease-in-out infinite;
    z-index: 1;
}

.hero-van {
    display: none;
    position: absolute;
    bottom: -210px;
    right: 0;
    width: 450px;
    height: auto;
    z-index: 1000;
    animation: none;
    filter: drop-shadow(0 15px 40px rgba(0, 0, 0, 0.4));
    will-change: auto;
}

.van-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform-origin: center;
}

@keyframes vanMove {
    0% {
        transform: translateX(100vw);
        opacity: 1;
    }
    100% {
        transform: translateX(calc(-100vw - 450px));
        opacity: 1;
    }
}

/* Van bounce effect removed for smooth movement */
.hero-van .van-image {
    transform-origin: center bottom;
}

/* Van text on back */
.van-text {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    transform: translateY(-50%);
    background: rgba(8, 145, 178, 0.9);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    z-index: 1001;
    animation: fadeInOut 3s ease-in-out infinite;
    pointer-events: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: 0.5px;
}

/* Arabic font for van text */
html[dir="rtl"] .van-text {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif;
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 20px;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
        transform: translateY(-50%) scale(0.9);
    }
    20%, 80% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

@keyframes glowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.hero-ac-unit {
    position: relative;
    width: 280px;
    height: 280px;
    z-index: 3;
    animation: floatUpDown 6s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.ac-unit-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    animation: ringRotate 20s linear infinite;
}

.ac-ring-1 {
    width: 100%;
    height: 100%;
    border-color: rgba(255, 255, 255, 0.3);
    animation-duration: 15s;
}

.ac-ring-2 {
    width: 80%;
    height: 80%;
    border-color: rgba(255, 255, 255, 0.25);
    animation-duration: 20s;
    animation-direction: reverse;
}

.ac-ring-3 {
    width: 60%;
    height: 60%;
    border-color: rgba(255, 255, 255, 0.2);
    animation-duration: 25s;
}

@keyframes ringRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Blue floating snowflakes â€” hero visual (no large flake) */
.hero-snow-float {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    color: #38bdf8;
    line-height: 1;
    filter:
        drop-shadow(0 0 10px rgba(56, 189, 248, 0.95))
        drop-shadow(0 0 26px rgba(14, 165, 233, 0.55))
        drop-shadow(0 6px 20px rgba(0, 102, 255, 0.35));
    animation: heroSnowDrift 14s ease-in-out infinite;
    will-change: transform;
}

.hero-snow-float--md {
    font-size: clamp(2.1rem, 4.2vw, 3.4rem);
    bottom: 8%;
    inset-inline-start: 4%;
    animation-duration: 12s;
    animation-delay: -3s;
    opacity: 0.95;
}

.hero-snow-float--sm {
    font-size: clamp(1.35rem, 2.8vw, 2.15rem);
    top: 36%;
    inset-inline-start: 10%;
    animation-duration: 10s;
    animation-delay: -1.5s;
    opacity: 0.9;
}

.hero-snow-float--xs {
    font-size: clamp(1.1rem, 2.2vw, 1.65rem);
    top: 10%;
    inset-inline-end: 14%;
    animation-duration: 11s;
    animation-delay: -2.2s;
    opacity: 0.88;
}

.hero-snow-float--xs2 {
    font-size: clamp(1rem, 2vw, 1.5rem);
    bottom: 18%;
    inset-inline-end: 8%;
    animation-duration: 13s;
    animation-delay: -4s;
    opacity: 0.85;
}

@keyframes heroSnowDrift {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    33% {
        transform: translate3d(6px, -14px, 0) rotate(120deg);
    }
    66% {
        transform: translate3d(-8px, 10px, 0) rotate(240deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-snow-float {
        animation: none;
    }
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: particleFloat 8s infinite ease-in-out;
}

.particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

.particle:nth-child(4) {
    top: 40%;
    right: 25%;
    animation-delay: 1s;
}

.particle:nth-child(5) {
    bottom: 20%;
    right: 10%;
    animation-delay: 3s;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(30px, -30px) scale(1.5);
        opacity: 1;
    }
}

.hero-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    padding: 24px;
    border-radius: 16px;
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.35);
    text-align: center;
    width: 160px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    animation: floatCard 6s infinite ease-in-out;
}

.hero-card i {
    font-size: 32px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    display: block;
}

.hero-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 6px;
}

.hero-card p {
    font-size: 13px;
    color: var(--gray);
    margin: 0;
}

.hero-card-1 {
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.hero-card-2 {
    bottom: 20%;
    right: 5%;
    animation-delay: 2s;
}

.hero-card-3 {
    top: 30%;
    left: 5%;
    animation-delay: 4s;
}

@keyframes floatCard {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.logo i {
    color: var(--secondary-color);
    margin-right: 8px;
}

/* Responsive Hero */
@media (max-width: 1024px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        font-size: 70px;
        letter-spacing: -3px;
    }
    
    .hero-subtitle {
        font-size: 20px;
    }

    .hero-visual {
        height: 400px;
    }

    .hero-ac-unit {
        width: 220px;
        height: 220px;
    }

    .hero-snow-float--md {
        font-size: clamp(1.75rem, 5vw, 2.75rem);
        bottom: 4%;
    }

    .hero-snow-float--sm {
        font-size: clamp(1.1rem, 3.5vw, 1.65rem);
        top: 32%;
        inset-inline-start: 4%;
    }

    .hero-snow-float--xs {
        font-size: clamp(0.95rem, 2.8vw, 1.35rem);
        top: 8%;
        inset-inline-end: 8%;
    }

    .hero-snow-float--xs2 {
        font-size: clamp(0.9rem, 2.5vw, 1.25rem);
        bottom: 14%;
        inset-inline-end: 4%;
    }

    .hero-glow {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 82px 0 28px;
        min-height: auto;
    }

    .hero-title {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .hero-subtitle {
        font-size: 19px;
        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-hero {
        width: 100%;
        justify-content: center;
    }

    .hero-visual {
        height: 300px;
    }

    .hero-ac-unit {
        width: 180px;
        height: 180px;
    }

    .hero-snow-float--md {
        font-size: clamp(1.5rem, 7vw, 2.25rem);
        bottom: 2%;
        inset-inline-start: 0;
    }

    .hero-snow-float--sm {
        font-size: clamp(1rem, 5vw, 1.5rem);
        top: 28%;
        inset-inline-start: 2%;
    }

    .hero-snow-float--xs {
        font-size: clamp(0.85rem, 4vw, 1.15rem);
        top: 6%;
        inset-inline-end: 2%;
    }

    .hero-snow-float--xs2 {
        font-size: clamp(0.8rem, 3.8vw, 1.05rem);
        bottom: 10%;
        inset-inline-end: 0;
    }

    .hero-glow {
        width: 250px;
        height: 250px;
    }

    .hero-orb-1,
    .hero-orb-2,
    .hero-orb-3 {
        filter: blur(60px);
    }
}

.btn {
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.btn-primary {
    background-color: var(--white);
    color: var(--primary-color);
    box-shadow: var(--shadow-xl);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-2xl);
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

/* Subtle HVAC icons behind section content â€” slow drift across the section */
@keyframes sectionBgFloat1 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-14deg); }
    25% { transform: translate3d(14vw, -10vh, 0) rotate(8deg); }
    50% { transform: translate3d(6vw, 12vh, 0) rotate(-22deg); }
    75% { transform: translate3d(-12vw, -4vh, 0) rotate(-6deg); }
}

@keyframes sectionBgFloat2 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(18deg); }
    33% { transform: translate3d(-16vw, 8vh, 0) rotate(-10deg); }
    66% { transform: translate3d(10vw, -12vh, 0) rotate(24deg); }
}

@keyframes sectionBgFloat3 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg); }
    50% { transform: translate3d(-18vw, -12vh, 0) rotate(16deg); }
}

@keyframes sectionBgFloat4 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(12deg); }
    40% { transform: translate3d(12vw, 14vh, 0) rotate(-16deg); }
    80% { transform: translate3d(-14vw, -8vh, 0) rotate(20deg); }
}

@keyframes sectionBgFloat5 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(22deg); }
    50% { transform: translate3d(20vw, 6vh, 0) rotate(-12deg); }
}

@keyframes sectionBgFloat6 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-20deg); }
    30% { transform: translate3d(-10vw, 14vh, 0) rotate(12deg); }
    70% { transform: translate3d(16vw, -10vh, 0) rotate(-26deg); }
}

.section-bg-icons {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.section-bg-icon {
    position: absolute;
    font-size: clamp(2.6rem, 8.5vw, 6.4rem);
    line-height: 1;
    font-weight: 300;
    will-change: transform;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    backface-visibility: hidden;
}

.section-bg-icon:nth-child(1) {
    top: 6%;
    inset-inline-start: 4%;
    font-size: clamp(2.2rem, 7vw, 5.2rem);
    color: #0e7490;
    opacity: 0.48;
    filter: drop-shadow(0 4px 22px rgba(6, 182, 212, 0.45));
    animation-name: sectionBgFloat1;
    animation-duration: 104s;
    animation-delay: 0s;
}

.section-bg-icon:nth-child(2) {
    top: 18%;
    inset-inline-end: 6%;
    font-size: clamp(2.9rem, 9vw, 6.7rem);
    color: #2563eb;
    opacity: 0.44;
    filter: drop-shadow(0 4px 22px rgba(37, 99, 235, 0.42));
    animation-name: sectionBgFloat2;
    animation-duration: 116s;
    animation-delay: -12s;
}

.section-bg-icon:nth-child(3) {
    top: 42%;
    inset-inline-start: 2%;
    font-size: clamp(2rem, 6.2vw, 4.5rem);
    color: #0d9488;
    opacity: 0.46;
    filter: drop-shadow(0 4px 22px rgba(13, 148, 136, 0.42));
    animation-name: sectionBgFloat3;
    animation-duration: 92s;
    animation-delay: -6s;
}

.section-bg-icon:nth-child(4) {
    bottom: 22%;
    inset-inline-end: 8%;
    font-size: clamp(2.4rem, 7.5vw, 5.6rem);
    color: #7c3aed;
    opacity: 0.42;
    filter: drop-shadow(0 4px 22px rgba(124, 58, 237, 0.4));
    animation-name: sectionBgFloat4;
    animation-duration: 128s;
    animation-delay: -24s;
}

.section-bg-icon:nth-child(5) {
    bottom: 8%;
    inset-inline-start: 12%;
    font-size: clamp(1.8rem, 5.4vw, 4.1rem);
    color: #d97706;
    opacity: 0.45;
    filter: drop-shadow(0 4px 22px rgba(217, 119, 6, 0.4));
    animation-name: sectionBgFloat5;
    animation-duration: 100s;
    animation-delay: -16s;
}

.section-bg-icon:nth-child(6) {
    top: 55%;
    inset-inline-end: 3%;
    font-size: clamp(2.2rem, 6.8vw, 4.9rem);
    color: #059669;
    opacity: 0.43;
    filter: drop-shadow(0 4px 22px rgba(5, 150, 105, 0.4));
    animation-name: sectionBgFloat6;
    animation-duration: 112s;
    animation-delay: -8s;
}

.section-bg-icons--dark .section-bg-icon:nth-child(1) {
    color: #67e8f9;
    opacity: 0.52;
    filter: drop-shadow(0 0 28px rgba(103, 232, 249, 0.55));
}

.section-bg-icons--dark .section-bg-icon:nth-child(2) {
    color: #93c5fd;
    opacity: 0.5;
    filter: drop-shadow(0 0 28px rgba(147, 197, 253, 0.5));
}

.section-bg-icons--dark .section-bg-icon:nth-child(3) {
    color: #5eead4;
    opacity: 0.52;
    filter: drop-shadow(0 0 28px rgba(94, 234, 212, 0.5));
}

.section-bg-icons--dark .section-bg-icon:nth-child(4) {
    color: #c4b5fd;
    opacity: 0.48;
    filter: drop-shadow(0 0 28px rgba(196, 181, 253, 0.55));
}

.section-bg-icons--dark .section-bg-icon:nth-child(5) {
    color: #fcd34d;
    opacity: 0.5;
    filter: drop-shadow(0 0 28px rgba(252, 211, 77, 0.5));
}

.section-bg-icons--dark .section-bg-icon:nth-child(6) {
    color: #6ee7b7;
    opacity: 0.5;
    filter: drop-shadow(0 0 28px rgba(110, 231, 183, 0.5));
}

@media (max-width: 640px) {
    .section-bg-icon:nth-child(3),
    .section-bg-icon:nth-child(6) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-bg-icon {
        animation: none !important;
        will-change: auto;
    }

    .section-bg-icon:nth-child(1) { transform: rotate(-14deg); }
    .section-bg-icon:nth-child(2) { transform: rotate(18deg); }
    .section-bg-icon:nth-child(3) { transform: rotate(-8deg); }
    .section-bg-icon:nth-child(4) { transform: rotate(12deg); }
    .section-bg-icon:nth-child(5) { transform: rotate(22deg); }
    .section-bg-icon:nth-child(6) { transform: rotate(-20deg); }

    .featured-card,
    .featured-card:hover,
    .featured-image img,
    .featured-icon,
    .featured-icon i,
    .service-list li,
    .service-list li i,
    .link-arrow,
    .link-arrow i {
        transition: none !important;
    }

    .featured-card:hover {
        transform: none;
    }

    .featured-card:hover .featured-image img {
        transform: none !important;
    }

    .featured-card:hover .featured-icon,
    .featured-card:hover .featured-icon i {
        transform: none;
    }

    .service-list li:hover {
        transform: none;
    }
}

/* Featured Section */
.featured-section {
    padding: clamp(80px, 10vw, 120px) 0;
    background: linear-gradient(180deg, var(--surface-subtle) 0%, #ffffff 55%, var(--light-gray) 100%);
    position: relative;
    overflow: hidden;
}

.featured-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 80% 50% at 10% 0%, rgba(0, 102, 255, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 70% 45% at 95% 100%, rgba(34, 211, 238, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(8, 145, 178, 0.04) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.featured-section .container {
    position: relative;
    z-index: 1;
}

.featured-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(8, 145, 178, 0.35), rgba(34, 211, 238, 0.55), rgba(8, 145, 178, 0.35), transparent);
}

.featured-section--services::after {
    background:
        radial-gradient(ellipse 70% 45% at 8% 0%, rgba(0, 102, 255, 0.06) 0%, transparent 52%),
        radial-gradient(ellipse 65% 40% at 96% 100%, rgba(34, 211, 238, 0.09) 0%, transparent 48%),
        radial-gradient(circle at 50% 40%, rgba(8, 145, 178, 0.035) 0%, transparent 72%);
}

.featured-section-head {
    text-align: center;
    max-width: 880px;
    margin-inline: auto;
    margin-bottom: clamp(28px, 4vw, 44px);
}

.featured-section-head .section-title {
    margin-bottom: 4px;
}

.featured-section-head .section-subtitle {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 42rem;
    margin-inline: auto;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(20px, 2.5vw, 32px);
    margin-top: 0;
}

.featured-card {
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    padding: 0;
    border-radius: 20px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 18px 40px -12px rgba(15, 23, 42, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease,
        border-color 0.45s ease,
        background 0.45s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    display: flex;
    flex-direction: column;
}

.featured-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.55s ease;
    pointer-events: none;
}

.featured-card:hover::before {
    opacity: 1;
}

.featured-card-content {
    padding: clamp(24px, 3vw, 32px) clamp(22px, 2.5vw, 28px) clamp(22px, 2.5vw, 28px);
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 2;
    align-items: stretch;
}

/* Featured Card Images */
.featured-image {
    width: 100%;
    height: clamp(200px, 34vw, 360px);
    margin: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.06) 0%, rgba(34, 211, 238, 0.07) 100%);
}

.featured-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.12) 0%, rgba(34, 211, 238, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.featured-card:hover .featured-image::before {
    opacity: 1;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
}

.featured-card:hover .featured-image img {
    transform: scale(1.07);
}

.featured-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.12) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.featured-card:hover .featured-image::after {
    opacity: 1;
}

.featured-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.featured-card:hover::after {
    transform: scaleX(1);
}

.featured-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.88);
    box-shadow:
        0 20px 48px -12px rgba(8, 145, 178, 0.14),
        0 10px 24px -8px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    border-color: rgba(8, 145, 178, 0.24);
}

.featured-icon {
    font-size: clamp(22px, 2.2vw, 28px);
    margin: -30px 0 16px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    box-shadow:
        0 6px 18px rgba(8, 145, 178, 0.22),
        0 0 0 1px rgba(8, 145, 178, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    position: relative;
    z-index: 4;
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease;
}

.featured-icon i {
    color: #ffffff;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.featured-card:nth-child(1) .featured-icon {
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
}

.featured-card:nth-child(2) .featured-icon {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

.featured-card:nth-child(3) .featured-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}

.featured-card:nth-child(4) .featured-icon {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
}

.featured-card:nth-child(5) .featured-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
}

.featured-card:nth-child(6) .featured-icon {
    background: linear-gradient(135deg, #6db8c9 0%, #22d3ee 100%);
}

.featured-card:hover .featured-icon {
    transform: translateY(-4px);
    box-shadow:
        0 10px 28px rgba(8, 145, 178, 0.3),
        0 0 0 1px rgba(8, 145, 178, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.featured-card:nth-child(2):hover .featured-icon {
    box-shadow:
        0 10px 28px rgba(16, 185, 129, 0.3),
        0 0 0 1px rgba(16, 185, 129, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.featured-card:nth-child(3):hover .featured-icon {
    box-shadow:
        0 10px 28px rgba(245, 158, 11, 0.3),
        0 0 0 1px rgba(245, 158, 11, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.featured-card:nth-child(4):hover .featured-icon {
    box-shadow:
        0 10px 28px rgba(239, 68, 68, 0.3),
        0 0 0 1px rgba(239, 68, 68, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.featured-card:nth-child(5):hover .featured-icon {
    box-shadow:
        0 10px 28px rgba(139, 92, 246, 0.3),
        0 0 0 1px rgba(139, 92, 246, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.featured-card:nth-child(6):hover .featured-icon {
    box-shadow:
        0 10px 28px rgba(6, 182, 212, 0.3),
        0 0 0 1px rgba(6, 182, 212, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.featured-card:hover .featured-icon i {
    transform: scale(1.06);
}

.featured-card h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.15rem, 1.1vw + 0.95rem, 1.4rem);
    margin-bottom: 10px;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    position: relative;
    z-index: 1;
    text-align: start;
}

.featured-card p {
    color: var(--gray);
    margin-bottom: 18px;
    line-height: 1.7;
    font-size: 15px;
    text-align: start;
}

.service-list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.service-list li {
    padding: 11px 13px;
    color: var(--dark-gray);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease,
        color 0.25s ease;
    position: relative;
    border-radius: 11px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.95);
    line-height: 1.45;
}

.service-list li:hover {
    background: rgba(240, 253, 250, 0.98);
    border-color: rgba(8, 145, 178, 0.22);
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.06);
    transform: translateY(-1px);
    color: var(--primary-dark);
}

.service-list li i {
    color: #0f766e;
    font-size: 11px;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(16, 185, 129, 0.14);
    transition: transform 0.25s ease, background 0.25s ease;
}

.service-list li:hover i {
    transform: scale(1.05);
    background: rgba(16, 185, 129, 0.22);
}

.link-arrow {
    color: #0e7490;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        gap 0.35s ease;
    font-size: 15px;
    position: relative;
    padding: 13px 18px;
    margin-top: auto;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.07) 0%, rgba(34, 211, 238, 0.05) 100%);
    border: 1px solid rgba(8, 145, 178, 0.2);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.link-arrow::after {
    display: none;
}

.link-arrow:hover {
    gap: 14px;
    color: #fff;
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(8, 145, 178, 0.32);
}

.link-arrow i {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 14px;
    opacity: 0.95;
}

.link-arrow:hover i {
    transform: translateX(5px);
}

/* Products Section */
.products-section {
    padding: 100px 0;
    background-color: var(--white);
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 3vw + 0.5rem, 2.5rem);
    text-align: center;
    margin-bottom: 16px;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    position: relative;
    display: inline-block;
    width: 100%;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.55), 0 0 8px rgba(0, 102, 255, 0.35);
}

.section-subtitle {
    text-align: center;
    color: var(--medium-gray);
    font-size: clamp(1.0625rem, 0.55vw + 1rem, 1.1875rem);
    margin-bottom: 56px;
    margin-top: 28px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
    font-weight: 400;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    padding: 8px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.tab-btn {
    padding: 14px 28px;
    border: none;
    background-color: transparent;
    color: var(--dark-gray);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 15px;
    font-family: inherit;
}

.tab-btn:hover {
    background-color: rgba(8, 145, 178, 0.1);
    color: var(--primary-color);
}

.tab-btn.active {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 32px;
}

.product-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(24px) saturate(170%);
    -webkit-backdrop-filter: blur(24px) saturate(170%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    padding: 36px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: none;
    overflow: hidden;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.product-card.show {
    display: block;
    animation: fadeInUp 0.5s ease;
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card:hover {
    background: rgba(255, 255, 255, 0.58);
    box-shadow:
        0 20px 48px rgba(8, 145, 178, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-8px);
    border-color: rgba(8, 145, 178, 0.35);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: var(--white);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-md);
    z-index: 1;
}

.product-image {
    font-size: 72px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.product-card:hover .product-image {
    transform: scale(1.1) rotate(-5deg);
}

.product-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    margin-bottom: 12px;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.product-type {
    color: var(--primary-color);
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-desc {
    color: var(--gray);
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.6;
}

.product-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    position: relative;
    padding: 8px 0;
}

.product-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-link:hover {
    gap: 14px;
    color: var(--primary-dark);
}

.product-link:hover::after {
    width: 100%;
}

.product-link i {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-link:hover i {
    transform: translateX(6px);
}

/* Benefits Section */
.benefits-section {
    padding: 0;
    background: #0b1220;
    position: relative;
    overflow: hidden;
}

.benefits-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(34, 211, 238, 0.12) 0%, transparent 42%),
        radial-gradient(circle at 92% 80%, rgba(0, 102, 255, 0.08) 0%, transparent 45%);
    z-index: 0;
    pointer-events: none;
}

.benefits-section .container {
    position: relative;
    z-index: 1;
}

.benefits-section .section-subtitle {
    max-width: 620px;
}

.benefits-visual-stack {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(72px, 10vw, 120px) 0;
}

.benefits-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    line-height: 0;
}

.benefits-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: contrast(1.08) saturate(1.06);
}

.benefits-visual-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(2, 6, 23, 0.48) 0%,
        rgba(2, 6, 23, 0.18) 42%,
        rgba(2, 6, 23, 0.52) 100%
    );
    pointer-events: none;
}

.benefits-visual-content {
    position: relative;
    z-index: 2;
}

.benefits-visual-stack .benefits-visual-title,
.benefits-visual-stack .section-title.benefits-visual-title {
    background: var(--heading-gradient-on-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.45));
}

.benefits-visual-stack .benefits-visual-title::after,
.benefits-visual-stack .section-title.benefits-visual-title::after {
    box-shadow: 0 0 24px rgba(34, 211, 238, 0.45);
}

.benefits-visual-stack .benefits-visual-subtitle,
.benefits-visual-stack .section-subtitle.benefits-visual-subtitle {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.58), 0 0 1px rgba(0, 0, 0, 0.4);
}

.benefits-visual-content .about-intro-card {
    margin-top: clamp(12px, 2vw, 20px);
    background-image: none;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(32px) saturate(185%);
    -webkit-backdrop-filter: blur(32px) saturate(185%);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.benefits-visual-content .about-intro-card:hover {
    box-shadow:
        0 22px 56px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.benefits-visual-content .about-intro-text {
    color: rgba(248, 250, 252, 0.92);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.benefits-visual-content .about-intro-card:hover .about-intro-text {
    color: #f8fafc;
}

.benefits-grid--on-image {
    margin-top: clamp(32px, 4vw, 48px);
}

/* Dispatch system â€” standalone section (enhanced) */
.dispatch-system-section {
    padding: clamp(80px, 10vw, 120px) 0;
    background:
        linear-gradient(165deg, #f0f9ff 0%, #ecfeff 32%, #f8fafc 58%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.dispatch-system-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    opacity: 0.92;
    z-index: 2;
}

.dispatch-system-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 55% at 50% -10%, rgba(34, 211, 238, 0.14) 0%, transparent 55%),
        radial-gradient(circle at 12% 40%, rgba(8, 145, 178, 0.07) 0%, transparent 38%),
        radial-gradient(circle at 92% 65%, rgba(14, 165, 233, 0.08) 0%, transparent 42%);
    pointer-events: none;
    z-index: 0;
}

.dispatch-system-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
}

.dispatch-system-glow--1 {
    width: min(520px, 70vw);
    height: min(520px, 70vw);
    top: -12%;
    inset-inline-end: -8%;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.35) 0%, transparent 68%);
}

.dispatch-system-glow--2 {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    bottom: -18%;
    inset-inline-start: -10%;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.22) 0%, transparent 70%);
}

.dispatch-system-inner {
    position: relative;
    z-index: 1;
    max-width: 1040px;
}

.dispatch-system-header {
    text-align: center;
    margin-bottom: clamp(8px, 1.5vw, 16px);
}

.dispatch-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0e7490;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(8, 145, 178, 0.22);
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.1);
}

.dispatch-eyebrow i {
    font-size: 0.95rem;
    opacity: 0.9;
}

.dispatch-system-section .dispatch-system-lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    color: #475569;
}

.dispatch-features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 22px);
    margin-top: clamp(36px, 5vw, 52px);
}

.dispatch-feature {
    position: relative;
    margin: 0;
    padding: clamp(22px, 2.5vw, 28px) clamp(20px, 2.5vw, 26px) clamp(22px, 2.5vw, 28px) clamp(22px, 2.5vw, 30px);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(20px) saturate(170%);
    -webkit-backdrop-filter: blur(20px) saturate(170%);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        0 14px 40px rgba(8, 145, 178, 0.09),
        0 0 0 1px rgba(8, 145, 178, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, border-color 0.35s ease;
    overflow: hidden;
}

.dispatch-feature::before {
    content: '';
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: 4px;
    background: var(--gradient-primary);
    border-radius: 4px 0 0 4px;
    opacity: 0.95;
}

.dispatch-feature:hover {
    transform: translateY(-6px);
    border-color: rgba(8, 145, 178, 0.2);
    box-shadow:
        0 22px 56px rgba(8, 145, 178, 0.14),
        0 0 0 1px rgba(8, 145, 178, 0.1),
        inset 0 1px 0 #ffffff;
}

.dispatch-feature__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #f0fdfa;
    background: linear-gradient(145deg, #0e7490 0%, #0891b2 50%, #22d3ee 100%);
    box-shadow:
        0 10px 28px rgba(8, 145, 178, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.dispatch-feature__text {
    margin: 0;
    font-size: clamp(0.95rem, 0.28vw + 0.9rem, 1.04rem);
    line-height: 1.62;
    color: #334155;
    font-weight: 500;
}

html[dir="rtl"] .dispatch-feature {
    padding: clamp(22px, 2.5vw, 28px) clamp(22px, 2.5vw, 30px) clamp(22px, 2.5vw, 28px) clamp(20px, 2.5vw, 26px);
}

html[dir="rtl"] .dispatch-feature::before {
    inset-inline-start: auto;
    inset-inline-end: 0;
    border-radius: 0 4px 4px 0;
}

@media (max-width: 720px) {
    .dispatch-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .dispatch-system-glow--1,
    .dispatch-system-glow--2 {
        opacity: 0.35;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dispatch-feature {
        transition: none;
    }

    .dispatch-feature:hover {
        transform: none;
    }
}

/* About Intro Card */
.about-intro-card {
    margin-top: 32px;
    margin-bottom: 40px;
    padding: 48px 56px;
    border-radius: 32px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 2px solid transparent;
    background-image:
        linear-gradient(135deg, #ffffff 0%, #f0fdfa 50%, #ecfeff 100%),
        linear-gradient(135deg, #0891b2 0%, #22d3ee 50%, #0ea5e9 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow:
        0 12px 40px rgba(8, 145, 178, 0.12),
        0 0 40px rgba(34, 211, 238, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

.about-intro-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 24px 56px rgba(8, 145, 178, 0.22),
        0 0 48px rgba(34, 211, 238, 0.18),
        0 0 0 1px rgba(255, 255, 255, 1);
}

.about-intro-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: transparent;
    opacity: 0;
    pointer-events: none;
}

@keyframes cardGlow {
    0%, 100% {
        opacity: 0.6;
        transform: rotate(0deg);
    }
    50% {
        opacity: 0.8;
        transform: rotate(180deg);
    }
}

.about-intro-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    pointer-events: none;
    border-radius: 32px;
}

.about-intro-title {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.25rem, 1vw + 1.1rem, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    z-index: 1;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 8px rgba(8, 145, 178, 0.2));
    transition: all 0.3s ease;
}

.about-intro-card:hover .about-intro-title {
    filter: drop-shadow(0 4px 16px rgba(8, 145, 178, 0.3));
    transform: translateX(4px);
}

.about-intro-title::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    box-shadow:
        0 0 0 4px rgba(8, 145, 178, 0.2),
        0 0 0 8px rgba(34, 211, 238, 0.1),
        0 0 30px rgba(8, 145, 178, 0.6),
        0 0 60px rgba(34, 211, 238, 0.3);
    animation: pulseDot 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes pulseDot {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.about-intro-title::after {
    content: '';
    height: 3px;
    width: 120px;
    border-radius: 2px;
    background: linear-gradient(90deg, 
        rgba(8, 145, 178, 0.6) 0%, 
        rgba(34, 211, 238, 0.8) 50%,
        transparent 100%);
    box-shadow: 0 2px 8px rgba(34, 211, 238, 0.4);
    animation: lineGlow 3s ease-in-out infinite;
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.6;
        transform: scaleX(1);
    }
    50% {
        opacity: 1;
        transform: scaleX(1.1);
    }
}

.about-intro-text {
    position: relative;
    color: #475569;
    font-size: 17px;
    line-height: 2;
    max-width: 900px;
    font-weight: 400;
    z-index: 1;
    text-align: justify;
    letter-spacing: 0.01em;
    transition: all 0.3s ease;
}

.about-intro-card:hover .about-intro-text {
    color: #334155;
}

.about-intro-text br {
    display: block;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .about-intro-card {
        padding: 32px 28px;
        margin-top: 24px;
        margin-bottom: 32px;
        border-radius: 24px;
    }

    .about-intro-card:hover {
        transform: translateY(-4px);
    }

    .about-intro-title {
        font-size: 22px;
        gap: 12px;
    }

    .about-intro-title::before {
        width: 10px;
        height: 10px;
    }

    .about-intro-title::after {
        width: 80px;
    }

    .about-intro-text {
        font-size: 15px;
        line-height: 1.85;
        text-align: right;
    }
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.04) 0%, transparent 40%, rgba(34, 211, 238, 0.05) 100%);
    pointer-events: none;
    z-index: 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 36px;
    margin-top: 60px;
}

.benefit-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
    backdrop-filter: blur(40px);
    padding: 56px 44px;
    border-radius: 32px;
    text-align: center;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(8, 145, 178, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 0 60px rgba(8, 145, 178, 0.05);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(8, 145, 178, 0.12);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-item::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.06) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.benefit-item:hover::before {
    opacity: 1;
    transform: scale(1.1);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.benefit-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.benefit-item:hover::after {
    transform: scaleX(1);
}

.benefit-item:hover {
    transform: translateY(-14px) scale(1.02);
    box-shadow: 
        0 25px 70px rgba(8, 145, 178, 0.2),
        0 0 0 1px rgba(8, 145, 178, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 0 50px rgba(34, 211, 238, 0.1);
    border-color: rgba(8, 145, 178, 0.25);
}

.benefit-icon {
    font-size: 52px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    box-shadow: 
        0 8px 24px rgba(8, 145, 178, 0.2),
        0 0 0 1px rgba(8, 145, 178, 0.15),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-icon i {
    color: #ffffff;
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.3));
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-icon .sr-icon {
    font-size: 0.9em;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.03em;
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.3));
}

.benefit-item:nth-child(1) .benefit-icon {
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
}

.benefit-item:nth-child(2) .benefit-icon {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

.benefit-item:nth-child(3) .benefit-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}

.benefit-item:nth-child(4) .benefit-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
}

.benefit-item:nth-child(5) .benefit-icon {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
}

.benefit-item:nth-child(6) .benefit-icon {
    background: linear-gradient(135deg, #6db8c9 0%, #22d3ee 100%);
}

.benefit-item:hover .benefit-icon {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 
        0 12px 32px rgba(8, 145, 178, 0.3),
        0 0 0 1px rgba(8, 145, 178, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.benefit-item:nth-child(2):hover .benefit-icon {
    box-shadow: 
        0 12px 32px rgba(16, 185, 129, 0.3),
        0 0 0 1px rgba(16, 185, 129, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.benefit-item:nth-child(3):hover .benefit-icon {
    box-shadow: 
        0 12px 32px rgba(245, 158, 11, 0.3),
        0 0 0 1px rgba(245, 158, 11, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.benefit-item:nth-child(4):hover .benefit-icon {
    box-shadow: 
        0 12px 32px rgba(139, 92, 246, 0.3),
        0 0 0 1px rgba(139, 92, 246, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.benefit-item:nth-child(5):hover .benefit-icon {
    box-shadow: 
        0 12px 32px rgba(236, 72, 153, 0.3),
        0 0 0 1px rgba(236, 72, 153, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.benefit-item:nth-child(6):hover .benefit-icon {
    box-shadow: 
        0 12px 32px rgba(6, 182, 212, 0.3),
        0 0 0 1px rgba(6, 182, 212, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.benefit-item:hover .benefit-icon i {
    filter: drop-shadow(0 4px 16px rgba(255, 255, 255, 0.4));
    transform: scale(1.1);
}

.benefit-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    margin-bottom: 18px;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
}

.benefit-item p {
    color: var(--gray);
    line-height: 1.75;
    font-size: 15px;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.benefits-grid--on-image .benefit-item {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(32px) saturate(185%);
    -webkit-backdrop-filter: blur(32px) saturate(185%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 12px 44px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 0 44px rgba(8, 145, 178, 0.06);
}

.benefits-grid--on-image .benefit-item:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 0 56px rgba(34, 211, 238, 0.12);
}

.benefits-grid--on-image .benefit-item h3 {
    background: var(--heading-gradient-on-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.35));
}

.benefits-grid--on-image .benefit-item p {
    color: rgba(241, 245, 249, 0.88);
}

.benefits-grid--on-image .benefit-item:hover p {
    color: rgba(248, 250, 252, 0.95);
}

/* Contact Section â€” quote request */
.contact-section {
    padding: clamp(72px, 9vw, 112px) 0;
    background: linear-gradient(168deg, #f8fafc 0%, #ecfeff 42%, #e0f2fe 72%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.contact-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 90% 55% at 88% 8%, rgba(34, 211, 238, 0.18) 0%, transparent 52%),
        radial-gradient(ellipse 70% 50% at 8% 92%, rgba(8, 145, 178, 0.14) 0%, transparent 48%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.5) 0%, transparent 55%);
    z-index: 0;
    pointer-events: none;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-wrapper {
    display: block;
    max-width: 760px;
    margin: 0 auto;
}

.contact-info-head {
    margin-bottom: 28px;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.15) 0%, rgba(34, 211, 238, 0.2) 100%);
    color: #0891b2;
    font-size: 1.25rem;
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-info h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.85rem, 2.2vw + 1rem, 2.65rem);
    margin-bottom: 18px;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
    position: relative;
}

.contact-info h2::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 72px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.45);
}

.contact-info .contact-lead {
    color: #475569;
    margin: 28px 0 0;
    font-size: clamp(15px, 0.4vw + 14px, 17px);
    line-height: 1.75;
    max-width: 34rem;
}

.contact-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    border-radius: 16px;
    box-shadow:
        0 10px 36px rgba(8, 145, 178, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-inline-start: 3px solid rgba(8, 145, 178, 0.45);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.contact-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(8, 145, 178, 0.07) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.contact-feature:hover::before {
    opacity: 1;
}

.contact-feature:hover {
    box-shadow:
        0 16px 44px rgba(8, 145, 178, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transform: translateY(-4px);
    border-inline-start-color: #0891b2;
}

.contact-feature i {
    color: #059669;
    font-size: 22px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(16, 185, 129, 0.25));
}

.contact-feature:hover i {
    transform: scale(1.1);
}

.contact-feature span {
    font-weight: 600;
    color: #334155;
    font-size: 14px;
}

.contact-form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.contact-form {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(26px) saturate(170%);
    -webkit-backdrop-filter: blur(26px) saturate(170%);
    padding: clamp(36px, 4vw, 48px) clamp(28px, 3vw, 44px);
    border-radius: 28px;
    box-shadow:
        0 24px 64px rgba(8, 145, 178, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.75);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 28px 28px 0 0;
    box-shadow: 0 0 24px rgba(34, 211, 238, 0.35);
}

.contact-form::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(8, 145, 178, 0.06);
}

.form-grid {
    display: grid;
    gap: 20px 22px;
    margin-bottom: 22px;
}

.form-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid .form-group {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 22px;
}

.form-group--narrow {
    max-width: min(100%, 280px);
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #334155;
    font-size: 13px;
    letter-spacing: 0.01em;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    background: rgba(255, 255, 255, 0.92);
    color: var(--dark-color);
}

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
    border-color: rgba(8, 145, 178, 0.35);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0891b2;
    box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.12);
    background: #ffffff;
}

.form-group textarea {
    resize: vertical;
    min-height: 128px;
}

.contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-form-actions .btn-submit {
    flex: 1 1 200px;
}

.btn-whatsapp-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border: none;
    border-radius: 12px;
    background: #25d366;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    flex: 1 1 200px;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.btn-whatsapp-submit:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.contact-form-optional summary {
    cursor: pointer;
    font-weight: 600;
    color: #475569;
    margin-bottom: 12px;
}

@media (min-width: 969px) {
    .contact-form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 22px;
    }

    .contact-form-core,
    .contact-form-optional {
        display: contents;
    }

    .contact-form-optional summary {
        display: none;
    }

    .contact-form .form-group:has(#name) {
        grid-column: 1;
        grid-row: 1;
    }

    .contact-form .form-group:has(#email) {
        grid-column: 2;
        grid-row: 1;
    }

    .contact-form .form-group:has(#phone) {
        grid-column: 1;
        grid-row: 2;
    }

    .contact-form .form-group:has(#serviceType) {
        grid-column: 2;
        grid-row: 2;
    }

    .contact-form .form-grid--2 {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .contact-form .form-group:has(#message) {
        grid-column: 1 / -1;
        grid-row: 4;
    }

    .contact-form .form-group:has(#preferredDate) {
        grid-column: 1;
        grid-row: 5;
        max-width: 280px;
    }

    .contact-form-actions {
        grid-column: 1 / -1;
        grid-row: 6;
    }
}

@media (max-width: 720px) {
    .form-grid--2 {
        grid-template-columns: 1fr;
    }
}

.verification-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.verification-wrapper input {
    flex: 1;
}

.captcha-code {
    padding: 14px 24px;
    background: var(--gradient-primary);
    border: 2px solid transparent;
    border-radius: 10px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 3px;
    font-size: 18px;
    min-width: 120px;
    text-align: center;
    user-select: none;
}

.btn-submit {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-top: 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0e7490 0%, #0891b2 40%, #06b6d4 100%);
    color: var(--white);
    border: none;
    box-shadow:
        0 12px 32px rgba(8, 145, 178, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 44px rgba(8, 145, 178, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Footer */
.footer {
    background: var(--gradient-dark);
    color: var(--white);
    padding: 48px 0 20px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.5), rgba(0, 102, 255, 0.45), rgba(34, 211, 238, 0.5), transparent);
    box-shadow: 0 2px 16px rgba(34, 211, 238, 0.28);
}

.footer-top {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-logo {
    flex-shrink: 0;
    max-width: 200px;
}

.footer-logo img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(8, 145, 178, 0.3));
    transition: all 0.3s ease;
}

.footer-logo img:hover {
    transform: translateY(-4px);
    filter: drop-shadow(0 6px 16px rgba(8, 145, 178, 0.5));
}

.footer-tagline {
    flex: 1;
    min-width: 220px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    max-width: 440px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px 32px;
    margin-bottom: 36px;
}

.footer-section h4 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    background: var(--heading-gradient-on-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-vat-item {
    margin-top: 10px;
}

.footer-vat-image {
    width: 110px;
    height: auto;
    display: block;
    border-radius: 6px;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    display: inline-block;
}

.footer-section a:hover {
    color: var(--white);
    transform: translateX(4px);
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 24px;
}

.footer-social h4,
.footer-newsletter h4 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    background: var(--heading-gradient-on-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: var(--white);
    transition: all 0.3s ease;
    font-size: 15px;
}

.social-links a:hover {
    background: var(--gradient-primary);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.newsletter-form {
    display: flex;
    gap: 8px;
}

.newsletter-form input {
    flex: 1;
    padding: 10px 14px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-size: 13px;
    transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--primary-color);
    background-color: rgba(255, 255, 255, 0.15);
}

.newsletter-form button {
    padding: 10px 18px;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
}

.newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.footer-links {
    display: flex;
    gap: 16px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 12px;
}

.footer-links a:hover {
    color: var(--white);
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 100px;
    padding: 16px 30px;
    border-radius: 999px;
    background-color: #25D366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 34px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    z-index: 1100;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Floating helper image above WhatsApp */
.mosaed-helper {
    position: fixed;
    right: 24px;
    bottom: 200px;
    width: 260px;
    height: auto;
    z-index: 1101;
    pointer-events: none;
    object-fit: contain;
    display: none !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    mix-blend-mode: multiply;
    filter: contrast(1.1);
    transform-origin: center bottom;
    animation: none;
    transform: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mosaed-helper.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

@keyframes mosaedWave {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-6px) rotate(-2deg);
    }
    50% {
        transform: translateY(0) rotate(1.5deg);
    }
    75% {
        transform: translateY(-4px) rotate(-1.5deg);
    }
}

/* Helper button next to assistant */
.mosaed-help-button {
    position: fixed;
    right: 225px;
    bottom: 235px;
    background: rgba(38, 52, 68, 0.96);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(38, 52, 68, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 1101;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.mosaed-help-button.show {
    opacity: 1;
    visibility: visible;
}

.mosaed-help-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(38, 52, 68, 0.55);
    background-color: #0b172a;
}

/* Chat widget */
.mosaed-chat {
    position: fixed;
    right: 24px;
    bottom: 210px;
    width: 320px;
    max-height: 420px;
    background: rgba(38, 52, 68, 0.98);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(38, 52, 68, 0.55);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1200;
    transform: translateY(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.mosaed-chat--open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mosaed-chat-header {
    padding: 10px 14px;
    background: linear-gradient(135deg, #06b6d4, #22c55e);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mosaed-chat-close {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    padding: 0 4px;
}

.mosaed-chat-body {
    padding: 10px 12px;
    background: #020617;
    flex: 1;
    overflow-y: auto;
    direction: rtl;
}

.mosaed-chat-message {
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 8px;
    max-width: 100%;
}

.mosaed-chat-message--bot {
    background: #0f172a;
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.mosaed-chat-message--user {
    background: #22c55e;
    color: #022c22;
    margin-left: auto;
    text-align: left;
}

.mosaed-chat-input {
    display: flex;
    gap: 6px;
    padding: 8px;
    background: #020617;
    border-top: 1px solid rgba(30, 64, 175, 0.7);
}

.mosaed-chat-input input {
    flex: 1;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    padding: 8px 12px;
    font-size: 13px;
    background: #020617;
    color: #e5e7eb;
}

.mosaed-chat-input input::placeholder {
    color: rgba(148, 163, 184, 0.8);
}

.mosaed-chat-input button {
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #06b6d4, #22c55e);
    color: #ffffff;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.mosaed-chat-input button:hover {
    filter: brightness(1.05);
}

.whatsapp-float .whatsapp-text {
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    background-color: #1ebe5b;
}

@media (max-width: 768px) {
    .whatsapp-float {
        right: 16px;
        bottom: 90px;
        padding: 10px 18px;
        font-size: 28px;
    }

    .whatsapp-float .whatsapp-text {
        font-size: 14px;
    }

    .mosaed-helper {
        right: 6px;
        bottom: 160px;
        width: 210px;
    }

    .mosaed-help-button {
        right: 98px;
        bottom: 198px;
        font-size: 13px;
        padding: 7px 12px;
    }

    .mosaed-chat {
        right: 10px;
        bottom: 190px;
        width: 90vw;
        max-width: 360px;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 120px 0;
    background: linear-gradient(180deg, var(--lighter-gray) 0%, #ffffff 65%);
    position: relative;
    overflow: hidden;
}

/* Smart visual showcase */
.smart-visual-section {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(34, 211, 238, 0.16) 0%, transparent 42%),
        radial-gradient(circle at 90% 85%, rgba(8, 145, 178, 0.14) 0%, transparent 40%),
        linear-gradient(180deg, #f8fdff 0%, #ffffff 100%);
}

.smart-visual-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 44px;
}

.smart-visual-head .section-subtitle {
    margin-bottom: 16px;
}

.smart-vrf-intro {
    margin: 0 auto;
    max-width: 860px;
    font-size: clamp(0.98rem, 1.6vw, 1.08rem);
    line-height: 1.85;
    color: var(--text-secondary, #475569);
    text-align: center;
}

.smart-slider {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
}

.smart-slider-track {
    position: relative;
    min-height: clamp(500px, 64vw, 820px);
    margin-bottom: 10px;
}

.smart-image-card {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(8, 145, 178, 0.22);
    box-shadow: 0 18px 44px rgba(8, 145, 178, 0.2);
    backdrop-filter: blur(8px);
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.5s ease, box-shadow 0.4s ease, opacity 0.5s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(22px) scale(0.98);
}

.smart-image-card.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
    z-index: 2;
}

.smart-image-card.is-leaving {
    transform: translateX(-22px) scale(0.98);
}

.smart-image-card.is-active:hover {
    transform: translateX(0) scale(1);
    box-shadow: 0 18px 44px rgba(8, 145, 178, 0.2);
}

.smart-image-card img {
    width: 100%;
    height: clamp(470px, 60vw, 780px);
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
    display: block;
    animation: smartImageZoom 7s ease-in-out infinite;
}

.smart-image-number {
    display: none;
}

.smart-image-glow {
    position: absolute;
    inset: auto -20% -30% -20%;
    height: 55%;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.28) 0%, rgba(34, 211, 238, 0) 70%);
    pointer-events: none;
}

.smart-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    cursor: pointer;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.smart-slider-nav:hover {
    transform: translateY(-50%) scale(1.08);
    background: rgba(8, 145, 178, 0.88);
}

.smart-slider-nav--prev {
    left: -14px;
}

.smart-slider-nav--next {
    right: -14px;
}

.smart-slider-progress {
    width: min(240px, 62%);
    height: 4px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.35);
    overflow: hidden;
}

.smart-slider-progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    transform: scaleX(0);
    background: linear-gradient(90deg, #06b6d4, #22c55e);
}

.smart-slider-counter {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    pointer-events: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.15em;
    min-width: 88px;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: clamp(1.25rem, 2.8vw, 1.6rem);
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.04em;
    background: linear-gradient(145deg, #0e7490, #0891b2);
    border: 3px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        0 8px 24px rgba(8, 145, 178, 0.5),
        0 0 0 4px rgba(8, 145, 178, 0.18);
    text-shadow: 0 1px 3px rgba(15, 23, 42, 0.4);
}

.smart-slider-counter-current {
    font-size: 1em;
    font-weight: 800;
    color: #ffffff;
}

.smart-slider-counter-sep {
    margin: 0 0.2em;
    opacity: 0.85;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.smart-slider-counter-total {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.smart-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.smart-slider-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(100, 116, 139, 0.45);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.smart-slider-dot.is-active {
    background: #0891b2;
    transform: scale(1.15);
}

@keyframes smartImageFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-7px) rotate(0.5deg);
    }
}

@keyframes smartImageZoom {
    0%, 100% {
        scale: 1;
    }
    50% {
        scale: 1.035;
    }
}

@keyframes smartSliderProgress {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 900px) {
    .smart-slider-nav {
        width: 38px;
        height: 38px;
    }

    .smart-slider-counter {
        bottom: 18px;
        padding: 12px 22px;
        min-width: 76px;
        font-size: 1.2rem;
        border-width: 2px;
    }

    .smart-image-card img {
        height: clamp(380px, 92vw, 620px);
    }

    .smart-slider-nav--prev {
        left: 8px;
    }

    .smart-slider-nav--next {
        right: 8px;
    }
}

.testimonials-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(34, 211, 238, 0.14) 0%, transparent 55%),
        linear-gradient(135deg, rgba(8, 145, 178, 0.05) 0%, transparent 55%);
    z-index: 0;
    pointer-events: none;
}

.testimonials-section .container {
    position: relative;
    z-index: 1;
}

.projects-highlight-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #0c4a6e;
    background: rgba(34, 211, 238, 0.16);
    border: 1px solid rgba(8, 145, 178, 0.2);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(28px) saturate(175%);
    -webkit-backdrop-filter: blur(28px) saturate(175%);
    padding: 56px 48px;
    border-radius: 32px;
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.52),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.45);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.03) 0%, rgba(34, 211, 238, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--gradient-primary);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;
}

.testimonial-card:hover::before {
    transform: scaleY(1);
}

.testimonial-card:hover {
    transform: translateY(-16px) scale(1.03);
    background: rgba(255, 255, 255, 0.44);
    box-shadow:
        0 28px 72px rgba(8, 145, 178, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.55);
}

.testimonial-rating {
    color: #fbbf24;
    font-size: 20px;
    margin-bottom: 24px;
    display: flex;
    gap: 6px;
    filter: drop-shadow(0 2px 8px rgba(251, 191, 36, 0.3));
}

.testimonial-text {
    color: var(--gray);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
    font-style: normal;
}

.project-kpis {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.project-kpi {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(6, 182, 212, 0.12);
    border: 1px solid rgba(8, 145, 178, 0.16);
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
}

.project-scope-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.project-scope-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--gray);
    font-size: 14px;
    line-height: 1.6;
}

.project-scope-list i {
    margin-top: 3px;
    color: #0891b2;
}

.project-cta {
    width: 100%;
    justify-content: center;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e0f2fe 0%, #cffafe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 22px;
    flex-shrink: 0;
    box-shadow:
        0 4px 14px rgba(8, 145, 178, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.65),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
}

.author-avatar img,
.author-avatar-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 1;
}

.author-avatar-fallback {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-family: 'Tajawal', 'Poppins', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #f0fdfa;
    background: linear-gradient(160deg, #0e7490 0%, #0891b2 45%, #06b6d4 100%);
    border-radius: 50%;
    line-height: 1;
}

.author-avatar i {
    position: absolute;
    z-index: 1;
}

.testimonial-card:hover .author-avatar {
    transform: scale(1.1);
}

.author-info h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 4px;
}

.author-info p {
    color: var(--gray);
    font-size: 14px;
    margin: 0;
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 30px 22px;
        border-radius: 22px;
    }
}

/* Statistics Section (hidden) */
.statistics-section {
    display: none;
    padding: 60px 0;
    background: linear-gradient(155deg, #020617 0%, #0c4a6e 32%, #0369a1 58%, #0891b2 78%, #22d3ee 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.statistics-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 102, 255, 0.22) 0%, transparent 45%),
        radial-gradient(circle at 88% 75%, rgba(0, 212, 255, 0.18) 0%, transparent 42%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.45) 0%, transparent 45%, rgba(2, 6, 23, 0.35) 100%);
    z-index: 0;
    pointer-events: none;
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(34, 211, 238, 0.15) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
}

.statistics-section .section-bg-icons {
    z-index: 1;
}

.statistics-section .container {
    position: relative;
    z-index: 2;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.stat-item {
    padding: 40px 32px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.stat-item:hover::before {
    opacity: 1;
}

.stat-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.stat-item:hover {
    transform: translateY(-8px) scale(1.05);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.stat-item:hover::after {
    transform: scaleX(1);
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 16px;
    color: var(--white);
    background: linear-gradient(135deg, #ffffff 0%, #a5f3fc 35%, #22d3ee 55%, #38bdf8 100%);
    background-size: 200% 200%;
    animation: gradient-shift 3s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 4px 20px rgba(255, 255, 255, 0.3));
    position: relative;
    display: inline-block;
    transition: transform 0.5s ease;
}

.stat-item:hover .stat-number {
    transform: scale(1.1);
}

.stat-number::after {
    content: '+';
    font-size: 40px;
    position: absolute;
    right: -20px;
    top: 0;
    opacity: 0.8;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 1;
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* Process Section */
.process-section {
    padding: 140px 0;
    background: linear-gradient(185deg, #ffffff 0%, var(--light-gray) 40%, var(--surface-subtle) 100%);
    position: relative;
    overflow: hidden;
}

.process-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 25% 15%, rgba(8, 145, 178, 0.09) 0%, transparent 40%),
        radial-gradient(circle at 75% 90%, rgba(34, 211, 238, 0.1) 0%, transparent 45%),
        linear-gradient(135deg, rgba(0, 102, 255, 0.03) 0%, transparent 50%, rgba(34, 211, 238, 0.04) 100%);
    z-index: 0;
    pointer-events: none;
}

.process-section .container {
    position: relative;
    z-index: 1;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    position: relative;
    margin-top: 60px;
}

.process-step {
    text-align: center;
    position: relative;
    padding: 90px 36px 48px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(28px) saturate(175%);
    -webkit-backdrop-filter: blur(28px) saturate(175%);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    overflow: visible;
    animation: fadeInUp 0.8s ease-out forwards, floatCard 6s ease-in-out 0.8s infinite;
    opacity: 0;
    transform: translateY(30px);
}

.process-step:nth-child(1) {
    animation-delay: 0.1s;
}

.process-step:nth-child(2) {
    animation-delay: 0.2s;
}

.process-step:nth-child(3) {
    animation-delay: 0.3s;
}

.process-step:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes floatCard {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.process-step::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.06) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.process-step:hover::before {
    opacity: 1;
}

.process-step::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.process-step:hover {
    transform: translateY(-16px) scale(1.02);
    background: rgba(255, 255, 255, 0.42);
    box-shadow:
        0 24px 64px rgba(8, 145, 178, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.58);
    animation: floatCard 6s ease-in-out infinite, pulseGlow 2s ease-in-out infinite;
}

.process-step:hover::after {
    transform: scaleX(1);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 
            0 24px 64px rgba(8, 145, 178, 0.15),
            0 0 0 1px rgba(8, 145, 178, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }
    50% {
        box-shadow: 
            0 24px 64px rgba(8, 145, 178, 0.2),
            0 0 0 1px rgba(8, 145, 178, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 0 40px rgba(8, 145, 178, 0.1);
    }
}

.step-number {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 900;
    box-shadow: 
        0 12px 36px rgba(8, 145, 178, 0.35),
        0 0 0 8px rgba(255, 255, 255, 0.1),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
    z-index: 4;
    border: 6px solid var(--white);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    animation: numberPulse 3s ease-in-out infinite;
}

.step-number::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: var(--gradient-primary);
    opacity: 0.4;
    filter: blur(16px);
    z-index: -1;
    animation: pulse-ring 2.5s ease-in-out infinite;
}

.step-number::after {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    background: var(--gradient-primary);
    opacity: 0.2;
    filter: blur(24px);
    z-index: -2;
    animation: pulse-ring-outer 3s ease-in-out infinite;
}

@keyframes numberPulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.05);
    }
}

@keyframes pulse-ring-outer {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.05;
    }
}

.process-step:hover .step-number {
    transform: translateX(-50%) scale(1.2) rotate(8deg);
    box-shadow: 
        0 16px 48px rgba(8, 145, 178, 0.5),
        0 0 0 10px rgba(255, 255, 255, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4),
        0 0 60px rgba(8, 145, 178, 0.3);
    animation: numberPulse 1.5s ease-in-out infinite, numberRotate 3s linear infinite;
}

@keyframes numberRotate {
    0% {
        transform: translateX(-50%) scale(1.2) rotate(8deg);
    }
    100% {
        transform: translateX(-50%) scale(1.2) rotate(368deg);
    }
}

@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.1;
    }
}

.step-icon {
    font-size: 64px;
    margin: 50px auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
    box-shadow: 
        0 8px 24px rgba(8, 145, 178, 0.2),
        0 0 0 1px rgba(8, 145, 178, 0.15),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: iconFloat 4s ease-in-out infinite;
}

.step-icon i {
    color: #ffffff;
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.3));
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step:nth-child(1) .step-icon {
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
}

.process-step:nth-child(2) .step-icon {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

.process-step:nth-child(3) .step-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}

.process-step:nth-child(4) .step-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.process-step:hover .step-icon {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 
        0 12px 32px rgba(8, 145, 178, 0.3),
        0 0 0 1px rgba(8, 145, 178, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
    animation: iconFloat 2s ease-in-out infinite, iconPulse 2s ease-in-out infinite;
}

.process-step:nth-child(2):hover .step-icon {
    box-shadow: 
        0 12px 32px rgba(16, 185, 129, 0.3),
        0 0 0 1px rgba(16, 185, 129, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.process-step:nth-child(3):hover .step-icon {
    box-shadow: 
        0 12px 32px rgba(245, 158, 11, 0.3),
        0 0 0 1px rgba(245, 158, 11, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

.process-step:nth-child(4):hover .step-icon {
    box-shadow: 
        0 12px 32px rgba(139, 92, 246, 0.3),
        0 0 0 1px rgba(139, 92, 246, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

@keyframes iconPulse {
    0%, 100% {
        box-shadow: 
            0 12px 32px rgba(8, 145, 178, 0.3),
            0 0 0 1px rgba(8, 145, 178, 0.2),
            inset 0 2px 4px rgba(255, 255, 255, 0.4);
    }
    50% {
        box-shadow: 
            0 12px 32px rgba(8, 145, 178, 0.4),
            0 0 0 1px rgba(8, 145, 178, 0.3),
            inset 0 2px 4px rgba(255, 255, 255, 0.4),
            0 0 40px rgba(8, 145, 178, 0.2);
    }
}

.process-step:hover .step-icon i {
    filter: drop-shadow(0 4px 16px rgba(255, 255, 255, 0.4));
    transform: scale(1.15) rotate(10deg);
}

.process-step h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 800;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
    transition: filter 0.3s ease;
}

.process-step:hover h3 {
    filter: brightness(1.12) saturate(1.08);
}

.process-step p {
    color: var(--gray);
    font-size: 15px;
    line-height: 1.75;
    position: relative;
    z-index: 1;
}

/* Pricing Section */
.pricing-section {
    padding: clamp(80px, 10vw, 120px) 0;
    background: linear-gradient(175deg, var(--surface-subtle) 0%, #ffffff 45%, var(--light-gray) 100%);
    position: relative;
    overflow: hidden;
}

.pricing-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 0% 50%, rgba(0, 102, 255, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 100% 30%, rgba(34, 211, 238, 0.1) 0%, transparent 48%);
    z-index: 0;
    pointer-events: none;
}

.pricing-section .container {
    position: relative;
    z-index: 1;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(28px) saturate(175%);
    -webkit-backdrop-filter: blur(28px) saturate(175%);
    border-radius: 32px;
    padding: 64px 48px;
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.46);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.03) 0%, rgba(34, 211, 238, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 0;
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: 1;
}

.pricing-card:hover::after {
    transform: scaleX(1);
}

.pricing-card:hover {
    transform: translateY(-12px) scale(1.02);
    background: rgba(255, 255, 255, 0.46);
    box-shadow:
        0 24px 64px rgba(8, 145, 178, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.58),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.55);
}

.pricing-card.featured {
    border-color: rgba(255, 255, 255, 0.52);
    transform: scale(1.08);
    box-shadow:
        0 22px 68px rgba(8, 145, 178, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(32px) saturate(185%);
    -webkit-backdrop-filter: blur(32px) saturate(185%);
    position: relative;
    overflow: visible;
}

.pricing-card.featured::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--gradient-primary);
    border-radius: 32px;
    z-index: -1;
    opacity: 0.1;
    filter: blur(20px);
    animation: featured-glow 3s ease-in-out infinite;
}

.pricing-card.featured:hover {
    transform: scale(1.08) translateY(-16px);
    background: rgba(255, 255, 255, 0.52);
    box-shadow:
        0 32px 88px rgba(8, 145, 178, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.65),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.62);
}

@keyframes featured-glow {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

.pricing-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-primary);
    color: var(--white);
    padding: 12px 32px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 10;
    white-space: nowrap;
    min-width: fit-content;
}

.pricing-header {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid var(--border-color);
}

.pricing-header h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.pricing-lead {
    margin: -8px auto 0;
    max-width: 38ch;
    font-size: clamp(0.9375rem, 0.35vw + 0.88rem, 1.0625rem);
    line-height: 1.65;
    color: var(--gray);
    font-weight: 500;
    text-align: center;
}

.pricing-section--gov-projects .featured-section-head {
    margin-bottom: clamp(28px, 4vw, 40px);
}

.pricing-section--gov-projects .featured-section-head .section-subtitle {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 52rem;
}

.pricing-section--gov-projects .pricing-header h3 {
    margin-bottom: 12px;
    font-size: clamp(1.2rem, 1.5vw + 0.85rem, 1.65rem);
    letter-spacing: -0.03em;
}

.pricing-section--gov-projects .pricing-header {
    margin-bottom: 28px;
    padding-bottom: 28px;
}

.pricing-section--gov-projects .pricing-grid {
    align-items: stretch;
}

.pricing-section--gov-projects .pricing-card {
    height: 100%;
    overflow: hidden;
    padding: 48px 36px 40px;
}

.pricing-section--gov-projects .pricing-badge {
    top: 16px;
}

.pricing-section--gov-projects .pricing-card.featured {
    transform: none;
    padding-top: 56px;
    border-color: rgba(8, 145, 178, 0.42);
    box-shadow:
        0 22px 68px rgba(8, 145, 178, 0.14),
        0 0 0 2px rgba(8, 145, 178, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.pricing-section--gov-projects .pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-section--gov-projects .pricing-card.featured:hover {
    transform: translateY(-10px);
}

.pricing-section--gov-projects .pricing-header,
.pricing-section--gov-projects .pricing-features,
.pricing-section--gov-projects .pricing-card .btn {
    position: relative;
    z-index: 2;
}

.pricing-section--gov-projects .pricing-card .btn {
    margin-top: auto;
    flex-shrink: 0;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.pricing-price .currency {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.pricing-price .amount {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: var(--dark-color);
    line-height: 1;
    letter-spacing: -2px;
}

.pricing-price .period {
    font-size: 18px;
    color: var(--gray);
    font-weight: 500;
}

.pricing-features {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    flex-grow: 1;
}

.pricing-features li {
    padding: 14px 0;
    color: var(--dark-gray);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-features li i {
    color: var(--success-color);
    font-size: 16px;
    flex-shrink: 0;
}

.pricing-card .btn {
    width: 100%;
    justify-content: center;
}

/* Kingdom Map Section */
.kingdom-map-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #f0f9ff 0%, #ecfeff 45%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.kingdom-map-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(0, 102, 255, 0.12) 0%, transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(34, 211, 238, 0.14) 0%, transparent 55%);
    opacity: 0.85;
    pointer-events: none;
}

.kingdom-map-section .container {
    position: relative;
    z-index: 1;
}

.kingdom-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.kingdom-map-content {
    max-width: 560px;
}

.kingdom-map-section .section-title {
    text-align: left;
    margin-bottom: 16px;
}

html[dir="rtl"] .kingdom-map-section .section-title {
    text-align: right;
}

.kingdom-map-section .section-subtitle,
.kingdom-map-section .kingdom-map-lead {
    max-width: 560px;
    font-size: 17px;
    color: #1e293b;
    opacity: 0.95;
    text-align: start;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 1.75;
}

.kingdom-map-card {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 32px;
    background: radial-gradient(circle at top,
        rgba(38, 52, 68, 0.95) 0%,
        rgba(38, 52, 68, 1) 45%,
        rgba(38, 52, 68, 1) 100%);
    box-shadow: 0 30px 80px rgba(38, 52, 68, 0.6);
    overflow: hidden;
    padding: 32px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.kingdom-map-glow {
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at center,
            rgba(255, 255, 255, 0.55) 0%,
            rgba(34, 211, 238, 0.45) 22%,
            transparent 55%),
        radial-gradient(circle at center,
            rgba(0, 212, 255, 0.28) 0%,
            transparent 65%);
    opacity: 1;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: kingdomGlowPulse 10s ease-in-out infinite;
}

.kingdom-map-image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(38, 52, 68, 0.8));
    z-index: 1;
    animation: kingdomMapFloat 12s ease-in-out infinite;
}

.kingdom-map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: radial-gradient(circle, #ffffff 0%, #fbbf24 35%, #f97316 80%);
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 18px rgba(251, 191, 36, 0.9),
        0 0 40px rgba(249, 115, 22, 0.7);
    animation: kingdomBlink 1.4s ease-out infinite;
    z-index: 2;
}

.kingdom-map-pin.pin-1 {
    top: 38%;
    left: 60%;
    animation-delay: 0.2s;
}

.kingdom-map-pin.pin-2 {
    top: 60%;
    left: 62%;
    animation-delay: 0.45s;
}

.kingdom-map-pin.pin-3 {
    top: 45%;
    left: 40%;
    animation-delay: 0.7s;
}

.kingdom-map-pin.pin-4 {
    top: 70%;
    left: 48%;
    animation-delay: 0.95s;
}

.kingdom-map-pin.pin-5 {
    top: 30%;
    left: 47%;
    animation-delay: 1.2s;
}

@keyframes kingdomBlink {
    0% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0;
        box-shadow:
            0 0 0 rgba(251, 191, 36, 0.0),
            0 0 0 rgba(249, 115, 22, 0.0);
    }
    40% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
        box-shadow:
            0 0 20px rgba(251, 191, 36, 0.9),
            0 0 45px rgba(249, 115, 22, 0.8);
    }
    80% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
        box-shadow:
            0 0 14px rgba(251, 191, 36, 0.7),
            0 0 30px rgba(249, 115, 22, 0.5);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0;
        box-shadow:
            0 0 0 rgba(251, 191, 36, 0.0),
            0 0 0 rgba(249, 115, 22, 0.0);
    }
}

@keyframes kingdomGlowPulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@keyframes kingdomMapFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {
    .kingdom-map-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .kingdom-map-content {
        margin: 0 auto 32px;
    }
}

@media (max-width: 600px) {
    .kingdom-map-card {
        padding: 20px;
        border-radius: 24px;
    }
}

/* Brands Section */
.brands-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #ffffff 0%, var(--light-gray) 100%);
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}

.brands-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.15) 0%, transparent 50%),
        linear-gradient(90deg, rgba(8, 145, 178, 0.04) 0%, transparent 30%, transparent 70%, rgba(34, 211, 238, 0.05) 100%);
    z-index: 0;
    pointer-events: none;
}

.brands-section .container {
    position: relative;
    z-index: 1;
}

.brands-scroll {
    --brands-row-h: 138px;
    --brands-row-gap: 36px;
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 48px 0;
    margin-top: 40px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--brands-row-gap);
    min-height: calc(var(--brands-row-h) * 2 + var(--brands-row-gap) + 96px);
}

.brands-scroll::-webkit-scrollbar {
    display: none;
}

.brands-track {
    display: flex;
    align-items: center;
    gap: 100px;
    width: fit-content;
    will-change: transform;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.brands-track-1,
.brands-track-2 {
    display: flex !important;
    flex-shrink: 0;
}

.brands-track-1 {
    animation: scrollBrandsRight 60s linear infinite;
}

.brands-track-2 {
    animation: scrollBrandsLeft 60s linear infinite;
    margin-top: 0;
    position: relative;
}

.brand-logo-item {
    flex-shrink: 0;
    width: 230px;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.brand-logo-item:hover {
    opacity: 1;
    transform: scale(1.1);
}

.brand-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.brand-logo-item:hover img {
    filter: grayscale(0%);
}

@keyframes scrollBrandsRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollBrandsLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50%);
    }
}

/* Gallery Section */
.gallery-section {
    padding: 120px 0;
    background: linear-gradient(180deg, var(--light-gray) 0%, #ffffff 55%);
    position: relative;
    overflow: hidden;
}

.gallery-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 10%, rgba(8, 145, 178, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 70% 95%, rgba(34, 211, 238, 0.1) 0%, transparent 48%);
    z-index: 0;
    pointer-events: none;
}

.gallery-section .container {
    position: relative;
    z-index: 1;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-top: 60px;
}

.gallery-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(34, 211, 238, 0.1) 100%);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.15);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 32px 24px 24px;
    color: var(--white);
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    background: var(--heading-gradient-on-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.35));
}

.gallery-overlay p {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

/* FAQ Section */
.faq-section {
    padding: 120px 0;
    background: linear-gradient(185deg, #ffffff 0%, var(--lighter-gray) 50%, var(--surface-subtle) 100%);
    position: relative;
    overflow: hidden;
}

.faq-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 50% 35% at 50% 100%, rgba(34, 211, 238, 0.12) 0%, transparent 60%),
        linear-gradient(135deg, rgba(0, 102, 255, 0.04) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

.faq-section .container {
    position: relative;
    z-index: 1;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
    backdrop-filter: blur(30px);
    border-radius: 24px;
    margin-bottom: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(8, 145, 178, 0.08);
    border: 2px solid rgba(8, 145, 178, 0.12);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.03) 0%, rgba(34, 211, 238, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.faq-item.active::before {
    opacity: 1;
}

.faq-item.active {
    box-shadow: 0 25px 70px rgba(8, 145, 178, 0.2), 0 0 0 1px rgba(8, 145, 178, 0.25);
    border-color: rgba(8, 145, 178, 0.4);
    transform: scale(1.02);
}

.faq-question {
    padding: 24px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: rgba(8, 145, 178, 0.06);
}

.faq-question h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    flex: 1;
    letter-spacing: -0.2px;
    transition: filter 0.3s ease;
}

.faq-item.active .faq-question h3 {
    filter: brightness(1.15) saturate(1.1);
}

.faq-question i {
    color: var(--primary-color);
    font-size: 16px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 28px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 28px 24px;
}

.faq-answer p {
    color: var(--gray);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Emergency Section */
.emergency-section {
    padding: 120px 0;
    background: linear-gradient(155deg, #020617 0%, #0c4a6e 38%, #0369a1 62%, #0891b2 82%, #22d3ee 100%);
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.emergency-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 102, 255, 0.2) 0%, transparent 45%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.4) 0%, transparent 50%, rgba(2, 6, 23, 0.35) 100%);
    z-index: 0;
    pointer-events: none;
}

.emergency-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.14) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(34, 211, 238, 0.18) 0%, transparent 50%);
    pointer-events: none;
}

.emergency-content {
    max-width: 800px;
    margin: 0 auto;
}

.emergency-icon {
    font-size: 96px;
    margin-bottom: 32px;
    animation: pulse 2s infinite;
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3));
    position: relative;
    z-index: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.emergency-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 24px;
    background: var(--heading-gradient-on-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: -1px;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 18px rgba(0, 0, 0, 0.35));
}

.emergency-content p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.6;
}

.emergency-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Service Areas Section */
.areas-section {
    padding: 0;
    background: #0b1220;
    position: relative;
    overflow: hidden;
}

.areas-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(8, 145, 178, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(34, 211, 238, 0.1) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

.areas-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.06) 0%, transparent 50%, rgba(34, 211, 238, 0.06) 100%);
    z-index: 0;
    pointer-events: none;
}

.areas-visual-stack {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: min(88vh, 960px);
    display: flex;
    align-items: center;
    padding: clamp(72px, 10vw, 120px) 0;
}

.areas-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    line-height: 0;
}

.areas-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    display: block;
    transform: scale(0.94);
    transform-origin: center top;
    filter: contrast(1.08) saturate(1.06);
}

.areas-visual-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(2, 6, 23, 0.48) 0%,
        rgba(2, 6, 23, 0.2) 42%,
        rgba(2, 6, 23, 0.55) 100%
    );
    pointer-events: none;
}

.areas-visual-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.areas-visual-stack .areas-visual-title,
.areas-visual-stack .section-title.areas-visual-title {
    background: var(--heading-gradient-on-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.45));
}

.areas-visual-stack .areas-visual-title::after,
.areas-visual-stack .section-title.areas-visual-title::after {
    box-shadow: 0 0 24px rgba(34, 211, 238, 0.45);
}

.areas-visual-stack .areas-visual-subtitle,
.areas-visual-stack .section-subtitle.areas-visual-subtitle {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.58), 0 0 1px rgba(0, 0, 0, 0.4);
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.areas-grid--on-image {
    margin-top: clamp(36px, 5vw, 56px);
}

.area-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    padding: 72px 56px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(8, 145, 178, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(8, 145, 178, 0.15);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    animation: areaCardFadeIn 0.8s ease forwards;
}

.area-card:nth-child(1) {
    animation-delay: 0.1s;
}

.area-card:nth-child(2) {
    animation-delay: 0.2s;
}

.area-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes areaCardFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.area-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0891b2, #22d3ee, #0891b2);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    animation: gradientShift 3s ease infinite;
}

.area-card:hover::before {
    transform: scaleX(1);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.area-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.7s ease;
    pointer-events: none;
}

.area-card:hover::after {
    opacity: 1;
    animation: areaCardShine 2s ease-in-out infinite;
}

@keyframes areaCardShine {
    0%, 100% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.6;
    }
}

.area-card:hover {
    transform: translateY(-16px) scale(1.03);
    box-shadow: 
        0 35px 100px rgba(8, 145, 178, 0.2),
        0 0 0 1px rgba(8, 145, 178, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 0 80px rgba(8, 145, 178, 0.15);
    border-color: rgba(8, 145, 178, 0.4);
    background: rgba(255, 255, 255, 1);
}

.area-card i {
    font-size: 64px;
    background: linear-gradient(135deg, #0891b2 0%, #22d3ee 50%, #0891b2 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 32px;
    display: inline-block;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 6px 16px rgba(8, 145, 178, 0.25));
    position: relative;
    z-index: 2;
    animation: iconGradient 4s ease infinite;
}

@keyframes iconGradient {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.area-card:hover i {
    transform: scale(1.2) rotate(8deg) translateY(-4px);
    filter: drop-shadow(0 12px 28px rgba(8, 145, 178, 0.4));
}

.area-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    background: var(--heading-gradient-kingdom);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 2;
    transition: filter 0.5s ease;
}

.area-card:hover h3 {
    filter: brightness(1.12) saturate(1.08);
}

.area-card p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    transition: color 0.5s ease;
}

.area-card:hover p {
    color: #475569;
}

.areas-grid--on-image .area-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(32px) saturate(185%);
    -webkit-backdrop-filter: blur(32px) saturate(185%);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow:
        0 18px 56px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 0 52px rgba(8, 145, 178, 0.08);
}

.areas-grid--on-image .area-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        0 0 64px rgba(8, 145, 178, 0.14);
}

.areas-grid--on-image .area-card h3 {
    background: var(--heading-gradient-on-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.4));
}

.areas-grid--on-image .area-card:hover h3 {
    filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.4)) brightness(1.1) saturate(1.06);
}

.areas-grid--on-image .area-card p {
    color: rgba(241, 245, 249, 0.88);
}

.areas-grid--on-image .area-card:hover p {
    color: rgba(248, 250, 252, 0.95);
}

@media (max-width: 768px) {
    .areas-visual-stack {
        min-height: auto;
        padding: 36px 0 40px;
    }

    .areas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 24px;
    }

    .areas-grid--on-image {
        margin-top: 32px;
    }

    .area-card:hover {
        transform: none;
    }
}

/* Contact Details */
.contact-details {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    border-radius: 16px;
    box-shadow:
        0 10px 32px rgba(8, 145, 178, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.contact-detail::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--gradient-primary);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
    border-radius: 16px 0 0 16px;
}

.contact-detail:hover::before {
    transform: scaleY(1);
}

.contact-detail:hover {
    box-shadow:
        0 14px 40px rgba(8, 145, 178, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transform: translateY(-3px);
    border-color: rgba(8, 145, 178, 0.22);
}

.contact-detail i {
    font-size: 24px;
    color: #0891b2;
    flex-shrink: 0;
    margin-top: 2px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 10px rgba(8, 145, 178, 0.25));
}

.contact-detail:hover i {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 14px rgba(8, 145, 178, 0.35));
}

.contact-detail strong {
    display: block;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.contact-detail p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .section-title {
        font-size: 40px;
    }

    .contact-wrapper {
        gap: 50px;
    }
}

@media (max-width: 968px) {
    .contact-wrapper {
        max-width: 100%;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .header-top {
        gap: 20px;
    }

    .header-actions {
        gap: 8px;
    }

    .btn-contact,
    .btn-demo {
        padding: 10px 18px;
        font-size: 13px;
    }

    .language-switcher {
        padding: 8px 12px;
        min-width: 70px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .header-top {
        padding: 16px 0;
        gap: 16px;
    }

    .logo a {
        font-size: 22px;
    }

    .logo a i {
        font-size: 26px;
    }

    .header-actions {
        gap: 6px;
    }

    .btn-contact,
    .btn-demo {
        padding: 8px 14px;
        font-size: 12px;
    }

    .btn-contact span,
    .btn-demo span {
        display: none;
    }

    .btn-contact i,
    .btn-demo i {
        margin: 0;
    }

    .language-switcher {
        padding: 8px 12px;
        min-width: 70px;
        font-size: 13px;
    }

    .language-switcher .lang-text {
        min-width: 24px;
        font-size: 12px;
    }

    .language-dropdown {
        min-width: 160px;
        right: 0;
    }

    html[dir="rtl"] .language-dropdown {
        right: auto;
        left: 0;
    }

    .hero {
        padding: 82px 0 28px;
        min-height: auto;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .featured-section,
    .products-section {
        padding: 60px 0;
    }

    .contact-section {
        padding: 56px 0 64px;
    }

    .benefits-section {
        padding: 0;
    }

    .benefits-visual-stack {
        padding: 56px 0 64px;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-tabs {
        flex-direction: column;
        width: 100%;
    }

    .tab-btn {
        width: 100%;
    }

    .footer-top {
        margin-bottom: 28px;
        padding-bottom: 20px;
    }

    .footer-logo-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .footer-logo {
        max-width: 160px;
    }

    .footer-tagline {
        min-width: auto;
        max-width: 100%;
        font-size: 13px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .footer-copyright {
        flex-direction: column;
        text-align: center;
    }
}

/* Mobile: see mobile.css (loaded after this file) */
/* Mobile styles: mobile.css */
/* RTL Support for Icons - Enhanced */
/* Arrow Icons - Flip direction */
html[dir="rtl"] .fa-arrow-right::before {
    content: "\f060"; /* fa-arrow-left */
}

html[dir="rtl"] .fa-chevron-right::before {
    content: "\f053"; /* fa-chevron-left */
}

html[dir="rtl"] .fa-chevron-down {
    transform: scaleX(-1);
}

/* Hero Buttons - Icons positioning */
html[dir="rtl"] .hero-buttons .btn {
    flex-direction: row-reverse;
}

html[dir="rtl"] .btn-hero i.fa-arrow-right {
    order: -1;
    margin-left: 0 !important;
    margin-right: 12px !important;
}

html[dir="rtl"] .btn-hero i.fa-phone {
    order: -1;
    margin-left: 0 !important;
    margin-right: 8px !important;
}

html[dir="rtl"] .hero-buttons .btn .btn-shine {
    left: auto;
    right: -100%;
}

/* Link Arrow Icons - Enhance existing rules */
html[dir="rtl"] .link-arrow {
    flex-direction: row-reverse;
}

html[dir="rtl"] .link-arrow i.fa-arrow-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
    order: -1;
    transform: scaleX(-1) !important;
}

html[dir="rtl"] .link-arrow:hover i.fa-arrow-right {
    transform: scaleX(-1) translateX(5px) !important;
}

/* Contact Detail Icons - Already handled but ensure */
html[dir="rtl"] .contact-detail {
    flex-direction: row-reverse;
}

html[dir="rtl"] .contact-detail i {
    margin-left: 16px !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .contact-feature {
    flex-direction: row-reverse;
}

html[dir="rtl"] .contact-feature i {
    margin-left: 12px !important;
    margin-right: 0 !important;
}

/* FAQ Chevron Icons */
html[dir="rtl"] .faq-question {
    flex-direction: row-reverse;
}

html[dir="rtl"] .faq-question i.fa-chevron-down {
    margin-left: 0 !important;
    margin-right: auto !important;
    order: -1;
}

/* Language Switcher Icons */
html[dir="rtl"] .language-switcher {
    flex-direction: row-reverse;
}

html[dir="rtl"] .language-switcher i.fa-chevron-down {
    margin-left: 8px !important;
    margin-right: 0 !important;
    order: -1;
}

html[dir="rtl"] .language-switcher i.fa-globe {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

/* Footer Icons */
html[dir="rtl"] .footer-section ul li {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

html[dir="rtl"] .footer-section ul li i {
    margin-left: 8px !important;
    margin-right: 0 !important;
    order: -1;
}

/* Testimonial Icons */
html[dir="rtl"] .testimonial-rating {
    flex-direction: row-reverse;
}

html[dir="rtl"] .testimonial-rating i {
    margin-left: 4px !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .testimonial-rating i:last-child {
    margin-left: 0 !important;
}

/* Service List Icons */
html[dir="rtl"] .service-list li {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

html[dir="rtl"] .service-list li i {
    margin-left: 12px !important;
    margin-right: 0 !important;
    order: -1;
}

/* Pricing Features Icons */
html[dir="rtl"] .pricing-features li {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

html[dir="rtl"] .pricing-features li i {
    margin-left: 12px !important;
    margin-right: 0 !important;
    order: -1;
}

/* Emergency Section Icons */
html[dir="rtl"] .emergency-content {
    text-align: right;
}

html[dir="rtl"] .emergency-buttons {
    flex-direction: row-reverse;
}

html[dir="rtl"] .emergency-buttons .btn {
    flex-direction: row-reverse;
}

html[dir="rtl"] .emergency-buttons .btn i {
    order: -1;
    margin-left: 0 !important;
    margin-right: 8px !important;
}

/* Header Actions - Buttons */
html[dir="rtl"] .header-actions {
    flex-direction: row-reverse;
}

html[dir="rtl"] .header-actions .btn-contact,
html[dir="rtl"] .header-actions .btn-demo {
    flex-direction: row-reverse;
}

html[dir="rtl"] .header-actions .btn-contact i,
html[dir="rtl"] .header-actions .btn-demo i {
    order: -1;
    margin-left: 0 !important;
    margin-right: 8px !important;
}

/* Form Submit Button */
html[dir="rtl"] .btn-submit {
    flex-direction: row-reverse;
}

html[dir="rtl"] .btn-submit i.fa-paper-plane {
    order: -1;
    margin-left: 0 !important;
    margin-right: 8px !important;
}

/* Mobile Menu Toggle */
html[dir="rtl"] .mobile-menu-toggle {
    margin-left: 0;
    margin-right: auto;
}

/* Process Step Icons */
html[dir="rtl"] .process-step {
    text-align: right;
}

html[dir="rtl"] .step-icon {
    margin-left: auto;
    margin-right: 0;
}

/* Benefit Item Icons */
html[dir="rtl"] .benefit-item {
    text-align: right;
}

html[dir="rtl"] .benefit-icon {
    margin-left: auto;
    margin-right: 0;
}

/* Featured Card Icons */
html[dir="rtl"] .featured-icon {
    margin-left: auto;
    margin-right: 0;
}

/* Area Card Icons */
html[dir="rtl"] .area-card {
    text-align: right;
}

html[dir="rtl"] .area-card i {
    margin-left: auto;
    margin-right: 0;
}

/* Brand Item Icons */
html[dir="rtl"] .brand-item {
    text-align: right;
}

html[dir="rtl"] .brand-item i {
    margin-left: auto;
    margin-right: 0;
}
