*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body{
    background-color: white;
}
.main-nav {
    position: relative;
    z-index: 1000;
}

.navbar {
    display: flex;
    padding: 0% 6%;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    /* transition: background-color 0.3s ease, box-shadow 0.3s ease; */
}
.navbar-nav{
    justify-content: end;
}
.navbar-nav a{
    font-weight: 400;
    list-style: none;
    display: inline-block;
    padding: 15px 12px;
    position: relative;
}
.navbar-nav a{
    padding-bottom: 6px;
    color: #232424 ;
    text-decoration: none;
    font-size: 14px;
}
.navbar-nav a::after{
    content: '';
    width: 0%;
    height: 2px;
    background-color: #f3c96e   ;
    display: block;
    margin: auto; 
    transition: 0.5s;
}
.navbar-nav a:hover::after{
    width: 100%;
   
}
/* .navbar.scrolled {
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */
/* .navbar {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
  } */
  

.search-container {
        display: flex;
        align-items: center;
        gap: 10px; /* Spacing between elements */
    }

/* Adjust carousel height */




.hover-box {
    border-radius: 10px; 
    overflow: hidden; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-box:hover {
    transform: translateY(-10px); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}

.box-image {
    width: 100%; 
    height: 50%; 
}

.box-text {
    padding: 15px; 
}

.box-text h5 {
    margin-top: 10px;
    font-size: 1.25rem;
}

.box-text p {
    font-size: 0.95rem;
    color: black;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
}

.gallery img {
    width: 20%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}


 /* Category Buttons Container */
 .category-container {
    display: flex;
    flex-wrap: wrap; /* Allows buttons to wrap to the next row */
    justify-content: center; /* Center align the buttons */
    gap: 20px; 
    padding: 15px; 
}

/* Category Buttons */
.category-button {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #f5f5f5;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    font-size: 1rem; /* Default font size */
    flex: 1 1 calc(25% - 10px); /* Dynamically adjust size */
    max-width: calc(25% - 10px); /* Restrict max width */
    text-overflow: ellipsis; /* Handle overflow text */
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
}

.category-button:hover {
    background-color: #ffc107;
    color: #fff;
}

.category-button.active {
    background-color: #ffc107;
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .category-button {
        flex: 1 1 calc(33.33% - 10px); /* 3 buttons per row on medium screens */
        max-width: calc(33.33% - 10px);
        font-size: 0.9rem; /* Slightly smaller font size */
    }
}

@media (max-width: 576px) {
    .category-button {
        flex: 1 1 calc(50% - 10px); /* 2 buttons per row on small screens */
        max-width: calc(50% - 10px);
        font-size: 0.8rem; /* Smaller font size for small screens */
        padding: 8px 10px; /* Reduce padding for smaller screens */
    }
}

.review-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-text.expanded {
  -webkit-line-clamp: unset;
}

.show-more {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.star-rating {
  display: block !important;
  text-align: center;
}

.star-rating i {
  color: #f7bc1e;
  margin: 0 2px;
}

    .navbar {
        padding: 1% 6%;
        background: white;
        z-index: 1050;
        position: sticky;
        top: 0;
        left: 0;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .navbar-nav a {
        font-weight: 400;
        display: inline-block;
        padding: 15px 12px 6px;
        color: #232424;
        text-decoration: none;
        font-size: 14px;
        position: relative;
    }

    .navbar-nav a::after {
        content: '';
        width: 0%;
        height: 2px;
        background-color: #f3c96e;
        display: block;
        margin: auto; 
        transition: 0.5s;
    }

    .navbar-nav a:hover::after {
        width: 100%;
    }

    .search-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .nav-icon {
        margin-right: 6px;
    }

    .profile-section {
        display: none;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .profile-section img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    @media (max-width: 991.98px) {
        .navbar-collapse {
            position: fixed !important;
            top: 0;
            left: 0;
            height: 100vh;
            width: 250px;
            background-color: #fff;
            overflow-y: auto;
            padding: 20px;
            box-shadow: 2px 0 10px rgba(0,0,0,0.2);
            z-index: 1045;
            transform: translateX(-100%);
            transition: transform 0.3s ease-in-out;
        }

        .navbar-collapse.show {
            transform: translateX(0);
        }

        .navbar-nav {
            flex-direction: column;
            align-items: flex-start;
        }

        .dropdown-menu {
            position: static !important;
            float: none;
            display: none;
        }

        .nav-item.dropdown.show .dropdown-menu {
            display: block;
        }

        .navbar-toggler {
            z-index: 1051;
        }

        .profile-section {
            display: flex;
        }

        .desktop-only {
            display: none !important;
        }
    }

    @media (min-width: 992px) {
        .mobile-only {
            display: none !important;
        }

        .profile-section {
            display: none;
        }
    }


 .ticket-card {
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(135deg, #facc15, #fb923c); /* Sunset yellow-orange gradient */
  overflow: hidden;
  min-height: 180px;
  display: flex;
  align-items: center;
}

.ticket-content {
  z-index: 1;
}

.ticket-notch {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 50%;
}

.left-notch {
  left: -10px;
}

.right-notch {
  right: -10px;
}

.ticket-card.special {
  background: linear-gradient(135deg, #3b82f6, #06b6d4); /* Blue-teal gradient */
}

#cpbtn {
  background-color: #facc15;
  padding: 0.6em 1em;
  border-radius: 6px;
  color: white !important;
  gap: 0.5em;
  align-items: center;
  transition: background-color 0.3s ease;
  display: inline-flex; /* 👈 Required for gap & align-items */
  right: 10px;
  text-decoration: none;
}


#cpbtn:hover {
  background-color: #eab308; /* darker yellow */
  text-decoration: none;
}

    .custom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 1rem;
  grid-template-areas:
    "img1 img1 img2 img2"
    "img3 img4 img2 img2"
    "img5 img6 img6 img7";
}

/* Assign grid areas */
.img1 { grid-area: img1; }
.img2 { grid-area: img2; }
.img3 { grid-area: img3; }
.img4 { grid-area: img4; }
.img5 { grid-area: img5; }
.img6 { grid-area: img6; }
.img7 { grid-area: img7; }

.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 12px;
}

.img-wrapper:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "img1 img1"
      "img2 img2"
      "img3 img4"
      "img5 img6"
      "img7 img7";
  }
}

@media (max-width: 576px) {
  .custom-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img1"
      "img2"
      "img3"
      "img4"
      "img5"
      "img6"
      "img7";
  }
}

/* Grid Layout for promo-section */
.promo-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 2rem;
  padding: 2rem 5%;
  background: linear-gradient(135deg, #facc15, #fb923c);
  color: white;
  overflow: visible;
  min-height: 280px;        /* smaller gradient height */
  max-height: 380px;        /* cap height */
}

