@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--primary:#19296c;
	--red:#DD0009;
    --dark:#101014;
    --grey:#f6f6f6;
	--standard:30px;
	--double:60px;
	--triple:90px;
	--mini:15px;
}

::selection {
    background: var(--primary);
    color: #fff;
}

progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: var(--primary);
  z-index:9999;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: var(--primary)
}

progress::-moz-progress-bar {
  background-color: var(--primary)
}

*{
	margin:0px;
	padding:0px;
}

html, body {
    font-family: 'Public Sans', 'Open Sans', sans-serif;
	color:#000;
}

h1, h2, h3, h4{
    font-family: 'Space Grotesk', sans-serif;
	font-weight:700;
    color:var(--primary);
}

a img{
	border:0px;
}

a{
	text-decoration:none;
	transition: all 0.7s ease 0s;
}

ul{
	list-style-type:none;
}

footer{
	padding-top:var(--standard);
	padding-bottom:var(--standard);
    color:#6c757d;
    background-color:#fff;
}

footer p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

footer i.fa{
    font-size: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
}

footer a{
    color:#6c757d;
    text-decoration:none;
}

.col-footer{
    border-left: 1px solid #fff;
}

.red{
    color:var(--red);
}

.social {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 1px 10px;
}

.social-ig {
    padding: 1px 8px;
}

a.social:hover{
    color:var(--gold);
}

a {
    color: var(--primary);
}

.pt-mini{
    padding-top:15px;
}

.pb-mini{
    padding-bottom: 15px;
}

a:hover{
    color: #000;
}

footer a{
	color:#6c757d;
}

.padding-0{
	padding:0;
}

footer a{
    font-size:14px !important;
}

footer a:hover, footer a:active, footer a:focus{
    text-decoration:underline;
    color: var(--primary) !important;
}

footer img{
    margin-bottom:var(--standard);
}

footer h5{
    font-size:12px;
    font-weight: 700;
}

.btn{
    border-radius:5px !important
}

.btn-primary {
    background-color: var(--primary);
	color:#fff;
	border-radius:5px;
	padding:5px var(--standard);
	border:1px solid var(--primary);
    font-weight: 600 !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #0f1d4e !important;
    border-color: #0f1d4e;
}

.btn-secondary {
    background-color: var(--red);
	color:#fff;
	border-radius:5px;
	padding:5px var(--standard);
	border:1px solid var(--red);
    font-weight: 600 !important;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #b5000a !important;
    border-color: #b5000a;
}

/* Bootstrap primary color overrides */
.text-primary { color: var(--primary) !important; }
.bg-primary { background-color: var(--primary) !important; }
.border-primary { border-color: var(--primary) !important; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#map{
    margin-top:70px;
    margin-bottom: -60px;
}

.background i{
    font-size: 32px;
}

.background .text-center{
    color:#fff;
}

p.underline{
    margin-bottom:var(--standard);
}

p.underline a{
    color:#fff;
    text-decoration: underline;
}

.parallax {
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:var(--double);
    padding-bottom: var(--double);
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0px;
}

.wpcf7-form div.wpcf7-response-output {
    clear: both;
    margin: 30px;
	padding: 0;
	text-align:center;
}

.mb-triple{
	margin-top:var(--triple);
}

.mb-standard{
	margin-bottom:var(--standard);
}

.mb-40{
    margin-bottom:40px;
}

.mt-40{
    margin-top:40px;
}

.pb-triple{
	padding-bottom:var(--triple);
}

.scheda-servizio img{
    width: 100%;
}

