/* ================================================================
   شركة الإنجاز للمقاولات والإنشاءات — Professional Blue Design
   ================================================================ */

:root {
    --brand-blue:       #1e3a5f;
    --brand-blue-mid:   #2d5a8e;
    --brand-blue-dark:  #0d2035;
    --brand-blue-light: #3a7bd5;
    --brand-gold:       #f5821f;
    --brand-gold-2:     #ff9940;
    --brand-dark:       #d4671a;
    --brand-shimmer:    #ffc4a0;
    --brand-light:      #fff3e8;
    --ink:              #1a1a2e;
    --ink-soft:         #374151;
    --muted:            #6b7280;
    --line:             #e5e7eb;
    --surface:          #ffffff;
    --surface-soft:     #f8fafc;
    --dark-luxury:      #0d2035;
    --dark-mid:         #1e3a5f;
    --shadow-xs:        0 4px 12px rgba(30, 58, 95, 0.08);
    --shadow-sm:        0 10px 28px rgba(30, 58, 95, 0.13);
    --shadow-md:        0 20px 50px rgba(30, 58, 95, 0.22);
    --radius-sm:        12px;
    --radius-md:        18px;
    --radius-lg:        24px;
}

/* ================================================================
   BASE STYLES
   ================================================================ */

*, *::before, *::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

body {
    font-family: "Cairo", sans-serif;
    color: var(--ink);
    background: var(--surface-soft);
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; }

img { max-width: 100%; height: auto; }

.text-orange  { color: var(--brand-gold)   !important; }
.text-blue    { color: var(--brand-blue)   !important; }
.bg-brand     { background: var(--brand-blue) !important; }
.fw-900       { font-weight: 900 !important; }

/* ── Subtle page texture ─────────────────────────────────── */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(900px 500px at 95% -5%, rgba(30, 58, 95, 0.06) 0%, transparent 65%),
        radial-gradient(700px 400px at -5% 40%, rgba(45, 90, 142, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* ================================================================
   PRELOADER
   ================================================================ */

.site-preloader {
    position: fixed;
    inset: 0;
    background: radial-gradient(ellipse at 50% 38%, #f0f6ff, #dce9f8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    transition: opacity 0.55s ease, visibility 0.55s ease;
}

.site-preloader.hide {
    opacity: 0;
    visibility: hidden;
}

.preloader-core {
    width: 110px;
    height: 110px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.preloader-logo {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #fff;
    object-fit: contain;
    box-shadow:
        0 12px 36px rgba(30, 58, 95, 0.22),
        0 0 0 6px rgba(30, 58, 95, 0.08);
    animation: preloaderPulse 1.4s ease-in-out infinite alternate;
}

.preloader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(30, 58, 95, 0.15);
    border-top-color: var(--brand-blue);
    border-right-color: var(--brand-gold);
    animation: spinRing 1s linear infinite;
}

/* ================================================================
   SCROLL PROGRESS BAR
   ================================================================ */

.scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 3px;
    z-index: 1200;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold), var(--brand-gold-2));
    box-shadow: 0 2px 12px rgba(30, 58, 95, 0.4);
    transition: width 0.1s linear;
}

/* ================================================================
   QUICK CONTACT STRIP
   ================================================================ */

.quick-contact-strip {
    background: linear-gradient(120deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-mid));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
    color: rgba(220, 235, 255, 0.9);
    padding: 0.42rem 0;
    position: relative;
    overflow: hidden;
}

.quick-contact-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    animation: stripShimmer 5s ease-in-out infinite;
}

.quick-contact-strip strong { color: #fff; }

.quick-contact-strip p { color: rgba(220, 235, 255, 0.9); }

.quick-contact-strip a {
    color: #fff;
    font-weight: 800;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.22s ease, border-color 0.22s ease;
}

.quick-contact-strip a:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
}

/* ================================================================
   MAIN NAVIGATION
   ================================================================ */

.main-nav {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    border-bottom: 1px solid rgba(30, 58, 95, 0.12);
    transition: box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.main-nav.nav-scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom-color: rgba(30, 58, 95, 0.2);
    box-shadow: 0 8px 32px rgba(30, 58, 95, 0.12), 0 2px 8px rgba(30, 58, 95, 0.08);
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 900;
    font-size: 1rem;
    color: var(--brand-blue-dark);
    letter-spacing: -0.2px;
    line-height: 1.2;
}

.brand-name {
    max-width: 200px;
    line-height: 1.2;
    font-size: 0.88rem;
}

@media (min-width: 992px) {
    .brand-name { max-width: 260px; font-size: 0.95rem; }
}

.brand-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 10px;
    flex-shrink: 0;
    background: #fff;
    box-shadow:
        0 6px 20px rgba(30, 58, 95, 0.18),
        0 0 0 2px rgba(30, 58, 95, 0.12);
}

.main-nav .nav-link,
.main-nav .navbar-nav .nav-link {
    color: var(--ink-soft);
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 10px;
    padding: 0.5rem 0.85rem !important;
    transition: color 0.22s ease, background 0.22s ease;
    position: relative;
    letter-spacing: 0.1px;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active {
    color: var(--brand-blue);
    background: rgba(30, 58, 95, 0.08);
}

.main-nav .nav-link::after,
.main-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 0.7rem;
    left: 0.7rem;
    bottom: 0.18rem;
    height: 2px;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: right;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-light));
    transition: transform 0.26s ease;
}

