/* ==========================================================
   Flyview GIS Technology – public theme
   Colours come from Admin → Settings → Theme (CSS variables)
   ========================================================== */
:root {
  --fv-primary: #0d47a1;
  --fv-dark: #0b2545;
  --fv-accent: #e53935;
  --fv-sky: #29b6f6;
  --fv-ink: #1c2a3a;
  --fv-muted: #5f6f82;
  --fv-bg-soft: #f3f7fc;
  --fv-line: #e3eaf3;
  --fv-radius: 16px;
  --fv-shadow: 0 10px 30px rgba(11, 37, 69, .08);
  --fv-shadow-lg: 0 20px 50px rgba(11, 37, 69, .16);
  --bs-primary: var(--fv-primary);
  --bs-link-color: var(--fv-primary);
}
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; max-width: 100%; }
@media (max-width: 991.98px) { .row.g-5 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 2.25rem; } }
body { font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--fv-ink); background: #fff; font-size: 16px; line-height: 1.7; }
h1, h2, h3, h4, h5, .navbar, .btn { font-family: "Poppins", "Inter", sans-serif; }
h1, h2, h3, h4 { color: var(--fv-dark); font-weight: 700; line-height: 1.25; }
a { color: var(--fv-primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--fv-accent); }
img { max-width: 100%; }
.text-primary { color: var(--fv-primary) !important; }

