/*
Theme Name: twentytwentyfive Child Theme
Template: twentytwentyfive
Description: Tema Child del tema
Author: Inera srl
Version: 1.0.0
*/

/*faq*/  
.cmp-accordion.faq .accordion-item {
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
 
  .cmp-accordion.faq .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  }
  
  .cmp-accordion.faq .accordion-button {
    font-size: 1.05rem;
    font-weight: 600;
    border: none;
    box-shadow: none;
    padding: 1rem 1.5rem;
  }
  
  .cmp-accordion.faq .accordion-body {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
  }

/*video*/
.asl-home-video-container {
  width: 100%;
  height: 500px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.asl-home-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
