/*
Theme Name: Aplitec Child
Theme URI: https://aplitecinformatica.com/
Template: astra
Author: Aplitec Informatica
Author URI: https://aplitecinformatica.com/
Description: none
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.1.1748847663
Updated: 2025-06-02 09:01:03
*/
/*ESTIL HEADINGS */
@media (max-width: 767px) {
  .titol-equipaments h1 {
    color: #ffffff !important;
  }
  .titol-equipaments .elementor-widget-container {
    color: #ffffff !important;
  }
}

@media (min-width: 768px) {
  .titol-equipaments h1 {
    color: #111111 !important;
  }
  .titol-equipaments .elementor-widget-container {
    color: #111111 !important;
  }
}

/*Scroll Down Flexa Home*/
@media (min-width: 1025px) {
    
    /* Contenidor principal */
    .elementor-background-video-container {
        position: relative;
        min-height: 100vh;
    }

    /* Element 65c4128 - centrat al mig */
    [data-id="65c4128"] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    /* Element 21708f7 - enganxat a la part inferior */
    [data-id="21708f7"] {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
}

/* Boto reserva */
.menu-item-5417, .menu-item-5418, .menu-item-5419{
  padding-left:80px!important;
}
.ast-builder-menu .main-navigation > ul > li:last-child a {
    font-size:17px!important;
    padding:25px!important;
}

.main-header-menu .menu-item-5417 > a,
.main-header-menu .menu-item-5418 > a,
.main-header-menu .menu-item-5419 > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 36px !important;
  line-height: 1 !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  color: rgb(169, 17, 34) !important;
  background-color: white !important;
  border: 2px solid white !important;
  border-radius: 5px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

/* Hover: invertit */
.main-header-menu .menu-item-5417 > a:hover,
.main-header-menu .menu-item-5418 > a:hover,
.main-header-menu .menu-item-5417 > a:hover {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
  text-decoration: none !important;
}

/* Treure subratllat animat */
.main-header-menu .menu-item-5417 > a::after,
.main-header-menu .menu-item-5418 > a::after,
.main-header-menu .menu-item-5419 > a::after {
  display: none !important;
  content: none !important;
}

/* Estils específics per al menú mòbil */
@media (max-width: 1024px) {
  #ast-hf-mobile-menu .menu-item-5417,
  #ast-hf-mobile-menu .menu-item-5418,
  #ast-hf-mobile-menu .menu-item-5419 {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important; /* Centrar l’element si cal */
  }

  #ast-hf-mobile-menu .menu-item-5417 > a,
  #ast-hf-mobile-menu .menu-item-5418 > a,
  #ast-hf-mobile-menu .menu-item-5419 > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    margin: 10px auto !important;
    font-size: 16px !important;
    height: auto !important;
    width: auto !important; /* o fixa si vols */
    max-width: 220px !important; /* pots modificar aquest valor */
    background-color: white !important;
    color: rgb(169, 17, 34) !important;
    border: 2px solid white !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease;
  }

  #ast-hf-mobile-menu .menu-item-5417 > a:hover,
  #ast-hf-mobile-menu .menu-item-5418 > a:hover,
  #ast-hf-mobile-menu .menu-item-5419 > a:hover {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
  }
}

/* HEADER FIXE I TRANSPARENT INICIALMENT */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    transition: background-color 0.4s ease, padding 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: white;
    padding: -10px;
}

/* ESTIL BASE: POSICIÓ I ANIMACIÓ DEL SUBRATLLAT */
.main-header-menu > li > a {
    position: relative;
    display: inline-block;
}

