/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body * {
    font-family: Poppins;
}
html, body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Urbanist;
}
a {
    text-decoration: unset;
}
img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
.w-btn {
    color: #FFF;
    text-align: center;
    padding: 16px 41px;
    border-radius: 38px;
    background: #26474C;
    border-color: #26474C;
    font-size: 21.333px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    transition: opacity .45s 
    cubic-bezier(0.25, 1, 0.33, 1), transform .45s 
    cubic-bezier(0.25, 1, 0.33, 1), border-color .45s 
    cubic-bezier(0.25, 1, 0.33, 1), color .45s 
    cubic-bezier(0.25, 1, 0.33, 1), background-color .45s 
    cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s 
    cubic-bezier(0.25, 1, 0.33, 1);
}
.w-btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    background: #26474C;
    border-color: #26474C;
}
/* Topbar Css */
.topbar {
    background: #26474C;
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding:14px 166px;
}
.topbar ul{
    display:flex;
    gap:21px;
    margin:0;
}
.topbar ul li{
    list-style:none;
}
.topbar ul li a i{
    color:#fff;
    font-size:18px;
}
.topbar p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 174%;
    text-transform: capitalize;
    margin: 0;
}
.top-lft a {
    color: #fff !important;
	font-size: 18px;
}
.top-lft li i {
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
/* Header Css */
header.header-row {
    padding: 20px 77px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #111;
    font-size: 21.333px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}
.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 28px;
}
.navbar-expand-lg .navbar-nav .nav-link.w-btn2 {
    text-align: center;
    padding:16px 36px;
    border-radius: 38px;
    border:1.5px solid #26474C;
    margin:0 14px 0 0;
    transition:all 0.5s linear;
}
.navbar-expand-lg .navbar-nav .nav-link.w-btn2:hover {
    background: #26474C;
    color:#fff;
}
/* Banner Css */
section.inner-banner-row .container-fluid {
    padding: 0;
}
section.inner-banner-row img {
    height: 350px;
    object-fit: cover;
    object-position: 100% 26%;
}
/* 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;
}
form#loginForm, form#signupForm {
    width: 50%;
}
.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: #2c3e50;
  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: #34495e;
}
.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: #2c3e50;
  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;
}
/* Footer Css */
footer.footer-row {
    background: #26474c;
    padding: 126px 194px 19px;
}
.footer-cont img {
    height: 175px;
    object-fit: scale-down;
    object-position: left;
}
.footer-details h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.46px;
    text-transform: capitalize;
    border-bottom: 3px solid #fff;
    padding-bottom: 8px;
    width: 45%;
    margin-bottom: 15px;
    color: #fff;
    margin-left: 50px;
}
.footer-details ul li {
    margin-bottom: 10px;
    list-style: none;
}
.footer-details ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin-left: 50px;
}
.footer-details ul li a i {
    margin-right: 17px;
    width: 17px;
}
.footer-details ul.lists-icon {
    margin-top: 21px;
}
.footer-details ul.lists-icon li {
    display: inline-block;
}
.footer-details ul.lists-icon li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #000;
    border-radius: 40px;
    font-size: 15px;
    text-align: center;
}
.footer-links {
    margin: 58px 0;
}
.footer-links ul li {
    display: inline-block;
    margin-left: 50px;
}
.footer-links ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}
/* Copyright Css */
.copyright-row {
    border-top: 1px solid #fff;
    padding-top: 18px;
}
.copyright-sec p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    text-transform: capitalize;
}
.copyright-sec p a {
    color: #fff;
}
 #appointmentSelection .card {
    cursor: pointer;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    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;
}