/* =====================================================================
   ACC-STYLE REDESIGN  (universal header/footer + home page)
   Self-contained design system. Loaded AFTER all theme styles so it
   wins on the elements it targets. Uses acc-* class names to avoid
   clashing with the legacy theme, while keeping owl-carousel container
   classes (hero-area-slider, gallery-slider, testimonial-slider,
   blog-slider) intact so main.js still initialises them.
   ===================================================================== */

:root {
    /* Mapped to global design tokens (see acc-design-system.css) */
    --acc-teal: #1B3B7A;
    --acc-teal-2: #1B3B7A;
    --acc-teal-dark: #0A1730;
    --acc-ink: #0A1730;
    --acc-gold: #F5A623;
    --acc-gold-dark: #E0940F;
    --acc-success: #1FA971;
    --acc-success-dark: #178a5a;
    --acc-text: #14171F;
    --acc-muted: #5B6472;
    --acc-line: rgba(19, 40, 90, 0.10);
    --acc-bg: #F4F6FA;
    --acc-radius: 12px;
    --acc-shadow: 0 12px 28px rgba(14, 31, 63, 0.10);
    --acc-container: 1280px;
}

.acc-scope,
.acc-scope * {
    box-sizing: border-box;
}

.acc-container {
    max-width: var(--acc-container);
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* ---------- Buttons ---------- */
.acc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .25s ease;
    text-decoration: none;
}

.acc-btn-gold {
    background: var(--acc-gold);
    color: #0A1730 !important;
    border-color: var(--acc-gold);
    box-shadow: none;
}
.acc-btn-gold:hover {
    background: var(--acc-gold-dark);
    border-color: var(--acc-gold-dark);
    color: #0A1730 !important;
    transform: translateY(-2px);
}

.acc-btn-teal {
    background: var(--acc-teal);
    color: #fff !important;
    border-color: var(--acc-teal);
}
.acc-btn-teal:hover {
    background: var(--acc-teal-dark);
    border-color: var(--acc-teal-dark);
    color: #fff !important;
}

.acc-btn-outline {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, .8);
}
.acc-btn-outline:hover {
    background: #fff;
    color: var(--acc-teal) !important;
    border-color: #fff;
}

.acc-btn-outline-dark {
    background: transparent;
    color: var(--acc-teal) !important;
    border-color: var(--acc-teal);
}
.acc-btn-outline-dark:hover {
    background: var(--acc-teal);
    color: #fff !important;
}

/* ---------- Section heading ---------- */
.acc-section {
    padding: 96px 0;
}
.acc-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}
.acc-head .acc-title {
    font-size: 34px;
    font-weight: 800;
    color: var(--acc-ink);
    margin: 0 0 14px;
    line-height: 1.2;
}
.acc-head .acc-sub {
    font-size: 16px;
    color: var(--acc-muted);
    margin: 0;
    line-height: 1.7;
}
.acc-head.light .acc-title { color: #fff; }
.acc-head.light .acc-sub { color: rgba(255,255,255,.8); }

/* =====================================================================
   TOP BAR
   ===================================================================== */
.acc-topbar {
    background: var(--acc-teal-dark);
    color: #dfece9;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    position: relative;
    z-index: 1001;
}
.acc-topbar .acc-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
    flex-wrap: wrap;
    gap: 6px 22px;
}
.acc-topbar a { color: #dfece9; text-decoration: none; }
.acc-topbar a:hover { color: #fff; }
.acc-topbar .acc-topbar-left,
.acc-topbar .acc-topbar-right {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}
.acc-topbar i { color: var(--acc-gold); margin-right: 6px; }
.acc-topbar .acc-topbar-social a { margin-left: 8px; }
.acc-topbar .acc-topbar-social i { color: rgba(255,255,255,.88); margin: 0; }
.acc-topbar .acc-topbar-social a:hover i { color: #0A1730; }

/* =====================================================================
   HEADER / NAV
   ===================================================================== */
.acc-header {
    background: #fff;
    box-shadow: 0 4px 22px rgba(0, 0, 0, .06);
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    border: 0;
}
.acc-header .acc-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 84px;
    gap: 20px;
}
.acc-brand img {
    max-height: 50px;
    width: auto;
}
.acc-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.acc-nav > li { position: relative; }
.acc-nav > li > a {
    display: block;
    padding: 12px 14px;
    color: var(--acc-ink);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
    white-space: nowrap;
}
.acc-nav > li:not(.acc-nav-cta-wrap) > a {
    position: relative;
}
/* Single teal underline — hover + active (not on Request a Quote CTA) */
.acc-nav > li:not(.acc-nav-cta-wrap) > a::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 8px;
    height: 2px;
    background: var(--acc-gold);
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform .35s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}
.acc-nav > li:not(.acc-nav-cta-wrap) > a:hover::after,
.acc-nav > li.acc-active:not(.acc-nav-cta-wrap) > a::after {
    transform: scaleX(1);
}
.acc-nav > li > a:hover,
.acc-nav > li.acc-active > a {
    color: var(--acc-teal);
}
.acc-nav > li > a .fa-chevron-down,
.acc-nav > li > a .dropdown-toggle::after {
    font-size: 10px;
    margin-left: 5px;
}
.acc-nav-cta,
.acc-nav-cta-wrap > a {
    margin-left: 8px;
}
.acc-nav-cta-wrap > a::after,
.acc-nav-cta::after {
    display: none !important;
    content: none !important;
}

/* dropdowns */
.acc-nav .acc-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #fff;
    box-shadow: var(--acc-shadow);
    border-top: 3px solid var(--acc-gold);
    border-radius: 0 0 6px 6px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all .22s ease;
    z-index: 1200;
}
.acc-nav > li:hover > .acc-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.acc-nav .acc-dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: var(--acc-text);
    font-size: 14px;
    text-decoration: none;
    transition: all .2s ease;
}
.acc-nav .acc-dropdown-menu li a:hover {
    background: var(--acc-bg);
    color: var(--acc-teal);
    padding-left: 26px;
}
.acc-nav .acc-dropdown-menu li a i { color: var(--acc-gold); margin-right: 8px; font-size: 11px; }

