/* PizzaLine Custom Colors - Pizza Theme */
/* Main color palette: Red (#dc3545), Green (#28a745), Orange (#ff6b35) */

.heading_container h2 span {
  color: #dc3545 !important; /* Pizza red */
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, 
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ff6b35 !important; /* Pizza orange */
}

.custom_nav-container .nav_search-btn:hover {
  color: #ff6b35 !important;
}

.user_option a {
  color: #ffffff;
}

.user_option a:hover {
  color: #ff6b35 !important;
}

.user_link:hover svg,
.cart_link:hover svg {
  fill: #ff6b35 !important;
}

.order_online {
  display: inline-block;
  padding: 10px 45px;
  background-color: #dc3545 !important; /* Red button */
  color: #ffffff !important;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-left: 15px;
}

.order_online:hover {
  background-color: #c82333 !important; /* Darker red on hover */
  color: #ffffff !important;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #dc3545 !important;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: #28a745 !important; /* Green on hover */
}

.offer_section .detail-box h6 span {
  color: #dc3545 !important;
}

.food_section .filters_menu li.active,
.food_section .filters_menu li:hover {
  color: #ffffff;
  background-color: #dc3545 !important;
}

.food_section .box .options h6 {
  color: #dc3545 !important;
  font-weight: bold;
}

.food_section .box:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(220, 53, 69, 0.3);
  box-shadow: 0 0 25px 0 rgba(220, 53, 69, 0.3);
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #dc3545 !important;
  color: #ffffff;
  border-radius: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.food_section .btn-box a:hover {
  background-color: #28a745 !important;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #dc3545 !important;
  color: #ffffff;
  border-radius: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.about_section .detail-box a:hover {
  background-color: #28a745 !important;
}

.book_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #dc3545 !important;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}

.book_section .form_container button:hover {
  background-color: #28a745 !important;
}

.footer_section {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 75px 0 25px 0;
}

.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #ff6b35;
}

.footer_section .footer-logo {
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  font-size: 32px;
  color: #ff6b35 !important;
}

.footer_section .footer_social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #dc3545;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_section .footer_social a:hover {
  background-color: #28a745;
}

.carousel-indicators li {
  background-color: #dc3545 !important;
}

.carousel-indicators li.active {
  background-color: #ff6b35 !important;
}

/* Custom heading styles for pizza theme */
h1, h2 {
  font-family: 'Dancing Script', cursive;
  color: #1a1a1a;
}

.heading_container.psudo_white_primary h2::before {
  background-color: #dc3545 !important;
}

/* Ensure proper spacing and visibility */
.navbar-brand span {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