.promo-text {
  margin-top: -0.5rem;
  z-index: 2;
}

.promo-text h3 {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.promo-tagline {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  opacity: 0.95;
  line-height: 1.5;
}

.promo-message {
  margin-bottom: 2rem;
}

.promo-message h1 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.promo-message p {
  font-size: 1.05rem;
  line-height: 1.5;
  opacity: 0.95;
}

/* Button */
#showQrBtn {
  padding: 0.85rem 2.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #facc15;
  background: #ffffff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 8px 15px rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

#showQrBtn:hover,
#showQrBtn:focus {
  background-color: #facc15;
  color: white;
  transform: scale(1.05);
  outline: none;
}

/* Image */
.promo-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.promo-media img {
  width: 90%;              /* overflow outside container */
  margin-top: -3rem;        /* float upward */
  margin-left: -1rem;       /* float sideways */
  z-index: 3;
}

/* Responsive */
@media (max-width: 992px) {
  .promo-section {
    grid-template-columns: 1fr;
    text-align: center;
    max-height: none;      /* let it expand */
    padding: 3rem 2rem;
  }

  .promo-media img {
    width: 80%;
    margin: 1.5rem auto 0;
  }

  .promo-text {
    margin-top: 0;
  }

  .promo-message h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .promo-message h1 {
    font-size: 1.5rem;
  }
  .promo-message p {
    font-size: 0.95rem;
  }
  #showQrBtn {
    font-size: 0.95rem;
    padding: 0.75rem 1.8rem;
  }
}

  /* Modal */
  /* .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .modal.show {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 2rem 2.5rem;
    border-radius: 12px;
    max-width: 320px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
  }

  .modal.show .modal-content {
    transform: translateY(0);
  }

  .close-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease;
  }

  .close-btn:hover,
  .close-btn:focus {
    transform: rotate(90deg);
    outline: none;
  }

  .modal-content h2 {
    margin-bottom: 0.5rem;
    color: #008080;
  }

  .modal-content p {
    font-size: 0.95rem;
    color: #555;
  }

  #qrcode {
    margin: 1rem auto 1.5rem;
  }

  */
  @media (max-width: 768px) {
    .promo-section {
      padding: 2rem 3%;
    }

    button#showQrBtn {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
    }
  } 

.logo-img {
  max-width: 80px;
  height: auto;
  flex: 0 0 auto;
  margin: auto;
}

    .travel-section {
      padding: 60px 20px;
      text-align: center;
    }

    .travel-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 10px;
    }

    .travel-section p.description {
      color: #555;
      margin-bottom: 40px;
      max-width: 700px;
      margin-inline: auto;
    }

.travel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.travel-icon {
  font-size: 2.2rem;
  color: #ffc107;
  margin-bottom: 10px;
  display: inline-block;
  transition: color 0.3s ease;
}

.travel-card.active .travel-icon {
  color: #ffffff;
}

    .travel-card {
      background: white;
      padding: 30px 25px;
      border-radius: 10px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.05);
      text-align: left;
      position: relative;
      transition: all 0.3s ease;
      z-index: 1;
      overflow: hidden;
    }

    .travel-card.active {
      background-color: #ffcc40;
    }

    .travel-card:hover {
      background-color: #ffcc40;
      color: #1a1a2e;
    }


    .travel-card:hover .travel-icon {
      color: #fff;
    }

    .travel-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin: 10px 0;
      color: #1a1a2e;
    }

    .travel-text {
      font-size: 0.95rem;
      color: #555;
    }

    .travel-card:hover .travel-title,
    .travel-card:hover .travel-text {
      color: #1a1a2e;
    }

.travel-link {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  font-weight: 600;
  background-color: #ffcc40;
  color: #1a1a2e;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.travel-card:hover .travel-link {
  background-color: #ffffff;
  color: #1a1a2e;
}

.travel-card.active .travel-link {
  background-color: #ffffff;
  color: #1a1a2e;
}

@media (max-width: 768px) {
  .travel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .travel-grid {
    grid-template-columns: 1fr;
  }
}


.municipalitysection {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  color: white;
}

.municipalitysection::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.municipality-text {
  position: relative;
  z-index: 1;
  max-width: 40%;
  text-align: left;
}

.municipality-text h3 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.municipality-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 2rem;
}

.municipality-text button {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  background-color: #ffffffcc;
  color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.municipality-text button:hover {
  background-color: #fff;
}

#municipalitybtn{
   border-radius: 50px;
   width: 250px;
}

@media (max-width: 768px) {
  .municipality-text {
    max-width: 100%;
    text-align: center;
  }

  .municipalitysection {
    justify-content: center;
    padding: 2rem;
  }
}

    .story-img {
      max-height: 250px;
      object-fit: cover;
    }

    .mini-story-img {
      width: 100px;
      height: 70px;
      object-fit: cover;
      border-radius: 5px;
    }

    .section-title {
      font-weight: 700;
      font-size: 1.8rem;
    }

    .story-meta {
      font-size: 0.8rem;
      color: gray;
    }

    .mini-story-title {
      font-size: 0.9rem;
      font-weight: 600;
    }


.card-weather-wrapper{
 background-image: linear-gradient(163deg, rgb(239, 237, 237) 40%, #FFC107 100%);
 border-radius: 20px;
 transition: all .3s;
}

.card-weather {
 background-color: rgb(239, 237, 237);
 border-radius:4px;
 transition: all .2s;
}

.card-weather:hover {
 transform: scale(0.98);
 border-radius: 20px;
}

.card:hover {
 box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}

.icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; /* space between pills */
}

.icon-tag {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers text and icon together */
    gap: 8px;
    border: 2px solid #FFC107; /* dark green */
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 0.95rem;
    color: #1d1d1d;
    background: #fff;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
    line-height: 1; /* prevents extra space under text */
}

.icon-tag img {
    width: 20px;
    height: 20px;
    object-fit: contain; /* keeps icon sharp */
    display: block; /* remove inline image spacing */
}

/* Hover effect */
/* .icon-tag:hover {
    background: #FFC107;
    color: white;
} */

/* .icon-tag:hover img {
    filter: brightness(0) invert(1);
} */

/* Mobile responsiveness */
@media (max-width: 576px) {
    .icon-grid {
        gap: 10px;
    }
    .icon-tag {
        font-size: 0.85rem;
        padding: 6px 14px;
    }
    .icon-tag img {
        width: 18px;
        height: 18px;
    }
}

/* .icon-tag:hover img {
    filter: brightness(0) invert(1); /* make icon white on hover 
} */

