/* 
Theme Name: Shop Pellegrini
Description: Custom theme for Shop Pellegrini
Author: WALLABI
Author URI: https://www.wallabi.it/
Template: hello-elementor
Version: 1.0.1
Text Domain: shop-child-theme
*/

/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------- PAGINA HOME --------------------------------------*/

#triangoli {
  padding-top: 40px;
	padding-bottom: 40px;
  background-image: url('/wp-content/uploads/2025/sfondo-triangoli.webp');
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 75vh;
}

.page-content {
  border-radius: 10px;
  box-shadow: 0 0 5px 5px rgba(167, 167, 167, 0.3);
  margin-bottom: 20px;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 60px 60px 60px;
  font-family: 'titillium web', Roboto, sans-serif;
}

.text-center {
  text-align:center;
}

.container-home {
  max-width: 1200px;
  margin: 0 auto;
}
.row-home {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.column-home {
  flex: 1;
  min-width: 280px;
}

.header-home {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  margin-bottom: 20px;
}
.header-home img.logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.column-home .image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius:10px;
}

a.bottone {
  display: inline-flex;
  background:#fff;
  color:#11616F;
  border:1px solid #11616F;
  padding: 12px 30px;
  gap:15px;
  border-radius:4px;
  text-decoration:none;
}

a.bottone:hover {
  background:#f5feff;
  color:#11616F;
  border:1px solid #11616F;
}


@media only screen and (max-width: 1200px) {
    #triangoli {
    background-image: url('/wp-content/uploads/2025/sfondo-triangoli-M.webp');
		padding: 20px 5px 20px 5px;
    }

  .page-content {
      padding: 20px;
  }
  .header-home {
    margin-bottom: 0px;
  }
}

/*--------------------------------------FIME PAGINA HOME --------------------------------------------------------*/
.pt-20 {
  padding-top:20px;
}
header#site-header, .page-header{
	display:none;
}
hr {
	border: 1px solid #fff;
}

a.link-bianco {
  color:#fff;
}
a.link-bianco:hover {
  color:#FCBE00;
}
a.link-nero {
  color:#000;
}
a.link-nero:hover {
  color:#000;
}

.form-row {
  display: flex;
  gap: 10px; /* spazio tra i campi */
}

.input-box {
  position: relative;
  display: block;
  flex: 1; /* i campi occupano la stessa larghezza */
}

.input-box input,
.input-box select		{
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  background: white;
  appearance: none; /* rimuove lo stile nativo (chrome/safari) */
  height:50px;
}
/* Stile speciale per la select */
.input-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-size: 16px;
  padding-right: 35px; /* spazio per la freccia */
  cursor: pointer;
}

.input-box label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
  pointer-events: none;
  transition: 0.2s ease all;
  background: white;
  padding: 0 4px;
}

/* Effetto quando hover, focus o testo presente */
.input-box input:focus + label,
.input-box input:hover + label,
.input-box input:not(:placeholder-shown) + label,
.input-box select:focus + label,
.input-box select:hover + label,
.input-box select:valid + label		{
  top: 0px;
  font-size: 12px;
  color: black;
}

