.nihara-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/nihara.jpeg");
}

.fog-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/fogmunnar.avif");
}

.lemontfort-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/lemontfort.jpg");
}

.vibe-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/vibemunnar.jpg");
}

.eastend-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/eastend.jpeg");
}

.gempark-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/gempark.jpg");
}

.boatcompany-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/boatcompany.jpeg");
}

.greenwoods-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/greenwood.jpg");
}

.hive-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/full-width-images/hivewayanad.jpg");
}

.partner-hero {
  position: relative; /* Ensure the container is positioned relative for absolute positioning inside */
}

.back-button {
  position: absolute;
  top: 20%; /* Adjust as needed */
  left: 20px; /* Adjust as needed */
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.back-button img {
  width: 20px; /* Adjust size */
  height: 20px;
  margin-right: 8px; /* Space between image and text */
}

@media (max-width: 480px){
  .banner-title {
    font-size: 20px !important;
  }

  .banner-content {
    font-size: 13px !important;
  }

  .back-button {
    top: 15%;
  }
}

@media (max-width: 768px){
  .banner-title {
    font-size: 24px !important;
  }

  .back-button {
    top: 15%;
  }
}