/*
	Theme Name: Theme Base
	Theme URI: 
	Author:  Veronika Udod
	Author URI: 
	Version: 2.0
	Description: 
	Tags: 
	Licence: GPL v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: ecoffset.it
*/

/* ========================================
   FONTS
======================================== */

@font-face{
  font-family: 'Klapt';
  src: url('inc/assets/fonts/Klapt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Klapt';
  src: url('inc/assets/fonts/Klapt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Klapt';
  src: url('inc/assets/fonts/Klapt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Klapt';
  src: url('inc/assets/fonts/Klapt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Inconsolata';
  src: url('inc/assets/fonts/Inconsolata-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inconsolata';
  src: url('inc/assets/fonts/Inconsolata-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Inconsolata';
  src: url('inc/assets/fonts/Inconsolata-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Klapt', sans-serif;
}

body, p {
	font-family: 'Inconsolata', monospace;
	font-weight: 400;
}

/* ========================================
   BASE STYLES
======================================== */

:root{
	--black: #2A2A2A;
	--white: #F0F0F0;
	--sidebar-w: 236px;
	--header-h: 80px;
}

body{
	width: 100%;
	overflow-x: hidden;
	margin: 0;
}

html{
	overflow-x: hidden;
}

h1{
	font-size: 70px;
	font-weight: 500;
}

h2{
	font-size: 55px;
	line-height: 65px;
	font-weight: 500;
}

h3{
	font-size: 44px;
	font-weight: 500;
}

h4{
	font-size: 35px;
	font-weight: 500;
}

h5{
	font-size: 28px;
	font-weight: 500;
}

h6{
	font-size: 22.5px;
	line-height: 27px;
	font-weight: 500;
}

p{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
}

/* ========================================
   LAYOUT UTILITIES
======================================== */

.pad-safe { 
	padding-left: var(--sidebar-w); 
	padding-top: var(--header-h); 
}

.pad-left-safe { 
	padding-left: var(--sidebar-w); 
}

.pad-top-safe { 
	padding-top: var(--header-h); 
}

.full-bleed{
	width: 100vw; 
	max-width: 100vw;
	margin-left: 0; 
	margin-top: 0;
	padding: 0 !important;           
	position: relative; 
	overflow: hidden;
}

.sfondo-nero-sidebar {
	position: relative;
}

.sfondo-nero-sidebar::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: var(--sidebar-w);
	height: 100%;
	background: rgba(0,0,0,1);
	-webkit-backdrop-filter: blur(33px);
	backdrop-filter: blur(33px);
}

.sfondo-nero-sidebar > * {
	position: relative;
	z-index: 1; 
}

.hero-texture-effect {
  position: relative;
}

.hero-texture-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6E6E6;
  opacity: 0.5;
  z-index: 5;
  pointer-events: none;
}

.hero-texture-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2025/09/Rectangle-22.png);
    background-repeat: repeat;
    background-size: 80px;
    mix-blend-mode: color-burn;
    opacity: 1;
    z-index: 6;
    pointer-events: none;
}

.hero-texture-effect .elementor-element,
.hero-texture-effect .elementor-widget,
.hero-texture-effect p,
.hero-texture-effect h1,
.hero-texture-effect h2,
.hero-texture-effect h3 {
  position: relative;
  z-index: 10 !important;
}

@media(max-width:1024px){
	.sfondo-nero-sidebar::after{
		display:none;
	}
}
/* ========================================
   SIDEBAR
======================================== */

.site-sidebar{
	position: fixed;
	inset: 0 auto 0 0;
	width: var(--sidebar-w);
	background: rgba(255,255,255,0.12);
	-webkit-backdrop-filter: blur(33px);
	backdrop-filter: blur(33px);
	border-right: 2px solid white;
	color:#fff;
	z-index: 100;                       
}

.site-sidebar-inner{
	height:100%;
	display:flex;
	flex-direction:column;
	padding-top: 160px;                  
	padding-bottom: 80px;               
	padding-left: 20px;                
	padding-right: 20px;
}

.site-sidebar .sidebar-nav{
	margin:0; 
	padding:0; 
	list-style:none;
	display:flex; 
	flex-direction:column; 
	gap:12px;
	align-items:flex-start;
}

.site-sidebar .sidebar-nav a{
	display:block;
	font-family:'Inconsolata', monospace;
	font-size: clamp(15px, calc(15px + (20 - 15) * ((100vw - 480px) / (1400 - 480))), 20px);
	letter-spacing:1px;
	color: white;
	text-decoration:none;
	transition:color .25s ease;
	text-transform: uppercase;
	font-weight: 400!important;
}

.site-sidebar .sidebar-nav a:hover{ 
	color:#ffffff; 
}

.site-sidebar .sidebar-logo{
	margin-top:auto;
	display:block;
	text-align:center;
}

.site-sidebar .sidebar-logo img{
	max-width: 200px;
	height:auto;
	display:inline-block;
}

.site-sidebar .sidebar-nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Inconsolata', monospace;
	font-size: clamp(15px, calc(15px + (20 - 15) * ((100vw - 480px) / (1400 - 480))), 20px);
	letter-spacing: 1px;
	color: white;
	text-decoration: none;
	transition: color .25s ease;
	text-transform: uppercase;
	font-weight: 400 !important;
	position: relative;
	gap:15px;
}

.site-sidebar .sidebar-nav a::after {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color 0.3s ease;
	flex-shrink: 0;
}

.site-sidebar .sidebar-nav a.active::after {
	background-color: white;
}

.site-sidebar .sidebar-nav a:hover {
	color: #ffffff;
}

@media(max-width:1024px){
	.site-sidebar{
		display:none;
	}
}

/* ========================================
   HEADER & NAVIGATION
======================================== */

.site-header{
	position: fixed;
	top: 0; 
	left: 0; 
	right: 0;
	height: var(--header-h);           
	z-index: 120;                       
}

.header-blur-nav{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.15);
	-webkit-backdrop-filter: blur(33px);
	backdrop-filter: blur(33px);
}

.main-menu{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
	gap:0;
	height: 100%;
	border-bottom: 2px solid white;
}

.main-menu > li{ 
	position:relative; 
	height:100%; 
}

.main-menu > li > a{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:25px 28px;
	font-family:'Inconsolata', monospace;
	font-weight:400;
	font-size: clamp(16px, calc(16px + (30 - 16) * ((100vw - 480px) / (1400 - 480))), 30px);
	letter-spacing:2.64px;
	line-height:1;
	color:#FFFFFF;
	text-decoration:none;
	transition: color 800ms ease;
	height: 100%;
	width: var(--sidebar-w);
	border-right: 2px solid white;
	text-transform:uppercase;
	gap:5px;
}

.main-menu > li > a::after{
  content:" +";
  margin-left:8px;
}

.main-menu > li.current-menu-item > a::after,
.main-menu > li.current-menu-ancestor > a::after{
  content:" -";
}

.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-ancestor > a{
	background:#E4CDA8; 
	color:#000000;
}

.main-menu > li > a:hover{ 
	color:#000000; 
}

.main-menu > li.menu-open > a{ 
	color:#000000; 
}

/* Submenu Dropdown */
.main-menu .submenu-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	background: #fffffffc;
	backdrop-filter: blur(33px);
	-webkit-backdrop-filter: blur(33px);
	border-bottom: 2px solid white;
	z-index: 110;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease-out;
}

