/* ============================================================
   AL BOSALA SURVEYING & MAPPING — MAIN STYLESHEET
   ============================================================ */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #0D2B4E;
  --navy-mid:  #1A4A7A;
  --orange:    #E87722;
  --orange-dk: #C9621A;
  --gray-bg:   #F4F6F9;
  --gray-mid:  #E5E9EF;
  --gray-text: #6B7280;
  --dark:      #1C1C1C;
  --white:     #FFFFFF;
  --shadow-sm: 0 2px 12px rgba(13,43,78,.08);
  --shadow-md: 0 8px 32px rgba(13,43,78,.14);
  --shadow-lg: 0 20px 60px rgba(13,43,78,.18);
  --radius:    10px;
  --transition: all .3s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  color: var(--navy);
}
h1 { font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p  { color: var(--gray-text); line-height: 1.8; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-bottom: .75rem;
}

/* ---------- LAYOUT ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 100px 0; }
.section-sm { padding: 60px 0; }

.section-header       { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section-header h2    { margin-bottom: 16px; }
.section-header p     { font-size: 1.05rem; }
.section-header .divider {
  width: 60px; height: 4px;
  background: var(--orange);
  border-radius: 2px;
  margin: 20px auto 0;
}
.section-header.left  { text-align: left; margin-left: 0; }
.section-header.left .divider { margin-left: 0; }

.bg-gray  { background: var(--gray-bg); }
.bg-navy  { background: var(--navy); }
.bg-white { background: var(--white); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 34px;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
.btn-primary:hover {
  background: var(--orange-dk);
  border-color: var(--orange-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232,119,34,.35);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.5);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
}
.btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-navy:hover {
  background: var(--navy-mid);
  border-color: var(--navy-mid);
  transform: translateY(-2px);
}
.btn-white {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
}
.btn-white:hover {
  background: var(--gray-bg);
  transform: translateY(-2px);
}
.btn svg { width: 18px; height: 18px; }

/* ---------- HEADER / NAV ---------- */
#header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  transition: var(--transition);
}
#header.transparent { background: transparent; }
#header.scrolled    {
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

/* Hide nav links + CTA until scrolled — only logo shows on hero */
.nav-links,
.nav-cta {
  transition: opacity .35s ease;
}
#header.transparent .nav-links,
#header.transparent .nav-cta {
  opacity: 0;
  pointer-events: none;
}
#header.scrolled .nav-links,
#header.scrolled .nav-cta {
  opacity: 1;
  pointer-events: auto;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* legacy logo-mark/text removed — using badge + textblock */

/* ── Badge + text logo ──────────────────────────── */
.logo-badge {
  height: 46px;
  width:  46px;
  flex-shrink: 0;
  display: block;
  border-radius: 50%;
}
.logo-textblock {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 1px;
}
.logo-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 2px;
  color: var(--white);
  transition: var(--transition);
}
.logo-sub {
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  font-family: 'Inter', sans-serif;
  transition: var(--transition);
}
#header.scrolled .logo-name { color: var(--navy); }
#header.scrolled .logo-sub  { color: var(--gray-text); }
/* Footer */
.footer-logo .logo-name { color: var(--white) !important; }
.footer-logo .logo-sub  { color: rgba(255,255,255,.5) !important; }
.footer-logo .logo-badge { height: 38px; width: 38px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: .9rem;
  color: rgba(255,255,255,.88);
  position: relative;
  transition: var(--transition);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--orange);
  transition: var(--transition);
}
.nav-links a:hover,
.nav-links a.active { color: var(--white); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
#header.scrolled .nav-links a       { color: var(--gray-text); }
#header.scrolled .nav-links a:hover { color: var(--navy); }

.nav-cta { display: flex; align-items: center; gap: 16px; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}
#header.scrolled .hamburger span { background: var(--navy); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  opacity: .8;
  transition: var(--transition);
}
.mobile-menu a:hover { opacity: 1; color: var(--orange); }
.mobile-close {
  position: absolute;
  top: 24px; right: 24px;
  background: none; border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
}

