/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */





.about-kicker{
  display:flex;
  align-items:center;
  gap:14px;
  color: #C8A24A!important;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.18em;
  margin-bottom:25px;
}

.kicker-line{
  width:35px;
  height:2px;
  background:var(--gold);
  flex:0 0 auto;
}













/* --- CONTAINER --- */
.at-grid-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* --- GRID CONFIG: 2 COLONNE --- */
.at-2col-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Desktop: 2 colonne */
    gap: 40px;
}

/* --- CARD STYLE --- */
.at-card-premium {
    background: #121b2e; /* Navy scuro coerente con il sito */
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.at-card-premium:hover {
    transform: translateY(-12px);
    border-color: rgba(200, 162, 74, 0.3);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

/* --- IMAGE --- */
.at-card-premium__image {
    height: 280px;
    overflow: hidden;
}

.at-card-premium__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.at-card-premium:hover .at-card-premium__image img {
    transform: scale(1.08);
}

/* --- CONTENT --- */
.at-card-premium__content {
    padding: 45px;
    font-family: 'Inter', sans-serif;
}

.at-card-premium__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.at-card-premium__excerpt {
    font-size: 16px;
    line-height: 1.7;
    color: #d1d1d1; /* Grigio neutro caldo */
    margin-bottom: 35px;
}

/* --- LINK TESTUALE (Stile Notaio Turco) --- */
.at-card-premium__link {
    display: inline-block;
    color: #c8a24a; /* Oro */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-decoration: none;
    position: relative;
    padding-bottom: 8px;
}

.at-card-premium__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #c8a24a;
    transition: width 0.3s ease;
}

.at-card-premium__link:hover::after {
    width: 100%;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .at-2col-grid {
        grid-template-columns: 1fr; /* Tablet/Mobile: 1 colonna */
        gap: 30px;
    }
    
    .at-card-premium__content {
        padding: 35px;
    }
    
    .at-card-premium__image {
        height: 220px;
    }
}




.uc_post_image {
    padding: 30px!important;
}





ul#sm-1769163140078852-2 {
    padding: 10px 5px!important;
}






@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown .sub-menu.elementor-nav-menu--dropdown {
    margin-left: 14px !important; /* aumenta/diminuisci a gusto */
    margin-right: 14px !important;
  }
}











:root{
  --header-width: 1240px; /* metti qui la tua larghezza Elementor (es. 1140 / 1200 / 1240) */
  --header-top: 18px;     /* distanza dall’alto */
}

.header-principale{
  position: fixed;
  top: var(--header-top);
  left: 50%;
  transform: translateX(-50%);
  
  width: min(var(--header-width), calc(100vw - 32px));
  z-index: 99999;

  /* opzionale: look elegante */
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.06);
}






/* Container principale */
.footer-contatti {
  margin-top: 25px;
  font-family: 'Inter', sans-serif;
}

/* Linea divisoria */
.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

/* Etichetta */
.label-chiama {
  color: #a0aec0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px 0;
}

/* Container numeri */
.numeri-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Numero telefono */
.numero-tel {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  display: block;
}

/* Label città */
.numero-tel span {
  font-size: 14px;
  font-weight: 400;
  color: #a0aec0;
  margin-right: 6px;
}

/* Hover dorato IdealCaffè */
.numero-tel:hover {
  color: #c9a348;
}
