/* defaults */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}



/* Grid & Layout */
.nhz-hero {
    margin-top: 70px;
}

.nhz-hero-banner {
    background: linear-gradient(135deg, #2193b0 0%, #6dd5ed 100%);
    border-radius: 18px;
    padding: 38px 48px;
    color: #ffffff;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.nhz-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(14px) brightness(0.95);
    opacity: 0;
    transition: opacity 1.4s ease;
}

.nhz-hero-bg.active {
    opacity: 1;
}

.content-wrapper{
    padding-bottom: 30px;
}

.nhz-wrapper {
background: 
        radial-gradient(circle at 10% 10%, rgba(0,0,0,0.05), transparent 50%),
        radial-gradient(circle at 90% 20%, rgba(0,0,0,0.04), transparent 55%),
        radial-gradient(circle at 50% 80%, rgba(0,0,0,0.03), transparent 50%),
        #e9eef3;
        min-height: 100vh;
    /* padding: 24px 12px 32px; */
    color: #1f2937;
    /* padding: 60px 0 65px; */
}

.nhz-wrapper a { text-decoration: none; margin-bottom: 10px;  }
.nhz-wrapper a:hover { text-decoration: none; }

.nhz-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.8fr);
    gap: 18px;
    /* max-width: 1250px; */
    margin-top: 28px;
}

.nhz-grid.single-column {
    grid-template-columns: 1fr;
}

.nhz-feed {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nhz-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 90px;
    align-self: flex-start;
}

.nhz-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
    line-height: 1.7;
}

.nhz-card.split {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 65px;
}

/* Hot Grid */
.nhz-hot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

/* Deal Cards */
.nhz-deal-card {
    flex: 1;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nhz-deal-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.nhz-deal-body {
    padding: 10px;
}

.nhz-tag {
    padding: 4px 8px;
    background: #f3f4f6;
    border-radius: 999px;
    font-size: 11px;
    color: #6b7280;
}

.nhz-deal-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.nhz-meta {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    color: #6b7280;
}

/* Quick Actions */
.nhz-quick-actions {
    padding: 20px;
}

.nhz-qa-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.nhz-qa-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nhz-qa-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.nhz-qa-box strong {
    font-size: 15px;
}

.nhz-qa-box small {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

.nhz-qa-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.nhz-cat-wrapper {
    position: relative;
    margin-top: 10px;
}

.nhz-cats {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px 0;
    scrollbar-width: none;
}

.nhz-cats::-webkit-scrollbar {
    display: none;
}

.nhz-cat {
    min-width: 220px;
    padding: 10px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.nhz-cat-horizontal {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 12px;
    border-radius: 12px;
    min-width: 270px !important;
    max-width: 275px;
    gap: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.06);
    transition: 0.2s;
}

.nhz-cat-horizontal:hover {
    transform: translateY(-2px);
}

.nhz-cat-left-img {
    width: 45px;
    height: 45px;
    min-width: 45px;
}

.nhz-cat-left-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.nhz-cat-info strong {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #000000;
}

.nhz-cat-info small {
    font-size: 11px;
    color: #6b7280;
}

.nhz-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    z-index: 10;
    transition: 0.2s;
}

.nhz-arrow:hover {
    background: #f3f4f6;
}

.nhz-arrow-left {
    left: -15px;
}

.nhz-arrow-right {
    right: -15px;
}

.nhz-arrow.disabled {
    opacity: 0;
    pointer-events: none;
}

.nhz-slider-wrapper {
    position: relative;
}

.nhz-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 6px;
}

.nhz-slider::-webkit-scrollbar {
    display: none;
}

.nhz-card-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.nhz-card-row.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 200px));
    justify-content: space-between;
    gap: 10px;
}

.nhz-flash {
    display: flex;
    gap: 12px;
}

.nhz-flash-left {
    width: 100%;
}

/* CTA Cards */
.nhz-cta-post {
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    /* background: linear-gradient(145deg, #ffffff 0%, #3b3b3c 100%); */
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.nhz-cta-neon .cta-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 8px rgba(22,163,74,0.4);
    letter-spacing: 0.5px;
}

.nhz-cta-neon .cta-title {
    font-size: 18px;
    font-weight: 800;
    margin: 8px 0;
    color: #111827;
}

.nhz-cta-neon .cta-sub {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 16px;
    line-height: 1.4;
}

.nhz-ref-card {
    background: #e0f7ff;
    border: 1px solid #bae6fd;
    border-radius: 14px;
    padding: 14px;
}

.nhz-ref-card .nhz-btn {
    padding: 10px;
    font-size: 14px;
}

.nhz-compact-list a {
    color: #000000;
}

.nhz-mini {
    display: block;
}

.nhz-mini img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 10px;
}

