/* Estilos generales */
:root {
    --primary-color: #2563eb;
    --secondary-color: #0f172a;
    --accent-color: #f59e0b;
    --light-color: #f8fafc;
    --dark-color: #1e293b;
    --shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

    /* Colores de redes sociales */
    --facebook-color: #1877F2;
    --instagram-color: #E4405F;
    --tiktok-color: #000000;
    --youtube-color: #FF0000;
    --twitter-color: #1DA1F2;
    --google-maps-color: #ea4335;
    --website-color: #2C7BE5;
    --whatsapp-color: #25D366;
    --pinterest-color: #E60023;
}

body {
    font-family: 'Outfit', sans-serif;
    color: var(--dark-color);
    line-height: 1.6;
}

/* Navbar premium y transparente sobre el video */
.navbar {
    background-color: transparent !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    box-shadow: none !important;
}

/* Estado de la navbar al hacer scroll */
/* Estado de la navbar al hacer scroll (Fondo Oscuro Premium) */
.navbar.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.95) !important;
    /* Negro solido semi-transparente */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8) !important;
}

/* Forzar texto blanco inicialmente, y oscuro al hacer scroll */
.navbar .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    margin: 0 10px;
    transition: all 0.3s ease;
}

/* .navbar.navbar-scrolled .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
} */

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #fff !important;
}

.navbar.navbar-scrolled .nav-link:hover,
.navbar.navbar-scrolled .nav-link.active {
    color: var(--primary-color) !important;
}

/* Estilos para el Smart Logo Tipográfico */
.smart-logo {
    display: flex;
    flex-direction: column;
    font-family: 'Outfit', sans-serif;
    line-height: 1;
    transition: all 0.3s ease;
}

.logo-main {
    display: flex;
    align-items: baseline;
    position: relative;
    font-size: 26px;
    letter-spacing: -0.5px;
}

.logo-light {
    font-weight: 300;
    color: #ffffff !important;
}

.logo-bold {
    font-weight: 800;
    color: #ffffff !important;
}

.navbar.navbar-scrolled .logo-light,
.navbar.navbar-scrolled .logo-bold {
    color: #ffffff !important;
    /* Mantener logo blanco */
}

.colombia-stripe {
    display: flex;
    height: 4px;
    width: 25px;
    margin-left: 5px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    top: -2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.colombia-stripe span {
    flex: 1;
    height: 100%;
}

.colombia-stripe .yellow {
    background: #FFCD00;
    flex: 2;
}

.colombia-stripe .blue {
    background: #003087;
}

.colombia-stripe .red {
    background: #C8102E;
}

.logo-sub {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px;
    text-transform: uppercase;
    transition: color 0.3s;
}

.navbar.navbar-scrolled .logo-sub {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 0.8;
}

.navbar-brand {
    text-decoration: none !important;
}

.navbar-brand:hover .logo-light {
    color: #fff;
    opacity: 1;
}

.navbar-brand:hover .logo-bold {
    color: var(--primary-color);
}

/* Ajuste de botones en la navbar */
.navbar .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    border-radius: 25px;
    padding: 8px 25px;
    transition: all 0.3s ease;
}

.navbar.navbar-scrolled .btn-outline-primary {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.navbar .btn-outline-primary:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff !important;
}

.navbar.navbar-scrolled .btn-outline-primary:hover {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.navbar .btn-primary {
    border-radius: 25px;
    padding: 8px 25px;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

/* Botón CTA Premium (Llamativo) */
.btn-cta-premium {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    border: none !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 10px 30px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    animation: cta-pulse 3s infinite;
}

.btn-cta-premium:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 30px -5px rgba(37, 99, 235, 0.6) !important;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    color: white !important;
    animation-play-state: paused;
}

.btn-cta-premium::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(30deg);
    pointer-events: none;
}

.btn-cta-premium:hover::after {
    animation: shine-effect 0.8s ease-in-out;
}

