* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-image: url('../img/asurion2.jpg');
  background-color: #f9f9f9;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; /* Added for a fixed background effect */
  color: #333;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

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

.logo-container img {
  height: 50px;
  margin-right: 15px;
}

.logo-container h1 {
  font-size: 1.5rem;
  color: #333;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 3.5rem;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #28a745;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 2rem;
  background: url('img/cateringbg.png') center/cover no-repeat;
  color: #fff;
  height: 80vh;

  
}

.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  max-width: 600px;
  margin-bottom: 2rem;
}

.hero a {
  background-color: #28a745;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.hero a:hover {
  background-color: #218838;
}

nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}


/* Reach Us Section */
.reach-us {
  background-color: #fff;
  padding: 3rem 2rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.reach-us-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: left;
}

.reach-us-grid > div {
  flex: 1 1 300px;
}

.reach-logo p {
  margin: 0.5rem 0;
}

.reach-contact h3,
.reach-form h3 {
  color: #28a745;
  margin-bottom: 1rem;
}

.reach-contact p {
  margin: 0.4rem 0;
  font-size: 0.95rem;
}

.reach-form form {
  display: flex;
  gap: 0;
}

.reach-form input[type="email"] {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px; /* Rounded left corner */
  width: 100%;
  font-size: 1rem;
}

