.scrolltabs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}
.n-information .lightbox-close {
    top: 10px;
    right: 10px;

}
.scrolltabs::-webkit-scrollbar {
  display: none;
}
.lightbox-close{
      position: absolute;
       top: -15px;
    right: -12px;

    font-size: 2em;
    color: #222;
    cursor: pointer;
    background: #ffffffad;
border-radius: 50% !important;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 1px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
}
.scrolltabs .tab {
  flex: 0 0 auto;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 400;
}

.feedback-section {

  display: flex;
  justify-content: center;
}

.feedback-form {
  background: #fff;
  border-radius: 28px;
  max-width: 90vw;
  width: 90vw;
  max-width: 1200px;
  padding: 40px 48px 32px 48px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feedback-row {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}

.feedback-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.feedback-group label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
  font-size: 16px;
}

.feedback-group input,
.feedback-group textarea {
  background: #F1F2F4;
  /* background: color-mix(in srgb, var(--main-bg-color) 5%, transparent); */
  border: none;
  border-radius: 12px;
  padding: 18px 18px;
  font-size: 18;
  color: #444;
  margin-bottom: 0;
  outline: none;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 1.5px var(--main-bg-color);
  resize: none;
}

.feedback-group input:focus,
.feedback-group textarea:focus {
  box-shadow: 0 0 0 2px var(--main-bg-color);
}

.feedback-group textarea {
  min-height: 110px;
  max-height: 220px;
}

.feedback-note {
  text-align: center;
  margin-top: 10px;
  color: #888;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.action-cta .cta-primary {
  width: 240px;
}

@media (max-width: 900px) {
  .feedback-form {
    padding: 28px 12px 24px 12px;
  }

  .feedback-row {
    flex-direction: column;
    gap: 18px;
  }

}

/* Add to outlet-gallery.css */
.outlet-img.award-card {
  background: #f7f6f4;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

.outlet-img.award-card img {
  width: 100%;
  border-radius: 18px 18px 0 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.award-caption {
  padding: 12px 10px 10px 10px;
  font-size: 1em;
  color: #222;
  text-align: center;
  background: #f7f6f4;
  border-radius: 0 0 18px 18px;
}

.scrolltabs .tab.active {
  color: var(--main-bg-color);
  font-weight: 500;
  position: relative;
}

.scrolltabs .tab.active::before {
  content: "";
  border-bottom: 2px solid var(--main-bg-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.outlet-gallery-wrapper {
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.outlet-header {
  text-align: center;
  padding: 0 1em 2.5em 1em;
}

.outlet-header h1 {
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.outlet-subtitle {
  color: #555;
  margin-bottom: 0;
}

.outlet-tabs-section {
  background: #f3efea;

}

.n-information .outlet-gallery-grid .outlet-img img {
  aspect-ratio: auto;
}

.outlet-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
}

.outlet-city {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
  padding: 16px 0;
}

.outlet-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0;
  background: #fff;
  padding-top: 1.2em;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.outlet-tabs .tab {
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  color: #666666;
  padding: 0.5em 1em 0.7em 1em;

  cursor: pointer;
  transition: color 0.2s, #E5E7EB 0.2s;
}

.outlet-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2em;
  /* padding: 2em 2em 1em 2em; */
}

.outlet-gallery-grid-ni {
  grid-template-columns: repeat(4, 1fr);
  padding: 2em 0 1em 0;
}

.outlet-gallery-grid-ni .outlet-img-ni {
  text-align: center;
}

.outlet-img-ni img {
  border-radius: 16px;
}

.outlet-experience-content {
  text-align: center;
  padding: 0 1em;
}

.outlet-experience-content h2 {
  font-weight: 600;
  color: #222;
}

.outlet-experience-content p {
  color: #222;
}

.outlet-experience-btns {
  display: flex;
  justify-content: center;
  gap: 1em;
}

.reports-section {
  margin-top: 40px;
}

.reports-section .reports-section--inner {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.report-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;

  max-width: 300px;
  width: 100%;
}

.report-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.report-card .report-icon {
  border: none;
}

.report-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  text-decoration: none;
  color: #222;
}

.report-icon img {
  width: 80px;
  margin-bottom: 20px;
}

.report-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/* Disable scroll */
.noscroll {
  overflow: hidden;
}

/* Overlay */
/* ===============================
   LIGHTBOX BASE
================================= */

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox.active {
  display: flex;
}

/* Overlay */
.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

/* Wrapper */
.lightbox-wrapper {
  position: relative;
  width: auto;
  max-width: 900px;
  max-height: 90vh;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image */
.lightbox-img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

/* ===============================
   NAVIGATION BUTTONS
================================= */
.lightbox .prev {
    left: 30px;
}
.lightbox .next {
    right: 30px;
}
/* .n-information .lightbox-wrapper:hover .lightbox .prev, .n-information  .lightbox-wrapper:hover .lightbox .next {
    opacity: 1;
}
.n-information .lightbox .prev, .n-information  .lightbox .next {

        opacity: 0.1;
} */
.lightbox .prev, .lightbox .next {
    position: absolute;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55px !important;
    height: 55px;
    border: none;
    border-radius: 50% !important;
    font-size: 22px;
    color: #222;
    cursor: pointer;
    background: #ffffffad;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: inline-block;
    max-width: 55px !important;
}
/* Close Button */
.lightbox .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  border-radius: 8px;
  font-size: 22px;
  color: #222;
  cursor: pointer;
}

/* Counter */
.lightbox-counter {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
  text-align: center;
}

/* ===============================
   GALLERY GRID
================================= */

.outlet-gallery-grid {
  display: grid;
  place-items: start;
    align-items:stretch;
}

.outlet-img-ni img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
  .lightbox .prev {
    left: 30px;
  }

  .lightbox .next {
    right: 30px;
  }
}

/* Header & Layout Fix */
.noscroll header {
  z-index: 1;
}

.noscroll .CS-faqSection {
  position: relative;
  z-index: 0;
}

@media (max-width: 900px) {
  .outlet-tabs {

    flex-wrap: nowrap;


  }

  .outlet-gallery-wrapper {
    max-width: 100%;
    border-radius: 0;
  }

  .outlet-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 1em;
  }
}

@media (max-width: 767px) {
     .outlet-tabs-media .outlet-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  }
}

@media (max-width: 600px) {
  .lightbox .prev, .lightbox .next {
  
    width: 34px !important;
    height: 34px;
  }
  .outlet-tabs {
    padding-left: 25px;
    justify-content: start;

  }

  .outlet-gallery-grid {
    gap: 0.8em;
    grid-template-columns: repeat(2, 1fr);
    padding: 0.5em;
  }

  .outlet-header {
    padding: 1.2em 0.5em 0.5em 0.5em;
  }

  .outlet-experience-section {
    padding: 1.2em 0 1.2em 0;
  }

  .outlet-experience-btns {
    /* flex-direction: column; */
    gap: 0.7em;
  }


}
@media (max-width: 575px) {
     .outlet-tabs-media .outlet-gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}