@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Boldonse&family=Delius&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #eee;
}
.bottom-nav .bottom-nav-order-btn {
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.bottom-nav .bottom-nav-order-btn img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}
.bottom-nav .bottom-nav-order-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(45deg, #FFD700 0%, #FFA500 50%, #E25822 100%);
  color: white;
  text-decoration: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 4px 15px rgba(226, 88, 34, 0.3);
  transition: all 0.3s ease;
}
.bottom-nav .bottom-nav-order-btn a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(226, 88, 34, 0.4);
}
.bottom-nav .bottom-nav-order-btn a:active {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .bottom-nav {
    display: block;
  }
}
.biryani-button {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #FFD700 0%, #FFA500 50%, #E25822 100%);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .biryani-button {
    width: 100%;
  }
}
.biryani-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4) 1px, transparent 2px), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.4) 1px, transparent 2px), radial-gradient(circle at 40% 60%, rgba(226, 88, 34, 0.4) 1px, transparent 2px);
  background-size: 10px 10px;
  opacity: 0.7;
}
.biryani-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(226, 88, 34, 0.4);
}
.biryani-button:hover::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 60%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: steam 1.5s ease-out infinite;
}
.biryani-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(226, 88, 34, 0.6);
}
.biryani-button .saffron-strand {
  position: absolute;
  background: linear-gradient(to right, transparent, #FF8C00, transparent);
  height: 2px;
  transform: rotate(-30deg);
}
.biryani-button .saffron-strand:nth-child(1) {
  width: 20px;
  top: 15%;
  left: 10%;
}
.biryani-button .saffron-strand:nth-child(2) {
  width: 30px;
  top: 30%;
  right: 15%;
}
.biryani-button .saffron-strand:nth-child(3) {
  width: 25px;
  bottom: 20%;
  left: 20%;
}

.biryani-button2 {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #ff5500 0%, #ff6f00 50%, #ff5500 100%);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .biryani-button2 {
    width: 100%;
  }
}
.biryani-button2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4) 1px, transparent 2px), radial-gradient(circle at 80% 70%, rgba(255, 102, 0, 0.4) 1px, transparent 2px), radial-gradient(circle at 40% 60%, rgba(226, 88, 34, 0.4) 1px, transparent 2px);
  background-size: 10px 10px;
  opacity: 0.7;
}
.biryani-button2:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(226, 88, 34, 0.4);
}
.biryani-button2:hover::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 60%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: steam 1.5s ease-out infinite;
}
.biryani-button2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(226, 88, 34, 0.6);
}
.biryani-button2 .saffron-strand {
  position: absolute;
  background: linear-gradient(to right, transparent, #FF8C00, transparent);
  height: 2px;
  transform: rotate(-30deg);
}
.biryani-button2 .saffron-strand:nth-child(1) {
  width: 20px;
  top: 15%;
  left: 10%;
}
.biryani-button2 .saffron-strand:nth-child(2) {
  width: 30px;
  top: 30%;
  right: 15%;
}
.biryani-button2 .saffron-strand:nth-child(3) {
  width: 25px;
  bottom: 20%;
  left: 20%;
}

#navbar-section {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
#navbar-section.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#navbar-section .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 4rem;
  max-width: 1440px;
  margin: 0 auto;
}
#navbar-section .navbar.navScrolled {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#navbar-section .navbar .nav-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#navbar-section .navbar .nav-left .nav-logo img {
  width: 60px;
  height: auto;
  transition: transform 0.3s ease;
}
#navbar-section .navbar .nav-left .nav-logo img:hover {
  transform: scale(1.05);
}
#navbar-section .navbar .nav-left .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000000;
  cursor: pointer;
  transition: color 0.3s ease;
}
#navbar-section .navbar .nav-left .mobile-menu-toggle:hover {
  color: #E25822;
}
#navbar-section .navbar .nav-left .nav-menu ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}
#navbar-section .navbar .nav-left .nav-menu ul li {
  position: relative;
}
#navbar-section .navbar .nav-left .nav-menu ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
#navbar-section .navbar .nav-left .nav-menu ul li a.white-text {
  color: #fff;
}
#navbar-section .navbar .nav-left .nav-menu ul li a.white-text.white-text-scrolled {
  color: #000;
}
#navbar-section .navbar .nav-left .nav-menu ul li a:hover {
  color: #E25822;
}
#navbar-section .navbar .nav-left .nav-menu ul li.active a {
  font-weight: 600;
  color: #E25822;
}
#navbar-section .navbar .nav-left .nav-menu ul li.active::after {
  content: "•";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #E25822;
  font-size: 1.2rem;
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn {
  display: none;
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #FFD700 0%, #FFA500 50%, #E25822 100%);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  margin: 1rem auto;
  text-align: center;
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4) 1px, transparent 2px), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.4) 1px, transparent 2px), radial-gradient(circle at 40% 60%, rgba(226, 88, 34, 0.4) 1px, transparent 2px);
  background-size: 10px 10px;
  opacity: 0.7;
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(226, 88, 34, 0.4);
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button:hover::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 60%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: steam 1.5s ease-out infinite;
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(226, 88, 34, 0.6);
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button .saffron-strand {
  position: absolute;
  background: linear-gradient(to right, transparent, #FF8C00, transparent);
  height: 2px;
  transform: rotate(-30deg);
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button .saffron-strand:nth-child(1) {
  width: 20px;
  top: 15%;
  left: 10%;
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button .saffron-strand:nth-child(2) {
  width: 30px;
  top: 30%;
  right: 15%;
}
#navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button .saffron-strand:nth-child(3) {
  width: 25px;
  bottom: 20%;
  left: 20%;
}
#navbar-section .navbar .nav-right .biryani-button {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #FFD700 0%, #FFA500 50%, #E25822 100%);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
#navbar-section .navbar .nav-right .biryani-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4) 1px, transparent 2px), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.4) 1px, transparent 2px), radial-gradient(circle at 40% 60%, rgba(226, 88, 34, 0.4) 1px, transparent 2px);
  background-size: 10px 10px;
  opacity: 0.7;
}
#navbar-section .navbar .nav-right .biryani-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(226, 88, 34, 0.4);
}
#navbar-section .navbar .nav-right .biryani-button:hover::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 60%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: steam 1.5s ease-out infinite;
}
#navbar-section .navbar .nav-right .biryani-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(226, 88, 34, 0.6);
}
#navbar-section .navbar .nav-right .biryani-button .saffron-strand {
  position: absolute;
  background: linear-gradient(to right, transparent, #FF8C00, transparent);
  height: 2px;
  transform: rotate(-30deg);
}
#navbar-section .navbar .nav-right .biryani-button .saffron-strand:nth-child(1) {
  width: 20px;
  top: 15%;
  left: 10%;
}
#navbar-section .navbar .nav-right .biryani-button .saffron-strand:nth-child(2) {
  width: 30px;
  top: 30%;
  right: 15%;
}
#navbar-section .navbar .nav-right .biryani-button .saffron-strand:nth-child(3) {
  width: 25px;
  bottom: 20%;
  left: 20%;
}