/* ---------- HERO ---------- */
.hero {
  min-height: 100vh;
  padding: 180px 0 100px; /* top: 80px nav + 100px breathing room */
  background: linear-gradient(135deg, rgba(13,43,78,.92) 0%, rgba(26,74,122,.85) 100%),
    url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1600&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-content { position: relative; z-index: 1; max-width: 800px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,119,34,.15);
  border: 1px solid rgba(232,119,34,.3);
  color: var(--orange);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero h1 {
  color: var(--white);
  margin-bottom: 24px;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.hero h1 span { color: var(--orange); }
.hero p {
  color: rgba(255,255,255,.82);
  font-size: 1.15rem;
  max-width: 580px;
  margin-bottom: 40px;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-trust {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.75);
  font-size: .85rem;
}
.trust-item svg { color: var(--orange); width: 16px; height: 16px; flex-shrink: 0; }

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.5);
  font-size: .75rem;
  letter-spacing: 2px;
  animation: bounce 2s infinite;
}
.scroll-indicator svg { width: 20px; }
@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(6px); }
}

/* ---------- STATS BAR ---------- */
.stats-bar { background: var(--navy); padding: 0; }
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  padding: 40px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: .82rem;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---------- ABOUT / INTRO ---------- */
.about-image-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: visible;
}
.about-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
  background: var(--navy-mid);
}
.about-image img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.about-badge {
  position: absolute;
  bottom: -24px; right: -24px;
  background: var(--orange);
  color: var(--white);
  padding: 20px 24px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-md);
}
.about-badge .num {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.about-badge .lbl { font-size: .75rem; opacity: .85; margin-top: 4px; }

.about-content h2 { margin-bottom: 20px; }
.about-content p  { margin-bottom: 24px; }
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 36px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--dark);
}
.feature-item svg { color: var(--orange); flex-shrink: 0; width: 18px; height: 18px; }

