.fullimob-listings-wrapper .fullimob-grid,
.fullimob-listings-wrapper.fullimob-grid,
.elementor-widget-fullimob_list_widget .fullimob-listings-wrapper .fullimob-grid,
.elementor-element .fullimob-listings-wrapper .fullimob-grid,
.elementor-widget-fullimob_list_widget .fullimob-grid,
.elementor-element .fullimob-grid {
    display: grid !important;
    gap: 30px !important;
    grid-template-columns: repeat(4, 1fr) !important;
    padding: 0 25px 25px !important;
}

@media (max-width: 1200px) {
    .fullimob-listings-wrapper .fullimob-grid,
    .fullimob-listings-wrapper.fullimob-grid,
    .elementor-widget-fullimob_list_widget .fullimob-listings-wrapper .fullimob-grid,
    .elementor-element .fullimob-listings-wrapper .fullimob-grid,
    .elementor-widget-fullimob_list_widget .fullimob-grid,
    .elementor-element .fullimob-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .fullimob-listings-wrapper .fullimob-grid,
    .fullimob-listings-wrapper.fullimob-grid,
    .elementor-widget-fullimob_list_widget .fullimob-listings-wrapper .fullimob-grid,
    .elementor-element .fullimob-listings-wrapper .fullimob-grid,
    .elementor-widget-fullimob_list_widget .fullimob-grid,
    .elementor-element .fullimob-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 15px 15px !important;
    }
}

@media (max-width: 480px) {
    .fullimob-grid,
    .elementor-widget-fullimob_list_widget .fullimob-grid,
    .elementor-element .fullimob-grid {
        grid-template-columns: 1fr !important;
    }
    
    .fullimob-card-nav,
    .elementor-widget-fullimob_list_widget .fullimob-card-nav,
    .elementor-element .fullimob-card-nav {
        width: 32px !important;
        height: 32px !important;
    }
    
    .fullimob-card-nav svg,
    .elementor-widget-fullimob_list_widget .fullimob-card-nav svg,
    .elementor-element .fullimob-card-nav svg {
        width: 14px !important;
        height: 14px !important;
    }
    
    .fullimob-info,
    .elementor-widget-fullimob_list_widget .fullimob-info,
    .elementor-element .fullimob-info {
        padding: 20px !important;
    }
    
    .fullimob-sku,
    .elementor-widget-fullimob_list_widget .fullimob-sku,
    .elementor-element .fullimob-sku {
        font-size: 12px !important;
    }
    
    .fullimob-info h3,
    .elementor-widget-fullimob_list_widget .fullimob-info h3,
    .elementor-element .fullimob-info h3 {
        font-size: 16px !important;
    }
    
    .fullimob-price,
    .elementor-widget-fullimob_list_widget .fullimob-price,
    .elementor-element .fullimob-price {
        font-size: 16px !important;
    }
}

.fullimob-listings-wrapper .fullimob-card,
.elementor-widget-fullimob_list_widget .fullimob-listings-wrapper .fullimob-card,
.elementor-element .fullimob-listings-wrapper .fullimob-card,
.elementor-widget-fullimob_list_widget .fullimob-card,
.elementor-element .fullimob-card,
.fullimob-grid .fullimob-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    position: relative !important;
}

.fullimob-card::before,
.elementor-widget-fullimob_list_widget .fullimob-card::before,
.elementor-element .fullimob-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #0a7cff, #00d4ff) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    z-index: 1 !important;
}

.fullimob-card:hover,
.elementor-widget-fullimob_list_widget .fullimob-card:hover,
.elementor-element .fullimob-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 32px rgba(10, 124, 255, 0.3) !important;
    border-color: rgba(10, 124, 255, 0.3) !important;
    text-decoration: none !important;
    color: inherit !important;
}

.fullimob-card:hover::before,
.elementor-widget-fullimob_list_widget .fullimob-card:hover::before,
.elementor-element .fullimob-card:hover::before {
    opacity: 1 !important;
}

.fullimob-thumb,
.elementor-widget-fullimob_list_widget .fullimob-thumb,
.elementor-element .fullimob-thumb,
.fullimob-card .fullimob-thumb {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%) !important;
}