/* mega menu (services) */
.acc-nav .acc-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    width: min(960px, 92vw);
    background: #fff;
    box-shadow: var(--acc-shadow);
    border-top: 3px solid var(--acc-gold);
    border-radius: 0 0 8px 8px;
    padding: 28px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .22s ease;
    z-index: 1200;
}
.acc-nav > li:hover > .acc-mega {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.acc-mega .row { margin: 0 -12px; }
.acc-mega [class*="col-"] { padding: 0 12px; }
.acc-mega .title {
    font-size: 15px;
    font-weight: 700;
    color: var(--acc-ink);
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--acc-line);
}
.acc-mega .nav.flex-column { list-style: none; padding: 0; margin: 0; }
.acc-mega .nav-item a {
    display: block;
    padding: 6px 0;
    color: var(--acc-text);
    font-size: 14px;
    text-decoration: none;
}
.acc-mega .nav-item a:hover { color: var(--acc-teal); }
.acc-mega .nav-item a i { color: var(--acc-gold); margin-right: 7px; font-size: 11px; }

/* mobile toggle */
.acc-nav-toggle {
    display: none;
    background: var(--acc-teal);
    color: #fff;
    border: 0;
    width: 46px;
    height: 42px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
}

/* =====================================================================
   HERO
   ===================================================================== */
.acc-hero {
    background: var(--acc-teal);
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}
.acc-hero .hero-area-slider {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
/* Keep owl chrome out of document flow so it cannot leave a white strip */
.acc-hero .hero-area-slider .owl-dots {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hero carousel navigation arrows - side mounted */
.acc-hero .hero-area-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}
.acc-hero .hero-area-slider .owl-nav button.owl-prev,
.acc-hero .hero-area-slider .owl-nav button.owl-next {
    position: absolute;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, .9) !important;
    color: var(--acc-teal) !important;
    border-radius: 50%;
    font-size: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    transition: all .3s ease;
    pointer-events: auto;
    border: 0;
    cursor: pointer;
}
.acc-hero .hero-area-slider .owl-nav button.owl-prev {
    left: 20px;
}
.acc-hero .hero-area-slider .owl-nav button.owl-next {
    right: 20px;
}
.acc-hero .hero-area-slider .owl-nav button:hover {
    background: var(--acc-gold) !important;
    color: #fff !important;
    transform: scale(1.08);
}

.acc-hero-slide {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    min-height: 560px;
    margin: 0;
    padding: 0;
}
.acc-hero-left {
    flex: 1 1 45%;
    background: linear-gradient(150deg, var(--acc-teal) 0%, var(--acc-teal-dark) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px clamp(28px, 5vw, 80px);
}
.acc-hero-left .acc-hero-sub {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--acc-gold);
    margin-bottom: 16px;
    text-transform: uppercase;
}
.acc-hero-left .acc-hero-title {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 20px;
    color: #fff;
}
.acc-hero-left .acc-hero-text {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .88);
    margin: 0 0 32px;
    max-width: 520px;
}
.acc-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.acc-hero-right {
    flex: 1 1 55%;
    min-height: 560px;
    background-size: cover;
    background-position: center;
}

/* Tighten only the empty white band under the hero (services top pad) */
.acc-hero + .acc-services {
    padding-top: 48px !important;
}

/* =====================================================================
   ABOUT / DECADES
   ===================================================================== */
.acc-about { padding: 90px 0; background: #fff; position: relative; overflow: hidden; }
.acc-about .acc-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}
.acc-about-img {
    flex: 1 1 440px;
    min-width: 300px;
}
.acc-about-collage {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 14px;
    width: 100%;
    align-items: stretch;
    overflow: visible;
    box-shadow: none;
    border-radius: 0;
    min-height: 0;
    aspect-ratio: auto;
}
.acc-collage-tile {
    position: relative;
    overflow: hidden;
    background: var(--acc-teal-dark, #072b63);
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(11, 31, 58, 0.08);
}
.acc-collage-tile--1 {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 0;
}
.acc-collage-tile--2 {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.acc-collage-tile--3 {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.acc-collage-tile--4 {
    grid-column: 1;
    grid-row: 3;
    min-height: 0;
}
.acc-collage-tile--5 {
    grid-column: 2;
    grid-row: 3;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.acc-collage-tile-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}
.acc-collage-tile {
    cursor: pointer;
}
.acc-collage-tile-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: center center;
    will-change: transform;
}
/* Keep subjects framed in tall / wide collage boxes */
.acc-collage-tile--1 .acc-collage-tile-inner img {
    object-position: 28% 40%;
}
.acc-collage-tile--4 .acc-collage-tile-inner img {
    object-position: 35% 45%;
}
.acc-collage-tile--2 .acc-collage-tile-inner img,
.acc-collage-tile--3 .acc-collage-tile-inner img,
.acc-collage-tile--5 .acc-collage-tile-inner img {
    object-position: center center;
}
.acc-about-body { flex: 1 1 440px; min-width: 300px; }
.acc-about-body .acc-sub {
    color: var(--acc-gold);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 12px;
}
.acc-about-body .acc-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--acc-ink);
    line-height: 1.25;
    margin: 0 0 20px;
}
.acc-about-body .acc-text {
    color: var(--acc-muted);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 26px;
}
.acc-about-body .acc-text p { margin-bottom: 14px; }

