body { font-family: "Segoe UI", sans-serif; }

/* LOGO */
.navbar-brand img {
  height: 70px;      
  width: auto;
}


.nav-link {
  font-weight: 600;
  color: #0b4f8a !important;
}

.dropdown-toggle::after { color: #0b4f8a; }

.mega-menu {
  border: none;
  margin-top: 15px;
}

.mega-col {
  border-right: 1px solid #cfe3f5;
  padding-left: 25px;
}

.mega-col:last-child { border-right: none; }

.mega-col a {
  display: block;
  padding: 10px 0;
  font-weight: 600;
  color: #0b4f8a;
  text-decoration: none;
}

.simple-menu {
  min-width: 320px;
  padding: 15px 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  color: #0b4f8a
}

.simple-menu a {
  padding: 12px 25px;
  font-weight: 600;
  color: #0b4f8a;
}

.left-blue {
  background: #134f86;
  color: white;
}

.left-blue li {
  padding: 16px 25px;
  cursor: pointer;
  font-weight: 600;
}

.left-blue li.active,
.left-blue li:hover {
  background: #0d3d6b;
}

.right-box { display: none; }
.right-box.show { display: block; }

.badge {
  background:  #ffd966;
  margin-bottom: 10px;
}

.about-menu {
  min-width: 320px;
  padding: 20px 0;
  background: #fff;
}

/* Mobile fix */
@media (max-width: 991px) {
  .navbar .dropdown-menu {
    left: 0 !important;
    transform: none;
    margin-top: 0;
    box-shadow: none;
  }
}

.mega-menu,
.mega-menu * {
  background-color: #ffffff !important;
  color: #0b4f8a !important;
}
 
/* ===== SEARCH BAR ===== */
.search-icon {
  cursor: pointer;
  color: #0b4f8a;
}

/* Hidden by default */
.search-bar {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 999;
}

.search-bar.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}


/* Input */
.search-bar input {
  height: 52px;
  font-size: 18px;
  border-radius: 30px;
  padding-left: 25px;
}

/* ===== dropdown hover effect ===== */
.mega-col a {
  position: relative;
  padding: 6px 8px 6px 14px;
  transition: all 0.25s ease;
  border-radius: 6px;
}

.mega-col a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  background: #0a3c78;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  border-radius: 2px;
}

/* Hover effect */
.mega-col a:hover {
  background: rgba(10, 60, 120, 0.08);
  padding-left: 20px;
  color: #0a3c78;
}

/* Animate left line */
.mega-col a:hover::before {
  height: 70%;
}

/* ===== Insights & About dropdown hover ===== */
.simple-menu .dropdown-item {
  position: relative;
  padding: 8px 14px 8px 18px;
  font-weight: 500;
  color: #0a3c78;
  transition: all 0.25s ease;
}

/* Left indicator line */
.simple-menu .dropdown-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 3px;
  height: 0;
  background: #0a3c78;
  transform: translateY(-50%);
  transition: all 0.25s ease;
  border-radius: 2px;
}

/* Hover effect */
.simple-menu .dropdown-item:hover {
  background: rgba(10, 60, 120, 0.08);
  padding-left: 24px;
  color: #0a3c78;
}

/* Animate indicator */
.simple-menu .dropdown-item:hover::before {
  height: 70%;
}

.navbar .dropdown-menu {
  margin-top: 1px;
}

/* =====  Insights & About dropdown alignment ===== */
.navbar .nav-item.dropdown:not(.position-static) {
  position: relative;
}

.navbar .nav-item.dropdown:not(.position-static) > .dropdown-menu {
  left: 0;
  right: auto;
  transform: none;
  margin-top: 6px;
  min-width: 260px;
}

/* =====  LOGO ===== */
.text-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 24px;
  font-weight: 800;
  color: #0b4f8a;
  text-decoration: none;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 768px) {
  .text-logo {
    font-size: 20px;
  }

  .text-logo span {
    font-size: 12px;
  }
}
.navbar {
  margin-bottom: 0 !important;
}

.hero-section {
  margin-top: 0 !important;
}

.hero-section {
  width: 100vw;
  margin: 0;
  padding: 0;
}

/* image / video */
.hero-media {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.hero-media img,
.hero-media video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/* overlay */
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 90%;
  padding: 0 15px;
  z-index: 2;
  color: #fff;
}

.hero-text h1 {
  font-size: clamp(20px, 3vw, 46px);
  line-height: 1.25;
  font-weight: 500;
}

.hero-text p {
  font-size: clamp(16px, 1.5vw, 20px);
  margin-top: 10px;
}

html, body {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .hero-media img,
  .hero-media video {
    min-height: 70vh;
  }

  .hero-text h1 {
    font-size: 26px;
  }

  .hero-text p {
    font-size: 15px;
  }
}

.contact-btn {
  background: #0b4f8a;   
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 26px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

/* Hover  */
.contact-btn:hover {
  background: transparent;
  color: #0b4f8a;
  border: 1px solid #0b4f8a;
}

.contact-btn:active {
  transform: scale(0.97);
}


.search-bar {
  display: none;
}

.search-bar.active {
  display: block;
}