.peer-button {
  color: white;
  border-radius: 10px;
  border: solid;
}

.modal-approve-button{
	background-color: #8D1436;
	margin-right: 20px;
    padding: 5px 8px;
    border-color: #8D1436;
}

.breadcrumb-container {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #f4f4f4;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;

}

td {
  text-align: center; /* Aligns text to the center */
  padding: 10px;
  border: 1px solid black;
}

.main-peer {
  position: relative;
  width: 100%;
  min-height: 100vh; 
  display: flex;
  justify-content: center;
  align-items: center;
}

div.dataTables_filter {
  text-align: left !important;
  float: left !important;
  margin-bottom: 10px;
}

div.dataTables_filter input {
  width: 100%;
  border: 1px solid #9e9e9e;
  padding: 0.5rem;
  border-radius: 5px;
}
div.dataTables_filter label {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold; 
  margin-left: 10px;
}


.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 190vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/ui/images/counseling-bg.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1; 
}


.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  width: 100%;
  position: relative;
  z-index: 1; 
}


.hero-content {
  display: flex;
  max-width: 1200px;
  width: 100%;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.text-section {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  gap: 1rem;
}


.logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.logo {
  width: 50vh;
  height: auto;
}


.text-section h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-section .highlight {
  color: #8D1436;
  font-weight: bold;
}

.text-section p {
  color: #333;
}

.btn-book-now {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #8D1436;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-book-now:hover {
  background-color: #B81F42;
}


.image-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.carousel img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.input-form-tarea {
  width: 100%;
  padding: 8px;
  margin: 10px 0;
}
.text-bold {
  font-weight: bold;
}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
  .image-section {
    display: none;
  }

  .hero-content {
    flex-direction: column;
    gap: 0;
  }

  .text-section {
    flex: 1;
    padding: 1rem;
    text-align: center;
  }

  .logo {
    width: 30vh;
    margin-bottom: 1.5rem;
  }

  .text-section h1 {
    font-size: 2rem;
  }

  .btn-book-now {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