@media (max-width: 768px) {
  #navbar-section {
    background-color: #ffffff;
  }
  #navbar-section .navbar {
    padding: 1rem 2rem;
    position: relative;
  }
  #navbar-section .navbar .nav-left {
    width: 100%;
    justify-content: space-between;
  }
  #navbar-section .navbar .nav-left .mobile-menu-toggle {
    display: block;
    order: 1;
  }
  #navbar-section .navbar .nav-left .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  #navbar-section .navbar .nav-left .nav-menu.active {
    max-height: 1000px;
  }
  #navbar-section .navbar .nav-left .nav-menu ul {
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
  }
  #navbar-section .navbar .nav-left .nav-menu ul li {
    width: 100%;
    text-align: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #navbar-section .navbar .nav-left .nav-menu ul li a {
    padding: 0.8rem 2rem;
    display: block;
  }
  #navbar-section .navbar .nav-left .nav-menu ul li.active::after {
    display: none;
  }
  #navbar-section .navbar .nav-left .nav-menu .mobile-order-btn {
    display: block;
    padding: 1.5rem;
    text-align: center;
  }
  #navbar-section .navbar .nav-left .nav-menu .mobile-order-btn .biryani-button {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  #navbar-section .navbar .nav-right {
    display: none;
  }
}
@keyframes steam {
  0% {
    bottom: 100%;
    opacity: 1;
    width: 60%;
  }
  100% {
    bottom: 120%;
    opacity: 0;
    width: 80%;
  }
}
/* Desktop styles */
@media (min-width: 769px) {
  .white-text {
    color: white;
    transition: color 0.3s ease;
  }
  .white-text.white-text-scrolled {
    color: black;
  }
  .white-text:hover {
    color: #E25822;
  }
}
/* Mobile styles (force black) */
@media (max-width: 768px) {
  .nav-menu a {
    color: black !important;
  }
  .nav-menu a:hover {
    color: #E25822 !important;
  }
}
/* Active state */
.nav-menu li.active a {
  color: #E25822 !important;
}

#hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  overflow: hidden;
}
#hero-section .hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(1rem, 5vw, 4rem);
  padding-bottom: clamp(1rem, 5vw, 4rem);
  padding-left: clamp(1rem, 5vw, 4rem);
  padding-right: clamp(1rem, 5vw, 4rem);
  max-width: clamp(400px, 50vw, 50%);
  line-height: 1;
}
#hero-section .hero-content .hero-title {
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
  font-family: "Delius", cursive;
}
#hero-section .hero-content h1 {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #E25822;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}
#hero-section .hero-content .subtitle {
  font-size: 0.9rem;
  max-width: clamp(400px, 50vw, 50%);
  color: #333;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
}

.buttons {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .buttons {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.hero-semicircle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60vh;
  height: 120vh;
  background: url("/assets/images/hero/gourmet-chicken-biryani-with-steamed-basmati-rice-generated-by-ai.webp") no-repeat center center;
  background-size: cover;
  border-top-left-radius: 60vh;
  border-bottom-left-radius: 60vh;
  z-index: 1;
}

.hero-circle {
  position: relative;
  width: 600px;
  height: 600px;
  max-width: 600px;
  max-height: 600px;
  margin-right: 15%;
  z-index: 2;
  transform: translateY(25%) translateX(-50%);
  animation: rotate 100s linear infinite;
}

@keyframes rotate {
  0% {
    transform: translateY(25%) translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(25%) translateX(-50%) rotate(360deg);
  }
}
.hero-circle img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  #hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #hero-section .hero-content {
    max-width: 80%;
  }
  .hero-semicircle {
    width: 40vh;
    height: 80vh;
    border-top-left-radius: 40vh;
    border-bottom-left-radius: 40vh;
    opacity: 0.3;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-semicircle {
    width: 50vh;
    height: 100vh;
    border-top-left-radius: 50vh;
    border-bottom-left-radius: 50vh;
    opacity: 0.3;
  }
}
@media (max-width: 480px) {
  .hero-semicircle {
    width: 30vh;
    height: 60vh;
    border-top-left-radius: 30vh;
    border-bottom-left-radius: 30vh;
    opacity: 0.3;
  }
}
#about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000000;
  background: url("/assets/images/backgrounds/bg.webp") repeat center center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
#about-section .about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  padding: 3rem;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  flex-direction: column;
}
@media (min-width: 992px) {
  #about-section .about-content {
    flex-direction: row;
    gap: 3rem;
    padding: 4rem;
  }
}
#about-section .about-content .about-left-content {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  animation: float 6s ease-in-out infinite;
}
#about-section .about-content .about-left-content img {
  width: 100%;
  max-width: 400px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: transform 0.5s ease;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}
