:root {
  --primary-color: #ec1a23;
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --tertiary-font: "Caveat", cursive;
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --light: #f8f9fc;
  --sk-header-height: 90px;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
span {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--primary-font);

}

.heading_text{
  
}

.heading-text h3{
  margin-left: -44px;
  font-size: 30px;
  font-weight: 700;
}


.iconify-icon {
  line-height: 10px !important;
  vertical-align: middle;
}


.order-button {
  font-family: var(--primary-font);
  background: var(--primary-color);
  padding: 11px 15px;
  border-radius: 10px;
  color: #fff;
}

.order-button iconify-icon {
  font-size: 20px;
}

.order-button:hover {
  color: #fff;
}

/* Sticky Header */
header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background-color: #fff;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

header.is-scrolled {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

#sk-navbar {
  min-height: var(--sk-header-height);
  background-color: inherit;
}

/* SK Navbar */
#sk-navbar .navbar-nav li {
  padding: 0 12px;
}

#sk-navbar .navbar-nav li a {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

#sk-navbar .button-nav {
  display: flex;
  align-items: center;
  margin-top: -8px;
}

#sk-navbar .navbar-nav .order-button {
  color: #fff;
}

#sk-navbar .navbar-toggler:focus {
  box-shadow: none;
}

#sk-navbar .navbar-toggler iconify-icon {
  font-size: 30px;
}

/* Sidebar Styles */
.sk-sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100vh;
  background: #fff;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  z-index: 1050;
  padding: 60px 20px 20px;
}

.sk-sidebar.active {
  left: 0;
}

.sk-sidebar ul {
  list-style: none;
  padding: 0;
}

.sk-sidebar ul li {
  margin: 15px 0;
}

.sk-sidebar ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  display: block;
  transition: 0.3s;
}

.sk-sidebar ul li a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

.sk-sidebar ul li .order-button {
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  display: block;
  transition: 0.3s;
  max-width: 180px;
}


/* Overlay */
.sk-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1040;
}

.sk-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sk-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

.sk-sidebar a img {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}







/* Nav Bar End */

.sticky-welcome {
  position: sticky;
  top: calc(var(--sk-header-height) + 15px);
  z-index: 100;
  background-color: #fff;
  padding: 18px 20px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

.sticky-welcome h3 {
  font-size: 28px;
}

.sticky-welcome p {
  margin-top: 6px;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  :root {
    --sk-header-height: 72px;
  }

  .sticky-welcome {
    top: calc(var(--sk-header-height) + 10px);
    border-radius: 14px;
    padding: 15px;
  }
}

/* Hero Banner Start */


/* Custom Arrows */
/* .slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
} */
/* 
.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
} */

/* Dot Navigation Styling Fix */
.slick-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  background: #ddd;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background: var(--primary-color);
}

.banners .slider-content img {
  width: 100%;
}

/* Hero Banner End Here */

/* Business Details Start Here */
#business_details {
  margin-top: 25px;
  margin-bottom: 68px;
}

#business_details .heading_text {
  text-align: center;
}

#business_details .heading_text h3 {
  font-family: var(--tertiary-font);
  font-weight: 400;
  font-size: 13px;
  color: #1a1a1a;
  margin-bottom: 0;
}

#business_details .heading_text p {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  color: #383838;
  margin: 6px 0 47px 0;
}

#business_details .heading_text h3 span {
  color: var(--primary-color);
}

.business-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.business-slider div {
  margin: 0 10px;
  max-width: 200px;
}

.business-slider .slick-slide img {
  max-width: 500px;
  margin: auto;
  transition: all 0.3s ease;
  transform: scale(0.8);
  opacity: 0.5;
  cursor: pointer;
}

.business-slider .slick-center img {
  transform: scale(1);
  opacity: 1;
}

/* Business Details End Here */

/* Menu Start Here */
#menu {
  margin-bottom: 72px;
}

#menu .heading .heading_text .main_heading h3 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 50px;
  color: #1a1a1a;
}

#menu .heading .heading_text .main_heading h3 span {
  color: var(--primary-color);
}

#menu .heading .heading_text .main_heading {
  position: relative;
}

#menu .heading .heading_text .main_heading .icon {
  position: absolute;
  top: -10px;
  left: -5px;
}

#menu .heading .heading_text .main_heading p {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  color: #383838;
}

#menu .contents {
  margin-top: 45px;
}

.menu-item {
  display: flex;
}

/* .menuHover a {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 10px;
  background: var(--primary-color);
  padding: 7px 15px;
  border-radius: 10px;
  color: #fff;
  font-family: var(--primary-font);
} */

.menu-item .food-card {
  width: 300px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.menu-item .food-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.menu-item .food-card img {
  width: 260px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px;
}

.menu-item .food-title {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 10px 0 5px;
}

.menu-item .food-desc {
  font-size: 14px;
  font-family: var(--primary-font);
  color: #777;
  margin-bottom: 15px;
}

/* Price & Button row */
.menu-item .price-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.menu-item .price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.menu-item .btn-cart {
  background: var(--primary-color);
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.menu-item .btn-cart:hover {
  background: #e68900;
  transform: scale(1.05);
}

/* ===== Delivery / Take Away Toggle ===== */
.wrapperToggler {
  width: max-content;
  margin: auto;
}

.delivery-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  gap: 0;
  border-radius: 25px;
  overflow: hidden;
  border: 1.5px solid var(--primary-color);
}

.delivery-toggle .toggle-btn {
  display: inline-block;
  padding: 10px 25px;
  font-family: var(--primary-font);
  font-weight: 600;
  color: #111;
  transition: 0.3s;
  text-decoration: none;
}

.delivery-toggle .toggle-btn:last-child {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.delivery-toggle .toggle-btn.active {
  background: var(--primary-color);
  color: #fff;
}

/* ===== Search + Sort Section ===== */

.menu-filter-section {
  width: 100%;
}

.menu-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

/* Search Box */
.menu-search-box {
  position: relative;
}

.menu-search-box input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  border-radius: 0;
  font-family: var(--primary-font);
  font-size: 15px;
  transition: border-color 0.3s ease;
  box-shadow: none;
}

.menu-search-box input:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

/* Search Icon (desktop hidden) */
.menu-search-icon {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.menu-search-icon:hover {
  background: #c4161c;
}



.menu-sort select {
  padding: 8px 12px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.3s ease;
}

.menu-sort select:focus {
  outline: none;
  border-color: var(--primary-color);
}


/* Menu End Here */

/* Happy Customer Start Here */
#happy_customer {
  padding: 80px 0;
}

#happy_customer .heading_text h3 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 50px;
  color: #1a1a1a;
}