.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after,
.main-nav .navbar-nav .nav-link:hover::after,
.main-nav .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

/* ── Mobile nav adjustments ───────────────────────────────── */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        border-radius: var(--radius-md);
        border: 1px solid rgba(30, 58, 95, 0.12);
        margin-top: 0.5rem;
        padding: 0.75rem 1rem;
        box-shadow: var(--shadow-sm);
    }
    .navbar .nav-link { font-size: 0.95rem; }
}

/* ================================================================
   BUTTONS
   ================================================================ */

/* ── Orange / CTA button ──────────────────────────────────── */
.btn-orange {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-gold) 55%, var(--brand-gold-2) 100%);
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.68rem 1.5rem;
    box-shadow: 0 8px 24px rgba(245, 130, 31, 0.38), 0 2px 6px rgba(245, 130, 31, 0.18);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.btn-orange:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(245, 130, 31, 0.42), 0 4px 12px rgba(245, 130, 31, 0.22);
}

.btn-orange::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent);
    border-radius: inherit;
    pointer-events: none;
}

.btn-orange::after {
    content: "";
    position: absolute;
    top: 0;
    right: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.38), transparent);
    transform: skewX(-18deg);
    transition: right 0.6s ease;
    pointer-events: none;
}

.btn-orange:hover::after { right: 150%; }

/* ── Blue button ──────────────────────────────────────────── */
.btn-blue {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 55%, var(--brand-blue-mid) 100%);
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.68rem 1.5rem;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.38), 0 2px 6px rgba(30, 58, 95, 0.18);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.btn-blue:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(30, 58, 95, 0.42), 0 4px 12px rgba(30, 58, 95, 0.22);
}

.btn-blue::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent);
    border-radius: inherit;
    pointer-events: none;
}

.btn-blue::after {
    content: "";
    position: absolute;
    top: 0;
    right: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-18deg);
    transition: right 0.6s ease;
    pointer-events: none;
}

.btn-blue:hover::after { right: 150%; }

/* ── Outline orange button ────────────────────────────────── */
.btn-outline-orange {
    border: 2px solid var(--brand-gold);
    color: var(--brand-dark);
    background: transparent;
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.58rem 1.3rem;
    transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.btn-outline-orange:hover {
    background: var(--brand-gold);
    color: #fff;
    box-shadow: 0 8px 24px rgba(245, 130, 31, 0.35);
    transform: translateY(-2px);
}

/* ── Outline blue button ──────────────────────────────────── */
.btn-outline-blue {
    border: 2px solid rgba(30, 58, 95, 0.4);
    color: var(--brand-blue);
    background: transparent;
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.58rem 1.3rem;
    transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.btn-outline-blue:hover {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.3);
    transform: translateY(-2px);
}

/* ── Light ghost button ───────────────────────────────────── */
.btn-ghost-white {
    border: 2px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.58rem 1.3rem;
    transition: 0.24s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    backdrop-filter: blur(4px);
}

.btn-ghost-white:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
}

/* ================================================================
   HERO SLIDER
   ================================================================ */

.hero-slider-wrap {
    position: relative;
    overflow: hidden;
    background: var(--brand-blue-dark);
}

.hero-slider-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(13, 32, 53, 0.3) 0%, transparent 40%, rgba(13, 32, 53, 0.65) 100%),
        linear-gradient(105deg, rgba(13, 32, 53, 0.7) 0%, rgba(30, 58, 95, 0.4) 45%, rgba(30, 58, 95, 0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-slider-wrap .carousel-item {
    height: 80vh;
    min-height: 560px;
}

.hero-slider-wrap .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.05) brightness(0.48);
    animation: kenBurns 14s ease-in-out infinite alternate;
}

.hero-slider-wrap .carousel-caption {
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 18%;
    direction: rtl;
    text-align: right;
    padding-inline: 1rem;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 800;
    background: rgba(30, 58, 95, 0.3);
    color: rgba(200, 225, 255, 0.95);
    border: 1px solid rgba(58, 123, 213, 0.55);
    border-radius: 100px;
    padding: 0.32rem 0.9rem;
    margin-bottom: 1.1rem;
    letter-spacing: 0.5px;
    backdrop-filter: blur(8px);
}

.hero-kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-gold);
    display: inline-block;
    animation: dot-blink 2s ease-in-out infinite;
}

.hero-slider-wrap h1,
.hero-slider-wrap h2 {
    max-width: 860px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.22;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.hero-slider-wrap p {
    max-width: 700px;
    color: rgba(210, 230, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 1.05rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.hero-scroll-hint {
    position: absolute;
    bottom: 18px;
    right: 50%;
    transform: translateX(50%);
    z-index: 4;
}

.hero-scroll-hint span {
    display: block;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 24px;
    position: relative;
}

.hero-scroll-hint span::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 50%;
    transform: translateX(50%);
    width: 4px;
    height: 9px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    animation: scrollHint 1.7s ease-in-out infinite;
}

/* ── Hero accent strip ────────────────────────────────────── */
.hero-accent-strip {
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-mid));
    padding: 0.9rem 0;
    border-bottom: 2px solid rgba(245, 130, 31, 0.4);
}

.hero-strip-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(210, 230, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 700;
}

.hero-strip-item i { color: var(--brand-gold); font-size: 1.1rem; }

/* ================================================================
   SECTION TYPOGRAPHY
   ================================================================ */

