/* Body - Background */
@media (min-width: 600px) and (max-width: 940px) {
  .faq-tabs {
overflow-x: auto; 
 }
.faq-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  #faq-wrapper{
padding-left: 0;
padding-right: 0;
}
}
.custom-faq {
    background: #fff;
}

/* Hidden - Hero Banner */
.custom-faq .c-hero,
.custom-faq .c-breadcrumbs {
    display: none;
}


.custom-faq div#section-block_cab6ef1598e51f2eae2513febc64c24a {
    margin-top: 0.8rem;
}

/* Search */

.faq-search-container {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    max-width: 500px;
    text-align: center;
    margin: auto;
}

#faq-search-results {
    margin-top: 20px;
}

.faq-no-results {
    text-align: center;
    padding: 20px;
}
#faq-search-input {
    padding-left: 45px;
    border: 2px solid #5c2983;
}

.faq-search-container input[type=text]:focus-visible {
    outline: none !important;
}
.custom-faq div#section-block_0665e74127f0541d1d00a5b367a38522 {
    margin-top: 1.5rem;
}
.custom-faq #faqSearch #heading {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 8px;
    color: #5c2983;
}
.custom-faq #faqSearch input#faq-search {
    border: 2px solid #5c2983;
    margin: 15px auto;
    display: block;
    height: 40px;
    min-height: 40px;
}
.custom-faq .faq-search-wrapper {
    position: relative; 
    max-width: 350px;
    margin: auto;
}
.custom-faq #faq-search {
    width: 100%;
}
.custom-faq .faq-search-box {
    position: relative;
    width: 100%;
    max-width: 500px;
}
.custom-faq .faq-search-icon {
    position: absolute;
    left: 12px;
    top: 18px;
    color: #5c2983;
    pointer-events: none;
    font-weight: 600;
}

.custom-faq .faq-content.active {
    display: block;
    color: #fff !important;
}

