      @import url(//fonts.googleapis.com/css?family=Tektur);

      body {
        font-family: "Inter", sans-serif;
        background:
          radial-gradient(transparent, rgba(0, 0, 0, 0.5)),
          url("img/—Pngtree—truck on road in sunset_15572166.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        color: #1f2937;
        /* text-gray-900 */
        min-height: 100vh;
        /* Ensure gradient covers full viewport height */
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
      }
      
      .headerContainer {
        background-image: url("img/—Pngtree—truck on road in sunset_15572166.png");
      }

      .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(100, 100, 100, 0.5);
        display: flex;
        backdrop-filter: blur(10px);
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
        z-index: 1000;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
      }

      .modal-content {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 1rem;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 1);
        padding: 1.5rem;
        width: 100%;
        max-width: 28rem;
        position: relative;
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
      }

      h3 {
        font-family: "Tektur", normal;
      }

      .tektur {
        font-family: "Tektur", normal;
      }

      h2 {
        text-shadow: 0 0 10px white;
        font-size: 20px;
        font-family: "Tektur", normal;
      }

      h4 {
        text-shadow: 0 0 10px white;
        font-size: 20px;
        font-family: "Tektur", normal;
      }

      h1 {
        font-family: "Tektur", normal;
        text-shadow: black 1px 1px 3px;
      }

      .btn-primary {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.75rem 1.5rem;
        background-color: #2563eb;
        color: #ffffff;
        font-weight: 600;
        border-radius: 2.75rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transition-property: all;
        transition-duration: 300ms;
        transform: scale(1);
        border-width: 1px;
        border-color: 1px;
        Border-color: black;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.7), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      }

      .btn-clear {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 1rem;
        background-color: #2563eb;
        color: #ffffff;
        font-weight: 600;
        border-radius: 2.75rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transition-property: all;
        transition-duration: 300ms;
        transform: scale(1);
        border-width: 1px;
        border-color: black;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.7), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      }

      .btn-primary:hover {
        background-color: #1d4ed8;
        transform: scale(1.05);
      }

      .btn-secondary {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.75rem 1.5rem;
        background-color: #d1d5db;
        color: #1f2937;
        font-weight: 600;
        border-radius: 2.75rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transition-property: all;
        transition-duration: 300ms;
        transform: scale(1);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.7), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      }

      .btn-secondary:hover {
        background-color: #9ca3af;
        transform: scale(1.05);
      }

      .input-field {
        width: 100%;
        padding: 0.875rem;
        border-width: 1px;
        border-color: #d1d5db;
        border-radius: 0.5rem;
        outline: none;
        background-color: #f9fafb;
        color: #1f2937;
        font-size: 1rem;
      }

      .input-field:focus {
        ring-width: 2px;
        ring-color: #3b82f6;
      }

      .card {
        background-color: #ffffff;
        border-radius: 1rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.9), 0 2px 4px -1px rgba(0, 0, 0, 0.9);
        border-width: 1px;
        border-color: #e5e7eb;
        overflow: hidden;
        transition-property: all;
        transition-duration: 300ms;
        transform: translateY(0);
        cursor: pointer;
        min-height: 220px;
      }

      .card:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transform: translateY(-0.25rem);
      }

      #imageModal .modal-content {
        max-width: 48rem;
        padding: 0;
        pointer-events: auto;
      }

      #imageModal img {
        max-width: 100%;
        height: 80vh;
        border-radius: 0.5rem;
        pointer-events: auto;
      }

      .image-gallery {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0.5rem;
        padding-bottom: 0.5rem;
        pointer-events: auto;
      }

      .image-gallery img {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        height: 80vh;
        object-fit: cover;
        border-radius: 0.5rem;
        scroll-snap-align: start;
        pointer-events: auto;
      }

      .image-gallery-container {
        position: relative;
        width: 100%;
        height: 80vh;
        overflow: hidden;
        pointer-events: auto;
      }

      @media (min-width: 640px) {

        .image-gallery img,
        .image-gallery-container {
          height: 800vh;
          pointer-events: auto;
        }

      }

      .image-gallery-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 0.5rem;
        z-index: 10;
        margin: auto;
        pointer-events: auto;
      }

      .image-gallery-nav button {
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        border-radius: 9999px;
        padding: 0.5rem;
        transition-property: background-color;
        transition-duration: 150ms;
        pointer-events: auto;
      }

      .image-gallery-nav button:hover {
        background-color: rgba(0, 0, 0, 0.75);
      }

      .full-size-image-nav {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0 1rem;
        z-index: 1001;
      }

      .full-size-image-nav button {
        background-color: rgba(0, 0, 0, 0.6);
        color: #ffffff;
        border-radius: 9999px;
        padding: 0.75rem;
        transition-property: background-color;
        transition-duration: 150ms;
      }

      .full-size-image-nav button:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

      select,
      ::picker(select) {
        appearance: base-select;
      }

      * {
        box-sizing: border-box;
      }

      select {
        width: 150px;
      }


      option {
        display: flex;
        justify-content: flex-start;
        gap: 20px;

        border: 2px solid #ddd;
        background: #eee;
        padding: 5px;
        transition: 0.4s;
      }

      option:first-of-type {
        border-radius: 8px 8px 0 0;
      }

      option:last-of-type {
        border-radius: 0 0 8px 8px;
      }

      option:not(option:last-of-type) {
        border-bottom: none;
      }

      option:nth-of-type(odd) {
        background: #fff;
      }

      #loadingOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(7.5px);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2000;
        transition: opacity 0.5s ease-in-out;
      }

      #loadingOverlay.hidden {
        display: none !important;
        opacity: 0;
        pointer-events: none;
      }