/* Fallback para navegadores que não suportam aspect-ratio */
@supports not (aspect-ratio: 4 / 3) {
    .fullimob-thumb,
    .elementor-widget-fullimob_list_widget .fullimob-thumb,
    .elementor-element .fullimob-thumb {
        height: 0 !important;
        padding-bottom: 75% !important; /* 3/4 = 0.75 = 75% (proporção 4:3) */
    }
    
    .fullimob-card-carousel,
    .elementor-widget-fullimob_list_widget .fullimob-card-carousel,
    .elementor-element .fullimob-card-carousel {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
}

/* Carrossel no Card */
.fullimob-card-carousel,
.elementor-widget-fullimob_list_widget .fullimob-card-carousel,
.elementor-element .fullimob-card-carousel {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

.fullimob-card-carousel-container,
.elementor-widget-fullimob_list_widget .fullimob-card-carousel-container,
.elementor-element .fullimob-card-carousel-container {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

.fullimob-card-slide,
.elementor-widget-fullimob_list_widget .fullimob-card-slide,
.elementor-element .fullimob-card-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
}

.fullimob-card-slide.active,
.elementor-widget-fullimob_list_widget .fullimob-card-slide.active,
.elementor-element .fullimob-card-slide.active {
    opacity: 1 !important;
    z-index: 1 !important;
}

.fullimob-card-slide img,
.elementor-widget-fullimob_list_widget .fullimob-card-slide img,
.elementor-element .fullimob-card-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.fullimob-card:hover .fullimob-card-slide.active img,
.elementor-widget-fullimob_list_widget .fullimob-card:hover .fullimob-card-slide.active img,
.elementor-element .fullimob-card:hover .fullimob-card-slide.active img {
    transform: scale(1.05) !important;
}

/* Navegação do carrossel - Minimalista */
.fullimob-card-nav,
.elementor-widget-fullimob_list_widget .fullimob-card-nav,
.elementor-element .fullimob-card-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 10 !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
    color: #ffffff !important;
}

.fullimob-card:hover .fullimob-card-nav,
.elementor-widget-fullimob_list_widget .fullimob-card:hover .fullimob-card-nav,
.elementor-element .fullimob-card:hover .fullimob-card-nav {
    opacity: 1 !important;
}

.fullimob-card-nav:hover,
.elementor-widget-fullimob_list_widget .fullimob-card-nav:hover,
.elementor-element .fullimob-card-nav:hover {
    background: rgba(10, 124, 255, 0.8) !important;
    border-color: rgba(10, 124, 255, 0.5) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.fullimob-card-nav:active,
.elementor-widget-fullimob_list_widget .fullimob-card-nav:active,
.elementor-element .fullimob-card-nav:active {
    transform: translateY(-50%) scale(0.95) !important;
}

.fullimob-card-nav-prev,
.elementor-widget-fullimob_list_widget .fullimob-card-nav-prev,
.elementor-element .fullimob-card-nav-prev {
    left: 10px !important;
}

.fullimob-card-nav-next,
.elementor-widget-fullimob_list_widget .fullimob-card-nav-next,
.elementor-element .fullimob-card-nav-next {
    right: 10px !important;
}

.fullimob-card-nav svg,
.elementor-widget-fullimob_list_widget .fullimob-card-nav svg,
.elementor-element .fullimob-card-nav svg {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 2.5 !important;
    stroke: currentColor !important;
    fill: none !important;
}

/* Indicadores do carrossel no card - Minimalista */
.fullimob-card-dots,
.elementor-widget-fullimob_list_widget .fullimob-card-dots,
.elementor-element .fullimob-card-dots {
    position: absolute !important;
    bottom: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 6px !important;
    z-index: 5 !important;
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 6px 10px !important;
    border-radius: 20px !important;
    backdrop-filter: blur(8px) !important;
}

.fullimob-card-dot,
.elementor-widget-fullimob_list_widget .fullimob-card-dot,
.elementor-element .fullimob-card-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fullimob-card-dot.active,
.elementor-widget-fullimob_list_widget .fullimob-card-dot.active,
.elementor-element .fullimob-card-dot.active {
    background: #0a7cff !important;
    transform: scale(1.4) !important;
    width: 8px !important;
    height: 8px !important;
    box-shadow: 0 0 8px rgba(10, 124, 255, 0.6) !important;
}

.fullimob-card-dot:hover,
.elementor-widget-fullimob_list_widget .fullimob-card-dot:hover,
.elementor-element .fullimob-card-dot:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    transform: scale(1.2) !important;
}

/* Contador de imagens - Minimalista */
.fullimob-card-counter,
.elementor-widget-fullimob_list_widget .fullimob-card-counter,
.elementor-element .fullimob-card-counter {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px) !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    z-index: 5 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.fullimob-info,
.elementor-widget-fullimob_list_widget .fullimob-info,
.elementor-element .fullimob-info {
    padding: 20px !important;
}

.fullimob-info-header,
.elementor-widget-fullimob_list_widget .fullimob-info-header,
.elementor-element .fullimob-info-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
}

.fullimob-sku,
.elementor-widget-fullimob_list_widget .fullimob-sku,
.elementor-element .fullimob-sku {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #999999 !important;
    margin: 0 0 6px 0 !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
}

.fullimob-info h3,
.elementor-widget-fullimob_list_widget .fullimob-info h3,
.elementor-element .fullimob-info h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    flex: 1 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    letter-spacing: -0.3px !important;
}

.fullimob-property-badge,
.elementor-widget-fullimob_list_widget .fullimob-property-badge,
.elementor-element .fullimob-property-badge {
    background: linear-gradient(135deg, #0a7cff 0%, #00d4ff 100%) !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(10, 124, 255, 0.4) !important;
}

.fullimob-location,
.elementor-widget-fullimob_list_widget .fullimob-location,
.elementor-element .fullimob-location {
    color: #9BB5FF !important;
    margin: 0 0 15px !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.fullimob-location::before,
.elementor-widget-fullimob_list_widget .fullimob-location::before,
.elementor-element .fullimob-location::before {
    content: "" !important;
    width: 14px !important;
    height: 14px !important;
    display: inline-block !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239BB5FF'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    flex-shrink: 0 !important;
}

.fullimob-price,
.elementor-widget-fullimob_list_widget .fullimob-price,
.elementor-element .fullimob-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 8px !important;
    background: linear-gradient(135deg, #0a7cff 0%, #00d4ff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.fullimob-single {
    max-width: 950px;
    margin: 40px auto;
    padding: 20px;
}

.fullimob-single h1 {
    font-size: 36px;
    margin-bottom: 25px;
}

.fullimob-gallery img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 20px;
}

/* Paginação */
.fullimob-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
    padding: 20px;
    flex-wrap: wrap;
}

.fullimob-pagination-btn {
    padding: 10px 20px;
    background: #0a7cff;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.fullimob-pagination-btn:hover {
    background: #0866cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 124, 255, 0.3);
}

.fullimob-pagination-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
}

.fullimob-pagination-page {
    display: inline-block;
    padding: 10px 16px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 44px;
    text-align: center;
}

.fullimob-pagination-page:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}

.fullimob-pagination-page.active {
    background: #0a7cff;
    color: #fff;
    cursor: default;
}

.fullimob-pagination-page.active:hover {
    background: #0a7cff;
    transform: none;
}