#about-section .about-content .about-left-content img:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  #about-section .about-content .about-left-content {
    margin-bottom: 0;
  }
}
#about-section .about-content .about-right-content {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
  text-align: left;
}
#about-section .about-content .about-right-content .about-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #E25822;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: "Delius", cursive;
  position: relative;
  display: inline-block;
}
#about-section .about-content .about-right-content .about-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #E25822;
  border-radius: 3px;
}
@media (min-width: 768px) {
  #about-section .about-content .about-right-content .about-title {
    font-size: 2.5rem;
  }
}
#about-section .about-content .about-right-content .about-paragraph {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  margin-bottom: 1.5rem;
  text-align: justify;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 768px) {
  #about-section .about-content {
    padding: 3rem 1.5rem;
    flex-direction: column;
  }
  #about-section .about-content .about-left-content {
    margin-bottom: 2rem;
  }
  #about-section .about-content .about-left-content img {
    max-width: 300px;
  }
  #about-section .about-content .about-right-content {
    text-align: center;
  }
  #about-section .about-content .about-right-content .about-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.menu-banner-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(255, 69, 0, 0.05) 100%);
  position: relative;
  overflow: hidden;
  font-family: "Delius", "cursive";
}
.menu-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: 0;
}

.menu-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .menu-banner-container {
    flex-direction: column;
    gap: 2rem;
  }
}

.menu-banner-content {
  flex: 1;
}
.menu-banner-content .menu-banner-title {
  font-size: 2.8rem;
  color: #d35400;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .menu-banner-content .menu-banner-title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.menu-banner-content .menu-banner-subtitle {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 2rem;
  max-width: 80%;
}
@media (max-width: 768px) {
  .menu-banner-content .menu-banner-subtitle {
    text-align: center;
    max-width: 100%;
  }
}

.menu-banner-highlights {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 480px) {
  .menu-banner-highlights {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.menu-banner-highlights .highlight-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.menu-banner-highlights .highlight-item .highlight-icon {
  width: 40px;
  height: 40px;
  background: #f39c12;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-banner-highlights .highlight-item .highlight-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.menu-banner-highlights .highlight-item p {
  font-weight: 600;
  color: #333;
  margin: 0;
}

.menu-banner-cta {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 480px) {
  .menu-banner-cta {
    flex-direction: column;
    gap: 1rem;
  }
}
.menu-banner-cta .biryani-button, .menu-banner-cta .biryani-button2 {
  padding: 0.8rem 1.8rem;
  font-size: 1rem;
}

.menu-banner-image {
  flex: 1;
  position: relative;
}
.menu-banner-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: perspective(1000px) rotateY(-10deg);
  transition: transform 0.3s ease;
}
.menu-banner-image img:hover {
  transform: perspective(1000px) rotateY(-5deg);
}
@media (max-width: 768px) {
  .menu-banner-image img {
    max-width: 100%;
    transform: none;
  }
  .menu-banner-image img:hover {
    transform: none;
  }
}
.menu-banner-image .floating-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #e74c3c;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
  animation: pulse 2s infinite;
}
.menu-banner-image .floating-badge span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.menu-banner-image .floating-badge small {
  font-size: 0.7rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .menu-banner-image .floating-badge {
    width: 70px;
    height: 70px;
    right: 10px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.biryani-button, .biryani-button2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
}
.biryani-button .saffron-strand, .biryani-button2 .saffron-strand {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #FF9933, #FF9933);
  opacity: 0.8;
}
.biryani-button .saffron-strand:nth-child(1), .biryani-button2 .saffron-strand:nth-child(1) {
  top: 0;
}
.biryani-button .saffron-strand:nth-child(2), .biryani-button2 .saffron-strand:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.biryani-button .saffron-strand:nth-child(3), .biryani-button2 .saffron-strand:nth-child(3) {
  bottom: 0;
}

.biryani-button {
  background-color: #e74c3c;
  color: white;
}
.biryani-button:hover {
  background-color: #c0392b;
  transform: translateY(-2px);
}

.biryani-button2 {
  background-color: white;
  color: #ffffff;
  border: 2px solid #e74c3c;
}
.biryani-button2:hover {
  background-color: #f8f8f8;
  transform: translateY(-2px);
}

#images {
  padding: 2rem 0;
  background-color: #f9f9f9;
}

.images-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.images-container img {
  flex: 1 1 calc(25% - 1rem);
  min-width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.images-container img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .images-container img {
    flex: 1 1 calc(50% - 1rem);
    height: 180px;
  }
}
@media (max-width: 480px) {
  .images-container img {
    flex: 1 1 100%;
    height: 220px;
  }
}
.about-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/assets/images/backgrounds/bg3.webp");
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.about-hero .hero-overlay {
  width: 100%;
  text-align: center;
  color: white;
  padding: 0 20px;
}
.about-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Delius", cursive;
}
.about-hero .subtitle {
  font-size: 1rem;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
}