.main-header-menu > li > a::after {
    content: "";
    position: absolute;
    bottom:20px!important;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

/* MOSTRAR SUBRATLLAT EN HOVER I ACTIU */
.main-header-menu > li > a:hover::after,
.main-header-menu > li.current-menu-item > a::after,
.main-header-menu > li.current_page_item > a::after {
    width: 100%;
}

.site-branding{
padding:0px!important;
}
/* HEADER EN SCROLL */
.site-header.scrolled {
    background-color: rgba(169, 17, 34, 0.9);
}
/* MENÚ PRINCIPAL: TIPOGRAFIA I COLOR */
.main-header-menu a,
.ast-site-identity a,
.ast-header-custom-item {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: white !important;
    margin: 0 15px;
}

/*WPML SUBMENU */
.main-header-menu .sub-menu .menu-item-wpml-ls-3-es a,
.main-header-menu .sub-menu .menu-item-wpml-ls-3-en a,
.main-header-menu .sub-menu .menu-item-wpml-ls-3-ca a {
  padding: 20px !important;
}

/* WPML SUBMENU - Mobile */
@media (max-width: 1023px) {
  .main-header-menu .sub-menu .menu-item-wpml-ls-3-es a,
  .main-header-menu .sub-menu .menu-item-wpml-ls-3-en a,
  .main-header-menu .sub-menu .menu-item-wpml-ls-3-ca a {
    padding: 5px !important;
  }
}


/*WPML ESTIL */

.menu-item-wpml-ls-3-ca,
.menu-item-wpml-ls-3-es,
.menu-item-wpml-ls-3-en {
  background-color: transparent !important;
}

.menu-item-wpml-ls-3-ca > a,
.menu-item-wpml-ls-3-es > a,
.menu-item-wpml-ls-3-en > a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: white !important;
  margin: 0 15px !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  display: inline-block;
}

.menu-item-wpml-ls-3-ca > a::after,
.menu-item-wpml-ls-3-es > a::after,
.menu-item-wpml-ls-3-en > a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.menu-item-wpml-ls-3-ca > a:hover::after,
.menu-item-wpml-ls-3-es > a:hover::after,
.menu-item-wpml-ls-3-en > a:hover::after {
  width: 100%;
}

.menu-item-wpml-ls-3-ca::before,
.menu-item-wpml-ls-3-es::before,
.menu-item-wpml-ls-3-en::before,
.menu-item-wpml-ls-3-ca::after,
.menu-item-wpml-ls-3-es::after,
.menu-item-wpml-ls-3-en:

/* =================================== */
/* FRAGMENTS NOUS/MODIFICATS          */
/* =================================== */

@media (max-width: 1023px) {
  /* Secció esquerra del header
  .site-header-primary-section-left {
    overflow: hidden !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    max-width: calc(100vw - 80px) !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  /* Contenidor del logo - FORÇAT posició esquerra */
  .ast-site-identity {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
  }
  /* Link del logo - ELIMINAT padding */
  .ast-site-identity a {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Pantalles petites - MANTENIR sense padding */
@media (max-width: 480px) {
  .site-header-primary-section-left {
    max-width: calc(100vw - 60px) !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .custom-logo-link img {
    max-width: 60px !important;
    margin-left: 50px !important;
  }
}

/* SUBMENÚ GENERAL AMB FORMA DE BANDERA - TOTS ELS NIVELLS */

.main-header-menu .sub-menu,
.main-header-menu .sub-menu .sub-menu{
    background-color: #F3EDE4 !important;
    position: absolute;
    top: 100%;
    left: 20%;
    transform: translateX(-20%);
    min-width: 180px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
/* ELEMENTS DEL SUBMENÚ - TOTS ELS NIVELLS */
.main-header-menu .sub-menu a,
.main-header-menu .sub-menu .sub-menu a{
    display: inline-block;
    color: #777777 !important;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 6px 15px;
    text-align: center;
   }

/* SUBRATLLAT ANIMAT - TOTS ELS NIVELLS */
.main-header-menu .sub-menu a::after,
.main-header-menu .sub-menu .sub-menu a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    color: #777777 !important;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: #A91122;
    transition: width 0.3s ease;
}

.main-header-menu .sub-menu a {
    color: #777777 !important;
}

.main-header-menu .sub-menu a:hover {
    color: #A91122 !important;
}


/* TOTS ELS ITEMS DEL SUBMENÚ CENTRATS */
.main-header-menu .sub-menu li,
.main-header-menu .sub-menu .sub-menu li {
    display: block !important;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}


/* ACTIVACIÓ DEL SUBRATLLAT - TOTS ELS NIVELLS */
.main-header-menu .sub-menu a:hover::after,
.main-header-menu .sub-menu li.current-menu-item > a::after,
.main-header-menu .sub-menu li.current_page_item > a::after,
.main-header-menu .sub-menu .sub-menu a:hover::after,
.main-header-menu .sub-menu .sub-menu li.current-menu-item > a::after,
.main-header-menu .sub-menu .sub-menu li.current_page_item > a::after {
    width: calc(60% - 30px);
}
/* EVITAR QUE EL SUBMENÚ TALLI EL FLUX */
.main-header-menu li {
    overflow: visible;
}

/* DESACTIVA TRANSICIONS I FORÇA OCULTACIÓ IMMEDIATA */
.main-header-menu .sub-menu {
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
@media (min-width: 1024px) {
  .main-header-menu li.menu-item-has-children:not(:hover) > .sub-menu {
    display: none !important;
  }
}


.main-header-menu .sub-menu li,
.main-header-menu .sub-menu li a {
    margin: 0 !important;
}



/* ════════════════ */
/* 🔹 ELEMENTS PRINCIPALS DEL MENÚ */
/* ════════════════ */
#ast-hf-mobile-menu > li > a.menu-link {
  color: #111111 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
  display: inline-block;
  transition: border-color 0.2s ease;
}

/* Hover: línia inferior vermella */
#ast-hf-mobile-menu > li > a.menu-link:hover {
  border-bottom: 2px solid #A91122;
}

/* Actiu: pàgina actual */
#ast-hf-mobile-menu li.current-menu-item > a.menu-link,
#ast-hf-mobile-menu li.current_page_item > a.menu-link,
#ast-hf-mobile-menu li.current-menu-ancestor > a.menu-link,
#ast-hf-mobile-menu li.current_page_ancestor > a.menu-link {
  border-bottom: 2px solid #A91122;
  color: #111111 !important;
  font-weight: bold;
}

/* ════════════════ */
/* 🔸 SUBMENÚS */
/* ════════════════ */

#ast-hf-mobile-menu ul.sub-menu li a.menu-link {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #777777 !important;
  padding: 12px 0;
  display: block;
  text-align: left !important;
  margin-left: 100px !important;
  border-bottom: 1px solid #777777;
}

