@media (max-width: 1024px) {
  .tabdata {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}

@media (max-width: 767px) {
  .tabdata {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .footer-section.active ul {
    display: block;
  }

  .accordion-body {
    display: none;
    max-height: 0;
    overflow: hidden;
  }

  .footer-section.active .accordion-body {
    display: block;
    max-height: 500px;
    transition: max-height 0.3s ease;
  }

  /* By default, first tab is open on mobile */
  .footer-section:first-child .accordion-body {
    display: block;
    max-height: 500px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
  /* * {
    border: 1px solid #f00;
  } */
  .accordion-header i {
    display: block;
  }
  .right-text {
    order: -1;
    margin-bottom: 20px;
  }
  .tools-slider {
    order: 2;
  }
  .weddingDestinations .left-text,
  .weddingDestinations-slider {
    max-width: 100%;
    width: 100%;
  }
  .weddingDestinations-slider.position-absolute {
    position: static !important;
  }
  .weddingdestination-grid {
    grid-template-columns: 1fr;
  }
  .product-box .content {
    max-height: 50px;
  }
  .footer-bottom-right,
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom-right {
    gap: 0;
  }
  .weddingDestinations-slider-swiper .swiper-slide-active {
    width: 100% !important;
  }
  .topbar-right {
    float: none;
  }
  .right-text .cursiveText,
  .text-icon img {
    display: none;
  }
  .tools-slider .swiper-button-next {
    right: 0;
  }
  .tools-slider .swiper-button-prev {
    left: 0px;
  }
  .footer-section ul {
    text-align: center;
  }
  .header .logo.me-auto {
    margin-right: 0px;
  }
  .order2 {
    order: 2;
    padding-right: 1vw;
  }
  .footer-bottom .gap-4 {
    gap: 5px !important;
  }
  .footer-section {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .tabdata {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