/* =====================================================================
   FEATURES (services strip / icon cards)
   ===================================================================== */
.acc-features { padding: 80px 0; background: var(--acc-bg); }
.acc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.acc-feature-card {
    background: #fff;
    border-radius: var(--acc-radius);
    padding: 34px 30px;
    box-shadow: 0 10px 30px rgba(13, 30, 55, .06);
    transition: transform .25s ease, box-shadow .25s ease;
    display: block;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}
.acc-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--acc-shadow);
    border-bottom-color: var(--acc-gold);
}
.acc-feature-card .icon {
    width: 66px; height: 66px;
    border-radius: 50%;
    background: rgba(11, 61, 145, .08);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.acc-feature-card .icon img { max-width: 38px; max-height: 38px; }
.acc-feature-card .title { font-size: 19px; font-weight: 700; color: var(--acc-ink); margin: 0 0 10px; }
.acc-feature-card .text { color: var(--acc-muted); font-size: 15px; line-height: 1.7; margin: 0; }
.acc-feature-card .link { color: var(--acc-gold); font-weight: 700; display: inline-block; margin-top: 14px; font-size: 14px; }

/* =====================================================================
   SERVICES (redesigned glass cards - from code.html design)
   ===================================================================== */
.acc-services {
    --svc-primary: #0B3D91;
    --svc-primary-dark: #072B63;
    --svc-ink: #1F2937;
    --svc-muted: #6B7280;
    position: relative;
    padding: 110px 0;
    background: var(--acc-bg);
    overflow: hidden;
}

/* Dotted shader + glowing blobs */
.acc-svc-shader {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .4;
    pointer-events: none;
    background-image: radial-gradient(circle at 2px 2px, rgba(11, 61, 145, .08) 1px, transparent 0);
    background-size: 48px 48px;
}
.acc-svc-blobs { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.acc-svc-blob { position: absolute; border-radius: 50%; filter: blur(130px); }
.acc-svc-blob-1 {
    top: -10%; right: -5%;
    width: 500px; height: 500px;
    background: rgba(30, 99, 214, .10);
    animation: acc-svc-blob 25s infinite alternate ease-in-out;
}
.acc-svc-blob-2 {
    bottom: -10%; left: -5%;
    width: 600px; height: 600px;
    background: rgba(11, 61, 145, .14);
    animation: acc-svc-blob 25s infinite alternate ease-in-out;
    animation-delay: -5s;
}
@keyframes acc-svc-blob {
    0%   { transform: translate(0, 0) scale(1); }
    33%  { transform: translate(30px, -50px) scale(1.1); }
    66%  { transform: translate(-20px, 20px) scale(.9); }
    100% { transform: translate(0, 0) scale(1); }
}
.acc-svc-inner { position: relative; z-index: 1; }

/* Section header */
.acc-svc-head {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acc-svc-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--svc-primary);
    margin-bottom: 14px;
}
.acc-svc-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    letter-spacing: -.01em;
    color: var(--svc-ink);
    line-height: 1.2;
    margin: 0 0 18px;
}
.acc-svc-divider { width: 96px; height: 6px; border-radius: 999px; background: var(--svc-primary); margin-bottom: 22px; }
.acc-svc-lead { font-size: 18px; line-height: 1.6; color: var(--svc-muted); margin: 0; }

/* Grid */
.acc-svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Glass card */
.acc-svc-card {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(226, 232, 240, .6);
    border-radius: 10px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    transition: transform .5s cubic-bezier(.23, 1, .32, 1),
                box-shadow .5s cubic-bezier(.23, 1, .32, 1),
                border-color .5s cubic-bezier(.23, 1, .32, 1),
                background .5s cubic-bezier(.23, 1, .32, 1);
}
.acc-svc-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px -12px rgba(11, 61, 145, .18);
    border-color: var(--svc-primary);
    background: #fff;
}
.acc-svc-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(11, 61, 145, .05);
    color: var(--svc-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 22px;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}
