/* 
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 */

.site-header .header-inner .site-branding .site-logo img {
	width:200px;
}

/* Tablet: 768px – 1024px */
@media (max-width: 1024px) {
  .site-header .header-inner .site-branding .site-logo img {
    width: 180px;
  }
}

/* Mobile: fino a 767px */
@media (max-width: 767px) {
  .site-header .header-inner .site-branding .site-logo img {
    width: 140px;
  }
}

.page-header h1 {
	display:none;
}

.top-banner-image {
    min-height: 100vh;
}

.site-header {
	z-index:1;
}

/* .site-header {
  transition: all 0.3s ease;
} */

.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
/*box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
  padding :7px 0 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.site-header.is-sticky .custom-logo{
	max-width: 150px;
}

#site-header .site-navigation {
	background: #FFFFFF33;
	border-radius:10px;
	padding: 0px 20px;
}

.project-completed {
/*     background: linear-gradient(112.91deg, rgba(255, 255, 255, 0.51) 3.51%, rgba(255, 255, 255, 0) 111.71%); */
    width: max-content;
    border-radius: 20px;
	padding: 21px 48px 21px 24px;
/*     border: 5px solid #fff;
    backdrop-filter: blur(70px); */
	border: 5px solid #ffffff40;
    box-shadow: 50px 60px 100px 0px #0000000D;
    margin-left: 46px;
    margin-top: -194px;
}

.home .site-header .site-navigation ul.menu li a {
	color:#fff;
}

.home .site-header.is-sticky .site-navigation ul.menu li a {
	color:#000;
}

.home #ingegneria,
.home #perforazioni,
.home #operecivili,
.home #giunzione,
.home #posacavi,
.home #engineering,
.home #drilling,
.home #civilworks,
.home #jointing,
.home #cablelaying {
	cursor: pointer;
}

.site-header.is-sticky .site-navigation ul.menu li.current_page_item {
	font-weight:700;
    text-decoration: underline;
}

.site-header.is-sticky .site-navigation ul.menu li:hover {
    text-decoration: underline;
}

.image-z-index:before {
	z-index:-1;
}

.list-of-energy ul {
    margin: 0;
    padding: 0px 15px;
}

.heading-behind-blur {
	background: linear-gradient(105.87deg, rgba(255, 255, 255, 0.08) 3.04%, rgba(255, 255, 255, 0) 96.05%);
	backdrop-filter: blur(20px);
	position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.added-value-h3 h4 {
	font-size:18px;
	margin-bottom:25px;
}

.contact-form {
    background-color: #F5F9FF;
    padding: 30px;
    border-radius: 0px;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.contact-form h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom:25px;
}

.contact-form .form-group {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
}

.form-group label {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	display: block;
}

.contact-form .input-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
	height:44px;
}

.full-width {
    width: 100%;
	display: block !important;
}

.input-textarea {
  	width: 100%;
  	min-width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
}

.submit-button {
    display: block;
    background-color: #0053A5;
    color: #fff;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    width: auto;
    padding: 15px 35px;
}

.submit-button:hover {
    background-color: #0053A5;
}

.wpcf7-response-output {
    color: #fff;
}

#site-footer {
	display:none;
}

/*
#contacts-froms-new label {
	font-family: "Roboto", Sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	margin-bottom: 18px;
}

#contacts-froms-new input {
	border: 1px solid #00000033;
/* 	height:47px; */
/*
}

#contacts-froms-new .wpcf7-list-item {
    margin: 0;
}

#contacts-froms-new textarea {
	height:145px;
	border: 1px solid #00000033;
}

#contacts-froms-new .wpcf7-submit {
	background-color: #0053A5;
	padding: 13px 40px;
	line-height: 20px;
	color: #fff;
	font-family: "Roboto", Sans-serif;
	letter-spacing: 0.8px;
	font-weight: 700;
	border-radius: 12px;
	font-size: 20px;
}

.cf7-two-columns {
	display: flex;
	gap: 20px;
}

#contacts-froms-new p {
	margin-bottom:40px;
}
*/

.cf7-two-columns .left-column,
.cf7-two-columns .right-column {
  	width: 100%;
}

.fix-size-image img {
	width: 200px;
	height: 200px;
}