/* Elimina la línia de l’últim subelement */
#ast-hf-mobile-menu ul.sub-menu li:last-child a.menu-link {
  border-bottom: none;
}

/* Elimina la fletxa dels submenús + pseudo-element Astra */
#ast-hf-mobile-menu ul.sub-menu .ast-icon.icon-arrow,
#ast-hf-mobile-menu li a::after {
  display: none !important;
  content: none !important;
}

/* ════════════════ */
/* BOTÓ DE TANCAR MENÚ */
/* ════════════════ */
#menu-toggle-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 25px 25px 20px; /* top-right/left-bottom */
  margin-right: 0px!important;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.2s ease;
}

#menu-toggle-close .ast-mobile-svg.ast-close-svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

#menu-toggle-close:hover {
  color: #A91122;
}

#ast-hf-mobile-menu .ast-menu-toggle {
box-shadow: none!important;
padding-right: 30px!important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sub-menu > li {
    padding-left: 90px !important;
  }
}

.ast-submenu-expanded > .sub-menu {
  display: block !important;
}


/* ACCESSIBILITAT */

button:focus:not(:focus-visible),
.ast-menu-toggle:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* LOGO CUSTOM: visible d'entrada, slideUp en scroll */
@media (min-width: 1024px) {

  /* Logo del header: ocult al principi */
  body.home .site-header img.astra-logo-svg:not(.floating-logo) {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  /* Header logo: es mostra en scroll */
  body.home .site-header .logo-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  
body.home .floating-logo {
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 1;
  transform: translateY(0);
}

body.home .floating-logo.logo-hidden {
  opacity: 0 !important;
  transform: translateY(-40px) !important;
}

/* CONTENEDORS HOME i ALOJAMIENTO */
.elementor-element-e10b591 .e-con-inner > .elementor-element,
.elementor-element-59aa2a7 .e-con-inner > .elementor-element {
  transition: transform 0.3s ease-out, filter 0.3s ease-out;
  will-change: transform;
}

/* Quan el cursor està a sobre: lleuger augment de mida */
.elementor-element-e10b591 .e-con-inner > .elementor-element:hover,
.elementor-element-59aa2a7 .e-con-inner > .elementor-element:hover {
  transform: scale(1.04);
  filter: brightness(1.1);
}

/* FAQS */
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    border: none!important;
}

/* Scroll indicator enganxat a baix */
.scroll-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding-bottom: 20px;
  text-align: center;
  color: white;
}

.scroll-indicator .arrow {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 50%;
  margin: 10px auto 0;
  position: relative;
}

