/* Booking Css */
section.booking-row {
    padding: 80px 0;
}
.booking-sec h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.747px;
    text-transform: capitalize;
}
.booking-sec form {
    width: 85%;
    margin: auto;
}
.booking-sec form .form-group {
    margin-bottom: 20px;
}
.booking-sec form label {
    font-size: 20px;
    font-weight: 400;
    line-height: 174%;
    text-transform: capitalize;
    margin-bottom: 12px;
    color: #000;
}
.booking-sec form .form-group input {
    height: 60px;
    border-radius: 4.618px;
    border: 1.539px solid #EDEDED;
    background: #F0F0F0;
    padding-left: 29px;
    color: #575351;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}
.booking-sec form .form-group select {
    height: 60px;
    border-radius: 4.618px;
    border: 1.539px solid #EDEDED;
    padding-left: 29px;
    color: #575351;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}

.booking-sec form .form-group input::placeholder {
    color: #575351;
}
.booking-sec form .form-group .custom-radiobox{
    display:inline-block;
}
.booking-sec form .form-group .radio-label{
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 8px 20px;
    border: 2px solid transparent;
    border-color:gray;
    background:#FFF;
    cursor: pointer;
    border-radius:4px;
    z-index: 2;
    line-height: 40px;
    display: inline-block;
    min-width: 106px;
    text-align: center;
    margin: 0;
}
.booking-sec form .form-group .custom-radio-input{
  display:none;
}
.booking-sec form .form-group .custom-radio-input:before, .booking-sec form .form-group .custom-radio-input:not(:checked) + label:before {
    display:none;
}
.booking-sec form .form-group .custom-radio-input:checked + label:after, .booking-sec form .form-group .custom-radio-input:not(:checked) + label:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #26474c;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index:-1;
}
.booking-sec form .form-group .custom-radio-input:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.booking-sec form .form-group .custom-radio-input:checked + label:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.booking-sec form .form-group .custom-radiobox .custom-radio-input:checked ~ .radio-label {
  color:#FFF;
  border-color: #26474c;
}
.response-sec {margin-top: 30px;}
.response-sec a {
    color: #6C6C6C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 174%;
    text-decoration: underline;
}
/* Sidebar */
section.dashboard-row {
    padding: 80px 120px;
}
.sidebar {
  background: #2d8b79;
  color: white;
  padding: 20px;
}
.sidebar h2 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}
.sidebar ul {
  list-style: none;
}
.sidebar ul li {
  margin: 15px 0;
}
.sidebar ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
}
.sidebar ul li a:hover {
  background: #ffffff;
  color:#3d7d6f;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
  font-weight:700
  
}
.main-content h1 {
  margin-bottom: 20px;
}
/* Table */
table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
th, td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
}
th {
  background: #3d7d6f;
  color: #fff;
}
tr:nth-child(even) {
  background: #f9f9f9;
}
/* Button */
.btn-view {
  padding: 6px 12px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-view:hover {
  background: #2980b9;
}
.detail {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #000;
}
.detail strong {
  color: #2c3e50;
  font-size: 18px;
}
.btn-back {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  background: #3498db;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}
section.appointment-details-row {
    padding: 80px 0;
}
.appointment-details-sec h2 {
    margin-bottom: 30px;
    color: #000;
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.747px;
    text-transform: capitalize;
}
.appointment-details-sec .w-btn {
    margin-top: 20px;
}
img.banner-img {
    width: 100%;
    height: 400px !important;
}
 #appointmentSelection .card {
    cursor: pointer;
    background: linear-gradient(135deg, #97c4ba, #3d7d6f);
    color: white;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin: 20px auto;
  }

  #appointmentSelection .card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }

  #appointmentSelection .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  }

  #appointmentSelection h4 {
    margin-top: 15px;
    font-weight: 600;
  }
      .sidebar ul li a.active {
    background-color: #fff;   /* white background */
    color: #34475b  !important;   /* black text for contrast */
    font-weight: bold;
    border-radius: 5px;
}
th {
    background: #2d8b79 !important;
}
.social-icons {
    font-size: 50px;
    margin-bottom: 15px;
}