.nhz-mini-title {
    font-weight: 600;
    font-size: 13px;
}

.nhz-small {
    font-size: 12px;
}

.nhz-map {
    height: 110px;
    border-radius: 10px;
    background: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6b7280;
}

.nhz-blog-widget .nhz-blog {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nhz-blog-widget .nhz-mini-title {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.nhz-blog-widget .nhz-small {
    font-size: 12px;
}

.nhz-blog-widget img {
    border-radius: 10px;
}

.nhz-blog-widget a:hover {
    opacity: 0.9;
}

/* Buttons */
.nhz-btn {
    border-radius: 999px;
    border: 1px solid #d1d5db;
    padding: 8px 14px;
    background: #ffffff;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.nhz-btn:hover {
    background: #f3f4f6;
    border-color: #c5c8ce;
}

.nhz-btn-primary {
    background: #FFD21F;
    border: 1px solid #E6B800;
    color: #111;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.nhz-btn-primary:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.nhz-btn-secondary {
    color: #ffffff;
}

@media (max-width: 992px) {
    .nhz-grid {
        display: block !important;
        max-width: 100% !important;
    }

    .nhz-side {
        position: static !important;
        margin-top: 16px !important;
    }

    .nhz-qa-wrap {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .nhz-hot-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 992px) {
    .nhz-grid {
        display: block !important;  
        max-width: 100% !important;  
    }

    .nhz-side {
        position: static !important;
        margin-top: 16px !important;
    }
}


/* Navbar Styles */
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    transition: box-shadow 0.3s ease, padding 0.3s ease;
    z-index: 1000;
}

#navbar > * {
    position: relative;
    z-index: 2;
}

#navbar .navbar-brand {
    margin-bottom: 0;
}

#navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2b2d42 0%, #355070 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

#navbar.is-scrolled::before {
    opacity: 1;
}

#navbar.is-scrolled {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: saturate(120%);
    -webkit-backdrop-filter: saturate(120%);
}

#navbar.colored-nav{
    background: linear-gradient(135deg, #2b2d42 0%, #355070 100%);
}

#navbar.colored-nav .toggle-btn{
    color: #ffffff;
}

#navbarSearchForm {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

#navbar.is-scrolled #navbarSearchForm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#navbar.navbar1 {
    padding: 6px 0 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

#navbar.navbar-auth.margin {
    margin-top: 40px;
}

#navbar.navbar-auth.scrolled {
    padding: 6px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
}

#navbar .navbar-brand img {
    width: 190px;
}

#navbar .toggle-btn {
    display: none;
}

#navbar li.show .dropdown-arrow {
    position: absolute;
    top: 1px;
    left: 35px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#navbar li.show {
    position: relative;
}

.navbar-nav .dropdown-menu {
    border: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#navbar .mobile {
    display: none;
}

#navbar .nav-item {
    padding: 5px 0;
}

#navbar .nav-link {
    font-size: 0.8rem;
    font-weight: 500;
    margin-left: 6px;
    margin-right: 6px;
    color: #ffffff;
    padding: 0.8rem 1rem;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

#navbar .nav-link:hover {
    color: #ffffff;
}

#navbar .nav-link:hover i {
    color: #ffffff;
}

#navbar .nav-link.dropdown-toggle:after {
    display: none;
}

#navbar .nav_Search_Form {
    margin: 0;
    flex-grow: 1;
    margin: 0 6px;
}

#navbar.navbar-auth .nav_Search_Form {
    display: block !important;
}

#navbar .nav_Search_Wrapper {
    display: flex;
    width: 100%;
}

#navbar .nav_Search_Container {
    width: 100%;
}

#navbar .nav_Search_Input {
    height: 40px;
    background: rgb(250, 250, 250);
    color: rgb(0, 0, 0);
    border-radius: 6px 0 0 6px;
    width: 100%;
    border: 0;
    z-index: 9;
    font-size: 13px;
}

#navbar #searchIcon {
    height: 40px;
    border-radius: 0 6px 6px 0;
}

#navbar .nav_Search_Form button {
    background: #ffcc00;
    border: 0;
    border-radius: 0;
    border-radius: 6px;
    color: #353432;
    height: 40px;
    margin: auto 10px;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px 6px 6px 0px;
}

#navbar .user-initials {
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

#navbar .user-initials img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
}

#navbar.navbar-auth .user-initials {
    color: #ffffff !important;
}

#navbar.navbar-auth a.nav-link {
    color: #ffffff !important;
}

#navbar.navbar-auth .nav-link:hover i {
    color: #ffffff !important;
}

.ghost-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
    position: relative;
    height: 40px;
}

.ghost-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

.ghost-btn span {
    position: absolute;
    top: -4px;
    right: -4px;
}

