a.btn.btn-primary:hover {
  color: #fff !important;
}
.btn.btn-primary,
.btn.btn-primary:hover {
  background-color: #be8707 !important;
  color: #fff !important;
  border: #000 !important;
  margin: auto;
  padding: 12px !important;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.Downbutton {
  border: #000;
  background-color: #fff !important;
  color: #000 !important;
  color: black;
  margin: auto;
  padding: 12px !important;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.downsec {
  padding: 30px !important;
  margin-top: 30px;
  background-color: rgba(56, 54, 54, 0.68) !important;
  border-radius: 35px !important;
  margin-bottom: 30px;
}
.card-body.product-card-body {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}
body {
  background-color: #000;
}
.textwidget.custom-html-widget p {
  font-size: 15px !important;
  line-height: 1.5;
}
ol.breadcrumb li {
  color: #007bff !important ;
  font-weight: 400;
}
ol.breadcrumb li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  text-decoration: none;
  content: " » " !important;
}

ol.breadcrumb li:before {
  color: #fff !important;
}
p {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}
.banner {
  position: relative;
  height: 250px; /* Adjust height as needed */
  background: url("/wp-content/uploads/2025/01/nibav-home-elevators.webp")
    no-repeat center center / cover;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay with transparency */
  z-index: 1;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.innersec {
  padding: 30px !important;
  margin-top: 30px;
  background-color: #383636ad !important;
  border-radius: 35px !important;
}

.card-body h4 {
  font-size: 24px;
  color: #011c40;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.card-body h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

.card-body {
  background-color: #000;
  border-radius: 10px;
}
.card {
  border: #000;
  border-radius: 15px;
}
.space {
  margin-top: 30px;
}
a.btn.btn-primary {
  background-color: #262525;
  border: #000;
}
.down {
  width: 160px;
}
a.btn.btn-primary.Downbutton {
  background-color: #000;
  color: #fff !important;
}
.proimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 25px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .banner {
    height: 350px;
  }
  p {
    font-size: 15px !important;
  }
  .card-body {
    border-radius: 0px;
  }
  a.btn.btn-primary.Downbutton {
    margin-top: 25px;
  }
  .proimg {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner {
    /*background: #000;*/
    height: 300px;
  }
  .card-body {
    border-radius: 0px;
  }
  .proimg {
    width: 100%;
  }
  form.horizontal-form {
    padding: 20px !important;
  }
}
