/* Custom styles for Panacee C-Arm Solutions */

/* Header styles */
.header-bottom .navigation > li > a {
  color: black;
}

/* Slider styles */
.slider-style-seven .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.slider-style-seven .slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.slider-style-seven .slide .container {
  position: relative;
  z-index: 2;
}

.slider-style-seven .slide h2 {
  color: white;
  font-size: 2.7rem;
  font-weight: 750;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Medical equipment section */
.medical-equepment .inner-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Product section */
.product-block {
  margin-top: 3rem !important;
}

/* Testimonial section */
.testimonial-style-seven .sec-title h2 {
  font-weight: bold;
}

/* Contact info box */
.contact-info-box {
  margin-top: 2rem;
}

.contact-info-box .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contact-info-box .info-item i {
  margin-right: 1rem;
  font-size: 1.5rem;
}

/* Footer styles */
.footer-bottom .copyright a {
  color: inherit;
  text-decoration: none;
}

/* Responsive styles */
@media (max-width: 991px) {
  .product-block {
    margin-top: 2rem !important;
  }
}

@media (max-width: 767px) {
  .contact-info-box {
    margin-top: 1.5rem;
  }
}