.main-menu > li.menu-item-has-children:hover .submenu-wrapper {
	display: flex;
	opacity: 1;
	transform: translateY(0);
	border-bottom: 1px solid black;
}

.submenu-wrapper {
	display: flex;
	flex-direction: row;
}

.submenu-wrapper .submenu-column-left {
	width: 800px;
	background: transparent;
	border-right: 2px solid white;
	display: flex;
	flex-direction: column;
	border-right: 0.5px solid black;
}

.submenu-wrapper .submenu-column-right {
	flex: 1;
	background: transparent;
}

.submenu-column-left .submenu-parent-title {
	background: rgba(255,255,255,0.05);
	color: #A4A3A3;
	padding: 17px 80px;
	font-family: 'Inconsolata', monospace;
	font-weight: 400;
	font-size: clamp(15px, calc(15px + (20 - 15) * ((100vw - 480px) / (1400 - 480))), 20px);
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 0;
	opacity: 0.7;
	padding-top:200px;
	border-bottom: 0.5px solid black;
}

.submenu-column-left .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.15);
	counter-reset: submenu-counter;
}

.submenu-column-left .sub-menu li {
	margin: 10px 0;
	background-color:white;
}

.submenu-column-left .sub-menu li:last-child {
	border-bottom: none;
}

.submenu-column-left .sub-menu a {
	display: block;
	padding: 20px 0 20px 80px;
	font-family: 'Inconsolata', monospace;
	font-weight: 500;
	font-size: clamp(30px, calc(30px + (40 - 30) * ((100vw - 480px) / (1400 - 480))), 40px);
	letter-spacing: 1px;
	color: black;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.submenu-column-left .sub-menu a::after {
	content: "0" counter(submenu-counter);
	counter-increment: submenu-counter;
	position: absolute;
	transform: translate(30%, -20%);
	transition: color 0.3s ease;
	font-weight: 400;
	color: #A4A3A3;
	font-size: clamp(20px, calc(20px + (25 - 20) * ((100vw - 480px) / (1400 - 480))), 25px);
}

.submenu-column-left .sub-menu a:hover {
	background: #E4CDA8;
	color: #000000;
}

.main-menu > li.menu-item-has-children:hover > a {
	color: #000000;
}

@media (max-width: 800px) {
    .site-header{
		height:auto;
	}
    .main-menu {
        display: flex;
        justify-content: space-between; 
    }

    .main-menu > li {
        flex: 1;
    }

    .main-menu > li > a {
        width: 100%;
        padding: 40px 0 30px;
        border-right: 1px solid white;
        /* font-size: 16px; */
        color: black;
    }

    .main-menu > li:last-child > a {
        border-right: none;
    }
}

@media (max-width: 1024px) {
  
  .main-menu .submenu-wrapper {
    position: fixed;         
    left: 0;
    right: 0;
    top: var(--header-h);     
    width: 100%;
    max-width: 100%;
    background: #FFFFFFE5;
    border-bottom: 1px solid black;
    z-index: 110;
    transform: none;         
    opacity: 0;               
    display: none;           
    flex-direction: column;   
  }

  .main-menu > li.menu-item-has-children:hover .submenu-wrapper,
  .main-menu > li.menu-open .submenu-wrapper { 
    display: flex;
    opacity: 1;
  }

  .submenu-wrapper .submenu-column-left {
    width: 100%;
    border-right: none;
  }

  .submenu-wrapper .submenu-column-right {
    width: 100%;
  }

  .submenu-column-left .submenu-parent-title {
    padding: 16px 24px;
    font-size: clamp(12px, calc(12px + (16 - 12) * ((100vw - 480px) / (1400 - 480))), 16px);
    padding-top: 16px; 
    border-bottom: 0.5px solid black;
    opacity: 0.8;
  }

  .submenu-column-left .sub-menu {
    background: #fff;          
  }

  .submenu-column-left .sub-menu li {
    margin: 0;                
    border-bottom: 0.5px solid #00000020;
  }

  .submenu-column-left .sub-menu li:last-child {
    border-bottom: none;
  }

  .submenu-column-left .sub-menu a {
    padding: 16px 24px;        
    font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 480px) / (1400 - 480))), 22px);          
    letter-spacing: 0.5px;
  }

  .submenu-column-left .sub-menu a::after {
    right: 16px;               
    left: auto;
    transform: none;
    font-size: clamp(12px, calc(12px + (16 - 12) * ((100vw - 480px) / (1400 - 480))), 16px);
  }

  .main-menu > li.menu-item-has-children:hover > a,
  .main-menu > li.menu-open > a {
    color: #000;
  }
}

