/* ========== GLOBAL RESET ========== */
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
p {
  margin: 0;
}

/* ========== CONTACT BUTTON ========== */
/* .contact-btn {
  background-color: #2A4880 !important;
  color: white !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  margin-bottom: 10px !important;
}

.contact-btn:hover {
  background-color: #1e3660 !important;
  color: white !important;
  text-decoration: none !important;
} */

/* ========== HAMBURGER MENU ========== */
.navbar-toggler {
  border: none !important;
  padding: 4px 8px !important;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.3s;
}

/* ========== HEADER LOGO ========== */
.navbar-brand img {
  height: 50px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* ========== NAVIGATION MENU ========== */
.navbar-collapse {
  padding: 1rem !important;
}

.navbar-nav .nav-item {
  margin: 0.5rem 0 !important;
}

.navbar-nav .nav-link {
  padding: 0.75rem 1rem !important;
  color: #333 !important;
}

.dropdown-menu {
  border: none !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.dropdown-item {
  padding: 0.5rem 1rem !important;
  color: #333 !important;
}

.dropdown-item:hover {
  background-color: #f8f9fa !important;
}

/* ========== BANNER ========== */
.banner {
  background: url("../../images/services/waiter-services/waiter-services-banner.jpg") center/cover
    no-repeat;
  height: 90vh;
  position: relative;
  padding: 1rem 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100vw;
  max-width: 100%;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.banner-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 450px;
  width: 100%;
  text-align: left;
  margin-bottom: 2rem;
}

.banner-content h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
}

.banner-content p {
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  line-height: 1.5;
}

/* ========== SERVICE DETAILS ========== */
.service {
  margin: 3rem 0;
  padding: 0 2rem;
  max-width: 100%;
}

.service-title h1 {
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.2;
}
.service-title {
  max-width: 550px;
  width: 100%;
  text-align: left;
}

.service-detail {
  max-width: 500px;
  width: 100%;
  text-align: left;
}

.service-detail p {
  font-weight: 500;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #2c2c2c;
  line-height: 1.6;
}



/* ========== IMAGES GRID ========== */
.image {
  padding: 0 2rem;
  max-width: 100%;
}

.top-img {
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.grid-img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  object-position: center;
}

/* ========== MEDIA QUERIES ========== */

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
  .banner {
    height: 100vh;
    padding: 2rem;
    padding: 0rem 1rem;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2rem;
  }


  .banner-content {
    width: 70%;
    text-align: left;
  }

  .service {
    padding: 0 2rem;
  }

  .service-title,
  .service-detail {
    width: 100%;
    text-align: left;
  }

  .grid-img {
    height: 300px;

  }


  .features {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2rem;
  }

  .feature-item {
    font-size: 18px;
  }

  .feature-icon {
    width: 45px;
    height: 45px;
  }

  .feature-icon img {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 767px) {


   .image .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner {
    height: 80vh;
    padding: 1rem 1rem;
    background-position: center top;
  }

  .service-title h1{
    text-align: left;
  }


  .banner-content {
    width: 100%;
    text-align: left; /* center text */
    margin-bottom: 0;
  }

  .banner-content h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .banner-content p {
    font-size: 0.8rem;
  }


  .top-img{
    height: auto;
    object-fit: contain;
  }

  .grid-img {
    height: auto;
    object-fit: contain;
  }
c
  .service{
    padding: 1rem;
  }

  .feature,
  .image {
    padding: 1rem 1rem;
  }

  .service-detail {
    text-align: left;
    margin-top: 1rem;
  }

.features {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0rem;
  }

  .feature-item {
    font-size: 16px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
  }

  .feature-icon img {
    width: 20px;
    height: 20px;
  }

}





