body {
    /*font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;*/
    font-family: 'Poppins', sans-serif;
}

h1, h2 {
    font-weight: 600;
}

footer a {
    margin: 0 0.5rem;
}
.circle-bg {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.logo-img {
    width: 40px; /* adjust as needed */
    height: 40px;
    object-fit: contain;
}

.language-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: 1rem;
}

    .language-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .language-scroll::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }

.language-pill {
    display: inline-block;
    background-color: #38761d;
    color: white;
    padding: 10px 16px;
    margin-right: 10px;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

    .language-pill:hover {
        background-color: #2e5d16;
    }

    .language-pill[dir="rtl"] {
        direction: rtl;
        text-align: right;
    }
.step-number {
    width: 36px;
    height: 36px;
    background-color: #38761d;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    flex-shrink: 0;
}
a {
    color: #38761d;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #2d5f17; /* Optional: slightly darker on hover */
        text-decoration: underline;
    }


.full-map {
    width: 100% !important;
    display: block !important;
}

.hide-sidebar {
    display: none !important;
}

.full-sidebar {
    width: 100% !important;
    display: block !important;
}

.hide-map {
    display: none !important;
}

.btn-outline-secondary {
    background-color: white; /* Like MAUI BtnCol1NoFill */
    border-color: #38761d; /* Replace with your Col1 */
    color: #38761d;
}

    .btn-outline-secondary:hover {
        background-color: #38761d;
        color: white;
        border-color: #38761d;
    }
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 36px;
    color: #5f6368;
}