@keyframes shine-effect {
    0% {
        left: -60%;
    }

    100% {
        left: 150%;
    }
}

@keyframes cta-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4);
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 15px 35px -5px rgba(37, 99, 235, 0.6);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4);
    }
}

.country-selector .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

/* Sección de video de fondo */
.video-hero {
    position: relative;
    height: 85vh;
    min-height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.search-container {
    position: relative;
    width: 100%;
    z-index: 3;
}

.search-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow);
}

.search-box h1 {
    color: var(--secondary-color);
    font-weight: 600;
}

/* Tarjeta de negocio (Glass-Card Design) */
/* Tarjeta de negocio Premium Pro (Glass & Clean) */
.business-card {
    background: #ffffff;
    border-radius: 16px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.business-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.business-card img.card-img-top {
    height: 220px;
    width: 100%;
    object-fit: contain;
    /* Ajustar imagen completa */
    background-color: #ffffff;
    /* Fondo limpio */
    padding: 15px;
    /* Espacio para que respire */
    transition: transform 0.6s ease;
}

.business-card:hover img.card-img-top {
    transform: scale(1.05);
}

.business-card .card-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.business-category {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    /* Slate-500 más elegante */
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
    display: block;
    background: transparent;
    padding: 0;
}

.business-card .card-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #1e293b;
    /* Slate-800 */
    line-height: 1.2;
}

.business-location {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.business-card .card-text {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.membership-badge-premium {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    /* Negro glass */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.membership-badge-premium::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #4ade80;
    /* Punto verde neón */
    border-radius: 50%;
    box-shadow: 0 0 5px #4ade80;
}

.featured-badge-premium {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.85);
    /* Blanco glass */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ca8a04;
    /* Gold oscuro */
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Redes Sociales Minimalistas - Gris a Color */
.business-card .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 0;
}

.business-card .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #f1f5f9;
    /* Fondo gris claro */
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Iconos grises por defecto */
.business-card .social-icons a i {
    font-size: 16px;
    color: #94a3b8;
    /* Gris medio */
    transition: all 0.3s ease;
}

/* Hover Effects - Recuperar color */
.business-card .social-icons a:hover {
    transform: translateY(-3px);
    background-color: white;
    /* Fondo blanco al hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.business-card .social-icons a:hover i.fa-facebook-f {
    color: #1877f2;
}

.business-card .social-icons a:hover i.fa-instagram {
    color: #E1306C;
}

.business-card .social-icons a:hover i.fa-tiktok {
    color: #000000;
}

.business-card .social-icons a:hover i.fa-youtube {
    color: #ff0000;
}

.business-card .social-icons a:hover i.fa-twitter {
    color: #1da1f2;
}

.business-card .social-icons a:hover i.fa-map-marker-alt {
    color: #ea4335;
}

/* Eliminar estilos antiguos específicos */
.business-card .social-icons a.instagram-icon {
    background: #f1f5f9;
}

.business-card .social-icons a.instagram-icon i {
    color: #94a3b8;
    filter: none;
}

/* Estilo de TikTok con degradado */
.business-card .social-icons a.tiktok-icon {
    background: white;
    position: relative;
    overflow: hidden;
}

.business-card .social-icons a.tiktok-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #25F4EE, #FE2C55, #000000);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
}

.business-card .social-icons a.tiktok-icon:hover::before {
    opacity: 1;
}

.business-card .social-icons a.tiktok-icon i {
    position: relative;
    z-index: 1;
    transition: color 0.3s;
}

.business-card .social-icons a.tiktok-icon:hover i {
    color: white;
}

/* Estilo para YouTube */
.business-card .social-icons a.youtube-icon {
    background: white;
    transition: background-color 0.3s;
}

.business-card .social-icons a.youtube-icon:hover {
    background: var(--youtube-color);
}

.business-card .social-icons a.youtube-icon:hover i {
    color: white;
}

/* Estilo del icono de Google Maps */
.google-maps-icon {
    position: relative;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: linear-gradient(#fff, #f1f1f1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.google-maps-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#db4437 0deg 90deg,
            /* Rojo */
            #f4b400 90deg 180deg,
            /* Amarillo */
            #4285f4 180deg 270deg,
            /* Azul */
            #0f9d58 270deg 360deg
            /* Verde */
        );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.google-maps-icon:hover::before {
    opacity: 1;
}

.google-maps-pin {
    position: relative;
    z-index: 2;
    color: #ea4335 !important;
    /* Rojo de Google Maps */
    font-size: 20px !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.google-maps-icon:hover .google-maps-pin {
    transform: scale(1.2);
}

/* Animación del icono */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-3px);
    }
}

