/*
Theme Name: netenjoy
Author: NetEnjoy
Author URI: https://netenjoy.it/
Description: Tema sviluppato per Tecno P.
Version: 1.0.0
*/

/* GENERAL */
* {
  scroll-behavior: smooth !important;
  -webkit-font-smoothing: antialiased;
}

:root {
  --color-primary: #e51b1f;
  --color-primary-dark: #2a3b13;
  --white: #fff;
  --dark: #333333;
  --light: #626367;
  --lighter: #f8f9fa;
  --color-accent: #e51b1f;
  --color-accent-2: #e51b1f;
}

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

body {
  font-family: 'Poppins', sans-serif;
}

a {
  color: var(--white);
  display: inline-block;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none
}

a:active,
a:focus,
a:hover {
  color: var(--dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0;
}

p {
  font-size: 1rem;
  margin: 0;
}


ul {
  list-style: none;
  margin: 0px !important;
  padding-left: 0px;
}


/* BUTTON */
.theme-btn {
  padding: 1rem 1.5rem;
  border: 1px solid var(--color-primary);
  border-radius: .25rem;
  background-color: var(--color-primary);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.theme-btn:hover {
  color: var(--white);
  background-color: var(--light);
  border: 1px solid var(--light);
}

@media (max-width :575.9px) {
  .theme-btn {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }
}

/* UTILITY */

/* Padding */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width :767.9px) {
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Color */
.color-prime {
  color: var(--color-primary);
}

.color-prime {
  color: var(--color-primary);
}

.color-prime-dark {
  color: var(--color-primary-dark);
}

.color-light {
  color: var(--lighter);
}

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

.color-grey {
  color: var(--light);
}

.color-dark {
  color: var(--dark)
}

/* Background Color */
.bg-prime {
  background-color: var(--color-primary);
}

.bg-prime-dark {
  background-color: var(--color-primary-dark);
}

.bg-light {
  background-color: var(--lighter);
}

.bg-accent {
  background-color: var(--color-accent);
}

.bg-grey {
  background-color: var(--light);
}

.bg-dark {
  background-color: var(--dark)
}

/* STYLE WEBSTITE */

/* NAVBAR */
img.custom-logo {
  height: 60px;
  width: auto;
  max-width: 100%;

}

.header_intro {
  background: var(--white);
  box-shadow: 0px 10px 30px -8px rgb(0 0 0 / 13%);
}

@media (max-width:767.98px) {

  img.custom-logo {
    height: 40px;
  }
}

.single-page-text h2 {
  padding-bottom: 1rem;
  font-weight: bold;
}

.single-page-text p {
  padding-bottom: 2rem;
}

/* GOOGLE REWIEV */
.google-logo img {
  width: 20px;
  height: 20px;
}

.review-box-content {
  background-color: #fff;
  transition: transform 300ms ease-out;
}

p.u-name {
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  margin-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--dark);
  margin-bottom: 2px;
}

.g-review-text {
  height: 81.2px !important;
  line-height: 20.3px !important;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px;
  margin-bottom: 0px;
}

.review-box-content {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.review-box-content:hover {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.star-box i.bi-star-fill {
  color: #f6bb06;
}

.star-box i.bi-patch-check-fill {
  color: #6f6f6f;
}

p.u-logo-text {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}

.u-logo-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.rew-bg-green {
  background-color: #CBEFD7;
  color: #183C24;
}

.rew-bg-orange {
  background-color: #FFD7B6;
  color: #663E1D;
}

.rew-bg-red {
  background-color: #E9A8A3;
  color: #65130D;
}

.rew-bg-blu {
  background-color: #BCD6FF;
  color: #09234C;
}

.rew-bg-violet {
  background-color: #D9A6F9;
  color: #400D60;
}


.rew-bg-yellow {
  background-color: #FFEF99;
  color: #806C00;
}

#privacy-policy a {
  color: #000;
  text-transform: inherit !important;
}

/* REVIEW CONTENT */

.review-section-sign::before{
  content: "— ";
}

/* BLOCK 1 HERO + FORM */

.form-text-logo {
  max-height: 100px;
  width: auto;
}

.block-1-form-title {
  color: #fff;
  text-align: center;
}

.block-1-content {
  background: #fff;
}

h2.block-1-small-title {
  color: var(--dark);
}

.block-1-items svg {
  color: var(--color-primary);
  margin-right: 8px;
}

li.block-1-items {
  padding-bottom: 8px;
}

li.block-1-items:last-child {
  padding-bottom: 0px;
}

/* VALUE SECTION */

.value-icon-content svg {
  color: var(--color-primary);
}


/* TWO TEXt AND LIST SECTION */

p.block-2-text {
  max-width: 500px;
  min-height: 82px;
}

/* BTN FORM CONTATTI */

.btn-primary-form {
  color: #fff;
  padding: 1rem 1.5rem;
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.wp-block-contact-form-7-contact-form-selector .btn-primary.disabled,
.btn-primary-form:disabled {
  background: var(--dark);
  border-color: var(--dark);
  width: 100%;
}

.btn-primary-form:hover {
  color: #fff;
  background-color: var(--light);
  border-color: var(--light);
  width: 100%;
}


span.wpcf7-spinner {
  display: none;
}

.p-form {
  color: var(--dark);
  font-size: 15px;
  line-height: 1rem;
  font-weight: 300;
  text-align: left;
}

.p-privacy {
  color: #fff;
  font-size: 15px;
  line-height: 1.3rem;
  font-weight: 300;
  text-align: left;
}

.wpcf7-not-valid-tip {
  color: #fff !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fff !important;
  color: #fff !important;
}

input.form-check-label {
  margin-right: 10px !important;
  align-self: flex-start;
  margin-top: 4px;
}

.wpcf7-list-item label {
  display: flex !important;
  margin: 0px !important;
}

.wpcf7-list-item {
  margin: 0px !important;
}

.form-control {
  padding: 0.6rem;
  font-size: 1rem;
  border-style: unset;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}

@media (max-width :575.9px) {
  input#contact-form-1 {
    font-size: 13px;
  }
}


/* THRE BLOCKS BG IMAGE */
.overlay-block {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  z-index: 1;
}

.block-4-title-content,
.block-4-text-content {
  z-index: 10;
}

.block-4-col-content {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1/1;
}

/* TEXT AND IMAGE SECTION */

.block-5-img {
  aspect-ratio: 1/1;
  object-fit: cover;
  min-height: 300px;
}

/* FORM TEXT SECTION */

img.form-text-logo {
  max-height: 100px;
  width: auto;
}