/* ===== Dropdown Styling (desktop only) ===== */
.navigation .navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navigation .navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    min-width: 180px;
    padding: 0;
    margin-top: 0 !important;     /* remove gap below Menu */
    top: 100%;                    /* align just below the Menu item */

    list-style: none;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.navigation .navbar-nav .dropdown-menu li a {
    color: #333;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.navigation .navbar-nav .dropdown-menu li a:hover {
    background: #9b0000;
    color: #fff;
}
 
/* Mobile menu dropdown styles */
.rmenu_list .submenu {
    display: none;
    background: rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.rmenu_list li.open > .submenu {
    display: block;
}

.rmenu_list .submenu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

.rmenu_list .submenu li a:hover {
    background: rgba(255,255,255,0.15);
}



html, body, p, a, li, ul, ol, span, div,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
}

#map {
  width: 100%;
  height: 400px;
  display: block;
}


.footer-info {
  background: #f4a024;          /* yellow background */
  color: #fff;                  /* white text */
  padding: 50px 0;
  margin-bottom: 0 !important;  /* remove gap below yellow */
  border-bottom: none;          /* no border under yellow section */
}

 
.footer-info .container,
.footer-info .row {
  background: transparent;
}

/* 📝 Headings */
.footer_ttl {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;                  
}

/* 📝 Paragraph text */
.footer_txt {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;                   
}

/* ⏰ Working Hours Row */
.week_row {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px 0;
}

/* Day text (left) */
.week_day {
  flex: 0 0 auto;
  min-width: 90px;               
  text-align: left;
}

/* Dotted line (middle) */
.week_line {
  flex: 1 1 auto;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  margin: 0 8px;
  height: 0;                   
}

/* Time text (right) */
.week_time {
  flex: 0 0 auto;
  text-align: right;
}

/* 📞 Contact Section */
.footer_cnt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;                   
}

.footer_cnt i {
  color: #fff;                  
  font-size: 16px;
}


.footer-bottom {
  background: #9b0000;          
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin-top: 0 !important;     
  border-top: none;
}


@media (max-width: 768px) {
  .week_row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile menu dropdown styles */
.rmenu_list .submenu {
    display: none;
    background: rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.rmenu_list li.open > .submenu {
    display: block;
}

.rmenu_list .submenu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

.rmenu_list .submenu li a:hover {
    background: rgba(255,255,255,0.15);
}

/* ===== About Section Styles ===== */
.about-section {
  background: linear-gradient(135deg, #f4a024 0%, #ffb347 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Decorative shapes */
.about-section::before,
.about-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
}
.about-section::before {
  width: 250px;
  height: 250px;
  top: -80px;
  left: -80px;
}
.about-section::after {
  width: 300px;
  height: 300px;
  bottom: -100px;
  right: -100px;
}

/* Content */
.about-content {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  backdrop-filter: blur(5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-title {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #fff;
  position: relative;
}

.about-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #fff;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

.about-text {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 0;
}

/* Image Styles */
.about-image-wrapper {
  position: relative;
  z-index: 2;
  padding: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: inline-block;
}

.about-img {
  max-width: 100%;
  border-radius: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Responsive */
@media (max-width: 991px) {
  .about-title {
    font-size: 32px;
    text-align: center;
  }

  .about-text {
    font-size: 16px;
    text-align: center;
  }

  .about-image-wrapper {
    margin-top: 30px;
  }
}

/* ===== Get In Touch Section ===== */
.contact-section {
  position: relative;
  background: url('../img/bg-story.webp') center/cover no-repeat fixed;
  padding: 100px 0;
  overflow: hidden;
}

/* Dark overlay to make text pop */
.contact-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Contact Box */
.contact-box {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #f4a024 0%, #ffb347 100%);
  padding: 40px 35px;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.contact-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.contact-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 8px auto 0;
  border-radius: 2px;
}

/* Form Fields */
.contact-box .form-control {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  padding: 10px 5px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.contact-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact-box .form-control:focus {
  border-bottom-color: #fff;
  outline: none;
}

/* Button */
.contact-btn {
  background: #9b0000;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.contact-btn:hover {
  background: #7a0000;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0;
    background-attachment: scroll;
  }

  .contact-box {
    padding: 30px 20px;
  }

  .contact-title {
    font-size: 28px;
  }
}

/* ===== Gallery Section Styles ===== */
#photos {
  padding: 80px 0;
  background: #fffef9;
}

/* Title Styling */
#photos .section-title {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #9b0000;
  position: relative;
}

#photos .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #f4a024;
  margin: 12px auto 0;
  border-radius: 3px;
}

/* Gallery Items */
#photo_gallery .item {
  margin-bottom: 30px;
  overflow: hidden;
}

#photo_gallery .content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#photo_gallery .content img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}

/* Hover zoom effect */
#photo_gallery .content:hover img {
  transform: scale(1.08);
}

#photo_gallery .content:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Zoom Icon Overlay */
#photo_gallery .zoom {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease;
  border-radius: 15px;
}

