/* Apply system-wide font style */
body {
    font-family: 'Tajawal', sans-serif !important;
    text-align: right;
}

/* Exclude icons from font changes */
.fas, .far, .fab {
    font-family: "Font Awesome 6 Free" !important;
}

/* Redesigned styles for Verify Reservation page */
.verify-reservation-page {
    max-width: 600px;
    margin: 60px auto;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 20px;
}

.header {
    margin-bottom: 20px;
}

.header .flag {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.header .title {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-primary);
}

.header .subtitle {
    font-size: 1rem;
    color: #6b6b6b;
}

.form-container {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 20px;
    text-align: right;
}

.form-group label {
    display: block;
    font-size: 1rem;
    margin-bottom: 8px;
    color: var(--primary);
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}

.submit-btn {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
}
.search-btn {
        padding: 1rem 2.5rem;
        background: linear-gradient(135deg, #dbad2b, #ffd700);
        border: none;
        border-radius: 15px;
        color: #000;
        font-size: 1.1rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s;
        /* display: flex; */
        gap: 0.5rem;
        width: 100%;text-align: center;
    }
.check-reserve-container {
      max-width: 420px;
      margin: 60px auto 0 auto;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 4px 24px rgba(63,168,145,0.08);
      padding: 2.5rem 2rem 2rem 2rem;
      text-align: center;
    }
    .check-reserve-container h2 {
      color: #076f69;
      margin-bottom: 1.5rem;
      font-size: 2rem;
      font-weight: bold;
    }
    .check-reserve-container input {
      width: 100%;
      padding: 0.5rem;
      border: 1.5px solid #3fa891;
      border-radius: 8px;
      font-size: 1.1rem;
      margin-bottom: 1.2rem;
      text-align: left;
      direction: ltr;
      transition: border 0.2s;
    }
    .check-reserve-container input:focus {
      border-color: #076f69;
      outline: none;
    }
    .check-reserve-container button {
      background: #3fa891;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 0.8rem 2.2rem;
      font-size: 1.1rem;
      cursor: pointer;
      transition: background 0.2s;
      font-weight: bold;
    }
    .check-reserve-container button:hover {
      background: #076f69;
    }
    .reserve-status-message {
      margin-top: 1.5rem;
      font-size: 1.15rem;
      padding: 1rem;
      border-radius: 8px;
      display: none;
    }
    .reserve-status-confirmed {
      background: #e6fff4;
      color: #0a7c5c;
      border: 1.5px solid #3fa891;
      display: block;
    }
    .reserve-status-cancelled {
      background: #ffeaea;
      color: #c0392b;
      border: 1.5px solid #e74c3c;
      display: block;
    }
    .reserve-status-pending {
      background: #fffbe6;
      color: #bfa100;
      border: 1.5px solid #ffe066;
      display: block;
    }
    .reserve-status-notfound {
      background: #f8f8f8;
      color: #888;
      border: 1.5px solid #ccc;
      display: block;
    }
    .reserve-name {
      font-size: 1.1rem;
      color: #076f69;
      margin-bottom: 0.7rem;
      font-weight: bold;
      display: none;
    }
    .reserve-name-card {
      display: none;
      margin: 1.2rem auto 0.5rem auto;
      background: linear-gradient(90deg, #e6fff4 60%, #f8f8f8 100%);
      border: 1.5px solid #3fa891;
      border-radius: 10px;
      color: #076f69;
      font-size: 1.18rem;
      font-weight: bold;
      padding: 0.9rem 1.2rem;
      max-width: 320px;
      box-shadow: 0 2px 10px rgba(63,168,145,0.07);
      text-align: center;
      letter-spacing: 0.5px;
      transition: box-shadow 0.2s;
    }
    .reserve-name-card i {
      margin-left: 8px;
      color: #3fa891;
      font-size: 1.2em;
      vertical-align: middle;
    }
    .status-container {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.status-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 15px;
}

.status-message {
    font-size: 1rem;
    color: #333;
}

.loading {
    text-align: center;
    padding: 20px;
    font-size: 1.2rem;
    color: #666;
}

.loading i {
    margin-left: 10px;
    font-size: 1.5rem;
}

.status-error {
    color: #c0392b !important;
    background: #ffeaea !important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e74c3c;
}

.detail-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 15px;
}

.card-header {
    background: linear-gradient(135deg, #3fa891, #076f69);
    color: white;
    padding: 15px 20px;
}

.card-header h3 {
    margin: 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-body {
    padding: 20px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-label {
    font-weight: bold;
    color: #555;
    flex: 1;
}

.detail-value {
    text-align: left;
    color: #333;
    flex: 1.5;
    font-weight: 500;
}

.status-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
}

.status-pending {
    background: #fffbe6;
    color: #bfa100;
    border: 1px solid #ffe066;
}

.status-confirmed, .status-success {
    background: #e6fff4;
    color: #0a7c5c;
    border: 1px solid #3fa891;
}

.status-cancelled, .status-rejected {
    background: #ffeaea;
    color: #c0392b;
    border: 1px solid #e74c3c;
}

.status-processing {
    background: #e3f2fd;
    color: #1976d2;
    border: 1px solid #2196f3;
}

.status-completed {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #4caf50;
}
