.pxp-banner-caption {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
  animation: fadeInUp 1s ease-out;
}

.pxp-banner-caption h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #ffffff;
}

.pxp-banner-caption h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #e0e0e0;
}

.pxp-banner-caption h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffd700;
  margin-top: 20px;
}

.pxp-banner-caption strong {
  font-weight: 800;
  color: #ffffff;
}

.pxp-cities-card-2-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.pxp-cities-card-2-name img {
    width: 32px;
    height: 32px;  
    margin-right: 10px;
    border-radius: 50%;
    position: absolute;
    /* bottom: 20px; */
    top: -18px;
}

.pxp-cities-card-2-info {
    position: relative;
}

/* Optional: Subtle fade-in animation */
@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.pxp-categories-carousel.owl-carousel button.owl-dot {
  background-color: black;
}

.parallax-banner .parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust darkness here */
  z-index: 1;
}

.parallax-banner {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  overflow: hidden;
}

.form-box {
  background-color: #fff;
  color: #000;
}

@media (max-width: 767px) {
  .parallax-banner {
    background-attachment: scroll;
  }
}

.pxp-single-company-side-panel {
  background: linear-gradient(135deg, #01074940, rgba(10, 10, 10, 0.5));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
  position: relative;
}

.pxp-single-company-side-panel .form-label {
  color: white;
}