.header-content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.main-menu-wrapper {
  flex: 1;
}


/* ========================================
   PRIVACY POLICY PAGE - HEADER BACKGROUND
======================================== */

/* Sostituisci "page-id-XXX" con l'ID effettivo della tua pagina privacy policy */
.page-id-1222  .site-header,
.page-privacy-policy .site-header,
.page-privacy .site-header {
  position: relative;
	box-shadow: none !important;
}

.page-id-1222  .site-header::after,
.page-privacy-policy .site-header::after,
.page-privacy .site-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,1);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  z-index: -1;
}

.page-id-1222  .site-header .header-content-wrapper,
.page-privacy-policy .site-header .header-content-wrapper,
.page-privacy .site-header .header-content-wrapper {
  position: relative;
  z-index: 1;
}
body.page-id-1222 .sidebar-nav{
	display:none;
}
/* Responsive: rimuovi l'effetto su mobile come per la sidebar */
@media(max-width:1024px){
  .page-id-XXX .site-header::after,
  .page-privacy-policy .site-header::after,
  .page-privacy .site-header::after {
    display: none;
  }
}
/* ========================================
   LANGUAGE SWITCHER
======================================== */
.language-switcher {
  position: absolute;
  right: 40px;
  top: 20px;
  transform: none;
  display: flex;
  background: #0F0F0F;
  border-radius: 38px;
  padding: 0;
  gap: 0;
  overflow: hidden;
  height: 41px;
  z-index: 130;
  display: none;
}
.lang-option {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 38px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: transparent;
  position: relative;
  gap: 10px;
  z-index: 2;
  height: 41px;
  box-sizing: border-box;
}
.lang-option.active {
  background: white;
}
.flag-icon {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 2px;
  transition: opacity 0.4s ease;
}
.lang-text {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 100%;
}
.lang-option.active .lang-text {
  color: #2A2A2A;
}
.lang-option:not(.active) .lang-text {
  color: #FFFFFF;
}
.lang-option.active .flag-icon {
  opacity: 1;
}
.lang-option:not(.active) .flag-icon {
  opacity: 0.5;
}

