/* ===== RESPONSIVE HEADER STYLES ===== */

/* For large desktops (between 1400px and 1200px) */
@media (max-width: 1400px) and (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
  
  .nav-item {
    margin: 0 8px;
  }
  
  .nav-link {
    padding: 10px 12px;
    font-size: 15px;
  }
  
  .btn-order {
    padding: 10px 22px;
    font-size: 15px;
  }
}

/* For medium desktops (between 1200px and 992px) */
@media (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  
  .nav-logo {
    margin-right: 20px;
  }
  
  .nav-logo img {
    height: 45px;
  }
  
  .nav-item {
    margin: 0 6px;
  }
  
  .nav-link {
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .btn-order {
    padding: 10px 18px;
    font-size: 14px;
  }
  
  .nav-icon,
  .theme-toggle {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

/* For tablets and small desktops (between 992px and 768px) */
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  
  .nav-left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  
  .nav-logo {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  
  .nav-logo img {
    height: 40px;
  }
  
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background: linear-gradient(135deg, #2c3e50, #1a1a2e);
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin: 0;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  
  body.light-theme .nav-menu {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
  }
  
  .nav-menu.active {
    left: 0;
  }
  
  .nav-item {
    margin: 10px 0;
    width: 100%;
  }
  
  .nav-link {
    padding: 15px;
    display: block;
    width: 100%;
  }
  
  .nav-link::after {
    display: none;
  }
  
  .dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    
  }
  
  .dropdown-toggle {
    width: 100%;
    justify-content: center;
    padding: 15px;
  }
  
  .dropdown-menu {
    position: static;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin-top: 10px;
    width: 100%;
    border-radius: 0;
  }
  
  body.light-theme .dropdown-menu {
    background: rgba(0, 0, 0, 0.05);
  }
  
  .dropdown.active .dropdown-menu {
    display: block;
  }
  
  .dropdown-link {
    text-align: center;
    padding: 12px 20px;
    width: 100%;
  }
  
  .nav-icons {
    margin: 15px 0;
    justify-content: center;
  }
  
  .nav-button {
    margin: 20px 0;
  }
  
  .btn-order {
    padding: 12px 30px;
  }
  
  .hamburger {
    display: flex;
    margin-left: 15px;
  }

  .btn-order {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .nav-icon,
  .theme-toggle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* For tablets */
@media (max-width: 768px) {
  .nav-left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background: linear-gradient(135deg, #2c3e50, #1a1a2e);
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin: 0;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  
  body.light-theme .nav-menu {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
  }
  
  .nav-menu.active {
    left: 0;
  }
  
  .nav-item {
    margin: 10px 0;
    width: 100%;
  }
  
  .nav-link {
    padding: 15px;
    display: block;
    width: 100%;
  }
  
  .nav-link::after {
    display: none;
  }
  
  .dropdown {
    width: 100%;
  }
  
  .dropdown-toggle {
    width: 100%;
    justify-content: center;
    padding: 15px;
  }
  
  .dropdown-menu {
    position: static;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin-top: 10px;
    width: 100%;
    border-radius: 0;
  }
  
  body.light-theme .dropdown-menu {
    background: rgba(0, 0, 0, 0.05);
  }
  
  .dropdown.active .dropdown-menu {
    display: block;
  }
  
  .dropdown-link {
    text-align: center;
    padding: 12px 20px;
    width: 100%;
  }
  
  .nav-icons {
    margin: 15px 0;
    justify-content: center;
  }
  
  .nav-button {
    margin: 20px 0;
  }
  
  .btn-order {
    padding: 12px 30px;
  }
  
  .hamburger {
    display: flex;
    margin-left: 15px;
  }
}

/* For mobile devices */
@media (max-width: 576px) {
  .container {
    padding: 0 10px;
    width: 100%;
  }
  
  .nav-logo img {
    height: 40px;
  }
  
  .nav-icons {
    gap: 10px;
  }
  
  .nav-icon,
  .theme-toggle {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .btn-order {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .hamburger {
    margin-left: 10px;
  }
  
  .bar {
    width: 22px;
    height: 2px;
    margin: 2px 0;
  }
}

/* ===== RESPONSIVE GALLERY STYLES ===== */

/* For large desktops (between 1400px and 1200px) */
@media (max-width: 1400px) and (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
  
  .nav-item {
    margin: 0 8px;
  }
  
  .nav-link {
    padding: 10px 12px;
    font-size: 15px;
  }
  
  .btn-order {
    padding: 10px 22px;
    font-size: 15px;
  }
  
  .footer-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  
  .menu-items {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  
  .chefs-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  
  .philosophy-content {
    gap: 40px;
  }
  
  .philosophy-text h2 {
    font-size: 2.3rem;
  }
  
  .philosophy-text p {
    font-size: 1rem;
  }
  
  .slide-content h1 {
    font-size: 3rem;
  }
  
  .slide-content p {
    font-size: 1.1rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

/* For medium desktops (between 1200px and 992px) */
@media (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  
  .nav-logo {
    margin-right: 20px;
  }
  
  .nav-logo img {
    height: 45px;
  }
  
  .nav-item {
    margin: 0 6px;
  }
  
  .nav-link {
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .btn-order {
    padding: 10px 18px;
    font-size: 14px;
  }
  
  .nav-icon,
  .theme-toggle {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .footer-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .order-content {
    flex-direction: column;
  }
  
  .cart-section {
    position: static;
  }
  
  .menu-items {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .chefs-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  
  .philosophy-content {
    gap: 30px;
  }
  
  .philosophy-text h2 {
    font-size: 2.2rem;
  }
  
  .philosophy-stats {
    gap: 20px;
  }
  
  .stat-item h3 {
    font-size: 2.2rem;
  }
  
  .slide-content h1 {
    font-size: 2.8rem;
  }
  
  .slide-content p {
    font-size: 1rem;
  }
  
  .hero-buttons {
    gap: 15px;
  }
  
  .btn-primary, .btn-secondary {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .testimonial-card {
    padding: 30px 20px;
  }
  
  .testimonial-content p {
    font-size: 1rem;
  }


  .hero-text {
    padding: 20px;
    /* width: 60%; */
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .hero-text p {
    font-size: 14px;
  }

   .rotating-table  {
    right: -615px !important;
   }

   .dish {
    width: 200px;
    height: 200px;
   }
}


@media (max-width: 991px) and (min-width: 901px) {
  .hero {
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
  }

     .rotating-table  {
      width: 550px;
      height: 550px;
     }
}

/* For tablets and small desktops (between 992px and 768px) */
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  
  .nav-left {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nav-logo {
    margin-right: 15px;
  }
  
  .nav-logo img {
    height: 40px;
  }
  
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background: linear-gradient(135deg, #2c3e50, #1a1a2e);
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin-right: 0;
  }
  
  body.light-theme .nav-menu {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
  }
  
  .nav-menu.active {
    left: 0;
  }
  
  .nav-item {
    margin: 10px 0;
  }
  
  .nav-link {
    padding: 15px;
    display: block;
  }
  
  .nav-link::after {
    display: none;
  }
  
  .dropdown-menu {
    position: static;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    visibility: visible;
    transform: none;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  
  body.light-theme .dropdown-menu {
    background: rgba(0, 0, 0, 0.05);
  }
  
  .dropdown-link {
    text-align: center;
    padding: 12px 20px;
  }
  
  .nav-icons {
    margin: 15px 0;
    justify-content: center;
  }
  
  .nav-button {
    margin: 20px 0;
  }
  
  .btn-order {
    padding: 12px 30px;
  }
  
  .hamburger {
    display: flex;
    margin-left: 15px;
  }

  .btn-order {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .nav-icon,
  .theme-toggle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 20px;
  }
  
  .footer-section {
    text-align: center;
  }
  
  .footer-logo {
    justify-content: center;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .footer-section ul li {
    justify-content: center;
  }
  
  .footer-section.contact ul li {
    justify-content: center;
  }
  
  .section-header,
  .features-grid {
    width: 100%;
  }
  
  .order-section {
    padding-top: 100px;
  }
  
  .menu-items {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  
  .chefs-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  
  .chef-image {
    height: 250px;
  }
  
  .philosophy-content {
    flex-direction: column;
  }
  
  .philosophy-text,
  .philosophy-image {
    width: 100%;
  }
  
  .philosophy-stats {
    justify-content: space-around;
  }
  
  .slide-content h1 {
    font-size: 2.5rem;
  }
  
  .slide-content p {
    font-size: 0.95rem;
    max-width: 90%;
  }
  
  .hero-buttons {
    gap: 12px;
  }
  
  .btn-primary, .btn-secondary {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
  
  .prev, .next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .dots-container {
    bottom: 20px;
  }
  
  .dot {
    width: 12px;
    height: 12px;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  
  .gallery-image {
    height: 200px;
  }
  
  .testimonial-card {
    padding: 25px 15px;
  }
  
  .testimonial-content p {
    font-size: 0.95rem;
  }

  .hero-text {
    padding: 20px;
    /* width: 60%; */
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .hero-text p {
    font-size: 14px;
  }

   /* .rotating-table  {
    right: 140px !important;
   } */
    .hero 
    {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50vh;
    }

   .dish {
    width: 120px;
    height: 120px;
   }

   .dish:nth-child(1) {
  background-image: url('../images/promo-4.png');
  background-position: center;
  background-size: cover;
  transform: rotate(0deg) translate(0, -130px) rotate(0deg);
  box-shadow: 2px 2px 20px #f45900;
}



.dish:nth-child(2) {
  background-image: url('../images/food-menu-1.png');
  background-position: center;
  background-size: cover;
  transform: rotate(60deg) translate(0, -130px) rotate(-60deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

.dish:nth-child(3) {
  background-image: url('../images/food-menu-4.png');
  background-position: center;
  background-size: cover;
  transform: rotate(120deg) translate(0, -130px) rotate(-120deg);
  box-shadow: 2px 2px 20px #f45900;

}

.dish:nth-child(4) {
  background-image: url('../images/food-menu-5.png');
  background-position: center;
  background-size: cover;
  transform: rotate(180deg) translate(0, -130px) rotate(-180deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

.dish:nth-child(5) {
  background-image: url('../images/promo-2.png');
  background-position: center;
  background-size: cover;
  transform: rotate(240deg) translate(0, -130px) rotate(-240deg);
  box-shadow: 2px 2px 20px #f45900;

}

.dish:nth-child(6) {
  background-image: url('../images/promo-5.png');
  background-position: center;
  background-size: cover;
  transform: rotate(300deg) translate(0, -130px) rotate(-300deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

}

/* For tablets */
@media (max-width: 768px) {
  .nav-left {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background: linear-gradient(135deg, #2c3e50, #1a1a2e);
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
  }
  
  body.light-theme .nav-menu {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
  }
  
  .nav-menu.active {
    left: 0;
  }
  
  .nav-item {
    margin: 10px 0;
  }
  
  .nav-link {
    padding: 15px;
    display: block;
  }
  
  .nav-link::after {
    display: none;
  }
  
  .dropdown-menu {
    position: static;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    visibility: visible;
    transform: none;
    display: block;
    margin-top: 10px;
  }
  
  body.light-theme .dropdown-menu {
    background: rgba(0, 0, 0, 0.05);
  }
  
  .dropdown-link {
    text-align: center;
  }
  
  .nav-icons {
    margin: 15px 0;
    justify-content: center;
  }
  
  .nav-button {
    margin: 20px 0;
  }
  
  .btn-order {
    padding: 12px 30px;
  }
  
  .hamburger {
    display: flex;
    margin-left: 15px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    width: 100%;
  }
  
  .footer-section {
    text-align: center;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .footer-section ul li {
    justify-content: center;
  }
  
  .footer-section.contact ul li {
    justify-content: flex-start;
  }
  
  .section-header,
  .features-grid {
    width: 100%;
  }
  
  .footer-bottom {
    width: 100%;
  }
  
  .order-section {
    padding-top: 100px;
  }
  
  .order-content {
    flex-direction: column;
  }
  
  .cart-section {
    position: static;
  }
  
  .menu-category h3 {
    font-size: 1.5rem;
  }
  
  .menu-items {
    grid-template-columns: 1fr;
  }
  
  .item-details h4 {
    font-size: 1.2rem;
  }
  
  .item-price {
    font-size: 1.2rem;
  }
  
  .chefs-section {
    padding: 100px 0 60px;
  }
  
  .chefs-grid {
    grid-template-columns: 1fr;
  }
  
  .chef-image {
    height: 300px;
  }
  
  .philosophy-content {
    flex-direction: column;
  }
  
  .philosophy-text,
  .philosophy-image {
    width: 100%;
  }
  
  .philosophy-stats {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .stat-item {
    width: 100%;
    text-align: center;
  }
  
  .hero-slideshow {
    height: 80vh;
  }
  
  .slide-content {
    padding: 15px;
  }
  
  .slide-content h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  
  .slide-content p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    max-width: 95%;
  }
  
  .hero-buttons {
    flex-direction: column;
    gap: 15px;
    width: 80%;
  }
  
  .btn-primary, .btn-secondary {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }
  
  .prev, .next {
    width: 35px;
    height: 35px;
    font-size: 14px;
    padding: 12px;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  
  .dots-container {
    bottom: 15px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
  }
  
  .gallery-section {
    padding: 80px 0 60px;
  }
  
  .gallery-filters {
    gap: 10px;
    margin-bottom: 30px;
  }
  
  .filter-btn {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-image {
    height: 250px;
  }
  
  .testimonials-section {
    padding: 60px 0;
  }
  
  .testimonial-card {
    padding: 20px 15px;
  }
  
  .testimonial-image {
    width: 80px;
    height: 80px;
  }
  
  .testimonial-content p {
    font-size: 0.9rem;
  }
  
  .testimonial-content h4 {
    font-size: 1.1rem;
  }
}

/* For mobile devices */
@media (max-width: 576px) {
  .container {
    padding: 0 10px;
    width: 100%;
  }
  
  .nav-logo img {
    height: 40px;
  }
  
  .nav-icons {
    gap: 10px;
  }
  
  .nav-icon,
  .theme-toggle {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .btn-order {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .footer {
    padding: 50px 0 0;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }
  
  .footer-logo {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-logo img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .section-header,
  .features-grid {
    width: 100%;
  }
  
  .footer-bottom {
    width: 100%;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-content p {
    font-size: 1rem;
  }
  
  .order-section {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  
  .section-header h2 {
    font-size: 2rem;
  }
  
  .menu-category h3 {
    font-size: 1.4rem;
  }
  
  .item-image {
    height: 150px;
  }
  
  .item-details {
    padding: 15px;
  }
  
  .item-details h4 {
    font-size: 1.1rem;
  }
  
  .item-price {
    font-size: 1.1rem;
  }
  
  .btn-add {
    padding: 6px 12px;
    font-size: 0.85rem;
  }
  
  .btn-quantity {
    width: 30px;
    height: 30px;
  }
  
  .cart-section {
    padding: 20px 15px;
  }
  
  .cart-header h3 {
    font-size: 1.3rem;
  }
  
  .btn-checkout {
    padding: 12px;
    font-size: 1rem;
  }
  
  .chefs-section {
    padding: 90px 0 50px;
  }
  
  .chef-image {
    height: 250px;
  }
  
  .chef-info {
    padding: 20px 15px;
  }
  
  .chef-info h3 {
    font-size: 1.3rem;
  }
  
  .philosophy-section {
    padding: 60px 0;
  }
  
  .philosophy-text h2 {
    font-size: 2rem;
  }
  
  .philosophy-text p {
    font-size: 0.95rem;
  }
  
  .stat-item h3 {
    font-size: 2rem;
  }
  
  .hero-slideshow {
    height: 70vh;
  }
  
  .slide-content h1 {
    font-size: 1.8rem;
  }
  
  .slide-content p {
    font-size: 0.85rem;
  }
  
  .hero-buttons {
    width: 90%;
  }
  
  .btn-primary, .btn-secondary {
    padding: 10px;
    font-size: 0.9rem;
  }
  
  .prev, .next {
    width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 10px;
  }
  
  .dots-container {
    bottom: 10px;
  }
  
  .dot {
    width: 8px;
    height: 8px;
  }
  
  .gallery-section {
    padding: 70px 0 50px;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .gallery-filters {
    flex-direction: column;
    align-items: center;
  }
  
  .filter-btn {
    width: 80%;
    margin-bottom: 10px;
  }
  
  .gallery-image {
    height: 220px;
  }
  
  .overlay-content h3 {
    font-size: 1.3rem;
  }
  
  .overlay-content p {
    font-size: 0.9rem;
  }
  
  .testimonials-section {
    padding: 50px 0;
  }
  
  .testimonial-card {
    padding: 15px 10px;
  }
  
  .testimonial-content p {
    font-size: 0.85rem;
  }
  
  .testimonial-content h4 {
    font-size: 1rem;
  }
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .slide p {
    font-size: 16px;
  }

  .testimonial-fade-slider h2{
    font-size: 25px;
  }

  .slides .slide img 
  {
  width: 100px;
  height: 100px;
  }

   .hero-text {
    padding: 20px;
    /* width: 60%; */
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .hero-text p {
    font-size: 14px;
  }

   .dish {
    width: 120px;
    height: 120px;
   }

   .dish:nth-child(1) {
  background-image: url('../images/promo-4.png');
  background-position: center;
  background-size: cover;
  transform: rotate(0deg) translate(0, -130px) rotate(0deg);
  box-shadow: 2px 2px 20px #f45900;
}



.dish:nth-child(2) {
  background-image: url('../images/food-menu-1.png');
  background-position: center;
  background-size: cover;
  transform: rotate(60deg) translate(0, -130px) rotate(-60deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

.dish:nth-child(3) {
  background-image: url('../images/food-menu-4.png');
  background-position: center;
  background-size: cover;
  transform: rotate(120deg) translate(0, -130px) rotate(-120deg);
  box-shadow: 2px 2px 20px #f45900;

}

.dish:nth-child(4) {
  background-image: url('../images/food-menu-5.png');
  background-position: center;
  background-size: cover;
  transform: rotate(180deg) translate(0, -130px) rotate(-180deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

.dish:nth-child(5) {
  background-image: url('../images/promo-2.png');
  background-position: center;
  background-size: cover;
  transform: rotate(240deg) translate(0, -130px) rotate(-240deg);
  box-shadow: 2px 2px 20px #f45900;

}

.dish:nth-child(6) {
  background-image: url('../images/promo-5.png');
  background-position: center;
  background-size: cover;
  transform: rotate(300deg) translate(0, -130px) rotate(-300deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

}

/* Extra small devices */
@media (max-width: 400px) {
  .nav-logo img {
    height: 35px;
  }
  
  .nav-link {
    font-size: 14px;
    padding: 12px;
  }
  
  .nav-icon,
  .theme-toggle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  
  .btn-order {
    padding: 8px 15px;
    font-size: 13px;
  }
  
  .footer-section h3 {
    font-size: 18px;
  }
  
  .footer-section ul li {
    font-size: 14px;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
  }
  
  .container {
    width: 100%;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: 25px;
    width: 100%;
  }
  
  .section-header,
  .features-grid {
    width: 100%;
  }
  
  .footer-bottom {
    width: 100%;
  }
  
  .order-section {
    padding-top: 80px;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .menu-category h3 {
    font-size: 1.3rem;
  }
  
  .item-image {
    height: 130px;
  }
  
  .item-details {
    padding: 12px;
  }
  
  .item-details h4 {
    font-size: 1rem;
  }
  
  .item-details p {
    font-size: 0.9rem;
  }
  
  .item-price {
    font-size: 1rem;
  }
  
  .item-actions {
    flex-wrap: wrap;
  }
  
  .btn-add {
    padding: 5px 10px;
    font-size: 0.8rem;
    width: 100%;
    margin-top: 5px;
  }
  
  .chefs-section {
    padding: 80px 0 40px;
  }
  
  .chef-image {
    height: 220px;
  }
  
  .chef-info h3 {
    font-size: 1.2rem;
  }
  
  .chef-bio {
    font-size: 0.9rem;
  }
  
  .philosophy-text h2 {
    font-size: 1.8rem;
  }
  
  .philosophy-text p {
    font-size: 0.9rem;
  }
  
  .stat-item h3 {
    font-size: 1.8rem;
  }
  
  .hero-slideshow {
    height: 65vh;
  }
  
  .slide-content h1 {
    font-size: 1.6rem;
  }
  
  .slide-content p {
    font-size: 0.8rem;
  }
  
  .hero-buttons {
    width: 95%;
  }
  
  .btn-primary, .btn-secondary {
    padding: 8px;
    font-size: 0.85rem;
  }
  
  .prev, .next {
    width: 25px;
    height: 25px;
    font-size: 10px;
    padding: 8px;
  }
  
  .gallery-section {
    padding: 60px 0 40px;
  }
  
  .gallery-image {
    height: 200px;
  }
  
  .overlay-content {
    padding: 15px;
  }
  
  .overlay-content h3 {
    font-size: 1.2rem;
  }
  
  .reservation-section {
    padding: 60px 0 40px;
  }
  
  .reservation-content {
    flex-direction: column;
  }
  
  .reservation-form .form-row {
    flex-direction: column;
    gap: 0;
  }
  
  .info-card {
    padding: 20px;
  }
  
  .contact-section {
    padding: 50px 0;
  }
  
  .contact-content {
    flex-direction: column;
  }
  
  .contact-item {
    flex-direction: column;
    gap: 10px;
  }
  
  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  
  .contact-details h3 {
    font-size: 1.1rem;
  }
  
  .contact-details p {
    font-size: 0.9rem;
  }



   .hero-text {
    padding: 20px;
    /* width: 60%; */
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .hero-text p {
    font-size: 14px;
  }



   .rotating-table  {
    /* right: -60px !important; */
    margin-top: 30px;
   }

   .hero {
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .dish {
    width: 100px;
    height: 100px;
   }

   .dish:nth-child(1) {
  background-image: url('../images/promo-4.png');
  background-position: center;
  background-size: cover;
  transform: rotate(0deg) translate(0, -130px) rotate(0deg);
  box-shadow: 2px 2px 20px #f45900;
}



.dish:nth-child(2) {
  background-image: url('../images/food-menu-1.png');
  background-position: center;
  background-size: cover;
  transform: rotate(60deg) translate(0, -130px) rotate(-60deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

.dish:nth-child(3) {
  background-image: url('../images/food-menu-4.png');
  background-position: center;
  background-size: cover;
  transform: rotate(120deg) translate(0, -130px) rotate(-120deg);
  box-shadow: 2px 2px 20px #f45900;

}

.dish:nth-child(4) {
  background-image: url('../images/food-menu-5.png');
  background-position: center;
  background-size: cover;
  transform: rotate(180deg) translate(0, -130px) rotate(-180deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

.dish:nth-child(5) {
  background-image: url('../images/promo-2.png');
  background-position: center;
  background-size: cover;
  transform: rotate(240deg) translate(0, -130px) rotate(-240deg);
  box-shadow: 2px 2px 20px #f45900;

}

.dish:nth-child(6) {
  background-image: url('../images/promo-5.png');
  background-position: center;
  background-size: cover;
  transform: rotate(300deg) translate(0, -130px) rotate(-300deg);
  box-shadow: 2px 2px 20px #1a1a2e;

}

}

/* ===== GALLERY RESPONSIVE STYLES ===== */

/* For tablets */
@media (max-width: 768px) {
  .gallery-section {
    padding: 80px 0 60px;
  }
  
  .gallery-filters {
    gap: 10px;
    margin-bottom: 30px;
  }
  
  .filter-btn {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-image {
    height: 250px;
  }
  
  .testimonials-section {
    padding: 60px 0;
  }
  
  .testimonial-card {
    padding: 20px 15px;
  }
  
  .testimonial-image {
    width: 80px;
    height: 80px;
  }
  
  .testimonial-content p {
    font-size: 0.9rem;
  }
  
  .testimonial-content h4 {
    font-size: 1.1rem;
  }

     .hero {
    display: flex;
    justify-content: center;
    align-items: center;
   }

}

/* For mobile devices */
@media (max-width: 576px) {
  .gallery-section {
    padding: 70px 0 50px;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .gallery-filters {
    flex-direction: column;
    align-items: center;
  }
  
  .filter-btn {
    width: 80%;
    margin-bottom: 10px;
  }
  
  .gallery-image {
    height: 220px;
  }
  
  .overlay-content h3 {
    font-size: 1.3rem;
  }
  
  .overlay-content p {
    font-size: 0.9rem;
  }
  
  .testimonials-section {
    padding: 50px 0;
  }
  
  .testimonial-card {
    padding: 15px 10px;
  }
  
  .testimonial-content p {
    font-size: 0.85rem;
  }
  
  .testimonial-content h4 {
    font-size: 1rem;
  }

     .hero {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
   }

}

/* Extra small devices */
@media (max-width: 400px) {
  .gallery-section {
    padding: 60px 0 40px;
  }
  
  .gallery-image {
    height: 200px;
  }
  
  .overlay-content {
    padding: 15px;
  }
  
  .overlay-content h3 {
    font-size: 1.2rem;
  }
  
  .testimonial-card {
    padding: 12px 8px;
  }
  
  .testimonial-content p {
    font-size: 0.8rem;
  }
}

/* ===== RESERVATION & CONTACT RESPONSIVE STYLES ===== */

/* For tablets */
@media (max-width: 768px) {
  .reservation-section {
    padding: 80px 0 60px;
  }
  
  .reservation-content {
    flex-direction: column;
  }
  
  .reservation-form-container {
    padding: 20px;
  }
  
  .reservation-form .form-row {
    flex-direction: column;
    gap: 0;
  }
  
  .info-card {
    padding: 20px;
  }
  
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-content {
    flex-direction: column;
  }
  
  .contact-form-container {
    padding: 20px;
  }
}

/* For mobile devices */
@media (max-width: 576px) {
  .reservation-section {
    padding: 70px 0 50px;
  }
  
  .reservation-form-container,
  .info-card,
  .contact-form-container {
    padding: 15px;
  }
  
  .contact-section {
    padding: 50px 0;
  }
  
  .contact-item {
    gap: 15px;
  }
  
  .contact-icon {
    width: 50px;
    height: 50px;
  }
}

/* Extra small devices */
@media (max-width: 400px) {
  .reservation-section {
    padding: 60px 0 40px;
  }
  
  .contact-section {
    padding: 40px 0;
  }
  
  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .contact-details h3 {
    font-size: 1rem;
  }
}






        /* Responsive */
        @media (max-width: 992px) {
            .hero-content-about h1 {
                font-size: 2.8rem;
            }
        }

        @media (max-width: 768px) {
            .hero-content-about h1 {
                font-size: 2.2rem;
            }
            
            .section-title-about h2 {
                font-size: 2rem;
            }
            
            .slide-about img {
                height: 400px;
            }
            
            .text-content-about h2 {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .hero-content-about h1 {
                font-size: 1.8rem;
            }
            
            .hero-content-about p {
                font-size: 1rem;
            }
            
            .btn-about {
                padding: 10px 25px;
            }
            
            .section-title-about h2 {
                font-size: 1.8rem;
            }
            
            .slide-about img {
                height: 300px;
            }
            
            .gallery-container-about {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }
            
            .gallery-item-about {
                height: 150px;
            }
        }


    /* ===== Responsive ===== */
    @media (max-width: 600px) {
      .menu-item {
        flex-direction: column;
        text-align: center;
      }
      .menu-info {
        padding-left: 0;
      }
    }



            /* responsive */
    @media (max-width:900px){
      .hero-video-section{flex-direction:column-reverse; text-align:center; padding:20px;}
      .vv-text{order:2}
      .vv-video{order:1; width:100%}
      .vv-text .vv-title{font-size:22px}
      .vv-actions{justify-content:center}
    }

        /* Responsive Design */
        @media (max-width: 992px) {
            .hero-content-services h1 {
                font-size: 3rem;
            }
            
            .special-container {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .special-image {
                order: -1;
            }
            
            .process-steps {
                flex-direction: column;
                gap: 50px;
            }
            
            .process-steps::before {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .hero-content-services h1 {
                font-size: 2.5rem;
            }
            
            .hero-content-services p {
                font-size: 1.1rem;
            }
            
            .section-title-services h2 {
                font-size: 2.2rem;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 576px) {
            .hero-content-services h1 {
                font-size: 2rem;
            }
            
            .hero-services {
                height: 70vh;
                clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            }
            
            .btn-services, .btn-cta {
                padding: 12px 30px;
            }
            
            .section-title-services h2 {
                font-size: 1.8rem;
            }
            
            .special-content h2 {
                font-size: 2rem;
            }
            
            .cta-content h2 {
                font-size: 2rem;
            }

            
        }