/* General Resets */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
  }
  
  /* Top Header */
  .header-top {
    background-color: #2d2ab8;
    position: relative;
    display: flex;
  }
  
  .social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
    text-decoration: none;
  }
  
  .logo h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
  }
  
  .logo h1 span {
    font-weight: 400;
  }
  
  /* Bottom Navigation */
  .nav-bottom {
    background-color: #0b0b76;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-bottom .menu-item a {
    padding: 15px 12px;
    text-decoration: none;
}
  
  .nav-bottom .nav-link {
    color: #fff;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 16px;
  }
  
  .nav-bottom .nav-link:hover {
    color: #ddd;
  }
  
  /* Optional: Adjust mobile menu spacing */
  .navbar-nav {
    gap: 10px;
  }


.social-header-5 {
width: 45%;
}

.logo-header-5
{

}

.logo img {
width: 90px;
}