/* Brand enhancements: impactful headings, hero, buttons */

.banner-section .slide-item .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner-section .slide-item .content-box {
  z-index: 30;
}

.banner-section .slide-item h1 {
  font-family: var(--font-family-Playfair);
  font-weight: 700;
  font-size: var(--font-90);
  color: var(--white-color);
  letter-spacing: -0.02em;
  text-shadow: 0 12px 40px rgba(0,0,0,0.65);
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .banner-section .slide-item h1 { font-size: var(--font-50); }
}

@media (max-width: 480px) {
  .banner-section .slide-item h1 { font-size: var(--font-36); }
}

.banner-section .slide-item .subtitle {
  font-weight: 700;
  letter-spacing: 0.40em;
  color: var(--main-color);
  font-size: var(--font-14);
}

.theme-btn {
  border-radius: 28px;
  padding: 14px 36px;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.btn-style-one {
  background: var(--main-color);
  color: var(--white-color);
  border: none;
  box-shadow: 0 10px 30px rgba(233,36,45,0.14);
}

.btn-style-two {
  background: transparent;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  box-shadow: none;
}

.main-menu .navigation > li > a {
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--white-color);
}

h2, h3 {
  font-family: var(--font-family-Playfair);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.header-top .top-info li,
.header-top .top-info li a {
  color: var(--white-color);
}

.logo img { height: 86px; }

/* subtle hover animation for CTAs */
.theme-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.45);
}

/* Ensure hero content reads above background images */
.banner-section .slide-item .content { z-index: 40; }