.acc-svc-icon .material-symbols-outlined {
    font-size: 36px;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.acc-svc-card:hover .acc-svc-icon { background: var(--svc-primary); color: #fff; transform: scale(1.1); }
.acc-svc-card-title { font-size: 22px; font-weight: 600; color: var(--svc-ink); line-height: 1.3; margin: 0 0 14px; }
.acc-svc-card-text { font-size: 16px; line-height: 1.6; color: var(--svc-muted); margin: 0; flex-grow: 1; }
.acc-svc-card-text p { margin: 0 0 10px; }
.acc-svc-card-text p:last-child { margin-bottom: 0; }
.acc-svc-link {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--svc-primary);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: gap .25s ease;
}
.acc-svc-card:hover .acc-svc-link { gap: 12px; }
.acc-svc-link i { font-size: 12px; }

/* Reveal-up entrance (non-GSAP pages). Homepage kills the keyframe via
   acc-animations.css but keeps this opacity:0 as the pre-GSAP rest state. */
.acc-svc-head > *,
.acc-svc-card {
    opacity: 0;
    animation: acc-svc-reveal .8s cubic-bezier(.23, 1, .32, 1) forwards;
}
.acc-svc-head .acc-svc-eyebrow { animation-delay: .1s; }
.acc-svc-head .acc-svc-title   { animation-delay: .2s; }
.acc-svc-head .acc-svc-divider { animation-delay: .3s; }
.acc-svc-head .acc-svc-lead    { animation-delay: .4s; }
.acc-svc-card:nth-child(1) { animation-delay: .1s; }
.acc-svc-card:nth-child(2) { animation-delay: .2s; }
.acc-svc-card:nth-child(3) { animation-delay: .3s; }
.acc-svc-card:nth-child(4) { animation-delay: .4s; }
.acc-svc-card:nth-child(5) { animation-delay: .5s; }
.acc-svc-card:nth-child(6) { animation-delay: .6s; }
.acc-svc-card:nth-child(7) { animation-delay: .7s; }
.acc-svc-card:nth-child(8) { animation-delay: .8s; }
.acc-svc-card:nth-child(9) { animation-delay: .9s; }
@keyframes acc-svc-reveal {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .acc-svc-head > *,
    .acc-svc-card { opacity: 1; animation: none; }
    .acc-svc-blob { animation: none; }
}

/* Responsive */
@media (max-width: 1024px) {
    .acc-svc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .acc-services { padding: 70px 0; }
    .acc-svc-grid { grid-template-columns: 1fr; }
    .acc-svc-card { padding: 26px; }
}

/* =====================================================================
   PROJECTS (gallery-slider) - Blueprint plate cards + gold dots
   ===================================================================== */
.acc-projects {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8px 8px, rgba(11, 30, 66, 0.07) 1.4px, transparent 1.4px) 0 0 / 32px 32px,
        #f5f8fc;
}
.acc-projects::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 167, 27, 0.10), transparent 68%);
    pointer-events: none;
    z-index: 0;
}
.acc-projects .acc-container { position: relative; z-index: 1; }
.acc-projects .gallery-slider { position: relative; }
.acc-projects .gallery-slider .item { padding: 12px 6px; }

/* Card */
.acc-project-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(11, 30, 66, 0.08);
    box-shadow: 0 1px 2px rgba(11, 30, 66, 0.04);
    overflow: hidden;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
    height: 100%;
    padding: 0;
}
.acc-project-card:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 167, 27, 0.5);
    box-shadow: 0 24px 46px -18px rgba(11, 30, 66, 0.28);
}

/* Clipped photo plate */
.acc-project-card .img-link {
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.acc-project-card .img.plate,
.acc-project-card .plate {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(155deg, #0b1e42 0%, #1a3670 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 84% 100%, 0 100%);
}
.acc-project-card .img.plate::before,
.acc-project-card .plate::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        linear-gradient(to top, rgba(8, 21, 48, 0.72) 0%, rgba(8, 21, 48, 0.15) 45%, transparent 70%),
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: auto, 22px 22px, 22px 22px;
    opacity: 1;
    pointer-events: none;
}
.acc-project-card .img.plate::after,
.acc-project-card .plate::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(242, 167, 27, 0.28), transparent 70%);
    transition: transform .6s ease;
    z-index: 1;
    pointer-events: none;
}
.acc-project-card:hover .img.plate::after,
.acc-project-card:hover .plate::after { transform: scale(1.25); }

.acc-project-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.22, .61, .36, 1);
    position: relative;
    z-index: 0;
}
.acc-project-card:hover .img img { transform: scale(1.06); }

.acc-project-card .sector-tag {
    position: absolute;
    bottom: 22px;
    left: 16px;
    z-index: 2;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #e8eef7;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 32px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.acc-project-card .sector-tag .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f2a71b;
    flex-shrink: 0;
}

