:root {
  --color-primary: #123b7a;
  --color-primary-dark: #071a35;
  --color-primary-soft: #1a5bb8;
  --color-accent: #8cc4ff;
  --color-surface: #ffffff;
  --color-surface-alt: #eff5fd;
  --color-text: #10203a;
  --color-text-muted: #5e6b82;
  --color-text-light: #dbe9ff;
  --color-border: rgba(18, 59, 122, 0.12);
  --color-border-light: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 16px 40px rgba(8, 24, 48, 0.08);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container-width: 1180px;
  --transition: 220ms ease;
}

/* RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--color-text);
  line-height: 1.6;
  background:
    radial-gradient(circle at top, rgba(140, 196, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #edf3fa 100%);
}

body.menu-open {
  overflow: hidden;
}

img, iframe, video {
  display: block;
  max-width: 100%;
}

.section-img,
.card-img,
.team-img,
.project-img,
.industry-img,
.why-img,
.contact-img,
.hero-bg-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 260ms ease;
}

.logo-img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}

.image-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(18, 59, 122, 0.08);
}

.image-frame:hover img,
.card:hover .card-img,
.card:hover .team-img,
.card:hover .project-img,
.card:hover .section-img {
  transform: scale(1.06);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* LAYOUT */
.container {
  width: min(100% - 2rem, var(--container-width));
  margin-inline: auto;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section[id] {
  scroll-margin-top: 96px;
}

.section-light {
  background: transparent;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(140, 196, 255, 0.08), transparent 24%),
    linear-gradient(140deg, #07152d 0%, #0d2347 55%, #12335f 100%);
  color: var(--color-text-light);
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(239, 245, 253, 0.88));
}

