/* Country-specific hero banners */

/* Turkey */
.bg-img.turkey-hero,
.hero-section.turkey-hero {
  background-image: url('../images/turkey-banner.png') !important;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
}

/* Australia */
.bg-img.australia-hero {
  background-image: url('../images/australia-banner.png') !important;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
}

/* France */
.bg-img.france-hero {
  background-image: url('../images/france-banner.png') !important;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
}

/* Germany */
.bg-img.germany-hero {
  background-image: url('../images/german-banner.png') !important;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
}

/* Italy */
.bg-img.italy-hero {
  background-image: url('../images/italy-banner.png') !important;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
}

/* USA */
.bg-img.usa-hero {
  background-image: url('../images/usa-banner.png') !important;
  background-size: cover;
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
}

/* Mobile Responsive Styles for All Banners */
@media (max-width: 768px) {
  .bg-img,
  .bg-img.turkey-hero,
  .bg-img.australia-hero,
  .bg-img.france-hero,
  .bg-img.germany-hero,
  .bg-img.italy-hero,
  .bg-img.usa-hero,
  .hero-section.turkey-hero {
    height: 50vh !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
    min-height: 300px !important;
  }
}

@media (max-width: 480px) {
  .bg-img,
  .bg-img.turkey-hero,
  .bg-img.australia-hero,
  .bg-img.france-hero,
  .bg-img.germany-hero,
  .bg-img.italy-hero,
  .bg-img.usa-hero,
  .hero-section.turkey-hero {
    height: 40vh !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 250px !important;
  }
}

@media (max-width: 360px) {
  .bg-img,
  .bg-img.turkey-hero,
  .bg-img.australia-hero,
  .bg-img.france-hero,
  .bg-img.germany-hero,
  .bg-img.italy-hero,
  .bg-img.usa-hero,
  .hero-section.turkey-hero {
    height: 35vh !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 200px !important;
  }
}
