@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --primary: #ffffff;
  --primary-dark: #ffffff;
  --primary-light: #ffffff;
  --secondary: #0f70e6;
  --accent: #06b6d4;
  --dark: #0f172a;
  --dark2: #1e293b;
  --gray: #64748b;
  --light: #f8fafc;
  --white: #ffffff;
  --border: #e2e8f0;
  --glass: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --blue-btn: rgb(64, 146, 205);
}
body {
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
/* Animations */
@keyframes slideInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
/* ── TOP BAR ── */
.top-bar {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
  color: #94a3b8;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: #94a3b8; transition: all 0.3s ease; padding: 4px 8px; border-radius: 4px; }
.top-bar a:hover { color: var(--primary-light); background: rgba(64, 146, 205, 0.1); }
.top-bar .contact-links { display: flex; gap: 24px; align-items: center; }
.top-bar .contact-links span { display: flex; align-items: center; gap: 6px; }
/* ── NAVBAR ── */
.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
.navbar.scrolled { background: rgba(255, 255, 255, 0.98); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); }
.navbar .inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.logo img { height: 68px; width: auto; object-fit: contain; transition: transform 0.3s ease; }
.logo:hover img { transform: scale(1.05); }
.nav-cta {
  background-color: var(--blue-btn);
  color: var(--white) !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(64, 146, 205, 0.4);
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(64, 146, 205, 0.5); }
.nav-links-bar {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-links-bar ul { display: flex; list-style: none; overflow-x: auto; scrollbar-width: none; }
.nav-links-bar ul::-webkit-scrollbar { display: none; }
.nav-links-bar ul li a {
  display: block;
  padding: 16px 20px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
.nav-links-bar ul li a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(64, 146, 205, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-links-bar ul li a:hover::before,
.nav-links-bar ul li a.active::before { opacity: 1; }
.nav-links-bar ul li a:hover,
.nav-links-bar ul li a.active {
  color: var(--primary-light);
  border-bottom-color: var(--blue-btn);
  transform: translateY(-1px);
}
/* ── CONTAINER ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
/* ── HERO SLIDER ── */
.hero { position: relative; overflow: hidden; min-height: 100vh; }
.slide {
  display: none;
  position: relative;
  min-height: 100vh;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slide.active { display: flex; opacity: 1; }
.slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-1 .slide-bg {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(30, 41, 59, 0.8) 50%, rgba(15, 23, 42, 0.75) 100%),
              url('https://images.pexels.com/photos/236698/pexels-photo-236698.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop') center/cover;
}
.slide-2 .slide-bg {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(30, 41, 59, 0.8) 50%, rgba(15, 23, 42, 0.75) 100%),
              url('https://images.pexels.com/photos/1216589/pexels-photo-1216589.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop') center/cover;
}
.slide-3 .slide-bg {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(30, 41, 59, 0.8) 50%, rgba(15, 23, 42, 0.75) 100%),
              url('https://images.pexels.com/photos/1108101/pexels-photo-1108101.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop') center/cover;
}
.dots-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle, white 1px, transparent 1px);
  background-size: 50px 50px;
  animation: float 6s ease-in-out infinite;
}
.hero-accent-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-btn), var(--secondary), var(--accent));
  z-index: 5;
  box-shadow: 0 2px 10px rgba(64, 146, 205, 0.5);
}
.slide-inner {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 100px 0;
  width: 100%;
}
.slide-content { color: white; animation: slideInLeft 1s ease-out; }
.slide-badge {
  display: inline-block;
  background: var(--blue-btn);
  border: 1px solid var(--blue-btn);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
.slide-content h1 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #ffffff;
}
.slide-content h2 {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}
.slide-content p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 520px;
  font-size: 16px;
}
.slide-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-primary {
  background: linear-gradient(135deg, var(--blue-btn), var(--blue-btn));
  color: white;
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(64, 146, 205, 0.5); }
.btn-outline {
  background: rgba(64, 146, 205, 0.2);
  color: white;
  border: 1px solid var(--glass-border);
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(10px);
}
.btn-outline:hover { background: var(--blue-btn); transform: translateY(-2px); }
.slide-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(64, 146, 205, 0.3);
}
.slide-stats > div { text-align: center; }
.slide-stats .stat-val { font-size: 42px; font-weight: 900; color: var(--white); display: block; }
.slide-stats .stat-label { font-size: 13px; color: #f1f5f9; margin-top: 4px; font-weight: 500; }
.logo-card-wrap { position: relative; display: flex; justify-content: center; align-items: center; animation: slideInRight 1s ease-out; }
.logo-card-glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(circle, rgba(64, 146, 205, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 3s infinite;
}
.logo-card {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 30px;
  padding: 60px 50px;
  text-align: center;
  transition: transform 0.3s ease;
}
.logo-card:hover { transform: translateY(-10px); }
.logo-card img { width: 280px; height: auto; object-fit: contain; filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3)); }
.logo-card-certs { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; margin-top: 32px; }
.cert-chip {
  border: 1px solid rgba(64, 146, 205, 0.4);
  border-radius: 15px;
  padding: 12px 8px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.cert-chip:hover { background: var(--blue-btn); transform: translateY(-2px); }
.cert-chip .cert-icon { font-size: 18px; margin-bottom: 6px; display: block; }
.cert-chip p { font-size: 11px; color: rgba(255, 255, 255, 0.9); font-weight: 600; line-height: 1.3; }
/* Slider Controls */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  color: white;
  width: 60px; height: 60px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(15px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.slider-arrow:hover { background: var(--blue-btn); transform: translateY(-50%) scale(1.1); }
.arrow-prev { left: 24px; }
.arrow-next { right: 24px; }
.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 20;
}
.dot {
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.4s ease;
  border: none;
  backdrop-filter: blur(10px);
}
.dot.active { background: var(--blue-btn); width: 40px; box-shadow: 0 4px 15px rgba(64, 146, 205, 0.5); }
.dot:hover { background: var(--blue-btn); transform: scale(1.2); }
/* ── SECTIONS ── */
section { padding: 100px 0; position: relative; }
.section-badge {
  display: inline-block;
  background: var(--blue-btn);
  border: 1px solid var(--blue-btn);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-title { font-size: clamp(32px, 5vw, 52px); font-weight: 900; color: var(--dark); margin-bottom: 20px; line-height: 1.2; }
.section-desc { color: var(--gray); max-width: 650px; line-height: 1.8; font-size: 16px; }
.text-center { text-align: center; }
.text-center .section-desc { margin: 0 auto; }
/* Services */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 30px; margin-top: 60px; }
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-btn), var(--secondary));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { border-color: rgba(64, 146, 205, 0.3); box-shadow: 0 20px 60px rgba(64, 146, 205, 0.1); transform: translateY(-8px); }
.service-icon {
  width: 70px; height: 70px;
  background: linear-gradient(135deg, rgba(64, 146, 205, 0.1), rgba(64, 146, 205, 0.05));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px;
  transition: all 0.4s ease;
}
.service-card:hover .service-icon { background: linear-gradient(135deg, var(--blue-btn), rgba(64, 146, 205, 0.8)); transform: scale(1.1); }
.service-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: var(--dark); }
.service-card p { color: var(--gray); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.learn-more { color: var(--blue-btn); font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 6px; transition: all 0.3s ease; cursor: pointer; }
.service-card:hover .learn-more { gap: 12px; }
/* Why Section */
.why-section { background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); position: relative; }
.why-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(64,146,205,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.check-list { list-style: none; margin: 30px 0 40px; display: flex; flex-direction: column; gap: 16px; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: var(--dark); padding: 12px 0; }
.check-list li .check {
  color: white;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  background: var(--blue-btn);
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.stat-card:hover { border-color: rgba(64, 146, 205, 0.3); box-shadow: 0 12px 40px rgba(64, 146, 205, 0.1); transform: translateY(-5px); }
.stat-card .stat-icon { font-size: 36px; margin-bottom: 16px; }
.stat-card .val { font-size: 48px; font-weight: 900; color: var(--blue-btn); line-height: 1; margin-bottom: 8px; }
.stat-card .lbl { font-size: 14px; color: var(--gray); font-weight: 500; }
/* Clients */
.clients-section { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 60px 0; overflow: hidden; }
.clients-label { text-align: center; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); margin-bottom: 40px; }
.marquee-wrap { overflow: hidden; }
.marquee-track { display: flex; gap: 60px; white-space: nowrap; animation: marquee 30s linear infinite; width: max-content; }
.marquee-track img { height: 60px; width: auto; object-fit: contain; opacity: 0.7; transition: all 0.3s ease; filter: grayscale(100%); }
.marquee-track img:hover { opacity: 1; filter: grayscale(0%); transform: scale(1.1); }
/* CTA */
.cta-dark { background: linear-gradient(135deg, #0f172a 0%, #0c1a3a 50%, #0f172a 100%); position: relative; overflow: hidden; }
.cta-dark .dots-bg { position: absolute; inset: 0; opacity: 0.08; background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 40px 40px; }
.cta-dark .accent-line { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue-btn), var(--secondary), var(--accent)); }
.cta-inner { position: relative; z-index: 2; text-align: center; padding: 100px 0; }
.cta-inner h2 { font-size: clamp(36px, 5vw, 60px); font-weight: 900; color: white; margin: 24px 0 20px; }
.cta-inner p { color: rgba(255, 255, 255, 0.7); font-size: 18px; max-width: 600px; margin: 0 auto 50px; line-height: 1.7; }
.cta-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.cta-contact { display: flex; gap: 50px; justify-content: center; margin-top: 60px; flex-wrap: wrap; }
.cta-contact a { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, 0.6); font-size: 15px; transition: all 0.3s ease; padding: 8px 16px; border-radius: 25px; }
.cta-contact a:hover { color: white; background: rgba(64, 146, 205, 0.15); }
/* Footer */
footer { background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%); padding: 40px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
footer img { height: 50px; width: auto; filter: brightness(1.2); }
footer .copy { color: rgb(244, 238, 238); font-size: 14px; }
footer .footer-links { display: flex; gap: 24px; }
footer .footer-links a { color: rgb(244, 238, 238); font-size: 14px; transition: all 0.3s ease; padding: 6px 12px; border-radius: 15px; }
footer .footer-links a:hover { color: white; background: var(--blue-btn); }
/* ══════════════════════════════════════ */
/* ── GALLERY PAGE STYLES ── */
/* ══════════════════════════════════════ */
.gallery-hero {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 41, 59, 0.9) 100%),
              url('https://images.pexels.com/photos/1216589/pexels-photo-1216589.jpeg?auto=compress&cs=tinysrgb&w=1920&h=600&fit=crop') center/cover;
  padding: 100px 0 80px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: 30px;
}
.gallery-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-btn), var(--secondary), var(--accent));
}
.gallery-hero h1 { font-size: clamp(36px, 5vw, 56px); font-weight: 900; margin-bottom: 16px; }
.gallery-hero p { color: rgba(255, 255, 255, 0.75); font-size: 18px; max-width: 600px; margin: 0 auto; }
/* Filter Tabs */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 40px 0 20px;
}
.filter-btn {
  padding: 10px 28px;
  border-radius: 50px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--dark);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}