.ghost-btn.primary {
    background: #ffc107;
    color: #000002 !important;
    justify-content: center;
}

.ghost-btn.primary:hover {
    background: #ffcd39;
    border-color: #ffcd39;
    transform: translateY(-1px);
}

.ghost-btn.secondary {
    background: #303030;
    color: #ffffff !important;
    justify-content: center;
}

.ghost-btn.secondary:hover {
    background: rgb(84, 84, 84);
    border-color: rgb(84, 84, 84);
    transform: translateY(-1px);
}

.primary-btn {
    background: #ffc107;
    border: none;
    border-radius: 2px;
    color: #353432 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    min-width: 125px;
    padding: 0px 15px;
    transition: background .8s ease;
    font-weight: 500;
    min-height: 40px;
    border-radius: 8px;
}

.primary-btn.mobile-btn {
    font-size: 10px;
    line-height: 2;
    min-width: auto;
    padding: 4px 8px;
    width: auto;
    display: none;
}

.primary-btn:hover {
    color: initial !important;
}

.menu-toggle-btn {
    background: none !important;
    border: none !important;
    padding: 8px 12px !important;
    margin-left: 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.menu-toggle-btn:hover {
    color: #ffffff !important;
}

.menu-toggle-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.menu-toggle-btn i {
    font-size: 18px;
    color: #ffffff;
}

ul.navbar-nav.ml-auto.mobileNav {
}

.explore-dropdown {
    position: relative;
}

.explore-dropdown .dropdown-menu {
    width: 300px;
    left: 50%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    padding: 1.5rem;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block;
    max-height: 500px;
    overflow-y: auto;
    margin: 0;
}

.explore-dropdown:hover .dropdown-menu {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
    visibility: visible;
}

.category-list {
    display: grid;
    gap: 20px;
}

.category-item {
    display: block;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.category-header {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.category-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}

.category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #1296d2;
}

.category-name-link:hover {
    text-decoration: none;
    display: block;
}

.subcategories-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: white;
}

.category-item:hover .subcategories-wrapper {
    max-height: 200px;
}

.category-item:hover .category-header {
    background-color: #f8f9fa;
}

.explore-dropdown .subcategories-list {
    padding: 10px 15px;
}

.subcategory-item {
    display: block;
    padding: 6px 0;
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.subcategory-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ccc;
    transition: all 0.3s ease;
}

.subcategory-item:hover {
    color: #1296d2;
    transform: translateX(3px);
    text-decoration: none;
}

.subcategory-item:hover:before {
    background-color: #1296d2;
}

.show-more-link {
    color: #1296d2;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    margin-top: 0.5rem;
    text-decoration: none;
    padding-left: 15px;
}

.show-more-link:hover {
    text-decoration: underline;
}

.user-dropdown .dropdown-menu {
    right: 0;
    left: 50%;
    min-width: 220px;
    padding: 0.75rem 0;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block;
    margin: 0;
}

.user-dropdown:hover .dropdown-menu {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
    visibility: visible;
}

.dropdown-item {
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #0891B2;
}

.dropdown-item i {
    width: 20px;
    margin-right: 0.5rem;
    color: #888;
}

.dropdown-item:hover i {
    color: #1296d2;
}

@media (max-width: 991px) {
    #navbar .toggle-btn {
        display: block;
    }
    
    .primary-btn.mobile-btn {
        display: block;
    }
    
    #navbar.is-scrolled .toggle-btn{
        color: #ffffff;
        transition: 1s all;
    }
}

@media (max-width: 768px) {
    #navbar .navbar-brand img {
        width: 160px;
    }
    
    #navbar .nav_Search_Form {
        display: none;
    }
}

.db-location-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 15px;
    backdrop-filter: blur(5px);
}

.db-location-popup-overlay.active {
    display: flex;
}

.db-location-popup {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    animation: popupFadeIn 0.3s ease-out;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.db-location-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #eaeaea;
}

.db-location-popup-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.db-location-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #777;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s;
}

.db-location-close:hover {
    color: #ff6f61;
}

.db-location-popup-body {
    padding: 15px 20px;
}

.db-location-search-container {
    margin-bottom: 20px;
}

.db-location-search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.db-search-icon {
    position: absolute;
    left: 12px;
    color: #777;
}

.db-location-search-input {
    flex: 1;
    height: 48px;
    padding: 0 15px 0 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.db-location-search-input:focus {
    border-color: #ff6f61;
    box-shadow: 0 0 0 3px rgba(255, 111, 97, 0.1);
    outline: none;
    background-color: #fff;
}

.db-detect-location-btn {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.db-detect-location-btn i {
    margin-right: 5px;
}

.db-detect-location-btn:hover {
    background-color: #ff6f61;
    border-color: #ff6f61;
    color: white;
}

.db-location-popular {
    margin-bottom: 20px;
}

.db-location-region {
    margin-bottom: 25px;
}

.db-location-popular h4,
.db-location-region h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #444;
    position: relative;
    padding-left: 10px;
}

.db-location-popular h4::before,
.db-location-region h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background-color: #ff6f61;
    border-radius: 2px;
}

