.main-content p,
.main-content li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em !important;
}
.main-content h2 {
  font-size: 30px;
  font-weight: bold;
}
.main-content .bg-dark {
  --bs-bg-opacity: 1;
  background-color: #424242 !important;
}
.main-content ol,
.main-content ul {
  padding-left: 1rem;
}

/*.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/
.breadcrumb-item.active {
  color: #007bff;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: var(--bs-breadcrumb-divider, "»");
}

.hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  font-size: 1.2rem;
  max-width: 600px;
}
.hero button,
.hero .btn-secondary,
.download_button {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.hero .bi {
  margin-right: 8px;
}

.section-1 li {
  line-height: 1.8;
  color: #fff;
}

.cost-effective {
  background-image: url("../img/icons/Cost-Effective.png");
}

.easy-installation {
  background-image: url("../img/icons/Easy-Installation.png");
}

.european-safety-standards {
  background-image: url("../img/icons/European-Safety-Standards.png");
}

.section-2 h4,
.section-2 p {
  display: inline-block;
}

.section-2 .mb-4,
.text-left {
  margin-bottom: 1.5rem;
  text-align: left;
}

.download-brochure .container {
  background-image: url("../img/home-elevator/Nibav-Home-Lifts-Brochure-17333807861537068732.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem;
  border-radius: 15px;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-3 h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

.section-4 .container {
  padding: 40px 30px;
  border-radius: 15px;
}

.hues-section {
  background: linear-gradient(45deg, #ff9a9e, #fad0c4);
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 1200px;
}

.hues-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hues-section p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.hues-swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.hues-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
  border: 3px solid #fff;
  margin-right: 1em;
}

.hues-swatch:hover {
  transform: scale(1.2);
}

.hues-swatch.white {
  background-color: #fffffc;
}
.hues-swatch.cream-white {
  background-color: #dedbd0;
}
.hues-swatch.black {
  background-color: #191919;
}
.hues-swatch.grey {
  background-color: #6b6963;
}
.hues-swatch.green {
  background-color: #50a02e;
}
.hues-swatch.red {
  background-color: #c00807;
}
.hues-swatch.blue {
  background-color: #132268;
}
.hues-swatch.brown {
  background-color: #744f34;
}
.hues-swatch.gold {
  background-color: #d9990c;
}
.hues-swatch.silver {
  background-color: #b8b8b8;
}

.accordion {
  --bs-accordion-bg: #1d1d1d;
}
button.accordion-button.collapsed {
  color: #fff;
  font-weight: bold;
}
.accordion-button::after {
  background-color: #fff;
}
.accordion-body {
  color: #fff;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1d1d1d;
}

.feature-box h4 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px 40px;
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
}

.feature_box_1 {
  background-image: url("../img/icons/Panoramic-360-Degree-View.png");
}

.feature_box_2 {
  background-image: url("../img/icons/Lightweight-Structure.png");
}

.feature_box_3 {
  background-image: url("../img/icons/Machine-Room-Required.png");
}

.feature_box_4 {
  background-image: url("../img/icons/Eco-Friendly.png");
}

.feature_box_5 {
  background-image: url("../img/icons/Tuv-Sud-Iso-Certified.png");
}

.feature_box_6 {
  background-image: url("../img/icons/Lightweight-Structure.png");
}
.features-acuum-lifts img {
  max-height: 540px;
}

.testimonial .card {
  border-radius: 50px;
  background-color: #f3f4f7;
}
.testimonial .card p {
  line-height: 26px;
}
.fa-star {
  color: #f3bb00;
}

.section-9 a {
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  min-width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.btn-link:hover {
  border: 1px solid #fff;
  text-decoration: underline;
  color: #fff;
}
.card {
  min-height: 100%;
}
#productImage {
  max-height: 480px;
}

.about_nibav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-3 li,
.section-3 ul {
  list-style: none;
}

@media (max-width: 500px) {
  .hero h1,
  .main-content h2,
  h2 {
    font-size: 24px;
    margin: 10px;
  }
  .section-1 h2,
  .section-2 h2 {
    margin: 5px;
  }
  .hero .btn {
    padding: 10px 30px;
    font-size: 14px;
  }
  .main-content p,
  .main-content li {
    font-size: 14px;
    line-height: 1.5 !important;
    margin: 5px 10px;
    text-align: left;
  }

  .hero li.breadcrumb-item {
    margin: 0 !important;
  }
  h4 {
    font-size: 18px;
    margin: 10px;
  }
  .section-3 h4 {
    margin: 20px;
    font-size: 16px;
    line-height: 1.3em;
  }
  #productImage,
  .section-5 .img-fluid {
    max-height: 300px;
  }
  .section-9 a {
    width: 100%;
  }
  .section-9 ul {
    margin-bottom: 0;
  }
  .pt-sm-1 {
    padding-top: 20px;
  }
  .section-4 .container {
    padding: 20px 20px;
  }
  .download-brochure .container {
    padding: 1rem;
  }
  .hero {
    background-color: #111 !important;
  }
}

@media (min-width: 1024px) {
  .full-height-img {
    border: none !important;
  }
  .testimonial .card img {
    background: #ffffff;
  }

  .feature-box p {
    padding-left: 50px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .section-9 a {
    height: 100px;
  }
}

@media (min-width: 500px) {
  .hero {
    position: relative;
    min-height: 400px;
    background: url("../img/residential-elevators/residential-elevators.webp")
      center/cover no-repeat;
    background-color: #00000060 !important;
    background-blend-mode: overlay;
  }
}