.section-title {
    font-size: 2.1rem;
    font-weight: 900;
    margin-bottom: 0.8rem;
    color: var(--ink);
    position: relative;
    padding-bottom: 0.7rem;
    letter-spacing: -0.4px;
    line-height: 1.2;
}

.section-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
}

.section-title.centered::after {
    right: 50%;
    transform: translateX(50%);
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--brand-blue-mid);
    margin-bottom: 0.6rem;
}

.section-label::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
    display: inline-block;
}

.section-note {
    color: var(--muted);
    max-width: 820px;
    line-height: 1.88;
    font-size: 1.02rem;
}

/* ── Section surface ──────────────────────────────────────── */
.section-surface {
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 3rem 2.5rem;
    box-shadow: var(--shadow-xs);
    border: 1px solid var(--line);
}

.section-blue-bg {
    background: linear-gradient(160deg, #f0f6ff, #e8f0fb);
    border-radius: var(--radius-lg);
}

/* ================================================================
   SERVICE CARDS
   ================================================================ */

.service-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    box-shadow: var(--shadow-xs);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-light));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s ease;
    z-index: 2;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: rgba(30, 58, 95, 0.25);
}

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

.service-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
    background: var(--brand-blue-dark);
    flex-shrink: 0;
}

.service-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
    filter: brightness(0.9);
}

.service-card:hover .card-img-wrap img {
    transform: scale(1.08);
}

.service-card .card-img-overlay-tag {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
}

.service-card .card-body {
    padding: 1.4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card h5 {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--ink);
    margin-bottom: 0.5rem;
}

.service-card p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 1rem;
}

.service-card > .p-4 h5,
.service-card > div.p-4 h5 {
    color: var(--ink);
}

.service-card > .p-4 p,
.service-card > div.p-4 p {
    color: var(--muted);
}

.service-card .btn-service {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--brand-blue);
    font-weight: 800;
    font-size: 0.88rem;
    border: 1.5px solid rgba(30, 58, 95, 0.25);
    border-radius: 10px;
    padding: 0.38rem 0.9rem;
    transition: 0.22s ease;
    background: rgba(30, 58, 95, 0.04);
    align-self: flex-start;
}

.service-card .btn-service:hover {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}

/* ── Card tag ─────────────────────────────────────────────── */
.card-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(30, 58, 95, 0.85);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    padding: 0.22rem 0.7rem;
    border-radius: 32px;
    letter-spacing: 0.3px;
    backdrop-filter: blur(6px);
}

.card-tag-orange {
    background: rgba(245, 130, 31, 0.9);
    color: #fff;
}

/* ================================================================
   PROJECT CARDS
   ================================================================ */

.project-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    box-shadow: var(--shadow-xs);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.project-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s ease;
    z-index: 2;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: rgba(30, 58, 95, 0.25);
}

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

.project-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
    background: var(--brand-blue-dark);
    flex-shrink: 0;
}

.project-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
    filter: brightness(0.85);
}

.project-card:hover .card-img-wrap img {
    transform: scale(1.08);
}

.project-card .card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(13, 32, 53, 0.75) 100%);
    opacity: 0;
    transition: opacity 0.32s ease;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}

.project-card:hover .card-img-overlay {
    opacity: 1;
}

.project-card .card-body {
    padding: 1.3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-card h5 {
    font-weight: 800;
    font-size: 1.02rem;
    color: var(--ink);
    margin-bottom: 0.4rem;
}

.project-card p {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 0.8rem;
}

.project-card > .p-4 h5,
.project-card > div.p-4 h5,
.project-card .project-card-body h5 {
    color: var(--ink);
}

.project-card > .p-4 p,
.project-card > div.p-4 p,
.project-card .project-card-body p {
    color: var(--muted);
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
}

.project-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--brand-blue-mid);
    background: rgba(30, 58, 95, 0.06);
    border: 1px solid rgba(30, 58, 95, 0.12);
    border-radius: 8px;
    padding: 0.2rem 0.6rem;
}

/* ── Status badges ────────────────────────────────────────── */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.22rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.status-new {
    background: rgba(30, 58, 95, 0.1);
    color: var(--brand-blue);
    border: 1px solid rgba(30, 58, 95, 0.2);
}

.status-reviewing {
    background: rgba(245, 130, 31, 0.12);
    color: var(--brand-dark);
    border: 1px solid rgba(245, 130, 31, 0.25);
}

.status-contacted {
    background: rgba(25, 195, 90, 0.1);
    color: #157347;
    border: 1px solid rgba(25, 195, 90, 0.22);
}

.status-completed {
    background: rgba(33, 37, 41, 0.1);
    color: #343a40;
    border: 1px solid rgba(33, 37, 41, 0.18);
}

.status-ongoing {
    background: rgba(30, 58, 95, 0.1);
    color: var(--brand-blue-mid);
    border: 1px solid rgba(30, 58, 95, 0.2);
}

.status-paused {
    background: rgba(220, 53, 69, 0.1);
    color: #842029;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

/* ================================================================
   GALLERY CARDS
   ================================================================ */

.gallery-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4 / 3;
    background: var(--brand-blue-dark);
    box-shadow: var(--shadow-xs);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
    filter: brightness(0.92);
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.gallery-card:hover img {
    transform: scale(1.1);
    filter: brightness(0.5);
}

.gallery-card .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(30, 58, 95, 0.82), rgba(13, 32, 53, 0.92));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    padding: 1.2rem;
    text-align: center;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-icon {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 0.6rem;
    transform: scale(0.8);
    transition: transform 0.35s ease 0.05s;
}

