/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/global-styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  /* COLORS */
  --primary: #0F71AC;
  /* FONTS */
  --main-font: "Lexend Deca", sans-serif;
  --font-weight-regular: 300;
  --font-weight-bold: 500;
  --font-weight-extra-bold: 600;
  --font-size-title: 10vw;
  --font-size-title-medium: 8vw;
  --font-size-title-small: 5vw;
  --font-size-subtitle: 4.2vw;
  --font-size-description: 4.2vw;
}

/* UTILITY CLASSES */
.btn-primary, .btn-secondary, .btn-secondary-white, .btn-tertiary, .btn-tertiary-white {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

img {
  border-radius: 15px;
}

.carousel img {
  border-radius: 0;
}

.title {
  font-family: var(--main-font);
  font-weight: var(--font-weight-extra-bold);
  font-size: var(--font-size-title);
  color: black;
}

.subtitle {
  font-family: var(--main-font);
  font-weight: var(--font-weight-extra-bold);
  font-size: var(--font-size-subtitle);
  align-self: flex-start;
}

.title-medium {
  font-family: var(--main-font);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-title-medium);
  color: black;
}

.title-small {
  font-family: var(--main-font);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-title-small);
  color: black;
}

.description-small {
  font-family: var(--main-font);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-description);
}

.description {
  font-family: var(--main-font);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-description);
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10vw;
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}

.section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-top: 15%;
  margin-bottom: 15%;
  gap: 10vw;
}

.mini-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5vw;
}

.mini-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
  justify-content: center;
}

.mini-container {
  flex: 1 1 0;
  max-width: 33.3333333333%;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 5vw;
}

.bold {
  font-weight: var(--font-weight-bold);
}

.regular {
  font-weight: var(--font-weight-regular);
}

.btn-primary {
  border: none;
  background-color: var(--primary);
  color: white;
  font-family: var(--main-font);
  font-weight: var(--font-weight-regular);
  font-size: 1rem;
  border-radius: 5px;
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  transition: all 0.3s ease-in-out;
}

.btn-secondary {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: none;
  color: black;
  font-family: var(--main-font);
  font-weight: var(--font-weight-regular);
  font-size: 1rem;
  border-radius: 5px;
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  transition: all 0.3s ease-in-out;
}

.btn-secondary-white {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  color: white;
  font-family: var(--main-font);
  font-weight: var(--font-weight-regular);
  font-size: 1rem;
  border-radius: 5px;
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  transition: all 0.3s ease-in-out;
}

.btn-tertiary {
  border: none;
  background: none;
  border: none;
  font-family: var(--main-font);
  font-weight: var(--font-weight-regular);
  font-size: 1rem;
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: black;
}

.btn-tertiary-white {
  border: none;
  background: none;
  border: none;
  font-family: var(--main-font);
  font-weight: var(--font-weight-regular);
  font-size: 1rem;
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
}

.btn-primary:hover {
  transform: scale(1.05); /* Slight zoom-in */
  /* EFFECT: LIFT WITH BOX SHADOW
  transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;

  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  */
}

.btn-secondary:hover {
  transform: scale(1.05);
  /* EFFECT: LIFT WITH BOX SHADOW: 

  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);

  */
}

/* !SECTIONS */
/** SECTION TYPE 1 */
.section-type-1 .subtitle {
  align-self: center;
}

.section-type-1 .mini-container .icon {
  font-size: 8vw;
}

.section-type-block-13 .content {
  flex-direction: column !important;
}

.section-type-1 .mini-container {
  text-align: center;
}

.section-type-1 .buttons {
  justify-content: center;
}

.section-type-1 .title {
  text-align: center;
}

.section-type-1 .description {
  text-align: center;
}

/** SECTION TYPE 2 */
.section-type-2 .container-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10vw;
}

.section-type-2 .title {
  align-self: flex-start;
}

