﻿/*!

* =====================================================
* Proje: BTR Yazılım Nakliyat Lojistik Script
* Website: https://www.btryazilim.com
*
* Geliştirici: Mehmet Biter
* Marka: BTR Yazılım
*
* Açıklama:
* Bu CSS veya JS dosyası, BTR Yazılım tarafından geliştirilen
* web scriptine aittir. Tasarım ve stil düzenlemeleri
* bu dosya üzerinden yönetilmektedir.
*
* Tüm hakları saklıdır © Mehmet Biter
* İzinsiz kopyalanması, dağıtılması veya kullanılması
* yasaktır.
* =====================================================
*/

/* ============================================================
   NAKLIYAT LOGISTICS CMS - Modern Frontend Theme
   Font: Manrope (full Turkish glyph support)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #0EA5E9;
  --primary-dark: #0284C7;
  --primary-soft: rgba(14, 165, 233, 0.12);
  --navy: #0C4A6E;
  --navy-mid: #075985;
  --secondary: #0C4A6E;
  --secondary-dark: #082F49;
  --accent: #38BDF8;
  --dark: #0F172A;
  --light: #F8FAFC;
  --surface: #F1F5F9;
  --text: #334155;
  --text-muted: #64748B;
  --border: #E2E8F0;
  --white: #FFFFFF;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.1);
  --transition: 0.3s ease;
  --font-family: 'Manrope', system-ui, sans-serif;
  --font-display: 'Manrope', system-ui, sans-serif;
  --font-condensed: 'Manrope', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--light);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary-dark); }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.2;
  color: var(--dark);
  letter-spacing: -0.02em;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.section-pad { padding: 88px 0; }
.section-pad-sm { padding: 56px 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--primary); margin-bottom: 12px;
}
.section-tag::before { content: ''; width: 20px; height: 2px; background: var(--primary); border-radius: 2px; }
.section-heading { font-size: clamp(1.85rem, 3.5vw, 2.75rem); margin-bottom: 14px; }
.section-heading span { color: var(--primary); }

.btn-primary-custom {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: var(--white);
  padding: 13px 26px; font-weight: 700; font-size: 0.9rem;
  border: none; border-radius: 999px; cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.28);
}
.btn-primary-custom:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-2px); }

.btn-secondary-custom {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1); color: var(--white);
  padding: 12px 26px; font-weight: 700; font-size: 0.9rem;
  border: 1.5px solid rgba(255,255,255,0.35); border-radius: 999px; cursor: pointer;
  transition: all var(--transition); backdrop-filter: blur(8px);
}
.btn-secondary-custom:hover { background: var(--white); color: var(--navy); border-color: var(--white); }

.btn-outline-dark-custom {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--navy);
  padding: 12px 26px; font-weight: 700; font-size: 0.9rem;
  border: 1.5px solid var(--navy); border-radius: 999px; cursor: pointer;
  transition: all var(--transition);
}
.btn-outline-dark-custom:hover { background: var(--navy); color: var(--white); }

/* Top bar */
.top-bar {
  background: var(--secondary-dark); color: rgba(255,255,255,0.7);
  font-size: 0.8rem; padding: 8px 0; z-index: 200;
}
.top-bar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.top-bar-left { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.top-bar-left a { color: rgba(255,255,255,0.7); }
.top-bar-left a:hover { color: var(--accent); }
.top-bar-left i { color: var(--primary); margin-right: 4px; }
.top-bar-right { display: flex; align-items: center; gap: 12px; }
.top-bar-right a { color: rgba(255,255,255,0.55); }
.top-bar-right a:hover { color: var(--accent); }

.lang-switcher { display: flex; gap: 4px; }
.lang-btn {
  color: rgba(255,255,255,0.55); font-size: 0.72rem; font-weight: 700;
  padding: 2px 8px; border-radius: 6px; border: 1px solid transparent;
}
.lang-btn:hover, .lang-btn.active { color: var(--white); border-color: rgba(255,255,255,0.2); }
.lang-btn.active { background: rgba(14,165,233,0.2); color: var(--accent); }

/* Header */
.site-header {
  background: rgba(12, 74, 110, 0.96);
  backdrop-filter: blur(12px);
  position: sticky; top: 0; z-index: 999;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(8, 47, 73, 0.35); }
.header-inner { display: flex; align-items: center; gap: 20px; height: 74px; }

.logo-wrap { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-img { height: 44px; width: auto; }
.logo-text {
  display: flex; align-items: center; gap: 10px;
  font-size: 1.05rem; font-weight: 800; color: var(--white); line-height: 1.15;
}
.logo-icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}

.main-nav { flex: 1; }
.nav-list { display: flex; align-items: center; justify-content: center; gap: 2px; }
.nav-item { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 4px;
  color: rgba(255,255,255,0.82); font-size: 0.86rem; font-weight: 600;
  padding: 26px 12px; transition: color var(--transition); white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link::after {
  content: ''; position: absolute; left: 12px; right: 12px; bottom: 14px; height: 2px;
  background: var(--primary); border-radius: 2px; transform: scaleX(0); transition: transform var(--transition);
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link i.bi-chevron-down { font-size: 0.65rem; }

.dropdown-menu-custom {
  position: absolute; top: 100%; left: 0; min-width: 220px;
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all var(--transition); z-index: 1000; border: 1px solid var(--border);
}
.nav-item:hover .dropdown-menu-custom { opacity: 1; visibility: visible; transform: none; }
.dropdown-menu-custom li a {
  display: block; padding: 10px 18px; color: var(--text); font-size: 0.88rem; font-weight: 600;
}
.dropdown-menu-custom li a:hover { background: var(--light); color: var(--primary); }

.hdr-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.hdr-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.12); }
.hdr-emergency { display: flex; align-items: center; gap: 10px; }
.hdr-emergency-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(14,165,233,0.18); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.hdr-emergency-label { display: block; font-size: 0.65rem; color: rgba(255,255,255,0.45); font-weight: 600; }
.hdr-emergency-num { display: block; font-size: 0.95rem; color: var(--white); font-weight: 700; }

.hdr-quote-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: var(--white);
  padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 0.82rem;
  transition: background var(--transition), transform var(--transition);
}
.hdr-quote-btn:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-1px); }