@media (max-width: 888px) {
  .language-switcher {
    right: 15px;
    top: 95px;
    transform: none;
    position: fixed;
    z-index: 150;
  }
  
  
}
/* ========================================
   HERO SECTION
======================================== */

.hero-title h1{
	font-family: Klapt;
	font-weight: 500;
	font-size: clamp(45px, calc(45px + (90 - 45) * ((100vw - 480px) / (1400 - 480))), 90px);
	line-height: 1.1;
	text-transform: uppercase;
}

.hero-content p {
	font-family: Inconsolata;
	font-weight: 400;
	font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 480px) / (1400 - 480))), 20px);
	line-height: clamp(15px, calc(15px + (20 - 15) * ((100vw - 480px) / (1400 - 480))), 20px);
	letter-spacing: 0px;
}

.hero-call-to-action p{
	font-family: Inconsolata;
	font-weight: 400;
	font-size: clamp(22px, calc(22px + (28 - 22) * ((100vw - 480px) / (1400 - 480))), 28px);
	letter-spacing: 0px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
}

.hero-call-to-action svg {
	width: 18px !important;
	max-height: 32px;
	padding-top: 10px;
}

/* ========================================
   ABOUT SECTION
======================================== */

.about-subtitle{
	font-family: Inconsolata;
	font-weight: 400;
	font-size: clamp(25px, calc(25px + (30 - 25) * ((100vw - 480px) / (1400 - 480))), 30px);
	line-height: clamp(94px, calc(94px + (118.99 - 94) * ((100vw - 480px) / (1400 - 480))), 118.99px);
	letter-spacing: 0px;
	vertical-align: middle;
	text-transform: uppercase;
}

.bg-gold-white{
	background-color:#DAB986;
}

.about-title h2{
	font-family: Klapt;
	font-weight: 500;
	font-size: clamp(25px, calc(25px + (80 - 25) * ((100vw - 480px) / (1400 - 480))), 80px);
	line-height: clamp(33px, calc(33px + (80 - 33) * ((100vw - 480px) / (1400 - 480))), 80px);
	letter-spacing: 5px;
	text-transform: uppercase;
}

.about-our-story .elementor-widget-heading p {
	font-family: Inconsolata;
	font-weight: 400;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 480px) / (1400 - 480))), 20px);
	line-height: 100%;
	letter-spacing: 0px;
	vertical-align: middle;
	text-transform: uppercase;
}