/* ---------- Buttons ---------- */
.btn { border-radius: 50px; font-weight: 600; padding: .6rem 1.4rem; letter-spacing: .2px; }
.btn-lg { padding: .8rem 1.8rem; font-size: 1rem; }
.btn-primary { background: var(--fv-primary); border-color: var(--fv-primary); }
.btn-primary:hover, .btn-primary:focus { background: var(--fv-dark); border-color: var(--fv-dark); }
.btn-outline-primary { color: var(--fv-primary); border-color: var(--fv-primary); }
.btn-outline-primary:hover { background: var(--fv-primary); border-color: var(--fv-primary); color: #fff; }
.btn-accent { background: var(--fv-accent); border: 1px solid var(--fv-accent); color: #fff; box-shadow: 0 8px 20px rgba(229, 57, 53, .3); }
.btn-accent:hover { background: #c62828; border-color: #c62828; color: #fff; transform: translateY(-1px); }

/* ---------- Top bar ---------- */
.topbar { background: var(--fv-dark); color: #c9d6e6; font-size: .84rem; padding: 7px 0; white-space: nowrap; }
.topbar a, .topbar span { color: #c9d6e6; }
.topbar a:hover { color: #fff; }
.topbar i { color: var(--fv-sky); margin-right: 4px; }
.topbar-note { opacity: .9; }
.social-links { display: flex; gap: 8px; flex-wrap: wrap; }
.social-links a { width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .08); color: #fff; flex-shrink: 0; }
.social-links a:hover { background: var(--fv-accent); color: #fff; }
.topbar .social-links { flex-wrap: nowrap; }
.topbar .social-links a { width: 26px; height: 26px; font-size: .8rem; }
.topbar .social-links i { color: #fff; margin: 0; }

/* ---------- Header / Navbar ---------- */
/* NOTE: no backdrop-filter here – it breaks the fixed mobile menu (offcanvas) */
.site-header { background: #fff; box-shadow: 0 2px 20px rgba(11, 37, 69, .06); transition: box-shadow .3s; z-index: 1030; }
.site-header.scrolled { box-shadow: 0 6px 28px rgba(11, 37, 69, .12); }
.navbar { padding: 10px 0; flex-wrap: nowrap; }
.navbar > .container { flex-wrap: nowrap; }
.navbar-brand { min-width: 0; margin-right: 12px; }
.brand-logo { height: 54px; width: auto; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.brand-text strong { font-size: 1.28rem; color: var(--fv-dark); letter-spacing: .5px; font-weight: 800; white-space: nowrap; }
.brand-text small { font-size: .72rem; color: var(--fv-accent); font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; white-space: nowrap; }
.navbar .nav-link { color: var(--fv-dark); font-weight: 500; font-size: .95rem; padding: .5rem .8rem !important; position: relative; white-space: nowrap; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--fv-primary); }
.nav-cta .btn { white-space: nowrap; }
.dropdown-menu { border: 0; border-radius: 12px; box-shadow: var(--fv-shadow-lg); padding: .5rem; min-width: 240px; border-top: 3px solid var(--fv-accent); }
.dropdown-item { border-radius: 8px; padding: .55rem .9rem; font-size: .92rem; color: var(--fv-ink); white-space: normal; }
.dropdown-item:hover, .dropdown-item:focus { background: var(--fv-bg-soft); color: var(--fv-primary); }
.navbar-toggler { border: 0; font-size: 2rem; line-height: 1; color: var(--fv-dark); padding: 4px; box-shadow: none !important; flex-shrink: 0; }
.mobile-nav-contact { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--fv-line); display: flex; flex-direction: column; gap: 10px; font-size: .92rem; }
.mobile-nav-contact a { color: var(--fv-dark); word-break: break-all; }
.mobile-nav-contact i { color: var(--fv-primary); margin-right: 6px; }
.mobile-nav-contact .social-links a { background: var(--fv-primary); }
@media (min-width: 1200px) {
  .navbar .nav-link::before { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: 2px; height: 2px; background: var(--fv-accent); transform: scaleX(0); transition: transform .25s; }
  .navbar .nav-link:hover::before, .navbar .nav-link.active::before { transform: scaleX(1); }
  .navbar .dropdown-toggle::after { vertical-align: .15em; opacity: .6; }
  .navbar .dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
  .navbar .offcanvas-xl { flex-grow: 1; }
  .navbar .offcanvas-body { display: flex; align-items: center; }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar .nav-link { padding: .5rem .55rem !important; font-size: .9rem; }
  .navbar .nav-link::before { left: .55rem; right: .55rem; }
  .brand-logo { height: 48px; }
  .brand-text strong { font-size: 1.12rem; }
  .nav-cta .btn { padding: .55rem 1.1rem; font-size: .9rem; }
}
@media (max-width: 1199.98px) {
  .navbar .offcanvas-xl { width: min(340px, 86vw); }
  .navbar .offcanvas-header { border-bottom: 1px solid var(--fv-line); }
  .navbar .offcanvas-body { padding-top: 8px; }
  .navbar .nav-link { padding: .8rem 0 !important; border-bottom: 1px solid var(--fv-line); font-size: 1rem; }
  .navbar .dropdown-toggle { display: flex; justify-content: space-between; align-items: center; }
  .navbar .dropdown-menu { position: static !important; transform: none !important; box-shadow: none; border-top: 0; padding: 0 0 .5rem .75rem; min-width: 0; background: transparent; }
  .nav-cta .btn { display: block; width: 100%; text-align: center; }
}
@media (max-width: 575.98px) {
  .navbar { padding: 8px 0; }
  .brand-logo { height: 40px; }
  .brand-text strong { font-size: .98rem; letter-spacing: .2px; }
  .brand-text small { font-size: .6rem; letter-spacing: 1px; }
}
@media (max-width: 359.98px) { .brand-text small { display: none; } }
.flash-wrap { position: relative; z-index: 5; margin-top: 16px; }

/* ---------- Hero carousel ---------- */
.hero { position: relative; background: var(--fv-dark); }
.hero .carousel-item { height: min(86vh, 760px); min-height: 520px; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 7s ease; }
.carousel-item.active .hero-img { transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 26, 51, .92) 0%, rgba(8, 26, 51, .7) 45%, rgba(8, 26, 51, .15) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.hero-text { max-width: 640px; color: #fff; }
.hero-text h1 { color: #fff; font-size: clamp(2rem, 4.6vw, 3.6rem); font-weight: 800; margin: 18px 0; }
.hero-text p { font-size: 1.12rem; color: #d7e3f2; margin-bottom: 30px; }
.hero-tag { display: inline-flex; gap: 8px; align-items: center; padding: 6px 16px; border-radius: 50px; background: rgba(41, 182, 246, .15); border: 1px solid rgba(41, 182, 246, .45); color: #bfe8ff; font-size: .85rem; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.carousel-item.active .hero-text > * { animation: heroUp .9s both; }
.carousel-item.active .hero-text > *:nth-child(2) { animation-delay: .12s; }
.carousel-item.active .hero-text > *:nth-child(3) { animation-delay: .24s; }
.carousel-item.active .hero-text > *:nth-child(4) { animation-delay: .36s; }
@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero .carousel-indicators { margin-bottom: 110px; }
.hero .carousel-indicators [data-bs-target] { width: 34px; height: 4px; border-radius: 4px; border: 0; }
.hero .carousel-control-prev, .hero .carousel-control-next { width: 6%; opacity: .6; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-title { max-width: 760px; margin: 0 auto 50px; }
.section-title.text-start { margin-left: 0; margin-bottom: 24px; }
.section-title h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; }
.section-title h2 span { color: var(--fv-primary); }
.section-title p { color: var(--fv-muted); font-size: 1.05rem; margin-top: 10px; }
.eyebrow { display: inline-block; color: var(--fv-accent); font-weight: 700; font-size: .82rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; font-family: "Poppins", sans-serif; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; background: currentColor; vertical-align: middle; margin-right: 10px; }
.eyebrow.light { color: var(--fv-sky); }

/* features strip overlapping the hero */
.features-strip { position: relative; z-index: 3; margin-top: -80px; }
.features-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-radius: var(--fv-radius); box-shadow: var(--fv-shadow-lg); overflow: hidden; }
.feature { padding: 30px 24px; border-right: 1px solid var(--fv-line); transition: background .3s; }
.feature:last-child { border-right: 0; }
.feature:hover { background: var(--fv-bg-soft); }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff; background: linear-gradient(135deg, var(--fv-primary), var(--fv-sky)); margin-bottom: 14px; }
.feature h3 { font-size: 1.05rem; margin-bottom: 6px; }
.feature p { font-size: .88rem; color: var(--fv-muted); margin: 0; line-height: 1.55; }
@media (max-width: 1199.98px) { .features-grid { grid-template-columns: repeat(3, 1fr); } .feature { border-bottom: 1px solid var(--fv-line); } }
@media (max-width: 767.98px) { .features-strip { margin-top: 30px; } .features-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .features-grid { grid-template-columns: 1fr; } }

/* about */
.about-media { position: relative; padding: 0 30px 30px 0; }
.about-media::before { content: ""; position: absolute; right: 0; bottom: 0; width: 70%; height: 70%; border-radius: var(--fv-radius); background: repeating-linear-gradient(45deg, rgba(13, 71, 161, .08) 0 2px, transparent 2px 12px); z-index: 0; }
.about-media .img-main { position: relative; z-index: 1; border-radius: var(--fv-radius); box-shadow: var(--fv-shadow-lg); width: 100%; background: #fff; }
.about-badge { position: absolute; z-index: 2; left: -10px; bottom: 50px; background: var(--fv-accent); color: #fff; border-radius: 14px; padding: 16px 22px; box-shadow: var(--fv-shadow-lg); display: flex; flex-direction: column; font-family: "Poppins", sans-serif; }
.about-badge strong { font-size: 1.35rem; }
.about-badge span { font-size: .8rem; opacity: .9; }
.lead-text p { color: var(--fv-muted); }
.check-list { list-style: none; padding: 0; margin: 18px 0; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.check-list li::before { content: "\F26A"; font-family: "bootstrap-icons"; position: absolute; left: 0; top: 0; color: var(--fv-primary); font-size: 1.1rem; }
.check-list.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
@media (max-width: 575.98px) { .check-list.two-col { grid-template-columns: 1fr; } }

/* stats */
.stats-band { background: linear-gradient(120deg, var(--fv-dark), var(--fv-primary)); padding: 60px 0; position: relative; overflow: hidden; }
.stats-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(41, 182, 246, .35), transparent 45%); }
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 24px; position: relative; z-index: 1; }
.stat { text-align: center; }
.stats-band .stat { color: #fff; }
.stat-num { display: block; font-family: "Poppins", sans-serif; font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; }
.stat-label { font-size: .95rem; opacity: .85; }
.cms-content .stats-row { background: var(--fv-bg-soft); border-radius: var(--fv-radius); padding: 30px; margin: 30px 0; }
.cms-content .stat-num { color: var(--fv-primary); }

/* services */
.services-section { background: var(--fv-bg-soft); }
.service-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--fv-radius); overflow: hidden; box-shadow: var(--fv-shadow); transition: transform .3s, box-shadow .3s; color: var(--fv-ink); height: 100%; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--fv-shadow-lg); color: var(--fv-ink); }
.service-img { position: relative; aspect-ratio: 16 / 10; background: #dfe8f3; }
.service-img-in { position: absolute; inset: 0; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service-card:hover .service-img img { transform: scale(1.08); }
.service-icon { position: absolute; left: 20px; bottom: -24px; width: 52px; height: 52px; border-radius: 14px; background: var(--fv-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; box-shadow: 0 8px 18px rgba(13, 71, 161, .35); transition: background .3s; }
.service-card:hover .service-icon { background: var(--fv-accent); }
.service-body { padding: 36px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.service-cat { color: var(--fv-accent); font-weight: 600; font-size: .75rem; letter-spacing: 1px; text-transform: uppercase; }
.service-body h3 { font-size: 1.15rem; margin: 4px 0 8px; }
.service-body p { color: var(--fv-muted); font-size: .93rem; flex: 1; }
.service-body .more { color: var(--fv-primary); font-weight: 600; font-size: .9rem; }
.service-card:hover .more i { transform: translateX(4px); }
.more i { display: inline-block; transition: transform .2s; }

/* technology */
.tech-section { padding: 56px 0; background: #fff; border-bottom: 1px solid var(--fv-line); }
.tech-title { font-size: 1.6rem; margin: 0; }
.tech-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.tech-item { text-align: center; padding: 18px 8px; border-radius: 14px; background: var(--fv-bg-soft); transition: .3s; }
.tech-item i { font-size: 1.8rem; color: var(--fv-primary); display: block; margin-bottom: 6px; }
.tech-item span { font-weight: 600; font-size: .88rem; font-family: "Poppins", sans-serif; }
.tech-item:hover { background: var(--fv-primary); color: #fff; transform: translateY(-4px); }
.tech-item:hover i { color: #fff; }
@media (max-width: 767.98px) { .tech-grid { grid-template-columns: repeat(3, 1fr); } }

/* director */
.director-section { background: linear-gradient(180deg, #fff 0%, var(--fv-bg-soft) 100%); }
.director-wrap { container-type: inline-size; }
.director-card { display: grid; grid-template-columns: 280px 1fr; gap: 40px; background: #fff; border-radius: 24px; padding: 40px; box-shadow: var(--fv-shadow-lg); align-items: center; margin-bottom: 20px; }
.director-photo { aspect-ratio: 1; border-radius: 20px; overflow: hidden; background: linear-gradient(135deg, var(--fv-dark), var(--fv-primary)); display: flex; align-items: center; justify-content: center; }
.director-photo img { width: 100%; height: 100%; object-fit: cover; }
.director-photo .initials { color: #fff; font-family: "Poppins", sans-serif; font-weight: 800; font-size: 5rem; letter-spacing: 4px; }
.director-body { position: relative; }
.quote-mark { font-size: 3.4rem; color: var(--fv-accent); opacity: .25; display: block; line-height: 1; margin: -10px 0 4px -6px; }
.director-msg p { color: var(--fv-muted); }
.director-sign { border-top: 1px solid var(--fv-line); padding-top: 16px; margin-top: 10px; display: flex; flex-direction: column; }
.director-sign strong { font-family: "Poppins", sans-serif; font-size: 1.2rem; color: var(--fv-dark); }
.director-sign span { color: var(--fv-accent); font-weight: 600; font-size: .92rem; }
.director-sign small { color: var(--fv-muted); }
@container (max-width: 820px) { .director-card { grid-template-columns: 1fr; gap: 24px; padding: 28px; align-items: start; } .director-photo { max-width: 200px; } .director-photo .initials { font-size: 3.6rem; } }
@media (max-width: 767.98px) { .director-card { grid-template-columns: 1fr; padding: 22px; } .director-photo { max-width: 180px; } }

/* mission vision values */
.mvv-card { background: #fff; border-radius: var(--fv-radius); padding: 36px 30px; box-shadow: var(--fv-shadow); border-top: 4px solid var(--fv-primary); transition: .3s; position: relative; overflow: hidden; }
.mvv .col-md-4:nth-child(2) .mvv-card { border-top-color: var(--fv-accent); }
.mvv .col-md-4:nth-child(3) .mvv-card { border-top-color: var(--fv-sky); }
.mvv-card:hover { transform: translateY(-6px); box-shadow: var(--fv-shadow-lg); }
.mvv-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--fv-bg-soft); color: var(--fv-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 18px; }
.mvv-card h3 { font-size: 1.3rem; }
.mvv-card p { color: var(--fv-muted); margin: 0; }
.cms-content .mvv { margin: 10px 0 40px; }

/* why us */
.why-section { background: var(--fv-bg-soft); }
.why-media img { border-radius: 24px; box-shadow: var(--fv-shadow-lg); width: 100%; aspect-ratio: 4/3.4; object-fit: cover; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-item { display: flex; gap: 12px; background: #fff; border-radius: 12px; padding: 14px 16px; box-shadow: 0 4px 14px rgba(11, 37, 69, .05); }
.why-item span { font-family: "Poppins", sans-serif; font-weight: 800; color: var(--fv-accent); font-size: 1.05rem; }
.why-item p { margin: 0; font-size: .92rem; line-height: 1.5; }
@media (max-width: 575.98px) { .why-list { grid-template-columns: 1fr; } }

/* clients marquee */
.clients-section { padding-bottom: 80px; overflow: hidden; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 20px; width: max-content; animation: marquee 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; gap: 12px; padding: 18px 26px; background: #fff; border: 1px solid var(--fv-line); border-radius: 14px; white-space: nowrap; font-weight: 600; color: var(--fv-dark); font-family: "Poppins", sans-serif; }
.marquee-item i { font-size: 1.6rem; color: var(--fv-primary); }
.marquee-item img { height: 40px; width: auto; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }
.clients-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 18px; margin: 24px 0 40px; }
.client-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; padding: 26px 16px; border: 1px solid var(--fv-line); border-radius: 14px; background: #fff; transition: .3s; color: var(--fv-ink); }
.client-card:hover { box-shadow: var(--fv-shadow); transform: translateY(-4px); }
.client-card img { height: 60px; object-fit: contain; }
.client-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--fv-bg-soft); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--fv-primary); }
.client-card strong { font-family: "Poppins", sans-serif; font-size: .95rem; line-height: 1.35; }
.client-card small { color: var(--fv-muted); }

/* gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 20px 0; }
.gallery-grid.large { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.gallery-item { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; display: block; background: #dfe8f3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-cap { position: absolute; inset: auto 0 0 0; padding: 30px 14px 12px; color: #fff; font-size: .88rem; font-weight: 500; background: linear-gradient(transparent, rgba(8, 26, 51, .85)); opacity: 0; transform: translateY(10px); transition: .3s; }
.gallery-item:hover .gallery-cap { opacity: 1; transform: none; }
.gallery-item.is-hidden { display: none; }
@media (max-width: 991.98px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(5, 15, 30, .94); display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: 90vw; text-align: center; }
.lightbox img { max-height: 82vh; max-width: 90vw; border-radius: 10px; }
.lightbox figcaption { color: #fff; margin-top: 12px; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .1); border: 0; color: #fff; width: 48px; height: 48px; border-radius: 50%; font-size: 1.3rem; }
.lightbox button:hover { background: var(--fv-accent); }
.lb-close { top: 20px; right: 20px; } .lb-prev { left: 20px; } .lb-next { right: 20px; }

/* CTA */
.cta-section { background: linear-gradient(120deg, rgba(8, 26, 51, .96), rgba(13, 71, 161, .92)), url("../../uploads/slides/slide-remote-sensing.jpg") center/cover; padding: 90px 0; }
.cta-section h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.cta-contacts { list-style: none; padding: 0; margin: 24px 0 0; }
.cta-contacts li { margin-bottom: 8px; color: #fff; font-weight: 500; }
.cta-contacts i { color: var(--fv-sky); margin-right: 8px; }
.form-card { background: #fff; border-radius: 20px; padding: 34px; box-shadow: var(--fv-shadow-lg); }
.enquiry-form .form-control, .enquiry-form .form-select { border-radius: 10px; padding: .75rem 1rem; border-color: var(--fv-line); background-color: var(--fv-bg-soft); }
.enquiry-form .form-control:focus, .enquiry-form .form-select:focus { border-color: var(--fv-primary); box-shadow: 0 0 0 .2rem rgba(13, 71, 161, .12); background-color: #fff; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cta-inline { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: linear-gradient(120deg, var(--fv-dark), var(--fv-primary)); color: #fff; border-radius: 20px; padding: 34px 38px; margin: 40px 0 10px; }
.cta-inline h3 { color: #fff; font-size: 1.4rem; margin-bottom: 6px; }
.cta-inline p { opacity: .85; }

/* ---------- Inner pages ---------- */
.page-banner { position: relative; padding: 110px 0 90px; color: #fff; background: linear-gradient(100deg, rgba(8, 26, 51, .94) 20%, rgba(13, 71, 161, .7)), var(--banner) center/cover no-repeat; }
.page-banner h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; margin: 8px 0; }
.page-banner .lead { color: #cfe0f3; max-width: 760px; font-size: 1.08rem; }
.page-banner .breadcrumb { margin: 0; font-size: .9rem; }
.page-banner .breadcrumb a { color: var(--fv-sky); }
.page-banner .breadcrumb-item.active, .page-banner .breadcrumb-item + .breadcrumb-item::before { color: #b8c9dd; }
.page-section { padding-top: 70px; }
.cms-content { font-size: 1.02rem; }
.cms-content h2 { font-size: 1.65rem; margin: 34px 0 14px; position: relative; padding-left: 16px; }
.cms-content h2::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 4px; border-radius: 4px; background: var(--fv-accent); }
.cms-content h2:first-child { margin-top: 0; }
.cms-content h3 { font-size: 1.25rem; margin: 26px 0 10px; color: var(--fv-primary); }
.cms-content p { color: #3c4b5c; }
.cms-content img { border-radius: 12px; height: auto; }
.cms-content table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.cms-content table td, .cms-content table th { border: 1px solid var(--fv-line); padding: 10px 12px; }
.cms-content table th { background: var(--fv-bg-soft); }
.cms-content blockquote { border-left: 4px solid var(--fv-primary); background: var(--fv-bg-soft); padding: 16px 20px; border-radius: 0 12px 12px 0; }
.cms-content ul:not(.check-list) li { margin-bottom: 6px; }
.sc-block { margin: 30px 0; }
.sidebar-card { background: var(--fv-bg-soft); border-radius: var(--fv-radius); padding: 26px; margin-bottom: 24px; }
.sidebar-card h4 { font-size: 1.1rem; margin-bottom: 14px; }
.side-links { list-style: none; padding: 0; margin: 0; }
.side-links a { display: flex; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 10px; color: var(--fv-ink); background: #fff; margin-bottom: 8px; font-size: .93rem; font-weight: 500; }
.side-links a:hover, .side-links a.active { background: var(--fv-primary); color: #fff; }
.side-links a i { color: var(--fv-primary); }
.side-links a:hover i, .side-links a.active i { color: #fff; }
.contact-box { background: linear-gradient(135deg, var(--fv-dark), var(--fv-primary)); color: #fff; }
.contact-box h4, .contact-box a { color: #fff; }
.contact-box p { opacity: .85; }
.big-phone { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 1.25rem; }
.service-hero-img { width: 100%; border-radius: 20px; margin-bottom: 30px; box-shadow: var(--fv-shadow); aspect-ratio: 16/8; object-fit: cover; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-tabs a, .filter-tabs button { padding: 9px 20px; border-radius: 50px; background: var(--fv-bg-soft); border: 1px solid var(--fv-line); color: var(--fv-dark); font-weight: 600; font-size: .9rem; font-family: "Poppins", sans-serif; }
.filter-tabs a:hover, .filter-tabs a.active, .filter-tabs button:hover, .filter-tabs button.active { background: var(--fv-primary); border-color: var(--fv-primary); color: #fff; }
.service-group { margin-bottom: 56px; }
.group-title { font-size: 1.5rem; margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
.group-title::after { content: ""; flex: 1; height: 1px; background: var(--fv-line); }
.info-card { background: #fff; border: 1px solid var(--fv-line); border-radius: var(--fv-radius); padding: 28px; text-align: center; transition: .3s; }
.info-card:hover { box-shadow: var(--fv-shadow-lg); transform: translateY(-4px); }
.info-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--fv-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 14px; }
.info-card h3 { font-size: 1.1rem; }
.info-card p { color: var(--fv-muted); margin: 0; font-size: .93rem; word-break: break-word; }
.map-wrap { border-radius: 20px; overflow: hidden; box-shadow: var(--fv-shadow); height: 380px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.sidebar-card .social-links a { background: var(--fv-primary); }

/* ---------- Footer ---------- */
.site-footer { background: #071a33; color: #a9bbd1; padding-top: 80px; font-size: .94rem; }
.site-footer h4 { color: #fff; font-size: 1.1rem; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.site-footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; background: var(--fv-accent); border-radius: 3px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { height: 58px; background: #fff; border-radius: 50%; padding: 4px; }
.footer-brand span { display: flex; flex-direction: column; line-height: 1.1; }
.footer-brand strong { color: #fff; font-family: "Poppins", sans-serif; font-size: 1.25rem; }
.footer-brand small { color: var(--fv-sky); letter-spacing: 1.5px; text-transform: uppercase; font-size: .7rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: #a9bbd1; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; }
.footer-contact i { color: var(--fv-sky); margin-top: 2px; }
.footer-contact a { color: #a9bbd1; word-break: break-all; }
.footer-contact a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); margin-top: 50px; padding: 20px 0; font-size: .86rem; }
.back-to-top, .whatsapp-float { position: fixed; right: 22px; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 1000; box-shadow: var(--fv-shadow-lg); transition: .3s; }
.back-to-top { bottom: 84px; background: var(--fv-primary); color: #fff; opacity: 0; pointer-events: none; }
.back-to-top.show { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: var(--fv-accent); color: #fff; }
.whatsapp-float { bottom: 24px; background: #25d366; color: #fff; font-size: 1.5rem; }
.whatsapp-float:hover { color: #fff; transform: scale(1.08); }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s, transform .8s; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
@media (max-width: 767.98px) { .section { padding: 64px 0; } .hero .carousel-item { min-height: 560px; } .hero .carousel-indicators { margin-bottom: 20px; } .form-card { padding: 22px; } .page-banner { padding: 70px 0 56px; } }

/* ---------- Responsive refinements ---------- */
.cms-content { overflow-wrap: break-word; }
.cms-content img, .cms-content iframe, .cms-content video { max-width: 100%; }
.page-banner h1, .hero-text h1, .section-title h2 { overflow-wrap: break-word; hyphens: auto; }
@media (max-width: 767.98px) {
  .cms-content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; }
  .hero .carousel-control-prev, .hero .carousel-control-next { display: none; }
  .hero .carousel-item { height: auto; min-height: 540px; }
  .hero-content { min-height: 540px; padding-top: 60px; padding-bottom: 80px; }
  .hero-text p { font-size: 1rem; }
  .hero-actions .btn { padding: .7rem 1.3rem; font-size: .95rem; }
  .about-media { padding: 0 14px 14px 0; }
  .about-badge { left: 8px; bottom: 24px; padding: 10px 14px; }
  .about-badge strong { font-size: 1.05rem; }
  .stats-band { padding: 44px 0; }
  .cta-inline { padding: 24px; flex-direction: column; align-items: flex-start; }
  .cta-section { padding: 60px 0; }
  .site-footer { padding-top: 56px; }
  .footer-bottom { margin-top: 30px; text-align: center; }
  .mvv-card { padding: 28px 22px; }
  .sidebar-card { padding: 20px; }
  .service-hero-img { aspect-ratio: 16/10; border-radius: 14px; }
  .filter-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; margin-bottom: 28px; scrollbar-width: thin; }
  .filter-tabs a, .filter-tabs button { white-space: nowrap; flex-shrink: 0; }
  .group-title { font-size: 1.25rem; }
  .map-wrap { height: 300px; }
  .section-title { margin-bottom: 32px; }
  .tech-title { font-size: 1.35rem; text-align: center; }
  .back-to-top { right: 16px; bottom: 76px; width: 42px; height: 42px; }
  .whatsapp-float { right: 16px; bottom: 18px; width: 46px; height: 46px; }
}
@media (max-width: 400px) {
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { gap: 8px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { text-align: center; }
  .form-card { padding: 18px; border-radius: 16px; }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero .carousel-item { min-height: 560px; height: 70vh; }
  .features-strip { margin-top: -60px; }
}

/* ---------- Full-width layout on large screens (≥1200px) ---------- */
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 100%;
    padding-left: clamp(24px, 3.5vw, 72px);
    padding-right: clamp(24px, 3.5vw, 72px);
  }
}
@media (min-width: 1200px) { .hero .carousel-control-prev, .hero .carousel-control-next { width: 44px; } }