#photo_gallery .content:hover .zoom {
  opacity: 1;
}

.zoom_icon {
  color: #fff;
  font-size: 28px;
  background: rgba(244, 160, 36, 0.9);
  padding: 12px 15px;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
}

.zoom_icon:hover {
  background: #f4a024;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 767px) {
  #photos .section-title {
    font-size: 32px;
  }
}

/* ===== Remove gap between gallery and map ===== */
#photos {
  margin-bottom: 0 !important;
  padding-bottom: 50px; /* keep some breathing room */
}

#contact {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.footer-info {
  margin-top: 0 !important;
}

/* ===== Map Section Styles ===== */
.map-section {
  width: 100%;
  height: 450px;
  border-top: 5px solid #f4a024;
  border-bottom: 5px solid #f4a024;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}


/* ===== Social Links in Footer ===== */
.social-links {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover Effects by Platform */
.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.social-icon.fb:hover {
  background: #1877f2;   /* Facebook blue */
}

.social-icon.tw:hover {
  background: #000;      /* Twitter(X) black */
}

.social-icon.ig:hover {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

/* ===== Fix vertical separator height in footer ===== */
.footer-info .row > div {
  position: relative;
}

/* Add vertical separators between columns */
.footer-info .row > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;                  /* full height of column */
  background: rgba(255, 255, 255, 0.5);
}

/* Adjust for smaller screens (hide separators) */
@media (max-width: 767px) {
  .footer-info .row > div::after {
    display: none;
  }
}


/* ===== Dropdown Styling (Desktop) ===== */
 /* ===========================
   Dropdown Styling (Desktop)
   =========================== */
 /* ===========================
   Dropdown Styling (Desktop)
   with Fade + Slide Animation
   =========================== */

/* Show dropdown when hovering on parent or dropdown itself */
.navigation .navbar-nav li.dropdown:hover > .dropdown-menu,
.navigation .navbar-nav .dropdown-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);          /* slide back to original spot */
}

/* Dropdown container box */
.navigation .navbar-nav .dropdown-menu {
  display: none;                      /* hidden by default */
  position: absolute;
  top: 100%;                           /* sits right below Menu link */
  left: 0;
  background: #ffffff;                 /* white background */
  min-width: 200px;                    /* width of dropdown box */
  padding: 8px 0;
  margin: 0;                            /* remove any gap */
  list-style: none;
  z-index: 9999;                        /* always on top */
  border-radius: 6px;                   /* rounded corners */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);

  /* animation initial state */
  opacity: 0;                           /* start invisible */
  visibility: hidden;                   /* keep hidden for accessibility */
  transform: translateY(15px);          /* slight slide-down offset */
  transition: all 0.35s ease;           /* smooth fade + slide */
}

/* Dropdown list items */
.navigation .navbar-nav .dropdown-menu li a {
  display: block;
  color: #333333;                        /* text color */
  font-size: 15px;
  padding: 10px 18px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;                   /* prevent text wrapping */
  transition: all 0.3s ease;              /* smooth hover effects */
}

/* Hover effect on dropdown links */
.navigation .navbar-nav .dropdown-menu li a:hover {
  background: #9b0000;                    /* red background */
  color: #ffffff;                          /* white text */
  padding-left: 22px;                       /* slide effect on hover */
}

/* Add caret arrow spacing after Menu */
.navigation .navbar-nav .dropdown-toggle::after {
  margin-left: 6px;
}


/* Mobile menu dropdown */
.rmenu_list .submenu {
  display: none;
  background: rgba(0,0,0,0.08);
  list-style: none;
  margin: 0;
  padding-left: 20px;
  border-radius: 4px;
}

.rmenu_list li.open > .submenu {
  display: block;
}

.rmenu_list .submenu li a {
  display: block;
  padding: 10px 18px;
  color: #fff;
  text-decoration: none;
}

.rmenu_list .submenu li a:hover {
  background: rgba(255,255,255,0.2);
}

/* Adjust dropdown for small screens */
@media (max-width: 768px) {
  .navigation .navbar-nav .dropdown-menu {
    position: static;
    transform: none;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
  }
}

/* ===== Our Food Intro Section ===== */
.our-food-intro {
  padding: 80px 0;
  background: linear-gradient(180deg, #fffef9 0%, #fff4e0 100%);
}

.our-food-title {
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9b0000;              /* brand red */
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 1px;
}

.our-food-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #f4a024;         /* brand yellow */
  margin: 12px auto 0;
  border-radius: 2px;
}

.our-food-card {
  max-width: 850px;
  margin: 0 auto;
  background: #fff;            /* white card */
  padding: 30px 35px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.our-food-text {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .our-food-title {
    font-size: 34px;
  }
  .our-food-card {
    padding: 20px;
  }
  .our-food-text {
    font-size: 16px;
  }
}

.pizza_menu_price{
  text-align:center; 
  font-weight:600; 
  font-size:18px; 
  margin:10px 0; 
  color:#000;
}