.gallery-card:hover .gallery-overlay-icon {
    transform: scale(1);
}

.gallery-overlay-title {
    color: #fff;
    font-weight: 800;
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
}

.gallery-title {
    color: #fff;
    font-weight: 800;
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
}

.gallery-overlay-cat {
    color: rgba(200, 225, 255, 0.75);
    font-size: 0.78rem;
    font-weight: 600;
}

/* ── Lightbox ─────────────────────────────────────────────── */
.lightbox-img {
    width: 100%;
    max-height: 88vh;
    object-fit: contain;
    border-radius: var(--radius-md);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
}

.lightbox-close-btn {
    position: absolute;
    top: -46px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s ease;
    backdrop-filter: blur(6px);
}

.lightbox-close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.8);
}

/* ================================================================
   COUNTER SECTION
   ================================================================ */

.counter-section {
    background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 55%, var(--brand-blue-mid) 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    padding: 2.8rem 2rem;
    box-shadow: var(--shadow-md);
}

.counter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(700px at 85% 50%, rgba(58, 123, 213, 0.22) 0%, transparent 65%),
        radial-gradient(500px at 10% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.counter-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

/* Construction-themed decorative SVG line */
.counter-section .construction-bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M40 0L0 40h10L40 10l30 30h10L40 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.counter-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    padding: 1.75rem 1.25rem;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.counter-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.counter-card:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-5px);
}

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

.counter-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
    line-height: 1;
    color: var(--brand-gold);
}

.counter-value {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.35rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: -1px;
}

.counter-suffix {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--brand-gold);
    vertical-align: super;
    line-height: 1;
}

.counter-card p {
    color: rgba(210, 230, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

/* ================================================================
   METRIC CARDS (Why Choose Us)
   ================================================================ */

.metric-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 1.6rem;
    height: 100%;
    box-shadow: var(--shadow-xs);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: default;
}

.metric-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s ease;
}

.metric-card:hover {
    border-color: rgba(30, 58, 95, 0.25);
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

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

.metric-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.12), rgba(45, 90, 142, 0.08));
    border: 1px solid rgba(30, 58, 95, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
    color: var(--brand-blue);
}

.metric-card h6 {
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 0.4rem;
    font-size: 1rem;
}

.metric-card p {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.68;
    margin: 0;
}

/* ================================================================
   TESTIMONIAL CARDS
   ================================================================ */

.testimonial-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 1.75rem;
    height: 100%;
    box-shadow: var(--shadow-xs);
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: -0.4rem;
    right: 1.2rem;
    font-size: 5.5rem;
    font-weight: 900;
    color: rgba(30, 58, 95, 0.08);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s ease;
}

.testimonial-card:hover {
    box-shadow: var(--shadow-sm);
    border-color: rgba(30, 58, 95, 0.22);
    transform: translateY(-4px);
}

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

.testimonial-stars {
    color: var(--brand-gold);
    font-size: 0.92rem;
    letter-spacing: 2px;
    margin-bottom: 0.8rem;
}

.testimonial-text {
    color: var(--ink-soft);
    line-height: 1.8;
    margin-bottom: 1.1rem;
    font-size: 0.95rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border-top: 1px solid var(--line);
    padding-top: 0.9rem;
    margin-top: auto;
}

.testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.18), rgba(45, 90, 142, 0.12));
    border: 2px solid rgba(30, 58, 95, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    color: var(--brand-blue);
}

.testimonial-name {
    font-weight: 800;
    font-size: 0.92rem;
    color: var(--ink);
    margin: 0;
}

.testimonial-role {
    font-size: 0.78rem;
    color: var(--muted);
    margin: 0;
}

/* ================================================================
   CTA STRIP
   ================================================================ */

.cta-strip {
    background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 55%, var(--brand-blue-mid) 100%);
    border-radius: var(--radius-lg);
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.cta-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(600px at 88% 50%, rgba(58, 123, 213, 0.22) 0%, transparent 70%),
        radial-gradient(400px at 8% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cta-strip::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.cta-strip h3 {
    color: #fff;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.cta-strip p {
    color: rgba(200, 220, 255, 0.85);
    margin: 0;
}

.cta-strip-icon {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: none;
}

@media (min-width: 992px) {
    .cta-strip-icon { display: block; }
}

/* ── Construction accent line behind CTA ─────────────────── */
.cta-strip .gold-accent-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand-gold), var(--brand-gold-2), transparent);
}

/* ================================================================
   PAGE HERO
   ================================================================ */

.page-hero {
    background:
        radial-gradient(ellipse at 70% -10%, rgba(58, 123, 213, 0.25) 0%, transparent 55%),
        linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-mid));
    color: #fff;
    padding: 5rem 0 4rem;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.55;
    pointer-events: none;
}

.page-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
}

.page-hero h1, .page-hero h2 {
    font-weight: 900;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.page-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(200, 220, 255, 0.75);
    margin-top: 0.6rem;
}

.page-hero-breadcrumb a {
    color: rgba(200, 220, 255, 0.75);
    transition: color 0.2s;
}

.page-hero-breadcrumb a:hover {
    color: #fff;
}