.scroll-indicator .arrow::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  animation: moveDown 1.5s infinite;
}

@keyframes moveDown {
  0% { transform: translateX(-50%) rotate(45deg) translateY(0); }
  50% { transform: translateX(-50%) rotate(45deg) translateY(6px); }
  100% { transform: translateX(-50%) rotate(45deg) translateY(0); }
}

/*TIMELINE*/
.twae-arrow {
  display: none !important;
}

.twae-content{
border: none!important;
box-shadow: none!important;
background: none!important;
padding-top:30px!important;
padding-left:0px!important;
}

.twae-story {
  position: relative !important;
}

.twae-labels {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  display: flex !important;
  justify-content: flex-end;
  z-index: 5;
}

.twae-label-big {
  font-size: 14px!important;
  font-weight: 400!important;
  text-align:left;
}


.twae-icondot{
  border-style: none!important;

}

.eael-accordion-content {
  border: none !important;
}

/* ACTIVITATS SVG */
/* ACTIVITATS SVG - Estat normal amb transició */
.elementor-widget.custom-svg-hover svg,
.elementor-widget.custom-svg-hover svg *,
.custom-svg-hover img {
    transition: all 0.1s ease !important;
}

/* ACTIVITATS SVG - Estat hover */
.elementor-widget.custom-svg-hover:hover svg,
.elementor-widget.custom-svg-hover:hover svg *,
.custom-svg-hover:hover img {
    fill: #A91122 !important;
    filter: brightness(0) saturate(100%) invert(13%) sepia(89%) saturate(2498%) hue-rotate(342deg) brightness(89%) contrast(98%) !important;
    transition: all 0.1s ease !important;
}

/* H3 dins del container custom-svg-hover - Estat normal */
.elementor-element.custom-svg-hover h3 {
    transition: color 0.2s ease !important;
}

/* H3 dins del container custom-svg-hover - Estat hover */
.elementor-element.custom-svg-hover:hover h3 {
    color: #A91122 !important;
    transition: color 0.2s ease !important;
}


/* ========================= */
/* ACTIVITATS - Cards amb icona + text */
/* ========================= */

.elementor-widget.custom-activitats svg,
.elementor-widget.custom-activitats svg *,
.custom-activitats img {
    transition: all 0.1s ease !important;
}

/* Estat hover dels SVG/IMG */
.elementor-widget.custom-activitats:hover svg,
.elementor-widget.custom-activitats:hover svg *,
.custom-activitats:hover img {
    fill: #A91122 !important;
    filter: brightness(0) saturate(100%) invert(13%) sepia(89%) saturate(2498%) hue-rotate(342deg) brightness(89%) contrast(98%) !important;
    transition: all 0.1s ease !important;
}

/* Text (H3, headings o similars) */
.elementor-element.custom-activitats h3,
.elementor-element.custom-activitats .elementor-heading-title {
    transition: color 0.2s ease !important;
    white-space: normal !important;      
    overflow-wrap: anywhere;             
    word-break: break-word;              
    hyphens: auto;                       
    line-height: 1.25;
    margin: 0;
    text-align: center !important;        
    max-width: 12ch;                     
}

/* Hover del text */
.elementor-element.custom-activitats:hover h3,
.elementor-element.custom-activitats:hover .elementor-heading-title {
    color: #A91122 !important;
    transition: color 0.2s ease !important;
}

/* Contenidor del card */
.custom-activitats.e-con,
.custom-activitats .elementor-widget-heading {
    overflow: hidden;
    text-align: center !important;        
}

/* Layout net dins el card */
.custom-activitats.e-con-boxed {
    display: flex;
    flex-direction: column;
    align-items: center;                  
    justify-content: flex-start;
}


/* CALENDAR*/ 
.wpbc_booking_form_simple {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

#booking_form_div1 {
  display: flex !important;
  justify-content: center !important;
}

.wpbc_container_booking_form {
  text-align: center !important;
}

.wpbc_cal_container {
  margin: 0 auto !important;
  display: block !important;
}

.wpbc_cal_container,
#calendar_booking1 {
  max-width: 100% !important;
  width: 100% !important;
}