.mobile-menu-btn {
  display: none; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 42px; height: 42px; border-radius: 10px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); cursor: pointer; margin-left: auto;
}
.mobile-menu-btn span { display: block; width: 20px; height: 2px; background: var(--white); transition: all var(--transition); }
.mobile-menu-btn.open span:nth-child(1), .mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-btn.open span:nth-child(2), .mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.open span:nth-child(3), .mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.nav-overlay { position: fixed; inset: 0; background: rgba(8,47,73,0.5); z-index: 998; display: none; }
.nav-overlay.open, .nav-overlay.active { display: block; }

/* Hero */
.hero-slider, .default-hero {
  position: relative; min-height: min(88vh, 700px); overflow: hidden;
  background: linear-gradient(135deg, #082F49 0%, #0C4A6E 50%, #0369A1 100%);
}
.hero-swiper, .hero-slider .swiper,
.swiper-slide { min-height: min(88vh, 700px); height: 100%; }

.slide-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform 12s ease;
}
.swiper-slide-active .slide-bg { transform: scale(1.05); }

.slide-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(56,189,248,0.25), transparent 45%),
    radial-gradient(ellipse at 85% 70%, rgba(14,165,233,0.2), transparent 40%),
    linear-gradient(110deg, rgba(8,47,73,0.92) 0%, rgba(12,74,110,0.75) 55%, rgba(12,74,110,0.45) 100%);
}
.slide-overlay::before,
.slide-overlay::after {
  content: ''; position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.45;
  animation: floatOrb 14s ease-in-out infinite;
}
.slide-overlay::before { width: 280px; height: 280px; background: #38BDF8; top: 10%; right: 12%; }
.slide-overlay::after { width: 200px; height: 200px; background: #0EA5E9; bottom: 15%; left: 8%; animation-delay: -4s; }
@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, -24px); }
}

.slide-content { position: relative; z-index: 2; padding: 130px 0 90px; max-width: 640px; }
.slide-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.95rem; font-weight: 800; color: var(--accent); margin-bottom: 14px;
}
.slide-brand i {
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--primary); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
}
.slide-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 12px;
}
.slide-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 800;
  color: var(--white); line-height: 1.05; margin-bottom: 16px;
  white-space: pre-line;
}
.slide-title span { color: var(--accent); }
.slide-subtitle {
  font-size: 1.05rem; color: rgba(255,255,255,0.75);
  max-width: 480px; margin-bottom: 32px; line-height: 1.7;
}
.slide-btns { display: flex; flex-wrap: wrap; gap: 12px; }

.swiper-button-next, .swiper-button-prev {
  width: 44px !important; height: 44px !important; border-radius: 50%;
  background: rgba(255,255,255,0.15) !important; color: var(--white) !important;
  backdrop-filter: blur(8px);
}
.swiper-button-next::after, .swiper-button-prev::after { font-size: 0.85rem !important; }
.swiper-pagination-bullet { background: rgba(255,255,255,0.4) !important; }
.swiper-pagination-bullet-active { background: var(--primary) !important; width: 22px !important; border-radius: 8px !important; }

.hero-stats-strip { background: var(--white); border-bottom: 1px solid var(--border); }
.hero-stats-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.hstat { text-align: center; padding: 22px 12px; position: relative; }
.hstat:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 25%; height: 50%; width: 1px; background: var(--border);
}
.hstat-num { display: block; font-size: 1.8rem; font-weight: 800; color: var(--navy); }
.hstat-label { font-size: 0.72rem; font-weight: 700; color: var(--text-muted); letter-spacing: 0.04em; text-transform: uppercase; }

/* Quote strip */
.quote-strip { background: var(--navy-mid); border-top: 1px solid rgba(56,189,248,0.25); }
.quote-strip-inner { display: grid; grid-template-columns: 320px 1fr; }
.quote-strip-left {
  padding: 32px; border-right: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; justify-content: center; gap: 10px;
}
.quote-strip-badge {
  display: inline-flex; width: fit-content; gap: 6px; align-items: center;
  background: var(--primary); color: var(--white); font-size: 0.7rem; font-weight: 700;
  padding: 5px 12px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase;
}
.quote-strip-title { font-size: 1.5rem; font-weight: 800; color: var(--white); margin: 0; }
.quote-strip-title span { color: var(--accent); }
.quote-strip-features { display: flex; flex-direction: column; gap: 6px; }
.quote-strip-features span { color: rgba(255,255,255,0.6); font-size: 0.85rem; display: flex; gap: 8px; align-items: center; }
.quote-strip-features i { color: var(--accent); }
.quote-strip-form {
  padding: 24px 28px; display: grid;
  grid-template-columns: repeat(4, 1fr) auto; gap: 10px; align-items: center;
}
.quote-field { position: relative; }
.quote-field-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--accent); }
.quote-field input, .quote-field select {
  width: 100%; padding: 11px 12px 11px 34px; border-radius: 10px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  color: var(--white); font-size: 0.88rem; outline: none;
}
.quote-field input:focus, .quote-field select:focus { border-color: var(--primary); }
.quote-field select option { background: var(--navy); }
.quote-strip-btn {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  background: var(--primary); color: var(--white); border: none; border-radius: 999px;
  padding: 12px 20px; font-weight: 700; cursor: pointer;
}
.quote-strip-btn:hover { background: var(--primary-dark); }

