
/* navbar */

@media (min-width: 991px) {
  #nav-mobile {
    display: none !important;
  }
}

@media (max-width: 992px) {
  #nav-desk {
    display: none !important;
  }
}


/* hero section */

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 15px;
    margin-top: 1rem;
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar-social {
    justify-content: center !important;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
}


/* top about us */

@media (max-width: 991.98px) {
  .about-content {
    text-align: center;
  }
  .about-image-wrapper {
    min-height: 380px;
    margin-bottom: 2rem;
  }
  .about-image-wrapper .profile-image {
    width: 280px;
    height: 280px;
  }
  .about-image-wrapper::before {
    width: 360px;
    height: 360px;
  }
  .about-image-wrapper::after {
    width: 320px;
    height: 320px;
  }
}

/* start menu section */

@media (max-width: 991.98px) {
  .menu-display-section {
    padding: 40px 15px;
  }
  .menu-card {
    padding: 0;
  }
  .menu-content {
    padding: 30px;
  }
}


/* cabinet section */

@media (max-width: 768px) {
  .cabinet-section-modern {
    padding: 80px 0;
  }
}

/* bottom about use section */

@media (max-width: 991.98px) {
  .about-section-final {
    padding: 80px 0;
  }
  .about-text-content {
    text-align: center;
  }
  .image-showcase-right {
    margin-top: 3rem;
  }
}

/* panel section */

@media (min-width: 1200px) {
  .panel-col-2 {
    padding-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .panel-section-v4 {
    padding: 80px 15px;
  }
  .panel-col {
    text-align: center; /* Center text in columns on mobile */
  }
  .panel-col ul li {
    display: inline-block; /* Helps with centering */
    text-align: left;
    width: 100%; /* Ensures list items take full width for centering */
    max-width: 100%;
  }
}

/* service section */

@media (max-width: 991.98px) {
  .services-section {
    padding: 80px 0;
  }
  .services-intro {
    text-align: center;
    margin-bottom: 3rem;
  }
  .services-conclusion-para {
    text-align: center;
  }
}


/* product card section */

@media (max-width: 576px) {
  .product-card-new .product-image {
    height: 400px;
  }
  .product-text h3 {
    font-size: 1.3rem;
  }
}


/* details section */

@media (max-width: 991.98px) {
  .details-section-redesigned {
    padding: 80px 15px;
  }
  .details-text-content {
    text-align: center;
    margin-top: 2rem;
  }
  .details-features {
    justify-content: center;
  }
}

/* chef section */

@media (max-width: 991.98px) {
  .team-member-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .team-member-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* more service section */

@media (max-width: 991.98px) {
  .services-accordion-section {
    padding: 80px 15px;
  }
}

/* service section slider */

@media (max-width: 1200px) {
  .slider-slide {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 991.98px) {
  .services-slider-section {
    padding: 80px 15px;
  }
  .slider-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .slider-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* team section */

@media (max-width: 991.98px) {
  .team-profile-section {
    padding: 80px 15px;
  }
  .profile-content {
    padding: 30px;
  }
  .profile-image-wrapper {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .profile-contact-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .profile-contact-icons {
    margin-left: 0;
  }
}


/* menu seciton */

@media (max-width: 768px) {
  .menu-cta-section {
    padding: 80px 15px;
  }
}

/* full screnn hotel section */

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* gallery slider section */

@media (max-width: 991.98px) {
  .carousel-image-item {
    width: 250px;
    height: 330px;
  }
}
@media (max-width: 767.98px) {
  .carousel-image-item {
    width: 200px;
    height: 280px;
  }
  .image-carousel-wrapper::before,
  .image-carousel-wrapper::after {
    display: none; /* Remove fade effect on small screens */
  }
}


/* contect section */

@media (max-width: 991.98px) {
  .contact-section-v2 {
    padding: 80px 15px;
  }
  .contact-info-wrapper {
    border-radius: 20px 20px 0 0;
    text-align: center;
  }
  .contact-heading::after {
    margin-left: auto;
    margin-right: auto;
  }
  .map-wrapper {
    height: 400px;
    border-radius: 0 0 20px 20px;
  }
}

/* new sletter section */

@media (max-width: 991.98px) {
  .contact-content-wrapper {
    padding: 60px 30px;
  }
}


/* footer section */

@media (max-width: 767.98px) {
  .main-footer-content,
  .sub-footer {
    text-align: center;
  }
  .footer-links-col {
    margin-top: 2rem;
  }
  .sub-footer .text-md-start {
    text-align: center !important;
  }
  .footer-social-icons {
    justify-content: center;
    margin-top: 1rem;
  }
  .newsletter-form {
    flex-direction: column;
    align-items: center;
  }
}