.mt-10 {
  margin-top:10px;
}
.mt-20 {
  margin-top:20px;
}
.mt-30 {
  margin-top:30px;
}
		
 /* Mobile: campi al 100% in colonna */
    @media (max-width: 600px) {
      /*
      .form-row {
        flex-direction: column;
      }
      */
      .input-box {
        width: 100%;
      }
    }

  .caricamento {
      display: flex;
      justify-content: center;
      font-size:18px;
      font-weight:700;
      place-self: center;
      background: linear-gradient(90deg, #000, #1991A6, #000) -100%/ 200%;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      animation: shimmer 1s linear infinite
      }
      @keyframes shimmer { to { background-position: 100% } }


/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------------ HEADER --------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
          font-family: 'Titillium Web', sans-serif;
        }

        .header {
            max-width: 1440px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 20px;
        }
				
				.header-left {
            flex: 1;
            display: flex;
            align-items: center;
        }

        .assistenza {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #11616f;
            font-size: 16px;
            text-decoration: none;
        }
				.assistenza:hover {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #00454d;
        }

        .assistenza-icon {
            width: 20px;
            height: 20px;
            display: block;
        }

        .header-center {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 65px;
            display: block;
        }

        .header-right {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        .btn-cliente {
            background-color: #00b7cc;
            color: #fff;
            border: none;
            padding: 12px 24px;
            font-family: 'Titillium Web', sans-serif;
            font-size: 18px;
            font-weight: 400;
            cursor: pointer;
            border-radius: 4px;
        }
        .btn-cliente:hover {
            background-color: #00454d;
            color: #fff;
        }		

				.sottotitolo {
					display:block;
					color:#3d3c3c;
					background:#ffd966;
					width:170px;
					font-weight:600;
					margin: 0 auto;
				}				

        .main-content {
            text-align: center;
            padding: 20px 20px 20px;
        }

        .main-content h1 {
            font-size: 42px;
            font-weight: 700;
            color: #333333;
            margin-bottom: 20px;
        }

        .main-content p {
            font-size: 18px;
            /*color: #333333;*/
            margin-bottom: 40px;
        }

        .image-placeholder {
            max-width: 600px;
            margin: 0 auto;
            background-color: #f0f0f0;
            padding: 100px;
            border-radius: 8px;
        }

        .image-placeholder img {
            max-width: 100%;
            height: auto;
        }
				
				
			.footer-content {
				max-width: 1200px;
				margin: 0 auto;
				display: flex;
				flex-wrap: wrap;
				gap: 20px;
				padding-top:30px
			}
			
			.footer-content h1 {
					font-size: 42px;
					font-weight: 700;
					color: #333333;
					margin-bottom: 20px;
			}

        /***************** Mobile Responsive ********************/
				
        @media (max-width: 768px) {
            .header {
                flex-direction: row;
                align-items: flex-start;
                /*padding-top: 10px;
								padding-left:10px;*/
								padding-right:10px;
								padding-bottom:0px;
                position: relative;
								justify-content: space-between;
            }
          
            .footer-content {
            padding:20px
          }

            .assistenza {
                display: none;
            }

            .logo {
                position: static;
                transform: none;
                margin-bottom: 20px;
            }

            .logo img {
                height: 60px;
            }

            .btn-cliente {
                position: absolute;
                top: 20px;
                right: 20px;
								font-size:16px;
            }
						
						.main-content {
							text-align: center;
							padding: 0px;
						}
            .main-content h1 {
                /*font-size: 32px;*/
                line-height: 1.2;
            }

            .main-content p {
                font-size: 16px;
            }

            .image-placeholder {
                padding: 60px 20px;
            }
						
						.footer-content {
								max-width: 1200px;
								margin: 0 auto;
								display: flex;
								flex-wrap: wrap;
								gap: 20px;
								padding-top:30px;
								padding-left: 20px;
						}
        }
/*------------------------------------------ FINE HEADER --------------------------------------------*/


/*--------------------------------------------------------------------------------------------------*/
/*-------------------------------------------- INFO.PHP --------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

.aquilone {
	background-image: url('/wp-content/themes/shop/img/aquilone.webp');
	background-repeat:repeat;
	padding:20px;
	height:160px;
	color:#fff;
	text-align:center;
	font-family:'titillium web';
}
.p1 {
	font-size:24px;
	font-family:'titillium web';
}
.p2 {
	font-family:'titillium web';
	font-size:30px;
	font-weight:600;
	padding-top:10px;
}

.calcola {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	margin-top:100px;
}

.left-column-faq {
	flex: 0 0 calc(40% - 10px);
	padding: 30px;
	border-radius: 8px;
	font-family:'titillium web';
}

.right-column-faq {
		flex: 0 0 calc(60% - 10px);
		background-color: #FFFAEB;
		padding: 30px;
		border-radius: 8px;
		font-family:'titillium web';
}

.faq {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top:30px;
	font-family:'titillium web';
}
.bg-white{ 
	background-color: #FFF;
}
p.domande {
	font-size:30px;
}

.accordion-item {
	background-color: white;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}

.accordion-header {
	color: #1a1a1a;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s ease;
	border: 1px solid #CCCCCC;
	border-radius:5px;
}

.accordion-header:hover {
	background-color: #FFF;
}
.accordion-icon {
	font-size: 24px;
	transition: transform 0.3s ease;
	color:#1a1a1a;
	margin-top: 5px;
	width: 80px;
  text-align: right;
}

.accordion-item.active .accordion-icon {
	/*transform: rotate(180deg);*/
	margin-top: 5px;
	font-size: 24px;
	
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background-color: white;
}

.accordion-content-inner {
	padding: 20px;
	color: #666;
	line-height: 1.6;
}

.accordion-item.active .accordion-content {
	max-height: 500px;
}


/* *************************** STILE PER LO SLIDE DELLE ICONE ************************** */
.slider-container {
		overflow: hidden;
		width: 100%;
		background: #fff;
		padding: 40px 0;
}

