 body {
      margin: 0;
     
      background-color: #f9f9f9;
    }
    .cb-header {
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      position: sticky;
      top: 0;
      z-index: 1030;
    }
    .navbar-brand img {
      height: 42px;
    }
    .navbar-nav .nav-link {
      color: #002e5b;
      font-weight: 900;
      padding: 10px 15px;
      font-size: 18px;
      transition: color 0.3s ease;
    }
    .nav-link.text-warning {
      color: #f7941d !important;
    }
    .nav-link.text-success {
      color: #25d366 !important;
    }
    .btn-primary {
      background-color: #004aad;
      border: none;
      font-weight: 900;
      padding: 6px 16px;
      border-radius: 6px;
    }
    .btn-primary:hover {
      background-color: #003580;
    }
    .navbar-toggler {
      border: none;
      background: none;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .mobile-icons {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    @media (min-width: 992px) {
      .mobile-icons {
        display: none;
      }
    }
    .nav-link:hover, .dropdown-item:hover {
      color: #004aad !important;
    }
    .dropdown-menu {
      border-radius: 6px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
      padding: 0.5rem;
    }
    .dropdown-item {
      padding: 8px 16px;
      font-weight: 500;
    }
    /* Enhancements for mobile menu background */
    .navbar-collapse {
      background-color: #fff;
      padding: 1rem;
      border-radius: 8px;
    }
    .nav-item .btn-primary {
      font-size: 18px;
    }




    .mega-dropdown {
  min-width: 100%;
}

.category-tabs .list-group-item {
  cursor: pointer;
  border: none;
  padding: 10px 15px;
  font-size: 15px;
}

.category-tabs .list-group-item.active {
  background-color: #f7941d;
  color: white;
}

.submenu {
  display: none;
}

.submenu.active {
  display: block;
}


.category-tabs .list-group-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 4px;
  margin-bottom: 4px;
}

.category-tabs .list-group-item i {
  min-width: 22px;
  font-size: 16px;
}

.category-tabs .list-group-item:hover {
  background-color: #f1f1f1;
  color: #004aad;
}

.category-tabs .list-group-item.active {
  background-color: #f7941d;
  color: #fff;
}

.submenu .submenu-link {
  display: block;
  padding: 6px 8px;
  margin-bottom: 4px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 4px;
}

.submenu .submenu-link:hover {
  background-color: #f1f1f1;
  color: #004aad;
  text-decoration: none;
}


.category-tabs .list-group-item {
      cursor: pointer;
    }

    .submenu {
      display: none;
    }

    .submenu.active {
      display: block;
    }

    .submenu-link {
      display: block;
      padding: 4px 10px;
      color: #333;
      text-decoration: none;
    }

    .submenu-link:hover {
      text-decoration: underline;
    }

    /* Mobile styling for collapsible section */
    @media (max-width: 991.98px) {
      .mega-dropdown {
        position: static !important;
        width: 100% !important;
      }

      .mobile-collapse .submenu {
        padding: 10px 15px;
        border-top: 1px solid #eee;
        background: #f9f9f9;
      }

      .chevron-icon {
        transition: transform 0.3s ease;
      }

      .rotate {
        transform: rotate(90deg);
      }
    }





    .hero-section {
  background-color: #fff;
}

.hero-section .hero-img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .hero-section h1 {
    font-size: 1.75rem;
  }
}



.fw-bold {
  font-weight: 700;
}
.text-primary {
  color: #007bff;
}
.text-warning {
  color: #ffc107;
}




 .hover-icon:hover {
    transform: scale(1.2);
    color: #f7941d !important;
    transition: transform 0.3s ease, color 0.3s ease;
  }


  .footer-link {
  color: #b0b3b8;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ffc107; /* Yellow hover */
  text-decoration: underline;
}

.social-link {
  transition: all 0.3s ease;
}

.social-link:hover {
  color: #0d6efd; /* Bootstrap primary blue */
  transform: scale(1.1);
}



@keyframes zoomFadeIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-zoom-fade {
  animation: zoomFadeIn 1s ease-out forwards;
  opacity: 0; /* So it starts invisible */
}

 .process-box {
    transition: all 0.3s ease;
  }
  .process-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .hover-shadow:hover {
    background-color: #f8f9fa;
    transition: background 0.3s;
  }
    
  .scrollable-submenu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; /* ✅ This hides the horizontal scroll */
  padding-right: 10px;
  padding-bottom: 5px; /* Optional: to avoid cutting off last line */
padding-left: 10px;
}

.scrollable-submenu .row {
  flex-wrap: wrap; /* ✅ Prevents content from overflowing horizontally */
}

    
    

/* Optional: nice-looking scroll */
.scrollable-submenu::-webkit-scrollbar {
  width: 6px;
}
.scrollable-submenu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}


