/*
 Theme Name:   Xevidom.com
 Theme URI:    https://xevidom.com/
 Description:  Xevidom.com theme for Astra
 Author:       Marcel BATALLA
 Author URI:   https://xevidom.com/
 Template:     astra
 Version:      1.0.0
*/

/* Import parent styles */
@import url("../astra/style.css");

/* Custom styles */
body {
  font-family: 'Inter', Arial, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#primary {
  flex-grow: 1;
}

/* Onades globals */
.xevidom-waves {
  width: 100%;
  height: 150px;
  max-width: 1920px;
  /* màxim d’amplada */
  margin: 0 auto;
  line-height: 0;
  /* treu espai blanc */
  overflow: hidden;
}

.xevidom-waves svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Fix Flash: Hide static wave initially */
.wave-path {
  opacity: 0;
}

/* When JS loads, show it instantly (no transition requested) */
body.waves-loaded .wave-path {
  opacity: 1;
}

.xevidom-waves.small {
  height: 100px;
  /* versió reduïda */
}