/* About */
.about-section { background: var(--white); }
.about-img-wrap { position: relative; }
.about-img-main { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); }
.about-img-badge {
  position: absolute; bottom: -16px; right: -8px;
  background: var(--primary); color: var(--white); padding: 18px; border-radius: var(--radius); text-align: center;
  box-shadow: var(--shadow);
}
.about-img-badge .badge-num { display: block; font-size: 2rem; font-weight: 800; line-height: 1; }
.about-img-badge .badge-text { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; }
.about-content { padding: 16px 0 16px 36px; }
.about-features { margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-feature { display: flex; gap: 12px; }
.about-feature-icon {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  background: var(--primary-soft); color: var(--primary); display: flex; align-items: center; justify-content: center;
}
.about-feature-text strong { display: block; color: var(--dark); margin-bottom: 2px; }
.about-feature-text span { font-size: 0.82rem; color: var(--text-muted); }

/* Services / categories */
.services-section { background: var(--surface); }
.dept-card, .service-card {
  display: block; text-decoration: none; color: inherit;
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px 24px; height: 100%; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.dept-card:hover, .service-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(14,165,233,0.35); color: inherit;
}
.dept-icon, .service-icon {
  width: 54px; height: 54px; min-width: 54px; min-height: 54px; border-radius: 14px; margin-bottom: 16px;
  background: var(--primary-soft) !important; color: var(--primary) !important;
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
  transition: background var(--transition), color var(--transition);
  overflow: hidden;
}
.dept-card:hover .dept-icon, .service-card:hover .service-icon {
  background: var(--primary) !important; color: var(--white) !important;
}
.dept-card h4, .service-card h4,
.dept-card h5, .service-card h5 { font-size: 1.15rem; margin-bottom: 8px; color: var(--dark); }
.dept-card p, .service-card p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 14px; }
.service-content { display: flex; flex-direction: column; flex: 1; }
.dept-link, .service-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.82rem; font-weight: 700; color: var(--primary);
}
.service-card-media { padding: 0; overflow: hidden; }
.service-card-media .service-content { padding: 20px 22px 22px; }
.service-card-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--navy);
}
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card-media:hover .service-card-img img { transform: scale(1.04); }
.service-card-media .service-icon { margin: 20px 22px 0; }

/* Projects / references */
.projects-section { background: var(--white); }
.project-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-btn {
  background: var(--surface); border: 1px solid var(--border); color: var(--text-muted);
  padding: 8px 16px; border-radius: 999px; font-size: 0.8rem; font-weight: 700; cursor: pointer;
  transition: all var(--transition); text-decoration: none;
}
.filter-btn:hover, .filter-btn.active { background: var(--navy); border-color: var(--navy); color: var(--white); }

/* New reference cards (homepage) */
.ref-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.ref-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(14, 165, 233, 0.35);
}
.ref-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  overflow: hidden;
}
.ref-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ref-card:hover .ref-card-media img { transform: scale(1.04); }
.ref-card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0C4A6E 0%, #075985 55%, #0369A1 100%);
}
.ref-card-placeholder i {
  font-size: 2.6rem;
  color: rgba(56, 189, 248, 0.45);
}
.ref-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}
.ref-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}
.ref-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.3;
  margin: 0 0 10px;
}
.ref-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.ref-card-meta span { display: inline-flex; align-items: center; gap: 5px; }
.ref-card-meta i { color: var(--primary); }
.ref-card-desc {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0 0 14px;
  flex: 1;
}
.ref-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  transition: gap var(--transition);
}
.ref-card-link:hover { gap: 10px; color: var(--primary-dark); }

/* Legacy project-card (other pages) */
.project-card {
  position: relative; overflow: hidden; aspect-ratio: 4/3;
  border-radius: var(--radius-lg); background: var(--navy);
}
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.project-card:hover img { transform: scale(1.05); }
.project-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,47,73,0.92) 0%, rgba(8,47,73,0.35) 55%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 20px;
  transform: none;
}
.project-card-cat { font-size: 0.7rem; font-weight: 700; color: var(--accent); text-transform: uppercase; margin-bottom: 6px; }
.project-card-title { font-size: 1.15rem; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.project-card-meta { display: flex; gap: 12px; font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.project-card-meta i { color: var(--primary); }
.project-view-btn {
  display: inline-flex; align-items: center; gap: 6px; width: fit-content;
  background: var(--primary); color: var(--white); padding: 8px 14px;
  border-radius: 999px; font-size: 0.75rem; font-weight: 700;
}
.project-view-btn:hover { background: var(--primary-dark); color: var(--white); }

/* Stats */
.stats-section {
  background: linear-gradient(120deg, var(--secondary-dark), var(--navy-mid));
  padding: 64px 0; position: relative; overflow: hidden;
}
.stats-section::before {
  content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: rgba(56,189,248,0.12); top: -80px; right: -40px; filter: blur(20px);
}
.stat-item { text-align: center; position: relative; z-index: 1; }
.stat-num { display: block; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: var(--accent); line-height: 1; }
.stat-suffix { font-size: 1.3rem; font-weight: 800; color: rgba(255,255,255,0.45); }
.stat-label { display: block; margin-top: 8px; font-size: 0.78rem; font-weight: 700; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.06em; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.12); }

/* Why us */
.why-us-section { background: var(--secondary-dark); padding: 88px 0; position: relative; overflow: hidden; }
.why-us-section::before {
  content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(14,165,233,0.18), transparent 65%);
  right: -80px; top: -60px;
}
.why-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg); padding: 26px; height: 100%; position: relative;
  transition: border-color var(--transition), background var(--transition);
}
.why-card:hover { border-color: rgba(14,165,233,0.4); background: rgba(14,165,233,0.06); }
.why-num { position: absolute; top: 12px; right: 16px; font-size: 2.8rem; font-weight: 800; color: rgba(255,255,255,0.06); }
.why-icon { font-size: 1.6rem; color: var(--accent); margin-bottom: 12px; }
.why-card h4 { color: var(--white); font-size: 1.1rem; margin-bottom: 8px; }
.why-card p { color: rgba(255,255,255,0.55); font-size: 0.88rem; }

