
  .prayagrajCity-dashboard{
    background: rgb(126 153 153 / 49%);
    
  }

  .booking-header {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: linear-gradient(135deg, #0a3e5c 0%, #0d5a7a 100%);
    color: white;
    margin-bottom: 2rem;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }

  .whatsapp-float-prayag {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #25d366;
            color: white;
            padding: 14px 22px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            z-index: 100;
        }

  .booking-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }

  .booking-header h1 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
  }

  .booking-header h1 span {
    color: #ffd966;
  }

  .booking-sub {
    font-size: 0.9rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
  }

  .tour-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
  }

  .history-section {
    background: linear-gradient(135deg, #fff8f0, #fff0e0);
    border-radius: 28px;
    padding: 1.8rem;
    margin-bottom: 2rem;
    border-left: 5px solid #e6b422;
  }

  .history-section h2 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
    color: #2c5a6e;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
  }

  .history-section p {
    color: #4a3a4e;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }

  .history-highlight {
    display: inline-block;
    background: #e6b42220;
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-right: 0.5rem;
  }

  .tour-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  @media (max-width: 900px) {
    .tour-grid {
      grid-template-columns: 1fr;
    }
  }

  .itinerary-section {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .section-header {
    background: linear-gradient(135deg, #2c5a6e, #1a3a4a);
    padding: 1.2rem 1.8rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .section-header i {
    font-size: 1.6rem;
  }

  .section-header h2 {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .places-list {
    padding: 1.5rem;
  }

  .place-item {
    display: flex;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid #f0e0d0;
  }

  .place-item:last-child {
    border-bottom: none;
  }

  .place-icon {
    width: 55px;
    height: 55px;
    background: #fff0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
  }

  .place-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c5a6e;
    margin-bottom: 0.3rem;
  }

  .place-content .place-history {
    font-size: 0.75rem;
    color: #e6b422;
    font-weight: 600;
    margin-bottom: 0.3rem;
  }

  .place-content p {
    font-size: 0.85rem;
    color: #6c5a6e;
    line-height: 1.4;
  }

  .place-temple {
    background: #fff0e0;
  }

  .pricing-section {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
  }

  .pricing-card {
    padding: 1.5rem;
  }

  .price-option {
    background: #f8f4f0;
    border-radius: 20px;
    padding: 1.2rem;
    margin-bottom: 1.2rem;
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
  }

  .price-option.selected {
    border-color: #e6b422;
    background: linear-gradient(135deg, #fff8f0, #fff0e0);
  }

  .price-option:hover {
    transform: translateY(-3px);
  }

  .price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }

  .vehicle-icon {
    font-size: 1.8rem;
    margin-right: 0.5rem;
  }

  .vehicle-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c5a6e;
  }

  .price-amount {
    font-size: 1.5rem;
    font-weight: 800;
    color: #e6b422;
  }

  .price-amount small {
    font-size: 0.8rem;
    font-weight: 400;
  }

  .price-desc {
    font-size: 0.8rem;
    color: #6c5a6e;
    margin-top: 0.3rem;
  }

  .included-box, .excluded-box {
    margin: 1.2rem 0;
    padding: 1rem;
    border-radius: 16px;
  }

  .included-box {
    background: #e8f5e9;
  }

  .excluded-box {
    background: #ffebee;
  }

  .included-box h4, .excluded-box h4 {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .included-box ul, .excluded-box ul {
    list-style: none;
    padding-left: 0;
  }

  .included-box li, .excluded-box li {
    font-size: 0.8rem;
    padding: 0.3rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .included-box li i {
    color: #4caf50;
  }

  .excluded-box li i {
    color: #f44336;
  }

  .booking-form-section {
    margin-top: 2rem;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.2rem;
    padding: 1.8rem;
  }

  .input-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .input-group.full-width {
    grid-column: 1 / -1;
  }

  .input-group label {
    font-weight: 600;
    font-size: 0.8rem;
    color: #2c5a6e;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .required:after {
    content: " *";
    color: #e74c3c;
  }

  input, select, textarea {
    padding: 0.8rem 1rem;
    border: 1.5px solid #e0d0c8;
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    transition: all 0.2s;
    background: #fefefe;
  }

  input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #e6b422;
  }

  .selected-vehicle-display {
    background: #eef7fc;
    padding: 0.8rem 1.8rem;
    margin: 1.2rem 1.8rem 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .summary-card {
    background: linear-gradient(135deg, #fef9e6, #fff6e0);
    padding: 1rem 1.8rem;
    margin: 0 1.8rem 1.2rem;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .submit-btn {
    display: block;
    width: calc(100% - 3.6rem);
    margin: 0 1.8rem 1.8rem;
    padding: 1rem;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }

  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(6px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }

  .modal-container {
    background: white;
    max-width: 400px;
    width: 90%;
    padding: 2rem;
    border-radius: 28px;
    text-align: center;
    position: relative;
  }

  .close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.8rem;
    cursor: pointer;
  }

  .modal-container i {
    font-size: 3rem;
    color: #25D366;
    margin-bottom: 1rem;
  }

  .modal-container button {
    background: #2c5a6e;
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 40px;
    margin-top: 1rem;
    cursor: pointer;
  }

  .simple-footer {
    text-align: center;
    margin-top: 2rem;
    padding: 1.5rem 0;
    border-top: 1px solid #e0e8f0;
    color: #6c7e8f;
    font-size: 0.75rem;
  }

  @media (max-width: 640px) {
    .booking-header h1 { font-size: 1.6rem; }
    .tour-container { padding: 0 1rem 2rem; }
    .form-grid { padding: 1.2rem; }
    .selected-vehicle-display { margin: 1rem 1.2rem 0; }
    .summary-card { margin: 0 1.2rem 1rem; flex-direction: column; text-align: center; }
    .submit-btn { width: calc(100% - 2.4rem); margin: 0 1.2rem 1.2rem; }
    .history-section { padding: 1.2rem; }
  }