.icon-label {
    margin: 0;           /* remove browser default spacing */
    line-height: 1;      /* prevent extra vertical space */
    display: flex;       /* align with icon inside pill */
    align-items: center; /* vertical centering */
}

.activity-card {
  position: relative;
  display: block;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 calc(20% - 1rem);
  max-width: calc(20% - 1rem);
  min-width: 200px;
}

.activity-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 40px 20px;
}

.activity-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  transition: all 0.4s ease;
}

.text-area {
  text-align: center;
  transition: all 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}

.activity-card:hover .overlay {
  align-items: center;
}

.activity-card:hover .text-area {
  transform: translateY(-10px);
}

.text-area h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.see-more-btn {
  display: inline-block;
  background-color: #fff;
  color: #333;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.activity-card:hover .see-more-btn {
  opacity: 1;
  transform: translateY(0);
}

 .category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); /* Auto-fit ensures responsive wrapping */
    gap: 10px;
    width: 100%; /* Take full width */
    max-width: 100%; /* Remove restriction */
    justify-content: center;
}

/* .category-button {
    background: none;
    border: 2px solid #FFC107;
    color: #FFC107;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 50px;
    min-width: 170px;
    white-space: nowrap;
}

.category-button:hover,
.category-button.active {
    background: #FBA01D;
    color: white;
} */

/* Ensure the parent container has enough spacing */
.col-md-8 {
    flex: 1; /* Ensures it takes available space */
    min-width: 0; /* Prevents shrinking issues */
}

/* Weather card section should not shrink */
.col-md-4 {
    flex-shrink: 0; /* Prevents the card from shrinking */
    min-width: 300px; /* Ensures it always has space */
}

.highlightcard {
  margin: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlightcard:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

  .section {
      padding: 20px 10px;
      text-align: center;
    }
    .section h1 {
      font-weight: 700;
      font-size: 2.5rem;
    }
    .section p {
      color: #6c757d;
      font-size: 1.125rem;
      max-width: 800px;
      margin: 20px auto 0;
    }



      @media (max-width: 768px) {
            .carousel-caption h1 {
                font-size: 1.5rem; 
            }
        }
        .no-results-found img {
    max-width: 100%;
    height: auto;
}

.no-results-found h2 {
    font-size: 24px;
}

.no-results-found p {
    font-size: 18px;
}

.event-box {
        background: #fff; padding: 20px; border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: left; border: 1px solid #ddd;
    }
    .municipality-title { color: #333; font-size: 18px; font-weight: bold; text-transform: uppercase; text-align: center; margin-bottom: 10px; }
    .event-item { border: 1px solid #ddd; border-radius: 5px; padding: 10px; margin-bottom: 10px; display: flex; align-items: center; cursor: pointer; }
    .event-item:hover { background: #f8f8f8; }
    .event-date { background: #f8f8f8; padding: 10px; border-radius: 5px; text-align: center; width: 50px; margin-right: 10px; }
    .event-day { font-size: 20px; font-weight: bold; color: #ffc107; display: block; }
    .event-month { font-size: 12px; text-transform: uppercase; color: #666; }
    .event-title { color: #000; font-size: 14px; font-weight: bold; }
    .no-events { text-align: center; color: #999; font-size: 14px; margin-top: 10px; }
    .more-events-btn { width: 100%; border-radius: 50px; font-weight: bold; padding: 5px; border: 2px #ffc107; color: #ffc107; background: transparent; text-transform: uppercase; }
    .more-events-btn:hover { background: #ffc107; color: white; }

    .scroll-container {
    display: flex;
    overflow-x: auto;
    padding: 20px;
    gap: 20px; 
        }

        /* Responsive Adjustments */
        @media (max-width: 450px) {
            .coupon {
                flex-direction: column;
                text-align: center;
            }

            .left {
                width: 100%;
                min-width: unset;
                height: 50px;
                writing-mode: horizontal-tb;
                border-right: none;
                border-bottom: 2px dashed black;
                font-size: 16px;
                padding: 5px;
            }

            .right h1 {
                font-size: 22px;
            }

            .right p {
                font-size: 12px;
            }
        }

        #favoriteIcon {
        transition: fill 0.3s ease-in-out;
    }
    
    .favorited svg {
        fill: red !important;
    }

    .favorite-button {
    position: absolute;
    top: 44px; /* Adjusted for better positioning */
    right: 8px;
    z-index: 10;
    background-color: white; /* Ensures visibility */
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
}

/* Scale effect on hover */
.favorite-button:hover {
    transform: scale(1.1);
}

#favoriteIcon {
        transition: fill 0.3s ease-in-out;
    }

    .favorite-icon svg {
    fill: gray;
    transition: fill 0.3s ease-in-out;
}

/* Apply red color when favorited */
.favorite-icon.favorited svg {
    fill: red !important;
}

@media (max-width: 992px) {
    .favorite-button {
        top: 78px;
        right: 8px;
        width: 34px;
        height: 34px;
    }
    .favorite-button svg {
        width: 22px;
        height: 22px;
    }
}

/* Ensure it remains inside the card on smaller screens */
@media (max-width: 768px) {
    .favorite-button {
        width: 32px;
        height: 32px;
        top: 6px;
        right: 48px;
    }
}

@media (max-width: 480px) {
    .favorite-button {
        width: 28px;
        height: 28px;
        top: 44px;
        right: 6px;
    }
}


  .sleep-section-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }

  .sleep-card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    cursor: pointer;
  }

  .sleep-card:hover {
    transform: scale(1.01);
  }

  .sleep-card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sleep-card-body {
    padding: 1rem;
    background-color: #fff;
  }

  .sleep-card-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .sleep-card-text {
    font-size: 0.9rem;
    color: #555;
  }

   .ui-datepicker {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: whitesmoke; /* Light yellow background */
    border: 1px solid #f7c14b;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 10000 !important; /* Ensures it's above modal content */
    width: 100%; /* Make sure it adjusts to container width if needed */
    max-width: 320px; /* For small screens */
}

/* Header */
.ui-datepicker-header {
    background: #f7c14b; /* Orange-Yellow */
    color: #fff;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    padding: 10px 0;
}

/* Days Row */
.ui-datepicker th {
    color: #333;
    font-weight: 600;
    background: #ffecb3; /* Softer yellow */
    padding: 6px 0;
}

/* Each Date Cell */
.ui-datepicker td a {
    display: block;
    padding: 8px;
    text-align: center;
    color: #555;
    background: #fff;
    border-radius: 4px;
    transition: background 0.3s ease;
    text-decoration: none;
}

/* Hover */
.ui-datepicker td a:hover {
    background: #f7b731;
    color: #fff;
}

/* Selected Date */
.ui-datepicker .ui-state-active {
    background: #ff9f1a;
    color: #fff;
    font-weight: 600;
}

/* Disabled Dates */
.ui-datepicker-unselectable .ui-state-default {
    background: gray;
    color: #bbb;
    cursor: not-allowed;
}

/* Previous/Next Arrows */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    background: #f7b731;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: background 0.3s ease;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: #ff9f1a;
}

/* Responsiveness */
@media (max-width: 768px) {
    .ui-datepicker {
        font-size: 12px;
    }
    .ui-datepicker td a {
        padding: 6px;
    }
}

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }


/* Layout */
.zanba-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .zanba-layout {
    grid-template-columns: 1fr;
  }
}

/* Sidebar */
.zanba-budget-sidebar {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.zanba-budget-dropdown {
  position: relative;
}
.zanba-price-btn {
  background: #ff9f1a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
}
.zanba-budget-slider-inline {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 10;
}

.zanba-sidebar-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.zanba-section-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.zanba-category-section {
  margin-bottom: 20px;
}
.zanba-category-section label {
  display: block;
  font-size: 14px;
  padding: 4px 0;
}

/* Right Column */
.zanba-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Filters Row */
.zanba-filters {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* Saved Budget Checkbox */
.zanba-checkbox {
  font-size: 14px;
}

/* Inline Budget Slider */
.zanba-budget-slider-inline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zanba-slider-track {
  width: 250px; /* Adjust width here */
}
.zanba-slider-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.zanba-slider-buttons {
  display: flex;
  gap: 8px;
}
.zanba-btn-outline {
  background: transparent;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}
.zanba-btn-primary {
  background: #ff9f1a;
  color: white;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}

/* Ensure at least 3 cards per row on desktop */
#cardGrid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 15px;
}

/* Card wrapper */
.directory-category-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.directory-category-card:hover {
  transform: translateY(-3px);
}

/* Image */
.product-category-thumbnail-wrapper img {
  width: 100%;
  object-fit: cover;
}

/* Title */
.product-category-title {
  font-size: 14px; /* smaller font */
  line-height: 1.3;
}

/* Price and text */
.product-category-description p,
.product-category-price {
  font-size: 13px;
}

/* Adjust action buttons size */
.product-category-action-controls ul li a {
  font-size: 13px;
  padding: 5px 8px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #cardGrid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .product-category-thumbnail-wrapper img {
    height: 120px;
  }
}


        .city-card {
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s;
            height: 250px;
            position: relative;
            text-decoration: none;
        }

        .city-card:hover {
            transform: scale(1.03);
        }

        .city-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .city-name {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: rgba(255, 255, 255, 0.85);
            padding: 5px 12px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            color: black;
        }

        @media (max-width: 768px) {
            .city-card {
                height: 200px;
            }
        }

        @media (max-width: 576px) {
            .city-card {
                height: 180px;
            }
        }

        a:link,
        a:visited {
            color: inherit;
            text-decoration: none;
        }

        .city-card a,
        .city-card a:link,
        .city-card a:visited {
            color: inherit;
            text-decoration: none;
        }


    .fav-section {
      background: linear-gradient(to bottom right, #fff8f0, #fff);
      padding: 40px 0;
    }

    .destination-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      height: 100%;
    }

    .destination-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .activity-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1rem;
    }

    .rank-box {
      width: 30px;
      height: 30px;
      background-color: #ff5e57;
      color: #fff;
      font-weight: bold;
      border-radius: 6px;
      text-align: center;
      line-height: 30px;
      margin-right: 10px;
      flex-shrink: 0;
    }

    .activity-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 8px;
      margin-right: 10px;
      flex-shrink: 0;
    }

    .activity-info h6 {
      margin: 0;
      font-weight: 600;
    }

    .activity-info p {
      font-size: 0.875rem;
      color: #ff6b00;
      margin: 0;
    }

    @media (max-width: 767px) {
      .carousel-inner .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }

      .carousel-inner .col-md-4 {
        flex: 0 0 auto;
        width: 85%;
        scroll-snap-align: start;
      }
    }


  .city-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #e69b00;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 40px;
}