.section-type-2 .container-right {
  max-width: 100%;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-type-2 .container-right img {
  width: 90vw;
  height: 40vh;
  opacity: 0;
}

/** SECTION TYPE 3 */
.section-type-3 .container-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10vw;
}

.section-type-3 .features {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10vw;
}

.section-type-3 .features-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3vw;
}

.section-type-3 .container-right {
  width: 100%;
  height: auto;
}

.section-type-3 .container-right {
  width: 100%;
  height: 90%;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-type-3 .container-right img {
  width: 90vw;
  height: 40vh;
  opacity: 0;
}

/** SECTION TYPE 4 */
.section-type-4 .container-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}

.section-type-4 .container-left .subtitle {
  font-weight: 700;
  align-self: flex-start;
}

.section-type-4 .benefits-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3vw;
}

.section-type-4 .benefits-list .benefits-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 3vw;
}

.section-type-4 .container-left .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.section-type-4 .container-right {
  width: 100%;
  height: 90%;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-type-4 .container-right img {
  width: 100%;
  opacity: 0;
}

/** SECTION TYPE 5 */
.section-type-5 {
  gap: 3vw;
}

.section-type-5 .container-right {
  width: 100%;
}

/** SECTION TYPE 6 */
.section-type-6 .container-bottom {
  width: 100%;
  height: 30vh;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-type-6 .container-bottom img {
  width: 100%;
  opacity: 0;
}

.section-type-6 .benefits-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1vw;
}

.section-type-6 .benefits-list-item .icon {
  font-size: 8vw;
}

.section-type-6 .container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}

.section-type-6 .container-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10vw;
}

.section-type-6 .container-right .benefits-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10vw;
}

/** SECTION TYPE 7 */
.section-type-7 {
  gap: 15vw;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-type-7 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3vw;
}

.section-type-7 .subtitle {
  align-self: center;
}

.section-type-7 .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-type-7 .member {
  flex: 1 1 22%;
  max-width: 22%;
  min-width: 220px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-type-7 .member-photo {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
  margin-bottom: 1rem;
}

.section-type-7 .member-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  color: black;
}

