@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
		 h1, h2, h3, h4, h5, h6{
			font-family: 'Open Sans', sans-serif;
		}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: white !important;
  }


  /* Header styles */
.header {
    background-color: #222;
    color: white;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.navbar {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.logo {
  font-size: 22px;
  font-weight: bold;
}

.logo .highlight {
  color: orange;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-section {
  display: flex;
  justify-content: space-between; /* Push buttons to right */
  align-items: flex-start;        /* Align items at top */
  gap: 20px;                      /* Optional spacing between columns */
}

.header-section form {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.header-section .package-title {
  margin-bottom: 5px;  /* spacing between destination lines */
}

.buttons {
  display: flex;
  gap: 10px;      /* spacing between buttons horizontally */
}


.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.admin-btn {
  background-color: orange;
  border: none;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

 /* Style for the submenu */
.submenu {
  display: flex;
  gap: 20px; /* space between menu items */
  padding: 10px 20px;
  background-color: #fff; /* background color for menu */
  border-bottom: 1px solid #ccc; /* optional border */
  font-family: Arial, sans-serif;
}

/* Style for links inside submenu */
.submenu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

/* Icon style (optional, for spacing) */
.submenu a i {
  margin-right: 8px;
  font-size: 1em;
}

/* Hover effect */
.submenu a:hover {
    color:orange;
  background-color: #f0f0f0;
}

.submenu a.active {
    color:orange;
  background-color: #f0f0f0;
}
   /* Main content styles */
  .main {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
  }

  /* Header and Buttons section */
  .header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .package-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0;
  }

  .buttons {
    display: flex;
    gap: 10px;
    margin: 10px 0;
  }

  button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }

  /* Specific button styles */
  .save-proposal {
    background-color: #4CAF50;
    color: white;
  }
  .save-template {
    background-color: #2196F3;
    color: white;
  }
  .save-draft {
    background-color: #757575;
    color: white;
  }

  /* Package tag button */
  .package-tag {
    margin-top: 10px;
  }
  .package-tag button {
    border: 1px solid #4CAF50;
    background: none;
    color: #348137;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
  }

  /* Image banner */
  .banner {
    margin-top: 20px;
    text-align: center;
    max-height: 400px;
  }
  .banner img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
  }

  /* Form-like fields */
  .section {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .section h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
  }

  .field-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .field-label {
    flex: 1 0 200px;
    font-weight: bold;
    padding-right: 10px;
    min-width: 150px;
  }

  .field-input {
    flex: 2 0 300px;
  }

  input[type="text"], select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  /* Overview section styled as form */
  .overview {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
  }

  /* Button at the bottom (optional) */
  .bottom-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
  }

  /* Main form-like section continues here */
  .section {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }

  /* Heading style */
  .section h2 {
    margin-top: 0;
    font-size: 1.5em;
    color: #333;
  }

  /* Route list styles */
  .route-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
  }
  .route-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .route-indicator {
    width: 20px;
    height: 20px;
    background-color: orange;
    border-radius: 50%;
    margin-right: 10px;
  }
  .route-text {
    font-size: 1em;
    line-height: 1.4;
  }
  .route-item div {
    width: 8px;
    height: 8px;
    background-color: orange;
    border-radius: 50%;
    margin-right: 10px;
  }
  /* Map container styles */
  .map-container {
    margin-top: 20px;
    position: relative;
  }
  /* Map image or embedded map placeholder */
  .map {
    width: 100%;
    height: 400px;
    background-color: #e0e0e0;
    border-radius: 8px;
    position: relative;
  }
  /* Map pin styles for demonstration, optional */
  .map-pin {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  /* Labels for pins (optional) */
  .pin-label {
    position: absolute;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8em;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    white-space: nowrap;
    transform: translate(-50%, -150%);
  }
  /* Map info text below map, optional */
  .map-info {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
  }
/* Hotel list styling */
.hotel-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hotel-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: calc(50% - 20px);
  padding: 10px;
  background: #fafafa;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.hotel-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.hotel-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}
.hotel-name {
  font-weight: bold;
  margin-top: 8px;
  font-size: 1.1em;
}
.hotel-details {
  font-size: 0.9em;
  margin-top: 4px;
  color: #555;
}

/* Hidden detailed form section */
#hotel-details-form {
  display: none;
  margin-top: 20px;
}

