.statistics-section {
    padding: 4rem 0;
    margin-top: 2rem;
}

.counter-box {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.counter-box:hover {
    transform: translateY(-5px);
}

.counter-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #895129;
}

.counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #895129;
    margin-bottom: 0.5rem;
}

.counter-label {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.cta-box {
    background: #32BD7A;
    border-radius: 15px;
    padding: 3rem 2rem;
    text-align: center;
    color: white;
    margin-top: 3rem;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.2);
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-button {
    background: white;
    color: black;
    border: none;
    padding: 20;
    font-size: 15;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration : none;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: #f8f9fa;
}

@media (max-width: 768px) {
    .counter-box {
        margin-bottom: 1.5rem;
    }
    
    .statistics-section {
        padding: 2rem 0;
    }
    
    .cta-box {
        margin-top: 2rem;
        padding: 2rem 1rem;
    }
}
.layer-control {
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 10px 0;
}

.layer-checkbox {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.layer-checkbox input[type="checkbox"] {
    margin-left: 8px;
}

.layer-checkbox label {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.map-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    object-fit: contain;
}
.card-title
{
font-size: 17px !important;
}