@media screen and (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: wrap;
  }

  .banner-slider.subpage figure {
    height: auto;
  }

  .mobile-logo {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .navbar-nav a.show::before,
  .navbar-nav a:hover::before,
  .nav-link.active::before {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
  .slidePlaceholder {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  header {
    padding: 0;
    position: relative;
    background: #000;
  }

  .navbar-nav a.logo {
    display: none;
  }

  .navbar-nav .btn-mobile {
    color: #fff;
  }

  .left-menu,
  .right-menu {
    display: flex;
    align-items: end;
    flex-direction: column;
  }

  .navbar-nav a {
    margin: 5px 0;
    font-size: 1.4rem;
    padding: 3px 9px;
  }

  .navbar-nav .btn-transparent,
  .navbar-nav .btn-reverse {
    padding: 5px 20px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .navbar-nav .nav-link.show::before,
  .navbar-nav .nav-link:hover::before,
  .navbar-nav .nav-link.active::before {
    display: none;
  }

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

  .navbar-toggler i {
    color: var(--primary);
    font-size: 30px;
  }

  .banner aside {
    position: relative;
    padding: 150px 0px 30px 0px;
  }

  .banner figure {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .banner figure img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .banner-slider .about aside {
    position: relative !important;
    padding: 150px 0px 30px 0px;
  }

  .banner-slider .about figure {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .banner-slider .about figure img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .scroll-down {
    display: none;
  }

  footer {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  /* Highlight active nav link with border-bottom for all views */
  .navbar-nav .nav-link.active {
    border-bottom: 2px solid #fff;
    /* Change color as needed */
    color: #fff !important;
  }

  /* Optional: Make sure it works for mobile too */
  @media (max-width: 992px) {
    .navbar-nav .nav-link.active {
      border-bottom: 2px solid #fff;
    }

    /* 
  .navbar-nav .nav-link.active::before,
  .navbar-nav .nav-link:focus::before {
    height: 3px;
    background: #ff6a39;
    width: 100%;
    left: 0;
  } */
  }

  h1,
  h2,
  h2.small {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .slick-prev {
    left: 0px;
  }

  .slick-next {
    right: 0px;
  }

  .footer-nav {
    flex-wrap: wrap;
  }

  #scroll {
    border: 1px solid #fff;
    bottom: 100px;
    width: 45px;
    height: 45px;
  }

  /* .chef-quote {
    max-width: 100%;
  } */

  /* .meet-text {
    position: absolute;
    text-align: left;
    margin-top: 20px;
    transform: none;
    font-size: 3rem;
    letter-spacing: 5px;
    font-family: "Covered By Your Grace";
    right: 10%;
  } */
}

@media (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
  #menuPdfIframe {
    width: 100%;
    height: 70vh;
    /* 70% of screen height for better mobile view */
    border: none;
  }

  /* Text initially hidden */
  .home-banner-content {
    padding-top: 40px;
    margin-top: 0px;
  }

  h1,
  h2,
  h2.small {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 600;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  h4 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  p,
  main,
  ul li,
  header {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  .vline {
    display: none;
  }

  #scroll-container {
    white-space: wrap;
  }

  .mid-img-panel figcaption {
    position: relative;
    top: -10px;
    padding: 20px;
    width: 100%;
    color: #333;
    background: #eee;
    border-radius: 0 0 8px 8px;
  }

  .btn-primary {
    padding: 12px 16px;
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.2rem;
  }

  footer h4 {
    font-weight: 600;
    margin-top: 30px;
  }

  .video-item:hover figcaption h3,
  .video-item:hover figcaption p,
  .video-item:hover figcaption .btn,
  .video-item:hover figcaption .play-icon {
    opacity: 1;
    transform: translateY(0);
    font-size: 1rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 576px) {
  .navbar-brand img {
    width: 150px;
  }

  .nav-tabs .nav-link {
    padding: 10px 15px;
  }

  .content-img-right {
    float: right;
    width: 100%;
    margin: 0 0 30px 0px;
  }

  footer .form-floating {
    width: 100%;
  }

  /* Make the carousel and images taller */

  #carouselExampleCaptions {
    height: 480px;
  }

  #carouselExampleCaptions .carousel-item img {
    height: 480px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 420px) {
  .social-media {
    gap: 16px;
  }
}