.about-content {
  padding: 5rem 0;
  background-color: #f9f5f0;
  font-family: "Poppins", sans-serif;
}
.about-content .container {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.about-content .about-text {
  flex: 1;
}
.about-content .about-text h2 {
  color: #E25822;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-family: "Delius", cursive;
  position: relative;
}
.about-content .about-text h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #E25822;
}
.about-content .about-text p {
  font-size: 0.78rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
}
.about-content .about-image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-content .about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.about-content .about-image img:hover {
  transform: scale(1.03);
}

.testimonials {
  padding: 5rem 0;
  background-color: white;
  font-family: "Poppins", sans-serif;
}
.testimonials h2 {
  text-align: center;
  color: #E25822;
  font-size: 2rem;
  margin-bottom: 3rem;
  font-family: "Delius", cursive;
  position: relative;
}
.testimonials h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #E25822;
}
.testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.testimonials .testimonial-card {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}
.testimonials .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.testimonials .rating {
  color: #FFD700;
  margin-bottom: 1rem;
}
.testimonials .quote {
  font-style: italic;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 0.8rem;
}
.testimonials .quote:before {
  content: '"';
  font-size: 3rem;
  color: #e8d9c5;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
}
.testimonials .guest {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials .guest img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .name {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.2rem;
}
.testimonials .location {
  font-size: 0.9rem;
  color: #777;
}

@media (max-width: 768px) {
  .about-hero {
    height: 50vh;
    padding-top: 5rem;
  }
  .about-hero h1 {
    font-size: 2.5rem;
  }
  .about-content .container {
    flex-direction: column;
    gap: 2rem;
  }
  .about-image {
    order: -1;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
/* Menu Hero Section */
.menu-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/assets/images/backgrounds/bg5.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  color: white;
}
.menu-hero .hero-overlay {
  width: 100%;
  padding: 0 20px;
}
.menu-hero .container {
  max-width: 1200px;
  margin: 0 auto;
}
.menu-hero h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInDown 1s ease;
  font-family: "Delius", cursive;
}
@media (max-width: 768px) {
  .menu-hero h1 {
    font-size: 2.5rem;
  }
}
.menu-hero .subtitle {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 2.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  animation: fadeIn 1.5s ease;
}
@media (max-width: 768px) {
  .menu-hero .subtitle {
    font-size: 1.3rem;
  }
}
.menu-hero .hero-buttons {
  display: none;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .menu-hero .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.menu-hero .hero-button {
  background-color: rgba(226, 88, 34, 0.8);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.menu-hero .hero-button:hover {
  background-color: #e25822;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .menu-hero .hero-button {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-content {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 2rem;
  font-family: "Poppins", sans-serif;
}

.menu-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
  justify-content: center;
}

.category-btn {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}

.category-btn:hover, .category-btn.active {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
  border-color: #e67e22;
}

.menu-items-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .menu-items-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-category-title {
  grid-column: 1/-1;
  text-align: center;
  margin-bottom: 2rem;
  color: #d35400;
  font-size: 2rem;
  position: relative;
}

.menu-category-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #f39c12;
}

.menu-item {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.menu-item-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.menu-item-price {
  font-weight: 700;
  color: #e67e22;
  font-size: 1.1rem;
}

.menu-item-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

.no-items {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem;
  color: #666;
  font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .menu-hero h1 {
    font-size: 2.5rem;
  }
  .menu-hero .subtitle {
    font-size: 1.1rem;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-button {
    width: 100%;
    max-width: 250px;
    margin-bottom: 0.5rem;
  }
}
.food-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/assets/images/backgrounds/bg6.webp") no-repeat center center;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .food-hero {
    height: 90vh;
  }
}

.hero-content {
  max-width: 800px;
  z-index: 2;
}
.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Delius", cursive;
}
.hero-content p {
  font-size: 1rem;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: "Poppins", sans-serif;
}