.about-our-story .elementor-widget-text-editor p {
	font-family: Inconsolata;
	font-weight: 400;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 480px) / (1400 - 480))), 20px);
	line-height: clamp(16px, calc(16px + (20 - 16) * ((100vw - 480px) / (1400 - 480))), 20px);
	letter-spacing: 0px;
}

@media(max-width:1024px){
	.bg-gold-white{
		background-color:white;
	}
}

/* ========================================
   VALUES SECTION
======================================== */

.ourvalure-title p{
	font-family: Inconsolata;
	font-weight: 400;
	font-size: clamp(16px, calc(16px + (30 - 16) * ((100vw - 480px) / (1400 - 480))), 30px);
	vertical-align: middle;
	text-transform: uppercase;
}

.ourvalue-description p{
	font-family: Inconsolata;
	font-weight: 500;
	font-size: clamp(36px, calc(36px + (45 - 36) * ((100vw - 480px) / (1400 - 480))), 45px);
	line-height: clamp(34px, calc(34px + (50 - 34) * ((100vw - 480px) / (1400 - 480))), 50px);
	letter-spacing: -1px;
}
@media(max-width:1024px){
	.ourvalue-description p{
		text-transform:uppercase;
	}
}
/* ========================================
   SERVICES SECTION
======================================== */

.ourservices-title h2{
	font-family: Klapt;
	font-weight: 500;
	font-size: clamp(50px, calc(50px + (80 - 50) * ((100vw - 480px) / (1400 - 480))), 80px);
	line-height: clamp(60px, calc(60px + (100 - 60) * ((100vw - 480px) / (1400 - 480))), 100px);
	letter-spacing: 5px;
	text-transform: uppercase;
}

/* ========================================
   CONTACT SECTION
======================================== */

.contact-title h2{
	font-weight: 500;
	font-size: clamp(40px, calc(40px + (70 - 40) * ((100vw - 480px) / (1400 - 480))), 70px);
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.contact-button a{
	font-weight: 400;
	font-size: clamp(18px, calc(18px + (30 - 18) * ((100vw - 480px) / (1400 - 480))), 30px);
	letter-spacing: 0.66px;
	text-transform: uppercase;
	border-radius: 32px;
	padding: 5px 20px;
}

/* ========================================
   FOOTER
======================================== */

.site-footer {
	background-color: #f8f9fa;
	padding: 80px 120px 120px 0;
	border-top: 1px solid #e9ecef;
}

.footer-container {
	padding-left: 360px;
	padding-right: 20px;
}

.footer-header {
	margin-bottom: 20px;
}

.footer-logo {
	font-size: clamp(25px, calc(25px + (33.65 - 25) * ((100vw - 480px) / (1400 - 480))), 33.65px);
	font-weight: bold;
	color: #282828;
	margin: 0;
	font-family: Inconsolata;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.footer-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 60px;
	margin-bottom: 20px;
	align-items: start;
}

.footer-brand {
	padding-right: 20px;
	max-width: 55%;
}

.footer-description {
	color: #282828;
	font-weight: 400;
	font-size: clamp(13px, calc(13px + (17.12 - 13) * ((100vw - 480px) / (1400 - 480))), 17.12px);
	line-height: clamp(12px, calc(12px + (15.41 - 12) * ((100vw - 480px) / (1400 - 480))), 15.41px);
}

.footer-contact p, .footer-contact a {
	font-family: Inconsolata;
	font-weight: 400;
	font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 480px) / (1400 - 480))), 18px);
	line-height: clamp(16px, calc(16px + (20 - 16) * ((100vw - 480px) / (1400 - 480))), 20px);
}
.footer-contact a {
	color: #282828;
}

.footer-address {
	margin-bottom: 8px;
	line-height: 1.4;
}

.footer-phone {
	margin-bottom: 0;
}

.footer-bottom {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
	padding-top: 70px;
	color: #767A7C;
	font-weight: 500;
	font-size: clamp(12px, calc(12px + (16 - 12) * ((100vw - 480px) / (1400 - 480))), 16px);
}

.footer-copyright p {
	margin: 0;
}