.db-location-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.db-location-chip {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.db-location-chip i {
    color: #ff6f61;
    margin-right: 5px;
    font-size: 12px;
}

.db-location-chip:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
}

.db-location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}

.db-location-item {
    background-color: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.db-location-item i {
    margin-right: 8px;
    color: #666;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.db-location-item:hover {
    background-color: #ff6f61;
    border-color: #ff6f61;
    color: white;
}

.db-location-item:hover i {
    color: white;
}

.db-location-popup-footer {
    padding: 15px 20px;
    border-top: 1px solid #eaeaea;
    font-size: 13px;
    color: #777;
    text-align: center;
}

@media (max-width: 767px) {
    .db-location-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
    
    .db-location-popup {
        max-height: 85vh;
    }
    
    .db-location-popup-header h3 {
        font-size: 18px;
    }
    
    .db-detect-location-btn {
        padding: 12px 10px;
    }
    
    .db-detect-location-btn span {
        display: none;
    }
}

@media (max-width: 480px) {
    .db-location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .db-detect-location-btn {
        padding: 12px;
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.db-detecting {
    animation: pulse 1.5s infinite;
}

.db-location-loader {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 8px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.pac-container {
    z-index: 10000 !important;
}








/* ============================================
   COMPLETE FOOTER STYLES
   All styles for footer sections and components
   ============================================ */

/* ======================
   Base Footer Styles
   ====================== */
footer {
    color: #fff;
}

/* Footer Container */
.Footer_footer__XhSbe {
    /* Add any specific footer container styles */
}

/* ======================
   Footer Contact Section
   ====================== */
footer .footer_Contact {
    background-color: #1e293b;
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}

footer .footer_Contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #1e293b 100%);
    z-index: -1;
}

footer .footer_Contact .left h5 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

footer .footer_Contact .left h5:last-child {
    color: #94a3b8;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0;
}

footer .footer_Contact .contact-subtitle {
    color: #cbd5e1;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
}

/* Contact Card */
footer .footer_Contact .right .card {
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

footer .footer_Contact .contact-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

footer .footer_Contact .contact-card:hover {
    transform: translateY(-5px);
}

footer .footer_Contact .right .card-body {
    padding: 0;
    border: 0;
    border-radius: 16px;
}

/* Contact Details */
footer .footer_Contact .right .contact_details {
    display: flex;
    flex-direction: row;
    background: #ffffff;
}

footer .footer_Contact .contact_details {
    display: flex;
    flex-direction: row;
}

footer .footer_Contact .right .contact_details .email {
    flex: 1;
    padding: 32px;
    position: relative;
    transition: background-color 0.3s ease;
}

footer .footer_Contact .right .contact_details .email:hover {
    background-color: #f8fafc;
}

footer .footer_Contact .right .contact_details .email::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #e2e8f0;
}

footer .footer_Contact .contact-method {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 24px;
    transition: background 0.3s ease;
}

footer .footer_Contact .contact-method:hover {
    background: rgba(59, 130, 246, 0.05);
}

footer .footer_Contact .contact-method:first-child {
    border-right: 1px solid #e2e8f0;
}

/* Contact Icons */
footer .footer_Contact .contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

footer .footer_Contact .contact-icon i {
    color: white;
    font-size: 18px;
}

/* Contact Info */
footer .footer_Contact .contact-info {
    flex: 1;
}

footer .footer_Contact .contact-label {
    display: block;
    color: #6b7280;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 4px;
}

footer .footer_Contact .contact-value {
    display: block;
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
}

footer .footer_Contact .right span:first-child {
    color: #64748b;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

footer .footer_Contact .right span:last-child {
    color: #1e293b;
    display: block;
    font-weight: 700;
    font-size: 18px;
    transition: color 0.3s ease;
}

footer .footer_Contact .right .contact_details .phone {
    flex: 1;
    padding: 32px;
    transition: background-color 0.3s ease;
}

footer .footer_Contact .right .contact_details .phone:hover {
    background-color: #f8fafc;
}

footer .footer_Contact .right .contact_details .email:hover span:last-child {
    color: #3b82f6;
}

footer .contact-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .contact-link:hover {
    color: #3b82f6;
    text-decoration: none;
}

/* Support Options */
footer .support-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 24px 0;
    border-top: 1px solid #f3f4f6;
}

footer .support-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

footer .support-link:hover {
    color: #3b82f6;
    text-decoration: none;
}

/* ======================
   Footer Menu Section
   ====================== */
footer .footer_Menu {
    background-color: #1e293b;
    padding: 40px 0 80px;
}

footer .footer_Menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .footer_Menu ul li {
    margin-bottom: 12px;
    line-height: 1.4;
}

footer .footer_Menu ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 4px 0;
    display: inline-block;
}

footer .footer_Menu ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateX(4px);
}

footer .footer_Menu h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

footer .footer_Menu p {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

footer .footer_Menu span {
    color: #94a3b8;
}

footer .Footer_footerMenu__tYRo0 {
    /* Footer menu wrapper styles */
}

footer .Footer_quickLinks__wLm9W {
    /* Quick links list styles */
}

footer .Footer_highlightLine__3vWrv {
    /* Highlight line styles */
}

/* ======================
   Newsletter Section
   ====================== */
footer .newsletter-section {
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}

footer .Newsletter_newsletterForm__vOgmV {
    /* Newsletter form base styles */
}

footer .footer_Menu .Newsletter_newsletterForm__vOgmV .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #ffffff;
    padding: 16px 20px;
    font-size: 15px;
    transition: all 0.3s ease;
}

footer .footer_Menu .Newsletter_newsletterForm__vOgmV .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
    color: #ffffff;
}

