:root,
[data-bs-theme=light] {
    --bs-primary: #e87b00;
    --bs-secondary: #154293;
}
body {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.row {
    margin-bottom: 30px;
}

.col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .col-md-4 img {
        width: 100%;
        max-width: 360px;
        height: auto;
        margin-bottom: 1rem;
    }

    .col-md-4 h2 {
        margin-top: 0;
    }

    .col-md-4 p {
        margin-bottom: 1rem;
    }

    .col-md-4 .btn-primary {
        margin-top: auto;
    }


main {
    margin-top: 4rem;
}

.footer {
    padding: 2rem;
}

    .footer ul.list-unstyled {
        margin-bottom: 0;
    }

h1, h2 {
    color: var(--bs-primary);
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-style: normal;
}

label {
    color: var(--bs-primary);
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

    .btn-primary:hover {
        background-color: #ff7f00;
        border-color: #ff7f00;
    }

    .btn-primary:focus {
        outline: none;
        box-shadow: 0 0 5px #ff7f00;
    }
footer ul {
    display: flex;
}

footer li {
    padding: 1rem;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
}

    a:hover {
        color: #ffa500;
        text-decoration: underline;
    }

.leaflet-marker-icon {
    filter: brightness(2);
    border-color: var(--bs-primary);
}

.informations-documents {
    padding: 20px;
    margin-bottom: 30px;
}

.services-img {
    max-height: 340px;
}

.text-justify {
    text-align: justify;
}