.page-hero-breadcrumb .sep {
    color: var(--brand-gold);
    font-size: 0.9rem;
}

/* ================================================================
   PANEL / SURFACE CARDS
   ================================================================ */

.panel-soft {
    background: var(--surface);
    border: 1px solid rgba(30, 58, 95, 0.12);
    border-radius: var(--radius-md);
    padding: 1.8rem;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.panel-soft::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand-blue), var(--brand-gold));
    border-radius: 0 var(--radius-md) 0 0;
}

/* ── Feature list item ────────────────────────────────────── */
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.12), rgba(45, 90, 142, 0.08));
    border: 1px solid rgba(30, 58, 95, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    color: var(--brand-blue);
    margin-top: 0.1rem;
}

.feature-content h6 {
    font-weight: 800;
    font-size: 0.93rem;
    color: var(--ink);
    margin-bottom: 0.2rem;
}

.feature-content p {
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.65;
    margin: 0;
}

/* ================================================================
   FORM STYLES
   ================================================================ */

.form-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 2.2rem;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.form-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
}

.form-control,
.form-select {
    border-radius: var(--radius-sm);
    border: 1.5px solid #d1dce8;
    padding: 0.75rem 1rem;
    background: #fff;
    font-family: "Cairo", sans-serif;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
    color: var(--ink);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.14);
    outline: none;
}

.form-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--ink-soft);
    margin-bottom: 0.4rem;
}

.form-text {
    color: var(--muted);
    font-size: 0.82rem;
}

/* ================================================================
   MAP EMBED
   ================================================================ */

.map-embed {
    border-radius: var(--radius-md);
    overflow: hidden;
    display: block;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
}

.map-embed iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

/* ================================================================
   FOOTER
   ================================================================ */

.footer-dark {
    background: linear-gradient(160deg, var(--brand-blue-dark) 0%, var(--brand-blue) 60%, var(--brand-blue-mid) 100%);
    color: rgba(210, 230, 255, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.footer-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.footer-dark::after {
    content: "";
    position: absolute;
    top: -200px;
    right: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(58, 123, 213, 0.14), transparent 70%);
    pointer-events: none;
}

/* Decorative blueprint pattern */
.footer-dark .footer-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M0 0h40v40H0V0zm1 1h38v38H1V1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.footer-heading {
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 1.25rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid rgba(245, 130, 31, 0.5);
    display: inline-block;
}

.footer-brand-name {
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: -0.2px;
}

.footer-brand-sub {
    color: rgba(200, 220, 255, 0.7);
    font-size: 0.78rem;
    display: block;
}

.footer-slogan {
    color: rgba(200, 220, 255, 0.7);
    font-size: 0.86rem;
    font-style: italic;
    margin-bottom: 0.6rem;
}

.footer-about-text {
    color: rgba(200, 220, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.8;
}

.footer-link {
    color: rgba(200, 220, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.22s ease, padding-right 0.22s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.footer-link i {
    color: var(--brand-gold);
    font-size: 0.68rem;
    transition: transform 0.22s ease;
}

.footer-link:hover {
    color: #fff;
    padding-right: 4px;
}

.footer-link:hover i {
    transform: translateX(-3px);
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer-contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    color: var(--brand-gold);
    margin-top: 0.1rem;
}

.footer-contact-label {
    font-size: 0.72rem;
    color: rgba(200, 220, 255, 0.55);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 0.1rem;
}

.footer-contact-value {
    color: rgba(210, 230, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 600;
    transition: color 0.2s;
}

a.footer-contact-value:hover { color: #fff; }

.footer-cta-text {
    color: rgba(200, 220, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.footer-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0.35rem;
    flex-shrink: 0;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.14);
}

.footer-copyright {
    color: rgba(200, 220, 255, 0.55);
    font-size: 0.82rem;
}

.footer-policy-link {
    color: rgba(200, 220, 255, 0.55);
    font-size: 0.8rem;
    transition: color 0.2s;
}

.footer-policy-link:hover { color: #fff; }

/* ── Footer social buttons ────────────────────────────────── */
.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(200, 220, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.footer-social-btn:hover {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: #fff;
    transform: translateY(-3px);
}

/* ── Footer certifications badges ────────────────────────── */
.footer-certifications {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.74rem;
    font-weight: 700;
    color: rgba(200, 220, 255, 0.75);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 0.25rem 0.65rem;
}

/* Override footer btn-outline-blue to look good on dark bg */
.footer-dark .btn-outline-blue {
    border-color: rgba(255, 255, 255, 0.35);
    color: rgba(200, 220, 255, 0.9);
}

.footer-dark .btn-outline-blue:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
    box-shadow: none;
}

/* ================================================================
   WHATSAPP FLOAT BUTTON
   ================================================================ */

.whatsapp-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1eb558, #25d366);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45);
    z-index: 1050;
    animation: whatsappPulse 2.4s ease-in-out infinite;
    transition: transform 0.22s ease;
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.12) translateY(-2px);
}

/* ================================================================
   BACK TO TOP BUTTON
   ================================================================ */

.back-to-top {
    position: fixed;
    left: 22px;
    bottom: 92px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 14px;
    background: var(--surface);
    color: var(--brand-blue);
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.18), 0 2px 6px rgba(30, 58, 95, 0.1);
    border: 1.5px solid rgba(30, 58, 95, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1048;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(30, 58, 95, 0.24);
    background: var(--brand-blue);
    color: #fff;
    border-color: var(--brand-blue);
}

/* ================================================================
   REVEAL ANIMATIONS
   ================================================================ */

.reveal-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.78s ease, transform 0.78s ease;
    will-change: opacity, transform;
}

.reveal-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(32px);
    transition: opacity 0.78s ease, transform 0.78s ease;
    will-change: opacity, transform;
}

.reveal-left.in-view {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(-32px);
    transition: opacity 0.78s ease, transform 0.78s ease;
    will-change: opacity, transform;
}

.reveal-right.in-view {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.78s ease, transform 0.78s ease;
    will-change: opacity, transform;
}

.reveal-scale.in-view {
    opacity: 1;
    transform: scale(1);
}

/* 3D tilt ────────────────────────────────────────────────── */
.interactive-tilt {
    transform-style: preserve-3d;
    will-change: transform;
}

/* ================================================================
   KEYFRAME ANIMATIONS
   ================================================================ */

@keyframes spinRing {
    to { transform: rotate(360deg); }
}

@keyframes preloaderPulse {
    0%   { box-shadow: 0 12px 36px rgba(30, 58, 95, 0.22), 0 0 0 6px rgba(30, 58, 95, 0.08); }
    100% { box-shadow: 0 18px 48px rgba(30, 58, 95, 0.32), 0 0 0 10px rgba(30, 58, 95, 0.04); }
}

@keyframes kenBurns {
    0%   { transform: scale(1)    translate(0, 0); }
    100% { transform: scale(1.12) translate(-1.5%, 1%); }
}

@keyframes scrollHint {
    0%   { opacity: 1; transform: translateX(50%) translateY(0); }
    100% { opacity: 0; transform: translateX(50%) translateY(16px); }
}

@keyframes whatsappPulse {
    0%, 100% { box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45), 0 0 0 0   rgba(37, 211, 102, 0.3); }
    50%       { box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45), 0 0 0 16px rgba(37, 211, 102, 0); }
}

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

@keyframes dot-blink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.7); }
}

