/*

	Theme Name: Nirpakh Aid Theme
	Theme URI: https://nirpakhaod.org/
	Description:Sewa,Humanitarian Relief
	Author:Ajay Sharma 
	Version:1.0.0


*/
body {
            margin: 0;
            padding: 0;
        }
.custom-logo-link img {
  max-height: 100px; /* adjust as needed */
  height: auto;
  width: auto;
}

.carousel-item img {
  height: 500px;        /* 👈 change this to any value you like */
  object-fit: cover;    /* keeps image cropped nicely instead of stretched */
  width: 100%;
}

/* keep each portrait image constrained and nicely cropped */
    .vertical-img {
      width: 100%;
      height: 320px;            /* adjust height as needed */
      object-fit: cover;        /* crop without stretching */
      display: block;
      border-radius: 6px;
      margin-bottom: 12px;      /* space between stacked images */
    }

    /* remove bottom margin for last image in stack */
    .vertical-img:last-child {
      margin-bottom: 0;
    }

    /* adjust height for different breakpoints */
    @media (min-width: 768px) {
      .vertical-img { height: 260px; }
    }
    @media (min-width: 992px) {
      .vertical-img { height: 220px; } /* smaller per-image height when more stacked */
    }

    /* optional: center carousel caption text on overlay */
    .carousel-caption { bottom: 10px; }

.navbar-nav {
  padding: 0.8rem 1rem;
}
    .logo {
      font-size: 1.5rem;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      width:200px;
      height:60px;
    }
    footer {
      background:#f5b97f;
      color:black;
      text-align: center;
      padding: 1rem 0;
      margin-top: 2rem;
    }

/* Force menu spacing inside Bootstrap navbar */
.navbar-nav > li {
  margin-left: 15px;
  list-style: none; /* remove default bullet */
}

.navbar-nav > li > a {
  color: #000 !important;
  padding: 8px 12px;
  display: block;
  text-decoration: none;
}
#smallSlider img {
    height: 300px;      /* adjust as per need */
    object-fit: cover;  /* crop nicely */
    
}