/* === SILESIAN ADRIA — MAIN CUSTOM CSS === */

/* Force navy background everywhere */
body, html {
  background: #0a1628 !important;
}

/* Remove all WP/Elementor default margins */
.elementor-section-wrap,
.e-con-inner {
  background: #0a1628;
}

/* Hero section position fix */
.elementor-section[data-id="aaa1"] {
  position: relative;
  overflow: hidden;
}

/* Cinematic parallax section */
.elementor-section[data-id="ddd1"] {
  background-attachment: fixed !important;
}

/* Gold em/italic color in headings */
.elementor-heading-title em {
  color: #e8c97a !important;
  font-style: italic;
}

/* Spec table opacity fix */
.elementor-widget-text-editor table td {
  color: #f5f0e8;
}

/* Button sharp corners */
.elementor-button {
  border-radius: 0 !important;
}

/* WhatsApp float button */
.sa-whatsapp {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.sa-whatsapp:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 8px 30px rgba(37,211,102,0.5) !important;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Hide default WP admin bar gap */
#wpadminbar ~ * {
  padding-top: 0;
}

@media screen and (max-width: 782px) {
  html { margin-top: 0 !important; }
  #wpadminbar { position: fixed; }
}
