    body {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      background-color: #f5f5f5;
    }
    /* 🔝 Top Bar Styling */
    .einvc-top-bar {
      background-color: #fffbe6;;
      color: #001938;
      font-size: 14px;
      padding: 10px 0;
    }

    .einvc-top-bar .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin-left: 12px;
      color:  #001938;
      text-decoration: none;
      border-radius: 12px;
      transition: all 0.3s ease-in-out;
      color: #ffffff !important;
    }

    .einvc-top-bar .social-icons a:hover {
      color: #001938 !important;
    }

    .btn-cta-sale {
      background-color: #FFD700;
      color: #001938;
      font-weight: 600;
      border-radius: 50px;
      padding: 8px 20px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease-in-out;
      cursor: pointer;
    }

    .btn-cta-sale:hover {
      background-color: #e6c200;
      color: #001938;
    }

    .einvc-top-bar .right-group {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .navbar {
      background-color: #001938 !important;
      font-size: 14px;
    }

    .navbar-brand img {
      height: 75px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .nav-link {
      color: #f8f9fa !important;
      padding: 0.9rem 1rem;
      border-radius: 12px;
    }
    .nav-link:hover,
    .dropdown-menu a:hover {
      background-color: #FFD700;
      color: #001938 !important;
      border-radius: 12px;
    }
    .dropdown-menu {
      border-radius: 12px;
      padding: 0.5rem 0.3rem;
    }
    .dropdown-menu .dropdown-item {
      border-radius: 6px;
      padding: 0.55rem 1rem;
      margin: 2px 6px;
      transition: all 0.2s ease-in-out;
    }
    .dropdown-menu .dropdown-item:hover {
      background-color: #FFD700;
      color: #001938;
      font-weight: 500;
      border-radius: 18px;
    }
    .dropdown-menu .dropdown-toggle::after {
      margin-left: 0.5em;
    }
    @media (max-width: 991px) {
      .navbar-nav .nav-item {
        margin-bottom: 4px; /* reduce vertical gap between links */
      }

      .navbar-nav .nav-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

      .dropdown-menu .dropdown-item {
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
        margin: 1px 6px;
      }
    }

    @media (max-width: 991px) {
      .navbar-brand img {
        height: 60px !important;
      }

      .btn-cta-sale {
        font-size: 14px;
        padding: 8px 18px;
      }

      .social-icons a {
        font-size: 18px;
      }
    }
@media (max-width: 991px) {
  .navbar.navbar-dark.bg-dark {
    background-color: #fffbe6 !important;
  }

  .navbar.navbar-dark .navbar-brand img {
    background-color: #fffbe6 !important;
  }

  .navbar-toggler {
    background-color: #fffbe6 !important;
    border: none;
  }

  .navbar-toggler-icon {
    background-image: none;
    position: relative;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after,
  .navbar-toggler-icon div {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #001938;
    margin: 5px auto;
    border-radius: 2px;
  }
}

    @media (min-width: 992px) {
      .navbar .dropdown:hover > .dropdown-menu {
        display: block;
      }
      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        top: 0;
        left: 100%;
        margin-top: -1px;
      }
    }
    .dropdown-submenu {
      position: relative;
    }
    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: 0;
      display: none;
    }
    @media (max-width: 991px) {
      .dropdown-submenu.show > .dropdown-menu {
        display: block;
      }
    }

    @media (max-width: 991px) {
    .navbar.navbar-dark.bg-dark {
      background-color: #fffbe6 !important;
      border-bottom: 2px solid #001938;  
  }

  .navbar-toggler {
    background-color: #fffbe6 !important;
    border: none;
  }

  .navbar-toggler-icon {
    background-image: none;
    position: relative;
  }
  .navbar-nav .nav-link,
  .dropdown-menu .dropdown-item {
    color: #001938 !important; /* Dark navy blue for visibility */
  }
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after,
  .navbar-toggler-icon div {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #001938;
    margin: 5px auto;
    border-radius: 2px;
  }
}


/* 🔽 EINBF Hero Slider Styling */
.carousel-item {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 25, 56, 0.5); /* Navy overlay */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 2rem;
  max-width: 900px;
}

.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFD700;
}

.hero-content p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
}

