/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Tema child per Hello Elementor.
Author: MTP Web
Author URI: https://www.mtpweb.it/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Inserisci qui il tuo CSS personalizzato */

h1, h2, h3, h4, h5{
  font-family: "Cormorant Garamond", serif !important;
}
body, p{
  font-family: "Raleway", sans-serif !important;
}

.hero-eyebrow {
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #af8447;
    margin-bottom: 24px;
	font-weight: 600;
  }

  .hero-title {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(40px, 7vw, 80px);
    font-weight: 400;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 24px;
  }
  .hero-title em { color: #af8447; font-style: italic; }

  .hero-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    max-width: 560px;
    margin: 0 auto 40px;
    line-height: 1.8;
	  font-weight: 600;
  }
 .promise-bar {
    padding: 20px;
    text-align: center;
  }
  .promise-bar p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	  margin-bottom: 0px !important;
  }
.gold-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #af8447;
    margin-bottom: 16px;
  }

  .section-title {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 400;
    color: #000;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .section-title span { color: #af8447 !important; font-style: italic; }

  .section-subtitle {
    font-size: 16px;
    color: var(--text);
    max-width: 620px;
    margin-bottom: 40px;
    line-height: 1.8;
  }

  .divider {
    width: 60px;
    height: 2px;
    background: #af8447;
    margin: 20px 0 30px;
  }
#box-contatore {
    background-color: #af8447;
    position: absolute;
    bottom: -15px;
    right: -15px;
    padding: 20px;
}
span.elementor-counter-number,
span.elementor-counter-number-prefix,
.elementor-counter-title{
    color: #000 !important;
}
.elementor-counter-title {
    text-align: center !important;
}
.hero-scroll {
       display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    letter-spacing: 3px;
    margin: 0 auto !important;
    text-transform: uppercase;
  }
  .scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(201,168,76,0.8), transparent);
  }

.hero-scroll a {
    color: #fff !important;
    font-weight: 600 !important;
}
.section-title em {
    color: #af8447 !important;
}

.service-card {
    background: #fff;
    padding: 44px 34px;
    border-top: 2px solid transparent;
    border: 1px solid rgba(175,132,71,0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: #af8447;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
  }
  .service-card:hover::before { transform: scaleX(1); }
  .service-card:hover { background: #2a2a2a; }

  .service-number {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 52px;
    color: rgba(201,168,76,0.12);
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .service-name {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 19px;
    color: #000;
    margin-bottom: 14px;
    line-height: 1.3;
  }
  .service-desc {
    font-size: 14px;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .service-link {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #af8447;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    transition: gap 0.2s;
  }
  .service-link:hover { gap: 14px; }

.service-card:hover .service-name,
.service-card:hover .service-number,
.service-card:hover .service-desc,
.service-card:hover .service-link{
	color: #fff !important;
}
.stats-bar {
    background: #af8447;
    padding: 50px 20px;
  }
  .stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  .stat-num {
    font-family: var(--font-serif);
    font-size: 48px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
  }
  .stat-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.65);
    font-weight: 600;
  }

.steps { margin-top: 40px; display: flex; flex-direction: column; gap: 28px; }
  .step { display: flex !important; gap: 24px; align-items: flex-start; }
  .step-num {
    min-width: 44px; height: 44px;
    border: 1px solid #af8447;
    color: #af8447;
    font-family: var(--font-serif);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .step-text strong { display: block; color: #fff; font-size: 15px; margin-bottom: 6px; }
  .step-text p { font-size: 14px; color: var(--text); }

.step .elementor-widget-text-editor {
    display: flex;
}
.step-text p {
    color: #fff !important;
}
.galleria img {
    min-height: 290px !important;
}
.elementor-slideshow__title {
    display: none !important;
}
.page-header {
    display: none !important;
}
.contact-bar {
    background: var(--cream);
    padding: 50px 20px;
    border-top: 1px solid rgba(175,132,71,0.2);
  }
  .contact-bar-inner {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .contact-item { display: flex; align-items: center; gap: 14px; }
  .contact-item-icon {
    width: 46px; height: 46px;
    border: 1px solid #af8447;
    color: #af8447;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }
  .contact-item-text small {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #af8447;
    margin-bottom: 4px;
  }
  .contact-item-text span {
    display: block;
    font-size: 15px;
    color: #000;
  }
  #footer-copy{
    width: 100%;
    background-color: #000;
    padding: 50px 0;
  }
  #crediti{
    color: #fff;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
  }
    #crediti a{
      color: #fff !important;
      font-weight: 700 !important;;
    }
    p.site-description.show {
    display: none !important;
}
.site-logo.show img {
    max-width: 200px !important;
    width: 100% !important;
}
ul#menu-main li a {
    text-transform: uppercase !important;
    color: #000;
    font-size: 14px !important;
}
ul#menu-main li a:hover {
    color: #af8447;
}
header#site-header {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    background-color: #fff !important;
}
.prenota-ora a {
    background-color: #af8447;
    color: #fff !important;
    font-weight: 700;
}
.prenota-ora a:hover {
    color: #fff !important;
}