.food-gallery {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.section-title h2 {
  font-size: 2rem;
  color: #333;
  display: inline-block;
  padding-bottom: 10px;
  font-family: "Delius", cursive;
}

.section-title h2:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #ff7720;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

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

.food-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .food-caption {
  transform: translateY(0);
}

.food-caption h3 {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.food-description {
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.food-description h2 {
  font-family: "Delius", cursive;
}

.food-description p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 0.8rem;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .gallery-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.contact-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/assets/images/backgrounds/bg2.webp");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 8rem 2rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.contact-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: "Delius", cursive;
}
.contact-hero p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.contact-content {
  display: flex;
  max-width: 1200px;
  margin: 5rem auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

.map-section, .info-section {
  flex: 1;
  padding: 3rem;
}

.map-section {
  background: #f9f9f9;
}

.map-container {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

.info-section {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
.info-section h2 {
  font-size: 2rem;
  color: #d35400;
  margin-bottom: 2rem;
  position: relative;
  font-family: "Delius", cursive;
}
.info-section h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #f39c12;
}

.contact-info {
  margin-bottom: 2.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.contact-details h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: #333;
}

.contact-details a, .contact-details p {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-details a:hover {
  color: #e67e22;
}

.social-section h3 {
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  color: #666;
  transition: all 0.3s;
}
.social-link:hover {
  background: #e67e22;
  color: white;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }
  .contact-hero h1 {
    font-size: 2rem;
  }
  .contact-hero p {
    font-size: 1rem;
  }
}
.biryani-footer {
  background-color: #f9f5f0;
  color: #333;
  font-family: "Poppins", sans-serif;
  padding: 2rem 0 0;
  border-top: 1px solid #e8d9c5;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.footer-section {
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
}
.footer-section h3 {
  color: #E25822;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.footer-section h4 {
  color: #E25822;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.footer-section p {
  margin: 0.5rem 0;
  line-height: 1.5;
  color: #555;
}

.social-icons {
  margin-top: 1rem;
}
.social-icons a {
  color: #E25822;
  font-size: 0.9rem;
  margin-right: 1rem;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: rgba(226, 88, 34, 0.3882352941);
}

.footer-bottom {
  background-color: #e8d9c5;
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 2rem;
}

.legal-links {
  margin-bottom: 0.5rem;
}
.legal-links a {
  color: #777;
  margin: 0 0.3rem;
  text-decoration: none;
  transition: color 0.3s;
}
.legal-links a:hover {
  color: #E25822;
}

.powered-by {
  font-size: 0.8rem;
  color: #777;
  margin-top: 0.5rem;
}
.powered-by a {
  color: #E25822;
  text-decoration: none;
}

.location-link {
  color: #555;
  text-decoration: none;
  transition: color 0.3s;
}
.location-link:hover {
  color: #E25822;
}

.footer-logo {
  margin-bottom: 1rem;
  width: 10rem;
  height: 10rem;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-section {
    text-align: center;
  }
  .hours-table-container {
    display: flex;
    justify-content: center;
  }
  .social-icons {
    justify-content: center;
  }
  .footer-bottom {
    padding: 1rem 0.5rem;
  }
}
/* Policy Pages Styling */
.policy-header {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.policy-header .header-image {
  width: 100%;
  height: 100%;
}

.policy-header .header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
}

.policy-header .header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
}

.policy-header .header-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.policy-content {
  padding: 2rem 0;
}

.policy-content .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.policy-content .intro-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #f9f9f9;
  border-left: 4px solid #e67e22;
}

.policy-section {
  margin-bottom: 2.5rem;
}

.policy-section h2 {
  color: #e67e22;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.policy-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.policy-section ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.policy-section ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.policy-section address {
  font-style: normal;
  margin: 1rem 0;
}

.policy-section address a {
  color: #e67e22;
  text-decoration: none;
}

.policy-section address a:hover {
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .policy-header {
    height: 250px;
  }
  .policy-header .header-content h1 {
    font-size: 2.2rem;
  }
  .policy-content .intro-text {
    font-size: 1rem;
  }
  .policy-section h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .policy-header {
    height: 200px;
  }
  .policy-header .header-content h1 {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */