/*-- Use For Custom Styling --*/

.video-wrapper {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}

/* Mantiene proporzioni 21:9 */
.video-wrapper::before {
  content: "";
  display: block;
  padding-top: 42.3%; /* (9 / 21) * 100 ≈ 42.3% */
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.informativapage
{
    padding-top: 12rem!important; 
      margin-bottom: 50px;   
}

.informativapage p
{
    text-align: left;
    color: #010101;    
     font-size: 15px;
}

.informativapage h3
{
   margin-bottom: 15px;
  margin-top: 35px;
  font-size: 19px;
}

.campione-section .form-check a, a.linkprivacy
{
  color: white;  
}

.informativapage h2 span.text-uppercase
{
    font-size: 32px;
}

.informativapage h2 span.subtitle
{
    font-size: 22px;
}


/* Evita distorsioni su mobile */
@media (max-width: 768px) {
  .video-wrapper::before {
    padding-top: 42.3%; /* Mantiene sempre 21:9 */
  }
}  

h2.vocalenh2
{
    font-size: 48px;
  color: #00a786;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

 .blog p {
      font-size: 15px;
      margin-top: 17px;
      text-align: justify;
      font-weight: 400;
      color: #000;
      line-height: 140%;
        margin: 0 0 15px;

}


ul.rs-list-style
{
    list-style: none;
      text-align: left;
}

ul.VocalenCapsule
{  
    text-align: left;
}
 

ul.rs-list-style li 
{
    font-size:  15px;
    color: #00a786;    
}






/* ===================================
    Comment-section
====================================== */

.comment-section {
  padding: 120px 0;
  background-color: #f9f9f9;
}

.feature {
  text-align: center;
}


.btn.spray-btn
{
   
  background: #00a786;
  border-color: #00a786;
  color: #fff;
  font-size: 18px !important;
  border-radius: 25px;
  padding: 9px 34px !important;
  line-height: 1.8em !important;
  font-family: 'Poppins', sans-serif;
 
} 


h2.richiedicampione {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

 
.contact-form .form-control {
  
  border-bottom: 1px solid #fff;
} 


#form-campione label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #fff;
  font-weight: 600;
} 



#form-campione .btn.button {
  font-size: 15px !important;
  padding: 9px 34px !important;
  line-height: 1.8em !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}



img.titoloblogimg
{
    width: auto;
    height: auto;
    margin-bottom: 25px;
}


/* === Rimozione overlay effetto incrocio e sostituzione con zoom === */

/* Disattiva i quadrati ::before / ::after */
.hover-effect::before,
.hover-effect::after {
  content: none !important;
  display: none !important;
}

/* Rimuove overlay neri residui */
.hover-effect {
  position: relative;
  overflow: hidden;
}

/* Applica lo zoom morbido */
.hover-effect img {
  transition: transform 0.6s ease, filter 0.6s ease;
  transform: scale(1);
  will-change: transform;
}

/* Zoom on hover */
.hover-effect:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Per evitare shift di layout */
.hover-effect img {
  display: block;
  width: 100%;
  height: auto;
}

  

.campione-section {
  text-align: center; 
  padding: 50px 50px;
  overflow: visible;
  background-color: #009676;
}


.campione-section .contact-form .form-control {
  border-radius: 0;
  padding: 0;
}

.campione-section #quote_submit_btn {
  margin-bottom: -120px;
}

.campione-section .form-check {
  padding: 30px 0 8px 0;
  text-align: center;
  margin-bottom: -15px;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  background: transparent;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  transition: border .9s ease;
}

.form-control:focus {
  color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}

.campione-section .fancybox-close-small {
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.campione-section .fancybox-close-small:after {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -1px;
  font: initial;
  font-size: 35px;
  color: #020202;
}

.fancybox-close-small:focus:after {
  outline: none;
}

.campione-section .fancybox-close-small:hover:after,
.campione-section .fancybox-close-small:focus:after {
  background-color: transparent;
}

.contact-form .form-group {
  margin-bottom: 3rem;
}

.contact-form textarea {
  min-height: 130px;
  resize: none;
}

.hidden {
  display: none;
}

.contact-form .button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.contact-form .button:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 8px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}

.contact-form .button:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.contact-form .button:hover:after {
  opacity: 1;
  right: 10px;
}


#campione label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #fff;
  font-weight: 600;
} 



#campione .btn.button {
  font-size: 15px !important;
  padding: 9px 34px !important;
  line-height: 1.8em !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}


@media (max-width: 1599px) {
    
 
    
}    


@media (max-width: 1200px) {
    
   
    
    
    
}    

/* Su schermi piccoli: riduciamo leggermente l’altezza */
@media (max-width: 768px) {
 
  a.logo
  {
    width:90px;
  }
  
  
  . 
}

/* In caso di schermi molto stretti (tipo 360px) */
@media (max-width: 480px) {
 
  
  a.logo
  {
    width:80px;
  }  
  
  
  

}