/* REUSABLE TYPOGRAPHY */
.section-header {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.section-tag,
.card-kicker,
.card-label {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.section-tag,
.card-kicker {
  color: var(--color-primary);
}

.card-label {
  color: var(--color-primary);
}

.section-dark .section-tag,
.section-dark .card-kicker {
  color: var(--color-accent);
}

.section-dark .card-label,
.hero-section .card-label,
.contact-section .contact-card .card-label {
  color: var(--color-accent);
}

.section-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.section-text {
  margin: 0;
  color: var(--color-text-muted);
}

.section-dark .section-text {
  color: rgba(219, 233, 255, 0.86);
}

/* REUSABLE COMPONENTS */
.card {
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
}

.section-dark .card,
.hero-section .card,
.contact-section .contact-card {
  color: var(--color-text-light);
  background: rgba(7, 22, 45, 0.62);
  border-color: var(--color-border-light);
  box-shadow: none;
}

.card-title {
  margin: 0 0 0.6rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-soft));
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.chip-list {
    flex-direction: column;
  } 
.chip-list {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}

.section-dark .card-icon {
  background: rgba(255, 255, 255, 0.12);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  transition:
    transform var(--transition),
    background-color var(--transition),
    color var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.btn:hover {
  transform: translateY(-2px);
  cursor: pointer;
}
.btn-primary {
  color:#fff;
  background: (255, 255, 255, 0.06);
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn-primary_1 {
  color:#fff;
  background:rgba(4, 17, 37, 0.96);
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn-primary:hover {
  background:rgba(4, 17, 37, 0.96);
}

.btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-outline {
  color: var(--color-primary);
  background: transparent;
  border-color: var(--color-border);
}

.btn-outline:hover {
  background: var(--color-surface-alt);
}

.btn-small {
  min-height: 2.75rem;
  padding-inline: 1.2rem;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.95rem 0;
  background: rgba(4, 17, 37, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 8, 20, 0.3);
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: #ffffff;
}

.brand-logo {
  width: 65px;
  height: 65px;
  padding: 0.35rem;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(140, 196, 255, 0.28));
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-text {
  display: grid;
}

.brand-text strong {
  font-size:23px;
}

.brand-text small {
  color: rgba(219, 233, 255, 0.8);
  font-size: 0.78rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  transition: color var(--transition);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.nav-link:hover {
  color: #ffffff;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  cursor: pointer;
}

.nav-toggle span {
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* HERO */
.hero-section {
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
  color: var(--color-text-light);
  background: transparent;
}

.hero-background {
  position: absolute;
  inset: 1rem;
  overflow: hidden;
  border-radius: 32px;
}

.hero-bg-img {
  height: 100%;
  filter: brightness(0.45);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(140, 196, 255, 0.18), transparent 10%),
    linear-gradient(135deg, rgba(4, 17, 37, 0.5), rgba(7, 26, 53, 0.85));
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.8rem;
  align-items: center;
  min-height: calc(100vh - 9rem);
  padding: 5.5rem 0 4.5rem;
}

.hero-logo-img {
  width: min(240px, 52%);
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.hero-copy h1 {
  margin: 1rem 0 0;
  font-size: clamp(3rem, 7vw, 5.25rem);
  line-height: 0.98;
}

.eyebrow {
  display: inline-flex;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--color-border-light);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 0.9rem 0 1rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: #bfd7ff;
  font-weight: 500;
}

.hero-description {
  max-width: 40rem;
  margin: 0;
  font-size: 1.03rem;
  color: rgba(219, 233, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.hero-points {
  display: grid;
  gap: 0.8rem;
}

.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.hero-points li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, var(--color-accent));
  box-shadow: 0 0 0 6px rgba(140, 196, 255, 0.12);
  flex-shrink: 0;
}

.hero-panel {
  backdrop-filter: blur(10px);
  
}

.hero-panel-title {
  margin-bottom: 0.8rem;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
}

.hero-panel-text {
  margin: 0;
  color: rgba(219, 233, 255, 0.88);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.stat-card {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-border-light);
}

.stat-card strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.85rem;
  line-height: 1;
  color: #ffffff;
}

.stat-card span {
  font-size: 0.92rem;
  color: rgba(219, 233, 255, 0.8);
}

/* ABOUT */
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: center;
}

.about-story p {
  margin: 0;
  color: var(--color-text-muted);
}

.about-story p + p {
  margin-top: 1rem;
}

.about-img {
  min-height: 420px;
  height: 100%;
}

.about-layout .image-frame {
  height: 100%;
}

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

.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.team-image-frame {
  margin-bottom: 1rem;
  background-color: white;
}

.team-img {
  height: 320px;
}

.team-content {
  display: grid;
  gap: 0.25rem;
}

.team-content p:last-child {
  margin-bottom: 0;
  color: var(--color-text-muted);
}

/* SERVICES */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card p {
  margin: 0;
  color: rgba(219, 233, 255, 0.84);
}

.service-card .image-frame {
  margin-bottom: 1rem;
}

.service-card .card-img {
  height: 210px;
}

/* WHY CHOOSE US */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.why-card {
  height: 100%;
}

.why-image-frame {
  margin-bottom: 1rem;
}

.why-img {
  height: 180px;
}

.why-card p:last-child {
  margin-bottom: 0;
  color: var(--color-text-muted);
}

/* PROJECTS */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.project-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-card p:last-child {
  margin: 0;
  color: var(--color-text-muted);
}

.project-card .image-frame {
  margin-bottom: 1rem;
}

.project-img {
  height: 230px;
}

.clients-panel {
  margin-top: 1.25rem;
}

.company-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;

  width: 100%;
}

.logo-card {
  background: white;
  border-radius: 18px;

  padding: 1.25rem;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 120px;

  transition: 0.3s ease;
}
.logo-card:hover {
  transform: translateY(-4px);
}
.logo-card img {
  width: 100%;
  max-width: 140px;

  height: auto;
  object-fit: contain;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--color-surface-alt);
  border: 1px solid var(--color-border);
  font-size: 0.95rem;
  font-weight: 500;
}

/* INDUSTRIES */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.industry-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 253, 0.94));
}

