.elementor-1985 .elementor-element.elementor-element-d9b7895{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:3em;--padding-bottom:3em;--padding-left:3em;--padding-right:3em;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1985 .elementor-element.elementor-element-3a06e68{text-align:center;width:100%;max-width:100%;}.elementor-1985 .elementor-element.elementor-element-4d050b7{text-align:center;width:100%;max-width:100%;}.elementor-1985 .elementor-element.elementor-element-fd1562f{--display:flex;--min-height:46vh;--overflow:hidden;}.elementor-1985 .elementor-element.elementor-element-c909f60 > .elementor-widget-container{padding:0px 0px 20px 0px;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-c909f60 */#map {
    flex: 0.75;
    padding: 10px;
}

.container {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 80%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #005596;
}

.search-section {
    display: flex;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 8px;
    align-items: center;
    gap: 10px;
}

.main-content {
    display: flex;
    flex: 1;
    align-items: stretch;
    max-height: 88.5%;
}

.info-cards {
    flex: 0.25;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    border-right: 1px solid #ccc;
    align-items: center;
}

.card {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.input-container {
    display: flex;
    align-items: center;
    width: 45%;
    position: relative;
}

#autocomplete {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    padding-right: 35px;
}

.buttonContainer {
    display: flex;
    gap: 10px;
}

#resetMapButton,
#locationButton {
    padding: 7px 10px;
    background-color: #007BFF;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: .75rem;
}

#resetButton {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 10;
}

#resetButton:focus {
    outline: none;
}

#resetMapButton:hover,
#locationButton:hover {
    background-color: #0056b3;
}

.link-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 10px;
    margin-top: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .loader {
    border: 4px solid #f3f3f3; 
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px; 
    height: 20px; 
    animation: spin 2s linear infinite; 
  }
  

@media (max-width: 768px) {
    .search-section>select {
        justify-content: center;
        width: 100%;
    }
    

    .main-content {
        flex-direction: column;
    }

    .info-cards {
        flex: none;
        border-right: none;
        border-bottom: 1px solid #ccc;
        order: 2;
        overflow-y: scroll;
        max-height: 70%;
    }

    #map {
        flex: none;
        height: 450px !important;
    }

    .search-section {
        flex-direction: row;
        align-items: center;
    }

    .search-section label,
    .search-section select,
    .search-section button {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .input-container {
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .search-section {
        flex-direction: column;
        align-items: stretch;
    }

    #resetMapButton,
    #locationButton {
        width: 100%;
    }

    .button-container {
        flex-direction: row;
        gap: 10px;
    }

    .input-container {
        width: 97%;
    }
}


@media (max-width: 480px) {
    .search-container {
        font-size: 1.2rem;
    }
}

@media (max-width: 376px) {
    .buttonContainer {
        flex-direction: row;
    }

    #resetMapButton {
        margin-right: 5px;
    }

    #locationButton {
        margin-left: 5px;
    }
}/* End custom CSS */
/* Start custom CSS */#map {
    flex: 0.75;
    padding: 10px;
    max-height: 900px;
}

.gm-svpc div img {
    position: relative !important;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 5px solid #ccc;
    background-color: #005596;
    min-height: 700px !important;
}

.search-section {
    display: flex;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 8px;
    align-items: center;
}

.main-content {
    display: flex;
    flex: 1;
    align-items: stretch;
    max-height: 900px;
}

.info-cards {
    flex: 0.25;
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    border-right: 1px solid #ccc;
    align-items: center;
}

.card {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.input-container {
    display: flex;
    align-items: center;
    width: 45%;
    position: relative;
}

#autocomplete {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    padding-right: 35px;
}

.buttonContainer {
    display: flex;
    gap: 10px;
}

#resetMapButton,
#locationButton {
    padding: 7px 10px;
    background-color: #007BFF;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: .75rem;
}

#resetButton {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 10;
}

#resetButton:focus {
    outline: none;
}

#resetMapButton:hover,
#locationButton:hover {
    background-color: #0056b3;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .loader {
    border: 4px solid #f3f3f3; 
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px; 
    height: 20px; 
    animation: spin 2s linear infinite; 
  }
  

@media (max-width: 768px) {
    .search-section>select {
        justify-content: center;
        width: 100%;
    }

    .main-content {
        flex-direction: column;
    }

    .info-cards {
        flex: none;
        border-right: none;
        border-bottom: 1px solid #ccc;
        order: 2;
        overflow-y: scroll;
        max-height: 240px;
    }

    #map {
        flex: none;
        height: 650px;
    }

    .search-section {
        flex-direction: row;
        align-items: center;
    }

    .search-section label,
    .search-section select,
    .search-section button {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .input-container {
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .search-section {
        flex-direction: column;
        align-items: stretch;
    }

    #resetMapButton,
    #locationButton {
        width: 100%;
    }

    .button-container {
        flex-direction: row;
        gap: 10px;
    }

    .input-container {
        width: 97%;
    }
}


@media (max-width: 480px) {
    .search-container {
        font-size: 1.2rem;
    }
}

@media (max-width: 376px) {
    .buttonContainer {
        flex-direction: row;
    }

    #resetMapButton {
        margin-right: 5px;
    }

    #locationButton {
        margin-left: 5px;
    }
}/* End custom CSS */