/* 1. Hide the original checkboxes BEFORE JS runs */
.drts-form-type-checkboxes:not(.pdop-converted) {
  display: none !important;
}

/* 2. Show them once wrapped by our dropdown */
.pdop-multiselect-dropdown .drts-form-type-checkboxes {
  display: block !important;
  visibility: visible !important;
}

/* Optional: Extra safety for the whole filter area */
.drts-view-filter-form-card:has(.drts-form-type-checkboxes) {
  opacity: 1;
}

.page-template-parksandcenters {
  .pdop_park_listing {
    background-color: #f4f0ff;
  }
  #pdop_directory_root {
    font-family: Figtree, sans-serif !important;
  }
  #pdop_directory_root .pdop_park_card_wrap {
    position: relative !important;
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: 380px !important;
    border-radius: 16px !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
    transition: var(--transition) !important;
    transform: translateZ(0) !important;
  }
  svg.pdop_icon.text-green {
    color: #1ec94e;
  }
  .drts-view-entities-filter-form input.drts-bs-form-control {
    display: block;
  }
  .drts-view-entities-filter-form input.drts-bs-form-control:focus {
    outline: 0 !important;
    border: none !important;
  }
  .dw-panel.drts-view-entity-container {
    padding: 15px;
  }
  .dw-panel__content {
    box-shadow: 0px 0px 60px -4px #00000052;
    border-radius: 20px;
  }
  #pdop_directory_root .pdop_park_card_title {
    line-height: 0.95 !important;
  }
  #pdop_directory_root .pdop_park_card_overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 35%,
      rgba(0, 0, 0, 0.1) 46%,
      rgba(0, 0, 0, 0) 100%
    ) !important;
    z-index: 1 !important;
  }
  #pdop_directory_root .pdop_park_card_badges {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    right: 16px !important;
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    z-index: 2 !important;
  }
  #pdop_directory_root .pdop_park_badge,
  .pdop_park_badges {
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    letter-spacing: 0.3px !important;
    color: #000 !important;
  }
  #pdop_directory_root .pdop_park_card_content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 24px !important;
    z-index: 2 !important;
  }
  #pdop_directory_root .pdop_park_card_inner {
    display: flex !important;
    flex-direction: column !important;
  }
  #pdop_directory_root .pdop_park_card_title {
    margin: 0 0 12px 0 !important;
  }
  #pdop_directory_root .pdop_park_card_title a {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
  }
  #pdop_directory_root .pdop_park_details_list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 0 !important;
  }
  #pdop_directory_root .pdop_park_detail_item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
  #pdop_directory_root .text-brand-green {
    color: var(--c-green-accent) !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
  }
  #pdop_directory_root .pdop_detail_text {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
  }
  #pdop_directory_root .pdop_icon_trailing {
    color: rgba(255, 255, 255, 0.6) !important;
    margin-top: 1px !important;
  }
  #pdop_directory_root .pdop_phone_link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
  }
  #pdop_directory_root .pdop_phone_link:hover {
    color: var(--c-green-accent) !important;
  }
  #pdop_directory_root .pdop_park_card_action {
    overflow: hidden !important;
    max-height: 0 !important;
    opacity: 0 !important;
    margin-top: 0 !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  #pdop_directory_root .pdop_park_card_wrap:hover .pdop_park_card_action {
    max-height: 60px !important;
    opacity: 1 !important;
    margin-top: 16px !important;
  }
  #pdop_directory_root .pdop_park_card_btn {
    width: 100% !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.3s !important;
    background: 0 0;
    text-align: left;
    padding: 0;
  }
  .slide-arrow-view-btn {
    opacity: 0;
  }
  .pdop_park_card_action:hover .slide-arrow-view-btn {
    opacity: 1 !important;
    transform: 0.3 ease;
    text-decoration: underline;
  }
  .pdop_park_card_action:hover .pdop_park_card_btn {
    text-decoration: underline;
  }
  .pdop_park_action_wrap {
    padding: 30px 0 !important;
  }
  .pdop-action-buttons-wrapper .content-link {
    margin: 10px 10px 0 0 !important;
  }
  .pdop-action-buttons-wrapper .content-link a {
    gap: 8px !important;
  }
  .pdop-action-buttons-wrapper .content-link:last-child {
    margin-right: 10px 0 !important;
  }
  .pdop_park_action_wrap .pdop-action-buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .drts .drts-bs-form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: none !important;
    box-shadow: none !important;
    color: var(--bs-body-color) !important;
    outline: 0;
  }
  .drts-search-form .drts-form-field input,
  .drts-search-form .drts-form-field select {
    padding-left: 38px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    position: relative;
  }
  .drts-view-entities-header.drts-bs-mb-4 {
    margin-bottom: 0 !important;
  }
  .drts-location-entities.drts-bs-col.drts-bs-col-sm-6.drts-bs-ps-sm-3 {
    margin-top: 10px;
  }
  .drts-map-map {
    border: 10px solid #f9ac1b;
    border-radius: 20px;
    height: 100% !important;
  }
  .drts-view-filter-field-label {
    font-weight: 700;
    margin-bottom: 0.3em;
    display: none !important;
  }
  .drts-bs-card-header.drts-bs-position-relative {
    display: none !important;
  }
  .drts-display.drts-display-name-filters-parks-facilities.drts-display-default-parks_facilities {
    border: none !important;
  }
  .drts .drts-view-filter-form-card,
  .drts-entity.drts-entity-post.drts-display.drts-display--summary-parks-facilities-try.drts-display-default-summary.drts-bs-border.drts-bs-border-secondary {
    border: none !important;
  }
  .drts-main {
    width: 100%;
    display: grid;
  }
  #drts-form-twj8p5v4l6r8-filter-location-address,
  .drts .drts-bs-mb-4,
  .drts-bs-card-body,
  .drts-bs-d-sm-grid.drts-bs-justify-content-between.drts-bs-mb-2.drts-view-nav.drts-bs-p-0,
  .drts-bs-mb-2.drts-bs-d-flex.drts-bs-justify-content-start.drts-bs-gap-2,
  .drts-form-group.drts-view-filter-ignore.drts-view-filter-form-field.drts-view-filter-form-field-type-location-address.drts-form-field.drts-form-type-location-text,
  .drts-view-entities-header.drts-bs-mb-4,
  span.drts-view-nav-item.drts-view-nav-item-name-num.drts-bs-navbar-text {
    margin: 0 !important;
    padding: 0 !important;
  }
  .drts .drts-bs-justify-content-start {
    margin-bottom: 20px !important;
  }
  .drts-view-entities-header.drts-bs-mb-4 {
    order: 2;
    margin-top: 30px !important;
  }
  /* .drts-bs-mb-2.drts-bs-d-flex.drts-bs-justify-content-md-end.drts-bs-gap-2{display:none!important} */
  .drts-view-entities-filter-form.drts-bs-collapse.drts-bs-show.drts-bs-mb-4 {
    order: 1;
    border: 1px solid #efefef !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    background-color: #fff !important;
  }
  .drts-location-entities-map-container.drts-location-entities-with-map.drts-location-entities-with-map-left.drts-bs-row.drts-bs-g-0.drts-bs-flex-column-reverse.drts-bs-flex-sm-row-reverse {
    order: 3;
  }
  .drts-view-entities-footer.drts-bs-mt-4 {
    order: 4;
    margin-bottom: 0 !important;
  }
  .drts-view-filter-form-field-type-keyword,
  .drts-view-filter-form-field-type-option,
  .drts-view-filter-form-field-type-view-term-select,
  .twitter-typeahead {
    position: relative;
  }
  input.drts-bs-form-control {
    padding-left: 40px !important;
  }
  .drts-view-entities-filter-form,
  .drts-view-entities-filter-form * {
    box-sizing: border-box;
  }
  .drts-view-entities-filter-form .drts-view-filter-form {
    width: 100%;
  }
  .drts-view-entities-filter-form .drts-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  }
  .drts-view-entities-filter-form [class*="drts-col-"] {
    padding: 0 !important;
  }
  .drts-view-entities-filter-form .drts-view-filter-form-card {
    height: 100%;
    min-height: 34px;
    background: #fff;
    border: 0;
    border-right: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  .drts-view-entities-filter-form .drts-bs-card-body {
    height: 34px;
    padding: 0 !important;
    display: flex;
    align-items: center;
  }
  .drts-view-entities-filter-form .search_amentities .drts-view-filter-field,
  .drts-view-entities-filter-form .search_category .drts-view-filter-field,
  .drts-view-entities-filter-form .search_name .drts-view-filter-field {
    width: 100%;
  }
  .drts-view-entities-filter-form .drts-view-filter-field-label {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #8b8b8b;
    margin-bottom: 6px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .drts-view-entities-filter-form
    .drts-view-filter-field-label-type-custom_icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .drts-view-entities-filter-form .drts-bs-card-header i,
  .drts-view-entities-filter-form
    .drts-view-filter-field-label-type-custom_icon
    i {
    color: #30438a;
  }
  .drts-view-entities-filter-form .drts-form-field-main,
  .drts-view-entities-filter-form .select2-container,
  .drts-view-entities-filter-form .twitter-typeahead,
  .pdop-multiselect-dropdown {
    position: relative !important;
    width: 100% !important;
  }
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-keyword
    .drts-form-field-main::before,
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-location-address
    .twitter-typeahead::before,
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-option
    .drts-form-field-main::before,
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-view-term-select
    .drts-form-field-main::before,
  .drts-view-filter-form .pdop-multiselect-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 4;
    pointer-events: none;
  }
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-keyword
    .drts-form-field-main::before {
    background-image: url("/wp-content/uploads/2026/06/search-icon-blue.svg");
  }
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-location-address
    .twitter-typeahead::before {
    background-image: url("/wp-content/uploads/2026/06/map-icon-blue.svg");
  }
  .drts-view-filter-form .search_category .pdop-multiselect-dropdown::before {
    background-image: url("/wp-content/uploads/2026/06/category-icon-blue.svg");
  }
  .drts-view-filter-form .search_amentities .pdop-multiselect-dropdown::before {
    background-image: url("/wp-content/uploads/2026/06/amentities-icon-blue.svg");
  }
  .drts-view-entities-filter-form .select2-container .select2-selection--single,
  .drts-view-entities-filter-form input.drts-bs-form-control {
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: 0 0 !important;
    outline: 0 !important;
    color: #39414f;
  }
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-keyword
    input.drts-bs-form-control,
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-location-address
    .tt-hint,
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-location-address
    .tt-input,
  .drts-view-filter-form .pdop-multiselect-dropdown {
    padding-left: 44px !important;
  }
  .drts-view-entities-filter-form .drts-form-field.drts-form-type-slider {
    display: none !important;
  }
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-option
    .select2-selection--single,
  .drts-view-entities-filter-form
    .drts-view-filter-form-field-type-view-term-select
    .select2-selection--single {
    position: relative;
    padding-left: 44px !important;
    padding-right: 34px !important;
    display: flex !important;
    align-items: center !important;
  }
  .drts-view-entities-filter-form .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 1.2 !important;
    color: #39414f !important;
  }
  .drts-view-entities-filter-form .select2-selection__placeholder {
    color: #9a9a9a !important;
  }
  .drts-view-entities-filter-form .select2-selection__arrow {
    right: 0 !important;
    top: 0 !important;
    width: 34px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .tt-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 4px;
    padding: 4px 0;
    overflow-y: auto;
    z-index: 1000;
  }
  .tt-suggestion {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.4;
  }
  select.select2 {
    color: #444;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    height: 28px;
    padding-left: 5px;
  }
  .tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
    cursor: pointer;
  }
  .drts-view-entities-filter-form .select2-selection__arrow b {
    border-color: #30438a transparent transparent transparent !important;
  }
  .drts-view-entities-filter-form .select2-container {
    z-index: 2;
  }
  .drts-view-entities-filter-form .drts-form-field-main::before,
  .drts-view-entities-filter-form .twitter-typeahead::before {
    z-index: 5;
  }
  .drts-view-entities-filter-form
    .select2-container--default
    .select2-selection--single:active,
  .drts-view-entities-filter-form
    .select2-container--default
    .select2-selection--single:focus,
  .drts-view-entities-filter-form input.drts-bs-form-control:focus {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }
  .drts-view-entities-filter-form
    .select2-container--default
    .select2-selection--single {
    border: 0 !important;
    background: 0 0 !important;
  }
  .drts-view-entities-filter-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 1.2 !important;
  }
  .drts-view-entities-filter-form .drts-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    color: #7a7a7a;
  }
  .drts-view-entities-filter-form .twitter-typeahead {
    display: block !important;
    width: 100% !important;
  }
  .drts-display-element.drts-display-element-view_filter_directory_category-1.search_category,
  .drts-display-element.drts-display-element-view_filter_field_features-1.search_amentities,
  .drts-display-element.drts-display-element-view_filter_post_title-1.search_name {
    width: 100% !important;
  }
  .drts-form-field.drts-form-type-select {
    line-height: 0 !important;
  }
  .drts-display-element.drts-display-element-view_filter_location_address-1 {
    display: block;
    width: 100%;
  }

  .drts-display-name-filters-parks-facilities .drts-grow + .drts-grow {
    border-left: 1px solid rgba(226, 226, 226, 1);
  }

  .pdop-dropdown-toggle {
    border: 0;
  }

  .filter-facility-wrap {
    padding-bottom: 50px;
  }
  .drts-view-nav-item-name-sort {
    display: none;
  }

  .drts .drts-view-remove-filter {
    padding-right: 32px;
  }

  @media (min-width: 1400px) {
    .drts-view-entities-filter-form [class*="drts-col-xxl-2"] {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .drts-view-entities-filter-form [class*="drts-col-xl-3"] {
      flex: 0 0 25%;
      max-width: 25%;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .drts-view-entities-filter-form [class*="drts-col-lg-4"] {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .drts-view-entities-filter-form .drts-view-filter-form-submit {
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .drts-view-entities-filter-form .drts-bs-card-header,
    .drts-view-entities-filter-form .drts-view-filter-form-card {
      border-right: 0;
      border-bottom: 1px solid #e6e6e6;
    }
    .drts-view-entities-filter-form [class*="drts-col-"] {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .drts-view-entities-filter-form .drts-bs-card-body {
      padding: 12px 14px !important;
    }
    .drts-view-entities-filter-form .drts-view-filter-field-label {
      font-size: 13px;
    }
  }
  @media (max-width: 420px) {
    .drts-view-entities-filter-form .drts-bs-card-body {
      padding: 24px 0px !important;
    }
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-keyword
      .drts-form-field-main::before,
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-location-address
      .twitter-typeahead::before,
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-option
      .drts-form-field-main::before,
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-view-term-select
      .drts-form-field-main::before {
      width: 18px;
      height: 18px;
    }
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-keyword
      input.drts-bs-form-control,
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-location-address
      .tt-hint,
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-location-address
      .tt-input,
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-option
      .select2-selection--single,
    .drts-view-entities-filter-form
      .drts-view-filter-form-field-type-view-term-select
      .select2-selection--single {
      padding-left: 45px !important;
    }
  }
  .drts-view-entities-filter-form .drts-bs-card-header:last-child,
  .drts-view-entities-filter-form .drts-view-filter-form-card:last-child {
    border-right: 0;
  }
  .drts-location-entities-map-container {
    display: flex !important;
    align-items: flex-start !important;
    overflow: visible !important;
  }
  .drts-location-map-container {
    position: sticky !important;
    top: var(--header-height, 111px) !important;
    align-self: flex-start !important;
    height: 80vh !important;
    overflow: visible !important;
    margin-top: 20px;
    width: 50% !important;
  }
  .drts-map-container {
    height: 100% !important;
    overflow: visible !important;
  }
  @media (max-width: 1280px) {
    #pdop_directory_root .pdop_directory_map_wrapper {
      flex: 0 0 40% !important;
    }
    #pdop_directory_root .pdop_directory_grid {
      flex: 0 0 60% !important;
    }
  }
  @media (max-width: 1024px) {
    #pdop_directory_root .pdop_directory_main {
      flex-direction: column !important;
    }
    #pdop_directory_root .pdop_directory_map_wrapper {
      flex: none !important;
      width: 100% !important;
      position: relative !important;
      top: 0 !important;
      height: 400px !important;
      margin-bottom: 24px !important;
    }
    #pdop_directory_root .pdop_directory_grid {
      flex: none !important;
      width: 100% !important;
      grid-template-columns: repeat(3, 1fr) !important;
    }
  }
  @media (max-width: 768px) {
    #pdop_directory_root .pdop_search_bar {
      flex-wrap: wrap !important;
      border-radius: 16px !important;
      padding: 16px !important;
      gap: 12px !important;
    }
    #pdop_directory_root .pdop_search_group {
      flex: 1 1 45% !important;
      padding: 8px !important;
    }
    #pdop_directory_root .pdop_search_divider {
      display: none !important;
    }
    #pdop_directory_root .pdop_search_submit {
      width: 100% !important;
      margin-top: 8px !important;
    }
    #pdop_directory_root .pdop_directory_grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }
  @media (max-width: 576px) {
    #pdop_directory_root {
      padding: 16px !important;
    }
    #pdop_directory_root .pdop_search_group {
      flex: 1 1 100% !important;
    }
    #pdop_directory_root .pdop_directory_grid {
      grid-template-columns: 1fr !important;
    }
    .drts-view-entities-filter-form.drts-bs-collapse.drts-bs-show.drts-bs-mb-4 {
      padding: 10px !important;
      border-radius: 15px !important;
    }
  }
  .pdop-drawer-container {
    color: #1a1a2e;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    background: #fff;
  }
  .pdop-drawer-container *,
  .pdop-drawer-container ::after,
  .pdop-drawer-container ::before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }
  .pd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 15px;
    border-bottom: 1.5px solid #ececec;
    background: #fff;
    border-radius: 20px 0 0;
  }
  .pd-header-title {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #111827;
    margin: 0;
    padding: 0;
    font-family: Figtree;
  }
  .pd-close {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    transition: background 0.15s;
    color: #5d5d5d;
    flex-shrink: 0;
  }
  .pd-close:hover {
    color: #353535;
  }
  /* .pd-close svg{width:13px;height:13px;display:block} */
  .pd-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 290px;
    margin-bottom: 20px;
  }
  .pd-slider {
    position: relative;
    background: #1a1a2e;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
  }
  .pd-slide-main {
    position: relative;
    flex: 1;
    overflow: hidden;
    min-height: 240px;
    border-radius: 20px;
  }
  .pd-slide-main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      #000000cc 0,
      #0e0e0e40 16%,
      #1d1d1d00 50%,
      #0e0e0e40 88%,
      #000000cc 100%
    );
    left: 0;
    top: 0;
    z-index: 1;
  }
  .pd-slide-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pd-no-img {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #9ca3af;
    font-size: 13px;
  }
  .pd-arrow {
    all: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: background 0.15s;
    flex-shrink: 0;
    color: #fff !important;
    border: 2px solid #fff !important;
  }
  .pd-arrow svg {
    width: 16px;
    height: 16px;
    display: block;
    stroke: #fff;
  }
  .pd-arrow.prev {
    left: 10px;
  }
  .pd-arrow.next {
    right: 10px;
  }

  .pd-slide-main .pd-arrow{background: url('data:image/svg+xml,<svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.5 1.5C29.4411 1.5 37.5 9.55887 37.5 19.5C37.5 29.4411 29.4411 37.5 19.5 37.5C9.55887 37.5 1.5 29.4411 1.5 19.5C1.5 9.55887 9.55887 1.5 19.5 1.5Z" stroke="white" stroke-width="2"/><path d="M19.5 38C29.7173 38 38 29.7173 38 19.5C38 9.28273 29.7173 1 19.5 1C9.28273 1 1 9.28273 1 19.5C1 29.7173 9.28273 38 19.5 38Z" stroke="white" stroke-width="2"/><path d="M16.0469 12.6875L22.9539 19.5025L16.0469 26.3145" stroke="white" stroke-width="2" stroke-miterlimit="10"/></svg>') no-repeat center; background-size: cover; border: 0 !important; margin: 0; top: calc( 50% - 17px); transform: initial;}
  .pd-slide-main .pd-arrow.prev{transform: scale(-1);}
  .pd-thumbs-row {
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 6px 8px;
    background: 0 0;
    overflow-x: auto;
    scrollbar-width: none;
    flex-shrink: 0;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .pd-thumbs-row::-webkit-scrollbar {
    display: none;
  }
  .pd-thumb {
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.15s;
    border: 2.5px solid transparent;
  }
  .pd-thumb.is-active {
    border-color: #f9ac1b;
  }
  .pd-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }
  .pd-val-content {
    margin-bottom: 0;
    font-weight: 500;
  }
  .pd-info-panel {
    padding: 0 0 0 30px;
    overflow-y: auto;
    border-left: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pd-category {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2b8a3e;
    margin: 0;
    background: #efef;
    padding: 2px 7px;
    width: fit-content;
    border-radius: 3px;
  }
  .pd-title {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
    line-height: 1.15;
    margin: 0;
    font-family: Figtree;
  }
  .pd-notice {
    display: flex;
    gap: 10px;
    background: #fcffda;
    border: 1.5px solid #d0dd28;
    border-radius: 8px;
    padding: 15px;
    align-items: flex-start;
  }
  .pd-notice-body {
    flex: 1;
  }
  .pd-notice-hl {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 3px;
  }
  .pd-notice-txt {
    font-size: 16px;
    color: #000;
    margin: 0 0 4px;
    line-height: 1.45;
  }
  .pd-notice-time {
    font-size: 12px;
    color: #000;
    font-weight: 500;
  }
  .pd-sec-bar {
    background: #e2f8ff;
    color: #0079a4;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 22px;
    margin: 0;
    border-radius: 6px;
  }
  .pd-amenities {
    padding: 0;
  }
  .pd-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 8px;
    margin-top: 12px;
  }
  .pd-feat {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #374151;
    font-weight: 500;
    line-height: 1.25;
  }
  .pd-feat-ico {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #e2f8ff;
    color: #0079a4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .pd-feat-lbl {
    flex: 1;
    word-break: break-word;
    font-size: 14px;
    font-weight: 500;
  }
  .pd-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 0;
    align-items: start;
  }
  .pd-info-rows {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pd-info-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }
  .pd-info-lbl {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 4px;
    font-family: Figtree;
  }
  .pd-info-lbl svg {
    width: 14px;
    height: 14px;
    display: block;
    stroke: #6b7280;
    fill: none;
  }
  .pd-info-val {
    font-size: 13px;
    color: #111827;
    line-height: 1.55;
    padding-left: 24px;
  }
  .pd-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #2b3c73;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 50px;
    margin-top: 6px;
    transition: background 0.15s;
    cursor: pointer;
  }
  .pd-map-btn:hover {
    background: #1f2937;
  }
  .pd-map-btn-note {
    display: block;
    font-size: 11px;
    color: #6b7280;
    font-style: italic;
    margin-top: 5px;
    padding-left: 0;
  }
  .pd-map-frame {
    border-radius: 8px;
    overflow: hidden;
    border: 1.5px solid #e5e7eb;
    min-height: 210px;
    height: 100%;
  }
  .pd-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 210px;
    border: none;
  }
  .pd-map-none {
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    color: #9ca3af;
    font-size: 12px;
    border-radius: 8px;
    border: 1.5px solid #e5e7eb;
  }
  .pd-info-row:last-child {
    border: none !important;
  }
  .pd-tabs-nav {
    display: flex;
    justify-content: center;
    padding: 20px 22px 0;
  }
  .pd-tab-wrap {
    display: inline-flex;
    border: none !important;
    border-radius: 999px;
    overflow: hidden;
    background: #caeffb;
    padding: 4px;
  }
  .pd-tab {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 32px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: #2b3c73;
    transition:
      background 0.2s,
      color 0.2s;
    border: none !important;
    white-space: nowrap;
    line-height: 1;
    background: 0 0;
    min-width: 120px;
    border-radius: 50px;
  }
  .pd-tab + .pd-tab {
    border-left: 1.5px solid #d1d5db;
  }
  .pd-tab.is-active {
    background: #fff;
    color: #2b3c73;
    font-weight: 600;
    box-shadow: 0 4px 6px #0000001f;
  }
  .pd-tab-panels {
    padding: 20px 22px 10px;
  }
  .pd-panel {
    display: none;
  }
  .pd-panel.is-active {
    display: block;
  }
  .pd-panel-body {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
  }
  .pd-panel-body p {
    margin: 0 0 12px;
  }
  .pd-panel-body p:last-child {
    margin-bottom: 0;
  }
  .pd-panel-body ul {
    margin: 0 0 8px 12px;
    padding: 0;
  }
  .pd-panel-body a {
    color: #2b3c73;
    text-decoration: underline;
    font-weight: 700;
    position: relative;
    padding-left: 24px;
  }
  .pd-panel-body a::before {
    position: absolute;
    content: url("/wp-content/uploads/2026/06/icons.svg");
    left: 0;
    top: 0;
  }
  .pd-empty {
    font-size: 13px;
    color: #9ca3af;
    font-style: italic;
  }
  .pd-project-wrap {
    text-align: center;
    padding: 30px;
  }
  .pd-project-btn {
    all: unset;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid #d1d5db;
    border-radius: 999px;
    padding: 10px 20px 10px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    text-decoration: none !important;
    transition:
      border-color 0.15s,
      background 0.15s;
  }
  .pd-project-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
  }
  .pd-project-arrow {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d9f99d;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
  }
  .pd-project-btn:hover .pd-project-arrow {
    background: #bef264;
  }
  .pd-project-arrow svg {
    width: 14px;
    height: 14px;
    display: block;
    stroke: #111827;
    fill: none;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px;
    line-height: normal;
  }
  .pd-arrow svg {
    display: none;
  }
  .pd-thumbs-row .swiper-wrapper {
    justify-content: center;
  }

  * {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary);
  }

  @media (max-width: 680px) {
    .pd-top {
      grid-template-columns: 1fr;
    }
    .pd-info-grid {
      grid-template-columns: 1fr;
    }
    .pd-feat-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .pd-slider {
      min-height: 200px;
    }
    .pd-title {
      font-size: 20px;
    }
  }
  .pdop_park_drawer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .pdop_park_drawer_overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .pdop_park_drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 70%;
    background: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  }

  .pdop_park_drawer.active {
    transform: translateX(0);
  }
  .pdop_modal_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
  .pdop_park_drawer_inner {
    flex: 1;
    overflow-y: auto;
    padding: 15px 30px 10px;
    scrollbar-width: thin;
    scrollbar-color: #fff #f1f1f1;
    border-radius: 8px;
  }
  .pdop_park_drawer_inner::-webkit-scrollbar {
    width: 8px;
  }
  .pdop_park_drawer_inner::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
  }
  .pdop_park_drawer_inner::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
    border: 2px solid #f1f1f1;
  }
  .pdop_park_drawer_inner::-webkit-scrollbar-thumb:hover {
    background: #ddd;
  }
  .pd-thumbs-row::-webkit-scrollbar {
    display: none;
  }
  .pdop_address_wrap {
    display: inline-flex !important;
    align-items: flex-end !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }
  .pdop_icon_inline {
    flex-shrink: 0 !important;
  }
  .pdop_address_text {
    line-height: 1.5;
  }
  .pdop_icon_inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .pd-tab-panels {
    padding: 20px;
    border-bottom: 1px solid #e2e2e2;
  }
  span.pdop_park_badges {
    margin: 5px;
  }
  @media (max-width: 981px) {
    .drts-location-entities-map-container.drts-location-entities-with-map.drts-location-entities-with-map-left.drts-bs-row.drts-bs-g-0.drts-bs-flex-column-reverse.drts-bs-flex-sm-row-reverse {
      display: grid !important;
    }
    .drts-location-map-container.drts-bs-col.drts-bs-mb-3.drts-bs-position-relative.drts-bs-col-sm-6.drts-bs-d-none.drts-bs-d-sm-block {
      width: 100% !important;
      position: initial !important;
    }
    .drts-display-name-filters-parks-facilities .drts-grow + .drts-grow {
      border: 0;
    }
    .drts-location-entities.drts-bs-col.drts-bs-col-sm-6.drts-bs-ps-sm-3 {
      width: 100% !important;
      order: 2;
    }
    .drts-view-entities-filter-form .drts-row {
      gap: 20px;
    }
    .pdop_park_action_wrap .pdop-action-buttons-wrapper {
      flex-flow: nowrap;
      overflow-x: auto;
      padding-bottom: 10px;
      justify-content: initial;
    }
    .pdop_park_action_wrap .pdop-action-buttons-wrapper a {
      width: max-content;
    }
    .pd-sec-bar {
      margin-bottom: 10px;
    }
    .drts-view-entities-filter-form.drts-bs-collapse.drts-bs-show.drts-bs-mb-4 {
      padding: 20px !important;
      border-radius: 15px !important;
    }
    .drts-bs-d-flex:has(.drts-view-nav-item) {
      flex-flow: column;
    }
    #pdop_directory_root .pdop_park_card_content {
      padding: 15px !important;
    }
  }
  @media (max-width: 570px) {
    #pdop_directory_root .pdop_park_card_action {
      max-height: 60px !important;
      opacity: 1 !important;
      margin-top: 10px !important;
    }
    #pdop_directory_root .pdop_park_card_overlay {
      background: linear-gradient(
        to top,
        rgba(0, 0, 0) 0,
        rgba(0, 0, 0, 0.7) 40%,
        rgba(0, 0, 0, 0) 100%
      ) !important;
    }
  }
  .pd-information {
    padding: 20px 0 30px;
  }
  @media (max-width: 1300px) {
    .pdop_park_drawer {
      max-width: 80%;
    }
  }
  @media (max-width: 1180px) {
    .pdop_park_drawer {
      max-width: 88%;
    }
    .pd-feat-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .pd-notice-hl {
      font-size: 13px;
    }
    .pd-notice-txt {
      font-size: 12px;
    }
  }
  @media (max-width: 780px) {
    .pd-top {
      grid-template-columns: 1fr;
    }
    .pd-slider {
      min-height: 300px;
    }
    .pd-info-panel {
      padding: 20px 0;
    }
    .pd-tab-panels {
      padding: 20px 0;
    }
    .pd-tab {
      padding: 8px 20px;
      font-size: 15px;
      min-width: 100px;
    }
    .pd-panel-body p,
    .pd-panel-body ul,
    p.pd-val-content {
      font-size: 14px;
    }
    .pd-project-wrap {
      padding: 25px 0 15px;
    }
  }
  @media (max-width: 570px) {
    .pd-header {
      padding: 15px 20px;
    }
    .pdop_park_drawer_inner {
      padding: 15px 20px 10px;
    }
    .pd-info-panel {
      padding: 15px 0 10px;
    }
    .pd-top {
      margin-bottom: 10px;
    }
    .pd-feat-grid {
      margin: 0;
    }
    .pd-information {
      padding: 0;
    }
    .pd-header-title {
      font-size: 20px;
    }
    .pd-tabs-nav {
      padding: 20px 0 0;
    }
    .pdop_park_drawer {
      max-width: 100%;
    }
    .container-fluid {
      padding: 0px !important;
    }
    #pdop_directory_root .pdop_park_card_wrap {
      min-height: 300px !important;
    }
  }
  .pdop_park_details_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .pdop_park_detail_item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  .pdop_park_detail_item > .pdop_icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
  .pdop_park_detail_item .pdop_detail_text {
    flex: 1;
    min-width: 0;
    line-height: 1.4;
  }
  .pdop_address_text .pdop_icon_inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    flex-shrink: 0;
  }
  .pdop_pin_icon {
    color: #22c55e;
    flex-shrink: 0;
  }
  /* Override inline dynamic positioning and force a clean top margin */
  .select2-container--open .select2-dropdown {
    margin-top: 8px !important;
    border: 1px solid #efefef !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    padding: 8px 0;
    z-index: 9999 !important; /* Ensures it stays above the map */
  }

  /* Remove default Select2 borders to match the custom dropdown box */
  .select2-container--default .select2-dropdown--below,
  .select2-container--default .select2-dropdown--above {
    border-top: 1px solid #efefef !important;
  }
  /* Lock the height of the main Select2 input to stabilize JS calculations */
  .drts-view-entities-filter-form
    .select2-container
    .select2-selection--single {
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Stabilize the placeholder text specifically */
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #8b8b8b !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
  }

  /* Vertically center the dropdown arrow */
  .drts-view-entities-filter-form .select2-selection__arrow {
    height: 34px !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  /* Space out the items in the dropdown list */
  .select2-results__option {
    padding: 8px 16px !important;
    font-size: 14px !important;
    color: #39414f !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: background-color 0.2s ease;
  }

  /* Highlight state when hovering or navigating with keyboard */
  .select2-container--default
    .select2-results__option--highlighted[aria-selected],
  .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f4f0ff !important; /* Your theme's soft purple/grey */
    color: #30438a !important; /* Brand blue */
  }

  /* Fix the custom icons inside the filter bar inputs so they don't overlap text */
  .drts-view-entities-filter-form .drts-form-field-main::before,
  .drts-view-entities-filter-form .twitter-typeahead::before {
    left: 8px !important; /* Push icons slightly right */
  }
  /* ==========================================================================
   1. FORCE DROPDOWN SHADOW, ROUNDING & POSITION
   ========================================================================== */
  .select2-container--open .select2-dropdown {
    margin-top: -35px !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15) !important;
    padding: 8px 0 !important;
    z-index: 99999 !important; /* Forces it over the map */
    overflow: hidden !important;
  }

  /* Kills the ugly default Select2 borders */
  .select2-container--default .select2-dropdown--below,
  .select2-container--default .select2-dropdown--above {
    border-top: none !important;
  }

  /* ==========================================================================
   2. LOCK THE PLACEHOLDER & STOP JUMPING
   ========================================================================== */
  .drts-view-entities-filter-form
    .select2-container
    .select2-selection--single {
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    color: #8b8b8b !important;
  }

  /* ==========================================================================
   3. PERFECT ICON PLACEMENT (VERTICAL CENTER FORCE)
   ========================================================================== */
  .drts-view-entities-filter-form .drts-form-field-main::before,
  .drts-view-entities-filter-form .twitter-typeahead::before {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important; /* Mathematically perfect center */
    left: 12px !important;
    z-index: 10 !important;
  }

  /* Pushes the text away so it never overlaps the newly centered icons */
  .drts-view-entities-filter-form input.drts-bs-form-control,
  .drts-view-entities-filter-form .select2-selection--single {
    padding-left: 42px !important;
  }

  /* ==========================================================================
   4. STYLE DROPDOWN ITEMS TO MATCH SCREENSHOT
   ========================================================================== */
  .select2-results__option {
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #39414f !important;
    background: #fff !important;
    transition: all 0.2s ease !important;
  }

  /* Applies the purple hover state from your design */
  .select2-container--default
    .select2-results__option--highlighted[aria-selected],
  .select2-container--default .select2-results__option[aria-selected="true"],
  .select2-results__option:hover {
    background-color: #f4f0ff !important;
    color: #30438a !important;
  }
  /* ==========================================================================
   5. FORCE CSS CHECKBOXES INTO THE DROPDOWN
   ========================================================================== */
  /* Make room for the checkbox */
  .select2-results__option {
    position: relative !important;
    padding-left: 40px !important;
  }

  /* Create the unchecked box */
  .select2-results__option::before {
    content: "";
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #d1d5db !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    transition: all 0.2s ease !important;
  }

  /* Create the checked state (Blue box with White SVG Checkmark) */
  .select2-container--default
    .select2-results__option[aria-selected="true"]::before {
    background-color: #30438a !important;
    border-color: #30438a !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 12px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  /* ==========================================================================
   1. KILL THE PLACEHOLDER JUMP FOR GOOD
   ========================================================================== */
  .drts-view-entities-filter-form .select2-container .select2-selection {
    min-height: 40px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
  }

  /* This is the culprit for the jumping - we kill it here */
  .select2-container .select2-search--inline {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    padding-left: 42px !important; /* Space for your blue icon */
    margin: 0 !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* Style the multi-select tags so they look neat in the bar */
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f4f0ff !important;
    border: 1px solid #30438a !important;
    color: #30438a !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    margin: 0 !important;
    font-size: 12px !important;
  }

  .select2-container--default
    .select2-selection--multiple
    .select2-selection__placeholder {
    color: #8b8b8b !important;
    margin: 0 !important;
  }

  /* ==========================================================================
   2. TRUE MULTI-SELECT CHECKBOXES
   ========================================================================== */
  .select2-results__option {
    position: relative !important;
    padding: 10px 16px 10px 40px !important; /* Space for checkbox on the left */
    font-size: 14px !important;
    color: #39414f !important;
    background: #fff !important;
    transition: all 0.2s ease !important;
  }

  /* The unchecked box */
  .select2-results__option::before {
    content: "";
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #d1d5db !important;
    border-radius: 4px !important;
    background-color: #fff !important;
  }

  /* The checked state (Blue box with White Checkmark) */
  .select2-container--default
    .select2-results__option[aria-selected="true"]::before {
    background-color: #30438a !important;
    border-color: #30438a !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 12px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  /* Ensure selected items stay visible in the dropdown with a highlight */
  .select2-container--default .select2-results__option[aria-selected="true"] {
    display: block !important;
    background-color: #f4f0ff !important;
    color: #30438a !important;
  }

  /* ==========================================================================
   3. PERFECT ICON PLACEMENT
   ========================================================================== */
  .drts-view-entities-filter-form .drts-form-field-main::before,
  .drts-view-entities-filter-form .twitter-typeahead::before,
  .drts-view-filter-form .pdop-multiselect-dropdown::before {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 12px !important;
    z-index: 10 !important;
  }
}

.logged-in .pdop_park_drawer {
  top: 32px;
}

/* ==========================================================================
   PDOP Park & Facility Project Single View Custom UI Styles
   ========================================================================== */
.pdop-project-single-wrapper {
  /* font-family: Figtree, sans-serif !important; */
  /* background-color: #fafbfc; */
  padding: 100px 0 60px;
}

/* 1. Hero Banner Area */
.pdop-project-hero {
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: visible;
}
.pdop-project-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
}
.pdop-project-header-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.pdop-project-header-card {
  background-color: #21336a; /* Deep blue/navy */
  border-radius: 16px;
  padding: 32px 40px;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  margin-bottom: -70px; /* Overlap effect onto content area */
  text-align: center;
}
.pdop-project-breadcrumbs {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  line-height: 1.5;
}
.pdop-project-breadcrumbs a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}
.pdop-project-breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.pdop-project-breadcrumbs .active {
  color: #ffffff;
  font-weight: 500;
}
.pdop-back-btn {
  font-weight: 600;
  margin-right: 8px;
}
.pdop-project-title {
  font-size: 40px;
  font-weight: 850;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #ffffff;
}
.pdop-project-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.pdop-project-meta-col {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pdop-meta-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.pdop-meta-value {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}
.pdop-project-meta-divider {
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* 2. Tabs Styling */
.pdop-project-tabs-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  text-align: center;
}

.breadcrumpwrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.pdop-project-tabs {
  text-align: center;
  margin-bottom: 30px;
}
.pdop-project-tabs-wrapper {
  display: inline-flex;
  background-color: #d7f3fe; /* Soft blue capsule */
  padding: 4px;
  border-radius: 999px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  margin: 0 auto;
  gap: 10px;
}
.pdop-project-tab {
  all: unset;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
  color: #21336a;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.pdop-project-tab.active {
  background-color: #ffffff;
  color: #21336a;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(33, 51, 106, 0.12);
}
.pdop-project-tab:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.4);
}

