/* Custom styles for modal backdrop */
.modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1050 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-backdrop.show {
  opacity: 0.5 !important;
}

body.modal-open {
  overflow: hidden !important;
  padding-right: 15px !important;
}

/* Color scheme */
.bg-color-scheme {
  background-color: #6173FC !important;
  color: white !important;
}

/* Blue background for navbar */
.blue-bg {
  background-color: #091336 !important;
}

/* Custom modal styling */
.modal-content {
  background: white !important;
  border-radius: 8px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

.modal-title {
  color: #000 !important;
  font-weight: bold;
}

/* Send button styling */
#book-book {
  background-color: #6173FC !important;
  color: white !important;
  font-weight: bold !important;
  border: none !important;
}

/* Form control styling */
.form-control {
  border-radius: 4px !important;
  border: 1px solid #ced4da !important;
  color: #000 !important;
}

.form-control:focus {
  border-color: #6173FC !important;
  box-shadow: 0 0 0 0.25rem rgba(97, 115, 252, 0.25) !important;
}

/* State select styling */
#states-select {
  color: #000 !important;
}

/* Page specific styling */
.about-banner {
  padding: 100px 0 50px;
  background-color: rgba(9, 19, 54, 0.8);
  text-align: center;
}

.inner-banner {
  margin-top: 60px;
}

.about-section {
  padding: 50px 0;
}

.thm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.line {
  height: 3px;
  width: 50px;
  background-color: #6173FC;
  margin: 15px auto;
}

.sec-title {
  margin-bottom: 30px;
}

.sec-title h2 {
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
}

.content-box {
  padding: 30px;
}

/* Card styling for section pages */
.card.bg-transparent {
  transition: all 0.3s ease;
}

.card.bg-transparent:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

/* Tracking timeline styling */
.tracking-timeline {
  position: relative;
  margin-left: 15px;
}

.timeline-dot {
  position: relative;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #6173FC;
  border-radius: 50%;
  margin-top: 8px;
}

.line {
  position: absolute;
  left: 5px;
  top: 20px;
  width: 2px;
  height: calc(100% - 12px);
  background-color: #6173FC;
}

.event-date {
  font-weight: 600;
}

.event-location {
  color: #e0e0e0;
  font-size: 0.9rem;
}

/* Table styling */
.table {
  color: white !important;
}

.table th, .table td {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
