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

/*header*/
.header_Mediabrand{
	backdrop-filter:blur(25px);
}

/* ══════════════════════════════════════
   FORM LIQUID GLASS - STYLE REFINED
══════════════════════════════════════ */
.form-liquid-glass {
    width: 100%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 45px;
    border-radius: 28px;
    margin: 0 auto;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-group {
    flex: 1;
    margin-bottom: 20px;
}

/* INPUT, SELECT E TEXTAREA */
.form-liquid-glass input[type="text"],
.form-liquid-glass input[type="email"],
.form-liquid-glass input[type="url"],
.form-liquid-glass select,
.form-liquid-glass textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 14px !important;
    padding: 16px 20px !important;
    color: #fff !important;
    font-size: 15px !important;
    transition: 0.3s ease;
}

/* STYLING SPECIFICO PER LA SELECT */
.form-liquid-glass select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C2.185 5.355 2.408 4.877 2.812 4.877h10.376c.404 0 .627.478.361.781l-4.796 5.482a.5.5 0 0 1-.708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

/* Opzioni della select (purtroppo gli stili sono limitati dai browser, usiamo un fondo scuro) */
.form-liquid-glass select option {
    background: #0c1a30;
    color: #fff;
}

/* FOCUS STATE */
.form-liquid-glass input:focus, 
.form-liquid-glass select:focus, 
.form-liquid-glass textarea:focus {
    outline: none;
    border-color: #22c55e !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.2);
}

/* PRIVACY CONTAINER */
.privacy-container {
    text-align: left;
    margin: 10px 0 30px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}

.privacy-container a {
    color: #7ba3d4; /* Blu della tua agenzia */
    text-decoration: none;
    font-weight: 500;
}

.privacy-container a:hover {
    text-decoration: underline;
}

/* PERSONALIZZAZIONE CHECKBOX */
.privacy-container input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    background: rgba(255,255,255,0.05);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.privacy-container input[type="checkbox"]:checked {
    background-color: #22c55e;
    border-color: #22c55e;
}

.privacy-container input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* BOTTONE SUBMIT */
.form-submit input[type="submit"] {
    width: 100%;
    background: #22c55e !important;
    color: #fff !important;
    border: none !important;
    padding: 18px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

.form-submit input[type="submit"]:hover {
    background: #16a34a !important;
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(34, 197, 94, 0.5);
}

/* RESPONSIVE */
@media (max-width: 650px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .form-liquid-glass {
        padding: 25px;
    }
}


/* Stile per la Label sopra il campo */
.field-label {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6); /* Colore tenue come i placeholder */
    margin-bottom: 8px;
    margin-left: 4px;
    letter-spacing: 0.02em;
}

/* Spaziatura specifica per il gruppo select */
.select-group {
    margin-bottom: 25px;
}

/* Assicurati che la select non abbia padding eccessivo ora che c'è la label */
.form-liquid-glass select {
    margin-top: 0;
}

/* Personalizzazione della prima opzione vuota (placeholder del select) */
.form-liquid-glass select option[value=""] {
    color: rgba(255,255,255,0.3);
}

/* Miglioramento dell'aspetto del menù a tendina quando aperto */
.form-liquid-glass select option {
    background-color: #0f172a; /* Sfondo scuro per leggibilità */
    color: #fff;
    padding: 10px;
}












.sezione-form{
    background-color: #08111f;
overflow: hidden;

background-image:
  radial-gradient(ellipse 80% 60% at 50% -10%, rgba(58,106,173,.65) 0%, transparent 52%),
  radial-gradient(ellipse 50% 40% at 15% 85%, rgba(58,106,173,.20) 0%, transparent 52%),
  radial-gradient(ellipse 50% 40% at 85% 85%, rgba(58,106,173,.18) 0%, transparent 52%);
}

.sezione-form::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(92,133,190,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92,133,190,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 30%, black 0%, transparent 80%);
  mask-image: radial-gradient(ellipse 90% 80% at 50% 30%, black 0%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}



.prj-media {
    background: #ffffff!important; 
    border-left: none!important;
    display: flex;
    flex-direction: column;
    padding: 42px 30px 0px 0px!important;
    gap: 14px;
    position: relative;
}

.prj-copy {
    padding: 52px 30px!important;
}


.prj-arrow {
    width: 38px!important;
    height: 38px!important;
}

.prj-arrow svg {
    width: 16px!important;
    height: 16px!important;
}

button.prj-arrow.prj-next {
    padding: 0px!important;
}

button.prj-arrow.prj-prev {
    padding: 0px!important;
}

h2.bt-h2 {
    line-height: 1.2em!important;
}


@media (min-width: 992px) {
  .sv-img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 408px!important;
  }
	
.prj-w {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px!important;
}
}



.prj-cat {
    display: none!important;
}

.prj-tagline {
    margin-bottom: 10px;
}






/* Forza il container immagine a 16:9 e riempie tutto */
.prj-track-wrap {
    aspect-ratio: 16 / 9!important;
}

.prj-slide {
    height: 100%!important;
}

.prj-slide img {
    height: 100%;
    object-fit: cover!important;
    max-height: none!important;
}



.mbh-hero {

    padding: calc(var(--mbh-header-h) + var(--mbh-hero-pt) - 80px) 48px 0!important;

}

.prj-slide {
    background: white!important;
}



@media (max-width: 767px){
  .prj-media{
    padding: 0 30px !important;
  }
}



.cfm-progress-wrap {
    display: none!important;
}

.para-footer{font-size:13px!important;}




img#cf-img {
    height: 750px!important;
    object-fit: contain!important;
    margin-top: -50px!important;
}