/* Logo */
.navbar-brand-center img {
  height: 100px;
  max-width: 200px;
  object-fit: contain;
}

#navbar-header {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.navbar-brand-center {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-logo {
  height: 100px;
}

/* ===== MOBILE RESPONSIVE ===== */

@media (max-width: 992px) {
  /* Mobile logo */
  .navbar-brand-center img {
    height: 90px;
    max-width: 200px;
  }

  .navbar-brand-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Mobile nav links */
  .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }

  /* Mobile dropdown */
  .navbar-nav .dropdown-menu {
    border: none;
    padding-left: 15px;
    background: #f9f9f9;
    display: none;
    position: static !important;
    float: none;
    box-shadow: none !important;
  }

  .navbar-nav .dropdown.show .dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
  }

  .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }

  .navbar-nav .dropdown-menu .dropdown-item:hover,
  .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #ffe0e0;
    color: #e74c3c;
  }

  /* Hero section */
  .hero-left h1,
  .hero-left h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  /* Section headings */
  .heading-section h2 {
    font-size: 24px;
  }

  .heading-section .subheading {
    font-size: 14px;
  }

  /* Menu section */
  .menu-wrap {
    margin-bottom: 40px;
  }

  .menus {
    margin-bottom: 15px;
  }

  .menu-img {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }

  .menu-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }

  .menus .text-wrap h4 {
    font-size: 14px;
  }

  .menus .text-wrap p {
    font-size: 12px;
  }

  .menu-price {
    font-size: 14px !important;
  }

  /* Special dishes */
  .special-number {
    font-size: 36px;
  }

  .dishes-text h3 {
    font-size: 22px;
  }

  .special-dishes-price {
    font-size: 20px !important;
  }

  /* Team section */
  .team-card {
    margin-bottom: 30px;
  }

  .team-card img {
    max-height: 250px;
    object-fit: contain;
  }

  /* About section */
  .img-2 {
    height: 300px !important;
    margin-bottom: 20px;
  }

  .thumb-menu img {
    height: 70px;
    object-fit: cover;
  }

  .thumb-menu h6 {
    font-size: 11px;
  }

  /* Reservation form */
  #gtco-reservation .section-content {
    padding: 20px !important;
  }

  /* Testimonial */
  .testi-text {
    font-size: 14px;
  }

  /* Footer */
  .footer-widget {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-widget h4 {
    font-size: 18px;
  }

  .footer-logo {
    height: 70px;
  }

  .nav-mastfoot {
    justify-content: center !important;
  }

  .open-hours li {
    font-size: 14px;
  }

  /* Section padding */
  .section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  /* Extra small screens */
  .navbar-brand-center img {
    height: 80px;
    max-width: 180px;
  }

  .hero-left h1,
  .hero-left h2 {
    font-size: 22px;
  }

  .heading-section h2 {
    font-size: 20px;
  }

  .col-lg-4.menu-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dishes-text h3 {
    font-size: 18px;
  }

  .img-2 {
    height: 200px !important;
  }

  .team-card img {
    max-height: 200px;
  }

  /* Stack special dishes images better */
  #gtco-special-dishes img {
    margin-bottom: 20px;
  }

  #gtco-reservation .section-content {
    padding: 15px !important;
  }
}