@keyframes floatBg {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33%       { transform: translate(18px, -22px) rotate(2deg); }
    66%       { transform: translate(-12px, 14px) rotate(-1deg); }
}

@keyframes shimmer {
    0%   { background-position: -600px 0; }
    100% { background-position: 600px 0; }
}

/* ================================================================
   RESPONSIVE STYLES
   ================================================================ */

@media (max-width: 1199px) {
    .brand-name { font-size: 0.85rem; max-width: 200px; }
}

@media (max-width: 991px) {
    .hero-slider-wrap .carousel-item { min-height: 460px; height: 70vh; }
    .hero-slider-wrap .carousel-caption { bottom: 12%; }
    .hero-slider-wrap h1,
    .hero-slider-wrap h2 { font-size: 1.55rem; }

    .section-title  { font-size: 1.8rem; }
    .counter-section { padding: 2.2rem 1.75rem; border-radius: var(--radius-md); }
    .cta-strip      { padding: 2.2rem 1.75rem; }
    .page-hero      { padding: 3.5rem 0 3rem; }
}

@media (max-width: 767px) {
    .quick-contact-strip { font-size: 0.82rem; }

    .hero-slider-wrap .carousel-item { min-height: 390px; height: 68vh; }
    .hero-slider-wrap .carousel-caption { bottom: 8%; padding-inline: 0.75rem; }
    .hero-slider-wrap .carousel-caption .container {
        padding: 1rem;
        background: rgba(13, 32, 53, 0.55);
        border-radius: var(--radius-md);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(30, 58, 95, 0.3);
    }
    .hero-slider-wrap h1,
    .hero-slider-wrap h2 { font-size: 1.15rem; line-height: 1.45; margin-bottom: 0.4rem !important; }
    .hero-slider-wrap p  { font-size: 0.86rem; margin-bottom: 0.55rem; max-width: 100%; }
    .hero-slider-wrap .btn { font-size: 0.85rem; padding: 0.42rem 0.85rem; }
    .hero-slider-wrap .carousel-control-prev,
    .hero-slider-wrap .carousel-control-next { width: 10%; }
    .hero-slider-wrap .carousel-indicators { margin-bottom: 0.4rem; }

    .section-title { font-size: 1.55rem; }

    .back-to-top    { left: 14px; width: 42px; height: 42px; bottom: 82px; border-radius: 12px; }
    .whatsapp-float { left: 12px; bottom: 14px; width: 54px; height: 54px; }

    .counter-section { padding: 1.75rem 1.25rem; border-radius: var(--radius-sm); }
    .counter-value   { font-size: 2rem; }
    .cta-strip       { padding: 1.75rem 1.25rem; border-radius: var(--radius-md); }
    .cta-strip h3    { font-size: 1.3rem; }
    .page-hero       { padding: 3rem 0 2.5rem; }

    .section-surface  { padding: 1.75rem 1.25rem; }
    .form-card        { padding: 1.5rem; }
    .panel-soft       { padding: 1.25rem; }

    .footer-dark .col-lg-4 { text-align: center; }
    .footer-dark .col-lg-4 .d-flex { justify-content: center; }
    .footer-dark .col-lg-4 .footer-social { justify-content: center; }
    .footer-certifications { justify-content: center; }
}

