.imghome img {
  width:100%;
}
.newsletterform button {
  margin-top: -24px;
    margin-right: -9px;
}
.view-article #sp-header {
    margin-bottom: 0px!important;
}
.view-article .container div[itemprop="articleBody"] {
    max-width: 1140px!important;
}
.buttonmobile {
 padding: 10px 10px!important;
}
#sp-bottom {
    border-top: 1px solid #222551!important;
    border-bottom: 1px solid #222551!important;
	    background: #222551!important;
    color: #fff!important;
}
.cc-nb-main-container {
	padding:20px!important;
}
#sp-header .logo img {
    transition: 0.3s;
    height: 50px;
}
.sppb-addon-optin-forms form.sppb-optin-form .button-wrap {
   right: unset!important; 
   top: unset!important;
   transform: unset!important; 
   margin-top:10px!important;
}
.whatsappwidget {
			font-size: 35pt;
    position: fixed;
    bottom: 100px;
    right: 18px;
    color: #4b924a;
	z-index:111111111111;
		}
		.fa-whatsapp {
    margin-right: 10px;
}
#team .sppb-row-container {
	max-width: 100%!important;
}
.buttontuttiviaggi {
	    padding: 10px 10px!important;
}
#sp-bottom a {
    color: #fff!important;
}
#sp-bottom a:hover {
    color: #c2e3e7!important;
}
#sp-bottom .sp-module .sp-module-title {
	padding-top: 21px!important; 
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 600!important;
    font-size: 20px!important;
    margin: 0 0 20px!important;
    color: #fff!important;
}
#sp-footer, #sp-bottom {
    background: #000000;
    color: #939393;
	background: #222551!important;
    color: #fff!important;
}
/* Tab trigger - sempre visibile */
        .search-trigger {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #0078b8;
            color: white;
            padding: 20px 15px;
            cursor: pointer;
            z-index: 1000;
            border-radius: 10px 0 0 10px;
            box-shadow: -3px 3px 10px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
            writing-mode: vertical-rl;
            text-orientation: mixed;
        }

        .search-trigger:hover {
            padding-right: 20px;
            box-shadow: -5px 5px 15px rgba(0,0,0,0.3);
        }

        .search-trigger i {
            font-size: 24px;
            margin-bottom: 10px;
            display: none;
            writing-mode: horizontal-tb;
        }

        .search-trigger span {
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 2px;
        }

        /* Overlay sfondo */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1001;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Pannello laterale */
        .search-panel {
            position: fixed;
            right: -450px;
            top: 0;
            width: 450px;
            height: 100%;
            background: white;
            box-shadow: -5px 0 15px rgba(0,0,0,0.3);
            transition: right 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
            z-index: 1002;
            overflow-y: auto;
        }

        .search-panel.active {
            right: 0;
              z-index: 1111111111;
        }

        /* Header del pannello */
        .panel-header {
            background: #0078b8;
            color: white;
            padding: 25px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .panel-header h2 {
            font-size: 22px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 28px;
            cursor: pointer;
            transition: transform 0.2s;
            padding: 5px;
        }

        .close-btn:hover {
            transform: rotate(90deg);
        }

        /* Contenuto form */
        .panel-content {
            padding: 25px;
        }

        .filtroricerca {
            display: flex;
            gap: 5px;
            margin-bottom: 20px;
            border-bottom: 2px solid #e0e0e0;
        }

        .filtroricerca span {
            flex: 1;
            padding: 15px 10px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 600;
            color: #666;
            border-bottom: 3px solid transparent;
        }

        .filtroricerca span:hover {
            background: #f8f8f8;
            color: #0078b8;
        }

        .filtroricerca span.filtroactive {
            color: #0078b8;
            border-bottom-color: #0078b8;
            background: #fff;
        }

        /* Form styles */
        .searchviaggiform, .form-section {
            display: none;
            margin-top: 20px;
        }

        .searchviaggiform.active, .form-section.active {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .input-group {
            display: flex;
            align-items: stretch;
            border: 1px solid #999;
            border-radius: 5px;
            overflow: hidden;
        }

        .input-icon {
            background: #f8f8f8;
            padding: 12px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0078b8;
            font-size: 20px;
            border-right: 1px solid #ddd;
        }

        .selectsearch {
            flex: 1;
            padding: 12px 15px;
            border: none;
            outline: none;
            font-size: 14px;
        }

        .selectsearch::placeholder {
            color: #999;
        }

        button[type="submit"], .form-section button {
            background: #0078b8;
            color: white;
            border: none;
            padding: 14px 30px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            transition: all 0.3s;
            box-shadow: 0 2px 5px rgba(195, 160, 76, 0.3);
        }

        button[type="submit"]:hover, .form-section button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
        }

        .button-grid {
            display: grid;
            gap: 10px;
        }

        .button-grid.three-cols {
            grid-template-columns: repeat(3, 1fr);
        }

        .button-grid.four-cols {
            grid-template-columns: repeat(2, 1fr);
        }

        .button-grid button, .button-grid a button {
            width: 100%;
            padding: 12px 20px;
            font-size: 14px;
        }

        .date-inputs {
            display: flex;
            gap: 0;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .search-panel {
                width: 100%;
                right: -100%;
                  z-index: 1111111111;
            }
    .whatsappwidget {
        font-size: 35pt;
        position: fixed;
        bottom: 13px;
        left: 25px;
        color: #4b924a;
        z-index: 111111111111;
        width: 43px;
    }
            .button-grid.four-cols {
                grid-template-columns: 1fr;
            }
          .search-trigger i { display:none; }
          .search-trigger {
                padding: 15px 10px;
          }
          .search-trigger span {
            font-size:12px;
          }
        }