* {
  font-family: "Jost", sans-serif;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;

}

.topbar:hover {
  color: #5fba76!important;
}
.btn-primary{
  background-color: #6c9631 !important;
  border: #6c9631 !important;
}
.btn-primary:hover{
   background-color: #5fba76 !important;
  border: #5fba76 !important;
}
.top-header {
  background-color: #5fba76;
}
@media (max-width:332px ) {

  .logo{
    width: 55px;
    height: 55px;
  }
  .logoline{
    font-size: 10px !important;
  }
  .top-header .social-icons{
    font-size: 15px !important;
  }
   .top-header .contact-info{
    font-size: 12px !important;
  }
}
.service-item img {
  transition: transform 0.5s ease;
}

.service-item:hover img {
  transform: scale(1.1);
}
.service-item .bg-primary {
 background-color: #5fba76 !important;
}
.dropdown-menu {
  width: 250%;
  border: 1px solid #ffffff !important;
  /* Border ka color */

  background-color: #ffffff !important;
}

.dropdown-item:hover {
  background-color: #5fba76 !important;
  transition: all 0.3s ease !important;
  color: #fff !important;
}

.top-banner {
  background-image:url(../Images/topbanner.jpg);
  width: 100%;
  height: 765px;
  
}

.btn-outline-primary {
  color: #6c9631 !important;
  border: 1px solid white !important;
  background-color: #ffffff !important;
}

.btn-outline-primary:hover {
  color: #ffffff !important;
  border: 1px solid white !important;
  background-color: #8ec641 !important;
}
.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
     
}
.bg-green{
  background-color: #e4f7e7;
 
}



.card{
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* x, y, blur, color */
}

.hover-fill-card .card-body {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
}

.hover-fill-card .card-body::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #8ec641; /* 👈 Your fill color */
  z-index: -1;
  transition: height 0.4s ease;
}

.hover-fill-card:hover .card-body::before {
  height: 100%;
}
.hover-fill-card:hover .card-body h5 span,
.hover-fill-card:hover .card-body p {
  color: #ffffff !important;
}


@media (max-width:1168px) {
    .atourclinic{
      font-size: 30px !important;
    }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 1;
}

@media (min-width: 991.98px) {
  .banner {
      position: relative;
      margin-top: -90px;
      z-index: 1;
  }
}

.hero-header {
  background: linear-gradient(rgba(107, 193, 89, 0.85), rgba(82, 190, 123, 0.85)), url(../Images/topbanner1.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
      font-size: 14px;
      font-weight: 500 !important;
  }

  .carousel-caption h1 {
      font-size: 30px;
      font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; /* Smooth and faster */
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.appointmentbg{
  background-image: url(../Images/appoinementbg.jpg);
  width: 1920px;
  height: 725px;
}
.wanto{
  margin-left: 10%;
  padding-top: 10%;
}

@media (max-width: 	1140px) {

  .wanto{
  margin-left: 2%;
  padding-top: 10%;
}

.appointmentbg{
  background-image: url(../Images/appoinementbg.jpg);
  width: 1920px;
  height: 725px;
}
}

@media (max-width: 	960px) {

  .wanto{
  margin-left: 2%;
  padding-top: 10%;
}

.appointmentbg{
  background-image: url(../Images/appoinementbg.jpg);
  width: 1920px;
  height: 400px;
}
}

.content{
  background-color: #5fba765d;
}

.footer{
  background-color: #5fba76;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 62, 33, 0.85), rgba(9, 62, 25, 0.85)), url(../Images/appoinementbg.jpg) center center no-repeat;
    background-size: cover;
}