/*Theme Name: Shaken Theme
Template: hello-elementor */

header .elementor-sticky--effects .logo img{
	width:120px!important;
	height:auto;
}
header .elementor-sticky--effects .e-con{
	padding:20px 0;
}
header .elementor-sticky--effects .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	margin-top:20px!important;
}
#toggleMenu:hover{
	cursor:pointer;
}
.menuHeader .sub-menu li a{
	padding:3px 0 3px 20px!important;
	font-size:14px!important;
}
.menuHeader .sub-menu .sub-menu li a:before{
    content: '-';
    margin-right: 5px;
}
.acf-info-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.div4colonne.acf-info-grid{
    grid-template-columns: repeat(4, 1fr);
    padding: 15px;
}
.acf-info-item img{
    max-width: 100px!important;
    margin: 15px auto;
}
.acf-info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
	color:#111;
    border-right: 1px solid #a07763;
	text-align:center;
    padding: 20px;
    text-align:center;
}
.acf-info-item:nth-child(4n){
    border-right: 0!important;
}

.acf-info-label {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.acf-info-value {
    font-size: 1rem;
}
.nobordo .acf-info-item {
    border: 0!important;
}
.wpcf7-form-control-wrap{
    padding-bottom: 0px!important;
    display: block;
}
.wpcf7-input{
	border:0;
}
.wpcf7-submit{
	width:100%!important;
}
.wpcf7 .colonna{
	padding:0 1%;
	display:inline-block;
	width:99%;
}
.wpcf7 .colonna.half{
	width:49%;
}
.wpcf7-list-item {
    font-size: 15px;
}
.wpcf7-form-control{
	border:0;
}
.wpcf7-response-output{
	background:white;
}
.formTxtWhite .wpcf7-list-item-label{
	color:white;
}
/* Tablet: 3 colonne */
@media (max-width: 1024px) {
    .acf-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile: 1 colonna */
@media (max-width: 600px) {
    .acf-info-grid {
        grid-template-columns: 1fr;
    }
    .acf-info-item {
        border-right: 0;
        border-bottom: 1px solid #a07763;
    }
	.wpcf7 .colonna.half,
	.wpcf7 .colonna{
		width:100%;
	}
}
.single-corso .elementor.type-corso .elementor-widget-text-editor ul{
    padding: 0;
    margin: 0;
}
.single-corso .elementor.type-corso .elementor-widget-text-editor ul li{
    list-style:none;
    padding: 5px 0 5px 40px;
    position: relative;
}
.single-corso .elementor.type-corso .elementor-widget-text-editor ul li:before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('img/check.png') no-repeat;
    background-size:cover;
    margin: 0 10px 0;
    position: absolute;
    left: 0;
    top: 5px;
}

.punti-elenco-metodo {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.punto-elenco-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.punto-elenco-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    mix-blend-mode: multiply;
}

.punto-elenco-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.punto-elenco-label {
    font-weight: 600;
}

.punto-elenco-value {
    font-size: 0.95rem;
}
.bgLightBrown{
    background-color: #FEFAF7;
}

.faq-accordion-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3rem;
    padding: 15px;
    background: #FCF8F5 ;
}

.faq-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 1.1rem 0;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    color: inherit;
}

.faq-icon {
    font-size: 1.3rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer-inner {
    padding: 0 0 1.2rem 0;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.85;
}

/* Tablet */
@media (max-width: 900px) {
    .faq-accordion {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.bgGradient{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #faf7f2 0%,      /* bianco/crema pieno */
    #faf7f2 35%,     /* mantiene il bianco fino a metà circa */
    rgba(250, 247, 242, 0.7) 55%,
    rgba(250, 247, 242, 0.3) 75%,
    rgba(250, 247, 242, 0) 100%  /* trasparente, mostra l'immagine */
  );
  z-index: 1;
}