.pb-double{
	padding-bottom:var(--double);
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 0px;
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid,select.wpcf7-not-valid{
    border:1px solid red;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid input[type="checkbox"]{
	outline: 1px solid red;
}

input[type="submit"] {
    transition: all 0.7s ease 0s;
    font-size: 16px;
    line-height: 1;
    padding: 8px var(--standard);
    float: right;
}

/*[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: none;
}*/

div.wpcf7 .ajax-loader{
	float:left;
}

.form span.wpcf7-list-item {
    margin: 0px;
	margin-top:0px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap {
    color: #000;
	font-size:14px;
}

form a{
    color:#000;
}

form a.link{
    color:#000;
}

.form-control {
    color: #000;
	background-color: #fff;
    border: 1px solid #ced4da;
	margin-bottom: 20px;
	border-radius:5px;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(25, 41, 108, 0.15);
}

textarea.form-control {
    height: 120px;
}
  
a:focus, a:hover {
	color: var(--primary);
}

.slick-prev, .slick-next{
	z-index:99;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

#logo{
    height:80px;
}

.slick-dots li button::before {
    font-size: 14px;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: var(--primary);
}

/*.slick-active img{
    transform:scale(1.3);
    z-index:9999;
    position:relative;
}*/
#visual{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:60vh;
}

.mobile{
    display:none;
}

.desktop{
    display:block;
}

.mt-standard{
    margin-top:var(--standard);
}

.pb-standard{
    padding-bottom:var(--standard);
}

.pt-standard{
    padding-top:var(--standard);
}

.mb-double{
    margin-bottom:var(--double);
}

.mb-triple{
    margin-bottom:var(--triple);
}

.pt-double{
    padding-top:var(--double);    
}

.pt-triple{
    padding-top:var(--triple);    
}

section{
    padding:0;
    margin-bottom: var(--double);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

#mainNav li.active a, #mainNav li.wpml-ls-current-language a {
    color: var(--primary) !important;
    font-weight: 400;
}

/* Voce menu in evidenza (classe "highlight" da assegnare in Aspetto → Menu) */
.navbar-nav li.highlight > a.nav-link {
    background-color: var(--primary);
    color: #fff !important;
    border: 1px solid var(--primary);
    border-radius: 5px;
    padding: 6px 20px !important;
    font-weight: 600 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-nav li.highlight > a.nav-link:hover,
.navbar-nav li.highlight > a.nav-link:focus {
    background-color: #0f1d4e;
    border-color: #0f1d4e;
    color: #fff !important;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

#mainNav li a{
    color:#000;

}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #000 !important;
    font-weight: 400;
}

#mainNav{
    color: #000 !important;
    background-color: #fff;
}


#mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33,37,41,.1);
    padding-top:10px;
    padding-bottom: 10px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #000;
  }

#mainNav.navbar-shrink #logo{
    height: 60px;
}

.slide{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.slide-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

#mainNav{
    /*padding-top:var(--standard);
    padding-bottom: var(--standard);*/
    margin: 0;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
}

.slick-prev::before, .slick-next::before {
    font-family: 'FontAwesome';
}


.slick-prev::before {
    content: '';
}

.slick-next::before {
    content: '';
}

#gallery-prodotti .slick-slide{
    padding-left:15px;
    padding-right:15px;
}

#gallery-1 img{
    width: 100%;
}

.slick-prev, .slick-next {
    top: 36%;
}

.slick-prev::before, .slick-next::before{
    color:var(--primary);
}

.slick-next {
    right: -30px;
}

.slick-prev {
    left: -30px;
}

.btn-light {
  color: var(--primary);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  padding: 10px 30px !important;
}

/* ============================================
   PAGE: CHI SIAMO
   ============================================ */

/* Hero */
.chisiamo-hero {
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.chisiamo-hero__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.chisiamo-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,15,35,0.85) 30%, rgba(10,15,35,0.35) 100%);
    z-index: 1;
}

.chisiamo-hero__content {
    position: relative;
    z-index: 2;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.chisiamo-hero__content h1 {
    color: #fff;
    font-size: 3rem;
}

/* Label sopra i titoli */
.chisiamo-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
}

/* Badge "40+ Anni" */
.chisiamo-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(10, 15, 35, 0.82);
    border-radius: 8px;
    padding: 14px 20px;
    text-align: center;
    backdrop-filter: blur(4px);
}

.chisiamo-badge__number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.chisiamo-badge__label {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    margin-top: 4px;
}

/* Pilastri Etici cards */
.chisiamo-pilastro {
    background: #fff;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07);
    transition: box-shadow 0.3s ease;
}

.chisiamo-pilastro:hover {
    box-shadow: 0 4px 18px rgba(25,41,108,0.12);
}

.chisiamo-pilastro__icon {
    font-size: 40px;
    color: var(--primary);
}

.chisiamo-pilastro__title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--primary);
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.chisiamo-pilastro__text {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Founder */
.chisiamo-founder__caption {
    margin-top: 1rem;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.chisiamo-founder__caption small {
    color: #6c757d;
}

/* Tag credential */
.chisiamo-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f2f8;
    color: var(--primary);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* Sezione Ambienti */
.chisiamo-ambienti {
    background-color: var(--primary);
    margin-bottom: 0 !important;
}

.chisiamo-ambienti h2 {
    color: #fff;
}

.chisiamo-ambienti__slide {
    padding: 0 8px;
}

.chisiamo-ambienti__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.chisiamo-ambienti__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.chisiamo-ambienti__arrow:hover {
    background: rgba(255,255,255,0.1);
}

.chisiamo-ambienti__arrow .material-symbols-outlined {
    font-size: 20px;
}

/* ============================================
   PAGE: SERVIZI
   ============================================ */

/* Service cards */
.servizi-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    background: #fff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.servizi-card:hover {
    box-shadow: 0 4px 18px rgba(25,41,108,0.10);
    border-color: rgba(25,41,108,0.2);
}

.servizi-card__icon {
    font-size: 32px;
    color: var(--primary);
    display: block;
    margin-bottom: 1rem;
}

.servizi-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.6rem;
}