/* Team */
.team-section { background: var(--surface); }
.team-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform var(--transition), box-shadow var(--transition);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.team-card-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.team-card-img img { width: 100%; height: 100%; object-fit: cover; }
.team-card-overlay {
  position: absolute; inset: 0; background: rgba(12,74,110,0.82);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  opacity: 0; transition: opacity var(--transition);
}
.team-card:hover .team-card-overlay { opacity: 1; }
.team-social-btn {
  width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: var(--white);
  display: flex; align-items: center; justify-content: center;
}
.team-card-body { padding: 16px 18px; }
.team-card-body h5 { font-size: 1.05rem; margin-bottom: 2px; }
.team-card-body span { font-size: 0.8rem; color: var(--primary); font-weight: 600; }

/* Testimonials */
.testimonials-section { background: var(--white); }
.testimonial-card {
  background: var(--light); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 26px; height: 100%; position: relative;
}
.testimonial-card::before {
  content: '\201C'; position: absolute; top: 8px; right: 18px;
  font-size: 3.5rem; color: var(--primary); opacity: 0.15; line-height: 1;
}
.testimonial-rating { color: #F59E0B; margin-bottom: 12px; display: flex; gap: 2px; }
.testimonial-text { font-size: 0.92rem; color: var(--text); margin-bottom: 18px; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testimonial-placeholder {
  width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--accent);
  display: flex; align-items: center; justify-content: center; font-weight: 800;
}
.testimonial-author-info strong { display: block; color: var(--dark); font-size: 0.95rem; }
.testimonial-author-info span { font-size: 0.78rem; color: var(--primary); font-weight: 600; }

/* Partners */
.partners-section { background: var(--navy); padding: 48px 0; }
.partners-label { text-align: center; color: rgba(255,255,255,0.4); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 28px; }
.partner-logo { display: flex; align-items: center; justify-content: center; padding: 12px; opacity: 0.3; filter: brightness(0) invert(1); transition: opacity var(--transition); }
.partner-logo:hover { opacity: 0.75; }
.partner-logo img { max-height: 36px; }

/* Quote form page */
.quote-success { background: var(--white); border-radius: var(--radius-lg); border-left: 4px solid #22c55e; padding: 40px; text-align: center; box-shadow: var(--shadow); }
.quote-success-icon { font-size: 3.5rem; color: #22c55e; margin-bottom: 12px; }
.quote-form-wrap, .quote-info-box { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--border); }
.quote-form-header, .quote-info-header {
  background: var(--navy); color: var(--white); padding: 20px 24px;
  display: flex; align-items: center; gap: 12px;
}
.quote-form-header i, .quote-info-header i { color: var(--accent); font-size: 1.5rem; }
.quote-form-header h4 { margin: 0; color: var(--white); font-size: 1.15rem; }
.quote-form-header p { margin: 4px 0 0; color: rgba(255,255,255,0.55); font-size: 0.85rem; }
.quote-form { padding: 28px; }
.qf-section-title {
  display: flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 700;
  color: var(--primary); text-transform: uppercase; letter-spacing: 0.06em;
  border-bottom: 1px solid var(--border); padding-bottom: 10px; margin-bottom: 16px;
}
.qf-label { display: block; font-size: 0.8rem; font-weight: 600; margin-bottom: 6px; color: var(--text); }
.qf-field { position: relative; }
.qf-field > i { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--primary); z-index: 1; }
.qf-field input, .qf-field select, .qf-field textarea {
  width: 100%; padding: 11px 12px 11px 36px; border: 1.5px solid var(--border);
  border-radius: 10px; background: var(--light); font-size: 0.9rem; outline: none;
}
.qf-field input:focus, .qf-field select:focus, .qf-field textarea:focus { border-color: var(--primary); background: var(--white); }
.qf-textarea > i { top: 14px; transform: none; }
.quote-info-list { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.quote-info-list li { display: flex; gap: 10px; align-items: center; font-size: 0.88rem; }
.quote-info-list i { color: var(--primary); }
.quote-contact-item { display: flex; gap: 12px; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.quote-contact-item > i { color: var(--primary); }
.quote-contact-item span { display: block; font-size: 0.72rem; color: var(--text-muted); }
.quote-contact-item strong { display: block; font-size: 0.9rem; color: var(--dark); }
.quote-badges { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy); text-align: center; }
.quote-badge { padding: 16px 8px; border-right: 1px solid rgba(255,255,255,0.1); }
.quote-badge:last-child { border-right: none; }
.quote-badge-num { display: block; font-size: 1.4rem; font-weight: 800; color: var(--accent); }
.quote-badge-lbl { font-size: 0.62rem; color: rgba(255,255,255,0.5); text-transform: uppercase; }

/* CTA */
.cta-section {
  background: linear-gradient(110deg, var(--navy) 0%, var(--navy-mid) 50%, #0369A1 100%);
  padding: 64px 0; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  border: 36px solid rgba(56,189,248,0.12); right: -40px; top: 50%; transform: translateY(-50%);
}
.cta-heading { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin-bottom: 8px; }
.cta-sub { color: rgba(255,255,255,0.7); }

/* Blog */
.blog-section { background: var(--surface); }
.blog-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; height: 100%; transition: box-shadow var(--transition);
}
.blog-card:hover { box-shadow: var(--shadow-lg); }
.blog-card-img { aspect-ratio: 16/9; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 20px; }
.blog-card-meta { display: flex; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.blog-card-date { font-size: 0.72rem; font-weight: 700; color: var(--primary); text-transform: uppercase; }
.blog-card-cat { font-size: 0.7rem; font-weight: 700; color: var(--text-muted); background: var(--surface); padding: 2px 8px; border-radius: 6px; }
.blog-card-body h5 { font-size: 1.1rem; margin-bottom: 8px; }
.blog-card-body h5 a { color: inherit; }
.blog-card-body h5 a:hover { color: var(--primary); }
.blog-card-body p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 12px; }
.blog-read-more { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; font-weight: 700; color: var(--primary); }

/* Contact */
.contact-info-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background:
    linear-gradient(var(--primary), var(--primary)) 0 0 / 4px 100% no-repeat,
    var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 18px 18px 18px 20px;
  box-shadow: var(--shadow);
}
.contact-info-card.emergency-card {
  background:
    linear-gradient(#ef4444, #ef4444) 0 0 / 4px 100% no-repeat,
    var(--white);
}
.ci-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  flex: 0 0 42px;
  background: var(--primary-soft);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.ci-body {
  flex: 1 1 auto;
  min-width: 0;
}
.contact-info-card h6 {
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--navy);
  line-height: 1.3;
}
.contact-info-card p,
.contact-info-card a {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
  word-break: break-word;
}
.contact-info-card a:hover { color: var(--primary); }

.wh-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}
.wh-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.84rem;
  line-height: 1.35;
  border-bottom: 1px dashed var(--border);
}
.wh-row:last-child { border-bottom: none; padding-bottom: 0; }
.wh-row:first-child { padding-top: 0; }
.wh-row span:first-child { font-weight: 600; color: var(--dark); }
.wh-row span:last-child {
  color: var(--text-muted);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 2px 0 0;
}
.contact-socials a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--navy);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  text-decoration: none;
  transition: background var(--transition), transform var(--transition);
}
.contact-socials a:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}
.contact-hours-card,
.contact-social-card {
  overflow: visible;
}
.contact-hours-card .wh-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-social-card .ci-body {
  display: flex;
  flex-direction: column;
}
.contact-map iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}
.contact-form-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  border-top: 4px solid var(--primary);
  padding: 28px;
  box-shadow: var(--shadow);
}