.footer-links {
	justify-self: center;
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-link {
	text-decoration: none;
	transition: color 0.3s ease;
	color: #767A7C;
}

.footer-link:hover {
	color: #333;
}

.separator {
	color: #ccc;
	font-size: 14px;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 25px;
}

.follow-text {
	color: #767A7C;
	font-size: clamp(12px, calc(12px + (16 - 12) * ((100vw - 480px) / (1400 - 480))), 16px);
	font-weight: 500;
	text-transform: uppercase;
}

.social-icons {
	display: flex;
	gap: 15px;
}

.social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width:1024px){
	.footer-container {
		padding:30px 25px 13px;
	}
	.site-footer {
	    padding: 0;	   
	}

	.footer-bottom{
		padding-top:25px;
		display: flex;
		justify-content: space-between;
	}
	.footer-links {
	    display: flex;
	    gap: 8px;
	    align-items: center;
	}
	.footer-brand {
	    padding-right: 20px;
	    max-width: 100%;
	}
}
@media(max-width:768px){
	.footer-social{
		display:none;
	}
}
@media (max-width: 500px) {
    .footer-header {
        margin: 0;
    }

    .footer-logo {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .footer-content {
        gap: 0;
        margin: 0;
    }

    .footer-brand {
        max-width: none;
    }

    .footer-description {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-contact p {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-bottom {
        font-size: 14px;
        line-height: 100%;
    }

    .footer-copyright p {
        font-size: 14px;
        line-height: 100%;
    }
}

/* ========================================
 * ========================================
 * ========================================
   SERVIZZI
========================================
========================================
======================================== */

/* ========================================
   HERO SERVIZI
======================================== */
.hero-title-service h1 {
    font-family: Klapt;
    font-weight: 500;
    font-size: clamp(30px, calc(30px + (90 - 30) * ((100vw - 480px) / (1400 - 480))), 90px);
    line-height: 1.1;
    text-transform: uppercase;
}

.bg-blur-service {
  background: rgba(255, 255, 255, 0.15);  
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
/*
.bg-overlay-light{
  background: #FFFFFF1A;  
  -webkit-backdrop-filter: blur(33.05px);
  backdrop-filter: blur(33.05px);
}
*/

.bg-overlay-light {
  position: relative;
  background: transparent !important;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
	
}

.bg-overlay-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/wp-content/uploads/2025/09/texture-monotone.png');
  background-repeat: repeat;
  background-size: 900px;
  mix-blend-mode: color-burn;
  opacity: 0.25;
  pointer-events: none;
}
.service-hero-p div{
	font-weight: 400;
	font-size: clamp(20px, calc(20px + (25 - 20) * ((100vw - 480px) / (1400 - 480))), 25px);
	line-height: clamp(28px, calc(28px + (35 - 28) * ((100vw - 480px) / (1400 - 480))), 35px);
	text-transform: uppercase;
}

.service-hero-p{
	font-weight: 400;
	font-size: clamp(20px, calc(20px + (25 - 20) * ((100vw - 480px) / (1400 - 480))), 25px);
	line-height: clamp(28px, calc(28px + (35 - 28) * ((100vw - 480px) / (1400 - 480))), 35px);
	text-transform: uppercase;
}

.service-hero-plus h2{
	font-weight: 500;
	font-size: clamp(85px, calc(85px + (135 - 85) * ((100vw - 480px) / (1400))), 135px);
line-height: clamp(88px, calc(88px + (132 - 88) * ((100vw - 480px) / (1400 - 480))), 132px);
text-align: right;
}
/* ========================================
IL SERVIZIO

======================================== */
.servizi-ilservizio-title p{
font-size: clamp(24px, calc(24px + (30 - 24) * ((100vw - 480px) / (1400 - 480))), 30px);
line-height: clamp(28px, calc(28px + (35 - 28) * ((100vw - 480px) / (1400 - 480))), 35px);
text-transform: uppercase;
}

.servizi-ilservizio-h2 h2{
font-weight: 700;
font-size: clamp(32px, calc(32px + (42.37 - 32) * ((100vw - 480px) / (1400 - 480))), 42.37px);
line-height: 1.1;
text-transform: uppercase;
}
.servizi-ilservizio-p p{
font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 480px) / (1400 - 480))), 20px);
line-height: clamp(24px, calc(24px + (30 - 24) * ((100vw - 480px) / (1400 - 480))), 30px);
}

