.elementor-74 .elementor-element.elementor-element-f7a2fc9 > .elementor-widget-container{background-color:#00000000;}/* Start custom CSS for bdevs-slider-one, class: .elementor-element-f7a2fc9 */.hero-content {
  text-align: center;
}

/* Top subtitle */
.hero-subtitle {
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffe8cc;
}

/* Main title */
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 92px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 1.1;
  color: #ffe8cc;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .hero-title {
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 1.15;
  }
}

@media (max-width: 480px) {
  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .hero-title {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.2;
  }
}


<link href="https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600&family=Playfair+Display:wght@400;500;600&display=swap" rel="stylesheet">/* End custom CSS */