/* Content */
.acc-project-card .content {
    padding: 26px 26px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.acc-project-card .title {
    margin: 0 0 10px;
}
.acc-project-card .title a {
    color: #0b1e42;
    font-size: 18.5px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: color .25s ease;
}
.acc-project-card .title a:hover {
    color: #f2a71b;
}
.acc-project-card .text {
    margin-bottom: 20px;
}
.acc-project-card .text p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.acc-project-card .acc-btn-read {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--acc-ink, #0A1730);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 6px;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    text-transform: none;
    transition: background .25s ease, gap .25s ease;
    align-self: flex-start;
    margin-top: auto;
}
.acc-project-card .acc-btn-read i {
    font-size: 12px;
}
.acc-project-card .acc-btn-read:hover,
.acc-project-card:hover .acc-btn-read {
    background: var(--acc-teal, #1B3B7A);
    color: #fff;
    gap: 14px;
    border-bottom: 0;
}

/* Hide prev/next arrows - use dots only */
.acc-projects .gallery-slider .owl-nav {
    display: none !important;
}

/* Dots navigation — gold elongated active */
.acc-projects .gallery-slider .owl-dots {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    text-align: center;
    margin-top: 36px;
}
.acc-projects .gallery-slider .owl-dots .owl-dot {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    line-height: 1;
}
.acc-projects .gallery-slider .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0;
    background: rgba(11, 30, 66, 0.12);
    border-radius: 50%;
    display: inline-block;
    transition: all .3s ease;
}
.acc-projects .gallery-slider .owl-dots .owl-dot.active span {
    background: #f2a71b;
    width: 22px;
    height: 7px;
    border-radius: 4px;
}
.acc-projects .gallery-slider .owl-dots .owl-dot:hover span {
    background: #f2a71b;
}

/* =====================================================================
   EXPERTISE GRID (features list)
   ===================================================================== */
.acc-expertise { padding: 90px 0; background: #fff; }
.acc-expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.acc-expertise-card {
    border-radius: var(--acc-radius);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 26px rgba(13, 30, 55, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.acc-expertise-card:hover { transform: translateY(-5px); box-shadow: var(--acc-shadow); }
.acc-expertise-card .img { height: 200px; overflow: hidden; }
.acc-expertise-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.acc-expertise-card:hover .img img { transform: scale(1.06); }
.acc-expertise-card .content { padding: 18px 20px 22px; }
.acc-expertise-card .title { font-size: 17px; font-weight: 700; color: var(--acc-ink); margin: 0 0 8px; }
.acc-expertise-card .text { font-size: 14px; line-height: 1.65; color: var(--acc-muted); margin: 0; }

/* =====================================================================
   STATISTIC / EXPERIENCE
   ===================================================================== */
.acc-statistic {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}
.acc-statistic::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(7,43,99,.95) 0%, rgba(11,61,145,.90) 55%, rgba(7,43,99,.96) 100%);
}
/* soft gold glow accent */
.acc-statistic::after {
    content: "";
    position: absolute;
    top: -140px; right: -120px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(244,180,0,.22), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.acc-statistic .acc-container { position: relative; z-index: 2; }
.acc-statistic-wrap { display: flex; flex-wrap: wrap; gap: 50px; align-items: center; }

/* ----- Intro ----- */
.acc-statistic-intro { flex: 1 1 360px; }
.acc-statistic-intro .acc-sub {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--acc-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 14px;
}
.acc-statistic-intro .acc-sub::before {
    content: "";
    width: 30px; height: 2px;
    background: var(--acc-gold);
    display: inline-block;
}
.acc-statistic-intro .acc-title { font-size: 34px; line-height: 1.2; font-weight: 800; margin: 0 0 18px; color: #fff; }
.acc-statistic-divider {
    display: block;
    width: 60px; height: 3px;
    background: linear-gradient(90deg, var(--acc-gold), var(--acc-gold-dark));
    border-radius: 4px;
    margin: 0 0 22px;
}
.acc-statistic-intro .acc-text { color: rgba(255,255,255,.82); line-height: 1.85; margin-bottom: 28px; font-size: 15px; }
.acc-statistic-intro .acc-btn-gold i { transition: transform .25s ease; }
.acc-statistic-intro .acc-btn-gold:hover i { transform: translateX(4px); }

/* ----- Stat cards ----- */
.acc-statistic-grid { flex: 1 1 420px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.acc-stat-card {
    position: relative;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    padding: 32px 22px;
    text-align: center;
    overflow: hidden;
    transition: transform .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.acc-stat-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--acc-gold), var(--acc-gold-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.acc-stat-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,.1);
    border-color: rgba(244,180,0,.55);
    box-shadow: 0 22px 42px rgba(0,0,0,.3);
}
.acc-stat-card:hover::before { transform: scaleX(1); }

.acc-stat-icon {
    width: 78px; height: 78px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    transition: transform .45s cubic-bezier(.34,1.56,.64,1), background .35s ease, border-color .35s ease;
}
.acc-stat-card:hover .acc-stat-icon {
    background: rgba(244,180,0,.95);
    border-color: var(--acc-gold);
    transform: translateY(-4px) rotate(-6deg) scale(1.08);
}
.acc-stat-icon img {
    max-height: 42px;
    max-width: 46px;
    object-fit: contain;
    transition: transform .4s ease;
}
.acc-stat-card:hover .acc-stat-icon img { transform: scale(1.06); }
.acc-stat-card .text { margin: 0; font-weight: 600; color: #fff; font-size: 15px; line-height: 1.5; }

/* =====================================================================
   UAE PRESENCE / LICENSED OPERATIONS - Light Clean Theme
   ===================================================================== */
.acc-uae-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #eef3f9 0%, #f8fafc 45%, #ffffff 100%);
    color: var(--acc-ink);
    position: relative;
    overflow: hidden;
}
.acc-uae-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(11, 61, 145, .08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.acc-uae-section .acc-container { position: relative; z-index: 1; }

/* Header */
.acc-uae-section .uae-main-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--acc-ink);
    margin: 0 0 18px;
    text-align: center;
    line-height: 1.2;
}
.acc-uae-section .uae-main-title .hl { color: var(--acc-teal); }
.acc-uae-section .uae-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: var(--acc-muted);
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

/* Content Wrapper */
.uae-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(18px, 2.8vw, 34px);
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

/* Left: Info Cards */
.uae-info-cards {
    flex: 0 1 420px;
    width: 100%;
    max-width: 460px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.uae-info-card {
    background: #ffffff;
    border: 1px solid var(--acc-line);
    border-left: 4px solid transparent;
    border-radius: 10px;
    padding: 28px 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(13, 30, 55, .06);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.uae-info-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--card-accent, var(--acc-teal));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .42s cubic-bezier(.16, 1, .3, 1);
}
.dubai-card { --card-accent: #1E63D6; }
.abudhabi-card { --card-accent: #F4B400; }

.card-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    flex-shrink: 0;
    transition: transform .42s cubic-bezier(.16, 1, .3, 1), box-shadow .42s cubic-bezier(.16, 1, .3, 1);
}
.dubai-icon { background: linear-gradient(135deg, #1E63D6, #0B3D91); }
.abudhabi-icon { background: linear-gradient(135deg, #F4B400, #C99500); }

.card-content { flex: 1; }
.card-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--acc-ink);
    margin: 0 0 10px;
    transition: color .42s cubic-bezier(.16, 1, .3, 1);
}
.card-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--acc-muted);
    margin: 0;
}

/* Right: Map */
.uae-map-section {
    flex: 1 1 0;
    min-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.uae-map-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}
.uae-map-legend {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 600;
    color: var(--acc-ink);
}
.uae-map-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.uae-map-legend .legend-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}
.uae-map-legend .legend-dot--blue { background: #2f65f0; }
.uae-map-legend .legend-dot--amber { background: #f3a53a; }
.uae-map-frame {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 370 / 340;
    margin-left: auto;
    filter: drop-shadow(0 14px 30px rgba(13, 30, 55, .14));
}
.uae-map-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.uae-map-outline { fill: none; stroke: none; }
.acc-uae-section .uae-map-dots rect {
    transform-box: fill-box;
    transform-origin: center;
}
.acc-uae-section .dot-base { fill: #2c3652; opacity: .65; }
.acc-uae-section .dot-dubai { fill: #2f65f0; }
.acc-uae-section .dot-abudhabi { fill: #f3a53a; }
.uae-map-pin {
    position: absolute;
    transform: translate(-50%, -100%);
    filter: drop-shadow(0 6px 10px rgba(18, 37, 72, .28));
}
.uae-map-pin svg {
    width: 26px;
    height: 26px;
    display: block;
}
.uae-map-pin.pin--dubai { color: #2f65f0; }
.uae-map-pin.pin--abudhabi { color: #f3a53a; }

/* Bottom: License Badge */
.uae-license-badge {
    background: #ffffff;
    border: 1px solid var(--acc-line);
    border-left: 5px solid var(--acc-success);
    border-radius: 8px;
    padding: 26px 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    box-shadow: 0 10px 30px rgba(13, 30, 55, .06);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s cubic-bezier(.16, 1, .3, 1);
}
.badge-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(34, 197, 94, .18), rgba(34, 197, 94, .08));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--acc-success);
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(34, 197, 94, .12);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), background .45s cubic-bezier(.16, 1, .3, 1), color .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s cubic-bezier(.16, 1, .3, 1);
}
.badge-content .badge-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--acc-ink);
    margin: 0 0 6px;
}
.badge-content .badge-text {
    font-size: 15px;
    color: var(--acc-muted);
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .uae-content-wrapper { flex-direction: column-reverse; }
    .uae-info-cards,
    .uae-map-section { flex: 1 1 100%; }
    .uae-map-wrap { max-width: 340px; margin: 0 auto; }
    .uae-map-frame { max-width: 340px; margin: 0 auto; }
    .uae-map-legend { justify-content: center; }
}
@media (max-width: 767px) {
    .acc-uae-section { padding: 60px 0; }
    .acc-uae-section .uae-main-title { font-size: 28px; }
    .acc-uae-section .uae-subtitle { font-size: 15px; }
    .uae-info-card { padding: 24px; flex-direction: column; text-align: center; }
    .uae-info-card::before { width: 100%; height: 4px; bottom: auto; transform: scaleX(0); transform-origin: left; }
    .uae-info-card:hover::before { transform: scaleX(1); }
    .card-icon { margin: 0 auto; }
    .card-title { font-size: 20px; }
    .card-text { font-size: 14px; }
    .uae-license-badge { flex-direction: column; text-align: center; padding: 24px 20px; }
    .badge-content .badge-title { font-size: 17px; }
    .badge-content .badge-text { font-size: 14px; }
}

/* =====================================================================
   PEOPLE / SUBMIT-ADDRESS CTA banner
   ===================================================================== */
.acc-cta {
    position: relative;
    padding: 90px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
.acc-cta::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(7,43,99,.92), rgba(11,61,145,.82));
}
.acc-cta .acc-container { position: relative; z-index: 2; }
.acc-cta .acc-title { font-size: 34px; font-weight: 800; margin: 0 0 16px; color: #fff; }
.acc-cta .acc-text { max-width: 640px; margin: 0 auto 28px; color: rgba(255,255,255,.88); line-height: 1.8; }
.acc-cta .acc-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* =====================================================================
   PRICING
   ===================================================================== */
.acc-pricing { padding: 90px 0; background: var(--acc-bg); }
.acc-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.acc-plan {
    background: #fff;
    border-radius: var(--acc-radius);
    padding: 36px 30px;
    box-shadow: 0 10px 30px rgba(13,30,55,.07);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex; flex-direction: column;
}
.acc-plan:hover { transform: translateY(-6px); box-shadow: var(--acc-shadow); }
.acc-plan .header .title { font-size: 22px; font-weight: 700; color: var(--acc-ink); margin: 0 0 6px; }
.acc-plan .header .sub-title { color: var(--acc-muted); font-size: 14px; margin: 0 0 18px; }
.acc-plan .price { padding: 18px 0; border-top: 1px solid var(--acc-line); border-bottom: 1px solid var(--acc-line); margin-bottom: 20px; }
.acc-plan .price .num { font-size: 36px; font-weight: 800; color: var(--acc-teal); margin: 0; }
.acc-plan .price .time { color: var(--acc-muted); font-size: 14px; }
.acc-plan .content-text { text-align: left; color: var(--acc-muted); margin-bottom: 24px; flex: 1; }
.acc-plan .acc-btn { align-self: center; }

/* =====================================================================
   VIDEO / LARGE BANNER
   ===================================================================== */
.acc-video {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.acc-video::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(7,43,99,.92), rgba(11,61,145,.6));
}
.acc-video .acc-container { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 40px; }
.acc-video-body { flex: 1 1 420px; }
.acc-video-body .acc-title { font-size: 32px; font-weight: 800; color: #fff; margin: 0 0 14px; }
.acc-video-body .acc-text { color: rgba(255,255,255,.85); line-height: 1.8; }
.acc-video-box { flex: 1 1 380px; position: relative; border-radius: var(--acc-radius); overflow: hidden; }
.acc-video-box img { width: 100%; display: block; }
.acc-video-box .play-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.acc-video-box .video-play-btn {
    width: 78px; height: 78px; border-radius: 50%;
    background: var(--acc-gold); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    box-shadow: 0 0 0 12px rgba(244,180,0,.3);
    transition: transform .25s ease;
}
.acc-video-box .video-play-btn:hover { transform: scale(1.08); color: #fff; }

/* =====================================================================
   TEAM
   ===================================================================== */
.acc-team { padding: 90px 0; background: #fff; }
.acc-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.acc-team-card {
    background: #fff; border-radius: var(--acc-radius); overflow: hidden;
    box-shadow: 0 8px 26px rgba(13,30,55,.08); text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}
.acc-team-card:hover { transform: translateY(-5px); box-shadow: var(--acc-shadow); }
.acc-team-card .img { height: 280px; overflow: hidden; }
.acc-team-card .img img { width: 100%; height: 100%; object-fit: cover; }
.acc-team-card .content { padding: 20px; }
.acc-team-card .title { font-size: 18px; font-weight: 700; color: var(--acc-ink); margin: 0 0 4px; }
.acc-team-card .designation { color: var(--acc-muted); font-size: 14px; margin: 0 0 12px; }
.acc-team-card .social-links { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; justify-content: center; }
.acc-team-card .social-links a {
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--acc-bg); color: var(--acc-teal);
    display: flex; align-items: center; justify-content: center;
    transition: all .2s ease; text-decoration: none;
}
.acc-team-card .social-links a:hover { background: var(--acc-teal); color: #fff; }

/* =====================================================================
   TESTIMONIALS
   ===================================================================== */
.acc-testimonial {
    position: relative; padding: 90px 0;
    background-size: cover; background-position: center; color: #fff;
}
.acc-testimonial::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(7,43,99,.94), rgba(11,61,145,.9)); }
.acc-testimonial .acc-container { position: relative; z-index: 2; }
.acc-testimonial .testimonial-slider .single-testimonial,
.acc-testi-card {
    background: #fff; border-radius: var(--acc-radius); padding: 30px;
    margin: 6px; color: var(--acc-text);
}
.acc-testi-card .review-text p { font-size: 15px; line-height: 1.8; color: var(--acc-muted); margin: 0 0 20px; }
.acc-testi-card .people { display: flex; align-items: center; gap: 14px; }
.acc-testi-card .people .img img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.acc-testi-card .people .title { font-size: 16px; font-weight: 700; color: var(--acc-ink); margin: 0; }
.acc-testi-card .people .designation { font-size: 13px; color: var(--acc-muted); margin: 0; }

/* =====================================================================
   INSIGHTS / BLOG
   ===================================================================== */
.acc-blog { padding: 90px 0; background: var(--acc-bg); }
.acc-blog .blog-slider .single-blog,
.acc-blog-card {
    display: block;
    background: #fff;
    border-radius: var(--acc-radius);
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(13,30,55,.08);
    text-decoration: none;
    margin: 6px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.acc-blog-card:hover { transform: translateY(-5px); box-shadow: var(--acc-shadow); }
.acc-blog-card .img { height: 210px; overflow: hidden; }
.acc-blog-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.acc-blog-card:hover .img img { transform: scale(1.06); }
.acc-blog-card .content { padding: 22px 24px 26px; }
.acc-blog-card .title { font-size: 18px; font-weight: 700; color: var(--acc-ink); line-height: 1.4; margin: 0 0 12px; }
.acc-blog-card .top-meta { list-style: none; padding: 0; margin: 0 0 12px; display: flex; gap: 18px; }
.acc-blog-card .top-meta li { font-size: 13px; color: var(--acc-muted); }
.acc-blog-card .top-meta i { color: var(--acc-gold); margin-right: 5px; }
.acc-blog-card .text p { font-size: 14px; line-height: 1.7; color: var(--acc-muted); margin: 0 0 14px; }
.acc-blog-card .link { color: var(--acc-gold); font-weight: 700; font-size: 14px; }
.acc-blog-actions { text-align: center; margin-top: 40px; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.acc-footer {
    background: var(--acc-ink);
    color: #cdd9d7;
    padding: 96px 0 0;
    position: relative;
}
.acc-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--acc-gold), transparent);
}
.acc-footer .acc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.3fr;
    gap: 64px;
    padding-bottom: 50px;
}
.acc-footer-logo img { max-height: 54px; margin-bottom: 18px; }
.acc-footer-about p { color: #aebdba; line-height: 1.8; font-size: 15px; margin-bottom: 22px; }
.acc-footer-social { display: flex; gap: 10px; }
.acc-footer-social a {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.08); color: #fff;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s ease; text-decoration: none;
}
.acc-footer-social a:hover { background: var(--acc-gold); color: #0A1730; transform: scale(1.08); }
.acc-footer h4.title {
    color: #fff; font-size: 18px; font-weight: 700; margin: 0 0 22px;
    position: relative; padding-bottom: 12px;
}
.acc-footer h4.title::after {
    content: ""; position: absolute; left: 0; bottom: 0;
    width: 42px; height: 3px; background: var(--acc-gold);
}
.acc-footer-links { list-style: none; padding: 0; margin: 0; }
.acc-footer-links li { margin-bottom: 11px; }
.acc-footer-links a { color: #aebdba; text-decoration: none; font-size: 15px; transition: all .2s ease; }
.acc-footer-links a:hover { color: var(--acc-gold); padding-left: 5px; }
.acc-footer-contact { list-style: none; padding: 0; margin: 0; }
.acc-footer-contact li { display: flex; gap: 12px; margin-bottom: 14px; color: #aebdba; font-size: 15px; line-height: 1.6; }
.acc-footer-contact li a { color: #aebdba; text-decoration: none; }
.acc-footer-contact li a:hover { color: var(--acc-gold); }
.acc-footer-contact i { color: var(--acc-gold); margin-top: 4px; }
.acc-footer-news { display: flex; margin-bottom: 22px; }
.acc-footer-news input {
    flex: 1; border: 1px solid rgba(255,255,255,.12); padding: 12px 16px; border-radius: 6px 0 0 6px;
    background: rgba(255,255,255,.08); color: #fff; outline: none;
}
.acc-footer-news input::placeholder { color: #91a3a0; }
.acc-footer-news button {
    border: 0; background: var(--acc-gold); color: #0A1730;
    padding: 0 18px; min-width: 48px; border-radius: 0 6px 6px 0; cursor: pointer;
    transition: background .2s ease;
}
.acc-footer-news button:hover { background: var(--acc-gold-dark); }
.acc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 22px 0;
    text-align: center;
}
.acc-footer-bottom p { margin: 0; color: #91a3a0; font-size: 14px; }
.acc-footer-bottom a { color: var(--acc-gold); text-decoration: none; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
    .acc-feature-grid,
    .acc-expertise-grid,
    .acc-team-grid { grid-template-columns: repeat(2, 1fr); }
    .acc-pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .acc-nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .acc-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        background: #fff;
        box-shadow: var(--acc-shadow);
        padding: 10px 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .35s ease;
    }
    .acc-header.acc-open .acc-nav { max-height: 80vh; overflow-y: auto; }
    .acc-nav > li > a { padding: 12px 22px; }
    .acc-nav .acc-dropdown-menu,
    .acc-nav .acc-mega {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-top: 0;
        width: auto;
        padding: 0 22px 8px;
        display: none;
    }
    .acc-nav > li.acc-open-sub > .acc-dropdown-menu,
    .acc-nav > li.acc-open-sub > .acc-mega { display: block; }
    .acc-nav-cta { margin: 10px 22px; text-align: center; justify-content: center; }
    .acc-hero-slide { flex-direction: column; flex-wrap: wrap; }
    .acc-hero-left, .acc-hero-right { flex: 1 1 100%; }
    .acc-hero-right { min-height: 320px; }
    .acc-hero-slide { min-height: auto; }
    
    /* Hero arrows smaller on tablets */
    .acc-hero .hero-area-slider .owl-nav button.owl-prev,
    .acc-hero .hero-area-slider .owl-nav button.owl-next {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .acc-hero .hero-area-slider .owl-nav button.owl-prev { left: 10px; }
    .acc-hero .hero-area-slider .owl-nav button.owl-next { right: 10px; }

    .acc-about-collage {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto;
        gap: 12px;
    }
    .acc-collage-tile--1 {
        grid-column: 1 / -1;
        grid-row: auto;
        aspect-ratio: 16 / 10;
        min-height: 0;
    }
    .acc-collage-tile--2 {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 1 / 1;
    }
    .acc-collage-tile--3 {
        grid-column: 2;
        grid-row: auto;
        aspect-ratio: 1 / 1;
    }
    .acc-collage-tile--4 {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 4 / 3;
        min-height: 0;
    }
    .acc-collage-tile--5 {
        grid-column: 2;
        grid-row: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* Projects arrows inside on tablets */
    .acc-projects .gallery-slider .owl-nav button.owl-prev,
    .acc-projects .gallery-slider .owl-nav button.owl-next {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
    .acc-projects .gallery-slider .owl-nav button.owl-prev { 
        left: 10px !important; 
    }
    .acc-projects .gallery-slider .owl-nav button.owl-next { 
        right: 10px !important; 
    }
}

@media (max-width: 767px) {
    .acc-section, .acc-about, .acc-projects, .acc-expertise,
    .acc-features, .acc-statistic, .acc-pricing, .acc-video,
    .acc-team, .acc-testimonial, .acc-blog, .acc-cta { padding: 60px 0; }
    .acc-feature-grid,
    .acc-expertise-grid,
    .acc-team-grid,
    .acc-pricing-grid { grid-template-columns: 1fr; }
    .acc-statistic-grid { grid-template-columns: repeat(2, 1fr); }
    .acc-footer .acc-footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .acc-head .acc-title { font-size: 27px; }
    .acc-topbar .acc-topbar-left { display: none; }
    
    /* Hero arrows very small on mobile */
    .acc-hero .hero-area-slider .owl-nav button.owl-prev,
    .acc-hero .hero-area-slider .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .acc-hero .hero-area-slider .owl-nav button.owl-prev { left: 6px; }
    .acc-hero .hero-area-slider .owl-nav button.owl-next { right: 6px; }
    
    /* Projects arrows smaller on mobile */
    .acc-projects .gallery-slider .owl-nav button.owl-prev,
    .acc-projects .gallery-slider .owl-nav button.owl-next {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .acc-projects .gallery-slider .owl-nav button.owl-prev { 
        left: 6px !important; 
    }
    .acc-projects .gallery-slider .owl-nav button.owl-next { 
        right: 6px !important; 
    }
}

@media (max-width: 575px) {
    .acc-statistic-wrap { gap: 36px; }
    .acc-statistic-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .acc-stat-card { padding: 24px 14px; }
    .acc-stat-icon { width: 64px; height: 64px; margin-bottom: 14px; }
    .acc-stat-icon img { max-height: 34px; max-width: 38px; }
    .acc-stat-card .text { font-size: 13.5px; }
    .acc-statistic-intro .acc-title { font-size: 27px; }
}