.city-logo-grid {
  display: flex;
  grid-template-columns: repeat(5, 1fr); /* Force 2 rows on desktop */
  max-width: 700px;
  width: 100%;
  justify-items: center;
}

.city-logo-grid .col img {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;

}

.city-image {
  flex: 1 1 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.city-image iframe,
.city-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .city-logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .city-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .city-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ios-header-text {
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 1.5rem;
    color: #000;
}

/* Card Container */
.municipality-activity-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    /* iOS "Retina" border and soft shadow */
    border: 0.5px solid #d1d1d6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    height: 100%;
}

/* Card Header */
.municipality-activity-card-header {
    font-weight: 700;
    font-size: 17px;
    padding: 16px 16px 8px 16px;
    color: #000;
}

/* List Styling */
.municipality-activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.municipality-activity-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    transition: background-color 0.2s;
}

/* Highlight effect on click */
.municipality-activity-list li:active {
    background-color: #f2f2f7;
}

/* The Inset Divider Line */
.municipality-activity-list li:not(:last-child) {
    background-image: linear-gradient(to right, transparent 45px, #c6c6c8 45px);
    background-repeat: no-repeat;
    background-size: 100% 0.5px;
    background-position: bottom;
}

.ios-list-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ios-list-content i {
    color: #ff9500; /* System Orange */
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.ios-list-content span {
    font-size: 16px;
    color: #000;
}

.ios-chevron {
    color: #c4c4c6;
    font-size: 12px;
}


.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #004225; /* dark green */
}
.filter-header .arrow {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.filter-header[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

/* Custom Checkbox */
.directory-custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #004225; /* dark green text */
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 30px; /* space for checkmark */
}

.directory-custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.directory-custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  border: 2px solid #004225; /* dark green border */
  border-radius: 3px;
  background-color: white;
}

.directory-custom-checkbox input:checked ~ .checkmark {
  background-color: #004225; /* filled green when checked */
  border-color: #004225;
}

.directory-custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.directory-custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Checkmark style */
.directory-custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.zanba-pill {
  border: 2px solid transparent; 
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 14px;
  color: #444;
  background-color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.zanba-pill:hover {
  background-color: #fff8e1;
  border: 2px solid #e0a800; 
  border-color: #e0a800;
  color: #000;
}

/* When checkbox is checked */
.btn-check:checked + .zanba-pill {
  /* background-color: #ffc107; */
  color: #000;
  border-color: #e0a800;
  font-weight: 600;
}

.sticky-filters {
  position: sticky;
  top: 80px; /* adjust based on navbar height */
  z-index: 100;
}


/* Wrapper */
.cart-wrapper {
  width: 100%;
  background: #f9f9f9;
  padding: 20px 0;
}

/* Main container */
.cart-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* Right Section */
.cart-right {
  width: 100%;
}
.cart-left {
  width: 40%;
}
.cart-title {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
  line-height: 1.2;
}

/* Cart Card */
.cart-item-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
  padding: 15px;
  margin-bottom: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-wrap: wrap;
  position: relative; /* required for overlays */
}

.cart-item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 14px rgba(0,0,0,0.12);
}

