﻿
:root {
  --primary: #08296D;
  --secondary: #123D85;
  --dark: #080E19;
  --light: #E4E7EB;
  --bg: #F5F7FA;
  --white: #FFFFFF;
  --shadow: 0 16px 38px rgba(8, 14, 25, .10);
  --radius: 14px;
}

* { 
    box-sizing: border-box;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: #243044;
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
  top: -25px;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .btn {
  font-family: "Poppins", Arial, sans-serif;
}
h1, h2, h3, h4 { color: var(--primary); font-weight: 700; letter-spacing: 0; }
a { color: var(--secondary); text-decoration: none; }
a:hover { color: var(--primary); }
img { max-width: 100%; height: auto; }
.section { padding: 82px 0; }
.section-sm { padding: 54px 0; }
.bg-soft { background: var(--bg); }
.text-navy { color: var(--primary) !important; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--secondary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .08em;
  margin-bottom: .65rem;
}
.lead-tight { max-width: 760px; }
.btn {
  border-radius: 999px;
  padding: .78rem 1.18rem;
  font-weight: 700;
  min-height: 46px;
}
.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--secondary);
  border-color: var(--secondary);
}
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-light-blue {

  background: var(--white);

  color: var(--primary)!important;

  border: 1px solid rgba(255,255,255,.3);

}

.btn-light-blue:hover {

  color: #fff!important;

  border: 1px solid rgba(255,255,255,.3);

}
.btn-whatsapp {
  background: #1FAF5B;
  color: var(--white);
  border-color: #1FAF5B;
}
.btn-whatsapp:hover, .btn-whatsapp:focus { background: #168945; color: var(--white); }
.topbar {
  background: var(--dark);
  color: var(--white);
  font-size: .9rem;
}
.topbar a { color: var(--white); }
.topbar .top-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-right: 1.1rem;
}
.site-header {
  background: rgba(255,255,255,.98);
  box-shadow: 0 10px 28px rgba(8, 14, 25, .08);
  z-index: 1030;
}
.navbar-brand img { width: 210px; max-height: 115px; object-fit: contain; }
.navbar .nav-link {
  color: var(--dark);
  font-weight: 700;
  padding: .7rem .72rem;
}
.navbar .nav-link.active, .navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--primary); }
.dropdown-menu {
  border: 0;
  box-shadow: var(--shadow);
  border-radius: 12px;
  padding: .7rem;
  min-width: 300px;
}
.dropdown-item {
  border-radius: 8px;
  padding: .55rem .7rem;
  font-weight: 600;
  color: #243044;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
  background: var(--bg);
  color: var(--primary);
}
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
}

.hero {
  min-height: 720px;
  position: relative;
  color: var(--white);
  background: var(--dark);
  overflow: hidden;
}
.hero .carousel-inner,
.hero .carousel-item,
.hero-slide {
  min-height: 720px;
}
.hero-slide {
  position: relative;
  align-items: center;
  isolation: isolate;
}
.hero .carousel-item {
  display: none;
}
.hero .carousel-item.active,
.hero .carousel-item-next,
.hero .carousel-item-prev {
  display: flex;
  align-items: center;
}
/*.hero-slide > .container {*/
/*  min-height: 720px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

.hero-slide > .container {
	min-height: 720px;
	display: flex;
	align-items: center;
	justify-content: start;
	left: -126px;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
/*.hero-overlay {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  z-index: 1;*/
/*  background:*/
/*    linear-gradient(90deg, rgba(8, 14, 25, .76), rgba(8, 41, 109, .58), rgba(8, 14, 25, .66)),*/
/*    linear-gradient(180deg, rgba(8, 14, 25, .22), rgba(8, 14, 25, .48));*/
/*}*/