.reach-form button {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0 5px 5px 0; /* Rounded right corner */
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.reach-form button:hover {
  background-color: #218838;
}

.social-links {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  font-size: 1rem;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 500;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-links a i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

/* Facebook */
.social-links a.facebook {
  background-color: #3b5998;
}

.social-links a.facebook:hover {
  background-color: #2d4373;
  transform: translateY(-5px);
}

/* Instagram */
.social-links a.instagram {
  background-color: #e1306c;
}

.social-links a.instagram:hover {
  background-color: #bc2a8d;
  transform: translateY(-5px);
}

/* Twitter */
.social-links a.twitter {
  background-color: #00acee;
}

.social-links a.twitter:hover {
  background-color: #0084b4;
  transform: translateY(-5px);
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

@media (max-width: 768px) {
  .reach-us-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .reach-us-grid > div {
    flex: 1 1 100%;
  }
}

/* Enhance Reach Us Info Section */
.reach-contact {
  background-color: #f4fdf6;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reach-contact:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.reach-contact h3 {
  font-size: 1.3rem;
  color: #218838;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reach-contact p {
  font-size: 0.95rem;
  color: #444;
  margin: 0.6rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reach-contact i {
  color: #28a745;
  min-width: 20px;
  text-align: center;
}
 



/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*>


/* START HERE! */

.inner-ourcommissary {
  background-color: white;
  padding: 20px;
  height:3510px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 470px;
}

/* Our Catering */

 .threediv {
    background-color: red;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 10px;
    text-align: center;
    display: flex; /* Arrange the child divs in a row */
    justify-content: space-around; /* Space out the inner divs evenly */

  }
  
  .inner-div {
    background-color: #fff;
    padding: 6rem; /* Inner padding to make the divs smaller */
    margin: 0 1rem; /* Add more space between the divs */
    border-radius: 8px;
    width: 120px; /* Set width */
    height: 100px; /* Set height */
    flex: 1; /* Ensure each div takes up equal space */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center content */
    align-items: center; /* Horizontally center content */
  }
  
  .inner-div i {
    font-size: 2rem; /* Resize the icon */
    margin-bottom: 0.75rem; /* Increase space between icon and text */
  }
  
  .inner-div p {
    font-size: 20px; /* Resize the text */
    margin-top: 0.5rem; /* Add some space above the text */
  }
.inner-div:hover {
background-color: white; /* Change background to orange on hover */
color: black; /* Change text color to white */
}

.threediv .inner-div:nth-child(1):hover {
background-color: white; /* Orange background for the first inner-div */
color: black; /* Change text color to white */
}

.threediv .inner-div:nth-child(1):hover p {
color: black; /* Change the text color to white when hovered */
}

.threediv .inner-div:nth-child(1):hover i {
color: black; /* Change the icon color to white when hovered */
}

.filter-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin: 2rem 2rem;
  flex-wrap: wrap;
  animation: fadeInLeft 0.8s ease-in-out;
  font-family: sans-serif;
  margin-top: 20px;
  margin-left: 5px;
  
}
.filter-buttons button {
  padding: 1rem 2rem; /* Bigger space inside the button */
  font-size: 1.2rem;   /* Larger text */
  background-color: white;
  border: 3px solid red;
  border-radius: 12px; /* Slightly more rounded */
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}


/* Hover Effect */
.filter-buttons button:hover {
  background-color:red;
  color:white;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Click Effect */
.filter-buttons button:active {
  transform: scale(0.96);
}

/* Entrance Animation */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}




.image-section {
  margin: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center; /* Center the images */
}

.image-row img {
  width: calc((100% - 6rem) / 7); /* 7 images per row with 1rem gaps */
  max-width: 170px; /* Optional cap to prevent images from growing too big */
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.image-row img:hover {
  transform: scale(1.05);
}

/*
.catering-notes {
  width: 1300px;
  max-width: 2900px;
  height: 500px; 
  margin: 60px auto;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  box-sizing: border-box; /* Ensures padding doesn't affect width 
}
*/




/* Black Div with Icon */

.catering-notes {
  background-color: #1a1a1a; /* dark background */
  color:White; /* warm yellow text */
  padding: 50px 40px;
  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 21px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.catering-notes span {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.catering-notes i {
  color: #f5c24a;
  font-size: 18px;
}

/* Remove separator from last item */
.catering-notes span:last-child::after {
  content: none;
}

/* Add separator "|" after each span except the last */
.catering-notes span:not(:last-child)::after {
  content: "|";
  color: #f5c24a;
  margin-left: 8px;
}


/* 3 BUTTONS MENU'S PRICES */

.events-buttons {   
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; /* Prevent wrapping so they stay in one line */
  gap: 25px;
  margin: 50px 0 70px;
  padding: 0 20px;
  width: 100%; /* Ensure full width */
  overflow-x: auto; /* Optional: allows scrolling if screen is small */
} 

.event-btn {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: black;
  background: transparent;
  border: 3px solid red;
  border-radius: 50px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: none;
}

.event-btn:hover {
  background: red; /* light orange gradient on hover */
  color: white; /* keep text white on hover */
  box-shadow: 0 8px 20px rgba(255, 140, 0, 0.3);
  transform: translateY(-3px);
  border-color:red; /* brighten border on hover */
}


/* Auto Slider */
.auto-slider {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }

  .slides {
    display: flex;
    width: 300%;
    animation: slideAnimation 130s infinite;
  }

  .slides img {
    width: 100%;
    height: 420px;
    object-fit: cover;
  }

  @keyframes slideAnimation {
    0% { transform: translateX(0); }
    33% { transform: translateX(-100%); }
    66% { transform: translateX(-200%); }
    100% { transform: translateX(0); }
  }

  .slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px auto;
}

.slider-track {
  display: flex;
  width: calc(200%); /* Double the width for looped images */
  animation: scrollSlider 20s linear infinite;
}

.slider-track img {
  width: 25%;
  flex-shrink: 0;
  object-fit: cover;
  height: 300px;
  border-radius: 10px;
  margin: 0 5px;
}

@keyframes scrollSlider {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



/*Packed Meals*/


.packed-meals-section {
  padding: 50px 20px;
  background-color: #fdfdfd;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  margin-bottom: 30px;
}

.packed-meals-gallery {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  justify-items: center;
}

.packed-meals-gallery img {
  width: 100%;
  max-width: 140px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.packed-meals-gallery img:hover {
  transform: scale(1.05);
}

/* BOOK NOW  BUTTON */

.book-now-container {
  text-align: center;
  margin-top: 180px;
  margin-left: -1095px;
}

.book-now-button {
  padding: 20px 40px;
  font-size: 20px;
  background-color: white;
  color:black;
  border: 2px solid red;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

/* Hover and focus (click/focus) effect */
.book-now-button:hover,
.book-now-button:focus {
  background-color: red;
  color: white;
  outline: none;
}
