.hidden,
.wpgmp_filter_wrappers,
.location_listing1,
.location_pagination1,
.wpgmp_pagination,
.NotAvailable,
.AvencaDestaqueValor0,
.AlturaMax0,
.MaxDiario0,
.Valor15minutos0,
.DiarioPrePago0,
.MaxDiario0,
.ValorCartao0,
.Hora10,
.MB0,
.Avencas0,
.Lavagens0,
.ViaVerde0,
.LPR0,
.CCTV0,
.CarregamentoEletrico0,
.Deficientes0,
.Lockers0,
.CPAs0,
.CPAs0 {
    display: none !important;
}

button.gm-ui-hover-effect, button.gm-ui-hover-effect span {
    width: 25px !important;
    height: 25px !important;
    right: 10px !important;
}

.park-map-info .elementor-button {
    width: 100%;
    background-color: #0076c4;
    color: white !important;
}

.maidot-park-accordion.elementor-accordion .elementor-accordion-title {
    cursor: pointer;
    background-color: #f3f3f3;
    padding: 10px 15px;
    font-weight: bold;
}

.maidot-park-accordion.elementor-accordion .elementor-accordion-content {
    background-color: #fbfbfb;
}

.maidot-park-accordion.elementor-accordion .elementor-accordion-item {
    border: none !important;
}

.maidot-park-accordion.elementor-accordion .elementor-accordion-content {
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    overflow: hidden;
    max-height: 0; /* Start with max-height 0 */
}

.maidot-park-accordion.elementor-accordion .elementor-accordion-item.active .elementor-accordion-content {
    padding: 10px;
    max-height: 500px; /* Maximum height when expanded */
}

.maidot-park-accordion.elementor-accordion .elementor-accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.maidot-park-accordion.elementor-accordion {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 10px;
}

.alphabet-filter {
    text-align: center; /* Center the filter container */
    padding: 10px 0; /* Add some padding for visual spacing */
}

.alphabet-filter .letter-filter {
    margin: 0 5px; /* Space out the letters */
    padding: 5px 10px; /* Add some padding around the letters */
    text-decoration: none; /* Optional: remove underline from links */
    color: #333; /* Optional: set the text color */
    font-weight: bold; /* Optional: make the letters bold */
}


.enhanced-park-accordion,
.accordion-item{
    overflow: hidden;
}

.accordion-header, .child-header {
    font-family: "VAG Font Family", Sans-serif;
    text-transform: uppercase;
    background: #0076c4;
    color: #fff;
    padding: 20px 25px; /* Increased padding for better spacing */
    cursor: pointer;
    font-size: 18px;
    justify-content: space-between; /* Align the + or - symbol to the right */
    align-items: center;
    border-bottom: 1px solid #00479f; /* Divider for clarity */
    border-radius: 8px; /* Soften the corners */
}

.accordion-header.active, .child-header.active {
    background: #00479f;
}

.accordion-content, .park-grid {
    display: none;
    padding: 20px; /* Add inner spacing for content */
    border-top: none; /* Prevent double border effect */
}

.park-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Keep it responsive */
    gap: 20px; /* Add spacing between grid items */
}

.park-item {
    border-radius: 15px;
    padding: 0px;
    text-align: left;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2); /* Soft shadow for elevation */
}

.park-image {
    width: 100%;
    border-radius: 8px; /* Match border radius */
    margin-bottom: 15px;
    object-fit: cover; /* Ensure images are cropped correctly */
    aspect-ratio: 16 / 9; /* Maintain a consistent aspect ratio */
}

.txt-elements {
    padding: 0 15px;
}

.park-title {
    font-family: "VAG Font Family", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 5px; /* Add spacing */
    color: #0076c4;
}

.park-meta {
    font-size: 18px;
    color: #666;
    margin: 5px 8px 0px 0px;
    float: left;
}

.park-price {
    font-size: 18px; /* Larger font for price */
    font-weight: bold;
    margin: 10px 0 0;
}

.park-arrow {
    display: inline-block;
    margin-top: 15px;
    font-size: 30px;
    color: #0076c4;
    font-weight: bold;
}

.park-arrow svg {
    width: 80px;
    height: auto;
    margin: -10px -20px;
    stroke: #0076c4;
    stroke-width: 40px;
    padding: 0;
}

.park-arrow svg rect {
    visibility: hidden;
}

.park-arrow svg path {
    fill: #0076c4 !important;
}



@media screen and (max-width: 768px) {
    .park-grid,
    .maidot-park-accordion.elementor-accordion {
        grid-template-columns: 1fr;
    }
}