.hero-overlay {
	position: absolute;
	inset: 148px 605px 148px 53px;
	z-index: 1;
	/*background: linear-gradient(90deg, rgba(8, 14, 25, .76), rgba(8, 41, 109, .58), rgba(8, 14, 25, .66)), linear-gradient(180deg, rgba(8, 14, 25, .22), rgba(8, 14, 25, .48));*/
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 960px;
  padding: 2rem 1rem;
  margin: 0 auto;
  text-align: left;
  transform: translateY(-8px);
}
.hero h1,
.hero-title {
  color: var(--white);
  font-size: clamp(2.35rem, 4.4vw, 4.8rem);
  line-height: 1.08;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.hero p {
  font-size: 1.15rem;
  max-width: 760px;
  /*margin-left: auto;*/
  margin-right: auto;
  color: rgba(255,255,255,.94);
  text-shadow: 0 2px 16px rgba(0,0,0,.34);
}
.hero .eyebrow {
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.hero-copy .d-flex {
  justify-content: start;
}
.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 5%;
}
.hero .carousel-indicators {
  bottom: 28px;
  margin-bottom: 0;
}
.hero .carousel-indicators [data-bs-target] {
  width: 42px;
  height: 5px;
  border-radius: 999px;
}
.hero-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius);
  padding: 1rem;
  backdrop-filter: blur(8px);
}
.trust-grid, .industries-grid, .why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.trust-item, .feature-card, .industry-card, .why-item, .service-card, .testimonial-card, .contact-card {
  background: var(--white);
  border: 1px solid rgba(8, 41, 109, .09);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(8, 14, 25, .06);
}
.trust-item, .industry-card, .why-item {
  padding: 1.25rem;
  display: flex;
  gap: .9rem;
  align-items: flex-start;
}
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  font-size: 1.35rem;
}
.service-card {
  height: 100%;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.service-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.service-card .card-body { padding: 1.35rem; }
.process-step {
  position: relative;
  padding: 1.35rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(8,41,109,.10);
  min-height: 100%;
}
.step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--primary);
  font-weight: 800;
  margin-bottom: .9rem;
}
.cta-band {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
}
.cta-band h2, .cta-band h3 { color: var(--white); }
.page-banner {
  background: linear-gradient(90deg, rgba(8,41,109,.94), rgba(18,61,133,.80)), var(--hero-image) center/cover no-repeat;
  color: var(--white);
  padding: 88px 0;
}
.page-banner h1 { color: var(--white); }
.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255,255,255,.75);
  --bs-breadcrumb-item-active-color: rgba(255,255,255,.75);
}
.breadcrumb a { color: var(--white); }
.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(8, 14, 25, .08);
}
.form-control, .form-select {
  min-height: 48px;
  border-radius: 10px;
  border-color: #D8DEE8;
}
.form-control:focus, .form-select:focus, .btn:focus, .nav-link:focus, .dropdown-item:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 .2rem rgba(18,61,133,.18);
}
.map-placeholder {
  min-height: 320px;
  background: var(--bg);
  border: 1px solid rgba(8, 41, 109, .12);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(8, 14, 25, .08);
}
.map-placeholder iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}
.footer {
  background: var(--dark);
  color: rgba(255,255,255,.78);
  padding: 70px 0 24px;
}
.footer h5 { color: var(--white); font-size: 1rem; }
.footer a { color: rgba(255,255,255,.78); display: inline-block; margin-bottom: .45rem; }
.footer a:hover { color: var(--white); }
.footer-logo { width: 220px; background: #fff; border-radius: 12px; padding: .25rem; }
.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 96px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}
.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(8,14,25,.22);
  border: 0;
}
.float-call { background: var(--primary); }
.float-whatsapp { background: #1FAF5B; }
.float-top { background: var(--dark); }
.mobile-contact-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1041;
  background: var(--white);
  box-shadow: 0 -10px 26px rgba(8,14,25,.12);
  grid-template-columns: repeat(3, 1fr);
}
.mobile-contact-bar a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  color: var(--primary);
  font-weight: 800;
  border-right: 1px solid var(--light);
}
.mobile-contact-bar a:nth-child(2) { color: #168945; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 2000;
  background: var(--white);
  color: var(--primary);
  padding: .5rem .75rem;
}
.skip-link:focus { left: 8px; }
.list-check {
  list-style: none;
  padding-left: 0;
}
.list-check li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: .65rem;
}
.list-check li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #1FAF5B;
}

@media (max-width: 991.98px) {
  .topbar .top-item { display: flex; margin: .18rem 0; }
  .navbar-brand img { width: 176px; }
  .hero,
  .hero .carousel-inner,
  .hero .carousel-item,
  .hero-slide { min-height: 660px; }
  .hero-slide > .container { min-height: 660px; }
  .hero-slide { padding: 72px 0; }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(8, 14, 25, .74), rgba(8, 41, 109, .62), rgba(8, 14, 25, .68));
  }
  .trust-grid, .industries-grid, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section { padding: 64px 0; }
}
@media (max-width: 575.98px) {
  /*body { padding-bottom: 58px; }*/
  .hero,
  .hero .carousel-inner,
  .hero .carousel-item,
  .hero-slide { min-height: auto; }
  .hero-slide > .container { min-height: 520px; }
  .hero-slide { padding: 78px 0 96px; }
  .hero-copy {
    padding: 1rem 0;
    transform: none;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(8, 14, 25, .82), rgba(8, 41, 109, .70), rgba(8, 14, 25, .76));
  }
  .hero h1,
  .hero-title { font-size: 2.32rem; }
  .hero .carousel-control-prev,
  .hero .carousel-control-next { display: none; }
  .trust-grid, .industries-grid, .why-grid { grid-template-columns: 1fr; }
  .floating-actions { right: 12px; bottom: 78px; }
  .floating-actions .float-call, .floating-actions .float-whatsapp { display: none; }
  .mobile-contact-bar { display: grid; }
  .btn { width: 100%; justify-content: center; }
  .hero .btn, .cta-band .btn { width: 100%; margin-bottom: .5rem; }
}


/* Real uploaded logo sizing */
.navbar-brand {
  flex-shrink: 0;
}
.navbar-brand img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(12, 45, 91, .12);
  border-radius: 10px;
  padding: 3px;
  box-shadow: 0 8px 22px rgba(6, 19, 41, .08);
}
.footer-logo {
  width: 150px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.hero-card img,
.contact-card > img {
  max-width: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 72px;
    height: 72px;
  }
}

