.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.logo {
  font-weight: 700;
  font-size: 18px;
  color: #111;
}

.cta-btn {
  border: none;
  background: linear-gradient(135deg, #0d6efd, #4dabf7);
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
}

 .bookingcare-menu-btn {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    color: #fff;
    box-shadow: 0 8px 18px rgba(13, 110, 253, 0.25);
    transition: all 0.3s ease;
  }

  .bookingcare-menu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(13, 110, 253, 0.32);
  }

  .bookingcare-offcanvas {
    width: 300px !important;
    border: none;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.08);
  }

  .bookingcare-offcanvas-header {
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    color: #fff;
    padding: 22px 20px;
    border-bottom: none;
  }

  .bookingcare-brand-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .bookingcare-brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
  }

  .bookingcare-brand-text h5 {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0.4px;
    font-size: 1.05rem;
  }

  .bookingcare-brand-text small {
    opacity: 0.9;
    font-size: 0.8rem;
  }

  .bookingcare-close-btn {
    filter: brightness(0) invert(1);
    opacity: 1;
    box-shadow: none !important;
  }

  .bookingcare-profile-card {
    background: #f8fbff;
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 18px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }

  .bookingcare-avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #82ef93, #4dabf7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: 0 8px 18px rgba(13, 110, 253, 0.18);
  }

  .bookingcare-profile-info h6 {
    margin: 0;
    font-weight: 700;
    color: #111827;
    font-size: 0.95rem;
  }

  .bookingcare-profile-info small {
    color: #6b7280;
    font-size: 0.8rem;
  }

  .bookingcare-menu-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    padding-left: 4px;
  }

  .bookingcare-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .bookingcare-menu-list li {
    margin-bottom: 8px;
  }

  .bookingcare-menu-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #1f2937;
    font-weight: 600;
    padding: 12px 14px;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.04);
  }

  .bookingcare-menu-link i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 1rem;
    transition: all 0.3s ease;
  }

  .bookingcare-menu-link:hover,
  .bookingcare-menu-link.active {
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    transform: translateX(4px);
    border-color: rgba(13, 110, 253, 0.08);
  }

  .bookingcare-menu-link:hover i,
  .bookingcare-menu-link.active i {
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    color: #fff;
  }

  .bookingcare-logout {
    background: #fff5f5;
    color: #dc3545;
    border-color: rgba(220, 53, 69, 0.08);
  }

  .bookingcare-logout i {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
  }

  .bookingcare-logout:hover {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    transform: translateX(4px);
  }

  .bookingcare-logout:hover i {
    background: #dc3545;
    color: #fff;
  }

  .bookingcare-support-box {
    margin-top: 18px;
    border-radius: 18px;
    padding: 16px;
    background: linear-gradient(135deg, #f8fbff, #eef6ff);
    border: 1px solid rgba(13, 110, 253, 0.08);
  }

  .bookingcare-support-box h6 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
  }
  
    /* Navbar */
    .navbar {
      padding: 12px 20px;
      font-size: 15px;
    }

    .navbar-brand {
      font-size: 20px;
      letter-spacing: .5px;
    }

    .nav-link:hover {
      opacity: .85;
    }

    .dropdown-menu {
      border-radius: 8px;
    }

    /* Login Card */
    .login-card {
      max-width: 420px;
      border-radius: 18px;
    }

    .login-card h3 {
      font-weight: 700;
    }

    .card:hover {
      transform: scale(1.01);
      transition: .2s;
    }

    /* Inputs */
    .input-group-text {
      border-radius: 10px 0 0 10px;
    }

    .form-control {
      border-radius: 0 10px 10px 0;
    }
    
  #eyeIcon {
     position: absolute;
     top: 38px;       /* aligns vertically */
     right: 15px;     /* inside input */
     cursor: pointer;
     color: black;
     font-size: 18px;
  }

  .bookingcare-support-box p {
    font-size: 0.82rem;
    color: #6b7280;
    margin-bottom: 12px;
  }

  .bookingcare-support-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: linear-gradient(135deg, #0d6efd, #4dabf7);
    color: #fff;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 18px rgba(13, 110, 253, 0.18);
  }

  .bookingcare-support-btn:hover {
    color: #fff;
    transform: translateY(-2px);
  }
  
