


.set_staff_login {
 background: -webkit-linear-gradient(90deg, hsla(312, 77%, 86%, 1) 0%, hsla(220, 61%, 79%, 1) 100%);
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 610px;
      font-family: Arial, sans-serif;
    }

    form {
      background-color: white;
     /* backdrop-filter: blur(10px) saturate(180%); */
      padding: 30px;
      border-radius: 20px;
      width: 100%;
      max-width: 400px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      text-align: center;
    }

    .logo1 {
      margin-bottom: 20px;
      
    }

    .logo1 img {
      max-width: 80px;
    }

    .input-group {
      position: relative;
      margin-bottom: 20px;
    }

    .input-group i {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      color: #888;
    }

    .control {
      width: 100%;
      padding: 10px 10px 10px 35px;
      border-radius: 30px;
      box-sizing: border-box;
    }

    input[type="submit"] {
      background: linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);
      color: white;
      padding: 10px;
      border-radius: 30px;
      width: 100%;
      cursor: pointer;
      font-weight: bold;
      margin-top: 10px;
    }

    input[type="submit"]:hover {
      background-color: #2980b9;;
    }

    .register-text {
      margin-top: 15px;
    }

    .register-text a {
      text-decoration: none;
      color: #007BFF;
      font-weight: bold;
    }

  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
  }

body {
  background: #f5f5f5;
  background-color: #F9F1F7;
}



.sidebar {
  width: 250px;
  height: 100vh;
  background: #2E4057;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.staff_logo{
  width:200px;
  height: 150px;
  margin: auto;
  background-color: #f5f5f5;
  background-image: url("olive-garden-logo.png");
  background-size: cover;
  /* margin-bottom: 30px; */
  font-weight: 700;
  font-size: 18px;
}

.sidebar ul {
  list-style: none;
}

.sidebar ul li {
  margin: 25px 0;
  color: white;
  cursor: pointer;
}

.sidebar ul li a
{
  color:white;
  text-decoration: none;
}


.container {
  width: 100%;
  display: flex;
  min-height: 90vh;
  margin-left:-14px;
}

.main-content {
  width: 100%;
  position: relative;
  margin-top: -30px;
  padding: 30px;
  z-index: 1;
  background-color: transparent;
}

.main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 100vh;
  background-image: url('dash2.jpg'); /* 🔁 Replace with your image path */
  background-size: cover;
  background-position: center;
  opacity: 0.2; /* 👈 Adjust transparency */
  z-index: -1;
}

.cards
{
  display: flex;
  /* margin-left: 100px; */
  width: 80%;
  height: 500px;
}

.cards h4
{
display: inline;
margin-left: 20px;
}

.icon i
{
  font-size: 40px;
  margin-top: 30px;
  margin-left: 20px;
}

.icon p
{
margin-left: 80px;
margin-top: 10px;;
}

.card
{
  width: 400px;
  height: 200px;
  background-color:white;
  margin:40px;
  border-radius: 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
}

header
{
  width: 1100px;
  height: 50px;
  /* margin-left: 100px; */
  /* background-color: blueviolet; */
  display:flex;
  justify-content:space-around;
}

header h1
{
  text-align: center;
  font-family:amarante;
} 

header button
{
  width:100px;
  height:40px;
  border: none;
  background-color: #2E4057;
  color:white;
}

.diningtables 
{
  width: 1000px;
  height: 500px;
  margin-left:140px;
  margin-top: 100px;
  background-color: blueviolet;
}

.tables
{
  width:150px;
  height: 150px;
  background-color:lavender;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  text-align: center;
  border-radius: 10px;
  margin: auto;
}

.tables h3,button,p
{
margin-top: 10px;
}

.tables button{
  width:130px;
  height:50px;
  border-radius: 8px 0 8px 8px;
  border: none;
  color:white;
  background-color: #3CBDB6;
}

.contact_body {
  background-color: #E0DAE7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh; /* full screen height */
  margin: 0;
  padding: 0;
}

.contact_container {
  display: flex;
  width: 800px;              /* smaller width */
  height: 450px;             /* smaller height */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.cont_left {
  flex: 1;
  background-image: url("contactus.jpg");
  background-size: 100% 100%;
  background-position: center;
}

.cont_right {
  flex: 1;
  padding: 30px 20px;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cont_right h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

.cont_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 15px;
}

.cont_info h3,
.contact-details h4,
.Email h4 {
  color: orange;
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-details,
.Email {
  margin-top: 15px;
  font-size: 14px;
}




/* =====================================================================

/* Container styling */
.container {
  margin-top: 30px;
  }

/* Card styling */
.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

/* Card image */
.card-img-top {
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

/* Card body */
.card-body {
  background-color: #fefefe;
  padding: 1rem;
}

/* Item title */
.card-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

/* Description */
.card-text {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

/* Price text */
.card-text strong {
  color: #e67e22;
  font-size: 1.1rem;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .card {
    margin-bottom: 20px;
  }
}