.filter-btn:hover { border-color: var(--blue-btn); color: var(--blue-btn); }
.filter-btn.active {
  background: var(--blue-btn);
  color: white;
  border-color: var(--blue-btn);
  box-shadow: 0 4px 15px rgba(64, 146, 205, 0.4);
}
/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  padding: 30px 0 80px;
}
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--light);
  border: 1px solid var(--border);
  transition: all 0.4s ease;
  animation: fadeInUp 0.6s ease-out both;
}
.gallery-item:nth-child(2) { animation-delay: 0.1s; }
.gallery-item:nth-child(3) { animation-delay: 0.2s; }
.gallery-item:nth-child(4) { animation-delay: 0.3s; }
.gallery-item:nth-child(5) { animation-delay: 0.4s; }
.gallery-item:nth-child(6) { animation-delay: 0.5s; }
.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: rgba(64, 146, 205, 0.3);
}
.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h3 { color: white; font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.gallery-overlay p { color: rgba(255, 255, 255, 0.75); font-size: 13px; }
.gallery-overlay .gallery-tag {
  display: inline-block;
  background: var(--blue-btn);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 10px;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 0.4s ease-out;
}
.lightbox-close {
  position: absolute;
  top: 24px; right: 32px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 28px;
  cursor: pointer;
  width: 50px; height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.lightbox-close:hover { background: var(--blue-btn); border-color: var(--blue-btn); }
.lightbox-caption {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
}
.lightbox-caption h3 { font-size: 20px; font-weight: 700; }
.lightbox-caption p { color: rgba(255, 255, 255, 0.6); font-size: 14px; margin-top: 4px; }
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  color: white;
  width: 50px; height: 50px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.lightbox-nav:hover { background: var(--blue-btn); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
/* Responsive */
@media (max-width: 900px) {
  .slide-inner { grid-template-columns: 1fr; gap: 50px; padding: 80px 0; text-align: center; }
  .logo-card-wrap { order: -1; }
  .why-grid { grid-template-columns: 1fr; gap: 50px; }
  .slide-stats { gap: 30px; justify-content: center; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
}
@media (max-width: 600px) {
  .slide-stats { flex-direction: column; gap: 20px; align-items: center; }
  .slide-btns { flex-direction: column; align-items: center; }
  .footer-inner { flex-direction: column; text-align: center; }
  .cta-contact { flex-direction: column; gap: 20px; }
  .stats-grid { grid-template-columns: 1fr; }
  .slider-arrow { width: 50px; height: 50px; font-size: 20px; }
  .arrow-prev { left: 16px; }
  .arrow-next { right: 16px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item img { height: 220px; }
  .top-bar .contact-links { gap: 12px; }
}