/* 3. Content Area & Panel Displays */
.pdop-project-content-container {
  padding-inline: 22vw !important;
}
.pdop-project-tab-panel {
  display: none;
  animation: pdopFadeIn 0.35s ease;
}
.pdop-project-tab-panel.active {
  display: block;
}
.pdop-tab-intro {
  margin-bottom: 35px;
}
.pdop-plan-desc,
.pdop-renovation-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #374151;
  margin-bottom: 20px;
}
.pdop-contact-box {
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}
.pdop-contact-link {
  color: #21336a;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  transition: color 0.2s;
}
.pdop-contact-link:hover {
  color: #0079a4;
}
.pdop-contact-phone-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #e2f5ff;
  border-radius: 50%;
  color: #0079a4;
  margin-right: 6px;
  font-size: 12px;
}

/* 4. Plan Sections & Accordions */
.pdop-plans-section {
  margin-top: 30px;
}
.pdop-section-title {
  font-size: 20px;
  font-weight: 800;
  color: #21336a;
  margin: 0 0 16px 0;
  text-transform: capitalize;
}
.pdop-accordions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdop-accordion {
  border-radius: 12px;
  overflow: hidden;
  background-color: #ebf9fe; /* Soft blue panel bg */
  border: 1px solid #d5eff7;
}
.pdop-accordion-header {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 24px;
  background-color: #00a3d9; /* Accent blue */
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.pdop-accordion-header:hover {
  background-color: #008fbf;
}
.pdop-accordion-icon {
  font-size: 14px;
}
.pdop-accordion-content {
  display: none;
  padding: 24px;
  background-color: #ebf9fe;
}
.pdop-file-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pdop-file-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  border: 1px solid #00a3d9;
  border-radius: 8px;
  padding: 10px 20px;
  color: #00a3d9;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}
.pdop-file-btn:hover {
  background-color: #00a3d9;
  color: #ffffff;
}
.pdop-file-btn .file-icon {
  font-size: 16px;
}
.pdop-file-btn .file-icon.pdf {
  color: #e11d48; /* Red for PDF */
}
.pdop-file-btn:hover .file-icon.pdf {
  color: #ffffff;
}
.pdop-no-data {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin: 0;
}

/* Past Plans Header */
.past-plans-section {
  margin-top: 45px;
}
.pdop-section-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.pdop-year-select-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pdop-year-select-wrap label {
  font-size: 13px;
  color: #555c65;
  font-weight: 500;
}
.pdop-year-select {
  padding: 6px 36px 6px 16px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  background: #ffffff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234b5563' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
    no-repeat right 12px center/10px auto;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out;
}
.pdop-year-select:focus {
  border-color: #009ad0;
}

/* 5. Renovation Content List & Timeline */
.pdop-renovation-hl {
  font-size: 16px;
  font-weight: 700;
  color: #21336a;
  margin-bottom: 12px;
}
.pdop-renovation-list {
  margin: 0 0 20px 24px;
  padding: 0;
  list-style-type: disc;
}
.pdop-renovation-list li {
  font-size: 15px;
  color: #374151;
  margin-bottom: 6px;
}
.pdop-renovation-timeline-txt {
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}
/* Time Completion Section */
.time-completion-section {
  border-radius: 20px;
  background: #73891f;
  padding: 80px 200px;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.time-completion-header {
  margin-bottom: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.completion-tag {
  color: #086f31;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 20px;
  background: #d0e7ce;
  display: inline-flex;
  padding: 8px 10px;
}

.completion-title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

/* Timeline Layout */
.timeline-container {
  position: relative;
  /* max-width: 1000px; */
  margin: 0 auto;
  /* padding: 20px 0; */
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  border-left: 2px dotted rgba(255, 255, 255, 0.7);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

/* Connecting horizontal lines between icon and image/card */
.timeline-row::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #fff;
  width: calc(20% - 50px);
  z-index: 1;
}

.timeline-row.card-with-image::after {
  top: 20%;
}
.timeline-row.card-with-image::before {
  top: 20%;
}
.timeline-row .timeline-icon {
  top: 20%;
}

.timeline-row-even::after {
  left: 50%;
}

.timeline-row-odd::after {
  right: 50%;
}

/* Background half-circle elements */
.timeline-row::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 107px;
  height: 214px;
  background-image: url("https://pdopdev.wpenginepowered.com/wp-content/uploads/2026/06/Subtract.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.timeline-row-even::before {
  right: 50%;
  transform: translateY(-50%);
  background-position: right center;
}

.timeline-row-odd::before {
  left: 50%;
  transform: translateY(-50%) scaleX(-1);
  background-position: left center;
}

.timeline-row:last-child {
  margin-bottom: 0;
}

.timeline-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background-color: #273b7a; /* Dark Blue circle */
  border: 6px solid #d0dd28; /* Lime Green border from screenshot */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.timeline-icon img {
  max-width: 24px;
  height: auto;
  object-fit: contain;
}

.timeline-col {
  width: calc(50% - 65px);
  z-index: 2; /* Ensure columns stay above the background half-circle */
}

.timeline-media-wrap{display: flex; justify-content: flex-end;}
.timeline-col-right .timeline-media-wrap{justify-content: flex-start;}

.timeline-col-left {
  text-align: right;
}

.timeline-col-right {
  text-align: left;
}

/* Repeating background flowers on each row */
.timeline-row-even .timeline-col-left::before {
  content: "";
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 295px;
  height: 295px;
  background-image: url("https://pdopdev.wpenginepowered.com/wp-content/uploads/2026/06/bg-flower.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.timeline-row-odd .timeline-col-right::before {
  content: "";
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%) rotate(179deg);
  width: 295px;
  height: 295px;
  background-image: url("https://pdopdev.wpenginepowered.com/wp-content/uploads/2026/06/bg-flower.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

/* Text and Media Elements */
.timeline-date {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.timeline-desc-box {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: #fff3df;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
}
.timeline-desc-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 108px;
  height: 96px;
  background-image: url("https://pdopdev.wpenginepowered.com/wp-content/uploads/2026/06/card-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

/* Keep text left-aligned inside the text wrapper */
.timeline-row-even .timeline-col-left .timeline-text-wrap {
  text-align: right;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.timeline-row-odd .timeline-col-right .timeline-text-wrap {
  text-align: left;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.timeline-media-wrap img {
  max-width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 6px 6px 0px #f9ac1b; /* Orange shadow offset */
  display: block;
  object-fit: cover;
}

/* Card with Image layout */
.timeline-card-wrap {
  background-color: #fff3df;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  overflow: hidden;
}

.timeline-card-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 108px;
  height: 96px;
  background-image: url("https://pdopdev.wpenginepowered.com/wp-content/uploads/2026/06/card-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.card-top-date {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.card-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #f9ac1b;
  margin-bottom: 25px;
  display: block;
}
.card-image {
  width: 269px;
  height: 183px;
}
.card-heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.card-desc {
  color: #000;
  font-size: 16px;
  line-height: normal;
}
.card-desc p {
  margin: 0;
}

.card-desc ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.card-desc li {
  margin-bottom: 0;
}

.card-tag {
  margin-bottom: 0;
}

.card-tag span {
  border-radius: 20px;
  background: #d0e7ce;
  color: #086f31;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  display: inline-block;
}

.card-btn a {
  color: #2b3c73;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s ease;
}

.card-btn a:hover {
  text-decoration: underline;
  color: #263d82;
}
.card-btn a img {
  transition: ease;
  transition-duration: 400ms;
}
.card-btn a:hover img {
  transform: translateX(8px);
  transition: ease;
  transition-duration: 400ms;
}
.timeline-media-wrap {
  width: 100%;
  height: 333px;
}
/* Responsive Styles */

@media screen and (min-width: 320px) and (max-width: 576.98px) {
  .completion-title {
    font-size: 25px;
  }
  .timeline-icon {
    width: 30px;
    height: 30px;
  }
  .time-completion-section {
    padding: 50px 15px;
  }
  .timeline-icon {
    left: 10px;
  }
  .timeline-line {
    left: 10px;
  }
  .timeline-row {
    align-items: flex-start;
    padding-left: 30px;
    margin-bottom: 60px;
  }
  .timeline-date {
    font-size: 25px;
  }
  .timeline-row.timeline-row-even {
    flex-direction: column;
    gap: 20px;
  }
  .timeline-row.timeline-row-odd {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .card-image {
    width: 170px;
    height: 150px;
  }
  .timeline-media-wrap {
    width: 100%;
    height: auto;
  }
  .pdop-project-content-container {
    padding-inline: 7vw !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 768.98px) {
  .completion-title {
    font-size: 25px;
  }
  .timeline-icon {
    width: 30px;
    height: 30px;
  }
  .time-completion-section {
    padding: 50px 15px;
  }
  .timeline-icon {
    left: 10px;
  }
  .timeline-line {
    left: 10px;
  }
  .timeline-row {
    align-items: flex-start;
    padding-left: 30px;
    margin-bottom: 60px;
  }
  .timeline-date {
    font-size: 25px;
  }
  .timeline-row.timeline-row-even {
    flex-direction: column;
    gap: 20px;
  }
  .timeline-row.timeline-row-odd {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .card-image {
    width: 170px;
    height: 150px;
  }
  .timeline-media-wrap {
    width: 100%;
    height: auto;
  }
  .pdop-project-content-container {
    padding-inline: 7vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 991.98px) {
  .pdop-project-content-container {
    padding-inline: 7vw !important;
  }
  .time-completion-section {
    padding: 80px 30px;
  }
  .timeline-media-wrap {
    width: 100%;
    height: 200px;
  }
  .timeline-date {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .timeline-col {
    width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .time-completion-section::before,
  .time-completion-section::after {
    display: none;
  }

  .timeline-row::after,
  .timeline-row::before,
  .timeline-row-even .timeline-col-left::before,
  .timeline-row-odd .timeline-col-right::before {
    display: none !important;
  }

  .timeline-col {
    width: 100%;
    text-align: left !important;
  }

  .timeline-row-even .timeline-col-left .timeline-text-wrap,
  .timeline-row-odd .timeline-col-right .timeline-text-wrap {
    text-align: left;
  }

  .timeline-col-left {
    order: 1;
  }

  .timeline-col-right {
    order: 2;
  }

  .timeline-desc-box {
    max-width: 100%;
  }
}

/* 6. History Tab Panel */
.pdop-history-content {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

/* ==========================================================================
   Responsive Adjustments for Projects Single View
   ========================================================================== */
@media (max-width: 900px) {
  .pdop-project-hero {
    height: 380px;
  }
  .pdop-project-title {
    font-size: 30px;
  }
  .pdop-project-header-card {
    padding: 24px 30px;
  }

  /* Responsive Timeline -> Single Column Layout */
  .timeline-line {
    left: 20px;
    transform: none;
  }
  .timeline-icon {
    left: 20px;
    transform: translateX(-50%);
  }
  .timeline-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 40px;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .timeline-col {
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
  }
  .timeline-col-left {
    margin-bottom: 16px;
  }
  .timeline-desc-box,
  .timeline-media-wrap,
  .timeline-card-wrap {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .pdop-project-hero {
    height: 320px;
  }
  .pdop-project-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .pdop-project-header-card {
    padding: 16px 20px;
    margin-bottom: -60px;
  }
  .pdop-project-tabs-container {
    margin-top: 90px;
  }
  .pdop-project-tab {
    padding: 8px 16px;
    font-size: 14px;
  }
  .pdop-project-meta-row {
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 6px;
  }
  .pdop-project-meta-divider {
    display: none;
  }
  .time-completion-section {
    padding: 24px 16px;
  }
  .completion-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .pdop-accordion-header {
    padding: 12px 16px;
    font-size: 14px;
  }
  .pdop-accordion-content {
    padding: 16px;
  }
  .pdop-file-btn {
    width: 100%;
  }
}

/* Accordion (Month) & Card styles copied from view-3.css for park facility projects */
.pdop-plans-section .bam-v3-accordion .accordion-item {
  border: none;
  margin-bottom: clamp(22px, 1.9vw, 30px);
  background: rgba(226, 248, 255, 1);
  border-radius: clamp(18px, 1.3vw, 20px);
  padding: 10px;
}

.pdop-plans-section .bam-v3-accordion-btn {
  border-radius: clamp(18px, 1.3vw, 20px) !important;
  font-size: clamp(18px, 1.3vw, 20px);
  padding: 9px 4px 9px 28px;
  color: #fff !important;
  background: #009ad0 !important;
  font-weight: 600;
  border: none;
  transition: background-color 0.25s ease;
  position: relative;
  width: 100%;
  text-align: left;
  box-shadow: none !important;
  outline: none !important;
}

.pdop-plans-section .bam-v3-accordion-btn:not(.collapsed) {
  color: #fff !important;
  background-color: #009ad0 !important;
  box-shadow: none !important;
}

.pdop-plans-section .bam-v3-accordion-btn:focus {
  box-shadow: none !important;
}

.pdop-project-content-container.wysiwyg_content a {
  position: relative;
  bottom: -4px;
}

/* Custom toggle icon: + / − */
.pdop-plans-section .bam-v3-accordion-btn::after {
  content: "" !important;
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect width="30" height="30" rx="15" fill="white"/><mask id="mask0_40001276_21937" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="22" height="22"><rect x="4" y="4" width="22" height="22" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_40001276_21937)"><path d="M14.084 15.9193H8.58398V14.0859H14.084V8.58594H15.9173V14.0859H21.4173V15.9193H15.9173V21.4193H14.084V15.9193Z" fill="%23009AD0"/></g></svg>') !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important;
  transition: transform 0.25s ease !important;
}

.pdop-plans-section .bam-v3-accordion-btn:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect width="30" height="30" rx="15" fill="white"/><mask id="mask0_40001229_25294" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="22" height="22"><rect x="4" y="4" width="22" height="22" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_40001229_25294)"><path d="M8.58398 15.9154V14.082H21.4173V15.9154H8.58398Z" fill="%23009AD0"/></g></svg>') !important;
  transform: translateY(
    -50%
  ) !important; /* Override Bootstrap's rotate(-180deg) transition */
}

/* Accordion body & collapse backgrounds matching layout */
.pdop-plans-section .bam-v3-accordion .accordion-body {
  padding-block: clamp(12px, 1vw, 20px) 16px;
  padding-inline: 16px;
  background: transparent !important;
}

.pdop-plans-section .bam-v3-accordion .accordion-collapse {
  border: none !important;
  background: transparent !important;
}

.pdop-plans-section .bam-v3-accordion .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Scoped file pills styling for park plans */
.pdop-plans-section .pdop-file-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pdop-plans-section .pdop-file-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #ffffff !important;
  border: 1.5px solid #009ad0 !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  color: #374151 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}

.pdop-plans-section .pdop-file-btn:hover {
  background-color: #f4fbfd !important;
  border-color: #0081ae !important;
  color: #0081ae !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06) !important;
}

.pdop-plans-section .pdop-file-btn svg {
  flex-shrink: 0;
}