.industry-image-frame {
  margin-bottom: 1rem;
}

.industry-img {
  height: 180px;
}

/* VISION & MISSION */
.vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vision-grid .image-frame {
  margin-bottom: 1rem;
}

.vision-grid .section-img {
  height: 220px;
}

.mission-list {
  display: grid;
  gap: 0.85rem;
}

.mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.mission-list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: var(--color-accent);
  flex-shrink: 0;
}

/* CONTACT */
.contact-section {
  color: var(--color-text-light);
  background:
    radial-gradient(circle at top right, rgba(140, 196, 255, 0.12), transparent 24%),
    linear-gradient(160deg, #061429 0%, #0a1d3c 55%, #102a53 100%);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.25rem;
  align-items: start;
}

.contact-card a {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

.contact-image-frame {
  margin-bottom: 1rem;
}

.contact-img {
  height: 320px;
}

.contact-details-grid {
  display: grid;
  gap: 1rem;
}

.contact-details-grid p {
  margin: 0;
}

.contact-form {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.98);
}

.contact-form .card-label {
  color: var(--color-primary);
}

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

.form-group {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid #c6d4e7;
  border-radius: var(--radius-sm);
  background: #f7faff;
  transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-primary-soft);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(26, 91, 184, 0.12);
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.9rem 0 0;
  color: var(--color-primary);
  font-weight: 600;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity var(--transition), transform var(--transition);
}

.form-status.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* FOOTER */
.site-footer {
  padding: 1.4rem 0;
  color: rgba(255, 255, 255, 0.72);
  background: #04101f;
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-brand p,
.footer-copy {
  margin: 0;
}

.footer-logo-img {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.96);
}

.footer-link {
  color: #ffffff;
  font-weight: 600;
}

/* SIMPLE ANIMATION HELPERS */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero-layout,
  .about-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .why-grid,
  .projects-grid,
  .industries-grid,
  .vision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 0.7rem);
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.95rem;
    padding: 1rem;
    border-radius: var(--radius-lg);
    background: rgba(4, 17, 37, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.8rem);
    transition: opacity var(--transition), transform var(--transition);
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-background {
    inset: 0.75rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4.4rem 0;
  }

  .hero-section {
    padding: 0rem 2rem;
  }
  

  .hero-layout {
    min-height: auto;
    padding: 4.5rem 0 3.5rem;
  }

  .hero-background {
    inset: 0.5rem;
  }

  .hero-stats,
  .form-grid,
  .services-grid,
  .why-grid,
  .projects-grid,
  .industries-grid,
  .vision-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .btn-small {
    width: auto;
  }

  .footer-layout {
    text-align: center;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/*Whatsapp icons*/

body {
  font-family: Arial, sans-serif;
}

/* Floating Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #25D366;
  color: white;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 999999 !important;
}
.logo-whatsapp {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.logo-whatsapp img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 50%;
}
/* Popup */
.whatsapp-popup {
  position: fixed;
  bottom: 90px;
  left: 20px;
  width: 320px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  display: none;
  overflow: hidden;
  z-index: 999999 !important;
}

/* Header */
.popup-header {
  background: #0f5c4c;
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup-header h3,
.popup-header .popup-title {
  margin: 0;
  font-size: 1.17em;
  font-weight: 700;
}

.popup-header p {
  margin: 0;
  font-size: 12px;
}

.logo {
  background: white;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  margin-left: auto;
  cursor: pointer;
}

/* Body */
.popup-body {
  padding: 15px;
  background: #f1f1f1;
}

.message {
  background: white;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
}

/* Footer */
.popup-footer {
  padding: 15px;
}

.chat-btn {
  display: block;
  text-align: center;
  background: #25D366;
  color: white;
  padding: 12px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
}