#happy_customer .heading_text span {
  color: var(--primary-color);
}

#happy_customer .heading_text p {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  color: #383838;
  margin-bottom: 40px;
}

/* Modified Grid Styles for Smaller Images */
#happy_customer .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 140px;
  grid-auto-flow: dense;
}

#happy_customer .grid-wrapper>div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#happy_customer .grid-wrapper>div:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#happy_customer .tall {
  grid-row: span 2;
}

#happy_customer .wide {
  grid-column: span 2;
}

#happy_customer .grid-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

#happy_customer .grid-wrapper>div:hover img {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-content {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-text {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .image-container {
    margin-left: 0;
  }

  #happy_customer .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 120px;
  }
}

@media (max-width: 480px) {
  #happy_customer .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-auto-rows: 100px;
  }

  #happy_customer .wide {
    grid-column: span 1;
  }
}

/* Happy Customer End Here */

/* footer Start Here */
#footer {
  background: #00101d;
  height: auto;
}

#footer .content {
  padding: 87px 0 80px 0;
}

#footer .left-row p {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin-top: 22px;
}

#footer .left-row .social-links a {
  color: #fff;
  font-size: 30px;
  gap: 0;
  margin: 0 10px;
}

#footer .middle-row h4 {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

#footer .middle-row ul li a {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

#footer .middle-row ul li {
  margin: 10px 0;
}

#footer .middle-row .social-links {
  margin-bottom: 20px;
}

#footer .middle-row .social-links a {
  color: #fff;
  font-size: 30px;
  gap: 0;
  margin: 0 10px;
}

#footer hr {
  color: #fff;
  margin: 50px 0;
}

#footer .right-row iframe {
  width: 400px;
  height: 200px;
}

#footer .copyright p {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

/* footer End Here */

/* cart design start here */
.cart {
  border-radius: 10px 0 0 10px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.cart .iconify-icon {
  font-size: 25px;
}

.cart .notification {
  position: absolute;
  background: #ff0f07;
  color: #fff;
  border: 2px solid white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
}

/* cart design end here */

/*
====================================================================
  Contact Page Start Here
====================================================================
*/
#contact-page .inner-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 140px 0;
}

#contact-page .inner-banner {
  width: 100%;
  height: 100%;
}

#contact-page .inner-banner .auto-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inner-banner .auto-container .subtitle {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner .auto-container .pattern-image {
  margin: 15px 0;
}

.inner-banner .auto-container .pattern-image img {
  width: 150px;
}

.inner-banner .auto-container h1 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
}

#contact-page .inner-banner .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Inner Banner Section End */
/*Contact Info Section*/
.contact-page {
  position: relative;
  padding: 100px 0 70px 0;
  margin-bottom: 50px;
}

.contact-page .location-center .cinfo-box {
  padding: 0 0 100px 0;
}

.contact-page .location-center .cinfo-box .contactinfo-block .inner-box h4 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 34px;
  color: var(--primary-color);
}

#contact-page .contact-page .location-center .cinfo-box .contactinfo-block .inner-box .text {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  color: #383838;
  margin-top: 10px;
}

/*  Location form Section */
#contact-page .clearfix {
  padding: 0 30px;
}

#contact-page .c-page-form-box {
  padding: 100px 0 50px 0;
  text-align: center;
  background: #f7f7f7;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
  /* margin-bottom: 50px; */
}

#contact-page .c-page-form-box h2 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 60px;
  color: #1a1a1a;
  margin-bottom: 10px;
  padding: 0 20px;
}

#contact-page .form-section .title-box .desc {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #383838;
  margin-bottom: 40px;
  padding: 0 40px;
}

/* .form-section{
  padding: 0 20px;
} */
#contact-page .default-form {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

#contact-page .default-form .form-group input,
#contact-page .default-form .form-group textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 12px 20px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  outline: none;
  resize: none;
}

#contact-page .field-inner {
  padding-bottom: 10px;
}

#contact-page .field-inner input:focus,
#contact-page .field-inner textarea:focus {
  border: 1px solid var(--primary-color);
}

.field-inner textarea::placeholder {
  color: #000000;
}

#contact-page .field-inner input::placeholder {
  color: #000000;
}

#contact-page .default-form .form-group textarea {
  min-height: 150px;
  color: #000000;
}

#contact-page .default-form .form-group button {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

#contact-page .default-form .form-group button:hover {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* img */
#contact-page .contact-img {
  padding: 0 20px;
}

#contact-page .contact-img img {
  width: 100%;
  border-radius: 5px;
}

#contact-page .contact-map {
  margin-top: 50px;
  margin-bottom: -7px;
}

/*
=================================================
contact page design end here
=================================================

=================================================
blog page design start here
=================================================
*/
#blog-page .inner-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 140px 0;
}

