/* Custom styles */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

.logo {
  max-width: 150px;
}
.topbar {
  background-color: #cc9832;
}
/* Sidebar */
.sidebar {
  width: 250px;
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1); 
  top: 0;
  left: -250px;
  height: 100%;
  background-color: #f8f9fa;
  padding-top: 20px;
  transition: left 0.3s;
  z-index: 999;
}

.sidebar.open {
  left: 0;
}

.sidebar a {
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: #495057;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  background-color: #cc9832;
  color: #ffffff;
}

.sidebar .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

/* Main content */
.main-content {
  transition: margin-left 0.3s;
  padding: 16px;
}

/* Topbar */
.topbar {
  background-color: #cc9832;
  padding: 4px 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  align-items: center;
}

.topbar .nav-link {
  color: #333;
  font-size: 16px;
  margin-left: 15px;
  transition: 0.3s;
}

.topbar .nav-link:hover {
  color: #007bff;
}

/* Navbar */
.navbar {
  background-color: #ffffff;
  padding: 4px 20px;
  /* border-bottom: 2px solid #eee; */

}
.navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #cc9832;
  z-index: 20;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);

}
.navbar .icon-btn {
  font-size: 24px;
  color: #333;
  background: none;
  border: none;
  padding: 5px;
  transition: 0.3s;
}
.booking_form {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #040b1196;
  width: 100%;
  min-height: 200px;
}
.navbar .icon-btn:hover {
  color: #007bff;
}
.main-heading {
  font-size: 40px;
  color: #f8f9fa;
}
/* Booking Section with Background Image */
.booking-form-section {
  position: relative;
}
.booking-form-section .occasianimg {
  /* position: absolute;  */
}

.badge {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #dc3545;
  color: #ffffff;
  border-radius: 50%;
  padding: 3px 6px;
}

/* Header text */
.header-text {
  text-align: center;
  margin-top: 20px;
}

.header-text h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.carousel-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.owl-carousel .item {
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.owl-carousel .item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.owl-carousel .item p {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  font-weight: 500;
}

.owl-carousel .item:hover img {
  transform: scale(1.05);
}

/* Custom Arrow Styling */
.owl-nav {
  margin-top: 0 !important;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(232, 186, 35, 0.911) !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 20px;
  transition: background 0.3s;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.owl-nav button.owl-prev {
  left: -30px;
}

.owl-nav button.owl-next {
  right: -30px;
}

/* Dots Styling */
.owl-dots {
  margin-top: 15px;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  /* background-color: #ddd; */
  border-radius: 50%;
  margin: 5px;
  transition: background 0.3s ease;
}

.owl-dots .owl-dot.active {
  /* color: #000; */
  width: 20px;
  border-radius: 20px;
  background-color: #000;
}

.new-restaurant {
  position: relative;
}
.new-restaurant .overlayDetails {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #f8f9faad;
  padding: 10px 0px;
  transition: 0.6s all;
}
.new-restaurant .overlayDetails:hover {
  padding: 20px 0px;
  background-color: #f8f9fad8;
}
button[data-bs-toggle="collapse"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bg-success {
  background-color: #cc9832 !important;
}
.restorant {
  position: relative;
}
.restorant .mynrestorent-info {
  position: absolute;
  bottom: 0;
  background-color: #f8f9faae;
  text-align: center;
  width: 100%;
  padding: 50px 0px;
}
.custom-footer {
  background: linear-gradient(to right, #1a1a1a, #000);
  color: #ccc;
  padding: 50px 0;
  font-size: 16px;
}

.custom-footer .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.custom-footer .footer-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #cc9832;
  margin-top: 8px;
  transition: width 0.3s ease;
}

.custom-footer .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer .footer-list li {
  margin-bottom: 12px;
}

.custom-footer .footer-list a {
  color: #bbb;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: block;
}

.custom-footer .footer-list a:hover {
  color: #fff;
  padding-left: 8px;
}

.custom-footer .footer-social-icons {
  margin-top: 20px;
}

.custom-footer .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  color: #bbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-footer .social-icon:hover {
  background-color: #cc9832;
  color: #fff;
}

.custom-footer .footer-subtitle {
  color: #eee;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.custom-footer .footer-cities {
  color: #999;
  font-size: 16px;
  line-height: 1.6;
}

.custom-footer .footer-divider {
  border-top: 1px solid #444;
  margin: 30px 0;
}

.custom-footer .footer-copyright {
  font-size: 14px;
  color: #777;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .custom-footer .footer-title {
    font-size: 18px;
  }

  .custom-footer .footer-list a {
    font-size: 14px;
  }

  .custom-footer .footer-cities {
    font-size: 14px;
  }

  .custom-footer .social-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .custom-footer .footer-copyright {
    font-size: 12px;
  }
}

/* select recipi */
.select_recipe__container .pn-ProductNav_Wrapper {
  position: sticky;
  top: 65px;
  left: 0;
  width: 100%;
  background-color: #f8f9fa;
  z-index: 10;
  padding: 20px 0;
}

.select_recipe__container .pn-ProductNav {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0px 40px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  background-color: #f8f9fa;
  border-radius: 20px;
}

.select_recipe__container .pn-ProductNav::-webkit-scrollbar {
  height: 5px;
}

.select_recipe__container .pn-ProductNav::-webkit-scrollbar-thumb {
  background-color: #ff6600;
  border-radius: 10px;
}

.select_recipe__container .pn-ProductNav_Contents {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.select_recipe__container .pn-ProductNav_Contents::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.select_recipe__container .pn-ProductNav_Link {
  padding: 8px 15px;
  border-radius: 15px;
  background-color: rgb(208, 225, 240);
  color: #333;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.select_recipe__container .pn-ProductNav_Link:hover {
  border-bottom: 2px solid #ff6600a2;
}

.select_recipe__container .pn-ProductNav_Link[aria-selected="true"] {
  color: #ff6600;
  border-bottom: 2px solid #ff6600;
}

/* Left and right scroll buttons */
.select_recipe__container .pn-Advancer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.select_recipe__container .pn-Advancer_Left {
  left: 0px;
}

.select_recipe__container .pn-Advancer_Right {
  right: 0px;
}

.select_recipe__container .pn-Advancer_Icon {
  width: 20px;
  height: 25px;
  fill: #333;
  font-size: 10px;
}

.select_recipe__container .cat-hash-link {
  scroll-margin-top: 120px;
}
.select_recipe__container .heading {
  font-size: 20px;
  font-weight: 500;
}
.select_recipe__container .recipe-name h3 {
  font-size: 19px;
}
.btn-outline-primary {
  border-color: #cc9832;
  color: #cc9832;
}
.btn-outline-primary:hover {
  background-color: #cc9832;
  border-color: #cc9832;
}
.btn-primary {
  background-color: #cc9832;

  border-color: #cc9832;
  /* color: #cc9832; */
}
.btn-primary:hover{
  background-color: #cc9832 !important;
  color: #000 !important;
  border-color: #000 !important;
}
/* checkout page css */
  /* Better Card Shadow */
  .checkout .card {
    transition: all 0.3s ease;
    background-color: #ffffff;
    /* border: 1px solid  #cc9832 !important; */
}

.checkout .card h4 {
    font-size: 18px;
    font-weight: 500;
}

.checkout .card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); */
}

