.team-social img{
	    width: 35px;
    margin: 10px;
}

.naamal-subscription{
	text-align:center;
}
.naamal-subscription-btn{
font-size: 16px !important;
    background: transparent !important;
    padding: 10px 73px !important;
    border: 1px solid #000000 !important;
    border-radius: 69px !important;
    color: #000 !important;
}

.naamal-subscription-input{
padding: 16px 20px !important;
border-radius: 12px !important;
height: 56px !important;
    border: 1px solid #e6e6e6 !important;
    width: 100%;
}

img.ourImpactImg.img-webinar {
    max-width: 100%;
}

.custom-donate a{
	background: #1e787c url(https://donorbox.org/images/red_logo.png) no-repeat 37px;
    color: #fff !important;
    text-decoration: none;
    font-family: Verdana,sans-serif;
    display: inline-block;
    font-size: 16px !important;
    padding: 15px 38px;
    padding-left: 75px !important;
	  padding-right: 42px !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 0 0 #1f5a89;
    text-shadow: 0 1px rgb(0 0 0 / 30%);
}

ul#menu-top-header-menu {
    align-items: center;
}

/* p {
    text-align: justify;
} */

.nav .nav-item {
    margin-left: 25px;
}

.custom-built {
  text-align: center;
}

.nav .nav-item {
    margin-left: 0px;
    padding: 0px 0px;
}


@media only screen and (min-width: 1024px)
.custom-built {
    padding-right: 15px !important;
	max-width: 1500px !important;
}
/* --- Adjust container spacing on large screens --- */
@media (min-width: 992px) {
  
  /* 1. Remove the default padding on the container so items can touch the edges */
  #stickyNav .container {
    padding-left: 10;
    padding-right: 0;
    max-width: 100%; /* Allows full-width stretching */
  }

  /* 2. Pull the logo to the left edge */
  #stickyNav .navbar-brand {
    margin-left: -15px;  /* Neutralizes Bootstrap's default padding */
    padding-left: 0;
  }

  /* 3. Push the Donate button to the right edge */
  /* Target the specific Donate <li> if it has a custom class (from your CSS, it has .custom-donate) */
  .navbar-nav .custom-donate {9
    margin-right: -15px; /* Pulls it flush to the right */
  }
  
  /* If the Donate button doesn't have a unique class, target the last item instead: */
  /* .navbar-nav .nav-item:last-child {
    margin-right: -15px;
  } */

  /* 4. (Optional) Adjust spacing between menu items for a cleaner look */
  .navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}