/* ------------------------------- */
/*  CHECKBOX                       */
/* ------------------------------- */
.cart-checkbox-container {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  user-select: none;
}

.cart-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  height: 22px;
  width: 22px;
  background-color: #eaeaea;
  border: 2px solid #FFB300;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.cart-checkbox-container input:checked ~ .checkmark {
  background-color: #FFB300;
  border-color: #FF9800;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.cart-checkbox-container input:checked ~ .checkmark::after {
  display: block;
}

.cart-checkbox-container .checkmark::after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* DISABLED CHECKBOX (Unavailable / Expired) */
.disabled-checkbox + .checkmark {
  opacity: 0.5;
  cursor: not-allowed;
}


/* ------------------------------- */
/*  IMAGE                           */
/* ------------------------------- */
.cart-item-img img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 15px;
}


/* ------------------------------- */
/*  DETAILS                         */
/* ------------------------------- */
.cart-item-details {
  flex: 1;
}

.cart-item-details h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.cart-item-details p {
  margin: 3px 0;
  font-size: 14px;
  color: #666;
}

.cart-item-details strong {
  color: #000;
}


/* ------------------------------- */
/*  EMPTY CART                      */
/* ------------------------------- */
.cart-empty {
  text-align: center;
}

.cart-empty img {
  max-width: 300px;
  margin: 20px auto;
  display: block;
}

.cart-empty h2 {
  font-size: 20px;
  font-weight: 600;
  color: #f0a500;
  margin-top: 15px;
}

.cart-empty p {
  color: #888;
  font-size: 14px;
}


/* ------------------------------- */
/*  ACTION BUTTONS                  */
/* ------------------------------- */
.cart-item-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}


/* ------------------------------- */
/*  EXPIRED STATE                   */
/* ------------------------------- */
.cart-item-card.expired {
  background: #f5f5f5;
  opacity: 0.7;
  pointer-events: none; /* entire card disabled except delete button */
}

.cart-item-card.expired::after {
  content: "Expired";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.75);
  color: #444;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-transform: uppercase;
}


/* ------------------------------- */
/*  UNAVAILABLE STATE (NEW)        */
/* ------------------------------- */
.cart-item-card.unavailable {
  opacity: 0.65;
  pointer-events: none; /* block clicking on whole card */
}

.cart-item-card.unavailable::after {
  content: "Unavailable";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.6);
  color: #b20000;
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-transform: uppercase;
}


/* Re-enable ONLY delete button on expired/unavailable */
.cart-item-card.unavailable .btn-action-cart.delete,
.cart-item-card.expired .btn-action-cart.delete {
  pointer-events: auto;
  opacity: 1 !important;
}




.btn-action-cart {
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Colors for different actions */
.btn-action-cart.view {
  background: #fff;
  color: #d4ac0d;
}
.btn-action-cart.view:hover {
  background: #d4ac0d;
  color: #fff;
}
.btn-action-cart.edit {
  background: #fff;
  color: #d4ac0d;
}
.btn-action-cart.edit:hover {
  background: #d4ac0d;
  color: #fff;
}
.btn-action-cart.delete {
  background: #fff;
  color: #d4ac0d;
}
.btn-action-cart.delete:hover {
  background: #d4ac0d;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .cart-item-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .cart-item-img img {
    width: 80px;
    height: 80px;
    margin: 10px 0;
  }
  .cart-item-details h5 { font-size: 16px; }
  .cart-item-details p { font-size: 13px; }
  .cart-empty img { max-width: 420px !important; }

  /* ✅ Keep actions horizontal but centered */
  .cart-item-actions {
    justify-content: left;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .btn-action-cart {
    font-size: 14px;   /* smaller icons */
    padding: 6px 10px;
  }
}
/* 
.status-badge.available { background:#e6f4ea; color:#1a7f36; }
.status-badge.expired { background:#fff7e6; color:#b36b00; }
.status-badge.not-available { background:#fff0f0; color:#c92a2a; }
.status-badge.expired { background:#fff7e6; color:#b36b00; } */

.status-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 999px;
    text-transform: capitalize;
    color: #333;
    transition: background-color 0.3s ease;
    border: 2px solid transparent;
}

/* Status-based border colors */
.status-confirmed {
  border-color: #2ecc71;
  color: #2ecc71;
}

.status-approved {
  border-color: #2ecc71;
  color: #2ecc71;
}

.status-expired {
    border-color: #e74c3c;
  color: #e74c3c;
}
.status-denied {
    border-color: #e74c3c;
  color: #e74c3c;
}

.status-reserved {
    border-color: #ffc107;
    color: #856404;
}

.status-pending {
    border-color: #ffc107;
    color: #856404;
}

.status-disabled {
    border-color: #6c757d;
    color: #6c757d;
}

.status-lightblue {
    background: #e6f3ff;   /* very light blue */
    color: #4b8fe8;       /* Google blue */
    font-weight: 600;
}
.status-pyellow {
    background: #fff9db;
    color: #b38f00;
    font-weight: 600;
}
.status-blue {
    background: #d7eaff;   /* light pastel blue */
    color: #0b5edb;        /* Bootstrap primary blue */
    font-weight: 600;
}

.status-green {
    background: #e6f4ea;
    color: #1a7f36;
    font-weight: 600;
}

/* RED (Expired, Cancellation Request Pending, Cancelled) */
.status-red {
    background: #ffecec;
    color: #d11a1a;
    font-weight: 600;
}

/* ORANGE (Checked Out) */
.status-orange {
    background: #fff3e0;
    color: #e67e22;
    font-weight: 600;
}