.form-control, .form-select {
  border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px;
  background: var(--light); font-size: 0.92rem;
}
.form-control:focus, .form-select:focus {
  border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-soft); background: var(--white);
}
.form-label { font-size: 0.8rem; font-weight: 700; color: var(--dark); }
.btn.btn-primary { background: var(--primary); border-color: var(--primary); border-radius: 999px; font-weight: 700; }
.btn.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn.btn-outline-primary { color: var(--primary); border-color: var(--primary); border-radius: 999px; font-weight: 700; }
.btn.btn-outline-primary:hover { background: var(--primary); color: var(--white); }
.btn.btn-secondary { background: var(--navy); border-color: var(--navy); border-radius: 999px; font-weight: 700; }

/* Page banner */
.page-banner {
  background: linear-gradient(110deg, var(--secondary-dark), var(--navy-mid));
  padding: 56px 0; position: relative; overflow: hidden;
}
.page-banner-bg { position: absolute; inset: 0; }
.page-banner-stripe {
  position: absolute; right: 0; top: 0; width: 40%; height: 100%;
  background: linear-gradient(135deg, transparent, rgba(56,189,248,0.12));
}
.page-banner-content { display: flex; align-items: center; gap: 16px; position: relative; z-index: 2; }
.page-banner-icon {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  background: rgba(14,165,233,0.2); color: var(--accent);
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
}
.page-banner h1, .page-banner-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--white); margin-bottom: 8px;
}
.page-banner .breadcrumb { background: none; padding: 0; margin: 0; }
.page-banner .breadcrumb-item a { color: rgba(255,255,255,0.5); }
.page-banner .breadcrumb-item.active { color: var(--accent); }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }

/* Project grid / detail */
.project-grid-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.project-grid-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pgc-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.pgc-img img { width: 100%; height: 100%; object-fit: cover; }
.pgc-cat {
  position: absolute; top: 12px; left: 12px; background: var(--primary); color: var(--white);
  font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 999px;
}
.pgc-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.pgc-body h4 { font-size: 1.1rem; margin-bottom: 8px; }
.pgc-body h4 a { color: inherit; }
.pgc-body h4 a:hover { color: var(--primary); }
.pgc-meta { display: flex; flex-wrap: wrap; gap: 10px; font-size: 0.8rem; color: var(--text-muted); margin-bottom: 10px; }
.pgc-meta i { color: var(--primary); }
.pgc-desc { font-size: 0.88rem; color: var(--text-muted); flex: 1; margin-bottom: 14px; }
.pgc-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; font-weight: 700; color: var(--primary); }

