/* =============================================
   HOME PAGE - Estilos específicos
   Extraído de home.blade.php para mejor rendimiento
   ============================================= */

/* Desactivar animaciones WOW.js para carga más rápida */
.wow {
    visibility: visible !important;
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.badge-btn {
    border: none;
    background: transparent;
    padding: 0;
    transition: all 0.3s ease;
}

.badge-btn .badge {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 40px !important;
    padding: 12px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    border: 2px solid transparent;
}

.badge-btn.active .badge {
    background-color: #ffffff !important;
    color: #175d53 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.badge-btn:not(.active) .badge {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    filter: none;
}

.badge-btn:not(.active):hover .badge {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

/* Driver.js Tour Popover */
.driver-popover {
    max-width: 400px;
    background-color: #ffffff !important;
    color: #333333 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
}

.driver-popover-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1f1f1f !important;
    margin-bottom: 10px !important;
}

.driver-popover-description {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
}

.driver-popover-footer {
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.driver-popover-progress-text {
    color: #888888 !important;
    font-size: 12px !important;
}

.driver-popover-navigation-btns {
    display: flex !important;
    gap: 10px !important;
}

.driver-popover-navigation-btns button {
    background-color: #5bbb7b !important;
    border: none !important;
    color: white !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}

.driver-popover-navigation-btns button:hover {
    background-color: #4aa369 !important;
}

.driver-popover-close-btn {
    color: #999 !important;
    top: 10px !important;
    right: 10px !important;
}

.driver-popover-close-btn:hover {
    color: #333 !important;
}

.driver-popover div:empty {
    display: none;
}

/* Modal de filtros avanzados */
#advancedSearchModal {
    z-index: 10001 !important;
}

#advancedSearchModal .modal-dialog {
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

#advancedSearchModal .modal-content {
    border-radius: 20px;
    pointer-events: auto;
    position: relative;
    z-index: 3;
}

#advancedSearchModal .btn-primary {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    border-radius: 40px;
    padding: 10px 30px;
    font-weight: 600;
    color: #ffffff !important;
}

#advancedSearchModal .btn-primary:hover {
    background-color: #218838 !important;
    border-color: #218838 !important;
}

#advancedSearchModal .btn-secondary {
    background-color: #8b1a1a !important;
    border-color: #8b1a1a !important;
    color: #ffffff !important;
    border-radius: 40px;
    padding: 10px 30px;
    font-weight: 600;
}

#advancedSearchModal .btn-secondary:hover {
    background-color: #6b1010 !important;
    border-color: #6b1010 !important;
    color: #ffffff !important;
}

/* =============================================
   LAYOUT FIXES - HOME PAGE
   ============================================= */

.home-banner-style2 .home-style2 {
    height: auto !important;
    min-height: 680px;
    padding-bottom: 60px;
}

.inner-banner-style2 {
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.hero-title.animate-up-2.top-banner {
    margin-top: 240px !important;
    margin-bottom: 16px;
}

.inner-banner-style2.no-subtitle .hero-title.animate-up-2.top-banner {
    margin-top: 300px !important;
}

@media (max-width: 991.98px) {
    .hero-title.animate-up-2.top-banner {
        margin-top: 110px !important;
    }
    .inner-banner-style2.no-subtitle .hero-title.animate-up-2.top-banner {
        margin-top: 170px !important;
    }
}

.inner-banner-style2 .hero-text {
    margin-bottom: 40px !important;
}

.advance-style2 {
    margin-top: 30px !important;
}

.advance-style2 .d-flex.justify-content-center.align-items-center.mb-4 {
    gap: 16px !important;
    margin-bottom: 30px !important;
    flex-wrap: nowrap !important;
}

@media (max-width: 767.98px) {
    .advance-style2 .d-flex.justify-content-center.align-items-center.mb-4 {
        flex-wrap: wrap !important;
        gap: 16px !important;
    }
}

.hero-buttons-wrapper {
    background: transparent;
    border-radius: 100px;
    padding: 6px 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
}

.advance-style2 .nav.nav-tabs#tour-tabs {
    margin-bottom: 0 !important;
    padding: 0;
    background: transparent;
    border-radius: 0;
    backdrop-filter: none;
}

#startTourBtn {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

#startTourBtn:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.02);
}

.search-filter-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    color: #555;
    font-size: 16px;
    z-index: 2;
}

.search-filter-icon:hover {
    background: #e0e0e0;
    color: #175d53;
}

