﻿:root {
  --brand-900: #0f3f75;
  --brand-700: #1d5ea5;
  --brand-500: #3f8bd3;
  --ink-900: #0d2238;
  --ink-700: #2a3d52;
  --surface-100: #f3f7fb;
  --surface-200: #e8f0f7;
  --white: #ffffff;
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--ink-900);
  line-height: 1.65;
  background: var(--white);
}

h1,
h2,
h3,
.navbar-brand,
.btn {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 63, 117, 0.08);
  transition: background 0.25s ease, backdrop-filter 0.25s ease, border-color 0.25s ease;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--brand-900);
}

.site-logo {
  height: 52px;
  width: auto;
  display: block;
}

.brand-icon {
  font-size: 1.65rem;
  line-height: 1;
}

.brand-text-wrap {
  display: grid;
  line-height: 1;
}

.brand-top {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--brand-500);
}

.brand-main {
  font-size: 1.17rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-sub {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: var(--brand-700);
}

.nav-link {
  font-weight: 600;
  color: var(--ink-700);
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-700);
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-900), var(--brand-500));
  border: none;
  border-radius: 999px;
  padding-inline: 1.4rem;
}

.btn {
  border-radius: 999px;
}

.btn-outline-light {
  border-width: 1.5px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #0c3461, #337bbf);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  padding: 6rem 0 5rem;
  color: var(--white);
  background: #124571;
}

.home-page .hero-section {
  min-height: 100vh;
}

.home-page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
}

.home-page .site-header .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.home-page .site-header .nav-link:hover,
.home-page .site-header .nav-link:focus {
  color: #ffffff;
}

.home-page .site-header .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.45);
}

.home-page .site-header .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.home-page .site-header.header-solid {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom-color: rgba(15, 63, 117, 0.08);
}

.home-page .site-header.header-solid .nav-link {
  color: var(--ink-700);
}

.home-page .site-header.header-solid .nav-link:hover,
.home-page .site-header.header-solid .nav-link:focus {
  color: var(--brand-700);
}

.home-page .site-header.header-solid .navbar-toggler {
  border-color: rgba(13, 34, 56, 0.2);
}

.home-page .site-header.header-solid .navbar-toggler-icon {
  filter: none;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.25);
  transform-origin: top center;
  z-index: 0;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -4rem -6rem auto;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(2px);
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(58, 145, 206, 0.82), rgba(58, 145, 206, 0.68)),
    radial-gradient(circle at 25% 35%, rgba(99, 172, 235, 0.24), rgba(0, 0, 0, 0) 42%);
  pointer-events: none;
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.hero-metrics li {
  min-width: 6.4rem;
}

.hero-metrics strong {
  display: block;
  font-size: 1.35rem;
}

.hero-metrics span {
  font-size: 0.86rem;
  opacity: 0.88;
}

.hero-right-image {
  display: block;
  width: 100%;
  height: auto;
}

.section-block {
  padding: 5.2rem 0;
}

.section-title {
  font-size: clamp(1.8rem, 2.2vw, 2.45rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.accent-text {
  color: #3a91ce;
}

.section-tint {
  background: linear-gradient(180deg, var(--surface-100), #f8fbfe 100%);
}

.shadow-soft {
  box-shadow: 0 24px 50px rgba(26, 57, 91, 0.14);
}

.mission-vision {
  display: grid;
  gap: 1rem;
}

.mv-card {
  background: #f9fcff;
  border: 1px solid #dce9f5;
  border-radius: 1rem;
  padding: 1rem 1rem 0.9rem;
}

.mv-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  color: var(--brand-900);
}

.service-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid #dbe7f4;
  border-radius: 1.1rem;
  padding: 1.35rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 34px rgba(23, 53, 90, 0.12);
}

.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: var(--brand-900);
}

.service-thumb {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 0.75rem;
  margin-bottom: 0.9rem;
}

.service-link {
  margin-top: auto;
  display: inline-block;
  font-weight: 700;
  color: #3a91ce;
  text-decoration: none;
}

.service-link:hover,
.service-link:focus {
  color: var(--brand-900);
  text-decoration: underline;
}