.pd-section { background: var(--light); }
.pd-block {
  background: var(--white); border-radius: var(--radius-lg); padding: 28px 32px;
  margin-bottom: 20px; box-shadow: var(--shadow); border: 1px solid var(--border);
}
.pd-block-title {
  display: flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 800;
  color: var(--primary); text-transform: uppercase; letter-spacing: 0.08em;
  border-bottom: 1px solid var(--border); padding-bottom: 12px; margin-bottom: 16px;
}
.pd-lead { font-size: 1.05rem; color: var(--navy); font-weight: 500; line-height: 1.7; }
.pd-scope-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.pd-scope-list li { display: flex; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.pd-scope-list li i { color: var(--primary); }
.pd-process { display: flex; flex-direction: column; }
.pd-step { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.pd-step:last-child { border-bottom: none; }
.pd-step-num {
  width: 40px; height: 40px; border-radius: 12px; background: var(--primary); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0;
}
.pd-step-title { font-weight: 800; color: var(--navy); margin-bottom: 2px; }
.pd-step-desc { font-size: 0.88rem; color: var(--text-muted); }
.pd-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pd-gallery.cols-2 { grid-template-columns: repeat(2, 1fr); }
.pd-video { position: relative; padding-bottom: 56.25%; background: var(--navy); border-radius: var(--radius); overflow: hidden; }
.pd-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pd-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.pd-map iframe { width: 100%; height: 400px; border: 0; display: block; }
.pd-sidebar-card {
  background: var(--white); border-radius: var(--radius-lg); margin-bottom: 16px;
  overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.pd-sidebar-card-head {
  background: var(--navy); color: var(--white); padding: 12px 18px;
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.pd-sidebar-card-head i { color: var(--accent); }
.pd-sidebar-card-body { padding: 16px 18px; }
.pd-meta-list li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 0.88rem;
}
.pd-meta-list li:last-child { border-bottom: none; }
.pd-meta-label { color: var(--text-muted); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; display: flex; gap: 6px; align-items: center; }
.pd-meta-val { font-weight: 600; color: var(--dark); text-align: right; }
.pd-cta {
  background: var(--primary); color: var(--white); border-radius: var(--radius-lg);
  padding: 24px 18px; text-align: center; margin-bottom: 16px;
}
.pd-cta-icon { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.pd-cta h5 { color: var(--white); margin-bottom: 8px; }
.pd-cta p { opacity: 0.85; font-size: 0.85rem; margin-bottom: 14px; }
.pd-phone {
  display: flex; align-items: center; gap: 12px; background: var(--white);
  border: 1px solid var(--border); border-radius: var(--radius); padding: 12px 16px;
  margin-bottom: 16px; color: var(--navy); font-weight: 600;
}
.pd-phone-icon {
  width: 38px; height: 38px; border-radius: 10px; background: var(--navy); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.pd-related-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.pd-related-item:last-child { border-bottom: none; }
.pd-related-thumb { width: 60px; height: 50px; border-radius: 8px; overflow: hidden; background: var(--light); flex-shrink: 0; }
.pd-related-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-related-title { font-size: 0.9rem; font-weight: 700; color: var(--dark); }
.pd-related-year { font-size: 0.75rem; color: var(--primary); margin-top: 2px; }

.project-status-completed, .project-status-ongoing, .project-status-planned {
  display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px;
  border-radius: 999px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
}
.project-status-completed { background: #dcfce7; color: #16a34a; }
.project-status-ongoing { background: var(--primary-soft); color: var(--primary-dark); }
.project-status-planned { background: #e0f2fe; color: var(--navy); }
.project-meta-box { background: var(--navy); color: var(--white); padding: 24px; border-radius: var(--radius-lg); }
.project-meta-box h5 { color: rgba(255,255,255,0.4); font-size: 0.72rem; text-transform: uppercase; margin-bottom: 12px; }
.project-meta-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.87rem; }
.project-meta-item:last-child { border-bottom: none; }
.project-meta-item label { color: rgba(255,255,255,0.5); font-size: 0.72rem; text-transform: uppercase; display: flex; gap: 6px; }

/* Gallery FAQ Appt */
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: var(--radius); background: var(--navy); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
  position: absolute; inset: 0; background: rgba(12,74,110,0.7);
  display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { color: var(--accent); font-size: 1.8rem; }

.blog-list-card { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.blog-list-img { width: 150px; height: 100px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.blog-list-img img { width: 100%; height: 100%; object-fit: cover; }

.accordion-button {
  font-weight: 700; font-size: 0.95rem; color: var(--dark); background: var(--light);
  border-radius: 10px !important; padding: 16px 20px;
}
.accordion-button:not(.collapsed) { background: var(--navy); color: var(--white); box-shadow: none; }
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-item { border: 1px solid var(--border); margin-bottom: 8px; border-radius: 10px !important; overflow: hidden; }
.accordion-body { padding: 16px 20px; color: var(--text-muted); font-size: 0.92rem; }

.appt-section { background: var(--light); }
.appt-box {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  border-top: 4px solid var(--primary); padding: 32px;
}
.appt-box h3 { font-size: 1.7rem; margin-bottom: 8px; }
.appt-box p { color: var(--text-muted); margin-bottom: 24px; }

/* Footer */
.site-footer { background: var(--secondary-dark); color: rgba(255,255,255,0.62); }
.footer-top { padding: 64px 0 48px; }
.footer-logo { max-height: 44px; margin-bottom: 16px; }
.footer-logo-text {
  display: flex; align-items: center; gap: 10px; font-size: 1.2rem; font-weight: 800;
  color: var(--white); margin-bottom: 16px;
}
.footer-logo-text i {
  width: 38px; height: 38px; border-radius: 12px; background: var(--primary); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
}
.footer-desc { font-size: 0.88rem; line-height: 1.7; margin-bottom: 18px; }
.footer-contact-info { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.footer-contact-info > div { display: flex; gap: 10px; align-items: center; font-size: 0.85rem; }
.footer-contact-info i { color: var(--accent); }
.footer-contact-info a { color: rgba(255,255,255,0.62); }
.footer-contact-info a:hover { color: var(--accent); }
.footer-social { display: flex; gap: 8px; flex-wrap: wrap; }
.social-icon {
  width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.55); display: flex; align-items: center; justify-content: center;
}
.social-icon:hover { background: var(--primary); color: var(--white); }
.footer-widget-title {
  color: var(--white); font-size: 1rem; font-weight: 800; margin-bottom: 16px;
  position: relative; padding-bottom: 10px;
}
.footer-widget-title::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 24px; height: 3px;
  background: var(--primary); border-radius: 2px;
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links li a {
  display: flex; align-items: center; gap: 8px; font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}
.footer-links li a i { color: var(--accent); font-size: 0.7rem; }
.footer-links li a:hover { color: var(--white); }
.working-hours-list li {
  display: flex; justify-content: space-between; gap: 8px;
  padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 0.82rem;
}
.working-hours-list li:last-child { border-bottom: none; }
.working-hours-list li span:last-child { color: var(--accent); font-weight: 600; }
.working-hours-list li.closed span:last-child { color: rgba(255,100,100,0.7); }

.footer-newsletter {
  background: rgba(14,165,233,0.08); border-top: 1px solid rgba(14,165,233,0.2);
  border-bottom: 1px solid rgba(14,165,233,0.2); padding: 28px 0;
}
.footer-newsletter h5 { color: var(--white); font-size: 1.15rem; font-weight: 800; }
.newsletter-form { display: flex; }
.newsletter-form .form-control {
  border-radius: 999px 0 0 999px; background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12); color: var(--white);
}
.newsletter-form .form-control::placeholder { color: rgba(255,255,255,0.35); }
.newsletter-form .btn {
  border-radius: 0 999px 999px 0; background: var(--primary); border-color: var(--primary);
  color: var(--white); font-weight: 700;
}

.footer-bottom { padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-bottom-links { display: flex; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
.footer-bottom-links li a { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-bottom-links li a:hover { color: var(--white); }

/* Floats */
.back-to-top {
  position: fixed; bottom: 90px; right: 24px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: var(--white); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 900;
  opacity: 0; visibility: hidden; transition: all var(--transition);
}
.back-to-top.visible, .back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--primary); }
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; width: 52px; height: 52px; border-radius: 50%;
  background: #25D366; color: var(--white); display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; z-index: 900; box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}
.whatsapp-float:hover { color: var(--white); transform: scale(1.06); }
.appt-float {
  position: fixed; bottom: 24px; right: 86px; width: 52px; height: 52px; border-radius: 50%;
  background: var(--primary); color: var(--white); display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; z-index: 900; box-shadow: 0 4px 16px rgba(14,165,233,0.35);
}
.appt-float:hover { color: var(--white); transform: scale(1.05); }

.page-link { color: var(--primary); border-radius: 8px !important; font-weight: 700; border-color: var(--border); }
.page-link:hover, .page-item.active .page-link { background: var(--navy); border-color: var(--navy); color: var(--white); }

.tag-pill {
  display: inline-block; background: var(--primary-soft); color: var(--primary-dark);
  font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; margin: 0 6px 6px 0;
}
.content-body { font-size: 0.95rem; line-height: 1.8; color: var(--text); }
.content-body h2, .content-body h3 { margin: 24px 0 12px; }
.content-body p { margin-bottom: 14px; }
.content-body img { margin: 20px 0; border-radius: var(--radius); }
.content-body ul { margin-bottom: 14px; padding-left: 20px; list-style: disc; }
.doc-placeholder-lg {
  width: 100%; aspect-ratio: 3/4; background: var(--light); border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--border);
}

/* Inner pages: team cards, sidebar, news */
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.team-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; height: 100%; transition: transform var(--transition), box-shadow var(--transition);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.team-img-wrap {
  position: relative; aspect-ratio: 1; background: linear-gradient(145deg, var(--navy), var(--navy-mid));
  overflow: hidden;
}
.team-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.team-img-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: rgba(56,189,248,0.4);
}
.team-overlay {
  position: absolute; inset: 0; background: rgba(12,74,110,0.55);
  display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--transition);
}
.team-card:hover .team-overlay { opacity: 1; }
.team-socials { display: flex; gap: 8px; }
.team-socials a {
  width: 36px; height: 36px; border-radius: 10px; background: var(--white); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
}
.team-info { padding: 18px 16px 20px; text-align: center; }
.team-info h5 { font-size: 1.05rem; margin-bottom: 4px; color: var(--dark); }
.team-info p { font-size: 0.82rem; color: var(--primary); font-weight: 600; margin-bottom: 14px; }
.team-btns { display: flex; flex-direction: column; gap: 8px; }
.btn-sm-primary, .btn-sm-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 8px 12px; border-radius: 999px; font-size: 0.78rem; font-weight: 700; text-decoration: none;
}
.btn-sm-primary { background: var(--primary); color: var(--white); }
.btn-sm-primary:hover { background: var(--primary-dark); color: var(--white); }
.btn-sm-outline { border: 1px solid var(--border); color: var(--navy); background: var(--white); }
.btn-sm-outline:hover { border-color: var(--primary); color: var(--primary); }

.team-profile-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
}
.team-profile-img { background: var(--navy); }
.team-profile-img img { width: 100%; display: block; }
.team-profile-info { padding: 24px; }
.team-profile-info h3 { font-size: 1.4rem; margin-bottom: 6px; }
.doc-specialty { color: var(--primary); font-weight: 700; margin-bottom: 8px; }
.doc-dept a { color: var(--text-muted); font-size: 0.88rem; }
.doc-meta { list-style: none; padding: 0; margin: 18px 0 0; }
.doc-meta li {
  display: flex; gap: 10px; align-items: flex-start; padding: 10px 0;
  border-bottom: 1px solid var(--border); font-size: 0.9rem;
}
.doc-meta li i { color: var(--primary); margin-top: 2px; }
.doc-section {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 24px 28px; margin-bottom: 16px;
}
.doc-section-title { font-size: 1.1rem; margin-bottom: 14px; color: var(--navy); }
.team-card-sm {
  background: var(--light); border-radius: var(--radius); padding: 14px; text-align: center; height: 100%;
}
.doc-sm-img { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; margin: 0 auto 10px; background: var(--navy); }
.doc-sm-img img { width: 100%; height: 100%; object-fit: cover; }
.doc-sm-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); }

.sidebar-widget {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 22px; margin-bottom: 16px;
}
.sidebar-widget h5 {
  font-size: 0.95rem; font-weight: 800; margin-bottom: 16px; color: var(--navy);
  padding-bottom: 10px; border-bottom: 1px solid var(--border);
}
.sidebar-widget.appt-widget {
  background: var(--navy); color: var(--white); border-color: transparent;
}
.sidebar-widget.appt-widget h5 { color: var(--white); border-color: rgba(255,255,255,0.12); }
.sidebar-service-link {
  display: flex; align-items: center; gap: 10px; padding: 10px 0;
  border-bottom: 1px solid var(--border); color: var(--dark); font-weight: 600; font-size: 0.9rem;
}
.sidebar-service-link:last-child { border-bottom: none; }
.sidebar-service-link:hover { color: var(--primary); }
.sidebar-service-link i { font-size: 1.1rem; }
.sidebar-news-item {
  display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); text-decoration: none;
}
.sidebar-news-item:last-child { border-bottom: none; }
.sidebar-news-item img, .sidebar-news-ph {
  width: 64px; height: 52px; border-radius: 8px; object-fit: cover; flex-shrink: 0;
  background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--border);
}
.sidebar-news-item span { font-size: 0.72rem; color: var(--primary); font-weight: 700; }
.sidebar-news-item p { font-size: 0.88rem; color: var(--dark); font-weight: 600; margin: 2px 0 0; line-height: 1.35; }