.search-filter-icon .flaticon-settings {
    font-size: 15px;
}

.advance-search-icon.ud-btn.btn-success {
    border-radius: 50% !important;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #175d53 !important;
    border-color: #175d53 !important;
    line-height: 1;
}

.advance-search-icon.ud-btn.btn-success .flaticon-search {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advance-search-icon.ud-btn.btn-success:hover {
    background-color: #124a42 !important;
    border-color: #124a42 !important;
}

.advance-style2 .tab-content {
    margin-top: 24px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    background: #ffffff !important;
    border-radius: 100px !important;
}

@media (max-width: 991.98px) {
    .advance-style2 .tab-content {
        background: transparent !important;
        box-shadow: none;
    }
}

.row.justify-content-center>.col-xl-8 {
    max-width: 53.33% !important;
    flex: 0 0 53.33% !important;
}

@media (max-width: 1199.98px) {
    .row.justify-content-center>.col-xl-8 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

.advance-content-style2 .row>.col-lg-6 {
    flex: 0 0 auto;
    width: 33% !important;
}

.advance-content-style2 .row>.col-lg-3:first-of-type {
    flex: 0 0 auto;
    width: 32% !important;
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
}

.advance-content-style2 .row>.col-lg-3:last-of-type {
    flex: 0 0 auto;
    width: 35% !important;
}

.advance-content-style2 .col-md-4.col-lg-3 .d-flex {
    justify-content: flex-end !important;
}

.advance-content-style2 .bootselect-multiselect {
    overflow: visible !important;
}

.advance-content-style2 .bootselect-multiselect .selectpicker {
    width: 100% !important;
}

.advance-content-style2 .bdrr1.pe-0.pe-lg-3 {
    padding-right: 0.25rem !important;
}

/* =============================================
   CATEGORÍAS
   ============================================= */
#tour-categories {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    margin-top: 40px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

@media (max-width: 991.98px) {
    #tour-categories {
        padding-top: 50px !important;
        margin-top: 20px;
    }
}

.iconbox-style4 {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.iconbox-style4:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* CARRUSEL DE CATEGORÍAS */
#tour-categories .owl-carousel .owl-stage {
    display: flex;
    padding: 10px 0;
}

#tour-categories .owl-carousel .owl-item {
    padding: 0 10px;
}

#tour-categories .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

#tour-categories .owl-carousel .owl-nav button {
    background: #5bbb7b !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#tour-categories .owl-carousel .owl-nav button:hover {
    background: #4aa369 !important;
    transform: scale(1.1);
}

#tour-categories .owl-carousel .owl-nav button i {
    font-size: 16px;
}

/* =============================================
   INMOBILIARIAS ASOCIADAS
   ============================================= */
.our-partners {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    background: #ffffff;
    overflow: hidden;
}

.partners-carousel-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.partners-carousel-wrapper::before,
.partners-carousel-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.partners-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.partners-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.partners-carousel-track {
    display: flex;
    animation: scrollPartners 30s linear infinite;
    width: fit-content;
}

.partners-carousel-track:hover {
    animation-play-state: paused;
}

