/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .content-wrapper h1 {
        font-size: 4rem;
    }
    .content-wrapper h2 {
        font-size: 20px;
    }
    .container-aboutus .about-content h2 {
        font-size: 38px;
    }
    .container-gallery .img-wrapper{
        width: 25%;
    }  
}

@media only screen and (max-width: 991px) {
    .content-wrapper h1 {
        font-size: 4rem;
    }
    header .header-sticky-logo{
        width: 90px;
    }
    header {
      position: sticky;
      top: 0;
    }
    .nav-logo-item{
      display: none;
    }
    .custom-navbar .top-nav-brand{
      display: block;
    }
    .navbar .navbar-collapse{
      position: absolute;
      right: 0;
      top: 100%;
      background-color: #fff;
      width: 100%;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding-left: 60px;
    }
    .navbar .navbar-nav .menu-item{
      margin: 10px 0;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
    header.custom-header{
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-bottom: 1px solid #ededed;
        /* background-color: #fff; */
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
    .custom-header .navbar-dark .navbar-nav .nav-link,
    header.custom-header.sticky-header .navbar-dark .navbar-nav .nav-link {
        color: black;
    }
    header .header-logo {
        display: none;
    }
    header .header-sticky-logo {
        display: block;
    }
    .content-wrapper h1 {
        font-size: 3rem;
    }
    header .header-sticky-logo,
    header.sticky-header .header-sticky-logo{
        width: 75px;
    }
    .container-aboutus .about-content h2,
    .container-contactus h2 {
        font-size: 36px;
    }
    .container-gallery h3  {
        font-size: 32px;
        font-weight: 600;
    }
    .container-aboutus,
    .container-contactus {
        padding: 60px 0px;
    }
    .top-toolbar {
        padding: 4px 20px;
        line-height: 22px;
    }
    .top-toolbar p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px) {
    header .header-sticky-logo, header.sticky-header .header-sticky-logo {
        width: 75px;
    }
    .content-wrapper h1 {
        font-size: 32px;
    }
    .content-wrapper h2 {
        font-size: 15px;
    }
    .navbar .navbar-nav{
      padding-left: 0px;
    }
    .btn-custom {
        font-size: 13px;
        padding: 2px 14px 4px;
        margin-top: 10px;
    }
    .slider-item {
        padding: 40% 0 35%;
        height: 80vh;
    }
    .top-strip {
        font-size: 12px;
        height: 30px;
        padding: 5px 8px 2px;
    }
    .carousel-indicators li{
        width: 20px;
        height: 2px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 14px;
        height: 15px;
    }
    .navbar-toggler{
        padding: 3px 8px;
    }
    .slider-content .content-wrapper {
        max-width: 80%;
    }
    .container-aboutus .about-content p{
        width: 100%;
    }
    .container-aboutus .about-content h2,
    .container-contactus h2 {
        font-size: 32px;
    }
    .container-gallery h3  {
        font-size: 28px;
    }
    .container-aboutus .about-content p {
        font-size: 14px;
    }
    .container-time .left-content{
        text-align: center;
    }
    .container-gallery .img-wrapper{
        width: 50%;
    }
    footer h3 {
        font-size: 18px;
    }
    .follow_us ul{
        float: left;
    }
    footer {
        padding: 40px 0 10px 0;
    }
    
}

@media only screen and (max-width: 480px) {
    .content-wrapper h1 {
        font-size: 30px;
    }
    .content-wrapper h2 {
        font-size: 13px;
    }
    .slider-item {
        padding: 40% 0 40%;
    }
    .container-gallery .img-wrapper{
        width: 100%;
    }
    .top-toolbar{
        display: none;
    }
}

/* For screens above 768px */
@media (min-width: 768px) {
  .image-column {
    display: flex;
    align-items: stretch;
  }

  .restaurant-image {
    height: 100%;
    max-height: none;
    min-height: 500px; /* Adjust this base min height */
    object-fit: cover;
  }

  /* Ensure left text + sponsorship section align well */
  .about-section .col-md-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