.flex-inline-download {
    display: flex;
    margin: 0px auto;
    text-align: center;
    justify-content:center!important;
}

#fixbtn-size {
	width:137px;
}

.site-navigation ul.menu li ul {
	min-width:auto!important;
}

.partnering-image img{
	width:75%;
}

.flexinline-div{
	display: flex;
	align-items:center;
}

.flexinline-div p{
	margin:0;
}

/* === Stile comune per entrambe le form === */
#reports-form,
#contacts-froms-new {
    background-color: #F5F9FF;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#reports-form label,
#contacts-froms-new label {
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin: 15px 0 10px;
}

#reports-form input,
#contacts-froms-new input,
#reports-form textarea,
#contacts-froms-new textarea {
    border: 1px solid #00000033;
    border-radius: 6px;
    padding: 10px 12px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

#reports-form input:focus,
#contacts-froms-new input:focus,
#reports-form textarea:focus,
#contacts-froms-new textarea:focus {
    outline: none;
    border-color: #0053A5;
    box-shadow: 0 0 5px rgba(0, 83, 165, 0.3);
}

#reports-form textarea,
#contacts-froms-new textarea {
    min-height: 135px;
}

#reports-form p,
#contacts-froms-new p {
    font-family: "Roboto", Sans-serif;
}

#reports-form .wpcf7-list-item,
#contacts-froms-new .wpcf7-list-item {
    margin: 0;
    display: block;
}

/* === Pulsante di invio === */
#reports-form .wpcf7-submit,
#contacts-froms-new .wpcf7-submit {
    background-color: #0053A5;
    padding: 13px 40px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 0.8px;
    font-weight: 700;
    border-radius: 12px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease-in-out;
    display: inline-block;
}

#reports-form .wpcf7-submit:hover,
#contacts-froms-new .wpcf7-submit:hover {
    background-color: #003E7A;
}

/* Layout due colonne */
.cf7-two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media (min-width: 768px) {
  .cf7-two-columns .left-column,
  .cf7-two-columns .right-column {
      width: 50%;
  }
}

@media (max-width: 767px) {
    .cf7-two-columns {
        display: block;
    }
    .project-completed {
        margin-left: 0;
        margin-top: -40px;
    }
}

/* Specificità solo per report form */
#reports-form .math-question-wrapper label {
    width: 100%;
}

#reports-form .math-question-wrapper .wpcf7-quiz-label {
    margin-bottom: 15px;
    display: inline-block;
}

#reports-form .wpcf7-acceptance input,
#contacts-froms-new .wpcf7-acceptance input {
    height: auto;
}

/* Select options */
.select-options-arrange {
    border: 1px solid #00000033;
    padding: 15px 0 0;
    margin-bottom: 15px;
    border-radius: 6px;
}

.select-options-arrange label {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 19px !important;
    margin: 10px 0 0 !important;
    font-size: 14px !important;
}

.select-options-arrange input {
    max-height: 35px;
}

.select-options-arrange p {
    padding-left: 10px;
}

/* Testo secondario */
.text-pera-graph p {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    margin: 0 0 10px;
    color: #00000099;
}

.text-pera-graph ul {
    padding: 0 20px;
}

/* Output messaggi */
.wpcf7-response-output {
    color: #000;
    font-family: Manrope, sans-serif;
}

.custom-logo {
    transition: all 0.3s ease-in-out;
}

.slider-trigger {
	cursor: pointer;
}

.slider-box {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
  margin-top: 20px;
}

.slider-box.active {
  visibility: visible;
  opacity: 1;
  height: auto; /* o un valore fisso se serve */
  overflow: visible;
}

.slider-close {
  cursor: pointer;
  font-weight: bold;
  text-align: right;
}

.custom-slider img {
  width: 100%;
  height: 250px; /* puoi regolare l’altezza fissa */
  object-fit: cover;
  object-position: center;
}

.mission .elementor-icon-box-description, .vission .elementor-icon-box-description {
	text-align: justify;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: none;
	color: #000;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: rgb(51, 51, 51);
}

#cmplz-document a, #cmplz-document a:hover {
	color: rgb(0, 83, 165);
}

#cmplz-document h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: rgb(0, 83, 165);
}

