/* Modern Reservation Page Styles */

/* Hero Section */
.reservation-hero {
    background: linear-gradient(135deg, #1a4d2e 0%, #0f2818 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.reservation-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(76, 175, 80, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(139, 195, 74, 0.15) 0%, transparent 50%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.08)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.08)"/></svg>');
    opacity: 1;
}

.reservation-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, #f8f9fa 0%, transparent 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.reservation-hero .hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.25) 0%, rgba(139, 195, 74, 0.25) 100%);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
}

.reservation-hero .hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
    letter-spacing: -0.5px;
}

.reservation-hero .hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 400;
}

/* Reservation Section */
.reservation-section {
    background: #f8f9fa;
}

/* Form Card */
.reservation-form-card {
    background: white;
    border-radius: 24px;
    padding: 45px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.form-header {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f1f3f4;
}

.form-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1a4d2e;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
}

.form-header h2 i {
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-header p {
    color: #6c757d;
    font-size: 1.05rem;
    margin: 0;
    font-weight: 500;
}

/* Form Sections */
.form-section {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f3f4;
}

.form-section:last-of-type {
    border-bottom: none;
}

.form-section h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a4d2e;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.form-section h5 i {
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Form Controls */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.form-control-modern {
    width: 100%;
    padding: 16px 22px;
    border: 2px solid #e3e8ef;
    border-radius: 14px;
    font-size: 1.05rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fafbfc;
    font-weight: 500;
    font-family: inherit;
}

.form-control-modern:focus {
    outline: none;
    border-color: #1a4d2e;
    background: white;
    box-shadow: 0 0 0 4px rgba(26, 77, 46, 0.08), 0 4px 12px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.form-control-modern::placeholder {
    color: #adb5bd;
    font-weight: 400;
}

select.form-control-modern {
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231a4d2e"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 24px;
    padding-right: 45px;
}

textarea.form-control-modern {
    resize: vertical;
    min-height: 120px;
}

/* Submit Button */
.btn-submit-reservation {
    background: linear-gradient(135deg, #1a4d2e 0%, #0f2818 100%);
    color: white;
    border: none;
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(26, 77, 46, 0.3);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    border: none;
}

.btn-submit-reservation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s;
}

.btn-submit-reservation:hover::before {
    left: 100%;
}

.btn-submit-reservation:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(26, 77, 46, 0.4);
    background: linear-gradient(135deg, #1f5a37 0%, #12301f 100%);
}

.btn-submit-reservation i {
    transition: transform 0.4s ease;
    font-size: 1.2rem;
}

.btn-submit-reservation:hover i {
    transform: scale(1.2) rotate(360deg);
}

/* Alert Modern */
.alert-modern {
    border-radius: 14px;
    padding: 20px 25px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: none;
}

.alert-success {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.12) 0%, rgba(139, 195, 74, 0.12) 100%);
    border-left: 4px solid #4CAF50;
}

.alert-danger {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.12) 0%, rgba(239, 83, 80, 0.12) 100%);
    border-left: 4px solid #f44336;
}

.alert-modern i {
    font-size: 1.5rem;
    margin-top: 2px;
}

.alert-success i {
    color: #4CAF50;
}

.alert-danger i {
    color: #f44336;
}

.alert-modern strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.05rem;
}

.alert-modern p {
    margin: 0;
    font-size: 0.95rem;
    color: #495057;
}

/* Sidebar */
.reservation-sidebar {
    position: sticky;
    top: 100px;
}

.info-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.info-card h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a4d2e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.info-card h5 i {
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-card p {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Info List */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f1f3f4;
}

.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-list i {
    color: #1a4d2e;
    font-size: 1.2rem;
    margin-top: 3px;
    min-width: 22px;
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-list strong {
    display: block;
    color: #1a4d2e;
    margin-bottom: 4px;
    font-size: 0.95rem;
    font-weight: 700;
}

.info-list span {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Call Button */
.btn-call {
    display: block;
    background: linear-gradient(135deg, #1a4d2e 0%, #0f2818 100%);
    color: white;
    text-align: center;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(26, 77, 46, 0.25);
    position: relative;
    overflow: hidden;
}

.btn-call::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-call:hover::before {
    left: 100%;
}

.btn-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(26, 77, 46, 0.35);
    text-decoration: none;
    color: white;
}

.btn-call i {
    margin-right: 8px;
}

/* Amenities List */
.amenities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amenities-list li {
    padding: 12px 0;
    color: #495057;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.amenities-list i {
    color: #4CAF50;
    font-size: 1rem;
    min-width: 18px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .reservation-hero .hero-title {
        font-size: 2.2rem;
    }
    
    .reservation-sidebar {
        position: static;
        margin-top: 40px;
    }
    
    .reservation-form-card {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .reservation-hero {
        padding: 60px 0 40px;
    }
    
    .reservation-hero .hero-title {
        font-size: 1.8rem;
    }
    
    .reservation-hero .hero-subtitle {
        font-size: 1rem;
    }
    
    .reservation-form-card {
        padding: 25px;
        border-radius: 16px;
    }
    
    .form-header h2 {
        font-size: 1.5rem;
    }
    
    .form-section h5 {
        font-size: 1.1rem;
    }
    
    .btn-submit-reservation {
        width: 100%;
        justify-content: center;
    }
    
    .info-card {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .reservation-hero .hero-title {
        font-size: 1.5rem;
    }
    
    .form-control-modern {
        padding: 14px 18px;
        font-size: 1rem;
    }
}