/* ========================================
TIPOLOGIE
======================================== */

.tipologie-title h2{font-weight: 700;font-size: clamp(34px, calc(34px + (70 - 34) * ((100vw - 480px) / (1400 - 480))), 70px);line-height: 1;letter-spacing: 5px;text-transform: uppercase;}




/* ========================================
 * ========================================
 * ========================================
   SERVIZZI
========================================
========================================
======================================== */



/* ========================================
   HERO CONTATTI
======================================== */
.contact-subtitle p{
	font-weight: 500;
	font-size: clamp(35px, calc(35px + (50 - 35) * ((100vw - 480px) / (1400 - 480))), 50px);
	line-height: 1;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #003F45, #FFFFFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.contact-phone-email p{
	font-weight: 500;
	font-size: clamp(18px, calc(18px + (25 - 18) * ((100vw - 480px) / (1400 - 480))), 25px);
	color: white;
	background-color: #00000066;
	border-radius: 35px;
	padding: 3px 25px;
}

.contact-let-us-know p{
	font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 480px) / (1400 - 480))), 24px);
	line-height: 31.92px;
	text-transform: uppercase;
}

.contact-write-us p{
	font-family: Inconsolata;
	font-weight: 700;
	font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 480px) / (1400 - 480))), 24px);
	line-height: 31.92px;
	text-transform: uppercase;
}

/*MODULO CONTATTO (CONTACT FORM 7)*/
.contact-form-grid {
  max-width: 69%;
  margin: 0 auto;

  color: #fff;
}

.form-row {
  display: flex;
  gap: 120px;
  margin-bottom: 90px;
}

.form-field.half {
  flex: 1;
}

.form-field.full {
  /* margin-top: 25px; */
  width: 100%;
}

.contact-form-grid input[type="text"],
.contact-form-grid input[type="tel"],
.contact-form-grid input[type="email"],
.contact-form-grid textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 0.86px solid #FFFFFFB2;
  color: #fff;
  font-family: 'Inconsolata', monospace;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0px;
  line-height: 2;
	position: relative;
	z-index: 9;
}

.contact-form-grid input[type="text"]:focus,
.contact-form-grid input[type="tel"]:focus,
.contact-form-grid input[type="email"]:focus,
.contact-form-grid textarea:focus {
  outline: none;
  border-bottom-color: #FFFFFFB2;
}

.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder {
  color: #C0C0C04D;
  font-family: 'Inconsolata', monospace;
  font-size: clamp(25px, calc(25px + (37.45 - 25) * ((100vw - 480px) / (1400 - 480))), 37.45px);
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-form-grid textarea {
  min-height: 100px;
  resize: vertical;
  background-size: 100% 35px;
  line-height: 35px;
  padding-top: 0;
}

.contact-form-grid input[type="submit"] {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Inconsolata', monospace;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.contact-form-grid input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
.overlay-black-bottom {
  position: relative;
}

.overlay-black-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 7;
}

.overlay-black-bottom .elementor-element,
.overlay-black-bottom .elementor-widget,
.overlay-black-bottom p,
.overlay-black-bottom h1,
.overlay-black-bottom h2,
.overlay-black-bottom h3 {
  position: relative;
  z-index: 8 !important;
}
@media(max-width:1024px){
	.contact-form-grid {
   		 max-width: 100%;
	}
}
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
  .form-field.full {
    margin-top: 25px;
    width: 100%;
}
  .form-field.half {
    width: 100%;
    padding-bottom: 25px;
  }
  
  .contact-form-grid input[type="text"],
  .contact-form-grid input[type="tel"],
  .contact-form-grid input[type="email"],
  .contact-form-grid textarea,
  .contact-form-grid input::placeholder,
  .contact-form-grid textarea::placeholder {
    font-size: clamp(20px, calc(20px + (25 - 20) * ((100vw - 480px) / (800 - 480))), 25px);
  }
}


.contact-map-title p{
font-weight: 500;
font-size: clamp(25px, calc(25px + (37.45 - 25) * ((100vw - 480px) / (1400 - 480))), 37.45px);
line-height: 49.8px;
text-transform: uppercase;
}
.map-opacity{
	opacity:80%;
}