@media (max-width: 575px) {
    .counter-section { border-radius: var(--radius-sm); }
    .gallery-card { aspect-ratio: 4 / 3; }
    .hero-kicker { font-size: 0.72rem; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal-up, .reveal-left, .reveal-right, .reveal-scale {
        opacity: 1 !important;
        transform: none !important;
    }
    .site-preloader { display: none; }
}

/* ================================================================
   ADMIN PANEL STYLES
   ================================================================ */

/* ── Admin Navigation ─────────────────────────────────────── */
.admin-nav {
    background: #fff !important;
    border-bottom: 3px solid var(--brand-blue);
    box-shadow: 0 2px 16px rgba(30, 58, 95, 0.1);
}

.admin-nav .navbar-brand {
    color: var(--brand-blue) !important;
    font-weight: 900;
    font-size: 1.02rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.admin-nav .navbar-brand i { color: var(--brand-gold); }

.admin-nav .nav-link {
    color: var(--ink-soft) !important;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 8px;
    padding: 0.4rem 0.75rem !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.admin-nav .nav-link:hover,
.admin-nav .nav-link.active {
    color: var(--brand-blue) !important;
    background: rgba(30, 58, 95, 0.08);
}

.admin-nav .nav-link-logout {
    color: #dc3545 !important;
}

.admin-nav .nav-link-logout:hover {
    background: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
}

/* ── Admin Page Layout ────────────────────────────────────── */
.admin-page {
    min-height: 80vh;
    background: #f0f4f8;
    padding: 2rem 0 3rem;
}

.admin-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.admin-page-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--ink);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.admin-page-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1.4em;
    background: linear-gradient(180deg, var(--brand-blue), var(--brand-gold));
    border-radius: 4px;
    flex-shrink: 0;
}

/* ── Admin Stat Cards ─────────────────────────────────────── */
.admin-stat-card {
    background: var(--surface);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-xs);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.admin-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
}

.admin-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(30, 58, 95, 0.2);
}

.admin-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.12), rgba(45, 90, 142, 0.08));
    border: 1px solid rgba(30, 58, 95, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    color: var(--brand-blue);
}

.admin-stat-value {
    font-size: 2rem;
    font-weight: 900;
    color: var(--brand-blue);
    line-height: 1;
    margin-bottom: 0.2rem;
}

.admin-stat-label {
    font-size: 0.84rem;
    color: var(--muted);
    font-weight: 600;
    margin: 0;
}

/* ── Admin Cards ──────────────────────────────────────────── */
.admin-card {
    background: var(--surface);
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-xs);
    overflow: hidden;
}

.admin-card-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(135deg, #f8fbff, #f0f6ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.admin-card-title {
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--ink);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.admin-card-title i { color: var(--brand-blue); }

.admin-card-body    { padding: 1.5rem; }
.admin-card-body-sm { padding: 1rem; }

/* ── Admin Tables ─────────────────────────────────────────── */
.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.admin-table thead th {
    background: linear-gradient(135deg, #f0f6ff, #e8f0fb);
    color: var(--brand-blue);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.85rem 1rem;
    border-bottom: 2px solid rgba(30, 58, 95, 0.15);
    white-space: nowrap;
}

.admin-table tbody tr {
    border-bottom: 1px solid #edf2f7;
    transition: background 0.18s ease;
}

.admin-table tbody tr:last-child { border-bottom: none; }

.admin-table tbody tr:hover { background: #f8fbff; }

.admin-table td {
    padding: 0.85rem 1rem;
    color: var(--ink-soft);
    vertical-align: middle;
}

.admin-table td:first-child {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

/* ── Admin Badges ─────────────────────────────────────────── */
.admin-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.admin-badge-blue {
    background: rgba(30, 58, 95, 0.1);
    color: var(--brand-blue);
    border: 1px solid rgba(30, 58, 95, 0.18);
}

.admin-badge-orange {
    background: rgba(245, 130, 31, 0.12);
    color: var(--brand-dark);
    border: 1px solid rgba(245, 130, 31, 0.22);
}

.admin-badge-green {
    background: rgba(25, 195, 90, 0.1);
    color: #157347;
    border: 1px solid rgba(25, 195, 90, 0.2);
}

.admin-badge-red {
    background: rgba(220, 53, 69, 0.1);
    color: #842029;
    border: 1px solid rgba(220, 53, 69, 0.18);
}

/* ── Admin Form ───────────────────────────────────────────── */
.admin-form .form-label {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--ink-soft);
    margin-bottom: 0.35rem;
}

.admin-form .form-control,
.admin-form .form-select {
    border-radius: var(--radius-sm);
    border: 1.5px solid #d1dce8;
    font-size: 0.9rem;
    padding: 0.65rem 0.9rem;
    background: #fff;
    font-family: "Cairo", sans-serif;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.admin-form .form-control:focus,
.admin-form .form-select:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.12);
    outline: none;
}

/* ── Admin Action Buttons ─────────────────────────────────── */
.btn-admin-edit {
    border: 1.5px solid rgba(30, 58, 95, 0.3);
    color: var(--brand-blue);
    background: rgba(30, 58, 95, 0.05);
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 0.3rem 0.75rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.btn-admin-edit:hover {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}

.btn-admin-delete {
    border: 1.5px solid rgba(220, 53, 69, 0.3);
    color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 0.3rem 0.75rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.btn-admin-delete:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

/* ── Message Cards ────────────────────────────────────────── */
.message-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    border-right: 4px solid var(--brand-blue);
    transition: box-shadow 0.22s ease, border-right-color 0.22s ease;
}

.message-card:hover {
    box-shadow: var(--shadow-xs);
    border-right-color: var(--brand-gold);
}

.message-card.unread {
    background: #f8fbff;
    border-right-color: var(--brand-gold);
}

.message-meta {
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.message-meta strong { color: var(--ink-soft); }
.message-meta i { color: var(--brand-blue); }

.message-text {
    color: var(--ink-soft);
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0;
}

/* ── Thumbnail in Table ───────────────────────────────────── */
.admin-thumb {
    width: 68px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--line);
}

.admin-no-img {
    width: 68px;
    height: 48px;
    background: #edf2f7;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--muted);
    border: 1px solid var(--line);
}

/* ── Empty State ──────────────────────────────────────────── */
.admin-empty {
    text-align: center;
    padding: 3.5rem 1rem;
    color: var(--muted);
}

.admin-empty-icon {
    font-size: 2.8rem;
    margin-bottom: 0.75rem;
    display: block;
    opacity: 0.4;
    color: var(--brand-blue);
}

.admin-empty p {
    font-size: 0.92rem;
    margin: 0;
}

/* ── Alert Overrides ──────────────────────────────────────── */
.alert-success {
    background: rgba(25, 195, 90, 0.1);
    border: 1px solid rgba(25, 195, 90, 0.25);
    color: #0f5132;
    border-radius: var(--radius-sm);
}

.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.25);
    color: #842029;
    border-radius: var(--radius-sm);
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    color: #664d03;
    border-radius: var(--radius-sm);
}

