#new-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 88px;
}

.navbar {
  height: 100%;
}

.offcanvas {
  max-width: 80%;
}

.logo-container {
  height: 60px;
  display: flex;
  align-items: center;
}

#navbarNav .nav-link,
#navbarNav .nav-item.dropdown a {
  font-size: 14px;
  font-weight: 400;
}

#navbarNav .nav-item.dropdown a {
  text-align: right;
}

#navbarNav .nav-link.active {
  color: rgba(12, 128, 235, 1);
}

.header-btns .btn-doctor {
  padding: 14px 26px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(12, 128, 235, 1);
}

.header-btns .btn-user {
  background: rgba(249, 249, 249, 1);
  padding: 14px 26px;
  border: 1px solid rgba(218, 218, 218, 1);
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 27, 28, 1);
  border-radius: 25px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    display: block;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease, visibility 0s linear 0.3s;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  top: 60px;
  right: 0;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  padding-right: 2rem;
}

.offcanvas-body .nav-link {
  font-size: 14px;
  font-weight: 500;
}

.canvas-btns .btn-doctor {
  display: block;
  padding: 12px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  width: 100%;
  border-radius: 25px;
  background-color: rgba(12, 128, 235, 1);
  text-align: center;
  margin: 12px 0;
}

.canvas-btns .btn-user {
  background: rgba(249, 249, 249, 1);
  padding: 12px;
  border: 1px solid rgba(218, 218, 218, 1);
  font-size: 12px;
  font-weight: 400;
  color: rgba(26, 27, 28, 1);
  border-radius: 25px;
  width: 100%;
  text-align: center;
}

footer {
  background-color: rgba(246, 246, 246, 1);
  margin-top: 3rem;
  padding-top: 3.5rem;
  position: relative;
}

.contact-btn {
  position: absolute;
  border-radius: 25px;
  padding: 13px 22px;
  background: rgba(12, 128, 235, 1);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0px 5px 20px -2px rgba(15, 121, 218, 0.5);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  top: -24px;
}

.footer-logo {
  height: 40px;
  margin-bottom: 1rem;
}

.payment-logo {
  height: 30px;
  margin: 0.5rem;
  object-fit: contain;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  text-decoration: none;
  color: rgba(17, 17, 17, 1);
  font-size: 14px;
  font-weight: 400;
}

.social-icons {
  display: flex;
  gap:10px;
}
.social-icons img {
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .footer-col {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dee2e6;
  }

  .footer-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-title {
    margin-top: 1rem;
  }

  .payment-logos-container {
    justify-content: center !important;
  }
}

.cer-logo {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1rem;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px;
  align-items: center;
}

#authTabs li button {
  border: 1px solid #dee2e6 !important;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: #b0b0b0;
  background: #f7f7f7;
}
#authTabs li button.active {
  border: 1px solid #0c80eb !important;
  background: #0c80eb;
  font-size: 14px;
  color: #fff;
}

#authTabs {
  display: flex;
  justify-content: center;
  padding: 0;
  border: none;
  gap: 10px;
}

#authTabsContent input,
#authTabsContent select {
  width: 280px;
  padding: 10px 14px;
  border-radius: 5px;
  border: 1px solid rgba(218, 218, 218, 1);
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  margin: auto;
  margin-bottom: 1rem;
}

#sendLoginCode,
#verifyLoginCode,
#sendRegisterCode,
#verifyregisterCode {
  width: 280px;
  text-align: center;
  padding: 10px 14px;
  border-radius: 5px;
  color: #fff;
  background: rgba(12, 128, 235, 1);
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

.sub-bar {
  height: 55px;
  background: rgba(228, 228, 228, 1);
}

.form-select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background: none !important;
}