﻿.dropList {
    transform: inherit !important;
    top: unset !important;
}

.col-lg {
    cursor: pointer;
}

.dropdown-toggle.dropdown-cat {
    color: #222;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.custom-cat-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #222;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    border: 2.5px solid #bbb; /* más grueso */
}

    .custom-cat-btn .icon-left {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .custom-cat-btn .cat-text {
        flex-grow: 1;
        text-align: left;
    }

    .custom-cat-btn .dropdown-arrow {
        font-size: 16px;
        margin-left: auto;
    }

.custom-loc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #222;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    border: 2.5px solid #bbb; /* más grueso */
}

    .custom-loc-btn .icon-left {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .custom-loc-btn .loc-text {
        flex-grow: 1;
        text-align: left;
    }

    .custom-loc-btn .dropdown-arrow {
        font-size: 16px;
        margin-left: auto;
    }


.welcome {
    background-image: url('https://storagemunicibidpro.blob.core.windows.net/assets/Hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

    /* Elimina overlays anteriores si quedaban */
    .welcome::before,
    .welcome .inner-wrapper::before {
        content: none !important;
        background: none !important;
    }

    /* Contenedor interno sin fondo blanco */
    .welcome .inner-wrapper {
        padding: 20px;
        background: none !important;
        box-shadow: none;
    }

/* H1 blanco y fuerte */
.welcome-heading {
    color: white;
    font-size: 52px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    text-transform: none; /* Solo primera letra mayúscula manualmente */
}

/* Párrafo blanco más fino */
.welcome p {
    color: #f0f0f0;
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.3px;
    margin-bottom: 32px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Botón verde más alto */
.welcome .btn-success {
    background-color: #3586BB;
    border: none;
    font-weight: 600;
    padding: 14px 28px;
    margin-right: 12px;
    font-size: 16px;
    border-radius: 50px;
}

/* Botón con borde blanco más alto */
.welcome .btn-outline-dark {
    font-weight: 600;
    padding: 14px 28px;
    font-size: 16px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
}

    /* Botón hover efecto invertido */
    .welcome .btn-outline-dark:hover {
        background-color: white;
        color: #111;
    }

/* Responsive para mobile */
@media (max-width: 768px) {
    .welcome-heading {
        font-size: 36px;
    }

    .welcome p {
        font-size: 18px;
    }

    .welcome .btn-success,
    .welcome .btn-outline-dark {
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 16px;
        font-size: 18px;
    }
}

.welcome {
    min-height: 52vh !important; /* taller on mobile */
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

@media (min-width: 768px) {
    .welcome {
        min-height: 60vh !important;
    }
}

@media (min-width: 1200px) {
    .welcome {
        min-height: 70vh !important;
    }
}

.welcome::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    pointer-events: none;
}

.welcome .inner-wrapper {
    position: relative;
    z-index: 1;
}

.category-title,
.location-title {
    display: flex !important;
    align-items: center !important;
    color: #222 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important;
    letter-spacing: 0.2px !important;
    text-transform: capitalize !important;
    margin: 0;
}

    .category-title .icon-left,
    .location-title .icon-left {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

.dropList {
    transform: inherit !important;
    top: unset !important;
}

.col-lg {
    cursor: pointer;
}

.dropdown-toggle.dropdown-cat {
    color: #222;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.custom-cat-btn,
.custom-loc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #222;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    border: 2.5px solid #bbb;
}

    .custom-cat-btn .icon-left,
    .custom-loc-btn .icon-left {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .custom-cat-btn .cat-text,
    .custom-loc-btn .loc-text {
        flex-grow: 1;
        text-align: left;
    }

    .custom-cat-btn .dropdown-arrow,
    .custom-loc-btn .dropdown-arrow {
        font-size: 16px;
        margin-left: auto;
    }

/* Replacements for previous inline styles */
.show-close-all {
    margin-left: 15px;
}

#partial-location-b,
#partial-category-b {
    background-color: #f0f0f0;
}

/* Small helper */
.muted-secondary {
    color: #818EA3;
}

