/* Styles pour les packages Réunion Island Adventure */

.package-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.package-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1);
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #4ecdc4;
}

.package-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f3f4;
}

.package-title {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.package-dates, .package-duration {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.package-program {
    margin-bottom: 1.5rem;
}

.program-title {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.day-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.day-number {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 1rem;
    min-width: 60px;
    text-align: center;
}

.day-content {
    color: #495057;
    font-size: 0.9rem;
    flex: 1;
}

.package-features {
    margin-bottom: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #495057;
    font-size: 0.9rem;
}

.package-pricing {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    color: white;
}

.price-main {
    margin-bottom: 0.5rem;
}

.price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.price-per {
    font-size: 1rem;
    color: #e3f2fd;
}

.price-group {
    font-size: 0.9rem;
}

.price-group-text {
    color: #e3f2fd;
    margin-right: 0.5rem;
}

.price-group-amount {
    font-weight: 600;
    color: #fff;
}

.package-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.package-actions .btn {
    border-radius: 25px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

/* Service Conciergerie */
.conciergerie-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 2rem;
    color: white;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

.conciergerie-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.conciergerie-title {
    color: white;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.conciergerie-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffd700;
}

.conciergerie-subtitle {
    color: #ffd700;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.conciergerie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.conciergerie-list li {
    color: #e3f2fd;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.9rem;
}

.conciergerie-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
}

/* Modal styles */
.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
}

.modal-title {
    color: white;
}

.btn-close {
    filter: invert(1);
}

/* Styles pour le contenu du modal */
.package-modal-content {
    padding: 1rem 0;
}

.package-info, .package-program-detailed {
    padding: 1rem;
}

.price-display {
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid #e9ecef;
}

.day-detail {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    border-left: 4px solid #667eea;
    margin-bottom: 1rem;
}

.day-title {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.day-description {
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.conciergerie-info .alert {
    border: none;
    border-radius: 15px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-left: 4px solid #2196f3;
}

.conciergerie-info .alert-heading {
    color: #1976d2;
    font-weight: 600;
}

.conciergerie-info ul {
    padding-left: 1.5rem;
}

.conciergerie-info li {
    color: #424242;
    margin-bottom: 0.5rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .package-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .package-title {
        font-size: 1rem;
    }
    
    .price-amount {
        font-size: 1.5rem;
    }
    
    .package-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .package-actions .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .conciergerie-card {
        padding: 1.5rem;
    }
    
    .day-item {
        flex-direction: column;
        text-align: center;
    }
    
    .day-number {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .modal-dialog {
        margin: 1rem;
    }
    
    .package-modal-content .row {
        flex-direction: column;
    }
    
    .package-modal-content .col-md-6 {
        margin-bottom: 2rem;
    }
}

/* Animation pour les cartes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.package-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Hover effects */
.package-card:hover .package-title {
    color: #4ecdc4;
}

.package-card:hover .day-number {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

/* Gradient text effect */
.section-title {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Styles pour les boutons dans le modal */
.modal-footer .btn {
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}

/* Animation d'entrée pour le modal */
.modal.fade .modal-dialog {
    transform: scale(0.8);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* Styles pour les listes dans le modal */
.package-info ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f3f4;
}

.package-info ul li:last-child {
    border-bottom: none;
}

/* Effet de survol pour les éléments du programme */
.day-detail:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
