/*
Theme Name: Registro Wine Child
Description: Tema child per registro.wine
Author: Registro Wine
Template: hello-elementor
Version: 1.0.0
Text Domain: registro-wine-child
*/
/* General */
.animation,
#header-main,
.button, .to-invert-fill-stroke, .to-invert-fill, .to-invert-stroke,
#footer-main a,.social-links ul a,
button[type="submit"], .box-menu img,
.box, body .slider-blog-last a img, .map-customers .region-path,
.slider-box-background, .slider-boxes .slider-box h3, .slider-boxes .slider-box p, .slider-boxes .slider-box::after,
.qodef-blog .qodef-blog-item .qodef-e-media-image img, .carousel-custom-slider-card img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
*:focus {
    outline: none;
}
.overflow-hidden {
    overflow: hidden!important;
}
.text-right {
    text-align: right;
}
.icon,
.box::after, .slider-blog-last-button-prev, .slider-blog-last-button-next,
.v2 .banner h2::after, .slider-boxes .slider-box::after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
body .padding-top {
    padding-top: 100px;
}
body .padding-top-ultra {
    padding-top: 200px;
}
body .padding-bottom {
    padding-bottom: 100px;
}
body .padding-bottom-ultra {
    padding-bottom: 200px;
}
body .padding-top-small {
    padding-top: 50px;
}
body .padding-bottom-small {
    padding-bottom: 50px;
}
body .padding-lateral {
    padding-left: 100px;
    padding-right: 100px;
}
@media (max-width: 767px) {
  body .padding-top {
    padding-top: 50px;
  }

  body .padding-top-ultra {
    padding-top: 100px;
  }

  body .padding-bottom {
    padding-bottom: 50px;
  }

  body .padding-bottom-ultra {
    padding-bottom: 100px;
  }

  body .padding-top-small {
    padding-top: 25px;
  }

  body .padding-bottom-small {
    padding-bottom: 25px;
  }

  body .padding-lateral {
    padding-left: 15px;
    padding-right: 15px;
  }
}
b, strong {
    font-weight: bold;
	color: #6A236B;
}
.bold-light,
.bold-light strong,
.bold-light b {
  font-weight: bold;
  color: #F9F9F9;
}
/*Header*/
/* ================================
   REGISTRO - HEADER MENU LIGHT / DARK
================================ */

/* Stato normale nero */
body.rw-menu-dark .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu a {
  color: #020402 !important;
}

body.rw-menu-dark .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu .sub-arrow svg,
body.rw-menu-dark .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu .sub-arrow i {
  color: #020402 !important;
  fill: #020402 !important;
}

/* Stato normale bianco */
body.rw-menu-light .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu a {
  color: #ffffff !important;
}

body.rw-menu-light .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu .sub-arrow svg,
body.rw-menu-light .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu .sub-arrow i {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Hover menu bianco */
body.rw-menu-light .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu a:hover {
  color: #ffffff !important;
  opacity: 0.75;
}

/* Hover menu nero */
body.rw-menu-dark .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu a:hover {
  color: #fff !important;
  opacity: 0.75;
}

/* Indicatore / sottolineatura Elementor */
body.rw-menu-light .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu .elementor-item:after {
  background-color: #ffffff !important;
}

body.rw-menu-dark .rw-site-header:not(.elementor-sticky--effects) .rw-main-menu .elementor-item:after {
  background-color: #020402 !important;
}

/* Dropdown del menu: lo lasciamo sempre leggibile */
.rw-site-header .rw-main-menu .sub-menu {
  background-color: #ffffff !important;
}

.rw-site-header .rw-main-menu .sub-menu a {
  color: #020402 !important;
}

.rw-site-header .rw-main-menu .sub-menu a:hover {
  color: #74206f !important;
}

/* Sticky: non modificare se è già gestito dal tuo CSS */
.rw-site-header.elementor-sticky--effects .rw-main-menu a {
  color: inherit;
}
/*Footer*/
/* ================================
   FOOTER FORM CF7
================================ */

.registro-footer-form {
  width: 100%;
  max-width: 916px;
  font-family: "Raleway", sans-serif;
}

/* Riga form */
.registro-footer-form-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
}

/* CF7 aggiunge i p: li annulliamo */
.registro-footer-form-row p {
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}

/* Campo email */
.registro-footer-form-row input[type="email"] {
  width: 100% !important;
  height: 52px !important;
  border: 1px solid #8f8a95 !important;
  border-radius: 12px !important;
  padding: 0 22px !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #020402 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: "Raleway", sans-serif !important;
}

.registro-footer-form-row input[type="email"]::placeholder {
  color: #8f8a95 !important;
  opacity: 1 !important;
}

