.booking-modal-25 {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
}

/* Nascondi eventuali script visibili */
.booking-modal-25 ~ script {
    display: none !important;
}

.booking-header-25 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px;
    color: white;
    border-radius: 8px 8px 0 0;
}

.booking-hotel-name-25 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: white;
}

.booking-hotel-stars-25 {
    margin-bottom: 8px;
    color: #ffd700;
}

.booking-hotel-location-25 {
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.booking-offer-dates-25 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 8px;
}

.booking-content-25 {
    padding: 25px;
    max-height: 500px;
    overflow-y: auto;
}

.booking-section-25 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.booking-section-25:last-child {
    border-bottom: none;
}

.booking-section-title-25 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-section-title-25 i {
    color: #667eea;
}

.booking-prices-grid-25 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
}

.booking-price-card-25 {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.booking-price-card-25:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.2);
}

.booking-price-card-25.active {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.booking-price-nights-25 {
    font-weight: 600;
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 5px;
}

.booking-price-treatment-25 {
    font-size: 13px;
    color: #7f8c8d;
    margin-bottom: 10px;
}

.booking-price-amount-25 {
    font-size: 22px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 5px;
}

.booking-price-label-25 {
    font-size: 12px;
    color: #95a5a6;
}

.form-group-25 {
    margin-bottom: 15px;
}

.form-group-25 label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 14px;
}

.form-control-25 {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-control-25:focus {
    outline: none;
    border-color: #667eea;
}

.booking-room-25 {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.booking-room-header-25 {
    margin-bottom: 12px;
    color: #2c3e50;
}

.booking-room-grid-25 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.btn-add-room-25 {
    background: transparent;
    border: 2px dashed #667eea;
    color: #667eea;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
}

.btn-add-room-25:hover {
    background: rgba(102, 126, 234, 0.1);
}

.booking-extras-grid-25 {
    display: grid;
    gap: 10px;
}

.booking-extra-item-25 {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
}

.booking-extra-label-25 {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 0;
}

.booking-extra-name-25 {
    flex: 1;
    font-weight: 500;
}

.booking-extra-price-25 {
    font-weight: 600;
    color: #27ae60;
}

.booking-form-grid-25 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.full-width-25 {
    grid-column: 1 / -1;
}

.booking-privacy-label-25 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal !important;
    cursor: pointer;
}

.booking-footer-25 {
    padding: 20px 25px;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
    text-align: center;
}

.btn-booking-continue-25,
.btn-booking-submit-25 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    max-width: 400px;
}

.btn-booking-continue-25:hover,
.btn-booking-submit-25:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Messaggio di risposta */
.booking-message-25 {
    padding: 20px;
    margin: 20px 25px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.booking-message-25.success {
    background-color: #d4edda;
    border: 2px solid #c3e6cb;
    color: #155724;
}

.booking-message-25.error {
    background-color: #f8d7da;
    border: 2px solid #f5c6cb;
    color: #721c24;
}

.booking-message-25.info {
    background-color: #d1ecf1;
    border: 2px solid #bee5eb;
    color: #0c5460;
}

.booking-message-25 i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

/* Accordion Dettagli Offerta */
.offer-details-accordion-25 {
    margin-bottom: 20px;
}

.details-card-25 {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    background: transparent;
}

.details-card-25:last-child {
    border-bottom: none;
}

.details-card-25 .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.details-accordion-btn-25 {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    color: #2c3e50;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.3s;
}

.details-accordion-btn-25:hover {
    color: #667eea;
    text-decoration: none;
}

.details-accordion-btn-25 i.fas:first-child {
    margin-right: 10px;
    color: #667eea;
}

.details-accordion-btn-25 .fa-chevron-down {
    transition: transform 0.3s;
    font-size: 14px;
    color: #95a5a6;
}

.details-accordion-btn-25:not(.collapsed) .fa-chevron-down {
    transform: rotate(180deg);
}

.details-content-25 {
    padding: 10px 0 20px 35px;
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

.details-content-25 ul {
    list-style: none;
    padding-left: 0;
}

.details-content-25 ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}

.details-content-25 ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

/* Ottimizzazione Mobile per Accordion Dettagli */
@media (max-width: 991px) {
    .offer-details-accordion-25 {
        margin-bottom: 30px;
    }

    .details-accordion-btn-25 {
        font-size: 15px;
        padding: 12px 0;
    }

    .details-content-25 {
        padding: 10px 0 15px 25px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .details-accordion-btn-25 {
        font-size: 14px;
        padding: 10px 0;
    }

    .details-accordion-btn-25 i.fas:first-child {
        margin-right: 8px;
        font-size: 14px;
    }

    .details-content-25 {
        padding: 8px 0 12px 20px;
        font-size: 12px;
    }

    .details-content-25 ul li {
        padding: 3px 0;
        padding-left: 15px;
    }
}

@media (max-width: 480px) {
    .offer-details-accordion-25 {
        margin-bottom: 20px;
    }

    .details-accordion-btn-25 {
        font-size: 13px;
        padding: 8px 0;
    }

    .details-content-25 {
        padding: 6px 0 10px 15px;
        font-size: 11px;
        line-height: 1.5;
    }
}

/* Carosello Hotel */
.hotel-carousel-25 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hotel-carousel-25 .carousel {
    border-radius: 12px;
}

.hotel-carousel-25 .carousel-item img {
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

.hotel-carousel-25 .carousel-control-prev,
.hotel-carousel-25 .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
}

.hotel-carousel-25:hover .carousel-control-prev,
.hotel-carousel-25:hover .carousel-control-next {
    opacity: 1;
}

.hotel-carousel-25 .carousel-control-prev {
    left: 10px;
}

.hotel-carousel-25 .carousel-control-next {
    right: 10px;
}

.hotel-carousel-25 .carousel-control-prev-icon,
.hotel-carousel-25 .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.hotel-carousel-25 .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
}

.hotel-carousel-25 .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 4px;
}

.hotel-carousel-25 .carousel-indicators .active {
    background-color: #fff;
}

.hotel-carousel-25.single-image .hotel-main-image-25 {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
}

.hotel-carousel-25.single-image .hotel-main-image-25 img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

/* Responsive Carosello */
@media (max-width: 991px) {
    .hotel-carousel-25 .carousel-item img,
    .hotel-carousel-25.single-image .hotel-main-image-25 img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .hotel-carousel-25 .carousel-item img,
    .hotel-carousel-25.single-image .hotel-main-image-25 img {
        height: 220px;
    }

    .hotel-carousel-25 .carousel-control-prev,
    .hotel-carousel-25 .carousel-control-next {
        width: 35px;
        height: 35px;
    }

    .hotel-carousel-25 .carousel-control-prev-icon,
    .hotel-carousel-25 .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .hotel-carousel-25 .carousel-item img,
    .hotel-carousel-25.single-image .hotel-main-image-25 img {
        height: 200px;
    }
}
