:root {
  --primary: #0b3b68;
  --secondary: #f1a62a;
  --bg: #f5f8fc;
  --text: #172534;
  --white: #ffffff;
  --line: #d5dfeb;
  --shadow: 0 14px 35px rgba(11, 29, 52, 0.12);
  --accent: #e8f1ff;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(11, 59, 104, 0.14), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
p { text-align: justify; text-justify: inter-word; }
img { max-width: 100%; display: block; object-position: center top; }
.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.site-header {
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(10, 24, 45, 0.05);
}
.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 5px;
  box-shadow: var(--shadow);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-visual {
  display: grid;
  place-items: center;
  min-height: 360px;
}
.icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}
.icon-chip {
  background: linear-gradient(135deg, #f7faff, #eaf2ff);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-chip span {
  font-size: 1.5rem;
}
.feature-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  border-radius: 14px;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.mini-emoji {
  margin-right: 8px;
}
.brand-name {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--primary);
}
.brand-tag {
  font-size: 0.92rem;
  color: #4c5b6b;
}
.nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.menu-toggle { display: none; background: transparent; border: none; }
.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 700;
}
.nav-links a.active,
.nav-links a:hover {
  background: var(--primary);
  color: var(--white);
}
.hero-section,
.page-hero {
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.home-hero {
  background-image:
    linear-gradient(135deg, rgba(11, 59, 104, 0.82), rgba(18, 81, 135, 0.65)),
    url('images/WhatsApp%20Image%202026-07-23%20at%2012.51.19%20AM.jpeg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.about-hero {
  background-image:
    linear-gradient(135deg, rgba(11, 59, 104, 0.82), rgba(18, 81, 135, 0.65)),
    url('images/WhatsApp%20Image%202026-07-23%20at%2012.51.18%20AM%20(1).jpeg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.contact-hero {
  background-image:
    linear-gradient(135deg, rgba(11, 59, 104, 0.82), rgba(18, 81, 135, 0.65)),
    url('images/WhatsApp%20Image%202026-07-23%20at%2012.51.19%20AM%20(4).jpeg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.services-hero {
  background-image:
    linear-gradient(135deg, rgba(11, 59, 104, 0.82), rgba(18, 81, 135, 0.65)),
    url('images/WhatsApp%20Image%202026-07-23%20at%2012.51.19%20AM%20(5).jpeg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero-section::after,
.page-hero::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  background: rgba(241, 166, 42, 0.15);
  border-radius: 50%;
}
.hero-grid,
.two-col,
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.hero-grid {
  align-items: center;
  padding: 72px 0;
  grid-template-columns: 1fr;
  max-width: 960px;
}
.hero-grid > div:first-child {
  max-width: 760px;
}
.hero-section h1,
.page-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.2;
}
.hero-copy {
  max-width: 65ch;
  font-size: 1.02rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.image-panel {
  background: var(--white);
  padding: 10px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.image-panel img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
}
.secondary-image img {
  height: 100%;
  min-height: 280px;
  object-position: center top;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0 20px;
}
.gallery-shell {
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 14px;
}
.gallery-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}
.gallery-arrow {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(11, 29, 52, 0.14);
}
.gallery-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 8px;
}
.gallery-track::-webkit-scrollbar {
  height: 8px;
}
.gallery-track::-webkit-scrollbar-thumb {
  background: #bfd0e5;
  border-radius: 999px;
}
.gallery-card {
  min-width: 260px;
  max-width: 260px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(11, 29, 52, 0.08);
  overflow: hidden;
  scroll-snap-align: start;
}
.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.gallery-card span {
  display: block;
  padding: 12px 14px;
  font-weight: 700;
  color: var(--primary);
}
.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(11, 29, 52, 0.16);
}
.btn-primary {
  background: linear-gradient(135deg, var(--secondary), #ffbe53);
  color: #102236;
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255,255,255,0.72);
  color: var(--white);
}
.btn-primary {
  background: var(--secondary);
  color: #122232;
}
.btn-secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.72);
  color: var(--white);
}
.stat-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.stat-row div {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 14px 16px;
  border-radius: 14px;
  min-width: 140px;
}
.stat-row strong {
  display: block;
  font-size: 1.06rem;
}
.stat-row span {
  font-size: 0.9rem;
}
.section {
  padding: 72px 0;
}
.service-showcase {
  background: linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
}
.accent-section { background: #edf3f8; }
.section-heading {
  margin-bottom: 24px;
}
.compact-heading {
  margin-bottom: 18px;
}
.section-heading h2, .showcase-copy h2 {
  margin: 0;
  font-size: 2rem;
}
.showcase-copy {
  background: linear-gradient(145deg, #ffffff, #f1f6ff);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.showcase-copy p {
  color: #50637a;
}
.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.showcase-tags span {
  background: #eaf3ff;
  border: 1px solid #c9d9f1;
  color: var(--primary);
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
}
.cards-grid,
.mini-grid {
  display: grid;
  gap: 18px;
}
.cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mini-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Improve wide-screen layout for Why Choose Us: center grid, constrain width, equalize card heights */
.cards-grid {
  max-width: 1120px;
  margin: 0 auto;
  gap: 28px;
}
.cards-grid > * {
  display: block;
}
/* Use CSS Grid so icon stays on the left and title+desc stack on the right */
.cards-grid .info-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "icon" "title" "desc";
  gap: 12px;
  padding: 28px;
  align-items: start;
}
.cards-grid .info-card > .feature-icon {
  grid-area: icon;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  border-radius: 14px;
  align-self: start;
  margin-bottom: 6px;
}
.cards-grid .info-card > h3 {
  grid-area: title;
  margin: 0 0 8px 0;
  font-size: 1.25rem;
  line-height: 1.15;
  text-align: left;
}
.cards-grid .info-card > p {
  grid-area: desc;
  margin: 0;
  color: #2d424f;
  text-align: left;
}
.mini-grid span {
  background: var(--white);
  padding: 14px 16px;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.mini-blurb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.mini-blurb {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f6faff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
}
.mini-blurb span {
  font-size: 1.4rem;
}
.mini-blurb strong {
  display: block;
  margin-bottom: 4px;
}
.mini-blurb p {
  margin: 0;
  font-size: 0.95rem;
}
.about-visual {
  display: grid;
  gap: 18px;
}
.about-visual .image-panel {
  max-width: 100%;
}
.about-visual .secondary-image img {
  height: 260px;
}
.subtle-copy {
  margin: 0 0 16px;
  color: #47607a;
}
.support-points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.support-points div {
  border-left: 4px solid var(--secondary);
  background: #f7fbff;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 700;
}
.support-points strong {
  color: var(--primary);
}
.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.contact-list p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}
.contact-label {
  color: var(--primary);
  font-weight: 700;
}
.contact-list a {
  color: #0d5aa7;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.contact-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.contact-badge {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 18px rgba(11, 29, 52, 0.06);
}
.info-card,
.contact-card,
.quote-box {
  background: var(--white);
  color: var(--text);
  padding: 24px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.info-card:hover,
.contact-card:hover,
.quote-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11, 29, 52, 0.16);
}
.info-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.service-card {
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -30px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(15, 61, 102, 0.06);
}
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  font-size: 1.55rem;
  margin-bottom: 14px;
}
.info-card h3, .contact-card h2, .quote-box h3 {
  margin-top: 0;
}
.info-card p, .showcase-copy p {
  margin-bottom: 0;
}
.page-hero {
  padding: 60px 0;
}
.narrow { max-width: 760px; }
.narrow-layout {
  align-items: center;
}
.service-showcase .two-col {
  grid-template-columns: 1.1fr 0.8fr;
  align-items: center;
}
.service-showcase .image-panel {
  max-width: 420px;
  justify-self: end;
  background: #ffffff;
}
.service-showcase .image-panel img {
  height: 250px;
  object-position: center top;
}
.contact-card-highlight {
  background: linear-gradient(180deg, #f9fbff, #edf4ff);
  border: 1px solid var(--line);
}
.contact-quick-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.light-btn {
  color: var(--primary) !important;
  background: rgba(255,255,255,0.9);
  border-color: var(--line);
}
.story-panel,
.highlight-copy,
.highlight-stats {
  display: grid;
  gap: 14px;
}
.split-highlight {
  background: linear-gradient(135deg, #eff5ff, #f9fbff);
}
.split-highlight-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}
.stat-badge {
  background: var(--white);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.stat-badge strong {
  display: block;
  margin-bottom: 6px;
}
.contact-form {
  display: grid;
  gap: 12px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
}
.site-footer {
  background: linear-gradient(135deg, #eef3f9, #dfeaf7);
  color: #1f2d3d;
  padding: 46px 0 22px;
  border-top: 1px solid #d1dce9;
}
.footer-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 34px;
  align-items: flex-start;
}
.footer-brand h3,
.footer-links h4,
.footer-contact h4 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  color: #0d3f6d;
}
.footer-brand h3 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.footer-brand p,
.footer-links ul,
.footer-contact p {
  margin: 0;
  color: #425d7a;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
}
.footer-contact {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.footer-contact a,
.footer-brand a,
.footer-links li {
  color: #1f2d3d;
}
.footer-contact a,
.footer-contact p {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-contact .contact-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer-contact .contact-icon {
  width: 20px;
  height: 20px;
  color: #0d3f6d;
  flex-shrink: 0;
}
.footer-contact .contact-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.social-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 10px 20px rgba(14, 52, 89, 0.16);
  transition: transform 0.2s ease;
}
.social-icon:hover {
  transform: translateY(-2px);
}
.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.social-icon.facebook {
  background: #1877f2;
}
.social-icon.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.footer-brand .footer-socials {
  margin-top: 16px;
}
.footer-bottom {
  border-top: 1px solid rgba(111, 137, 167, 0.4);
  margin-top: 26px;
  padding-top: 18px;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  font-weight: 700;
  color: #36506d;
  font-size: 0.95rem;
}
.footer-bottom .bottom-line {
  display: block;
  margin-bottom: 8px;
}
.footer-bottom .developer-link {
  color: #0d3f6d;
  text-decoration: underline;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-section,
.page-hero,
.section {
  animation: fadeUp 0.7s ease both;
}

@media (max-width: 900px) {
  .hero-grid,
  .two-col,
  .cards-grid,
  .service-grid,
  .mini-grid,
  .footer-grid,
  .split-highlight-grid,
  .mini-blurb-grid,
  .contact-badges { grid-template-columns: 1fr; }
  /* Keep brand and hamburger on one row; allow nav to wrap below when opened */
  .nav-wrap { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; }
  .nav-wrap .brand { flex: 0 1 auto; display:flex; align-items:center; gap:12px; }
  /* compact brand on small screens */
  .brand-mark { width:44px; height:44px; border-radius:12px; padding:6px; }
  .brand-name { font-size:1.05rem; }
  .brand-tag { display: none; }

  /* place the toggle to the right and keep it centered vertically */
  .menu-toggle { order: 2; margin-left: auto; display: inline-flex; align-items: center; justify-content: center; width:44px; height:44px; border-radius:8px; background: transparent; border: none; cursor: pointer; padding:6px; }
  .menu-toggle { flex-direction: column; gap: 4px; }
  .menu-toggle .bar { display:block; width:20px; height:2px; background: var(--primary); border-radius:2px; }
  .menu-toggle .bar:nth-child(1) { transform-origin: center; }
  .menu-toggle .bar:nth-child(2) { transform-origin: center; }
  .menu-toggle .bar:nth-child(3) { transform-origin: center; }
  .menu-toggle:focus { outline: 2px solid rgba(13,63,109,0.12); outline-offset: 2px; }
  .menu-toggle:hover .bar { background: #083252; }
  .nav-links { order: 3; width: 100%; }
  .image-panel img { height: auto; }
}

/* Mobile-specific menu and stacking behavior */
@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width:44px; height:44px; border-radius:8px; background: transparent; border: none; cursor: pointer; margin-left: 8px; }
  .menu-toggle .bar { display:block; width:22px; height:2px; background: var(--primary); position: relative; }
  .menu-toggle .bar + .bar { margin-top:4px; }

  .nav-links { display: none; width: 100%; }
  /* allow toggling on body or on the local nav-wrap */
  body.nav-open .nav-links,
  .nav-wrap.nav-open .nav-links { display: flex; flex-direction: column; gap: 0.25rem; background: transparent; padding-top: 10px; }
  .nav-links a { display: block; padding: 12px 8px; border-radius: 8px; border-bottom: 1px solid var(--line); background: var(--white); }

  .showcase-tags { flex-direction: column; align-items: flex-start; gap: 8px; }
  .showcase-tags span { width: 100%; text-align: left; }

  /* keep gallery layout intact; add small container padding for mobile spacing */
  .container { padding-left: 16px; padding-right: 16px; }

  /* On small screens place image panels above text blocks (image on top, text below) */
  .two-col,
  .hero-grid,
  .split-highlight-grid {
    display: flex;
    flex-direction: column;
  }
  .two-col .image-panel,
  .hero-grid .image-panel,
  .split-highlight-grid .image-panel {
    order: -1;
    width: 100%;
    align-self: stretch;
    margin-bottom: 12px;
  }

  /* Tame large showcase headline and card width on small screens */
  .showcase-copy { max-width: 560px; padding: 18px; }
  .showcase-copy h2 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); line-height: 1.12; margin-bottom: 8px; }
  .showcase-copy p { font-size: 0.98rem; color: #50637a; }

  .footer-layout { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; place-items: center; text-align: center; }
  .footer-links ul { display: block; margin: 0 auto; }
  .footer-links ul li { margin-bottom: 8px; }
  .footer-brand, .footer-links, .footer-contact { margin-bottom: 18px; display: flex; flex-direction: column; align-items: center; }
  .footer-contact p { justify-content: center; }
  .footer-socials { justify-content: center; }

  }