/* Bottone */
.registro-footer-form-row input[type="submit"],
.registro-footer-form-row button,
.registro-footer-form-row .wpcf7-submit {
  flex: 0 0 52px !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border: 1px solid #6A236B !important;
  border-radius: 12px !important;
  background-color: #6A236B !important;
  color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  position: relative !important;
  transition: background-color 0.25s ease, border-color 0.25s ease !important;
}

/* Freccia dentro il bottone */
.registro-footer-form-row input[type="submit"] {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1V13H13' stroke='white' stroke-width='1.4'/%3E%3Cpath d='M8.8 8.8L13 13L8.8 16.2' stroke='white' stroke-width='1.4'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px 17px !important;
}

/* Hover */
.registro-footer-form-row input[type="submit"]:hover,
.registro-footer-form-row .wpcf7-submit:hover {
  background-color: transparent !important;
  border-color: #6A236B !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1V13H13' stroke='%236A236B' stroke-width='1.4'/%3E%3Cpath d='M8.8 8.8L13 13L8.8 16.2' stroke='%236A236B' stroke-width='1.4'/%3E%3C/svg%3E") !important;
}

/* Messaggi CF7 */
.registro-footer-form .wpcf7-spinner {
  display: none !important;
}

.registro-footer-form .wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 14px !important;
}