/* YELLOW (Checked In) */
.status-yellow {
    background: #fffce0;
    color: #c9a600;
    font-weight: 600;
}



 .airbnb-table-container {
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.05);

    }

    .airbnb-table-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
        color: #333;
    }

    .airbnb-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    .airbnb-table thead {
        background-color: #f9f9f9;
        border-bottom: 2px solid #ddd;
    }

    .airbnb-table th {
        padding: 12px;
        font-size: 14px;
        font-weight: 600;
        color: #555;
        text-align: left;
    }

    .airbnb-table td {
        padding: 14px 12px;
        font-size: 14px;
        color: #444;
        border-bottom: 1px solid #eee;
        vertical-align: middle;
    }

    .airbnb-table tbody tr:last-child td {
        border-bottom: none;
    }

    .airbnb-table i {
        font-size: 20px;
        cursor: pointer;
        transition: color 0.2s ease;
    }

    @media (max-width: 768px) {
        .airbnb-table th, .airbnb-table td {
            font-size: 13px;
        }

        .airbnb-table-container {
            padding: 16px;
        }
    }

.table-responsive {
    overflow-x: auto;
}

/* Action icons alignment and spacing */
@media (max-width: 576px) {
    .table th, .table td {
        white-space: nowrap;
        font-size: 13px;
    }

    .table td select {
        max-width: 100px;
        font-size: 12px;
    }

    .pagination .page-link {
        font-size: 14px;
        padding: 6px 10px;
    }

    .table td .bx {
        font-size: 20px !important;
    }

    .pagination li.d-sm-block {
        display: none !important;
    }
}

	/* Table Wrapper for horizontal scroll on mobile */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* Action icons container */
.action-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

/* Action icons style */
.action-icons a i {
    font-size: 24px;
    padding: 4px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}
    .table thead th {
        color: black;
    }
@media (max-width: 768px) {
	    .table thead th {
        color: black;
    }
  .table thead {
      display: none;
  }

  .table tbody tr {
      display: block;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 10px;
      margin-bottom: 20px;
      padding: 15px;
  }

  .table td {
      display: flex;
      flex-direction: column; /* Stack vertically for better responsiveness */
      align-items: flex-start; /* Align everything to the left */
      padding: 8px 10px;
      border: none;
      font-size: 14px;
  }

  .table td::before {
      content: attr(data-label);
      font-weight: 600;
      color: #333;
      margin-bottom: 5px;
  }

  .table td select {
      max-width: 120px;
      font-size: 13px;
  }

 .action-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 5px;
  }

  .action-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }

  .action-icons i {
    font-size: 20px;
  }

}

.ribbon { position: absolute; top: 10px; left: -10px; background: #ff5e5e; color: #fff; padding: 0.25em 1em; font-size: 0.75rem; font-weight: 700; transform: rotate(-15deg); z-index: 10; }
.ribbon-green { background: #28a745; }
.ticket-card { border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.ticket-card:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(0,0,0,0.2); }
.mobile-coupons-wrapper .mobile-coupons { scroll-snap-type: x mandatory; }
.mobile-coupons-wrapper .ticket-card { scroll-snap-align: start; flex-shrink: 0; }
/* --- See All Offers Button --- */
#cpbtn {
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  box-shadow: none;
}

#cpbtn:hover {
  background: linear-gradient(135deg, #eab308, #ca8a04);
  color: #000;
  box-shadow: none;
}

/* --- Filter Buttons --- */
.filter-btn {
  border-radius: 50px;
  font-weight: 600;
  padding: 8px 20px;
  border: 2px solid #facc15;
  color: #facc15;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: none;
}

.filter-btn:hover {
  background: #facc15;
  color: #000;
  border-color: #facc15;
  box-shadow: none;
}

.filter-btn.active {
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #000;
  border-color: transparent;
  box-shadow: none;
}

/* --- Smooth Transitions --- */
.filter-btn,
#cpbtn {
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* --- Scrollbar for Filter Row --- */
.mb-4.d-flex.overflow-auto {
  scrollbar-width: thin;
  scrollbar-color: #facc15 transparent;
}

.mb-4.d-flex.overflow-auto::-webkit-scrollbar {
  height: 6px;
}

.mb-4.d-flex.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #facc15;
  border-radius: 10px;
}

.ticket-card.special {
  background: linear-gradient(135deg, #3b82f6, #06b6d4); /* Blue-teal gradient */
  color: white;
}

/* Private coupon */
.ticket-card.private {
  background: linear-gradient(135deg, #1d5f2e, #7fff80); /* Green gradient */
  color: white;
}

/* Shared styling for all ticket cards */
.ticket-card {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
}

.ticket-card:hover {
  transform: translateY(-5px);
}

#bookbtn {

    box-shadow: 0 4px 8px rgba(255, 193, 7, 0.4); 
}

#addtocartbtn {

    color: #ffc107; /* keeps the text yellow */
    border-width: 2px; /* bolder outline */
    transition: all 0.3s ease;
}

#addtocartbtn:hover {
    background-color: #ffc107;
    color: white;
}

.form-check-input {
  border: 2px solid #ffc107 !important;  /* yellow border */
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.form-check-input:checked {
    background-color: #ffc107;   /* Bootstrap warning yellow */
    border-color: #ffc107;
}


.form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.4);
}

/* Slight rounded corners only */
.custom-input {
  border-radius: 6px !important;
}

/* Highlight border with yellow on focus */
.custom-input:focus {
  border-color: #FFC107 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

/* Style floating label when focused */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #FFC107;
  font-weight: 600;
}

 .payment-section-title {
      font-weight: bold;
      font-size: 1.1rem;
      margin-bottom: 1rem;
    }
    .reservation-summary img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
    }
    .price-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: .5rem;
    }
    .total {
      font-weight: bold;
      font-size: 1.2rem;
      border-top: 1px solid #ddd;
      padding-top: .75rem;
      margin-top: .75rem;
    }
    @media (max-width: 768px) {
      .price-row {
        flex-direction: column-reverse;
      }
      .reservation-summary {
        margin-bottom: 1.5rem;
      }
    }

/* Mobile Tweaks: Two-column + Highlight active */
@media (max-width: 768px) {
  .travel-section h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .travel-section .description {
    font-size: 0.95rem;
    text-align: center;
    margin: 0 auto 1.2rem;
    max-width: 90%;
    line-height: 1.5;
  }

  .travel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* two-column layout */
    gap: 1rem;
  }

  .travel-card {
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, background 0.3s ease;
  }


  .travel-card.active .travel-icon {
    color: #fff;
  }

  .travel-icon {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }

  .travel-title {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }

  .travel-text {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0.6rem;
  }

  .travel-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #000; /* black */
    text-decoration: none;
  }

  .travel-card.active .travel-link {
    color: #000; /* keep black even inside active card */
  }
}

.reservation-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

/* Circular floating buttons */
.reservation-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover lift + glow */
.reservation-actions .action-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
}

/* Icon base style */
.reservation-actions i {
  font-size: 22px;
  transition: color 0.3s ease;
}

/* Color per icon */
.reservation-actions a[title="View"] i {
  color: #fba01d;
}