/* Form styling */
form {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}
form h3 {
  margin-top: 0;
}
.form-group {
  margin-bottom: 10px;
}
label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
input, select, textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
button {
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}
.btn-primary {
  background-color: #4CAF50;
  color: #fff;
}
.btn-secondary {
  background-color: #ccc;
  color: #000;
}

/* Responsive */
@media(max-width: 768px) {
  .hotel-card {
    width: 100%;
  }
}

button.toggle-btn {
  background:#fff; color:#2e7d32; border:none; padding:6px 12px; border-radius:4px; font-weight:bold; cursor:pointer;
}

/* Sections that will be toggled */
.toggle-section {
  display: none; /* start hidden */
  margin-top: 15px;
}

/* Add Alternate Hotel Button */
#addAltBtn {
  margin: 10px 0; padding: 8px 12px; background:#ff9800; color:#fff; border:none; border-radius:4px; cursor:pointer;
}

/* Hotel Add-On Table */
#hotelAddTable, #activitiesTable, #addonsTable {
  width: 100%; border-collapse: collapse; margin-top: 10px;
}
#hotelAddTable th, #hotelAddTable td,
#activitiesTable th, #activitiesTable td,
#addonsTable th, #addonsTable td {
  border:1px solid #ccc; padding:8px; text-align:left;
}
#hotelAddTable th, #activitiesTable th, #addonsTable th {
  background:#eee;
}

/* Make buttons in table cells vertically aligned */
td > button {
  display:block; width:100%; margin-bottom:4px; padding:6px;
}

@media(max-width:768px){
  /* Stack layout on small screens if needed */
}

 .add-btn {
      background: orange;
      color: white;
      border: none;
      padding: 8px 14px;
      border-radius: 5px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s;
    }

    .add-btn:hover {
      background: #ccc;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }

    th, td {
      padding: 10px;
      border-bottom: 1px solid #ddd;
      text-align: left;
      font-size: 14px;
    }

    th {
      font-weight: 600;
    }

    .empty-message {
      text-align: center;
      padding: 12px;
      color: #e26b0a;
      font-weight: 500;
    }

    img {
      height: 40px;
      width: auto;
    }

    button.delete-btn {
      background: #ff4d4d;
      color: white;
      border: none;
      padding: 6px 10px;
      border-radius: 4px;
      cursor: pointer;
    }

    button.delete-btn:hover {
      background: #e60000;
    }

  
  .section {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    width: 100%;
    box-sizing: border-box;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
  }

  th, td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }

  th {
    font-weight: 600;
    background-color: #f7f7f7;
  }

  .add-button {
    background: #e0e0e0;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .add-button:hover {
    background: #ccc;
  }

  .empty-message p {
    margin-top: 10px;
    font-style: italic;
    color: #aa6600;
    text-align: center;
  }

  button.delete-btn {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
  }

  button.delete-btn:hover {
    background: #e60000;
  }

  img.vehicle-thumb {
    width: 40px;
    height: auto;
  }


    /* Button styles */
  .btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-right: 8px;
    cursor: pointer;
    font-size: 14px;
  }
  .btn-green { background-color: #4CAF50; }
  .btn-orange { background-color: #FF8000; }
  .btn-blue { background-color: #009688; }

  /* Sections */
  .section {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }

  /* Section titles */
  .section h2 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* Table styles */
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
  }

  th, td {
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 14px;
    vertical-align: middle;
  }

  th {
    background-color: #e7e7e7;
    font-weight: bold;
  }

  /* Placeholder message style */
  .placeholder {
    text-align: center;
    padding: 15px;
    color: #777;
    font-style: italic;
  }






























































  
  /* Floating WhatsApp icon (optional) */
  .floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  }