/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.services .w-iconbox-icon {
  border-radius: 0.5em !important;
}

.footer-link {
  color: #64B5F6 !important;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 0.5px solid #e5e7eb;
}

.item:last-child {
  border-bottom: none;
}

.check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.check i {
  font-size: 11px;
  color: #4A6FD4;
}

.label {
  font-size: 15px;
  color: #111;
  line-height: 1.4;
}

.title {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin: 0 0 16px;
}

.item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 0.5px solid #e5e7eb;
}

.item:last-child {
  border-bottom: none;
}

.icon {
  font-size: 22px;
  color: #4A6FD4;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 10px;
}

.item-title {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin: 0 0 4px;
}

.item-sub {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}


.wpcf7 form {
  font-family: Inter, sans-serif;
}

.wpcf7 p {
  margin-bottom: 24px;
}

.wpcf7 label {
  display: block;
  width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  font-family: Inter, sans-serif;
  color: #1A2847;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #0000003d;
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s;
  line-height: 1.5;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-bottom-color: #3B82F6;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #64748B;
  font-size: 15px;
  font-family: Inter, sans-serif;
}

.wpcf7 textarea {
  height: 120px;
  resize: none;
}

.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  display: block;
  width: 100%;
  padding: 14px 32px;
  margin-top: 8px;
  background: #3B82F6;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 9.6px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.1s;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  background: #2563EB;
}

.wpcf7 input[type="submit"]:active,
.wpcf7 .wpcf7-submit:active {
  transform: scale(0.98);
}

.wpcf7-response-output {
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-family: Inter, sans-serif;
}

.wpcf7-mail-sent-ok {
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  color: #166534;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: #fef2f2;
  border: 1.5px solid #fca5a5;
  color: #991b1b;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #EF4444;
  margin-top: 5px;
  display: block;
}

.wpcf7-not-valid input,
.wpcf7-not-valid textarea {
  border-bottom-color: #EF4444;
}

.contatti-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.contatti-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: #EFF4FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contatti-icon i {
  font-size: 16px;
  color: #3B82F6;
}

.contatti-item>div:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contatti-label {
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.contatti-item a,
.contatti-item span:not(.contatti-label) {
  font-size: 15px;
  color: #1A2847;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
}

.contatti-item a:hover {
  color: #3B82F6;
}

.counter {
  align-items: center !important;
}

@media(max-width: 820px) {
  .hero-home {
    min-height: 60vh !important;
    margin-top: 80px;
  }
}

@media(max-width: 480px) {
  .counter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
	
	.counter .w-vwrapper{
		align-items: flex-start;
	}

  .hero-home {
    min-height: 65vh !important;
    margin-top: 80px;
  }

  .hero-home .l-section-img {
    background-position: center right !important;
  }

  .hero-home .l-section-h.i-cf {
    padding-top: 0 !important;
  }

  .hero-h1 h1 {
    font-size: 28px !important;
  }

  #chi-siamo {
    padding-top: 24px !important;
  }

  .w-counter-value {
    font-size: 3rem !important;
  }
}

@media(max-width: 820px) and (min-width: 600px){
	.servizi{
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
	}
}