.google-maps-icon:hover {
    animation: bounce 0.8s ease;
}

/* Hacer más vistoso el badge de destacado */
/* [ESTILOS REDUNDANTES ELIMINADOS] */

/* Icono de soporte flotante */
.support-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--accent-color);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999;
    transition: var(--transition);
}

.support-icon:hover {
    transform: scale(1.1);
}

.support-icon.pulsate {
    animation: pulsate 2s infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}

/* Modal de chat de soporte */
.support-chat-modal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.support-chat-modal .modal-header {
    background-color: var(--primary-color);
    color: white;
}

.support-chat-modal .chat-area {
    height: 300px;
    overflow-y: auto;
    padding: 1rem;
    background-color: #f8f9fa;
}

/* Footer */
/* Footer Premium "Space Dark" */
footer {
    background-color: #020617;
    /* Slate-950 (Casi negro) */
    position: relative;
    padding-top: 5rem;
    padding-bottom: 2rem;
    font-family: 'Outfit', sans-serif;
    overflow: hidden;
}

/* Efecto de borde superior brilhante (Glow) */
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

footer h5 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
}

footer p {
    color: #94a3b8;
    /* Slate-400 */
}

footer a {
    color: #cbd5e1;
    /* Slate-300 */
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
}

footer a:hover {
    color: #38bdf8;
    /* Sky-400 */
    padding-left: 5px;
}

/* Input Newsletter Premium Glass */
footer input.form-control {
    background: rgba(255, 255, 255, 0.05);
    /* Muy sutil */
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50px 0 0 50px;
    padding-left: 20px;
    height: 50px;
    backdrop-filter: blur(10px);
}

footer input.form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    color: #fff;
}

footer input.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

footer .btn-primary {
    border-radius: 0 50px 50px 0;
    padding-left: 20px;
    padding-right: 25px;
    height: 50px;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.3);
}

/* Redes Sociales Footer Circular */
footer .social-circle-icons {
    display: flex;
    gap: 10px;
}

footer .social-circle-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

footer .social-circle-icons a:hover {
    background: #fff;
    color: #020617;
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-logo-container {
    margin-bottom: 1.5rem;
}

/* Modal de horarios */
.hours-modal .table {
    margin-bottom: 0;
}

.hours-modal .day-name {
    font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
    .video-hero {
        height: auto;
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .search-box {
        padding: 1.5rem;
    }

    .support-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 20px;
        right: 20px;
    }

    .business-card .social-icons {
        justify-content: center;
        margin-top: 15px;
    }
}


/* Para ajustar imagen por fecto */

/* Estilos específicos para solucionar el problema de la imagen */
.card-img-container {
    height: 200px !important;
    overflow: hidden !important;
    position: relative !important;
    background-color: #f9f9f9 !important;
}

.card-img-container img.card-img-top {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.5s ease !important;
}

.card-img-container:hover img.card-img-top {
    transform: scale(1.1) !important;
}

.business-card {
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background-color: #fff !important;
}

.business-card .card-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 1.25rem !important;
}