/* Layout del calendari: 3 mesos en línia i separats
label[for="calendar1"] {
  display: none !important;
}

/* Llegenda de disponibilitat
.block_hints.datepick {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 10px 0;
  max-width: 100%;
}

.wpdev_hint_with_text {
  flex: 0 0 auto;
}

/* Responsive (opcional) — permet trencar a mòbil 
@media (max-width: 768px) {
  .datepick-inline.datepick-multi {
    flex-wrap: wrap !important;
    gap: 20px;
  }
}
*/

.wpbc_booking_form_simple .wpbc_r_calendar.wpbc_field label {
  display: none !important;
}

/* ESTIL CALENDARI CONFIRMACIO*/

.wpbc_ty__message {
  background: #fff;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 2px;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 20px!important;
  margin-bottom: 20px!important;
  width: 100%;
  box-sizing: border-box;

  /* Centrat horitzontal i vertical */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  color: #88b706;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2em;
}



/* SLIDER BORDER */
.elementor-image-carousel .swiper-slide,
.elementor-image-carousel .swiper-slide img,
.elementor-image-carousel .swiper-slide .swiper-slide-inner,
.elementor-image-carousel figure.swiper-slide-inner,
.elementor-image-carousel .swiper-wrapper {
    border-radius: 5px;
    overflow: hidden; /* Assegura que el border-radius es mostri correctament */
}

/* VIDEO ZONAS COMUNES */
.elementor-video {
    border-radius: 5px;
    overflow: hidden;
}

.elementor-video iframe {
    border-radius: 5px !important;
    display: block;
}

/*BOTONS DE COOKIES */
.cky-btn {
  border-radius: 5px !important;
}

.cky-banner-btn-close {
  padding: 0px 0px 0 0 !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Augmentar la mida de la icona (imatge de la creu) */
.cky-banner-btn-close img {
  width: 10px !important;
  height: 10px !important;
}



/* ESTIL ENTRADES */
/* Eliminar limitació d'amplada del contenidor només per entrades */
body.single-post #content.site-content > .ast-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}


/*COTXE / TREN / AVIIO */
.tabs-fixes-ample {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
}

.tabs-fixes-ample .eael-advanced-tabs,
.tabs-fixes-ample .eael-tabs-nav,
.tabs-fixes-ample .eael-tabs-content {
  width: 100% !important;
  box-sizing: border-box;
}

.tabs-fixes-ample .eael-tab-item-trigger {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*SECCIÓ SERVICIOS ACCORDION */

.features-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:120px;
  row-gap:35px;
  max-width:900px;
  margin:0 auto;
}
.feature-item{
  display:flex;
  align-items:center;
  font-family:'Montserrat',sans-serif;
  font-size:16px;
  color:#5a4d42;
  text-align:left;
}
.feature-item img{
  width:50px;
  height:50px;
  margin-right:14px;
  flex-shrink:0;
}

.eael-accordion-content > p {
  margin: 0; 
  padding: 0;
}
.eael-accordion-content > p > .features-grid {
  margin-top: 0; /* assegura’t que no hi hagi espai superior */
}

@media (max-width:768px){
  .features-grid{ grid-template-columns:1fr; row-gap:30px; }
}


/*CALENDAR BOOKING COLOR */
/* Dies "reservado"*/
.wpbc_booking_form_simple td.date_approved .date-cell-content {
  background: #ef4444 !important;
  color: #fff !important;
  border-radius: 6px;
}

/* Dies "pendiente"*/
.wpbc_booking_form_simple td.date2approve .date-cell-content {
  background: #9a9a9a !important;
  color: #fff !important;
  border-radius: 6px;
}

/* Header centered */
@media (min-width:1025px){
  .site-header .ast-primary-header-bar{
    transform: translateX(100px);
  }
}

/* Llistes dins de contingut i Elementor */
.entry-content ul,
.entry-content ol,
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  list-style-position: outside !important;  /* punts fora */
  padding-left: 1.6em !important;           /* espai a l'esquerra (controla'l aquí) */
  margin-left: 0 !important;
}

/* Evita sagnies estranyes i garanteix l'alineació de línies */
.entry-content li,
.elementor .elementor-widget-text-editor li {
  text-indent: 0 !important;
  padding-left: .2em !important;            /* separació punt ↔ text */
}
/*
.custom-svg-hover .elementor-widget-container {
  width: 100% !important;
  min-width: 50px !important;
}

.custom-svg-hover .elementor-widget-container img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
*/