.hero-btn {
  background-color: #FFD700;
  color: #001938;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 1.05rem;
  margin-top: 1.5rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: #e5c200;
  color: #001938;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.9rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-btn {
    font-size: 0.95rem;
    padding: 10px 20px;
  }
}

    /* 🔚 Welcome EINBF & The EINBF Advantage Starts*/
    .gold-btn {
      background-color: #FFD700;
      border: 1px solid #FFD700;
      color: #000;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 50px;
      transition: all 0.3s ease;
    }
    .gold-btn:hover {
      background-color: #e6c200;
      color: #000;
    }
    .navy-btn {
      background-color: #001938;
      border: 1px solid #001938;
      color: #fff;
      transition: all 0.3s ease;
    }
    .navy-btn:hover {
      background-color: #FFD700;
      border-color: #FFD700;
      color: #001938;
    }
    .gold-underline {
      position: relative;
    }
    .gold-underline::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 60%;
      height: 3px;
      background-color: #FFD700;
      border-radius: 2px;
    }
    .advantage-card {
      background-color: #fff;
      padding: 1.5rem;
      border-radius: 0.5rem;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .advantage-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }
    .btn-outline-dark:hover {
      background-color: #FFD700 !important;
      color: #001938 !important;
      border-color: #FFD700 !important;
    }
    /* 🔚 Welcome EINBF & The EINBF Advantage Ends*/


    /* 🔚 Funding Alignment Starts*/
    .funding-box {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
      }

      .funding-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      }

      .funding-box img {
        transition: transform 0.4s ease-in-out;
      }

      .funding-box:hover img {
        transform: scale(1.02);
      }
    /* 🔚 Funding Alignment Ends*/

    /* 🔚 Funding Solutions Starts*/
    .funding-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .funding-card:hover {
      transform: translateY(-6px) scale(1.03);
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    }
    .funding-btn {
      transition: background 0.3s ease, transform 0.3s ease;
    }
    .funding-btn:hover {
      background: #e6c200;
      transform: translateY(-2px);
    }
    /* 🔚 Funding Solutions Ends*/

    /* 🔚 EINBF Funding Lifecycle Starts */
    .timeline {
      position: relative;
      margin: 0 auto;
      max-width: 700px;
      padding-left: 30px;
      border-left: 3px solid #e0e0e0;
    }

    .timeline-step {
      position: relative;
      margin-bottom: 40px;
    }

    .timeline-icon {
      position: absolute;
      left: -28px;
      top: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-weight: bold;
      color: white;
      border-radius: 50%;
      z-index: 1;
    }

    .bg-gold { background-color: #FFD700; }
    .bg-navy { background-color: #001938; }
    .bg-green { background-color: #15803D; }

    .timeline-content {
      padding-left: 30px;
    }

    .timeline-content h5 {
      font-weight: 600;
      color: #001938;
      margin-bottom: 6px;
    }

    .timeline-content p {
      margin: 0;
      color: #444;
      font-size: 15px;
    }

    @media (max-width: 767px) {
      .timeline {
        padding-left: 20px;
      }
      .timeline-content {
        padding-left: 20px;
      }
    }
    /* 🔚 EINBF Funding Lifecycle Ends */

    /* 🔚 EINBF Funding Support Section Starts */
        .gold-btn {
          background-color: #FFD700;
          border: none;
          color: #001938;
          font-weight: 600;
          transition: all 0.3s ease;
        }
        .gold-btn:hover {
          background-color: #e6c200;
          color: #000;
        }
        .gold-underline {
          position: relative;
        }
        .gold-underline::after {
          content: '';
          position: absolute;
          bottom: -6px;
          left: 0;
          width: 60%;
          height: 4px;
          background-color: #FFD700;
          border-radius: 2px;
        }

        /* Card background colors */
        .bg-navy { background-color: #001938; }
        .bg-gold { background-color: #FFD700; }
        .bg-green { background-color: #28a745; }
        .bg-gray  { background-color: #6c757d; }
        .bg-pink  { background-color: #e83e8c; }
        .bg-blue  { background-color: #17a2b8; }
    /* 🔚 EINBF Funding Support Section Ends */


    /* 🔚 Footer Styling */
    footer {
      background-color: #ffffff;
      background-image: linear-gradient(to bottom, #FFD700 0%, #ffffff 100%);
      background-size: cover;
      background-position: center;
      padding-bottom: 2rem;
      color: #001938;
    }
    footer a {
      color: #001938;
      text-decoration: none !important;
      transition: all 0.2s ease-in-out;
    }
    
    footer a:hover {
      color: #FFD700;
      text-decoration: underline;
    }
    footer h6,
    .highlight-gold,
    .contact-info-gold i {
      color: #001938;
    }
    .footer-badge {
      padding: 3px 9px;
      font-weight: bold;
      border-radius: 50px;
      background-color: #001938;
      color: #ffffff;
      transition: all 0.2s ease-in-out;
    }
    .footer-badge:hover {
      background-color: #FFD700;
      color: #001938;
    }
    .footer-links ul {
      padding-left: 1rem;
      list-style: none;
    }
    .footer-links ul li {
      padding-bottom: 10px;
    }
    .footer-links ul li::before {
      content: '\f105';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      padding-right: 8px;
      color: #001938;
    }
    .social-icons {
      flex-wrap: wrap;
      gap: 0.75rem;
    }
    .social-icons a {
      font-size: 2.1rem;
      color: #ffffff;
      background: #001938;
      border-radius: 8px;
      width: 52px;
      height: 52px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease-in-out;
      flex: 0 0 auto;
      margin-bottom: 0.5rem;
    }
    .social-icons a:hover {
      background-color: #FFD700;
      color: #001938;
    }
    .btn-business {
      background-color: #28a745;
      color: #ffffff;
      font-weight: bold;
      padding: 12px 26px;
      border-radius: 30px;
      font-size: 1.1rem;
      border: none;
      transition: all 0.3s ease-in-out;
    }
    .btn-contact {
      background-color: #001938;
      color: #ffffff;
      font-weight: bold;
      padding: 12px 26px;
      border-radius: 30px;
      font-size: 1.1rem;
      border: 2px solid #FFD700;
      transition: all 0.3s ease-in-out;
    }
    .btn-contact:hover {
      background-color: #FFD700;
      color: #001938;
    }
    .btn-business:hover {
      background-color: #1e7e34;
    }
    .newsletter-input {
      padding: 0.5rem 1rem;
    }
    hr {
      border-color: #e1e1e1;
    }

    /* 🔚 Slide-In Form Starts */
    .capital-canvas {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 440px;
      height: 100vh;
      background: #fff;
      z-index: 1051;
      transition: right 0.4s ease;
      overflow-y: auto;
      box-shadow: -3px 0 10px rgba(0,0,0,0.15);
      font-family: 'Segoe UI', Roboto, sans-serif;
    }

    .capital-form label {
      font-weight: 500;
      margin-bottom: 0.2rem;
      font-size: 0.875rem;
    }

    .capital-header {
      background-color: #001938;
      border-bottom: 4px solid #FFD700;
      z-index: 1002;
      position: sticky;
      top: 0;
      padding: 0.75rem 1rem;
    }

    .capital-header .title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #fff;
    }

    .capital-header .title i {
      color: #FFD700;
      font-size: 1.25rem;
      margin-right: 0.5rem;
    }

    .capital-header .close-btn {
      background: #fff;
      border: none;
      border-radius: 50%;
      padding: 0.3rem 0.6rem;
      font-size: 1rem;
      color: #000;
      box-shadow: 0 0 4px rgba(0,0,0,0.1);
      transition: background 0.2s ease;
    }

    .capital-header .close-btn:hover {
      background: #f2f2f2;
    }

    .btn-gold {
      background-color: #FFD700;
      color: #001938;
      border: none;
    }

    .btn-gold:hover {
      background-color: #e6c200;
      color: #001938;
    }

    .capital-form .form-control,
    .capital-form .form-select {
      font-size: 0.85rem;
      padding: 0.45rem 0.6rem;
    }

    .capital-form textarea {
      resize: none;
    }

    .capital-form .form-section {
      padding: 0 1rem;
    }

    .capital-form .form-section .mb-2,
    .capital-form .form-section .mb-3 {
      margin-bottom: 0.45rem !important;
    }

    .capital-form .submit-wrap {
      padding: 1rem;
      padding-top: 0.5rem;
    }

    .capital-form .btn-gold {
      font-size: 0.95rem;
    }

    @media (max-width: 480px) {
      .capital-header .title {
        font-size: 1rem;
      }
    }
    /* 🔚 Slide-In Form Ends */
    
    /* 🔚 GoToTop Btn Starts */
    .totop-btn {
      background-color: #FFD700;
      border: none;
      color: #001938;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .totop-btn:hover {
      background-color: #e6c200;
      color: #000;
    }
    /* 🔚 GoToTop Btn Ends */