/* Estilos para corregir el problema de la imagen */
body .business-card .image-wrapper {
    height: 200px !important;
    overflow: hidden !important;
    position: relative !important;
}

body .business-card .image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}


/* Estilos para el nuevo buscador compacto y premium */
.search-box-compact {
    padding: 1.2rem 0;
    position: relative;
    z-index: 10;
}

.search-bar-premium {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 50px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    position: relative !important;
    z-index: 1000 !important;
    /* Forzar que esté sobre los chips */
}

.popular-categories-compact {
    position: relative !important;
    z-index: 1 !important;
    /* Quedar debajo del buscador y su dropdown */
}

.search-item {
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
}

.search-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0.8;
}

.search-item .form-control,
.search-item .form-select {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #fff !important;
    font-weight: 500;
    box-shadow: none !important;
    height: 30px;
}

.search-item .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-item .form-select option {
    background: #fff;
    color: var(--dark-color);
}

.btn-search-col {
    padding-right: 8px;
    display: flex;
    justify-content: flex-end;
}

.btn-primary-compact {
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.btn-primary-compact:hover {
    transform: scale(1.05);
    background-color: #2980b9;
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.6);
}

/* Micro-chips para categorías */
.btn-chip {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-chip:hover,
.btn-chip.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.btn-chip-clear {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.3);
}

.btn-chip-clear:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

/* [Redundant video-hero rules removed] */

/* [Redundant mobile video rules removed] */

/* Estilos para el autocompletado de ubicación */
.location-autocomplete-list {
    position: absolute !important;
    top: calc(100% + 15px) !important;
    left: 0;
    right: 0;
    background: #ffffff !important;
    border-radius: 15px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4) !important;
    z-index: 99999 !important;
    /* Z-index masivo */
    max-height: 350px;
    overflow-y: auto;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.location-item {
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background 0.2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.location-item:last-child {
    border-bottom: none;
}

.location-item:hover {
    background: #f8f9fa;
}

.location-icon {
    width: 35px;
    height: 35px;
    background: rgba(52, 152, 219, 0.1);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.location-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.location-text {
    font-weight: 600;
    color: var(--dark-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-subtext {
    font-size: 0.75rem;
    color: #888;
}

.input-group-compact {
    position: relative;
    display: flex;
    align-items: center;
}

.btn-clear-loc {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-size: 1.1rem;
    padding: 5px;
    transition: color 0.2s;
}

.btn-clear-loc:hover {
    color: #fff;
}

/* Responsive para el buscador */
@media (max-width: 991.98px) {
    .search-bar-premium {
        border-radius: 20px;
        padding: 15px;
    }

    .search-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px 0;
        margin-bottom: 5px;
    }

    .btn-search-col {
        justify-content: center;
        padding: 15px 0 5px;
    }

    .btn-primary-compact {
        width: 100%;
        border-radius: 10px;
        height: 50px;
    }
}

/* Estilos para los botones de categorías populares */
.popular-categories {
    margin-bottom: 15px;
}

.category-quick-btn {
    transition: all 0.3s ease;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 0.9rem;
    white-space: nowrap;
}

.category-quick-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-quick-btn.active {
    background-color: var(--bs-primary);
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Responsive para los botones en móviles */
@media (max-width: 576px) {
    .popular-categories .d-flex {
        gap: 10px !important;
    }

    .category-quick-btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

/* Pagination Premium Dashboard */
.pagination-premium {
    gap: 8px;
}

.pagination-premium .page-item .page-link {
    border: none !important;
    border-radius: 12px !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    background: #f1f5f9;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.pagination-premium .page-item .page-link:hover {
    background: #e2e8f0;
    color: #1e293b;
    transform: translateY(-2px);
}

.pagination-premium .page-item.active .page-link {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}

.pagination-premium .page-item.disabled .page-link {
    background: transparent;
    color: #cbd5e1;
    opacity: 0.5;
}