.slider-wrapper {
		display: flex;
		width: fit-content;
		animation: slide-infinite 30s linear infinite;
}

.slider-wrapper.speed-slow {
		animation-duration: 40s;
}

.slider-wrapper.speed-normal {
		animation-duration: 25s;
}

.slider-wrapper.speed-fast {
		animation-duration: 8s;
}

.slider-wrapper.speed-ultrafast {
		animation-duration: 8s;
}

.slider-wrapper.slide-left {
		animation-name: slide-left-infinite;
}

.slider-wrapper.slide-right {
		animation-name: slide-right-infinite;
}

.slide {
		flex-shrink: 0;
		padding: 0 30px;
		display: flex;
		align-items: center;
		justify-content: center;
}

.slide img {
		height: 60px;
		width: auto;
		object-fit: contain;
		user-select: none;
		-webkit-user-drag: none;
}

/* Animazione per scorrimento a sinistra */
@keyframes slide-left-infinite {
		0% {
				transform: translateX(0);
		}
		100% {
				transform: translateX(-50%);
		}
}

/* Animazione per scorrimento a destra */
@keyframes slide-right-infinite {
		0% {
				transform: translateX(-50%);
		}
		100% {
				transform: translateX(0);
		}
}

/* Responsive per mobile */
@media (max-width: 768px) {
		.slider-container {
				padding: 10px 0;
		}

		.slide {
				padding: 10px 10px;
		}

		.slide img {
				height: 40px;
				min-width: 120px;
		}
.left-column-faq {
	flex: 0 0 calc(100% - 10px);
	padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
	border-radius: 8px;
	font-family:'titillium web';
}

.right-column-faq {
		flex: 0 0 calc(100% - 10px);
		padding: 30px;
		border-radius: 8px;
		font-family:'titillium web';
}    
}

@media (max-width: 480px) {
		.slide img {
				height: 40px;
				min-width: 100px;
		}
}
/* *************************** FINE STILE PER LO SLIDE DELLE ICONE ************************** */

/*------------------------------------------ FINE INFO.PHP -----------------------------------------*/



/*--------------------------------------------------------------------------------------------------*/
/*-------------------------------------------- FOOTER ----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
.footer {
    background-color: #11616F;
    width: 100%;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
}

.footer-logo {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    color:#fff;
}

.footer-logo img {
    height: 60px;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-text {
    color: white;
    font-size: 14px;
    line-height: 1.5;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer-social svg {
    width: 24px;
    height: 24px;
}
.footer-logo a {
    color: #fff;
}
.footer-logo a:hover {
    color: #00a4b7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-text {
        font-size: 12px;
    }
}
/*---------------------------------------- FINE FOOTER ------------------------------------------*/

/*---------------------------------------- PAGINA THANKYOU ------------------------------------------*/
p.col-primary, span.col-primary {
  color:#00a4b7 !important;
}
.main-content h1{
  font-family:'titillium web';
}
.container-thank {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family:'titillium web';
}

.row-thank {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.col-text-thank,
.col-image-thank {
  flex: 1;
  min-width: 300px;
}

.col-text-thank h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a2e;
  font-family:'titillium web';
}

.col-text-thank p {
  color: #555;
  margin-bottom: 1rem;
}

.col-image-thank img {
  width: 100%;
  height: auto;
}

.row-highlight {
  background-color: #E9F9FB;
  padding: 10px;
}
.row-highlight h2 {
  font-family: 'titillium web';
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
}
/* Riga 4 colonne */
.row-4col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.col-4 {
  flex: 1;
  min-width: 200px;
  margin: 0 auto;
  text-align:center;
}
.col-4 img {
  width: 64px;
  height: auto;
}
.col-4 p {
  font-family: 'titillium web';
  color: #555;
  margin-top: 10px;
}

.row-darkblue {
  background-color: #11616F;
  padding: 20px;
  color:#fff;
  padding: 10px 20px 10px 20px;
}

/* Mobile: colonne una sotto l'altra */
@media (max-width: 768px) {
  .row-thank {
    flex-direction: column;
  }
  .col-text-thank, .col-image-thank {
    width: 100%;
    min-width: unset;
  }
  .col-text-thank h1 {
    font-size: 1.5rem;
  }
  .row-4col {
    flex-direction: column;
  }
  .col-4 {
    width: 100%;
    min-width: unset;
  }  
}

/*---------------------------------------- FINE PAGINA THANKYOU ------------------------------------------*/

		
/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------------ DESKTOP --------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) {

}	


/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------- TABLET VERTICALE ---------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {  

}

/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------- MOBILE VERTICALE ---------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

}