.loader {
  position: relative;
  width: 130px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#0277bd, #0277bd),
  linear-gradient(#29b6f6, #4fc3f7), linear-gradient(#29b6f6, #4fc3f7);
  background-size: 80px 70px, 30px 50px, 30px 30px;
  background-position: 0 0, 80px 20px, 100px 40px;
}
.loader:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  box-sizing: content-box;
  border: 10px solid #000;
  box-shadow: 78px 0 0 -10px #fff, 78px 0 #000;
  animation: wheelSk 0.75s ease-in infinite alternate;
}

.loader:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  height: 70px;
  width: 70px;
  background-image: linear-gradient(#fff 45px, transparent 0),
    linear-gradient(#fff 45px, transparent 0),
    linear-gradient(#fff 45px, transparent 0);
  background-repeat: no-repeat;
  background-size: 30px 4px;
  background-position: 0px 11px, 8px 35px, 0px 60px;
  animation: lineDropping 0.75s linear infinite;
}

@keyframes wheelSk {
  0%, 50%, 100% { transform: translatey(0) }
  30%, 90% { transform: translatey(-3px) }
}

@keyframes lineDropping {
  0% {
    background-position: 100px 11px, 115px 35px, 105px 60px;
    opacity: 1;
  }
  50% { background-position: 0px 11px, 20px 35px, 5px 60px }
  60% { background-position: -30px 11px, 0px 35px, -10px 60px }
  75%, 100% {
    background-position: -30px 11px, -30px 35px, -30px 60px;
    opacity: 0;
  }
}

      .collapsible-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
      }

      .collapsible-content.expanded {
        max-height: 500px;
        transition: max-height 0.5s ease-in;
      }

      .chevron-icon {
        transition: transform 0.3s ease-in-out;
      }

      .chevron-icon.rotated {
        transform: rotate(180deg);
      }

      #locationDetailModal .modal-content {
        max-width: 90%;
        padding: 1.5rem;
      }

      #locationDetailModal .image-gallery-container {
        height: 12rem;
      }

      #locationDetailModal .image-gallery img {
        height: 12rem;
      }

@media (min-width: 1100px) {
      #locationDetailModal .image-gallery-container {
        height: 35rem;
      }

      #locationDetailModal .image-gallery img {
        height: 35rem;
      }
    }

      #imageModal {
        z-index: 1001;
        align-items: center;
      }

      #infoModal {
        z-index: 2001;
      }

      .pagination-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        margin-bottom: 1rem;
        width: 100%;
      }

.shadow {
  -webkit-filter: drop-shadow( 0px 0px 2px rgba(100, 100, 100, .9));
  filter: drop-shadow( 0px 0px 2px rgba(100, 100, 100, .9));
  /* Similar syntax to box-shadow */
}

      .pagination-button {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-radius: 0.5rem;
        font-weight: 600;
        transition-property: all;
        transition-duration: 300ms;
      }

      .inline {
        display: inline-block;
      }

      .pagination-button.active {
        background-color: #2563eb;
        color: #ffffff;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      }

      .pagination-button:not(.active):hover {
        background-color: #dbeafe;
        color: #1e40af;
      }

      .pagination-button.disabled {
        opacity: 0.5;
        cursor: not-allowed;
      }

      .titleContainer {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      img {
        max-width: 100%;
        max-height: 100%;
      }

      .titleText {
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;
      }

      #map {
        height: 300px;
        width: 300px;
      }

      .responsiveTable {
        width: 100%;
        border-collapse: collapse
      }

      .responsiveTable td,
      .responsiveTable th {
        padding: 10px 15px;
        border: 1px solid gray;
        text-align: center;
        font-size: 13px
      }

      .responsiveTable tbody tr:nth-child(even) {
        background-color: #ffe8c7
      }

      .responsiveTable tbody tr {
        background-color: #d4f1f9
      }

      @media (max-width:1000px) {
        .responsiveTable thead {
          display: none
        }

        .responsiveTable,
        .responsiveTable tbody,
        .responsiveTable tr,
        .responsiveTable td {
          display: block;
          width: 100%
        }

        .responsiveTable tr {
          margin-bottom: 15px
        }

        .responsiveTable td {
          padding-left: 35%;
          text-align: left;
          position: relative;
          overflow-wrap: break-word;
        }

        .responsiveTable td::before {
          content: attr(data-label);
          position: absolute;
          left: 0;
          width: 50%;
          padding-left: 10px;
          font-size: 15px;
          font-weight: bold;
          text-align: left
        }
        
      }