.custom-faq .faq-tab {
    border: 2px solid #44207b;
    color: #5c2983 !important;
    border-radius: 50px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.custom-faq .faq-tab.active {
    background: #5c2983;
    color: #fff !important;
}

.custom-faq .faq-location-title {
    margin: 30px 0 15px;
    border-bottom: 3px solid #5c2983;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5c2983;
}

.custom-faq .faq-question {
    cursor: pointer;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

mark {
    background: #ffeb3b;
    color: #000;
    padding: 0 2px;
}

.custom-faq .single-faq.open .faq-question {
    color: #5c2983 !important;
}

.custom-faq .faq-answer {
    display: none;
    color: #000000;
    margin-top: 5px;
    font-size: 17px;
    letter-spacing: 0; 
    line-height: 1.4;
}

.custom-faq .faq-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.custom-faq .single-faq:not(.open) {
    padding: 20px 25px;
    margin-bottom: 15px;
    background-color: #fff;
}

.custom-faq .single-faq:not(.open):not(:last-of-type) {
    border-bottom: 1px solid #737373;
}

.custom-faq .single-faq.open:last-of-type {
  margin-bottom: 20px;
}

/* OPEN state (when clicked) */
.custom-faq .single-faq.open {
    background-color: #5c298338;
    border-radius: 26px;
    padding: 20px 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.custom-faq .single-faq {
    background-color: #5c298338;
    border-radius: 0px;
}

.custom-faq .faq-answer {
    overflow: hidden;
}

/* Question styling */
.custom-faq .faq-question {
    position: relative;
    cursor: pointer;
    padding-right: 30px; /* space for icon */
}

/* PLUS icon (default) */
.custom-faq .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* MINUS icon (when open) */
.custom-faq .single-faq.open .faq-question::after {
    content: '−'; /* real minus symbol */
}

/* Keep + always */
.custom-faq .faq-question::after {
    content: '+';
    transition: transform 0.3s ease;
}

/* Rotate to look like X/minus effect */
.custom-faq .single-faq.open .faq-question::after {
    transform: translateY(-50%) rotate(180deg);
}

.custom-faq .see-more-questions {
    background: #44207b;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 10px 33px;
    text-align: left !important;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.custom-faq .faq-tab {
   font-size: 18px;
}

.hidden-faq {
    display: none;
}

@media (min-width: 768px) {
    .custom-faq #faqSearch #heading {
        font-size: 52px;
    }
 .custom-faq .faq-location-title {
   font-size: 28px;
  } 
  .custom-faq .faq-tab {
    padding: 6px 30px;
  }
  .custom-faq .faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .custom-faq .faq-tabs {
    display: flex;
    gap: 10px;

    overflow-x: auto;
    flex-wrap: nowrap;            /* 🔑 prevent wrapping */
    justify-content: flex-start;  /* 🔑 allow overflow */

    -webkit-overflow-scrolling: touch;
  }

  .custom-faq .faq-tab {
    padding: 6px 35px;
    flex: 0 0 auto;   /* 🔑 don't shrink */
    white-space: nowrap;
  }

  /* optional: hide scrollbar */
  .custom-faq .faq-tabs::-webkit-scrollbar {
    display: none;
  }
  .custom-faq .faq-location-title {
        font-size: 22px;
    }
   .custom-faq #faqSearch #heading {
        font-size: 34px;
    }
}




/* Park Page - FAQ Rendering */
/* Wrapper */


/* Card */
.park-activity-faq .single-faq {
    margin-bottom: 15px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border: 1px solid white;
    border-radius: 20px;
    box-shadow: none;
    color: #492c7b;
    background: #fff;
}

.single-faq.open .faq-question {
    color: rgba(218, 47, 121, var(--tw-text-opacity));
    /*text-decoration: underline;*/
}

/* Question row */
.park-activity-faq .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #4b2e83;
    cursor: pointer;
}

/* Icon */
.park-activity-faq .faq-icon {
    background: #6c2eb9;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: rgba(72, 38, 131, var(--tw-bg-opacity));
    background-image: linear-gradient(240.33deg, #3b31a5 14.93%, #9450a9 79.03%);
    border-radius: .125rem;
}

/* Answer */
.park-activity-faq .faq-answer {
    display: none;
    margin-top: 15px;
    color: #4b2e83;
    font-size: 18px;
    line-height: 1.6;
}
 
/* OPEN STATE */
.park-activity-faq .single-faq.open {
    border: 2px solid #f59e0b;
    background: #fff;
}

.park-activity-faq .single-faq.open .faq-answer {
    display: block;
}

.park-activity-faq .single-faq.open .faq-icon {
    background: #e91e63;
}




/* Serach Result Page */
.faq-search-page {
    max-width: 900px;
    margin: 0 auto;
}

.faq-search-top {
    margin-bottom: 20px;
}

.faq-back-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    color: #5c2983;
}
.faq-search-header,
.faq-search-list {
    max-width: 650px;
    margin: auto;
}

.faq-back-btn span {
    font-size: 12px;
}

.faq-search-header h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.faq-result-count {
    color: #5c2983;
    margin-bottom: 20px;
    font-weight: bold;
}

.faq-search-list .single-faq {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.faq-search-list .faq-question {
    font-weight: 600;
    cursor: pointer;
}

.faq-search-list .faq-answer {
    display: none;
    padding-top: 10px;
}



/* Hide FAQs past the 5th item */
.single-faq.hidden-faq {
    display: none;
}

/* Make sure the button looks clickable */
.see-more-questions {
    cursor: pointer;
    background-color: #4a2b7f; /* Update to match your exact purple */
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    font-weight: bold;
}




.faq-mobile-dropdown-wrapper {
    display: none;
}

@media (max-width: 767px) {

    .faq-tabs {
        display: none !important;
    }

    .faq-mobile-dropdown-wrapper {
        display: block;
        margin-bottom: 32px;
    }

    .faq-mobile-dropdown {
        width: 100%;
        height: 56px;
        border: 1px solid #5c2d91;
        padding: 0 16px;
        font-size: 18px;
        border-radius: 4px;
        background: #fff;
        color: #5c2d91;
    }

}



.faq-all-wrapper.faq-single-column {
    display: block !important;
}

.faq-all-wrapper.faq-single-column .faq-location-block {
    max-width: 500px;
    margin: 0 auto;
}