#blog-page .inner-banner {
  width: 100%;
  height: 100%;
}

#blog-page .inner-banner .auto-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inner-banner .auto-container .subtitle {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner .auto-container .pattern-image {
  margin: 15px 0;
}

.inner-banner .auto-container .pattern-image img {
  width: 150px;
}

.inner-banner .auto-container h1 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
}

#blog-page .inner-banner .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Inner Banner Section End */
#blog-page .section-padding {
  padding: 100px 0;
}

#blog-page .card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  background-color: #fff;
}

#blog-page .card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#blog-page .card img:hover {
  transform: scale(1.05);
}

#blog-page .meta {
  color: #777;
  font-size: 0.9rem;
  margin: 10px 0;
  font-family: var(--secondary-font);
}

#blog-page .meta span {
  color: #d00;
  margin: 0 5px;
}

#blog-page .card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
  color: #333;
  font-family: var(--primary-font);
}

#blog-page .card-text {
  font-size: 0.95rem;
  color: #555;
  margin-top: 8px;
  font-family: var(--secondary-font);
  line-height: 1.5;
}

#blog-page .learn-more {
  color: #d00;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  font-family: var(--primary-font);
  margin-top: 15px;
  cursor: pointer;
}

#blog-page .learn-more span {
  margin-left: 5px;
  display: inline-block;
  transition: 0.3s;
  line-height: 0;
  vertical-align: middle;
}

#blog-page .learn-more:hover span {
  transform: translateX(5px);
  transition: 0.3s;
}

/* Pagination Styling */
#blog-page .pagination {
  justify-content: center;
  margin-top: 40px;
}

#blog-page .pagination .page-item {
  margin: 0 4px;
}

#blog-page .pagination .page-link {
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  color: #d00;
  font-weight: 600;
  background-color: #f8f9fa;
  transition: 0.3s ease;
}

#blog-page .pagination .page-link:hover {
  background-color: #d00;
  color: #fff;
}

#blog-page .pagination .active .page-link {
  background-color: #d00;
  color: #fff;
  border: none;
}

#blog-page .pagination .page-item.disabled .page-link {
  color: #ccc;
  background-color: #f8f9fa;
}

/* blog page design end here */
/* blog-details */


.food-modal {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

/* Close Button */
.food-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 30px;
}

/* Food Image */
.food-img {
  max-height: 300px;
  object-fit: cover;
}

.food-modal .details h5,
.food-modal .details h6 {
  font-weight: 600;
}

.food-modal .details p {
  color: var(--primary-color);
  margin-bottom: 0;
}

/* Price */
.price del {
  font-family: var(--primary-font);
  margin: 0 6px;
  color: #333;
}

#cartModalPrice {
  font-family: var(--primary-font);
}

#cartModalDesc {
  margin-bottom: 0;
}

/* Sticky Footer */
.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 12px 20px;
  border-top: 1px solid #eee;
}

/* Quantity */
.quantity-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
}

.qty-btn {
  background: #f5f5f5;
  border: none;
  padding: 8px 15px;
  font-size: 18px;
  cursor: pointer;
}

#cartModalQuantity {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: bold;
}

/* Add to Cart Button */
.add-cart-btn {
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 16px;
  transition: 0.3s ease;
}

.add-cart-btn:hover {
  background: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

/* About Us  */

/* banner */

.inner-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 140px 0;
}

#blog-details .inner-banner {
  width: 100%;
  height: 100%;
}

#blog-details .inner-banner .auto-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inner-banner .auto-container .subtitle {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner .auto-container .pattern-image {
  margin: 15px 0;
}

.inner-banner .auto-container .pattern-image img {
  width: 150px;
}

.inner-banner .auto-container h1 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
}

#blog-details .inner-banner .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Inner Banner Section End */
#blog-details .blog-details {
  padding: 100px 0;
}

#blog-details .blog-meta {
  font-size: 0.9rem;
  color: #777;
  font-family: var(--secondary-font);
}

#blog-details .blog-meta span {
  margin-right: 15px;
  text-transform: capitalize;
  font-family: var(--primary-font);
}

#blog-details .blog-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0;
  color: #333;
  font-family: var(--primary-font);
}

#blog-details .blog-details p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: var(--secondary-font);
}

#blog-details .blockquote-custom {
  background: #f9f9f9;
  border-left: 4px solid #d00;
  padding: 20px;
  font-style: italic;
  border-radius: 10px;
  font-family: var(--secondary-font);
}

#blog-details .blockquote-custom strong {
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-family: var(--secondary-font);
}

/* Sidebar */
#blog-details .sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

#blog-details .sidebar h5 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #333;
  font-family: var(--primary-font);
}

#blog-details .sidebar .form-control {
  border-radius: 25px;
  font-size: 0.9rem;
}

#blog-details .category-list a {
  display: block;
  background: #f6f6f6;
  border-radius: 25px;
  padding: 8px 15px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  font-weight: 500;
}

#blog-details .category-list a:hover {
  background-color: #d00;
  color: #fff;
}

#blog-details .recent-post {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

#blog-details .recent-post img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

#blog-details .recent-post p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  font-family: var(--primary-font);
}

#blog-details .tags a {
  display: inline-block;
  background: #f6f6f6;
  border-radius: 25px;
  padding: 6px 15px;
  margin: 5px 5px 0 0;
  font-size: 0.85rem;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  font-weight: 500;
  font-family: var(--primary-font);
}

#blog-details .tags a:hover {
  background: #d00;
  color: #fff;
}

#blog-details .ad-banner img {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

#blog-details .left-tags {
  display: flex;
  align-items: center;
  gap: 10px;
}