/* Custom Inputs */
.checkout .custom-input {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    transition: border-color 0.3s;
}

.checkout .custom-input:focus {
    border-color: #cc9832;
    box-shadow: none;
}

/* Custom Radio Buttons */
.checkout .custom-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #cc9832;
    accent-color: #cc9832 !important;
}

.checkout .text-primary {
    color: #cc9832 !important;
}

/* end check out page css  */
/* cart page css  */
.cart-view {
  /* background-color: #fff; */
  border-radius: 12px;
  /* overflow: hidden; */
}

.cart-view .table th {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #cc9832;
  color: #fff;
}

.cart-view .item-img img {
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 8px;
}

.cart-view input[type="text"] {
  font-size: 14px;
  font-weight: 500;
}

.cart-view .fa-trash-can {
  cursor: pointer;
  transition: color 0.2s ease;
}

.cart-view .fa-trash-can:hover {
  color: #dc3545;
}
/* cart page css end  */
/* start registration form css  */
.register .card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: transform 0.3s ease;
  border-color: #cc9832;
}


.register h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.register .form-label {
  font-size: 16px;
  font-weight: 500;
  color: #555;
}

.register .form-control {
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  border: 1px solid #ddd;
  transition: border-color 0.3s ease;
}

.register .form-control:focus {
  border-color:#cc9832;
  box-shadow: 0px 4px 12px rgba(108, 99, 255, 0.2);
  outline: none;
}

.register .btn-primary {
  padding: 14px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  font-size: 16px;
  font-weight: 600;
}



.register .text-muted {
  font-size: 14px;
  color: #777;
}

.register .link-primary {
  text-decoration: none;
  font-weight: 500;
}

.register .link-primary:hover {
  text-decoration: underline;
}
/* end registration form css  */
/* Parent class to scope all styles to this page */
.login-page {
  background-color: #f4f4f9;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #333;
}

.login-page .login-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 1px solid;
  border-color: #cc9832;
}

.login-page .login-card h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 24px;
  text-align: center;
}

.login-page .form-control {
  border-radius: 12px;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  transition: border-color 0.3s ease;
}

.login-page .form-control:focus {
  border-color: #cc9832;
  box-shadow: 0px 4px 10px rgba(0, 123, 255, 0.2);
}

.login-page .btn-primary {
  border: none;
  padding: 12px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  font-size: 16px;
  font-weight: 500;
}

.login-page .forgot-password {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.login-page .forgot-password:hover {
  color: #cc9832;
}

.login-page .login-options {
  text-align: center;
  margin-top: 20px;
}

.login-page .login-options a {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
}

.login-page .login-options a:hover {
  color: #0056b3;
}

.login-page .error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
/* end login page css */
.custom-dropdown-btn {
  /* background-color: #f8f9fa; */
  color: #333;
  /* border: 1px solid #ccc; */
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  border: none;
}

.custom-dropdown-btn:hover {
  /* background-color: #e9ecef; */
  color: #000;
}

.custom-dropdown-menu {
  border: none;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  border-radius: 12px;
  min-width: 150px;
  overflow: hidden;
}

.custom-dropdown-item {
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  transition: background-color 0.3s ease;
}

.custom-dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
}