.news-article h2 { font-size: 1.6rem; margin-bottom: 12px; color: var(--navy); }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 0.85rem; color: var(--text-muted); }
.share-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.share-btn {
  width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--light); color: var(--navy);
}
.share-btn:hover { background: var(--primary); color: var(--white); }

/* Route summary cards */
.route-summary {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 20px 0;
}
.route-summary-item {
  background: var(--light); border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px;
}
.route-summary-item .rs-label {
  display: block; font-size: 0.7rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--primary); margin-bottom: 4px;
}
.route-summary-item .rs-value { font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.route-audience {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 24px 28px; margin-top: 16px;
}
.route-audience h4 { font-size: 1.05rem; margin-bottom: 14px; color: var(--navy); }
.route-audience ul { list-style: none; padding: 0; margin: 0; }
.route-audience li {
  display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.92rem;
}
.route-audience li:last-child { border-bottom: none; }
.route-audience li i { color: var(--primary); }

@media (max-width: 575px) {
  .route-summary { grid-template-columns: 1fr; }
  .pd-scope-list { grid-template-columns: 1fr; }
}

/* Responsive */
@media (max-width: 1100px) {
  .quote-strip-form { grid-template-columns: 1fr 1fr; }
  .quote-strip-btn { grid-column: 1 / -1; justify-content: center; }
}
@media (max-width: 991px) {
  .main-nav {
    position: fixed; top: 0; left: -100%; width: 280px; height: 100vh;
    background: var(--secondary-dark); padding: 80px 0 40px; overflow-y: auto;
    transition: left var(--transition); z-index: 999;
  }
  .main-nav.open, .main-nav.active { left: 0; }
  .nav-list { flex-direction: column; align-items: stretch; }
  .nav-link { padding: 14px 22px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-link::after { display: none; }
  .dropdown-menu-custom {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; background: rgba(255,255,255,0.04); display: none;
  }
  .nav-item.open .dropdown-menu-custom { display: block; }
  .dropdown-menu-custom li a { color: rgba(255,255,255,0.65); }
  .mobile-menu-btn { display: flex; }
  .hdr-quote-btn span { display: none; }
  .hdr-emergency { display: none; }
  .about-content { padding-left: 0; margin-top: 28px; }
  .about-features { grid-template-columns: 1fr; }
  .hero-slider, .default-hero, .hero-swiper, .swiper-slide { min-height: 520px; }
  .slide-content { padding: 90px 0 70px; }
  .quote-strip-inner { grid-template-columns: 1fr; }
  .quote-strip-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .pd-scope-list { grid-template-columns: 1fr; }
  .pd-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .top-bar-left { display: none; }
  .section-pad { padding: 56px 0; }
  .hero-slider, .default-hero, .hero-swiper, .swiper-slide { min-height: 460px; }
  .hero-stats-strip .container { grid-template-columns: repeat(2, 1fr); }
  .hstat:nth-child(2)::after { display: none; }
  .stat-divider { display: none; }
  .quote-strip-form { grid-template-columns: 1fr; padding: 20px; }
}
@media (max-width: 575px) {
  .container { padding: 0 16px; }
  .slide-title { font-size: 2rem; }
  .footer-top { padding: 40px 0 28px; }
  .contact-form-box, .appt-box, .quote-form { padding: 20px; }
}

/* Cookie banner */
.cookie-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:90;
  background:rgba(12,31,46,.96);color:#fff;
  padding:16px 0;box-shadow:0 -8px 28px rgba(12,31,46,.25);
  transform:translateY(110%);opacity:0;transition:transform .35s ease,opacity .35s ease;
}
.cookie-banner.is-visible{transform:translateY(0);opacity:1}
.cookie-banner-inner{
  max-width:1400px;margin:0 auto;padding:0 20px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
.cookie-banner-text{margin:0;font-size:.92rem;line-height:1.5;flex:1;min-width:220px}
.cookie-banner-text a{color:#9fe7f0;text-decoration:underline;text-underline-offset:2px}
.cookie-banner-btn{
  flex-shrink:0;border:0;border-radius:999px;padding:10px 22px;font-weight:700;
  background:#fff;color:#222;cursor:pointer;transition:transform .15s;
}
.cookie-banner-btn:hover{transform:scale(1.03)}
body.has-cookie-banner .whatsapp-float{bottom:150px}
body.has-cookie-banner .appt-float{bottom:210px}
body.has-cookie-banner .back-to-top{bottom:150px}
@media (max-width:576px){
  .cookie-banner-inner{flex-direction:column;align-items:stretch}
  .cookie-banner-btn{width:100%}
}