/* ---------- SERVICES ---------- */
.services-category {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
  display: block;
}
.service-accordion { border-top: 1px solid var(--gray-mid); }
.service-item       { border-bottom: 1px solid var(--gray-mid); }
.service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  cursor: pointer;
  gap: 20px;
  transition: var(--transition);
}
.service-header:hover .service-title { color: var(--orange); }
.service-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-icon {
  width: 48px; height: 48px;
  background: var(--gray-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}
.service-item.open .service-icon {
  background: var(--orange);
}
.service-icon svg { width: 22px; height: 22px; color: var(--navy-mid); transition: var(--transition); }
.service-item.open .service-icon svg { color: var(--white); }
.service-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  transition: var(--transition);
}
.service-toggle {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 2px solid var(--gray-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  background: none;
  cursor: pointer;
}
.service-toggle svg {
  width: 16px; height: 16px;
  color: var(--navy);
  transition: var(--transition);
}
.service-item.open .service-toggle {
  background: var(--orange);
  border-color: var(--orange);
}
.service-item.open .service-toggle svg { color: var(--white); transform: rotate(45deg); }
.service-body {
  display: none;
  padding: 0 0 32px 68px;
}
.service-item.open .service-body { display: block; }
.service-body p { margin-bottom: 16px; color: var(--gray-text); }
.service-tags   { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.service-tag {
  background: var(--gray-bg);
  color: var(--navy);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: .78rem;
  font-weight: 500;
}

/* ---------- WHY CHOOSE US ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.why-card {
  padding: 48px 32px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transition: var(--transition);
}
.why-card:hover::before { transform: scaleX(1); }
.why-card:hover { background: rgba(255,255,255,.07); }
.why-icon {
  width: 68px; height: 68px;
  background: rgba(232,119,34,.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  transition: var(--transition);
}
.why-card:hover .why-icon { background: var(--orange); }
.why-icon svg { width: 30px; height: 30px; color: var(--orange); transition: var(--transition); }
.why-card:hover .why-icon svg { color: var(--white); }
.why-card h3 { color: var(--white); margin-bottom: 12px; font-size: 1rem; }
.why-card p  { color: rgba(255,255,255,.55); font-size: .88rem; }

/* ---------- INDUSTRIES ---------- */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.industry-card {
  background: var(--white);
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius);
  padding: 32px 16px;
  text-align: center;
  transition: var(--transition);
  cursor: default;
}
.industry-card:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.industry-card:hover .industry-icon { background: var(--orange); }
.industry-card:hover .industry-icon svg { color: var(--white); }
.industry-icon {
  width: 56px; height: 56px;
  background: var(--gray-bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: var(--transition);
}
.industry-icon svg { width: 26px; height: 26px; color: var(--navy-mid); transition: var(--transition); }
.industry-card h4 { font-size: .85rem; color: var(--navy); }


/* ---------- TESTIMONIALS ---------- */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius);
  padding: 36px;
  transition: var(--transition);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px; right: 28px;
  font-size: 5rem;
  color: var(--orange);
  opacity: .15;
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-card:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow-md);
}
.stars { color: var(--orange); font-size: 1rem; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial-card p { margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: .95rem;
  flex-shrink: 0;
}
.author-info h4 { font-size: .9rem; margin-bottom: 2px; }
.author-info span { font-size: .78rem; color: var(--gray-text); }

/* ---------- CTA BANNER ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dk) 100%);
  padding: 80px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cta-text h2 { color: var(--white); margin-bottom: 12px; }
.cta-text p  { color: rgba(255,255,255,.85); max-width: 560px; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.cta-contact-row {
  display: flex;
  gap: 24px;
  font-size: .85rem;
  color: rgba(255,255,255,.8);
}
.cta-contact-row a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.8);
  transition: var(--transition);
}
.cta-contact-row a:hover { color: var(--white); }
.cta-contact-row svg { width: 16px; height: 16px; }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info p  { margin-bottom: 36px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.detail-icon {
  width: 44px; height: 44px;
  background: var(--gray-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.detail-icon svg { width: 20px; height: 20px; color: var(--orange); }
.detail-text h4  { font-size: .85rem; color: var(--navy); margin-bottom: 2px; }
.detail-text p   { font-size: .88rem; margin: 0; }

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: var(--white);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: .9rem;
  transition: var(--transition);
}
.whatsapp-btn:hover { background: #1ebe5a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.3); }
.whatsapp-btn svg { width: 22px; height: 22px; }

.map-container {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  height: 100%;
  min-height: 400px;
}
.map-container iframe { width: 100%; height: 100%; border: none; min-height: 400px; }

/* ---------- FOOTER ---------- */
footer {
  background: #091E38;
  color: rgba(255,255,255,.65);
  padding: 80px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
}
.footer-brand p { font-size: .88rem; margin: 20px 0 28px; line-height: 1.8; color: rgba(255,255,255,.55); }
.social-links { display: flex; gap: 12px; }
.social-link {
  width: 38px; height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  color: rgba(255,255,255,.55);
}
.social-link:hover { background: var(--orange); border-color: var(--orange); color: var(--white); }
.social-link svg { width: 16px; height: 16px; }

.footer-col h4 {
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 24px;
}
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a {
  font-size: .88rem;
  color: rgba(255,255,255,.55);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a::before {
  content: '→';
  color: var(--orange);
  font-size: .7rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: var(--transition);
}
.footer-links a:hover { color: var(--white); padding-left: 4px; }
.footer-links a:hover::before { opacity: 1; transform: translateX(0); }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: .88rem;
}
.footer-contact-item svg { color: var(--orange); flex-shrink: 0; margin-top: 2px; width: 16px; height: 16px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .82rem;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { color: rgba(255,255,255,.45); transition: var(--transition); }
.footer-bottom-links a:hover { color: var(--orange); }

/* ---------- WHATSAPP FLOAT ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 900;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(37,211,102,.45);
  transition: var(--transition);
  animation: pulse-wa 2.5s infinite;
}
.whatsapp-float:hover { transform: scale(1.12); background: #1ebe5a; }
.whatsapp-float svg { width: 30px; height: 30px; color: var(--white); }
@keyframes pulse-wa {
  0%,100% { box-shadow: 0 8px 28px rgba(37,211,102,.45); }
  50%      { box-shadow: 0 8px 40px rgba(37,211,102,.7); }
}

/* ---------- PAGE HERO (inner pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, rgba(13,43,78,.97) 0%, rgba(20,60,100,.93) 100%),
    url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1600&q=80') center/cover no-repeat;
  padding: 148px 0 72px;
  text-align: left;
  border-bottom: 3px solid var(--orange);
}
.page-hero .container { position: relative; }
.page-hero h1 {
  color: var(--white);
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 4vw, 3rem);
}
.page-hero p {
  color: rgba(255,255,255,.72);
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 0 0 0;
}
/* Amber accent bar left of title */
.page-hero-inner {
  border-left: 4px solid var(--orange);
  padding-left: 28px;
}
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .5px;
  color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.breadcrumb a  { color: rgba(255,255,255,.45); transition: var(--transition); }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb svg { width: 12px; height: 12px; }

/* ---------- QUOTE PAGE ---------- */
.sidebar-items { display: flex; flex-direction: column; gap: 20px; }
.sidebar-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.sidebar-item:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-icon {
  width: 40px; height: 40px;
  background: rgba(232,119,34,.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sidebar-icon svg { width: 18px; height: 18px; color: var(--orange); }
.sidebar-item h4  { font-size: .88rem; margin-bottom: 2px; }
.sidebar-item p   { font-size: .8rem; margin: 0; }

/* ---------- SERVICES PAGE (detailed) ---------- */
.service-detail-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}
.service-detail-image {
  aspect-ratio: auto;
  background: var(--navy-mid);
  overflow: hidden;
}
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-content { padding: 48px; }
.service-detail-content .service-category { margin-bottom: 12px; }
.service-detail-content h2 { margin-bottom: 16px; font-size: 1.6rem; }
.service-detail-content p  { margin-bottom: 24px; }
.deliverables-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.deliverables-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  color: var(--dark);
}
.deliverables-list li svg { color: var(--orange); flex-shrink: 0; width: 16px; height: 16px; }

/* ---------- ABOUT PAGE ---------- */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.value-card {
  background: var(--white);
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius);
  padding: 36px;
  text-align: center;
  transition: var(--transition);
}
.value-card:hover { border-color: var(--orange); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.value-icon {
  width: 64px; height: 64px;
  background: rgba(13,43,78,.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: var(--transition);
}
.value-card:hover .value-icon { background: var(--orange); }
.value-icon svg { width: 28px; height: 28px; color: var(--navy); transition: var(--transition); }
.value-card:hover .value-icon svg { color: var(--white); }
.value-card h3 { margin-bottom: 10px; font-size: 1.05rem; }

.timeline { position: relative; padding: 20px 0; }
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: var(--gray-mid);
  transform: translateX(-50%);
}
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 0;
  margin-bottom: 48px;
  align-items: center;
}
.timeline-content {
  background: var(--white);
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}
.timeline-content:hover { border-color: var(--orange); box-shadow: var(--shadow-sm); }
.timeline-item:nth-child(odd) .timeline-content:first-child { text-align: right; }
.timeline-item:nth-child(even) .timeline-content:first-child { opacity: 0; pointer-events: none; }
.timeline-item:nth-child(even) .timeline-content:last-child  { opacity: 1; }
.timeline-item:nth-child(odd) .timeline-content:last-child   { opacity: 0; pointer-events: none; }
.timeline-dot {
  width: 48px; height: 48px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: .78rem;
  color: var(--white);
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.timeline-content h4 { margin-bottom: 6px; }
.timeline-content p  { font-size: .88rem; margin: 0; }

/* ---------- CONTACT PAGE ---------- */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
}

/* ---------- ANIMATIONS ---------- */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .industries-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .section { padding: 70px 0; }
  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat-item:nth-child(2) { border-right: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .service-detail-card { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { align-items: center; }
  .about-badge { bottom: -16px; right: -12px; }
  .service-body { padding-left: 0; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .timeline::before { left: 24px; }
  .timeline-item { grid-template-columns: 0 48px 1fr; }
  .timeline-item:nth-child(odd) .timeline-content:first-child  { display: none; }
  .timeline-item:nth-child(even) .timeline-content:first-child { display: none; }
  .timeline-item .timeline-content:last-child { opacity: 1 !important; pointer-events: all !important; }
  .timeline-dot { margin: 0; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { text-align: center; justify-content: center; }
}

@media (max-width: 480px) {
  .stats-inner { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .stat-item:last-child { border-bottom: none; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  h1 { font-size: 2rem; }
}