.section-type-7 .member-info .member-name {
  font-size: 5vw;
  font-weight: var(--font-weight-bold);
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media (min-width: 700px) {
  :root {
    --font-size-title: 2.5vw;
    --font-size-title-small: 1.25vw;
    --font-size-title-medium: 2vw;
    --font-size-subtitle: 0.8vw;
    --font-size-description: 1vw;
  }
  /* UTILITY CLASSES */
  .sub-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .buttons {
    gap: 0.8vw;
  }
  .btn-primary {
    font-size: 1vw;
    border-radius: 8px;
    padding: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .btn-secondary {
    font-size: 1vw;
    border-radius: 8px;
    padding: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .btn-secondary-white {
    font-size: 1vw;
    border-radius: 8px;
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .btn-tertiary {
    font-size: 1vw;
    padding: 2%;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .btn-tertiary-white {
    font-size: 1vw;
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1vw;
  }
  .section-container {
    margin-top: 5%;
    margin-bottom: 5%;
    gap: 3vw;
  }
  /*! SECTION TYPES */
  /** SECTION TYPE 1 */
  .section-type-1 .title, .section-type-1 .description, .section-type-1 .buttons {
    width: 50%;
  }
  .section-type-block-13 .content {
    flex-direction: column !important;
  }
  .section-type-1 .content {
    flex-direction: row;
    gap: 5vw;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .section-type-1 .mini-container .icon {
    font-size: 3vw;
  }
  .section-type-1 .mini-container {
    width: 30%;
    gap: 1vw;
  }
  .section-type-1 .title {
    text-align: center;
  }
  /** SECTION TYPE 2 */
  .section-type-2 {
    flex-direction: row;
  }
  .section-type-2 .container-left {
    gap: 3vw;
  }
  .section-type-2 .container-right img {
    width: 50vw;
    max-height: 80vh;
    height: auto;
  }
  /** SECTION TYPE 3 */
  .section-type-3 {
    flex-direction: row;
  }
  .section-type-3 .container-left {
    gap: 3vw;
    align-items: flex-start !important;
  }
  .section-type-3 .features {
    flex-direction: row;
    gap: 3vw;
  }
  .section-type-3 .features-container {
    gap: 1vw;
  }
  .section-type-3 .container-right img {
    width: 50vw;
    max-height: 80vh;
    height: auto;
  }
  .section-type-3 .container-right {
    width: 50%;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /** SECTION TYPE 4 */
  .section-type-4 {
    flex-direction: row;
    justify-content: space-between;
  }
  .section-type-4 .container-left {
    width: 40%;
    align-items: flex-start;
    gap: 1.5vw;
  }
  .section-type-4 .container-right {
    width: 50%;
  }
  .section-type-4 .benefits-list .benefits-list-item {
    gap: 1vw;
  }
  .section-type-4 .benefits-list {
    gap: 1vw;
  }
  .section-type-4 .container-right img {
    width: 50vw;
    max-height: 80vh;
    height: auto;
  }
  .section-type-4 .container-right {
    width: 50%;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /** SECTION TYPE 5 */
  .section-type-5 {
    margin-top: 10%;
    margin-bottom: 10%;
    flex-direction: row !important;
    width: 90%;
    padding: 3%;
    justify-content: space-between;
    background: rgba(217, 217, 217, 0.58);
    border: 1px solid white;
    box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    border-radius: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-weight: bolder;
    color: black;
  }
  .section-type-5:hover {
    border: 1px solid black;
    transform: scale(1.05);
  }
  .section-type-5:active {
    transform: scale(0.95) rotateZ(1.7deg);
  }
  .section-type-5 .container-left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .section-type-5 .container-right {
    display: flex;
    justify-content: flex-end;
  }
  .section-type-5 .buttons {
    justify-content: flex-end;
    width: 50%;
  }
  /** SECTION TYPE 6 */
  .section-type-6 .container-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 5vw;
  }
  .section-type-6 .container-right .benefits-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5vw;
  }
  .section-type-6 .benefits-list-item .icon {
    font-size: 2vw;
  }
  .section-type-6 .container-right {
    gap: 3vw;
  }
  /** SECTION TYPE 7 */
  .section-type-7 {
    gap: 5vw;
  }
  .section-type-7 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    width: 50%;
  }
  .section-type-7 .members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .section-type-7 .member {
    flex: 1 1 22%;
    max-width: 22%;
    min-width: 220px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-type-7 .member-info {
    gap: 0.5vw;
  }
  .section-type-7 .member-info .member-name {
    font-size: 1.2vw;
    font-weight: var(--font-weight-bold);
  }
  .section-type-7 .member-photo {
    width: 10vw;
    height: 10vw; /* Set height equal to width */
  }
}
/* New Carousel Styles */
.carousel-block {
  position: relative;
  width: 100%;
}

.carousel-block .carousel-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
}

/* Position arrows absolutely, vertically centered, at the sides of the images */
.carousel-block .carousel-prev,
.carousel-block .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 2.5rem;
  color: #009688;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  z-index: 2;
  padding: 0 0.5rem;
}

.carousel-block .carousel-prev {
  left: 0;
  /* Optional: move a bit more left if needed */
}

.carousel-block .carousel-next {
  right: 0;
  /* Optional: move a bit more right if needed */
}

.carousel-block .carousel-prev:disabled,
.carousel-block .carousel-next:disabled {
  opacity: 0.3;
  cursor: default;
}

.carousel-block .carousel-prev:focus,
.carousel-block .carousel-next:focus {
  outline: none;
  box-shadow: none;
}

/* Aggiorna i pallini (dots) */
.carousel-block .carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.5rem; /* posiziona sotto le immagini */
  width: auto;
  z-index: 3;
}

/* Riduci la distanza delle frecce dalle immagini */
.carousel-block .carousel-prev {
  left: -2.5rem; /* più vicino alle immagini */
}

.carousel-block .carousel-next {
  right: -2.5rem; /* più vicino alle immagini */
}

/* Responsive: avvicina ancora di più su schermi piccoli */
@media (max-width: 900px) {
  .carousel-block .carousel-prev {
    left: -1.2rem;
  }
  .carousel-block .carousel-next {
    right: -1.2rem;
  }
  .carousel-block .carousel-dots {
    bottom: -2rem;
  }
}
@media (max-width: 600px) {
  .carousel-block .carousel-images {
    gap: 1rem;
  }
}
/* promise boxes styles */
@media (max-width: 900px) {
  .promise-grid-content {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .promise-main-title-col {
    justify-content: flex-start !important;
    margin-bottom: 2rem;
  }
  .promise-boxes {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .promise-box {
    min-width: unset !important;
    max-width: unset !important;
    width: 100% !important;
  }
}
.promise-grid-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.promise-grid-content {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
}

.promise-main-title-col {
  flex: 1 1 320px;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-boxes {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
}

.promise-box {
  background: #f4f6f8;
  border-radius: 24px;
  padding: 2rem;
  min-width: 320px;
  max-width: 420px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
}

.promise-section {
  width: 80%;
  background: none;
  padding: 0;
}

.promise-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.promise-row--top {
  margin-bottom: 2rem;
}

.promise-title-col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
}

.promise-box--top {
  flex: 1 1 60%;
}

.promise-box {
  background: #f4f6f8;
  border-radius: 24px;
  padding: 2rem;
  min-width: 320px;
  max-width: 500px;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #222;
}

.promise-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
}

.promise-box-desc {
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 900px) {
  .promise-row {
    flex-direction: column;
    align-items: stretch;
  }
  .promise-title-col,
  .promise-box--top,
  .promise-box {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
.promise-box,
.promise-box--top {
  background: #f4f6f8;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  width: 500px;
  min-width: 320px;
  max-width: 500px;
  min-height: 260px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
  box-sizing: border-box;
  justify-content: flex-start;
}

.promise-title {
  font-size: 3rem;
  font-weight: bold;
  color: #222;
  margin: 0 0 2rem 0;
  text-align: left;
  min-width: 320px;
  max-width: 500px;
}

.promise-box-title {
  color: #6eb1be;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 0.7rem 0;
}

/* Descrizione box più grande */
.promise-box-desc {
  color: #222;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 900px) {
  .promise-box,
  .promise-box--top {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    height: auto !important;
    min-height: 220px;
  }
  .promise-title {
    font-size: 2.2rem;
  }
  .promise-box-title {
    font-size: 1.5rem;
  }
  .promise-box_desc {
    font-size: 1rem;
  }
}
.popup-boxes-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .popup-boxes-row {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }
  .popup-box {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.popup-box {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 3rem 2.5rem;
  min-width: 420px;
  max-width: 600px;
  min-height: 320px;
  height: 380px;
  cursor: pointer;
  text-align: center;
  position: relative;
  border: 2px solid #1565a5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup-modal-content {
  background: #fff;
  border-radius: 24px;
  padding: 2rem 2rem 2rem 2rem;
  min-width: 320px;
  max-width: 90vw;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  position: relative;
}

.popup-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #1565a5;
  z-index: 2;
  line-height: 1;
}

.popup-modal-content h2 {
  margin-top: 3rem; /* Spazio extra sotto la X */
}

.popup-title {
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.popup-boxes-main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

/* FAQ Block Styles */
.faq-accordion-block {
  max-width: 1200px;
  margin: 2rem auto;
  font-family: "Lexend Deca", Arial, sans-serif;
}

.faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  margin-bottom: 1.2rem;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.faq-item.open,
.faq-item:focus-within {
  box-shadow: 0 4px 16px rgba(21, 101, 165, 0.08);
  border-color: #1565a5;
}

.faq-question-row {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1.2rem 2rem;
  background: #f8fafd;
  transition: background 0.2s;
  outline: none;
}

.faq-item.open .faq-question-row {
  background: #eaf3fa;
}

.faq-question-row:hover {
  background: #eaf3fa;
}

.faq-question-row img,
.faq-question-row span[style*="font-size: 22"] {
  width: 28px !important;
  height: 28px !important;
  margin-right: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.faq-question {
  font-weight: 600;
  font-size: 1.15rem;
  flex: 1;
  letter-spacing: 0.5px;
  color: #1565a5;
}

.faq-arrow {
  margin-left: 1.2rem;
  font-size: 2rem;
  color: #1565a5;
  transition: transform 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer-row {
  padding: 1.5rem 2.5rem 1.7rem 4.5rem;
  background: #fff;
  font-size: 1.08rem;
  color: #222;
  border-top: 1px solid #e0e0e0;
  animation: faqFadeIn 0.3s;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive */
@media (max-width: 900px) {
  .faq-accordion-block {
    max-width: 98vw;
    padding: 0 1vw;
  }
  .faq-answer-row {
    padding: 1.2rem 1.2rem 1.2rem 2.5rem;
  }
  .faq-question-row {
    padding: 1rem 1rem;
  }
}
/* SOCIAL MEDIA BUTTONS */
.social-follow-block {
  padding: 2.5rem 0;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.social-follow-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.social-follow-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #1177b3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 1rem;
  padding: 0.7rem 2.2rem;
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px rgba(17, 119, 179, 0.08);
}

.social-btn i {
  font-size: 2.1rem;
}

.social-btn:hover, .social-btn:focus {
  transform: scale(1.07);
  box-shadow: 0 4px 16px rgba(17, 119, 179, 0.18);
  color: #fff;
}

@media (max-width: 700px) {
  .social-follow-buttons {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }
  .social-btn {
    width: 90%;
    justify-content: center;
  }
}
.center-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.center-block img {
  width: 50vw;
  max-height: 80vh;
  height: auto;
}

/* SECTION TYPE 13 */
@media (max-width: 768px) {
  .mini-row {
    flex-wrap: wrap !important;
    gap: 1rem;
  }
  .mini-container {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    box-sizing: border-box;
  }
}
/* HALF CUT IMAGE */
.overlay-text {
  position: "absolute";
  top: "50%";
  left: "50%";
  transform: "translate(-50%, -50%)";
  color: "#fff";
  text-align: "center";
  font-weight: "bold";
  text-transform: "uppercase";
  font-size: "6rem";
  letter-spacing: "2px";
  width: "90%";
  z-index: 2;
}

@media (max-width: 768px) {
  .overlay-text {
    font-size: 3rem !important;
    width: 100% !important;
  }
}
/* BLOCK TYPE 12 */
.popup-box {
  background: "#fff";
  border-radius: "24px";
  box-shadow: "0 2px 12px rgba(0,0,0,0.07)";
  padding: "2rem";
  flex: "1 1 0";
  min-width: "450px";
  max-width: "550px";
  cursor: "pointer";
  text-align: "center";
  position: "relative";
  border: "2px solid #1565a5";
}

@media (max-width: 768px) {
  .popup-box {
    width: 80% !important;
    min-width: unset !important;
  }
  .popup-boxes-row {
    align-items: center !important;
  }
}
/* Testimonials */
.testimonial-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.testimonial-row .list-item {
  flex: 1 1 0;
  min-width: 0;
  max-width: 33.33%;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .testimonial-row {
    flex-direction: column;
    align-items: center;
  }
  .testimonial-row .list-item {
    max-width: unset !important;
  }
}
@media (max-width: 600px) {
  .testimonial-row .list-item {
    max-width: unset !important;
  }
}
.testimonials .content {
  flex-direction: column !important;
}

/*# sourceMappingURL=index.css.map*/