.reservation-actions a[title="Pay"] i {
  color: rgba(15, 183, 43, 1);
}

.reservation-actions a[title="Cancel"] i {
  color: rgb(251, 29, 29);
}

/* Glow per hover */
.reservation-actions a[title="View"]:hover {
  box-shadow: 0 6px 16px rgba(251, 160, 29, 0.4);
}

.reservation-actions a[title="Archive"]:hover {
  box-shadow: 0 6px 16px rgba(141, 141, 141, 0.4);
}

.reservation-actions a[title="Pay"]:hover {
  box-shadow: 0 6px 16px rgba(15, 183, 43, 0.4);
}

.reservation-actions a[title="Cancel"]:hover {
  box-shadow: 0 6px 16px rgba(251, 29, 29, 0.4);
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .reservation-actions {
    justify-content: flex-start;
    gap: 10px;
  }

  .reservation-actions a {
    width: 38px;
    height: 38px;
  }

  .reservation-actions i {
    font-size: 18px;
  }
}

.review-card {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    transition: 0.25s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.review-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.review-stars .stars {
    font-size: 1.1rem;
    color: #f4b400; /* yellow/gold */
}

.review-stars .empty {
    color: #ccc; /* optional, to match empty stars */
}

.review-text {
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.review-facility {
    font-size: 0.9rem;
    color: #555;
    margin-top: 5px;
}
   .checkout-container{
            max-width:auto;
            margin:20px auto;
            display:flex;
            gap:20px;
        }
        .checkout-left{
            flex:3;
        }
        .checkout-right{
            flex:1.2;
            background:#fff;
            padding:20px;
            border-radius:12px;
            box-shadow:0 4px 10px rgba(0,0,0,0.1);
            height: fit-content;
            position: sticky;
            top: 20px;
        }
        .item-card{
            background:#fff;
            padding:18px;
            border-radius:12px;
            margin-bottom:18px;
            display:flex;
            gap:18px;
            align-items:center;
            box-shadow:0 2px 8px rgba(0,0,0,0.05);
        }
        .item-img{
            width:120px;
            height:90px;
            background:#ddd;
            border-radius:10px;
            object-fit:cover;
        }
        .item-details h3{
            margin:0;
            font-size:20px;
        }
        .item-details p{
            margin:4px 0;
            color:#555;
        }
        .price-tag{
            font-size:18px;
            color:#f3c96e;
            margin-top:6px;
            font-weight:bold;
        }
        .summary-row{
            display:flex;
            justify-content:space-between;
            margin-bottom:10px;
            font-size:16px;
        }
        .grand-total{
            font-size:20px;
            font-weight:bold;
            margin-top:20px;
            border-top:1px solid #ccc;
            padding-top:15px;
        }
        .btn-paywishlist{
            width:100%;
            padding:12px;
            background:#f3c96e;
            border:none;
            color:#fff;
            font-size:18px;
            font-weight:bold;
            border-radius:8px;
            margin-top:15px;
            cursor:pointer;
        }
        .btn-paywishlist:hover{
            background:#d46f1d;
        }


         .municipality-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.municipality-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.municipality-card img {
  height: 140px;
  object-fit: cover;
}
.municipality-item {
  padding: 12px 10px;
  border-radius: 12px;
  transition: background 0.2s ease;
}

.municipality-item:hover {
  background: #f8f9fa;
}

.municipality-img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffc107; /* ZanBa yellow */
}

.platform-toggle {
  display: inline-flex;
  background: #f1f1f1;
  border-radius: 999px;
  padding: 4px;
}

.toggle-btn {
  border: none;
  background: transparent;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.25s ease;
}

.toggle-btn.active {
  background: #ffffff;
  color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.toggle-btn:not(.active):hover {
  color: #000;
}

.instruction-carousel {
  text-align: center;
}

.carousel-track {
  display: none;
}

.carousel-track.active {
  display: block;
}

.carousel-slide {
  display: none;
}

.carousel-slide.active {
  display: block;
}

.instruction-img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  margin-bottom: 12px;
}

.carousel-slide h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.carousel-slide p {
  font-size: 0.85rem;
  color: #666;
}

/* iOS-style dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}

.carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d1d1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.carousel-dots span.active {
  background: #000;
  transform: scale(1.2);
}


 @media (max-width: 768px) {
        .user-profile {
            border-radius: 5px 5px 0 0;
        }

        .user-card-full .row {
            flex-direction: column;
        }

        .col-sm-4,
        .col-sm-8 {
            width: 100%;
        }
    }

    .profile-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .profile-pic {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
    }

    .edit-circle {
        position: absolute;
        bottom: 10px;
        left: calc(50% - -40px);
        /* adjust based on image width */
        background: white;
        border-radius: 50%;
        padding: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }

    .edit-circle i {
        color: #000;
    }

    input[type="file"] {
        display: none;
    }

    /* iOS inspired role switch buttons */