.why-list {
  display: grid;
  gap: 0.9rem;
}

.why-item {
  background: var(--white);
  border-left: 4px solid var(--brand-500);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  box-shadow: 0 10px 22px rgba(18, 45, 77, 0.08);
}

.why-item h3 {
  margin-bottom: 0.25rem;
  font-size: 1.04rem;
  color: var(--brand-900);
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.95rem;
}

.client-logo {
  display: grid;
  place-items: center;
  min-height: 130px;
  background: var(--white);
  border: 1px dashed #bdd2e7;
  border-radius: 0.9rem;
  padding: 0.75rem;
}

.client-logo-img {
  max-width: 100%;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.contact-section {
  background: linear-gradient(145deg, #fcfdff 0%, #f2f8ff 100%);
  padding-bottom: 3.2rem;
}

.contact-form {
  background: var(--white);
  border: 1px solid #dbe8f5;
  border-radius: 1rem;
  padding: 1.35rem;
  box-shadow: 0 18px 32px rgba(30, 55, 88, 0.12);
}

.form-control,
.form-select {
  border-radius: 0.75rem;
  border-color: #c8d9ea;
  padding: 0.7rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
  border-color: #4e8fca;
  box-shadow: 0 0 0 0.2rem rgba(43, 117, 184, 0.15);
}

.contact-details li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.contact-icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #e3f1fb;
  color: #2f82bf;
  font-size: 0.95rem;
}

.social-links {
  display: flex;
  gap: 0.6rem;
}

.social-link {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
  background: #e3f1fb;
  color: #2f82bf;
  border: 1px solid #c5def2;
  transition: all 0.2s ease;
}

.social-link:hover,
.social-link:focus {
  background: #2f82bf;
  color: #ffffff;
  border-color: #2f82bf;
}

.site-footer {
  background: #092744;
  color: #d8eafc;
  padding: 3.2rem 0 1.1rem;
  font-size: 0.95rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(216, 234, 252, 0.2);
}

.footer-brand-col {
  max-width: 420px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-logo {
  height: 48px;
  width: auto;
  display: block;
}

.footer-about {
  margin: 0 0 1.1rem;
  color: rgba(216, 234, 252, 0.9);
}

.footer-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.9rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  color: rgba(216, 234, 252, 0.92);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.footer-contact-list i {
  color: #8cc5f4;
  margin-top: 0.12rem;
}

.footer-social-links {
  display: flex;
  gap: 0.6rem;
}

.footer-social-link {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: rgba(216, 234, 252, 0.14);
  border: 1px solid rgba(216, 234, 252, 0.3);
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-social-link:hover,
.footer-social-link:focus {
  background: #3a91ce;
  border-color: #3a91ce;
  color: #ffffff;
}

.footer-bottom {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  color: rgba(216, 234, 252, 0.88);
}

.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.45rem;
  box-shadow: 0 12px 24px rgba(10, 65, 35, 0.34);
  z-index: 1200;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 28px rgba(10, 65, 35, 0.4);
  color: #ffffff;
}

@media (max-width: 991px) {
  :root {
    --header-height: 78px;
  }

  .hero-section {
    padding: 4.8rem 0 4rem;
  }

  .hero-section .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .floating-whatsapp {
    width: 3rem;
    height: 3rem;
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .section-block {
    padding: 4rem 0;
  }

  .site-logo {
    height: 44px;
  }

  .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-main {
    font-size: 1.03rem;
  }

  .site-footer {
    padding-top: 2.6rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 1.45rem;
    padding-bottom: 1.4rem;
  }

  .footer-brand-col {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .floating-whatsapp {
    right: 0.9rem;
    bottom: 0.9rem;
  }
}
.map-strip {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #cfe3f5;
  height: 120px;
}

.map-strip iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cta-section {
  padding-top: 1.4rem;
  padding-bottom: 3.2rem;
}

.cta-box {
  background: linear-gradient(135deg, #1c5d9e 0%, #3a91ce 100%);
  color: #ffffff;
  border-radius: 1.1rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 18px 34px rgba(20, 62, 102, 0.22);
}

.cta-box .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.cta-box .section-title {
  color: #ffffff;
}

.cta-box .btn-light {
  color: #1e5f9f;
  font-weight: 700;
}

.cta-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cta-box p {
  max-width: 62ch;
}

@media (max-width: 991px) {
  .cta-actions {
    justify-content: flex-start;
  }
}

.inner-hero {
  padding: 5rem 0 3.5rem;
  background: linear-gradient(180deg, #f3f8fd 0%, #ffffff 100%);
}

.inner-hero .lead {
  max-width: 68ch;
}

.about-hero-banner {
  position: relative;
  color: #ffffff;
  background:
    linear-gradient(110deg, rgba(7, 40, 74, 0.82), rgba(28, 93, 158, 0.68)),
    url("assets/hero.webp") center/cover no-repeat;
}

.about-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 45%);
}

.about-hero-banner .container {
  position: relative;
  z-index: 1;
}

.about-hero-banner .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.about-hero-banner .lead {
  color: rgba(255, 255, 255, 0.92);
}

.contact-hero-banner {
  position: relative;
  color: #ffffff;
  background:
    linear-gradient(110deg, rgba(8, 39, 70, 0.84), rgba(26, 80, 132, 0.68)),
    url("assets/about.webp") center/cover no-repeat;
}

.contact-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 46%);
}

.contact-hero-banner .container {
  position: relative;
  z-index: 1;
}

.contact-hero-banner .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.contact-hero-banner .lead {
  color: rgba(255, 255, 255, 0.92);
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-stat-card {
  background: #f7fbff;
  border: 1px solid #d9e7f5;
  border-radius: 0.85rem;
  padding: 0.95rem 0.85rem;
}

.about-stat-card strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.25rem;
  color: var(--brand-900);
}

.about-stat-card span {
  font-size: 0.9rem;
  color: var(--ink-700);
}

.team-card {
  background: #ffffff;
  border: 1px solid #d7e5f3;
  border-radius: 1rem;
  padding: 1.35rem;
  text-align: center;
  box-shadow: 0 14px 28px rgba(24, 52, 83, 0.08);
}

.team-avatar {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 0.9rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1e5f9f, #3a91ce);
  color: #ffffff;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.04em;
}

.team-card h3 {
  font-size: 1.08rem;
  margin-bottom: 0.25rem;
  color: var(--brand-900);
}

.team-role {
  margin-bottom: 0.55rem;
  font-weight: 700;
  color: #3a91ce;
}

.client-carousel {
  border: 1px solid #d6e4f3;
  border-radius: 1rem;
  padding: 1.5rem 3rem 2.5rem;
  background: #fbfdff;
}

.client-carousel .carousel-indicators {
  margin-bottom: -1.1rem;
}

.client-carousel .carousel-indicators button {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background-color: #96bbdf;
  border: 0;
}

.client-carousel .carousel-indicators .active {
  background-color: #2f82bf;
}

.client-carousel .carousel-control-prev,
.client-carousel .carousel-control-next {
  width: 2.6rem;
}

.client-carousel .carousel-control-prev-icon,
.client-carousel .carousel-control-next-icon {
  border-radius: 50%;
  background-color: #2f82bf;
  background-size: 52% 52%;
}

@media (max-width: 991px) {
  .about-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .inner-hero {
    padding: 4.1rem 0 2.8rem;
  }

  .about-stat-grid {
    grid-template-columns: 1fr;
  }

  .client-carousel {
    padding: 1.15rem 2.4rem 2.25rem;
  }
}

.contact-page-section {
  padding-top: 3.2rem;
}

.contact-panel {
  background: #f8fbff;
  border: 1px solid #d6e4f3;
  border-radius: 1rem;
  padding: 1.4rem;
}

.contact-page-form {
  height: 100%;
}

.full-map-section {
  padding-top: 0;
}

.full-map-wrap {
  width: 100%;
  border-top: 1px solid #d6e4f3;
  border-bottom: 1px solid #d6e4f3;
}

.full-map-wrap iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .contact-page-section {
    padding-top: 2.4rem;
  }

  .full-map-wrap iframe {
    height: 420px;
  }
}