.alert-info {
    background: rgba(30, 58, 95, 0.08);
    border: 1px solid rgba(30, 58, 95, 0.2);
    color: var(--brand-blue);
    border-radius: var(--radius-sm);
}

/* ── Admin pagination ─────────────────────────────────────── */
.admin-pagination .page-link {
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--brand-blue);
    border-color: rgba(30, 58, 95, 0.18);
    margin: 0 2px;
}

.admin-pagination .page-link:hover {
    background: rgba(30, 58, 95, 0.08);
    border-color: var(--brand-blue);
}

.admin-pagination .page-item.active .page-link {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}

/* ── Image preview ────────────────────────────────────────── */
.img-preview-wrap {
    position: relative;
    display: inline-block;
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--shadow-xs);
    border: 1px solid var(--line);
}

.img-preview-wrap img {
    display: block;
    max-height: 220px;
    max-width: 100%;
    object-fit: cover;
}

/* ── Loading skeleton ─────────────────────────────────────── */
.skeleton {
    background: linear-gradient(90deg, #edf2f7 0%, #f8fafc 50%, #edf2f7 100%);
    background-size: 600px 100%;
    animation: shimmer 1.5s infinite linear;
    border-radius: var(--radius-sm);
}

/* ================================================================
   UTILITY EXTRAS
   ================================================================ */

/* Section spacer ─────────────────────────────────────────── */
.section-gap    { padding: 4.5rem 0; }
.section-gap-sm { padding: 3rem 0; }
.section-gap-lg { padding: 6rem 0; }

/* Blue tinted section ────────────────────────────────────── */
.section-tinted {
    background: linear-gradient(160deg, #f0f6ff, #eaf1fb);
    border-top: 1px solid rgba(30, 58, 95, 0.08);
    border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}

/* Dark hero divider wave ─────────────────────────────────── */
.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 55px;
}

/* About page image box ───────────────────────────────────── */
.about-img-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.about-img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: brightness(0.95);
}

.about-img-frame .about-img-badge {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    background: var(--brand-blue);
    color: #fff;
    border-radius: var(--radius-sm);
    padding: 0.75rem 1.1rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.about-img-badge .badge-num {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: var(--brand-gold);
    display: block;
}

.about-img-badge .badge-text {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(200, 220, 255, 0.85);
    display: block;
}

/* Process steps ──────────────────────────────────────────── */
.process-step {
    position: relative;
    text-align: center;
}

.process-step-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue));
    color: #fff;
    font-weight: 900;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.32);
    border: 3px solid rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
}

.process-step-num::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed rgba(30, 58, 95, 0.22);
}

.process-step h6 {
    font-weight: 800;
    font-size: 0.96rem;
    color: var(--ink);
    margin-bottom: 0.4rem;
}

.process-step p {
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.65;
    margin: 0;
}

/* Service request page ───────────────────────────────────── */
.request-info-card {
    background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue));
    border-radius: var(--radius-md);
    padding: 1.75rem;
    color: rgba(200, 220, 255, 0.9);
    position: relative;
    overflow: hidden;
}

.request-info-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M20 0L0 20h4L20 4l16 16h4L20 0z'/%3E%3C/g%3E%3C/svg%3E");
}

.request-info-card h5 {
    color: #fff;
    font-weight: 900;
    position: relative;
}

.request-info-card p,
.request-info-card ul {
    position: relative;
}

.request-info-card ul li {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.request-info-card ul li i { color: var(--brand-gold); }

/* ================================================================
   PRINT STYLES
   ================================================================ */

@media print {
    .main-nav,
    .quick-contact-strip,
    .admin-nav,
    .site-preloader,
    .scroll-progress,
    .whatsapp-float,
    .back-to-top,
    #galleryLightbox {
        display: none !important;
    }

    body { background: #fff; }
    .footer-dark { background: var(--brand-blue-dark) !important; }
}