#blog-details .left-tags a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
  font-weight: 500;
  font-family: var(--primary-font);
  background: var(--primary-color);
  padding: 7px 15px;
  border: none;
}

#blog-details .left-tags a:hover {
  background: #f6f6f6;
  color: #000;
}

#blog-details .share-icons span {
  font-size: 20px;
  color: #333;
  margin-left: 10px;
  font-family: var(--primary-font);
  line-height: 0;
  vertical-align: middle;
}

#blog-details .share-icons a {
  color: #ffffff;
  margin-left: 10px;
  font-size: 24px;
  font-family: var(--primary-font);
  line-height: 0;
  vertical-align: middle;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  padding: 6px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background: var(--primary-color);
}

#blog-details .share-icons a:hover {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

@media (max-width: 991px) {
  #blog-details .sidebar {
    margin-top: 30px;
  }
}

/*
blog page design end here
*/
/* Custom Scroll var */
/* ::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
} */

/*Contact Info Section*/
.contact-page {
  position: relative;
  padding: 100px 0 70px 0;
  margin-bottom: 50px;
}

.contact-page .location-center .cinfo-box {
  padding: 0 0 100px 0;
}

.contact-page .location-center .cinfo-box .contactinfo-block .inner-box h4 {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 30px;
  color: var(--primary-color);
}

#contact-page .contact-page .location-center .cinfo-box .contactinfo-block .inner-box .text {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  color: #383838;
  margin-top: 10px;
}

/*  Location form Section */
#contact-page .clearfix {
  padding: 0 30px;
}

#contact-page .c-page-form-box {
  padding: 100px 0 50px 0;
  text-align: center;
  background: #f7f7f7;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
  /* margin-bottom: 50px; */
}

#contact-page .c-page-form-box h2 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 60px;
  color: #1a1a1a;
  margin-bottom: 10px;
  padding: 0 20px;
}

#contact-page .form-section .title-box .desc {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #383838;
  margin-bottom: 40px;
  padding: 0 40px;
}

/* .form-section{
  padding: 0 20px;
} */
#contact-page .default-form {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

#contact-page .default-form .form-group input,
#contact-page .default-form .form-group textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 12px 20px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  outline: none;
  resize: none;
}

#contact-page .field-inner {
  padding-bottom: 1px;
}

#contact-page .field-inner input:focus,
#contact-page .field-inner textarea:focus {
  border: 1px solid var(--primary-color);
}

.field-inner textarea::placeholder {
  color: #777;
  font-size: 12px;
}

#contact-page .field-inner input::placeholder {
  color: #777;
  font-size: 12px;
}

#contact-page .default-form .form-group textarea {
  min-height: 150px;
  /* color: #777; */
}

#contact-page .default-form .form-group button {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 16px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

#contact-page .default-form .form-group button:hover {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* img */
#contact-page .contact-img {
  padding: 0 20px;
}

#contact-page .contact-img img {
  width: 100%;
  border-radius: 5px;
}

#contact-page .contact-map {
  margin-top: 50px;
  margin-bottom: -7px;
}

/*
contact page design end here
*/

/* banner end */

/* about us  */


#aboutus_banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 140px 0;
}

#aboutus_banner {
  width: 100%;
  height: 100%;
}

#aboutus_banner .auto-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#aboutus_banner .auto-container .subtitle {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

#aboutus_banner .auto-container .pattern-image {
  margin: 15px 0;
}

#aboutus_banner .auto-container .pattern-image img {
  width: 150px;
}

#aboutus_banner .auto-container h1 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
}

#aboutus_banner .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}






/* about us end */

/* why choos  */

.section-padding {
  padding: 6rem 0;
}

.section-title {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--primary-dark);
  position: relative;
}

.section-title:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: var(--primary-dark);
  margin: 20px auto;
  border-radius: 2px;
}

.card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}

.card:hover {
  transform: translateY(0);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.rightside .about-img img {
  width: 100%;
  background: transparent;
}

.value-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.value-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary-color);
}

.value-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: var(--transition);
  z-index: -1;
}

.value-card:hover:after {
  height: 100%;
}

.value-card:hover .value-icon,
.value-card:hover h3,
.value-card:hover p {
  color: white;
}

.value-icon {
  font-size: 3.5rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: var(--transition);
}

.value-card:hover .value-icon {
  transform: scale(1.1) rotate(5deg);
}

/* masonry  */

#masonry {
  margin-bottom: 80px;
}

#masonry h1 {
  padding-top: 10px;
  margin-bottom: 30px;
}

#masonry .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
}

#masonry .grid-wrapper>div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

#masonry .grid-wrapper>div:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

#masonry .grid-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#masonry .wide {
  grid-column: span 2;
}

#masonry .tall {
  grid-row: span 2;
}

#masonry .big {
  grid-column: span 2;
  grid-row: span 2;
}

.section-padding {
  padding: 6rem 0;
}

.section-title {
  text-align: center;
  margin-bottom: 4rem;
  color: black;
  position: relative;
}

.section-title:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: var(--primary-color);
  margin: 20px auto;
  border-radius: 2px;
}

/* About Us  end*/

/*
Checkout page design start here
*/

/* Checkout Container */
#contact-page {
  background: #f0f0f0;
  /* padding: 0 0 30px 0; */
  /* margin: 30px 0; */
}

.checkout_heading {
  padding: 60px 0 20px;
  font-family: var(--primary-font);

}

#checkout_info {
  /* margin-top: 50px; */
  /* margin-bottom: 50px; */
}

/* Form Section */
#checkout_info .form-section,
#checkout_info .order-summary {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin: 50px 0;
}

#checkout_info h2 {
  font-family: var(--primary-font);
  font-size: 26px;
  margin-bottom: 20px;
  color: #1f2937;
  font-weight: 600;
}

