/* INFO GUIDE CSS */

.btn-outline-custom {
    color: rgb(56, 82, 106);
    border: 2px solid rgb(56, 82, 106);
    background-color: transparent;
}

.btn-outline-custom:hover {
    background-color: rgb(56, 82, 106);
    color: #fff;
}

.navbar {
  background-color: rgb(189, 210, 230);
}

.nav-link-btn{
    color: rgb(56, 82, 106);
    text-decoration: none;
}

.nav-link-btn:hover,
.nav-link-btn:focus{
    color: #7d2c2c;
    text-decoration: none;
}


.dropdown-menu.bg-nav-custom .dropdown-item:hover,
.dropdown-menu.bg-nav-custom .dropdown-item:focus {
    background-color: rgb(56, 82, 106);
    color: #fff;
}

.btn-custom {
    background: linear-gradient(135deg, rgb(56, 82, 106), rgb(119, 174, 225));
    color: white; 
    font-weight: 600; 
    border: none;
    border-radius: 25px;
    padding: 8px 20px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn-custom:hover {
    background: linear-gradient(135deg, rgb(119, 174, 225), rgb(56, 82, 106)); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
}

.bell-icon {
    width: 23px;
    height: 23px;
}

.btn-outline-custom{
    color: #974646;
}

.btn-outline-custom:hover{
    color: #7d2c2c;
}


/* Ensure all cards stretch equally */
.card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

.card-img-top {
  object-fit: cover;
  height: 180px;
}

.btn-card-outline {
  border: 1px solid rgb(56, 82, 106);
  color:rgb(56, 82, 106);
  margin-right: 5px;
}

.btn-card-outline:hover {
  background-color: rgb(56, 82, 106);
  color: #fff;
}

.btn-card-solid {
  background-color: rgb(56, 82, 106);
  color: #fff;
}

.btn-card-solid:hover {
  background-color: #0056b3;
}

.sidebar { 
  top: 480px;        
  height: calc(100vh - 480px); 
  overflow-y: auto;   
}

#map-preview {
  height: 500px;
  width: 100%;
}


.main-content {
  margin-top: 20px;
}


/* Modal - more details */
.modal-clean {
  border-radius: 20px;
  padding: 8px;
}

.info-box {
  background: #f7f9fc;
  border-radius: 14px;
  padding: 14px 16px;
}

.info-box p {
  margin: 0;
  font-weight: 500;
  color: #2c3e50;
}

.label {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a94a6;
  display: block;
  margin-bottom: 4px;
}

.stops {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.stops span {
  background: #eef2f7;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #34495e;
}

.btn-soft {
  background: #eef2f7;
  border-radius: 999px;
  padding: 6px 18px;
  border: none;
}

.btn-soft:hover {
  background: #dde3ec;
}


/* CMS */
