/*
Theme Name: Hello Child
Description: A lightweight child theme that extends the Parent Theme.
Author: Author
Author URI:   https://example.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom-colors, custom-menu, responsive-layout
Text Domain: hello-elementor
*/


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


/* Stato HOVER della card servizi*/
.hover-card {
  border: 2px solid #121110; 
}


.hover-card:hover {
  border-color: #f05130;
  box-shadow: 0 0 10px #f05130, 
              0 0 25px rgba(240, 81, 48, 0.6);
  transform: translateY(-4px); 
}

/* ==========================================================================
   2. EFFETTO SPECIFICO SOLO PER LE CARD DELLE SALE (TITOLO + BOTTONE)
   ========================================================================== */

/* Sposta il titolo inizialmente verso il basso solo nelle sale */
.hover-card-sala .elementor-widget-heading {
    transform: translateY(50px); 
    transition: transform 0.4s ease;
}

/* Nascondi il pulsante solo nelle sale */
.hover-card-sala .elementor-widget-button {
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px); 
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

/* HOVER SALE: Il titolo sale e il bottone compare */
.hover-card-sala:hover .elementor-widget-heading {
    transform: translateY(0);
}

.hover-card-sala:hover .elementor-widget-button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hover-card-sala {
  border: 2px solid #121110; 
}


.hover-card-sala:hover {
  border-color: #f05130;
  box-shadow: 0 0 10px #f05130, 
              0 0 25px rgba(240, 81, 48, 0.6);
  transform: translateY(-4px); 
}


/* ==========================================================================
                            CF7 PRESET — layout griglia 
   ========================================================================== */
 
.wpcf7-form .cf7-row-2col {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 14px;
}

.wpcf7-form .cf7-row-2col span .wpcf7-form-control-wrap {
  display: inline;
}
 
.wpcf7-form .cf7-full {
  margin-bottom: 14px;
}

.wpcf7-form .wpcf7-submit:hover {
background: #be3e23 !important;
	color: white !important;
}

.cf7-full textarea {
  height: 200px;
}

.wpcf7-form .cf7-privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-left: -15px;
  font-size: 15px
  line-height: 1.4;
  font-weight: 300;
}

.wpcf7-form .cf7-privacy a {
  font-size: 15px;
	line-height: 1.4;
  font-weight: 300;
}

[type=button], [type=submit], button {
border: none!important;
}

