 body {
  font-family: 'Montserrat', sans-serif;
  color: #222;
  line-height: 1.7;
  padding-top: 130px; /* navbar height fix */text-align: justify;
}
#heroCarousel {
  margin-top: 0px;
}


body p { font-size: 17px;  text-align: justify-all;
}

 body a , body a:hover{ transition:all 0.3s ease; }
a.nav-link {
    font-size: 18px;
    margin-right: 18px;
}
    header.navbar {
      padding: 15px 0;
      background: #fff;
    }
    .hero {
      background: linear-gradient(135deg, #5e2ced, #429fd8);
      color: #fff;
      padding: 100px 0;
      text-align: center;
    }
    .hero h1 {
      font-size: 4rem;
      font-weight: 800;
      line-height: 1.2;
    }
    .section {
      padding: 80px 0;
    }
    .testimonial img{ width:100px; height:100px; border-radius:50%; }
    .counter {
      font-size: 2rem;
      font-weight: 700;
      color: #000;
    }
 .counter-label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #555;
    font-weight: 500;
}
    .testimonial img {
      width: 90px!important;
      height: 90px!important;
      border-radius: 50%!important;
      object-fit: cover!important;
      max-width:90px!important; margin: auto;
    }
    footer {
      background: #000;
      color: #aaa;
      padding: 30px 0;
      text-align: center;
    }
    footer a { color: #ccc; text-decoration: none; }
    #logo { max-width:100px; }
 .footer {
    font-family: 'Montserrat', sans-serif;
  }
  .footer a:hover {
    color: #429fd8 !important;
  }

   .navbar-nav .nav-link.active {
  color: #000 !important; /* highlight color */
  font-weight: 600;
}


  #scrollTopBtn {
    z-index: 1050;
    transition: all 0.3s ease;
  }
  #scrollTopBtn:hover {
    background: #429fd8;
  }
    @media (min-width: 992px) {
  body { padding-top: 130px; } /* desktop navbar height */
  #heroCarousel img {
  height: 90vh;              /* adjust to your preference */
  object-fit: cover;          /* ensures image fills the frame */
}
}
@media (max-width: 991px) {
  body { padding-top: 130px; } /* taller navbar on mobile */
  #heroCarousel img {
  height:auto;              /* adjust to your preference */
  object-fit: cover;          /* ensures image fills the frame */
}
}