.ios-role-btn {
    width: 52px;
    height: 52px;
    border-radius: 16px; /* iOS app icon rounding */
    border: none;
    background: linear-gradient(180deg, #ffffff, #f1f1f1);
    box-shadow:
        0 4px 10px rgba(0,0,0,0.12),
        inset 0 1px 0 rgba(255,255,255,0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ios-role-btn i {
    font-size: 22px;
    color: #007aff; /* iOS blue */
}

/* Tap animation */
.ios-role-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.ios-role-btn:active {
    transform: scale(0.94);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.ios-role-btn[data-role="Super Admin"] i {
    color: #ff3b30; /* iOS red */
}

.ios-role-btn[data-role="Business Admin"] i {
    color: #34c759; /* iOS green */
}

.ios-role-btn[data-role="Business Manager"] i {
    color: #ff9500; /* iOS orange */
}

/* Unique iOS Modal Styles */
#ios-profile-modal-content.ios-modal-wrapper {
    border-radius: 20px;
    border: none;
    background-color: #f2f2f7; /* iOS Light Gray Background */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Header */
.ios-modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 0.5px solid #c6c6c8;
    position: relative;
}

.ios-modal-title {
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

.ios-close-link {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #007aff; /* iOS Blue */
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

/* Avatar Section */
.ios-avatar-section {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.ios-avatar-container {
    position: relative;
    width: 100px;
    height: 100px;
}

.ios-profile-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.ios-edit-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 4px 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer;
}

/* Input Styling (The Settings Look) */
.ios-input-group {
    background: #ffffff;
    border-radius: 12px;
    margin: 0 16px 20px 16px;
    overflow: hidden;
    border: 0.5px solid #c6c6c8;
}

.ios-input-row {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 0.5px solid #c6c6c8;
}

.ios-input-row:last-child {
    border-bottom: none;
}

.ios-input-row label {
    width: 110px;
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
}

.ios-input-row input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    color: #666;
    background: transparent;
}

/* Footer & Buttons */
.ios-modal-footer {
    padding: 0 16px 20px 16px;
}

.ios-save-btn {
    width: 100%;
    background: #007aff;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 17px;
    transition: opacity 0.2s;
}

.ios-save-btn:active {
    opacity: 0.7;
}


#ios-currency-module {
    background: white;
    border-radius: 4px;
    margin: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); 
    font-family: -apple-system, BlinkMacSystemFont, "Poppins", sans-serif;
}

.ios-currency-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: white;
    /* REMOVED BORDER-BOTTOM */
    border-bottom: none; 
}

/* Optional: Subtle divider that doesn't look like a "hard" border */
.ios-currency-item:not(:last-child) {
    background-image: linear-gradient(to right, transparent 16px, #f2f2f7 16px);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: bottom;
}

.currency-code {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.currency-rate {
    color: #ff9500;
    font-weight: bold;
    font-size: 16px;
}

.ios-pagination-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #fafafa;
    /* REMOVED TOP BORDER */
    border-top: none; 
}

.ios-pag-btn {
    background: none;
    border: none;
    color: #ff9500;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ios-pag-btn:disabled {
    color: #d1d1d6;
    cursor: default;
}


:root{
        --zanba:#ffc107;
        --zanba2:#ff9800;
        --text:#1f2937;
        --muted:#6b7280;
        --card:#ffffff;
        --border:#e5e7eb;
        --shadow: 0 18px 55px rgba(0,0,0,.12);
        --shadow2: 0 10px 30px rgba(0,0,0,.10);
        --radius:18px;
      }

      .otp-bg-blob{
        position:absolute;
        inset:0;
        overflow:hidden;
        pointer-events:none;
        z-index:0;
      }
      .otp-bg-blob::before,
      .otp-bg-blob::after{
        content:"";
        position:absolute;
        width:420px;
        height:420px;
        border-radius: 999px;
        filter: blur(35px);
        opacity:.55;
      }
      .otp-bg-blob::before{
        background: rgba(255,193,7,.45);
        top:-160px;
        left:-140px;
      }
      .otp-bg-blob::after{
        background: rgba(255,152,0,.35);
        bottom:-170px;
        right:-160px;
      }

      .otp-card{
        width: 100%;
        max-width: 520px;
        background: var(--card);
        border: 1px solid rgba(229,231,235,.9);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        overflow:hidden;
        position:relative;
        z-index:1;
      }

      .otp-top{
        padding: 18px 22px;
        background: linear-gradient(135deg, var(--zanba), var(--zanba2));
        color: #111;
        display:flex;
        gap:14px;
        align-items:center;
      }
      .otp-badge{
        width:44px;
        height:44px;
        border-radius: 14px;
        background: rgba(255,255,255,.55);
        display:flex;
        align-items:center;
        justify-content:center;
        font-size: 22px;
        box-shadow: 0 6px 18px rgba(0,0,0,.12);
      }
      .otp-top h1{
        margin:0;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: .3px;
      }
      .otp-top p{
        margin:2px 0 0;
        font-size: 13px;
        opacity:.85;
        font-weight:600;
      }

      .otp-body{
        padding: 22px;
      }

      .otp-desc{
        margin: 0 0 16px;
        color: var(--muted);
        font-size: 14px;
        line-height: 1.45;
      }

      .otp-container{
        display:flex;
        justify-content:center;
        gap: 10px;
        margin: 14px 0 10px;
        flex-wrap: wrap;
      }

      .otp-input{
        width: 52px;
        height: 56px;
        border-radius: 14px;
        border: 2px solid var(--border);
        background: #fff;
        text-align:center;
        font-size: 22px;
        font-weight: 800;
        color: var(--text);
        outline: none;
        transition: .18s ease;
        box-shadow: 0 0 0 rgba(255,193,7,0);
      }
      .otp-input:focus{
        border-color: rgba(255,193,7,.9);
        box-shadow: 0 0 0 4px rgba(255,193,7,.25);
        transform: translateY(-1px);
      }

      .otp-helpbar{
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:12px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px dashed #eee;
        color: var(--muted);
        font-size: 13px;
      }

      .otp-timer strong{
        color:#111;
      }

      .otp-resend{
        border:0;
        background: transparent;
        color: #2563eb;
        font-weight: 800;
        cursor:pointer;
        padding: 6px 10px;
        border-radius: 10px;
        transition: .15s ease;
      }
      .otp-resend:hover{
        background: rgba(37,99,235,.08);
      }
      .otp-resend[disabled]{
        color: #9ca3af;
        cursor: not-allowed;
        background: transparent;
      }

      .otp-actions{
        margin-top: 18px;
        display:flex;
        gap:10px;
        flex-wrap:wrap;
      }

      .btn-zanba{
        flex:1;
        min-width: 160px;
        border:0;
        background: linear-gradient(135deg, var(--zanba), var(--zanba2));
        color:#111;
        font-weight: 900;
        border-radius: 14px;
        padding: 12px 16px;
        cursor:pointer;
        box-shadow: var(--shadow2);
        transition: .18s ease;
      }
      .btn-zanba:hover{
        transform: translateY(-1px);
        filter: saturate(1.02);
      }

      .btn-ghost{
        flex:1;
        min-width: 160px;
        border: 1px solid var(--border);
        background: #fff;
        color:#111;
        font-weight: 800;
        border-radius: 14px;
        padding: 12px 16px;
        cursor:pointer;
        transition: .18s ease;
      }
      .btn-ghost:hover{
        border-color: rgba(255,193,7,.8);
        box-shadow: 0 0 0 4px rgba(255,193,7,.15);
      }

      .otp-note{
        margin-top: 14px;
        font-size: 12px;
        color: var(--muted);
        text-align:center;
      }

      @media (max-width: 420px){
        .otp-input{ width: 48px; height: 54px; font-size: 20px; }
      }
      .otp-input.filled{
  border-color: rgba(255,193,7,.95);
  background: rgba(255,193,7,.08);
      }


      .ios-popup-list {
    padding: 12px;
    border-radius: 12px;
    background: white;
}

.ios-popup-list .ios-list-content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.otp-resend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 12px;
}

/* Make timer smaller + color */
.otp-timer {
    font-size: 13px;
    color: #6b7280; /* gray */
    font-weight: 500;
}

/* Highlight the numbers */
.otp-timer span {
    color: #ffc107; /* ZanBa yellow */
    font-weight: 700;
}

/* Optional: Disable look */
#resendBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}