@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Montserrat", sans-serif;

  font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial,
    sans-serif;
  font-family: sans-serif;
  font-family: "Open Sans", sans-serif;

  margin: 0;
  padding: 0;
  background: #f8f9fa;
}

/* Header */
header {
  background-color: #001c69;
  background: #161436;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  padding: 0rem 0rem;
  /* position: sticky; */
  top: 0;
  z-index: 1000;
}
.navbar-toggler-icon{
  filter: invert(1);
  -webkit-filter: invert(1);
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
  width: 7rem !important;
}

.nav-link {
  font-weight: 500;
  margin-right: 1rem;
  color: #aaa;
}

.nav-link:hover {
  color: #fff;
}
.navbar-nav .nav-link.show {
  color: #fff;
}
.hero {
  position: relative;
  border-radius: 18px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;

  padding: 80px 28px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-inner {
  max-width: 920px;
}

.eyebrow {
  display: inline-block;
  background: linear-gradient(90deg, #6ee7b7, #60a5fa);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
  color: #042a1b;
  font-size: 13px;
  margin-bottom: 18px;
}

.hero p.lead {
  margin: 0 auto 22px auto;
  color: #94a3b8; /* muted text */
  font-size: 18px;
  max-width: 720px;
}

.hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
  flex-wrap: wrap;
}
.tactics {
  background-color: #3a3490;
  margin-bottom: 200px;
}
.tactics .container {
  position: absolute;
  left: 0;
  right: 0;
}
.tactics-card{
  height: 280px;
}

.tactics-card h1 {
  color: #178abf;
}
/* HERO SECTION */
.hero-section {
  /* min-height: 90vh; */
  background: #fff;
  display: flex;
  align-items: center;
}

.hero-img {
  max-width: 85%;
}

/* BUTTONS */

.feature-cards {
  width: 20%;
}

.theme-color {
  color: #178abf;
}

.theme-background {
  background: #178abf;
  color: #fff;
}
.theme-background-secondary {
  background: #0f6fa1;
  color: #fff;
}
.theme-border {
  border: 1px solid #178abf;
}
.theme-hover-background:hover {
  background: #0f6fa1;
  color: #fff;
}
/* FEATURE CARDS */

.feature-card {
  background-color: #fff;
  /* background-image: linear-gradient(180deg, #fefeff 0%, #e8f3f3 100%); */
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}

.feature-card .icon i {
  font-size: 4.5rem;
  color: #178abf;
}
.hero-wrap {
}

/* Hero Section */
.hero {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0rem 4rem 0rem;
  background: transparent;
  gap: 2rem;
  align-items: center;
}

.hero-left {
  flex: 1 1 40%;
  text-align: left;
}

.hero-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
}

.hero-left p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #555;
  text-align: left;
}

.hero-left ul {
  list-style: none;
  padding: 0;
}

.hero-left ul li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.hero-left ul li i {
  color: #28a745;
  margin-right: 0.75rem;
  font-size: 1.2rem;
}

.hero-right {
  flex: 1 1 55%;
  text-align: center;
}

.hero-right img {
  max-width: 100%;
}

/* Hero Cards Section */
.hero-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 1rem 2rem;
  padding-top: 0;
  background: transparent;
}

.hero-card {
  flex: 1 1 calc(16% - 1rem);
  min-width: 150px;
  background: transparent;
  padding: 1rem 1.2rem;
  border-radius: 0.75rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-card:last-child i {
  display: none;
}

.hero-card b {
  display: block;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}

.hero-card small {
  font-size: 0.5rem;
  color: #555;
}

.ai-solution {
  background-image: linear-gradient(
    90deg,
    #3a3490 0%,
    #29237c 40%,
    #161436 100%
  );
}

.stack-title {
  color: #fff;
  text-align: left;
}

.stack-detail {
  color: #fff;
  text-align: left;
}

/* Section styles */
section {
  padding: 5rem 0rem;
}

section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

section p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #555;
}