@keyframes scrollPartners {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partner-slide {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    min-width: 180px;
}

.partner-slide img {
    max-height: 80px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
    filter: grayscale(30%);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.partner-slide:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* =============================================
   CÓMO FUNCIONA
   ============================================= */
section.pb90.pb30-md:not(.pt-0) {
    padding-top: 80px !important;
}

.about-box2 {
    padding-right: 40px;
}

.about-box2 .title {
    margin-bottom: 24px;
}

.about-box2 .text {
    margin-bottom: 30px;
}

.iconbox-style6 {
    padding: 28px;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.iconbox-style6:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* =============================================
   MAPA INTERACTIVO
   ============================================= */
section.pt0.pb90.pb50-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.main-title2 {
    margin-bottom: 30px;
}

/* =============================================
   PROPUESTA DE VALOR
   ============================================= */
.bgc-f7 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.about-box-1 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* =============================================
   SERVICIOS
   ============================================= */
.how-we-help {
    margin-top: 60px !important;
}

.iconbox-style3 {
    padding: 40px 30px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.iconbox-style3:hover {
    transform: translateY(-4px);
}

/* =============================================
   BLOG
   ============================================= */
section.pb90.pb30-md:has(.blog-style1) {
    padding-top: 80px !important;
}

.blog-style1 {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.blog-style1:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

/* =============================================
   TESTIMONIOS
   ============================================= */
section.pt-0.pb100.pb30-md {
    padding-top: 80px !important;
}

.testimonial-style1 {
    padding: 28px;
    border-radius: 16px;
}

/* =============================================
   APP MÓVIL CTA
   ============================================= */
.our-cta3 {
    padding-top: 100px !important;
    margin-top: 60px;
}

/* =============================================
   CTA FINAL
   ============================================= */
.our-cta2 {
    margin-top: 80px;
    margin-bottom: 60px;
}

.cta-banner2 {
    padding: 80px 40px !important;
}

/* =============================================
   RESPONSIVE FIXES
   ============================================= */
@media (max-width: 767.98px) {
    .hero-title.animate-up-2.top-banner {
        font-size: 24px !important;
        margin-top: 170px !important;
        line-height: 1.3;
        padding: 0 10px;
    }

    .inner-banner-style2 .hero-text {
        font-size: 14px;
        margin-bottom: 20px !important;
        padding: 0 10px;
    }

    .inner-banner-style2 .hero-text br {
        display: none;
    }

    .advance-style2 {
        margin-top: 20px !important;
        padding: 0 10px;
    }

    .advance-style2 .d-flex.justify-content-center.align-items-center.mb-4 {
        flex-direction: column;
        align-items: center !important;
        gap: 15px !important;
    }

    .hero-buttons-wrapper {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 12px;
        width: auto;
        gap: 5px;
    }

    .advance-style2 .nav.nav-tabs#tour-tabs {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center;
        gap: 8px;
        width: auto;
    }

    .advance-style2 .nav.nav-tabs#tour-tabs .nav-item {
        flex: 0 0 auto;
    }

    .badge-btn .badge {
        padding: 10px 24px !important;
        font-size: 14px !important;
    }

    #startTourBtn {
        display: inline-flex !important;
        margin: 12px auto 0 auto !important;
        width: auto;
        max-width: 280px;
        text-align: center;
        padding: 10px 20px;
        font-size: 13px;
    }

    .advance-style2 .tab-content {
        margin-top: 15px !important;
    }

    .advance-content-style2 {
        padding: 15px !important;
    }

    .advance-content-style2 .row {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center;
    }

    .advance-content-style2 .row>.col-md-3.col-lg-3.ps-md-0,
    .advance-content-style2 .bootselect-multiselect,
    .advance-content-style2 .advance-search-btn,
    .advance-content-style2 .bdrr1.bdrrn-sm.pe-0.pe-lg-3 {
        display: none !important;
    }

    .search-filter-icon {
        display: flex !important;
    }

    .advance-search-field .box-search input.form-control {
        padding-right: 52px !important;
    }

    .advance-content-style2 .row>.col-md-5,
    .advance-content-style2 .row>.col-lg-6 {
        flex: 1 !important;
        width: auto !important;
        max-width: none !important;
        padding-right: 10px !important;
    }

    .advance-content-style2 .advance-search-field {
        border-right: none !important;
    }

    .advance-content-style2 .row>.col-md-4,
    .advance-content-style2 .row>.col-lg-3:last-of-type {
        flex: 0 0 50px !important;
        width: 50px !important;
        min-width: 50px !important;
        padding: 0 !important;
    }

    .advance-content-style2 .advance-search-icon {
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 50% !important;
        justify-content: center;
        align-items: center;
    }

    .advance-content-style2 .advance-search-icon .flaticon-search {
        font-size: 18px !important;
    }

    .row.justify-content-center>.col-xl-8 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 15px;
    }

    .advance-content-style2 {
        padding: 12px !important;
        border-radius: 100px;
    }

    .advance-content-style2 .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px;
    }

    .advance-content-style2 .row>.col-md-5,
    .advance-content-style2 .row>.col-lg-6 {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: calc(100% - 60px) !important;
        max-width: calc(100% - 60px) !important;
    }

    .advance-content-style2 .form-control {
        padding: 10px 12px 10px 40px !important;
        font-size: 14px !important;
    }

    .advance-search-field .box-search .icon {
        left: 12px !important;
        font-size: 14px !important;
    }

    #tour-categories {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    #tour-categories .owl-carousel .owl-nav {
        display: flex !important;
    }

    #tour-categories .owl-carousel .owl-nav button {
        background: #5bbb7b !important;
        color: white !important;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .iconbox-style4 {
        padding: 15px 12px;
        min-width: 100px;
    }

    .iconbox-style4 .icon {
        font-size: 24px;
    }

    .iconbox-style4 .title {
        font-size: 12px;
    }

    .iconbox-style6 {
        padding: 20px;
    }

    section.pt0.pb90.pb50-md,
    .bgc-f7,
    .our-cta3 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .our-cta2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cta-banner2 {
        padding: 40px 15px !important;
        background: #175d53 !important;
    }

    .cta-banner2 .cta-style2.d-none.d-lg-block {
        display: none !important;
    }

    .cta-banner2 .col-lg-7,
    .cta-banner2 .col-xl-5 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .cta-banner2 .cta-title {
        font-size: 22px !important;
        line-height: 1.3;
    }

    .cta-banner2 .cta-text {
        font-size: 14px !important;
    }

    .how-we-help {
        margin: 0 10px !important;
        padding: 40px 15px !important;
    }

    .how-we-help .row>.col-sm-6,
    .how-we-help .row>.col-lg-4 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .iconbox-style3 {
        padding: 30px 20px;
        margin-bottom: 15px;
    }

    .iconbox-style3 .icon img {
        width: 60px !important;
        height: 60px !important;
    }

    .iconbox-style3 .title {
        font-size: 18px;
    }

    .iconbox-style3 .text {
        font-size: 14px;
    }

    .iconbox-style3 .ud-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Imágenes "Tu socio confiable" - FIX MÓVIL */
