/* Modern SweetAlert2 Custom Theme */
.swal2-popup {
    border-radius: 20px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 2em !important;
}

.swal2-title {
    font-size: 1.75em !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 0.5em !important;
}

.swal2-html-container {
    font-size: 1.1em !important;
    color: #5a6c7d !important;
    line-height: 1.6 !important;
}

/* Modern Icon Styling */
.swal2-icon {
    border-width: 3px !important;
    margin: 1.5em auto 1em !important;
}

.swal2-icon.swal2-warning {
    border-color: #f39c12 !important;
    color: #f39c12 !important;
}

.swal2-icon.swal2-error {
    border-color: #e74c3c !important;
    color: #e74c3c !important;
}

.swal2-icon.swal2-success {
    border-color: #27ae60 !important;
    color: #27ae60 !important;
}

.swal2-icon.swal2-info {
    border-color: #3498db !important;
    color: #3498db !important;
}

/* Modern Button Styling with Gradients */
.swal2-confirm {
    background: linear-gradient(90deg, #2cc995 0%, #0e8275 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 32px !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4) !important;
    transition: all 0.3s ease !important;
}

.swal2-confirm:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6) !important;
}

.swal2-cancel {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 32px !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4) !important;
    transition: all 0.3s ease !important;
}

.swal2-cancel:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(245, 87, 108, 0.6) !important;
}

/* Modern Backdrop */
.swal2-container {
    backdrop-filter: blur(5px) !important;
}

/* Animation Enhancement */
.swal2-show {
    animation: swal2-show 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.swal2-hide {
    animation: swal2-hide 0.2s ease-out !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .swal2-popup {
        width: 90% !important;
        padding: 1.5em !important;
    }

    .swal2-title {
        font-size: 1.4em !important;
    }

    .swal2-html-container {
        font-size: 1em !important;
    }
}

/* Booking Swal */

/* Custom Swal for Booking Success */
.swal-booking-success .swal-html-container {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.swal-booking-content {
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* 20px */
}

.booking-id {
    background-color: #e8f5e9; /* Light green */
    color: #1b5e20; /* Dark green */
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 1.1em;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-id i {
    font-size: 1.3em;
    color: #4caf50;
}

.important-notice {
    background-color: #fffde7; /* Light yellow */
    border: 1px solid #ffc107;
    border-left-width: 5px;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.important-notice i {
    color: #ff9800; /* Darker yellow */
    font-size: 1.5em;
    margin-top: 4px;
}

.important-notice div strong {
    font-size: 1.1em;
    color: #bf360c;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.important-notice div p {
    margin: 0;
    font-size: 1em;
    line-height: 1.5;
    color: #4e342e;
}

.wa-instructions {
    background-color: #e3f2fd; /* Light blue */
    color: #0d47a1; /* Dark blue */
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 0.95em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wa-instructions p {
    margin: 0;
    line-height: 1.5;
}

.swal-booking-success .swal-wa-button {
    background: linear-gradient(90deg, #25d366 0%, #128c7e 100%) !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
}

.swal-booking-success .swal-wa-button i {
    margin-right: 8px;
    font-size: 1.2em;
    vertical-align: -0.1em;
}