/* Responsive */
@media (max-width: 767px) {
  .registro-footer-form-row {
    gap: 10px !important;
  }

  .registro-footer-form-row input[type="email"] {
    height: 48px !important;
    font-size: 17px !important;
    padding: 0 18px !important;
  }

  .registro-footer-form-row input[type="submit"],
  .registro-footer-form-row .wpcf7-submit {
    flex-basis: 48px !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
  }
}
/*Header*/
/* Header: stato normale */
.elementor-location-header .elementor-element-6639ac5 {
  background: transparent !important;
  box-shadow: none !important;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Header: dopo scroll */
.elementor-location-header .elementor-element-6639ac5.elementor-sticky--effects {
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/*Home*/
/*due card colorate*/
/* Due card colorate - zoom immagine */


.wine-card-image {
  overflow: hidden !important;
  border-radius: 8px;
  line-height: 0;
  position: relative;
  isolation: isolate;
}

.wine-card-image .elementor-widget-image,
.wine-card-image .elementor-widget-container {
  overflow: hidden !important;
  border-radius: 8px;
}

.wine-card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.wine-card:hover .wine-card-image img {
  transform: scale(1.08);
}
/*icona pulsante*/
.wine-button-light .elementor-button {
  color: #000000;
  background-color: #F9F9F9;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.wine-button-light .elementor-button svg,
.wine-button-light .elementor-button svg path {
  stroke: currentColor;
  transition: stroke 0.3s ease;
}

.wine-button-light .elementor-button:hover {
  color: #F9F9F9;
  background-color: #6A236B;
}
.btn-arrow-svg .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #F9F9F9;
  background-color: transparent;
  border: 1px solid #F9F9F9;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.btn-arrow-svg .elementor-button::after {
  content: "";
  width: 17px;
  height: 21px;
  display: inline-block;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='black' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='black' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.btn-arrow-svg .elementor-button:hover {
  color: #007000;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}

/*SLIDER HOME*/
/* ================================
   REGISTRO SOFTWARE SLIDER
   Solo colonna destra Elementor
================================ */

/* Classe da mettere alla colonna destra Elementor */
.software-slider-col {
  overflow: visible !important;
}

.software-slider-col .elementor-widget-shortcode,
.software-slider-col .elementor-widget-shortcode .elementor-widget-container {
  overflow: visible !important;
}

/* Wrapper solo dello slider */
.registro-software-slider {
  width: 100%;
  overflow: visible;
  padding-top: 5px;
}

/* Swiper */
.registro-swiper {
  width: 100%;
  overflow: visible !important;
}

.registro-swiper .swiper-wrapper {
  align-items: stretch;
}

.registro-swiper .swiper-slide {
  flex-shrink: 0;
}

/* Card */
.registro-swiper-slide {
  width: 720px !important;
  height: 310px !important;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(249, 249, 249, 0.75);
  border-radius: 24px;
  background: transparent;
  color: #F9F9F9;
}

/* Numero */
.registro-slide-number {
  position: absolute;
  left: 36px;
  bottom: -50px;
  z-index: 1;
  color: #F9F9F9;
  font-family: "Raleway", sans-serif;
  font-size: 250px;
  line-height: 0.78;
  font-weight: 500;
  letter-spacing: -0.08em;
  pointer-events: none;
}

/* Testo */
.registro-slide-text {
  position: absolute;
  right: 70px;
  bottom: 54px;
  z-index: 2;
  width: 300px;
  margin: 0;
  color: #F9F9F9;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

/* Navigazione */
.registro-slider-navigation {
  display: flex;
  gap: 28px;
  margin-top: 26px;
}

.registro-slider-prev,
.registro-slider-next {
  width: 24px;
  height: 24px;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  cursor: pointer;
  box-shadow: none !important;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.registro-slider-prev::before,
.registro-slider-next::before {
  content: "";
  display: block;
  width: 17px;
  height: 21px;
  background-color: #F9F9F9;

  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='%23020402' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='%23020402' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='%23020402' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='%23020402' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.registro-slider-prev::before {
  transform: scaleX(-1);
}

.registro-slider-next::before {
  transform: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .registro-software-slider {
    padding-top: 40px;
  }

  .registro-swiper-slide {
    width: 560px !important;
    height: 245px !important;
  }

  .registro-slide-number {
    font-size: 190px;
    bottom: -38px;
  }

  .registro-slide-text {
    right: 45px;
    bottom: 48px;
    width: 240px;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .registro-software-slider {
    padding-top: 30px;
  }

  .registro-swiper-slide {
    width: 320px !important;
    height: 220px !important;
    border-radius: 18px;
  }

  .registro-slide-number {
    left: 22px;
    bottom: -32px;
    font-size: 120px;
  }

  .registro-slide-text {
    right: 24px;
    bottom: 38px;
    width: 150px;
    font-size: 14px;
  }
}

/*home sezione blog*/
/* ================================
   REGISTRO BLOG PREVIEW
================================ */

.registro-blog-preview {
  width: 100%;
  color: #020402;
  padding: 80px 0 86px;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

.registro-blog-preview-inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.registro-blog-title {
  margin: 0 0 42px;
  color: #020402;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.registro-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: stretch;
}

/* PRIMA COLONNA: card + bottone */
.registro-blog-first-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* CARD */
.registro-blog-card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: #020402;
}

/* La prima card è più bassa perché sotto ha il bottone */
.registro-blog-first-col .registro-blog-card {
  height: 265px;
}

/* Seconda e terza card più alte, allineate al fondo del bottone */
.registro-blog-grid > .registro-blog-card {
  height: 100%;
}

.registro-blog-card--peach {
  background: #FFE0C8;
}

.registro-blog-card--cyan {
  background: #D2F1EF;
}

.registro-blog-card--yellow {
  background: #F1F2A4;
}

.registro-blog-card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 26px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

.registro-blog-date {
  display: block;
  margin-bottom: 28px;
  color: rgba(2, 4, 2, 0.65);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.registro-blog-card-title {
  max-width: 335px;
  margin: 0;
  color: #020402;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.registro-blog-arrow {
  position: absolute;
  left: 26px;
  bottom: 26px;
  width: 17px;
  height: 21px;
  background-color: #020402;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='%23020402' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='%23020402' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='%23020402' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='%23020402' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

/* BOTTONE */
.registro-blog-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 46px;
  padding: 14px 26px;
  border-radius: 8px;
  background: #742072;
  color: #F9F9F9;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  box-shadow: 0 24px 40px rgba(116, 32, 114, 0.22);
}

.registro-blog-button:hover {
  background: #742072;
  color: #F9F9F9;
}

.registro-blog-button::after {
  content: "";
  display: block;
  width: 17px;
  height: 21px;
  background-color: #F9F9F9;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='%23020402' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='%23020402' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='%23020402' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='%23020402' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .registro-blog-grid {
    gap: 28px;
  }

  .registro-blog-card-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .registro-blog-preview {
    padding: 56px 0 64px;
  }

  .registro-blog-title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .registro-blog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .registro-blog-first-col .registro-blog-card,
  .registro-blog-grid > .registro-blog-card {
    height: 240px;
  }

  .registro-blog-button {
    margin-top: 32px;
  }
}
/* ================================
   HOVER BLOG CARD
================================ */

.registro-blog-card {
  transition: background-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid transparent;
}

.registro-blog-card--peach {
  background: #FFE0C8;
  border-color: #FFE0C8;
}

.registro-blog-card--cyan {
  background: #D2F1EF;
  border-color: #D2F1EF;
}

.registro-blog-card--yellow {
  background: #F1F2A4;
  border-color: #F1F2A4;
}

.registro-blog-card:hover {
  background: transparent;
}

.registro-blog-arrow {
  transition: transform 0.35s ease;
}

.registro-blog-card:hover .registro-blog-arrow {
  transform: translate(6px, 6px);
}
/* ================================
   HOVER BOTTONE BLOG
================================ */

.registro-blog-button {
  background: #742072;
  color: #F9F9F9;
  border: 1px solid #742072;
  box-shadow: 0 24px 40px rgba(116, 32, 114, 0.22);
  transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.registro-blog-button::after {
  background-color: #F9F9F9;
  transition: background-color 0.35s ease, transform 0.35s ease;
}

.registro-blog-button:hover {
  background: transparent;
  color: #742072;
  box-shadow: none;
}

.registro-blog-button:hover::after {
  background-color: #742072;
}
/*bottone home pre footer*/
/* CTA con hover solo sul testo */

.registro-cta-button .elementor-button,
.registro-cta-button .elementor-button:hover,
.registro-cta-button .elementor-button:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #F9F9F9 !important;
  text-decoration: none !important;
  transform: none !important;
}

.registro-cta-button .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  transform: none !important;
}

.registro-cta-button .elementor-button-text {
  display: inline-block !important;
  color: #F9F9F9 !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  padding-bottom: 2px !important;
  transition: none !important;
}

/* hover: sottolinea e simula il bold solo sul testo */
.registro-cta-button .elementor-button:hover .elementor-button-text {
  border-bottom-color: #F9F9F9 !important;
  text-shadow: 0.45px 0 0 currentColor !important;
}

/* blocco totale freccia */
.registro-cta-button .elementor-button-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 17px !important;
  min-width: 17px !important;
  height: 21px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  transition: none !important;
}

.registro-cta-button .elementor-button-icon svg,
.registro-cta-button .elementor-button-icon i {
  display: block !important;
  width: 17px !important;
  height: 21px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  transition: none !important;
}

/* impedisce animazioni Elementor sull’icona */
.registro-cta-button .elementor-button:hover .elementor-button-icon,
.registro-cta-button .elementor-button:hover .elementor-button-icon svg,
.registro-cta-button .elementor-button:hover .elementor-button-icon i {
  transform: none !important;
  margin: 0 !important;
  left: auto !important;
  right: auto !important;
}
.hero-title .elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 25%;
}
/*SOFTWARE*/
/*Slider software*/
/* ================================
   REGISTRO STRENGTH SLIDER
================================ */

/* ================================
   REGISTRO STRENGTH SLIDER
================================ */

.registro-strength-slider-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
  font-family: "Raleway", sans-serif;
}

/* SWIPER */

.registro-strength-swiper {
  width: 100%;
  overflow: visible !important;
}

.registro-strength-swiper .swiper-wrapper {
  align-items: stretch;
}

.registro-strength-swiper .swiper-slide {
  flex-shrink: 0;
}

/* CARD */

.registro-strength-slide {
  width: 750px !important;
  height: 415px !important;
  position: relative;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 34px;
  overflow: hidden;
  color: #020402;

  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.registro-strength-card--cyan {
  background: #D2F1EF;
}

.registro-strength-card--green {
  background: #DDE6DD;
}

/* questa deve combaciare con il PHP */
.registro-strength-card--lilac {
  background: #E9E6FA;
}

.registro-strength-card-title {
  margin: 0;
  max-width: 90%;
  color: #020402;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.registro-strength-card-text {
  max-width: 640px;
  margin: 0;
  color: #020402;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* FRECCE */

.registro-strength-navigation {
  position: absolute;
  right: 0;
  top: -52px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 30px;
}

.registro-strength-prev,
.registro-strength-next {
  width: 24px;
  height: 24px;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  cursor: pointer;
  box-shadow: none !important;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.registro-strength-prev::before,
.registro-strength-next::before {
  content: "";
  display: block;
  width: 17px;
  height: 21px;
  background-color: #020402;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='%23020402' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='%23020402' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='%23020402' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='%23020402' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.registro-strength-prev::before {
  transform: scaleX(-1);
}

.registro-strength-next::before {
  transform: none;
}

/* evita effetti hover strani dei button */
.registro-strength-prev:hover,
.registro-strength-next:hover,
.registro-strength-prev:focus,
.registro-strength-next:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
}

.registro-strength-prev:hover::before,
.registro-strength-next:hover::before {
  background-color: #020402;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .registro-strength-slide {
    width: 620px !important;
    height: 360px !important;
    padding: 30px;
  }

  .registro-strength-navigation {
    top: -58px;
  }

  .registro-strength-card-title {
    font-size: 25px;
  }

  .registro-strength-card-text {
    max-width: 540px;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .registro-strength-navigation {
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-end;
    margin-bottom: 24px;
  }

  .registro-strength-slide {
    width: 320px !important;
    height: 300px !important;
    padding: 26px 24px;
  }

  .registro-strength-card-title {
    max-width: 100%;
    font-size: 23px;
  }

  .registro-strength-card-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.35;
  }
}

/*slider su softwar*/
/* ================================
   REGISTRO CLIENTS MARQUEE
================================ */

.registro-clients-marquee {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  color: #020402;
}

.registro-clients-title {
  margin: 0 0 58px;
  text-align: center;
  color: #020402;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.registro-clients-title span {
  color: #742072;
  font-style: italic;
  font-weight: 700;
}

/* CONTENITORE DELLE DUE RIGHE */

.registro-clients-marquee-inner {
  width: 100%;
  overflow: hidden;
  display: block;
}

/* SINGOLA RIGA */

.registro-clients-row {
  width: 100%;
  overflow: hidden;
  display: block;
  clear: both;
}

.registro-clients-row + .registro-clients-row {
  margin-top: 42px;
}

/* TRACK IN MOVIMENTO */

.registro-clients-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}

.registro-clients-set {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 86px;
  flex: 0 0 auto;
  padding-right: 86px;
}

/* LOGHI */

.registro-client-logo {
  flex: 0 0 auto;
  width: 150px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.registro-client-logo img {
  display: block;
  max-width: 100%;
  max-height: 82px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
}

/* DIREZIONI OPPOSTE */

.registro-clients-row--left .registro-clients-track {
  animation: registro-marquee-left 55s linear infinite;
}

.registro-clients-row--right .registro-clients-track {
  animation: registro-marquee-right 55s linear infinite;
}

@keyframes registro-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes registro-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .registro-clients-marquee {
    padding: 72px 0 88px;
  }

  .registro-clients-title {
    font-size: 38px;
    margin-bottom: 46px;
  }

  .registro-clients-row + .registro-clients-row {
    margin-top: 34px;
  }

  .registro-clients-set {
    gap: 68px;
    padding-right: 68px;
  }

  .registro-client-logo {
    width: 130px;
    height: 74px;
  }

  .registro-client-logo img {
    max-height: 74px;
  }
}

@media (max-width: 767px) {
  .registro-clients-marquee {
    padding: 56px 0 70px;
  }

  .registro-clients-title {
    font-size: 34px;
    margin-bottom: 38px;
  }

  .registro-clients-row + .registro-clients-row {
    margin-top: 28px;
  }

  .registro-clients-set {
    gap: 48px;
    padding-right: 48px;
  }

  .registro-client-logo {
    width: 110px;
    height: 62px;
  }

  .registro-client-logo img {
    max-height: 62px;
  }

  .registro-clients-row--left .registro-clients-track,
  .registro-clients-row--right .registro-clients-track {
    animation-duration: 24s;
  }
}
/*Slider Team software*/
/* ================================
   REGISTRO TEAM SLIDER
================================ */

.registro-team-slider-section {
  width: 100%;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  color: #020402;
  padding: 0 0 90px;
}

.registro-team-title {
  margin: 0 0 34px;
  color: #020402;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* SWIPER */

.registro-team-swiper {
  width: 100%;
  overflow: visible !important;
}

.registro-team-swiper .swiper-wrapper {
  align-items: stretch;
}

.registro-team-slide {
  width: 320px !important;
  height: 320px !important;
  flex-shrink: 0;
}

/* CARD */

.registro-team-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #E9E6FA;
}

.registro-team-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* OVERLAY HOVER */

.registro-team-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #E9E6FA;
  color: #020402;
  padding: 34px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.registro-team-name {
  margin: 0 0 8px;
  color: #020402;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.registro-team-role {
  margin: 0;
  color: #020402;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.registro-team-card:hover .registro-team-overlay {
  opacity: 1;
  visibility: visible;
}

.registro-team-card:hover .registro-team-photo {
  transform: scale(1.03);
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .registro-team-slide {
    width: 280px !important;
    height: 280px !important;
  }

  .registro-team-title {
    font-size: 24px;
  }

  .registro-team-overlay {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .registro-team-slider-section {
    padding-bottom: 64px;
  }

  .registro-team-title {
    font-size: 23px;
    margin-bottom: 24px;
  }

  .registro-team-slide {
    width: 240px !important;
    height: 240px !important;
  }

  .registro-team-overlay {
    padding: 24px;
  }

  .registro-team-name {
    font-size: 20px;
  }

  .registro-team-role {
    font-size: 15px;
  }
}

/* Pagina Offerta*/
/*numero dentro card*/
.prezzo-numero {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}

.prezzo-periodo {
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}
/*accordion faq*/
/* ================================
   REGISTRO FAQ ACCORDION
================================ */

.rw-acf-faq {
    width: 100%;
}

.rw-acf-faq-list {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.rw-acf-faq-card {
    width: 100%;
    background-color: #eeeaff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
}

.rw-acf-faq-toggle {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 72px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    padding-top: 0 !important;
    padding-right: 28px !important;
    padding-bottom: 0 !important;
    padding-left: 32px !important;

    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;

    background-color: transparent !important;

    border-width: 0 !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    font-family: inherit !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;

    color: #000000 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: normal !important;

    cursor: pointer !important;
}

.rw-acf-faq-toggle:hover,
.rw-acf-faq-toggle:focus,
.rw-acf-faq-toggle:active {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    outline: none !important;
}

.rw-acf-faq-question {
    display: block;

    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;

    padding-right: 24px;
}

.rw-acf-faq-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 24px;

    width: 24px;
    height: 24px;
    margin-left: auto;

    color: #5f5b70;

    transform: rotate(0deg);
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.rw-acf-faq-arrow-svg {
    display: block;
    width: 24px;
    height: 24px;
}

.rw-acf-faq-card-open .rw-acf-faq-arrow {
    transform: rotate(180deg);
}

.rw-acf-faq-answer {
    max-height: 0;
    overflow: hidden;

    opacity: 0;
    transform: translateY(-8px);

    transition:
        max-height 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.55s ease,
        transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);

    will-change: max-height, opacity, transform;
}

.rw-acf-faq-card-open .rw-acf-faq-answer {
    opacity: 1;
    transform: translateY(0);
}

.rw-acf-faq-answer-inner {
    padding-top: 0;
    padding-right: 32px;
    padding-bottom: 28px;
    padding-left: 32px;

    font-family: inherit;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 400;

    color: #111111;

    opacity: 0;
    transform: translateY(-6px);

    transition:
        opacity 0.55s ease 0.12s,
        transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;

    will-change: opacity, transform;
}

.rw-acf-faq-card-open .rw-acf-faq-answer-inner {
    opacity: 1;
    transform: translateY(0);
}

.rw-acf-faq-answer-inner p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 14px;
    margin-left: 0;
}

.rw-acf-faq-answer-inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .rw-acf-faq-list {
        max-width: 100%;
    }

    .rw-acf-faq-card {
        margin-bottom: 16px;
    }

    .rw-acf-faq-toggle {
        min-height: 64px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
        font-size: 18px !important;
    }

    .rw-acf-faq-answer-inner {
        padding-right: 20px;
        padding-bottom: 22px;
        padding-left: 20px;
        font-size: 16px;
    }
}

/*form con card*/
/* ================================
   FORM OFFERTA CF7 - REGISTRO
================================ */

.registro-offer-form {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: #020402;
}

/* Reset SOLO dentro questo form */
.registro-offer-form *,
.registro-offer-form *::before,
.registro-offer-form *::after {
  box-sizing: border-box;
}

.registro-offer-form p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Wrapper campo */
.registro-offer-field {
  display: block;
  width: 100%;
  padding: 0 !important;
}

/* Span CF7 */
.registro-offer-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Campi */
.registro-offer-form input[type="text"],
.registro-offer-form input[type="tel"],
.registro-offer-form input[type="email"],
.registro-offer-form select,
.registro-offer-form textarea {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 0 13px !important;

  border: 0 !important;
  border-bottom: 1px solid #6F687C !important;
  border-radius: 0 !important;

  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;

  font-family: "Raleway", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  color: #020402 !important;

  appearance: none;
  -webkit-appearance: none;
}

/* Placeholder */
.registro-offer-form input::placeholder,
.registro-offer-form textarea::placeholder {
  color: #6F687C !important;
  opacity: 1 !important;
}

/* Select */
.registro-offer-form select {
  color: #6F687C !important;
  cursor: pointer !important;
  padding-right: 54px !important;

  background-image: url("data:image/svg+xml,%3Csvg width='34' height='20' viewBox='0 0 34 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L17 17L32 2' stroke='%236F687C' stroke-width='3'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 2px top 8px !important;
  background-size: 28px auto !important;
}

.registro-offer-form select option {
  color: #020402;
}

.registro-offer-form select:valid {
  color: #020402 !important;
}

/* Textarea */
.registro-offer-form textarea {
  height: 160px !important;
  resize: none !important;
}

/* Focus */
.registro-offer-form input:focus,
.registro-offer-form select:focus,
.registro-offer-form textarea:focus {
  border-bottom-color: #6A236B !important;
}

/* Bottone */
.registro-offer-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 14px 0 0 !important;
  padding: 10px 20px !important;
  border: 1px solid #6A236B !important;
  border-radius: 16px !important;
  background-color: #6A236B !important;
  color: #F9F9F9 !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

.registro-offer-submit span {
  display: inline-block;
  color: currentColor;
}

/* Freccia */
.registro-offer-submit::after {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background-color: currentColor;

  mask-image: url("data:image/svg+xml,%3Csvg width='17' height='21' viewBox='0 0 17 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='black' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='21' viewBox='0 0 17 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='black' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

/* Hover bottone */
.registro-offer-submit:hover,
.registro-offer-submit:focus {
  background-color: transparent !important;
  color: #6A236B !important;
  border-color: #6A236B !important;
}

/* Errori CF7 */
.registro-offer-form .wpcf7-not-valid-tip {
  margin-top: 8px !important;
  color: #6A236B !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.registro-offer-form .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #020402 !important;
  font-size: 15px !important;
}

.registro-offer-form .wpcf7-spinner {
  display: none !important;
}
/* Nasconde la prima opzione placeholder nel menu a tendina */
.registro-offer-form select option:first-child {
  display: none !important;
}
/* Responsive */
@media (max-width: 1024px) {
  .registro-offer-form input[type="text"],
  .registro-offer-form input[type="tel"],
  .registro-offer-form input[type="email"],
  .registro-offer-form select,
  .registro-offer-form textarea {
    font-size: 23px !important;
  }

  .registro-offer-submit {
    min-width: 190px !important;
    height: 68px !important;
    padding: 0 38px !important;
    font-size: 25px !important;
    border-radius: 14px !important;
  }

  .registro-offer-submit::after {
    width: 22px;
    height: 27px;
  }
}

@media (max-width: 767px) {
  .registro-offer-field {
    margin-bottom: 22px !important;
  }

  .registro-offer-form input[type="text"],
  .registro-offer-form input[type="tel"],
  .registro-offer-form input[type="email"],
  .registro-offer-form select,
  .registro-offer-form textarea {
    font-size: 18px !important;
    padding-bottom: 11px !important;
  }

  .registro-offer-form textarea {
    height: 120px !important;
  }

  .registro-offer-form select {
    background-size: 20px auto !important;
    background-position: right 2px top 6px !important;
  }

  .registro-offer-submit {
    min-width: 150px !important;
    height: 56px !important;
    padding: 0 28px !important;
    gap: 16px !important;
    font-size: 20px !important;
    border-radius: 12px !important;
  }

  .registro-offer-submit::after {
    width: 18px;
    height: 22px;
  }
}
/*Offerta-cantina*/
/* ================================
   REGISTRO COMPARISON TABLE
================================ */

.registro-comparison-section {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: #020402;
}

.registro-comparison-title {
  margin: 0 0 34px;
  color: #020402;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.registro-comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.registro-comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

/* RESET CELLE */

.registro-comparison-table th,
.registro-comparison-table td {
  border: 0 !important;
  color: #020402;
}

/* HEADER */

.registro-comparison-table thead th {
  padding: 0 28px 28px !important;
  background: transparent !important;
  border: 0 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;

  color: #020402 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.registro-comparison-table thead th:first-child {
  text-align: left !important;
}

/* RIGHE ALTERNATE */

.registro-comparison-table tbody tr:nth-child(odd) {
  background: #E9E6FA;
}

.registro-comparison-table tbody tr:nth-child(even) {
  background: transparent;
}

/* CELLE BODY */

.registro-comparison-table tbody td {
  padding: 13px 28px;
  color: #020402;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 400;
  vertical-align: middle;
}

.registro-comparison-table tbody td:first-child {
  width: 38%;
  text-align: left;
}

.registro-comparison-table tbody td:not(:first-child) {
  width: 20.666%;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  color: #020402;
}

/* ================================
   CHECK SVG COMPARISON TABLE
================================ */

.registro-comparison-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg filter='url(%23filter0_d_546_4113)'%3E%3Cpath d='M1.59961 8.58481L5.75346 13.2002L13.5996 1.2002' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_546_4113' x='0.000390619' y='0' width='15.1984' height='15.2001' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.4'/%3E%3CfeGaussianBlur stdDeviation='0.2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_546_4113'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_546_4113' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .registro-comparison-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .registro-comparison-table {
    min-width: 900px;
  }

  .registro-comparison-table thead th {
    font-size: 24px !important;
    padding: 0 22px 24px !important;
  }

  .registro-comparison-table tbody td {
    font-size: 18px;
    padding: 13px 22px;
  }

  .registro-comparison-table tbody td:not(:first-child) {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .registro-comparison-title {
    font-size: 32px;
    margin-bottom: 26px;
  }

  .registro-comparison-table {
    min-width: 760px;
  }

  .registro-comparison-table thead th {
    font-size: 21px !important;
    padding: 0 18px 22px !important;
  }

  .registro-comparison-table tbody td {
    font-size: 16px;
    padding: 12px 18px;
  }

  .registro-comparison-table tbody td:not(:first-child) {
    font-size: 22px;
  }

  .registro-comparison-check {
    width: 15px;
    height: 15px;
  }
}
/*Form offerta - cantina*/
/* ================================
   REGISTRO CONTACT FORM CF7
================================ */

.registro-contact-form {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  color: #020402;
}

.registro-contact-form p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Wrapper CF7 */
.registro-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Campi base */
.registro-contact-form input,
.registro-contact-form select,
.registro-contact-form textarea {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid #6f687c !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;

  padding: 0 0 14px !important;
  margin: 0 0 28px !important;

  color: #6f687c !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;

  appearance: none;
  -webkit-appearance: none;
}

.registro-contact-form input::placeholder,
.registro-contact-form textarea::placeholder {
  color: #6f687c !important;
  opacity: 1 !important;
}

/* Select */
.registro-contact-form select {
  cursor: pointer !important;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 14L26 2' stroke='%236F687C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 2px top 7px !important;
  background-size: 28px 16px !important;
  padding-right: 48px !important;
}

/* Placeholder dei select */
.registro-contact-form select:invalid {
  color: #6f687c !important;
}

/* Textarea */
.registro-contact-form textarea {
  min-height: 145px !important;
  resize: vertical !important;
  padding-top: 0 !important;
}

/* Bottone */
.registro-contact-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;

  min-width: 192px !important;
  height: 68px !important;
  padding: 0 36px !important;

  border: 1px solid #6A236B !important;
  border-radius: 14px !important;
  background: #6A236B !important;
  color: #F9F9F9 !important;

  font-family: "Raleway", sans-serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 400 !important;

  cursor: pointer !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

.registro-contact-submit::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 21px;
  background-color: currentColor;

  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='black' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M0.650391 0V15H15.6504' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M10.5186 9.86841L15.6501 15L10.5186 20.1316' stroke='black' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.registro-contact-submit:hover {
  background: transparent !important;
  color: #6A236B !important;
  border-color: #6A236B !important;
}

/* Errori CF7 */
.registro-contact-form .wpcf7-not-valid-tip {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
  color: #6A236B !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.registro-contact-form .wpcf7-response-output {
  margin: 28px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #6A236B !important;
  font-size: 15px !important;
}

.registro-contact-form .wpcf7-spinner {
  display: none !important;
}
/* Nasconde la prima voce placeholder nelle select CF7 */
.registro-contact-form select option:first-child {
  display: none !important;
}
/* Responsive */
@media (max-width: 1024px) {
  .registro-contact-form input,
  .registro-contact-form select,
  .registro-contact-form textarea {
    font-size: 21px !important;
  }

  .registro-contact-submit {
    height: 60px !important;
    min-width: 170px !important;
    font-size: 21px !important;
  }
}

@media (max-width: 767px) {
  .registro-contact-form input,
  .registro-contact-form select,
  .registro-contact-form textarea {
    font-size: 18px !important;
    margin-bottom: 24px !important;
  }

  .registro-contact-form select {
    background-size: 22px 13px !important;
    background-position: right 2px top 6px !important;
    padding-right: 38px !important;
  }

  .registro-contact-submit {
    height: 54px !important;
    min-width: 150px !important;
    padding: 0 28px !important;
    font-size: 18px !important;
    border-radius: 12px !important;
  }
}
/*Pagina ASSISTENZA*/
.btn-no-padding .elementor-button {
  padding: 0 !important;
}

/*Pagina FAQ*/
/* ================================
   REGISTRO FAQ GRID ACF
   Max 3 FAQ per colonna
================================ */

.rw-faq-grid {
  width: 100%;
}

.rw-faq-grid-inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
}

.rw-faq-grid-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rw-faq-grid-card {
  width: 100%;
  background-color: #eeeaff;
  border-radius: 6px;
  overflow: hidden;
}

.rw-faq-grid-toggle {
  width: 100% !important;
  min-width: 100% !important;
  min-height: 72px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 0 28px 0 32px !important;
  margin: 0 !important;

  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-family: "Raleway", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  color: #000000 !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: normal !important;

  cursor: pointer !important;
}

.rw-faq-grid-toggle:hover,
.rw-faq-grid-toggle:focus,
.rw-faq-grid-toggle:active {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #000000 !important;
  outline: none !important;
}

.rw-faq-grid-question {
  display: block;
  flex: 1 1 auto;
  padding-right: 24px;
}

.rw-faq-grid-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-left: auto;

  color: #5f5b70;

  transform: rotate(0deg);
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.rw-faq-grid-arrow-svg {
  display: block;
  width: 24px;
  height: 24px;
}

.rw-faq-grid-card-open .rw-faq-grid-arrow {
  transform: rotate(180deg);
}

.rw-faq-grid-answer {
  max-height: 0;
  overflow: hidden;

  opacity: 0;
  transform: translateY(-8px);

  transition:
    max-height 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.55s ease,
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);

  will-change: max-height, opacity, transform;
}

.rw-faq-grid-card-open .rw-faq-grid-answer {
  opacity: 1;
  transform: translateY(0);
}

.rw-faq-grid-answer-inner {
  padding: 0 32px 28px;

  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: #111111;

  opacity: 0;
  transform: translateY(-6px);

  transition:
    opacity 0.55s ease 0.12s,
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;

  will-change: opacity, transform;
}

.rw-faq-grid-card-open .rw-faq-grid-answer-inner {
  opacity: 1;
  transform: translateY(0);
}

.rw-faq-grid-answer-inner p {
  margin: 0 0 14px;
}

.rw-faq-grid-answer-inner p:last-child {
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .rw-faq-grid-inner {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .rw-faq-grid-column {
    gap: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rw-faq-grid-column {
    gap: 16px;
  }

  .rw-faq-grid-toggle {
    min-height: 64px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-size: 18px !important;
  }

  .rw-faq-grid-answer-inner {
    padding-right: 20px;
    padding-bottom: 22px;
    padding-left: 20px;
    font-size: 16px;
  }
}