.mobile-sticky-footer {
  display: none;
}

/* ===== Responsive Navbar ======= */
@media (max-width: 992px) {
  .top-header-wrapper {
    display: none !important;
  }

  .main-navbar {
    top: 0;
    padding: 0px 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-toggle {
    display: block !important;
  }

  .nav-menu {
    display: none !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    gap: 15px;
    align-items: flex-start;
  }

  .nav-menu.active {
    display: flex !important;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    padding: 0 0 0 20px;
    background-color: transparent;
  }

  .nav-actions {
    display: none !important;
  }

  body {
    padding-top: 85px;
  }

  .hero-btn,
  .slider-nav,
  .booking-widget {
    display: none !important;
  }
}

/* ===== Tablet Responsive (max-width: 900px) ======= */
@media (max-width: 900px) {
  /* --- Breadcrumb Section --- */
  .breadcrumb-section {
    height: 300px;
  }
  .breadcrumb-title {
    font-size: 40px;
  }

  /* --- Intro Section --- */
  .intro-section {
    padding: 2rem 20px;
    background-size: 200px, 200px;
  }
  .intro-container {
    flex-direction: column;
  }
  .intro-image img {
    margin-top: 5vw;
  }
  .intro-content {
    padding: 0px 0px;
    align-items: center;
    text-align: left;
  }
  .intro-content .intro-divider-elegant {
    margin: 0 auto 20px auto;
  }
  .intro-content .btn-read-more {
    align-self: center;
  }
  .intro-image {
    min-height: 350px;
  }

  /* --- Events Section --- */
  .events-section {
    padding: 2rem 20px;
    background-size: 200px;
  }
  .events-grid {
    grid-template-columns: 1fr;
  }
  .event-card {
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
  }
  .event-img {
    position: relative;
    height: 250px;
    width: 100%;
  }
  .event-overlay {
    display: none;
  }
  .event-content {
    position: relative;
    width: 100%;
    padding: 20px 20px 10px 20px;
    color: #333;
    z-index: 1;
  }
  .event-title {
    color: #3a2e2b;
  }
  .event-desc {
    color: #666;
  }
  .event-actions {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    z-index: 1;
  }
  .btn-event-action {
    border-color: #7a6e65;
    color: #7a6e65;
    background-color: transparent;
  }
  .btn-event-action:hover {
    background-color: #7a6e65;
    color: #fff;
    border-color: #7a6e65;
  }

  /* --- Services Section --- */
  .services-section {
    padding: 2rem 20px;
  }
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }

  /* --- Amenities Section --- */
  .amenities-section {
    padding: 2rem 20px;
    background-size: 200px;
  }
  .amenities-grid {
    gap: 50px;
  }
  .stay-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  /* --- Memories Section --- */
  .memories-section {
    padding: 2rem 20px;
    background-size: 200px;
  }
  .memories-carousel {
    gap: 20px;
  }
  .memory-item.center img {
    height: 300px;
  }
  .memory-item.left img,
  .memory-item.right img {
    height: 200px;
  }

  .gallery-section {
    padding: 2rem 20px;
    background-size: 150px, 180px;
  }
  .gallery-heading {
    font-size: 24px;
  }
  .gallery-subheading {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .gallery-carousel {
    gap: 20px;
  }
  .gallery-item.center {
    height: 350px;
  }
  .gallery-item.side {
    height: 250px;
  }
  .gallery-frame {
    left: 20px;
    right: 20px;
  }

  /* --- Testimonial Section --- */
  .testimonial-section {
    padding: 4rem 20px;
  }
  .testimonial-card {
    padding: 40px 50px;
  }

  /* --- Contact Page Specific --- */
  .contact-info-cards {
    padding: 60px 20px;
  }
  .cards-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-form-container {
    flex-direction: column-reverse;
  }
  .contact-form-col,
  .contact-map-col {
    flex: 1 1 100%;
  }
  .contact-map-col {
    min-height: 350px;
  }

  /* --- Contact Section --- */
  .contact-section {
    padding: 4rem 20px;
  }
  .contact-container {
    gap: 30px;
  }
  .contact-map {
    height: 350px;
  }

  /* --- Footer Section --- */
  .footer-tulsi {
    padding: 40px 20px 20px 20px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

/* ===== Mobile Responsive (max-width: 600px) ======= */
@media (max-width: 600px) {
  /* --- Breadcrumb Section --- */
  .breadcrumb-section {
    height: 180px;
  }
  .breadcrumb-title {
    font-size: 26px;
  }
  .breadcrumb-path {
    font-size: 13px;
  }

  /* --- Intro Section --- */
  .intro-section {
    padding: 2rem 15px;
    background-size: 150px, 150px;
  }

  /* --- Events Section --- */
  .events-section {
    padding: 2rem 15px;
    background-size: 150px;
  }
  .events-header {
    margin-bottom: 30px;
  }
  .event-card {
    height: auto;
  }
  .btn-event-action {
    display: inline-block;
    padding: 10px 24px;
    font-size: 13px;
  }

  /* --- Services Section --- */
  .services-section {
    padding: 2rem 15px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-card-new {
    padding: 15px;
  }
  .service-img-wrapper {
    height: 150px;
  }

  /* --- Amenities / Gallery Headings Section --- */
  .amenities-section {
    padding: 2rem 15px;
    background-size: 150px;
  }
  .gallery-heading {
    font-size: 20px;
  }
  .amenities-grid {
    gap: 30px;
  }
  .stay-amenities-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 0 10px;
  }
  .amenity-item-new {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 290px;
    margin: 0 auto;
  }
  .amenity-item-new img {
    width: 60px;
    height: 60px;
  }
  .amenity-item-new span {
    font-size: 14px;
  }

  /* --- Memories Section --- */
  .memories-section {
    padding: 2rem 15px;
    background-size: 150px;
  }
  .memories-carousel {
    flex-direction: column;
  }
  .memory-item.left,
  .memory-item.right,
  .memories-btn {
    display: none;
  }
  .memory-item.center {
    width: 100%;
  }
  .memory-item.center img {
    height: 250px;
  }

  /* --- Gallery Section --- */
  .gallery-section {
    padding: 2rem 15px;
    background-size: 100px, 120px;
  }
  .gallery-subheading {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .gallery-frame {
    left: 10px;
    right: 10px;
    top: -15px;
    bottom: -15px;
  }
  .gallery-btn {
    display: none;
  }
  .gallery-carousel {
    flex-direction: column;
  }
  .gallery-item.side {
    display: none; /* Hide sides on mobile */
  }
  .gallery-item.center {
    height: 300px;
  }

  /* --- Testimonial Section --- */
  .testimonial-section {
    padding: 3rem 15px;
  }
  .testimonial-card {
    padding: 30px 20px;
  }
  .testimonial-heading {
    font-size: 20px;
  }
  .testimonial-text {
    font-size: 14px;
  }

  /* --- Contact Page Specific --- */
  .contact-info-cards {
    padding: 40px 15px;
  }
  .get-in-touch-section {
    padding: 3rem 15px;
  }
  .contact-form-col {
    padding: 30px 20px;
  }
  .contact-map-col {
    height: 400px;
    min-height: 400px;
  }
  .contact-map-col iframe {
    height: 100%;
    min-height: 400px;
  }

  /* --- Contact Section --- */
  .contact-section {
    padding: 3rem 15px;
  }
  .contact-container {
    flex-direction: column;
    gap: 40px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
  .contact-details {
    padding: 30px 0 0 0;
    border-left: none;
    border-top: 1px solid rgba(227, 169, 118, 0.4);
  }
  .contact-heading {
    font-size: 26px;
  }
  .contact-subheading {
    font-size: 14px;
  }

  /* --- Footer Section --- */
  .footer-tulsi {
    padding: 40px 15px 15px 15px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    text-align: left;
  }
  .footer-column.footer-brand {
    grid-column: span 2;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-column:nth-child(4) {
    grid-column: span 2;
    align-items: center;
    text-align: center;
  }
  .contact-info-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-info-list li {
    justify-content: center;
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-socials-new {
    justify-content: center;
  }
  .footer-legal {
    /* flex-direction: column; */
    gap: 15px;
  }
  .footer-bottom-divider {
    margin: 15px 0 15px 0;
  }

  /* --- Mobile Sticky Footer --- */
  .mobile-sticky-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a1614;
    padding: 10px 0;
    z-index: 1000;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  }
  .mobile-sticky-footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    gap: 4px;
    width: 25%;
  }
  .mobile-sticky-footer a img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }
  body {
    padding-bottom: 60px;
  }
}

/* ===== Laptops / Small Desktops ======= */
@media (max-width: 1250px) and (min-width: 993px) {
  .nav-menu {
    gap: 12px;
  }
  .nav-menu li a {
    font-size: 13px;
  }
  .nav-actions {
    gap: 12px;
  }
  .logo img {
    height: 60px;
  }
  .top-header-left {
    gap: 15px;
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }
  .info-item {
    font-size: 13px;
  }
}