#checkout_info .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

#checkout_info input,
#checkout_info textarea,
#checkout_info select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  font-family: var(--primary-font);
  background: #f9fafb;
  transition: all 0.3s ease;
}

#checkout_info input:focus,
#checkout_info textarea:focus,
#checkout_info select:focus {
  border-color: var(--primary-color);
  background: #fff;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.3);
  outline: none;
}

#checkout_info label {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
}

#checkout_info textarea {
  resize: none;
}

/* Payment Section */
#checkout_info .payment-section h2 {
  font-family: var(--primary-font);
  margin-top: 10px;
  font-size: 24px;
  margin-bottom: 15px;
  color: #1e293b;
  font-weight: 600;
}

#checkout_info .payment-method {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
}

#checkout_info .payment-option {
  position: relative;
}

#checkout_info .payment-method input[type="radio"] {
  display: none;
}

#checkout_info .payment-method label {
  background: #f9fafb;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  font-family: var(--primary-font);
  color: #334155;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#checkout_info .payment-method label:hover {
  background: #e0e7ff;
  border-color: var(--primary-color);
}

#checkout_info .payment-method label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #000000;
  transition: all 0.3s ease;
}

#checkout_info .payment-method input[type="radio"]:checked+label {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 6px 15px rgba(37, 99, 235, 0.4);
}

#checkout_info .payment-method input[type="radio"]:checked+label .icon {
  background: #fff;
  color: var(--primary-color);
}

#checkout_info .payment-method label .text {
  font-weight: 500;
}

#checkout_info .order-summary h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary-color);
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 10px;
}

#checkout_info .order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9faf7;
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 4px;
}

#checkout_info .order-item span {
  font-family: var(--primary-font);
  font-size: 16px;
}

#checkout_info .summary-total {
  border-top: 1px solid #ccc;
  padding-top: 12px;
  margin-top: 12px;
}

#checkout_info .summary-total div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: var(--primary-font);
}

#checkout_info .summary-total strong#total {
  font-size: 20px;
  font-family: var(--primary-font);
  color: var(--primary-color);
}

#checkout_info .confirm-btn {
  font-family: var(--primary-font);
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
}

#checkout_info .confirm-btn:hover {
  background: #ffffff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/*
checkout page design end here
*/

/*
My dashboard page design  here
*/

#myAccount .dashboard-container {
  margin: 0 auto;
}

#myAccount .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 30px;
  background: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

#myAccount .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 30px;
  background: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

#myAccount .logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

#myAccount .logo-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-family: var(--primary-font);
}

#myAccount .logo-text h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  font-family: var(--primary-font);
}

#myAccount .logo-text p {
  font-size: 14px;
  color: var(--gray);
  font-family: var(--primary-font);
}

#myAccount .user-actions {
  display: flex;
  gap: 15px;
}

#myAccount .btn {
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: var(--primary-font);
}

#myAccount .btn-primary {
  background: var(--primary-color);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

/* #myAccount       .btn-primary:hover {
            background: #e55a2b;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
        } */

#myAccount .btn-outline {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--dark);
}

#myAccount .dashboard-content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 30px;
  margin: 50px 0;
}

#myAccount .sidebar {
  background: var(--card-bg);
  border-radius: var(--border-radius);
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: fit-content;
}

#myAccount .profile-card {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
}

#myAccount .profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  color: var(--gray);
  font-size: 40px;
  font-family: var(--primary-font);
}

#myAccount .profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  color: var(--gray);
  font-size: 40px;
  font-family: var(--primary-font);
}

#myAccount .profile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
  border-radius: 50%;
  color: white;
  cursor: pointer;
}

#myAccount .profile-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
  border-radius: 50%;
  color: white;
  cursor: pointer;
}



#myAccount .profile-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: var(--primary-font);
}

#myAccount .profile-phone {
  color: var(--gray);
  font-size: 14px;
  font-family: var(--primary-font);
}


#myAccount .nav-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#myAccount .nav-item {
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: var(--transition);
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--primary-font);
}

#myAccount .updatebtn {
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: var(--transition);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--primary-font);
  background: var(--primary-color);
}

#myAccount .updatebtn:hover {
  background: #fff;
  color: var(--primary-color);
}

#myAccount .nav-item:hover,
.nav-item.active {
  background: var(--primary-color);
  color: #fff;
}

#myAccount .nav-item.active {
  font-weight: 600;
  color: #fff;
}

#myAccount .nav-item.active i {
  color: var(--primary);
}

#myAccount .main-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#myAccount .content-section {
  background: var(--card-bg);
  border-radius: var(--border-radius);
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: none;
}

#myAccount .content-section.active {
  display: block;
  animation: fadeIn 0.5s ease-out;
}

#myAccount .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

#myAccount .section-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
  text-align: start;
  font-family: var(--primary-font);
}

#myAccount .section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: var(--primary-color);
  margin: 13px 17px;
  border-radius: 2px;
}

#myAccount .section-subtitle {
  font-size: 20px;
  color: var(--gray);
  margin-top: 5px;
  font-family: var(--primary-font);
}

#myAccount .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 20px;
}

#myAccount .form-group {
  margin-bottom: 20px;
}

#myAccount .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--dark);
  font-family: var(--primary-font);
}

#myAccount .form-control {
  width: 100%;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  transition: var(--transition);
  background: #fafafa;
  font-family: var(--primary-font);
}

#myAccount .form-control:focus {
  border-color: var(--primary);
  outline: none;
  background: white;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}


#myAccount .order-card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  border-left: 4px solid var(--primary-color);
  font-family: var(--primary-font);
}

#myAccount .order-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

#myAccount .order-id {
  font-weight: 600;
  color: var(--dark);
}

