/* ============================================
   GIGSII UI/UX FIXES
   Comprehensive fix file for all design issues
   ============================================ */

/* === 1. LOGO & NAVBAR FIXES === */
.nav-inner {
    gap: 24px;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.logo {
    margin-left: 0;
    flex-shrink: 0;
    min-width: 110px;
}
.nav-links {
    flex: 1;
    justify-content: center;
    display: flex;
    gap: 28px;
}
.nav-links a {
    white-space: nowrap;
}
.nav-right {
    margin-right: 0;
    flex-shrink: 0;
}
.nav {
    padding: 14px 0;
}

/* === 2. SEARCH BOX - CASCADING DROPDOWNS === */
.srch-box {
    overflow: visible !important;
    flex-wrap: wrap;
    gap: 0;
}
.search-box {
    overflow: visible !important;
    flex-wrap: wrap;
    gap: 0;
}
.sloc {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 6px 8px;
}
.sloc select {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    font-size: 12px;
    color: #3B4F63;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    padding: 2px 2px 2px 0;
    max-width: 140px;
}
.sloc .nice-select {
    display: none !important;
}
.search-loc {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 6px 8px;
}
.search-loc select {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    font-size: 12px;
    color: #3B4F63;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    padding: 2px 2px 2px 0;
    max-width: 150px;
}
.search-loc .nice-select {
    display: none !important;
}
.search-loc .nice-select {
    display: none !important;
}
/* Sort select on browse page - also native */
.sort-select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

/* === 3. NICE-SELECT FIXES (for filter sidebar & other selects) === */
.filter-card .nice-select {
    width: 100% !important;
    border: 2px solid #DFE8EF !important;
    border-radius: 10px !important;
    height: 44px !important;
    line-height: 40px !important;
    background: #fff !important;
    font-size: 14px !important;
    color: #3B4F63 !important;
    float: none !important;
}
.filter-card .nice-select .list {
    z-index: 9999 !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12) !important;
    background: #fff !important;
}
.filter-card .nice-select .option {
    padding: 10px 16px !important;
    font-size: 14px !important;
}
.filter-card .nice-select .option:hover {
    background: #E8F8F0 !important;
}

/* === 4. CONTACT PAGE FIXES === */
.contact-info-section {
    padding: 48px 0 24px !important;
}
.contact-form-section {
    padding: 24px 0 64px !important;
}
.contact-card-icon {
    color: #2AB573;
    font-size: 36px;
    margin-bottom: 14px;
}
.contact-card {
    background: #fff;
    border: 2px solid #F0F4F7;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    height: 100%;
    transition: all 0.25s;
}
.contact-card:hover {
    border-color: #2AB573;
    box-shadow: 0 8px 30px rgba(42,181,115,0.08);
}

/* === 5. HOMEPAGE FEATURED SERVICE CARDS === */
.fcc-ft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 2px solid #F8FAFB;
}
.fcc-img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    position: relative;
    overflow: hidden;
}
.fcc-img span:not(.fcc-bdg) {
    font-size: 52px;
    opacity: 0.8;
}

/* === 6. LOGIN PAGE FIXES === */
.auth-trust-text {
    font-size: 14px;
    color: rgba(255,255,255,0.7) !important;
    line-height: 1.6;
}
.auth-trust-text strong {
    color: #fff !important;
    font-weight: 800;
}
.auth-tab.active {
    color: #1E3A5F !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    font-weight: 800 !important;
}
.auth-tab {
    transition: all 0.2s;
    text-decoration: none;
}
.auth-tab:hover:not(.active) {
    color: #1E3A5F;
}
.auth-layout {
    overflow: hidden;
}
.auth-left {
    border-right: none;
}
.auth-feature {
    padding: 14px 0;
}
.auth-feature-icon {
    background: rgba(255,255,255,0.15) !important;
}

/* === 7. BROWSE SERVICES - EMPTY STATE === */
.empty-state {
    text-align: center;
    padding: 80px 32px;
    background: #fff;
    border: 2px solid #F0F4F7;
    border-radius: 20px;
}
.empty-state-icon {
    font-size: 56px;
    margin-bottom: 20px;
    opacity: 0.6;
}
.empty-state h3 {
    font-weight: 800;
    font-size: 22px;
    color: #1E3A5F;
    margin-bottom: 10px;
}
.empty-state p {
    color: #6B8299;
    font-size: 15px;
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto 24px;
}
.empty-state .btn {
    margin: 0 6px;
}

/* === 8. GENERAL SPACING & CONSISTENCY === */
.sec {
    padding: 64px 0;
}
.cc,
.hiwc,
.fcc,
.svc-card,
.filter-card {
    border-radius: 16px;
}
.breadcrumb-section {
    padding-top: 80px;
    padding-bottom: 12px;
}
.stats-in {
    padding: 40px 28px;
}
.st-n {
    font-size: 34px;
}
.cta-sec {
    padding: 48px 0 24px;
}
.foot {
    margin-top: 0;
}
.form-input:focus,
.form-select:focus {
    border-color: #2AB573;
    outline: none;
    box-shadow: 0 0 0 3px rgba(42,181,115,0.1);
}
.btn-green:hover,
.btn-primary:hover {
    background: #1F9B5F;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(42,181,115,0.2);
}
.cc:hover,
.hiwc:hover,
.fcc:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.06);
    border-color: #2AB573;
}

/* === 9. MOBILE RESPONSIVE FIXES === */
@media (max-width: 1024px) {
    .auth-layout {
        grid-template-columns: 1fr !important;
    }
    .auth-left {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .nav-inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .srch-box,
    .search-box {
        overflow: visible !important;
        flex-direction: column;
    }
    .sloc,
    .search-loc {
        width: 100%;
    }
    .ssep,
    .search-sep {
        display: none;
    }
    .sbtn,
    .search-btn {
        width: 100%;
        text-align: center;
    }
    .nav-links {
        display: none;
    }
    .hero {
        padding: 100px 0 50px;
    }
    .hero h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }
    .sec {
        padding: 40px 0;
    }
    .hiw-r,
    .feat-r {
        flex-direction: column;
        align-items: center;
    }
    .hiwc,
    .fcc {
        max-width: 100%;
        width: 100%;
    }
    .stats-in {
        padding: 28px 16px;
    }
    .st-i {
        width: 42%;
    }
    .st-n {
        font-size: 28px;
    }
    .ft-top {
        flex-direction: column;
        gap: 24px;
    }
    .ft-bt {
        flex-direction: column;
        text-align: center;
    }
    .services-grid {
        grid-template-columns: 1fr !important;
    }
    .listing-layout {
        grid-template-columns: 1fr !important;
    }
    .filter-sidebar {
        display: none !important;
    }
    .empty-state {
        padding: 48px 20px;
    }
}

/* === SIDEBAR FILTER SELECTS - Force native === */
.filter-sidebar select,
.filter-card select,
.form-select {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    width: 100%;
    border: 2px solid #DFE8EF;
    border-radius: 10px;
    height: 44px;
    padding: 8px 12px;
    background: #fff;
    font-size: 14px;
    color: #3B4F63;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}
.filter-sidebar .nice-select,
.filter-card .nice-select {
    display: none !important;
}