footer .footer_Menu .Newsletter_newsletterForm__vOgmV .form-control::placeholder {
    color: #94a3b8;
}

footer .newsletter-input-group {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

footer .newsletter-input {
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.2);
    color: #ffffff;
    padding: 18px 20px;
    font-size: 15px;
    border-right: none !important;
    border-radius: 12px 0 0 12px !important;
}

footer .newsletter-input:focus {
    background: rgba(255,255,255,0.15);
    border-color: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}

footer .newsletter-input::placeholder {
    color: #94a3b8;
}

footer .newsletter-btn {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    border: none;
    padding: 18px 28px;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    border-radius: 0 12px 12px 0 !important;
}

footer .newsletter-btn:hover {
    background: linear-gradient(135deg, #0e7490 0%, #155e75 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(14, 116, 144, 0.4);
    color: white;
}

footer .footer_Menu .newsletter-btn {
    background: #0891B2;
    border: none;
    border-radius: 0 12px 12px 0;
    padding: 16px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
}

footer .footer_Menu .newsletter-btn:hover {
    background: #0891B2;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    color: #ffffff;
}

footer .Newsletter_newsletterForm__vOgmV .input-group .form-control {
    border-radius: 12px 0 0 12px;
    border-right: none;
}

footer .Newsletter_newsletterForm__vOgmV .input-group .form-control:focus {
    border-right: none;
    box-shadow: none;
}

footer .newsletter-disclaimer {
    color: #94a3b8;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .newsletter-benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .benefit-item {
    color: #94a3b8;
    font-size: 13px;
    display: flex;
    align-items: center;
}

footer .footer_Bottom {
    background-color: #0f172a;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

footer .footer_Bottom img {
    width: 200px;
    height: auto;
}

footer .Footer_logo__Z5qLR {
    /* Logo specific styles */
}

footer .brand-tagline {
    font-size: 12px;
    color: #64748b !important;
}

footer .footer_Bottom p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
    text-align: center;
    line-height: 1.6;
}

footer .footer_Bottom p a {
    color: #0891B2;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer_Bottom p a:hover {
    color: #1099bb;
    text-decoration: underline;
}

footer .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

footer .footer-links a {
    color: #0891b2;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

footer .footer-links a:hover {
    color: #0e7490;
    text-decoration: underline;
}

footer .separator {
    color: #64748b;
    font-size: 12px;
}

/* ======================
   Social Icons
   ====================== */
footer .social-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

footer .socialIcons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

footer .socialIcons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer .socialIcons a:hover {
    background-color: #0891B2;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

footer .socialIcons i {
    font-size: 18px;
    color: #94a3b8;
    transition: color 0.3s ease;
}

footer .socialIcons a:hover i {
    color: #ffffff;
}

footer .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

footer .social-link i {
    font-size: 16px;
    color: #94a3b8;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

footer .social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
}

footer .social-link:hover::before {
    transform: scale(1);
}

footer .social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

footer .social-link:hover i {
    color: #ffffff;
}

/* Social Platform Specific Colors */
footer .facebook:hover::before { background: #1877f2; }
footer .twitter:hover::before { background: #1da1f2; }
footer .instagram:hover::before { 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
footer .youtube:hover::before { background: #ff0000; }
footer .pinterest:hover::before { background: #bd081c; }
footer .blog:hover::before { background: #ff5722; }
footer .linkedin:hover::before { background: #0077b5; }

/* ======================
   App Download Section
   ====================== */
footer .app-download-section {
    background: rgba(255,255,255,0.02);
    border-radius: 12px;
    padding: 24px;
}

footer .app-badges {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

footer .app-badge {
    position: relative;
    display: inline-block;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

footer .app-badge:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

footer .app-badge-img {
    height: 50px;
    width: auto;
}

footer .coming-soon-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.8);
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

footer .success-modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(34, 197, 94, 0.2);
}

footer .success-icon i {
    font-size: 4rem;
    color: #22c55e;
    text-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

footer .error-modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(239, 68, 68, 0.2);
}

footer .error-icon i {
    font-size: 4rem;
    color: #ef4444;
    text-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

footer .Footer_focus__ChvVh {
    font-size: 18px;
    font-weight: 500;
    color: #e2e8f0;
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

footer .footer_PopularCategories .right ul li {
    animation: fadeInUp 0.6s ease forwards;
}

footer .footer_PopularCategories .right ul li:nth-child(1) { animation-delay: 0.1s; }
footer .footer_PopularCategories .right ul li:nth-child(2) { animation-delay: 0.2s; }
footer .footer_PopularCategories .right ul li:nth-child(3) { animation-delay: 0.3s; }
footer .footer_PopularCategories .right ul li:nth-child(4) { animation-delay: 0.4s; }
footer .footer_PopularCategories .right ul li:nth-child(5) { animation-delay: 0.5s; }
footer .footer_PopularCategories .right ul li:nth-child(6) { animation-delay: 0.6s; }
footer .footer_PopularCategories .right ul li:nth-child(7) { animation-delay: 0.7s; }
footer .footer_PopularCategories .right ul li:nth-child(8) { animation-delay: 0.8s; }
footer .footer_PopularCategories .right ul li:nth-child(9) { animation-delay: 0.9s; }
footer .footer_PopularCategories .right ul li:nth-child(10) { animation-delay: 1.0s; }
footer .footer_PopularCategories .right ul li:nth-child(11) { animation-delay: 1.1s; }
footer .footer_PopularCategories .right ul li:nth-child(12) { animation-delay: 1.2s; }

@media (max-width: 992px) {
    footer .footer_PopularCategories {
        padding: 60px 0;
    }
    
    footer .footer_PopularCategories .left {
        margin-bottom: 40px;
        text-align: center;
    }
    
    footer .footer_PopularCategories .left h5:first-child {
        font-size: 2rem;
    }
    
    footer .footer_PopularCategories .left h5:last-child {
        font-size: 1.1rem;
    }
    
    footer .footer_PopularCategories .left h5:last-child::before {
        left: 50%;
        transform: translateX(-50%);
    }
    
    footer .footer_PopularCategories .right ul {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 12px 16px;
    }
    
    footer .footer_PopularCategories .right ul li a {
        padding: 10px 14px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    footer .footer_PopularCategories {
        padding: 50px 0;
    }
    
    footer .footer_PopularCategories .left {
        margin-bottom: 30px;
        text-align: center;
    }
    
    footer .footer_PopularCategories .left h5:first-child {
        font-size: 1.8rem;
    }
    
    footer .footer_PopularCategories .right ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 12px;
    }
    
    footer .footer_PopularCategories .right ul li a {
        padding: 8px 12px;
        font-size: 13px;
        border-radius: 8px;
    }
    
    footer .footer_Contact {
        padding: 60px 0 40px;
    }
    
    footer .footer_Contact .left {
        margin-bottom: 30px;
        text-align: center;
    }
    
    footer .footer_Contact .left h5 {
        font-size: 1.6rem;
    }
    
    footer .footer_Contact .right .contact_details {
        flex-direction: column;
    }
    
    footer .footer_Contact .right .contact_details .email::after {
        display: none;
    }
    
    footer .footer_Contact .right .contact_details .email,
    footer .footer_Contact .right .contact_details .phone {
        padding: 24px;
        text-align: center;
    }
    
    footer .footer_Menu {
        padding: 40px 0 60px;
    }
    
    footer .footer_Menu h4 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    
    footer .footer_Bottom {
        padding: 30px 0;
    }
    
    footer .footer_Bottom .one,
    footer .footer_Bottom .two,
    footer .footer_Bottom .three {
        text-align: center;
        margin-bottom: 20px;
    }
    
    footer .socialIcons {
        justify-content: center;
        margin-top: 20px;
    }

    footer .contact_details {
        flex-direction: column !important;
    }

    footer .contact-method:first-child {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }
    
    footer .support-options {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    footer .app-badges {
        justify-content: center;
        margin-top: 20px;
    }
    
    footer .footer-links {
        font-size: 12px;
        gap: 4px;
    }
    
    footer .socialIcons {
        justify-content: center;
        margin-top: 15px;
    }
    
    footer .newsletter-benefits {
        text-align: center;
    }
}

@media (max-width: 576px) {
    footer .footer_PopularCategories {
        padding: 40px 0;
    }
    
    footer .footer_PopularCategories .left {
        margin-bottom: 30px;
    }
    
    footer .footer_PopularCategories .left h5:first-child {
        font-size: 1.6rem;
    }
    
    footer .footer_PopularCategories .left h5:last-child {
        font-size: 1rem;
    }
    
    footer .footer_PopularCategories .right ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    footer .footer_PopularCategories .right ul li a {
        text-align: center;
    }

    footer .newsletter-input-group {
        flex-direction: column;
    }
    
    footer .newsletter-input,
    footer .newsletter-btn {
        border-radius: 12px !important;
        width: 100%;
    }
    
    footer .newsletter-btn {
        margin-top: 10px;
    }
    
    footer .social-link {
        width: 38px;
        height: 38px;
    }
    
    footer .social-link i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    footer .footer_PopularCategories {
        padding: 40px 0;
    }
    
    footer .footer_PopularCategories .left {
        margin-bottom: 30px;
    }
    
    footer .footer_PopularCategories .left h5:first-child {
        font-size: 1.6rem;
    }
    
    footer .footer_PopularCategories .left h5:last-child {
        font-size: 1rem;
    }
    
    footer .footer_PopularCategories .right ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    footer .footer_PopularCategories .right ul li a {
        text-align: center;
    }
}




/* Rating Meta */
.rating-meta {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    margin-top: 6px;
}

.rating-star {
    font-size: 14px;
}

.rating-value {
    font-weight: 600;
    color: #1f2937;
}

.rating-count {
    color: #6b7280;
}




/* Modern Search */
.modern-search-container {
    max-width: 845px;
    margin: 0 auto;
    padding: 0 20px;
        width: 100%;

}

.modern-search-form {
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 6px;
    background: transparent;
}

.search-input-container {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 6px;
    padding: 4px 4px 4px 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    padding: 6px;
    gap: 8px;
}


.search-input-container:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(16, 185, 129, 0.3);
}

.search-icon-wrapper {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
        padding: 0 10px;
    color: #64748b;
}

.search-icon {
    color: #6b7280;
    font-size: 20px;
}

.modern-search-input {
    width: calc(100% - 100px);
    border: none;
    outline: none;
    background: transparent;
    padding: 18px 20px 18px 0;
    font-size: 17px;
    color: #1f2937;
    font-weight: 500;
    position: relative;
    z-index: 1;
        flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 12px 10px;
    font-weight: 500;
}


.modern-search-input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}


.modern-search-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    background: #ffc107;
    border: none;
    border-radius: 6px;
    padding: 0 32px;
    color: #000002;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    z-index: 3;
    background: #ffc107;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #353432;
    transition: background 0.2s ease;
}

.modern-search-btn:hover {
    transform: translateY(-1px);
    background: #ffcd39;
    border-color: rgb(255, 205, 57);
}


/* ============================================
   AUTOCOMPLETE STYLES
   Comprehensive autocomplete/search dropdown styling
   ============================================ */

/* ============================================
   Base Autocomplete Container (jQuery UI)
   ============================================ */

.ui-autocomplete {
    z-index: 99999 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15) !important;
    max-height: 400px !important; 
    overflow-y: auto !important; 
    overflow-x: hidden !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    font-family: inherit !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(59, 130, 246, 0.3) rgba(0, 0, 0, 0.05) !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
}

/* ============================================
   Scrollbar Styling
   ============================================ */

.ui-autocomplete::-webkit-scrollbar {
    width: 6px !important;
    background: transparent !important;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 10px !important;
    margin: 8px 0 !important;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: rgba(59, 130, 246, 0.3) !important;
    border-radius: 10px !important;
    transition: background 0.2s ease !important;
}

.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 130, 246, 0.5) !important;
}

.ui-autocomplete::-webkit-scrollbar-thumb:active {
    background: rgba(59, 130, 246, 0.7) !important;
}

/* ============================================
   Menu Items
   ============================================ */

.ui-menu-item {
    margin: 0 8px !important;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
}

.ui-menu-item-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 12px !important;
    border-bottom: none !important;
    transition: all 0.2s ease !important;
}

.ui-menu-item-wrapper:hover,
.ui-menu-item.ui-state-focus .ui-menu-item-wrapper,
.ui-menu-item.ui-state-active .ui-menu-item-wrapper {
    background: rgba(59, 130, 246, 0.08) !important;
    transform: translateX(2px) !important;
}

/* ============================================
   Autocomplete Content Wrapper
   ============================================ */

.autocomplete-wrapper {
    padding: 0;
}

.autocomplete-content {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
    cursor: pointer;
    margin: 0 8px;
    border-radius: 12px;
}

.ui-menu-item:hover .autocomplete-content {
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.1);
}

.ui-menu-item:last-child .autocomplete-content {
    border-bottom: none;
}

/* ============================================
   Icon Section
   ============================================ */

.autocomplete-icon-section {
    width: 50px;
    height: 50px;
    margin-right: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    position: relative;
}

.autocomplete-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.autocomplete-icon {
    font-size: 22px;
    color: white;
}

/* ============================================
   Text Section
   ============================================ */

.autocomplete-text-section {
    flex: 1;
    min-width: 0;
}

.autocomplete-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.autocomplete-name {
    font-weight: 600;
    font-size: 16px;
    color: #1f2937;
    line-height: 1.2;
}

.autocomplete-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #dbeafe;
    color: #1e40af;
}

.autocomplete-info {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 2px;
}

.autocomplete-description {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.3;
}

/* ============================================
   Item Type Specific Styles
   ============================================ */

/* Business Items */
.autocomplete-item-business .autocomplete-icon-section {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
}

.autocomplete-item-business .badge-business {
    background: #dbeafe;
    color: #1e40af;
}

/* Listing/Deal Items */
.autocomplete-item-listing .autocomplete-icon-section {
    background: linear-gradient(135deg, #10b981, #047857);
}

.autocomplete-item-listing .badge-deal {
    background: #d1fae5;
    color: #047857;
}

/* Category Items */
.autocomplete-item-category .autocomplete-icon-section {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.autocomplete-item-category .badge-category {
    background: #ede9fe;
    color: #7c3aed;
}

/* Subcategory Items */
.autocomplete-item-subcategory .autocomplete-icon-section {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.autocomplete-item-subcategory .badge-subcategory {
    background: #fef3c7;
    color: #d97706;
}

/* ============================================
   Mobile Responsive Styles
   ============================================ */

@media (max-width: 768px) {
    .ui-autocomplete {
        margin: 0 16px !important;
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-height: 350px !important;
    }
    
    .autocomplete-content {
        padding: 12px 16px !important;
    }
    
    .autocomplete-icon-section {
        width: 44px;
        height: 44px;
        margin-right: 12px;
    }
    
    .autocomplete-description {
        display: none;
    }
}

@media (max-width: 480px) {
    .ui-autocomplete {
        max-height: 300px !important;
    }
    
    .autocomplete-icon-section {
        width: 25px !important;
        height: 25px !important;
        display: none !important;
    }
}

/* ============================================
   Modern Search Container Integration
   ============================================ */

.modern-search-container {
    max-width: 845px;
    margin: 0 auto;
    padding: 0 20px;
}

.modern-search-form {
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 6px;
    transition: all 0.3s ease;
    background: transparent;
}

.modern-search-btn {
    background: #ffc107;
    border: none;
    border-radius: 6px;
    padding: 0 24px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.search-input-container {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 6px;
    padding: 4px 4px 4px 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.search-input-container:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(16, 185, 129, 0.3);
}

.search-icon-wrapper {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.search-icon {
    color: #6b7280;
    font-size: 20px;
}

.modern-search-input {
    width: calc(100% - 100px);
    border: none;
    outline: none;
    background: transparent;
    padding: 18px 20px 18px 0;
    font-size: 17px;
    color: #1f2937;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.modern-search-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.modern-search-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    background: #ffc107;
    border: none;
    border-radius: 6px;
    padding: 0 32px;
    color: #000002;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    z-index: 3;
}

.modern-search-btn:hover {
    transform: translateY(-1px);
    background: rgb(255, 205, 57);
    border-color: rgb(255, 205, 57);
}

.search-suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.suggestion-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
}

.suggestion-tag {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.suggestion-tag:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

/* ============================================
   Mobile Search Adjustments
   ============================================ */

@media (max-width: 768px) {
    .modern-search-container {
        padding: 0 16px;
    }
    
    .search-input-container {
        padding: 3px 3px 3px 3px;
        border-radius: 50px;
    }
    
    .search-icon-wrapper {
        left: 16px;
    }
    
    .modern-search-input {
        padding: 16px 16px 16px 38px;
        font-size: 16px;
        width: 100%;
    }
    
    .modern-search-btn {
        display: none;
        padding: 0 24px;
        font-size: 15px;
    }
    
    .search-suggestions {
        margin-top: 12px;
        gap: 6px;
    }
    
    .suggestion-tag {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* ============================================
   PAC Container Support (Google Places)
   ============================================ */

.pac-container {
    z-index: 10000 !important;
}

/* ============================================
   Animations
   ============================================ */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ui-autocomplete {
    animation: fadeIn 0.3s ease;
}