#myAccount .order-date {
  color: var(--gray);
  font-size: 14px;
}


#myAccount .order-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}


#myAccount .order-items {
  color: var(--dark);
}


#myAccount .order-total {
  font-weight: 600;
  color: var(--primary);
}


#myAccount .order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#myAccount .status-badge {
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--primary-font);
}

#myAccount .status-processing {
  background: var(--primary-color);
  color: #eee;
}

#myAccount .status-completed {
  background: rgba(46, 196, 182, 0.15);
  color: var(--success);
}

#myAccount .view-details {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: var(--transition);
  font-family: var(--primary-font);
}

#myAccount .view-details:hover {
  gap: 8px;
}

#myAccount .stats-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

#myAccount .stat-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  text-align: center;
  border-top: 4px solid var(--primary-color);
}

#myAccount .stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
  background: var(--primary-light);
  color: var(--primary-color);
  font-family: var(--primary-font);
}

#myAccount .stat-value {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--primary-font);
}

#myAccount .stat-label {
  color: var(--gray);
  font-size: 14px;
  font-family: var(--primary-font);
}

#myAccount .mobile-nav {
  display: none;
  background: var(--card-bg);
  border-radius: 15px;
  padding: 15px;
  box-shadow: var(--shadow);
  margin-bottom: 20px;
  font-family: var(--primary-font);
}

#myAccount .mobile-nav-items {
  display: flex;
  justify-content: space-around;
}

#myAccount .mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border-radius: 10px;
  transition: var(--transition);
  cursor: pointer;
  color: var(--gray);
  text-decoration: none;
}

#myAccount .mobile-nav-item i {
  font-size: 20px;
  font-family: var(--primary-font);
}

#myAccount .mobile-nav-item span {
  font-size: 12px;
  font-family: var(--primary-font);
}

#myAccount .mobile-nav-item.active {
  background: var(--primary-light);
  color: var(--primary);
}

#myAccount .order-summary {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

#myAccount .order-chart {
  flex: 1;
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: var(--shadow);
}

#myAccount .chart-placeholder {
  height: 200px;
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  font-size: 14px;
  font-family: var(--primary-font);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  #myAccount .dashboard-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #myAccount .sidebar {
    display: none;
  }

  #myAccount .mobile-nav {
    display: block;
  }

  #myAccount .stats-cards {
    grid-template-columns: 1fr;
  }

  #myAccount .order-summary {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #myAccount .form-grid {
    grid-template-columns: 1fr;
  }

  #myAccount .dashboard-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  #myAccount .user-actions {
    width: 100%;
    justify-content: center;
  }
}

/*
My dashboard page design end here =================================================
*/




/* menu design start here*/

.food-menu-section {
  padding: 30px 20px;
  background: #fff8f4;
}

/* Tabs */
.food-menu-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-tab-btn {
  font-size: 15px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.menu-tab-btn:hover,
.menu-tab-btn.active {
  background: #ec1a23;
  color: #fff;
  border-color: #ec1a23;
}


.food-menu-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0 15px 50px;
}

.food-menu-item {
  flex: 0 0 calc(25% - 18.75px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

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

.food-menu-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Image Section */
.food-menu-img {
  position: relative;
  overflow: hidden;
}

.food-menu-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Image Zoom on Hover */
.food-menu-item:hover .food-menu-img img {
  transform: scale(1.1);
}

/* Add to Cart Button */
.add-to-cart-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ec1a23;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.food-menu-item:hover .add-to-cart-btn {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.add-to-cart-btn:hover {
  background: #ec1a23;
}

/* Info Section */
.food-menu-info {
  padding: 15px 18px;
  text-align: left;
}

.food-menu-info h3 {
  font-size: 1.1rem;
}

.food-menu-info p {
  font-size: 0.9rem;
  color: #777;
  margin: 8px 0;
}

.food-menu-info span {
  font-weight: 600;
  color: #ec1a23;
  font-size: 0.95rem;
}

.food-menu-title {
  text-align: center;
  margin-bottom: 30px;
}

.food-menu-title h3 {
  font-family: var(--tertiary-font);
  font-weight: 700;
  font-size: 50px;
  color: #1a1a1a;
}

.food-menu-title h3 span {
  color: var(--primary-color);
}

.tabs-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.food-menu-tabs-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  width: 100%;
  display: flex;
  gap: 10px;
  scroll-behavior: smooth;
  touch-action: pan-x;
}

.food-menu-tabs-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}


.menu-filter-row-wrapper {
  max-width: 1200px;
  /* or same as your site container width */
  margin: 0 auto;
}

.scroll-left-btn,
.scroll-right-btn {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  background-color: #ec1a23;
  border: none;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}


.scroll-left-btn {
  left: 17px;
}

.scroll-right-btn {
  right: 17px;
}

.food-menu-tabs {
  display: inline-flex;
  gap: 10px;
  min-width: max-content;
}

.food-menu-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

/* menu design end here*/




/* singup/login design start here*/
.main-color {
  background: #fff;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.auth-section {
  width: 100%;

}




.row.align-items-stretch {
  align-items: stretch;
}

.auth-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.auth-right {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.auth-content {
  width: 100%;
}

/* ======== Logo & Headings ======== */
.auth-logo {
  width: 90px;
  margin-bottom: 15px;
}

.welcome-text {
  font-size: 28px;
  font-weight: 700;
  color: #e50914;
  margin-bottom: 5px;
}

.welcome-subtext {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

/* ======== Form Styling ======== */
.auth-form {
  text-align: left;
}

.form-group {
  margin-bottom: 20px;
}

label {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}

input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s;
}

input:focus {
  outline: none;
  border-color: #e50914;
  box-shadow: 0 0 5px rgba(229, 9, 20, 0.2);
}

/* ======== Buttons ======== */
.btn-primary {
  width: 100%;
  background: #e50914;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

.btn-primary:hover {
  background: #c10812;
}

/* ======== Social Buttons ======== */
.google-btn {
  width: 100%;
  margin-top: 15px;
  background: #fff;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}

.google-btn:hover {
  background: #f6f6f6;
}

.google-btn img {
  width: 18px;
  height: 18px;
}

/* ======== Switch Link ======== */
.auth-content .switch-btn-bottom {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  color: #e50914;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
  cursor: pointer;
}

.auth-content .switch-btn-bottom:hover {
  color: #c10812;
}

/* ================   Signup / Login Design End================*/

/*side bar add to cart css start here*/
.cart iconify-icon {
  font-size: 30px;
}

.cart {
  cursor: pointer;
}

.notification {
  position: absolute;
  top: 8px;
  right: 10px;
  background: #fff;
  color: #ec1a23;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 380px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.cart-sidebar.active {
  right: 0;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 10px rgba(133, 123, 123, 0.15);
}

.cart-close {
  background: none;
  border: none;
  font-size: 26px;
  color: #575151;
  cursor: pointer;

}

.cart-items {
  padding: 20px;
  overflow-y: auto;
}


.cart-item-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: none;
  gap: 15px;
}


.item-image.yellow-bg-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  padding: 3px;
}

.item-details {
  justify-content: center;
  margin-right: auto;
  font-weight: 600;

}


.item-price {
  font-size: 14px;
  color: #ec1a23;
  font-weight: 500;
}

.item-quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 10px;
  overflow: hidden;
}

.item-quantity-controls button {
  border: none;
  background: none;
  color: #000;
  width: 30px;
  height: 30px;
  font-weight: normal;
}

.item-quantity-controls .remove-item-btn {

  color: #000;
  font-size: 14px;
  padding: 5px 8px;
}

.item-quantity {
  min-width: 20px;
  text-align: center;
  padding: 0 5px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.cart-summary {
  padding: 0 20px 20px 20px;
}

.cart-total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  margin-bottom: 15px;
}

.cart-summary strong {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.cart-total-line strong:last-child {
  font-size: 20px;
  color: #000;
}

.checkout-btn {
  width: 100%;
  padding: 12px;
  background: #ec1a23;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  border: 1px solid #ec1a23;
}

.checkout-btn:hover {
  color: #ec1a23;
  border: 1px solid #ec1a23;
  background: #fff;
}

#blog-page .inner-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 140px 0;
}

#blog-page .inner-banner {
  width: 100%;
  height: 100%;
}