.servizi-card__text {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Perché scegliere items */
.servizi-perche__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.servizi-perche__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(25,41,108,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.servizi-perche__icon .material-symbols-outlined {
    font-size: 20px;
    color: var(--primary);
}

.servizi-perche__title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
}

.servizi-perche__text {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ============================================
   PAGE: METODO DI LAVORO
   ============================================ */

.metodo-step {
    display: flex;
    gap: 2rem;
    margin-bottom: 0;
}

.metodo-step__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.metodo-step__number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.metodo-step__line {
    width: 2px;
    flex: 1;
    min-height: 40px;
    background: linear-gradient(to bottom, var(--primary), rgba(25,41,108,0.15));
    margin: 8px 0;
}

.metodo-step__content {
    padding-bottom: 2.5rem;
    flex: 1;
}

.metodo-step--last .metodo-step__content {
    padding-bottom: 0;
}

.metodo-step__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(25,41,108,0.08);
    margin-bottom: 0.75rem;
}

.metodo-step__icon .material-symbols-outlined {
    font-size: 24px;
    color: var(--primary);
}

.metodo-step__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.metodo-step__text {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .metodo-step {
        gap: 1.25rem;
    }
    .metodo-step__number {
        width: 44px;
        height: 44px;
        font-size: 15px;
    }
    .metodo-step__title {
        font-size: 17px;
    }
}

/* ============================================
   PAGE: CONTATTI
   ============================================ */

.contatti-hero {
    min-height: 320px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.contatti-hero__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.contatti-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 35, 0.62);
    z-index: 1;
}

.contatti-hero__content {
    position: relative;
    z-index: 2;
    padding: 4rem 0 5rem;
}

/* Card overlapping hero */
.contatti-section {
    margin-top: var(--triple);
    position: relative;
    z-index: 10;
    padding-bottom: 4rem;
}

.contatti-card {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.navbar-expand-md .navbar-nav .nav-link {
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary) !important;
}

/* Left info panel */
.contatti-info {
    background: var(--primary);
    color: #fff;
    padding: 2.5rem 2rem;
    flex: 0 0 34%;
    max-width: 34%;
    display: flex;
    flex-direction: column;
}

.contatti-info__heading {
    font-weight: 700;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.contatti-info__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 1.6rem;
}

.contatti-info__icon {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    flex-shrink: 0;
    margin-top: 2px;
}

.contatti-info__item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.contatti-info__item p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
    line-height: 1.65;
}

.contatti-info__note {
    display: block;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
    text-transform: uppercase;
}

.contatti-info__social {
    display: flex;
    gap: 10px;
    padding-top: 1rem;
}

.contatti-info__social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.contatti-info__social-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

.contatti-info__social-btn .material-symbols-outlined {
    font-size: 18px;
}

/* Right form panel */
.contatti-form {
    flex: 1;
    padding: 2.5rem 2.5rem;
    background: #fff;
}

.contatti-form__heading {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}

.contatti-form__sub {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.contatti-form__label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.contatti-form__privacy {
    font-size: 13px;
    color: #6c757d;
}

.contatti-form__submit {
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    transition: background 0.2s;
}

.contatti-form__submit:hover {
    background: #111e50;
    color: #fff;
}

/* Map */
.contatti-map {
    margin-top: 0;
}

.contatti-map iframe {
    display: block;
    width: 100%;
    height: 480px;
    border: 0;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .contatti-card {
        flex-direction: column;
    }

    .contatti-info {
        flex: unset;
        max-width: 100%;
    }

    .contatti-section {
        margin-top: -20px;
    }

    .contatti-hero__content {
        padding: 3rem 0 4rem;
    }
}

@media only screen and (max-width : 1440px){

}


@media only screen and (max-width : 1200px){
    
}
 
@media only screen and (max-width : 991px){
	.row-eq-height{
        display:block;
    }

    .mobile{
        display:block;
    }

    .desktop{
        display:none;
    }

}
 
@media only screen and (max-width : 767px){

}
 
@media only screen and (max-width : 480px){

}
 
@media only screen and (max-width : 320px){
 
}