.list-icons li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.list-icons li i {
  color: #28a745;
  margin-right: 0.8rem;
  font-size: 1.2rem;
}
.crm-section,
.trade-screening,
.global-trade {
  background-color: #edf1fa;
}
.products hr {
  position: absolute;
}
.products-row {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.products-row:last-of-type {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.customer__cards .rounded {
  height: 295px;
}
.customer__card {
  border-radius: 10px;
  padding: 2rem;
  min-height: 18rem;
  position: relative;
  z-index: 99999;
}
.card__text {
  margin-bottom: 0.5rem;
}
.card__text img {
  margin-right: 1rem;
}
.diagram-section {
  background-image: linear-gradient(
    90deg,
    #161436 0%,
    #29237c 40%,
    #3a3490 100%
  );
}
.img-wrap {
  width: 100px;
  flex-shrink: 0;
}
.heading-highlight {
  color: #198cc2;
}
.genaihuman {
  background-image: linear-gradient(
    90deg,
    #161436 0%,
    #29237c 40%,
    #3a3490 100%
  );
}

.report-section {
  background-image: linear-gradient(
    90deg,
    #161436 0%,
    #29237c 40%,
    #3a3490 100%
  );
}
.card-icon {
  width: 80px;
}
.contact-wrap {
  background-image: linear-gradient(
    90deg,
    #161436 0%,
    #29237c 40%,
    #3a3490 100%
  );
}
.contact-section {
  background-color: #fbfbfb21;
  backdrop-filter: blur(20px);
}
.contact-section input {
  height: 50px;
}
.contact-section .form-control,
.submit-btn {
  border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  -ms-border-radius: 0.9rem;
  -o-border-radius: 0.9rem;
}
/* Footer */
.footer {
  background-color: #f8fbfe; /* subtle blue-gray background */
  font-family: "Inter", sans-serif;
}

.footer .nav-link {
  color: #9fa2b4 !important; /* muted gray text */
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.2s ease;
}

.footer .nav-link:hover {
  color: #ff7f32 !important; /* orange hover */
}

.footer .link-active {
  color: #ff7f32 !important; /* active orange link */
  font-weight: 500;
}

.footer .text-muted {
  color: #9fa2b4 !important;
}

.footer .social-icon {
  color: #0077b5; /* LinkedIn blue */
  font-size: 1.8rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer .social-icon:hover {
  transform: scale(1.15);
  color: #005582; /* darker blue hover */
}

.footer a.text-muted:hover {
  color: #ff7f32 !important;
}


@media (max-width: 768px) {
  section {
    padding: 2rem 0rem;
  }
    .tactics .container {
    position: relative;
  }
  .tactics-card{
  height: auto;
}
  .navbar-nav .dropdown-menu{
    display: block;
  }
  .navbar-brand {
  }
  .hero {
    flex-direction: column;
  }

  .hero-left,
  .hero-right {
    flex: 1 1 100%;
    text-align: center;
  }

  .hero-left ul li {
    justify-content: center;
  }
.feature-cards {
    width: 30%;
  }
  .hero-cards {
    flex-direction: column;
    align-items: center;
  }

  .hero-card {
    width: 100%;
    text-align: center;
    flex-direction: column !important;
  }
  .hero-card i {
    transform: rotate(90deg);
    -webkit-transform: ;
    -moz-transform: ;
    -ms-transform: ;
    -o-transform: ;
  }
  
  .tactics-card {
    margin-bottom: 1rem;
  }
  .tactics {
    margin-bottom: 0;
  }
  .products-row {
    justify-content: center;
  }
  .products-row .col-md-1 {
    width: 20% !important;
    text-align: center;
    padding-bottom: 1rem;
  }
  .stack-title{
    text-align: center;
  }
  .stack-detail{
    text-align: center;
  }
}

/* Responsive */
@media (max-width: 576px) {
  .tactics .container {
    position: relative;
  }
  .hero{
    padding-bottom: 2rem;
  }
  .hero-right img {
    max-width: 80%;
  }
  .hero-section p {
    text-align: center !important ;
  }
  .feature-cards {
    width: 100%;
  }
  .why-section {
    background-size: auto !important;
  }
  .mobile-menu{
    flex-direction: column;
    justify-content: center !important;
  }
  .mobile-menu .nav-item {
    text-align: center;
  }
  .customer__cards .rounded{
    height: auto;
  }
}