#blog-page .inner-banner .auto-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inner-banner .auto-container .subtitle {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner .auto-container .pattern-image {
  margin: 15px 0;
}

.inner-banner .auto-container .pattern-image img {
  width: 150px;
}

.inner-banner .auto-container h1 {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 4rem;
  color: #fff;
}

#blog-page .inner-banner .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Inner Banner Section End */
#blog-page .section-padding {
  padding: 100px 0;
}

#blog-page .card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  background-color: #fff;
}

#blog-page .card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#blog-page .card img:hover {
  transform: scale(1.05);
}

#blog-page .meta {
  color: #777;
  font-size: 0.9rem;
  margin: 10px 0;
  font-family: var(--secondary-font);
}

#blog-page .meta span {
  color: #d00;
  margin: 0 5px;
}

#blog-page .card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
  color: #333;
  font-family: var(--primary-font);
}

#blog-page .card-text {
  font-size: 0.95rem;
  color: #555;
  margin-top: 8px;
  font-family: var(--secondary-font);
  line-height: 1.5;
}

#blog-page .learn-more {
  color: #d00;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  font-family: var(--primary-font);
  margin-top: 15px;
  cursor: pointer;
}

#blog-page .learn-more span {
  margin-left: 5px;
  display: inline-block;
  transition: 0.3s;
  line-height: 0;
  vertical-align: middle;
}

#blog-page .learn-more:hover span {
  transform: translateX(5px);
  transition: 0.3s;
}

/* Pagination Styling */
#blog-page .pagination {
  justify-content: center;
  margin-top: 40px;
}

#blog-page .pagination .page-item {
  margin: 0 4px;
}

#blog-page .pagination .page-link {
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  color: #d00;
  font-weight: 600;
  background-color: #f8f9fa;
  transition: 0.3s ease;
}

#blog-page .pagination .page-link:hover {
  background-color: #d00;
  color: #fff;
}

#blog-page .pagination .active .page-link {
  background-color: #d00;
  color: #fff;
  border: none;
}

#blog-page .pagination .page-item.disabled .page-link {
  color: #ccc;
  background-color: #f8f9fa;
}

/* blog page design end here */

#blog-details .blog-details {
  padding: 100px 0;
}

#blog-details .blog-meta {
  font-size: 0.9rem;
  color: #777;
  font-family: var(--secondary-font);
}

#blog-details .blog-meta span {
  margin-right: 15px;
  text-transform: capitalize;
  font-family: var(--primary-font);
}

#blog-details .blog-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0;
  color: #333;
  font-family: var(--primary-font);
}

#blog-details .blog-details p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: var(--secondary-font);
}

#blog-details .blockquote-custom {
  background: #f9f9f9;
  border-left: 4px solid #d00;
  padding: 20px;
  font-style: italic;
  border-radius: 10px;
  font-family: var(--secondary-font);
}

#blog-details .blockquote-custom strong {
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-family: var(--secondary-font);
}

/* Sidebar */
#blog-details .sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

#blog-details .sidebar h5 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #333;
  font-family: var(--primary-font);
}

#blog-details .sidebar .form-control {
  border-radius: 25px;
  font-size: 0.9rem;
}