@media (max-width: 767.98px) {
    .bgc-f7 .position-relative {
        display: none !important;
    }

    .bgc-f7 .col-lg-6.col-xl-4 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bgc-f7 .about-box-1 {
        text-align: center;
        padding: 0 15px;
    }
}

main>br {
    display: none;
}

.about-box2 .img-1 {
    position: relative !important;
    display: block !important;
    margin-top: 30px !important;
    max-width: 100%;
    height: auto;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* =============================================
   FIX: Sección "Tu socio confiable" - Imágenes superpuestas
   ============================================= */
.bgc-f7 .position-relative {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 500px;
    position: relative;
}

.bgc-f7 .img-box-1 {
    position: absolute !important;
    right: 200px;
    top: 0;
    z-index: 2;
}

.bgc-f7 .img-box-1 .img-1 {
    width: 280px;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.bgc-f7 .img-box-2 {
    position: absolute !important;
    right: 0;
    top: 80px;
    z-index: 3;
}

.bgc-f7 .img-box-2 .img-1 {
    width: 320px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.bgc-f7 .img-box-3 {
    position: absolute !important;
    right: 280px;
    bottom: 20px;
    z-index: 4;
}

.bgc-f7 .img-box-3 .img-1 {
    width: 180px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.bgc-f7 .img-box-4 {
    position: absolute !important;
    right: 50px;
    bottom: 60px;
    z-index: 1;
}

.bgc-f7 .img-box-4 .img-1 {
    width: 80px;
    height: 80px;
}

@media (max-width: 991.98px) {
    .bgc-f7 .position-relative {
        min-height: 400px;
        margin-top: 30px;
    }

    .bgc-f7 .img-box-1 {
        right: 120px;
    }

    .bgc-f7 .img-box-1 .img-1 {
        width: 200px;
        height: 260px;
    }

    .bgc-f7 .img-box-2 {
        right: 0;
    }

    .bgc-f7 .img-box-2 .img-1 {
        width: 240px;
        height: 300px;
    }

    .bgc-f7 .img-box-3 {
        right: 160px;
        bottom: 10px;
    }

    .bgc-f7 .img-box-3 .img-1 {
        width: 140px;
    }

    .bgc-f7 .img-box-4 {
        right: 20px;
        bottom: 30px;
    }
}

/* =============================================
   MAPA - Leaflet
   ============================================= */
#paraguayMap {
    z-index: 1;
}

.city-marker {
    background: #5bbb7b;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 3px solid white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.leaflet-popup-content-wrapper {
    border-radius: 12px;
}

.city-popup {
    text-align: center;
    min-width: 150px;
}

.city-popup h5 {
    margin: 0 0 5px;
    color: #333;
}

.city-popup p {
    margin: 0 0 10px;
    color: #666;
    font-size: 14px;
}

.city-popup .btn-thm {
    font-size: 13px;
    padding: 8px 16px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