#blog-details .category-list a {
  display: block;
  background: #f6f6f6;
  border-radius: 25px;
  padding: 8px 15px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  font-weight: 500;
}

#blog-details .category-list a:hover {
  background-color: #d00;
  color: #fff;
}

#blog-details .recent-post {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

#blog-details .recent-post img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

#blog-details .recent-post p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  font-family: var(--primary-font);
}

#blog-details .tags a {
  display: inline-block;
  background: #f6f6f6;
  border-radius: 25px;
  padding: 6px 15px;
  margin: 5px 5px 0 0;
  font-size: 0.85rem;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  font-weight: 500;
  font-family: var(--primary-font);
}

#blog-details .tags a:hover {
  background: #d00;
  color: #fff;
}

#blog-details .ad-banner img {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

#blog-details .left-tags {
  display: flex;
  align-items: center;
  gap: 10px;
}

#blog-details .left-tags a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
  font-weight: 500;
  font-family: var(--primary-font);
  background: var(--primary-color);
  padding: 7px 15px;
  border: none;
}

#blog-details .left-tags a:hover {
  background: #f6f6f6;
  color: #000;
}

#blog-details .share-icons span {
  font-size: 20px;
  color: #333;
  margin-left: 5px;
  font-family: var(--primary-font);
  line-height: 0;
  vertical-align: middle;
}

#blog-details .share-icons a {
  color: #ffffff;
  margin-left: 4px;
  font-size: 24px;
  font-family: var(--primary-font);
  line-height: 0;
  vertical-align: middle;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  padding: 6px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background: var(--primary-color);
}

#blog-details .share-icons a:hover {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

@media (max-width: 991px) {
  #blog-details .sidebar {
    margin-top: 30px;
  }
}

/*
blog page design end here
*/
/* Custom Scroll var */
/* ::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#643bff, #ff2206);
  border-radius: 10px;
} */
/* --- Sadia's Kitchen Menu Header Styles Start Here --- */
.menu-header-sadia {
  background: #ffffff;
  padding: 5px 0;
}



.menu-header-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 0 10px;
}

/* Left side */
.menu-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
}

.menu-details-text h1 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.menu-details-text p {
  font-size: 14px;
  color: #000;
  padding-top: 3px;
}

/* Center logo */
.menu-logo-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-logo-img {
  width: 140px;
  height: auto;
}

/* Right side */
.menu-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: end;
}

.menu-feedback-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  padding: 9px 10px;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 3px;
}

.menu-feedback-btn:hover {
  color: #fff;
}

.menu-contact-info p {
  margin: 3px;
  font-size: 16px;
  color: #333;
}

/* ============================= */
/* Branch Card Style Starts Here */
/* ============================= */
#branch {
  padding: 60px 0;
}

#branch h2 {
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}


#branch .branch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

/* content states */
#branch .branch-card h3 {
  font-size: 18px !important;
  margin-top: 10px;
}

#branch .branch-card h3~p {
  font-size: 15px;
  margin-top: 5px;
}



#branch .branch-card .full-address {
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #333;
  font-weight: 500;
  transition: all 0.1s ease;
  font-size: 14px;
}

/* hover animation */
#branch .branch-card:hover h3,
#branch .branch-card:hover .short-address {
  opacity: 0;
  transform: translateY(-40px);

}

#branch .branch-card:hover .full-address {
  opacity: 1;
  transform: translateY(0);
}

/* ============================= */
/* Branch Card Style Ends Here   */
/* ============================= */
.menu-icon-chat,
.menu-icon-ph,
.menu-icon-time {
  margin-right: 4px;
  font-size: 12px;
}


.menu-details-mobile {
  display: none;
}

/* --- Sadia's Kitchen Menu Header Styles End Here --- */

/* --- Sadia's Kitchen Feedback css start Here --- */
.feedback-section {
  padding: 30px 20px;
  background-color: #f9f9f9;
}

.feedback-section .container {
  max-width: 600px;
  margin: 0 auto;
}

.feedback-section h2 {
  text-align: center;
  font-family: var(--tertiary-font);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
}

.feedback-section p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #ec1a23;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Only style the submit button with this class */
.feedback-btn-submit {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #ec1a23;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid var(--primary-color);
}

.feedback-btn-submit:hover {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}


/* Staff behavior radio options */

.staff-behaviour-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px 12px;
  align-items: center;
  padding: 6px 0;
}

.staff-behaviour-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.95rem;
  user-select: none;
}

.staff-behaviour-options input[type="radio"] {
  width: 16px;
  height: 16px;
}

/* --- Sadia's Kitchen Feedback css End Here --- */

#branch_nav {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
}

#branch_nav .navbar-brand img {
  max-height: 55px;
}

#branch_nav .search-option {
  position: relative;
}

#branch_nav .search-option .search-form {
  position: relative;
  width: 100%;
}

#branch_nav .search-option input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 10px 45px 10px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}

#branch_nav .search-option input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(229, 9, 20, 0.3);
}

#branch_nav .search-option button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#branch_nav .search-option button:hover {
  background: #c40811;
}


#branch {
  padding: 30px 0;
}

#branch h2 {
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

#branch .branch-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;

  position: relative;
}

#branch .branch-card .branchLogo {
  position: absolute;
  max-width: 60px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 0;

}

#branch .branch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

#branch .branch-card h3 {
  font-size: 22px;

}

#branch .branch-card h3,
#branch .branch-card .short-address {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.12s ease;
}


#branch .branch-card:hover h3,
#branch .branch-card:hover .short-address {
  opacity: 0;
  transform: translateY(-40px);

}



#branch_body {
  background: #f0f0f0;
  font-family: var(--primary-font);
}