.sticky-sidebar {
    position: sticky;
    top: 100px;
}

@media (max-width: 991px) {
    .sticky-sidebar {
        position: static;
        margin-bottom: 30px;
    }
}

.ld-content-panel {
    background: var(--color-white);
    padding: 25px;
    border-radius: 10px;
}

.ld-promo-banner {
    background: #ffd54f;
    border-radius: 10px;
    padding: 22px 24px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ld-promo-banner h3 {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin: 0 0 6px;
}

.ld-promo-banner p {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.ld-btn-navy {
    background: #1a237e;
    color: #fff !important;
    border: 0;
    padding: 11px 24px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.ld-btn-navy:hover {
    background: #0d1647;
    color: #fff !important;
}

.ld-lead-card,
.ld-promo-card {
    border: 1px solid var(--border-info-color);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ld-lead-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.ld-lead-inner {
    padding: 16px 16px 0;
    flex: 1;
}

.ld-lead-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a237e;
    margin: 0 0 10px;
    line-height: 1.35;
}

.ld-lead-title a {
    color: inherit;
    text-decoration: none;
}

.ld-lead-title a:hover {
    color: #d3433a;
}

.ld-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.ld-meta i {
    margin-right: 4px;
    color: #999;
}

.ld-flag {
    margin-right: 4px;
}

.ld-verify {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 11px;
    color: #333;
    margin-bottom: 10px;
}

.ld-verify span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ld-verify .far.fa-check-circle {
    color: #2e7d32 !important;
    font-size: 11px !important;
}

.ld-cat {
    font-size: 11px;
    color: #888;
    margin-bottom: 10px;
}

.ld-spec {
    margin: 0;
}

.ld-spec-row {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 8px;
    font-size: 12px;
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ld-spec-row:last-child {
    border-bottom: 0;
}

.ld-spec-row dt {
    color: #888;
    font-weight: 500;
    margin: 0;
}

.ld-spec-row dd {
    margin: 0;
    color: #111;
    font-weight: 600;
}

.ld-contact-wrap {
    padding: 14px 16px 16px;
    margin-top: auto;
}

.ld-contact-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #d3433a;
    color: #fff !important;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    border: 0;
    text-decoration: none;
}

.ld-contact-btn:hover {
    background: #0f766e;
    color: #fff !important;
}

.ld-member {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    padding: 0 16px 14px;
}

.ld-promo-card-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-dark);
    padding: 16px 16px 8px;
    margin: 0;
}

.ld-mini-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 16px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.ld-mini-item {
    flex: 0 0 90px;
    height: 90px;
    background: #f5f5f5;
    border-radius: 8px;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.ld-mini-item i {
    font-size: 28px !important;
    color: #999 !important;
}

.ld-scroll-hint {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.ld-scroll-hint i {
    font-size: 14px;
    color: #666;
}

.ld-mini-wrap {
    position: relative;
}

.ld-seller-inner {
    padding: 16px;
}

.ld-seller-inner h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 14px;
    line-height: 1.4;
}

.ld-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
    margin-bottom: 16px;
}

.ld-stats strong {
    display: block;
    font-size: 14px;
    color: #1a237e;
}

.ld-stats span {
    font-size: 11px;
    color: #666;
}

.ld-phone-row {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.ld-phone-row .form-select {
    max-width: 88px;
    flex-shrink: 0;
}




/*buy leads*/

/* Buy Leads main column — same white card feel as .shop-widget */
.buy-leads-panel {
    background: var(--color-white);
    padding: 25px;
    border-radius: 10px;
    margin-top: 0;
}

.buy-leads-panel .shop-widget-title {
    margin-top: 28px;
}

.buy-leads-panel .shop-widget-title:first-child {
    margin-top: 0;
}

.bl-row-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 12px;
    color: var(--color-dark);
}

.bl-carousel-wrap {
    position: relative;
    margin-bottom: 24px;
}

.bl-carousel {
    position: relative;
}

.bl-card {
    display: block;
    border: 1px solid var(--border-info-color);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s, border-color .2s;
}

.bl-card:hover {
    border-color: #d3433a33;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.bl-card-media {
    height: 88px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl-card-media i {
    font-size: 28px !important;
    color: #888 !important;
}

.bl-card-label {
    padding: 10px 8px 12px;
    font-size: 11px;
    font-weight: 600;
    color: var(--body-text-color);
    line-height: 1.35;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bl-carousel .owl-nav button {
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid var(--border-info-color) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    position: absolute;
    top: 44px;
    transform: translateY(-50%);
}

.bl-carousel .owl-nav button.owl-prev {
    left: -8px;
}

.bl-carousel .owl-nav button.owl-next {
    right: -8px;
}

.bl-carousel .owl-nav button span {
    font-size: 22px;
    line-height: 1;
    color: var(--color-dark);
}

.bl-carousel .owl-dots {
    display: none;
}

.bl-lead-card {
    border: 1px solid var(--border-info-color);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    transition: box-shadow .2s;
}

.bl-lead-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.bl-lead-body {
    padding: 16px 16px 10px;
}

.bl-lead-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.35;
}

.bl-lead-title a {
    color: var(--color-dark);
    text-decoration: none;
}

.bl-lead-title a:hover {
    color: #d3433a;
}

.bl-lead-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: var(--body-text-color);
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.bl-lead-meta i {
    margin-right: 4px;
    color: #999;
}

.bl-flag {
    font-size: 12px;
    margin-right: 4px;
}

.bl-lead-verify {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 12px;
    color: var(--color-dark);
    margin-bottom: 12px;
}

.bl-lead-verify span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bl-lead-verify .far.fa-check-circle {
    color: #2e7d32 !important;
    font-size: 12px !important;
}

.bl-lead-kv {
    font-size: 12px;
    color: var(--body-text-color);
    line-height: 1.55;
    min-height: 88px;
}

.bl-lead-footer {
    padding: 0 16px 14px;
}

.bl-lead-footer .theme-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 16px;
}

.bl-member {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 0 16px 14px;
}

.bl-logo {
    border: 1px solid var(--border-info-color);
    border-radius: 10px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--color-dark);
    font-weight: 700;
    letter-spacing: .2px;
    font-size: 11px;
    padding: 0 8px;
    text-align: center;
}

.bl-trending-carousel .owl-nav button {
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid var(--border-info-color) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bl-trending-carousel .owl-nav button.owl-prev {
    left: -10px;
}

.bl-trending-carousel .owl-nav button.owl-next {
    right: -10px;
}

.bl-trending-carousel .owl-dots {
    display: none;
}

/* Sticky Sidebar Styles */
.sticky-sidebar {
    position: sticky;
    top: 100px;
}

@media (max-width: 991px) {
    .sticky-sidebar {
        position: static;
        margin-bottom: 30px;
    }
}

/* ====== STOCK LOTS CUSTOM STYLES ====== */
.lot-condition-btn {
    border-radius: 20px;
}

.shop-origin-select {
    background: #fff;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 30px;
    padding: 0 20px;
}

.shop-sort-transparent {
    background: transparent;
    padding: 0;
}

.lot-card-wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.lot-img-box {
    background: #f5f5f5;
    border-radius: 5px;
}

.lot-img-main {
    mix-blend-mode: multiply;
    max-height: 140px;
}

.lot-img-thumb {
    mix-blend-mode: multiply;
    max-height: 60px;
    cursor: pointer;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

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

.lot-urgency-box {
    background: rgba(var(--theme-color-rgb, 100, 100, 100), 0.05);
    border: 1px solid rgba(var(--theme-color-rgb, 100, 100, 100), 0.1);
}

.text-theme {
    color: var(--theme-color) !important;
}

.lot-deal-box {
    background: #fdfdfd;
}

.lot-progress-wrap {
    height: 10px;
    border-radius: 20px;
}

.lot-btn-outline {
    background: transparent;
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

.lot-btn-outline:hover {
    background: var(--theme-color);
    color: #fff;
}

.lot-btn-solid {
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

/* Vertical Scroll Redesign */
.ld-vertical-scroll-wrap {
    height: 400px;
    overflow-y: auto;
    padding-right: 5px;
    margin: 0 16px 16px;
}

.ld-vertical-scroll-wrap::-webkit-scrollbar {
    width: 4px;
}

.ld-vertical-scroll-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.ld-vertical-scroll-wrap::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.ld-vertical-scroll-wrap::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.ld-vertical-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

@media (min-width: 992px) {
    .ld-vertical-item:hover {
        border-color: #1a237e;
        transform: translateX(5px);
        box-shadow: 0 4px 12px rgba(26, 35, 126, 0.08);
    }
}

.ld-v-icon {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a237e;
    font-size: 18px;
    flex-shrink: 0;
}

.ld-v-text {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

/* Premium CTA Card */
.ld-promo-card-premium {
    background: #fff;
    overflow: hidden;
}

.ld-premium-header {
    background: linear-gradient(135deg, #1a237e 0%, #311b92 100%);
    padding: 20px 16px;
    color: #fff;
}

.ld-premium-header h4 {
    color: #fff !important;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ld-premium-body {
    padding: 16px;
}

.ld-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.ld-stat-box {
    background: #f8fafc;
    padding: 10px 5px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #f1f5f9;
}

.ld-stat-box strong {
    display: block;
    font-size: 13px;
    color: #1a237e;
    margin-bottom: 2px;
}

.ld-stat-box span {
    font-size: 10px;
    color: #64748b;
    font-weight: 500;
}

.ld-phone-input-group {
    display: flex;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.ld-phone-input-group:focus-within {
    border-color: #1a237e;
    box-shadow: 0 0 0 3px rgba(26, 35, 126, 0.1);
}

.ld-country-select {
    border: none !important;
    background: #f8fafc !important;
    width: 75px !important;
    font-size: 13px !important;
    padding: 0 5px 0 12px !important;
    color: #334155 !important;
}

.ld-mobile-input {
    border: none !important;
    padding: 12px 15px !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

.ld-btn-shine {
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .ld-btn-shine::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
        transform: rotate(45deg);
        animation: shine 3s infinite;
    }
}

@keyframes shine {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

/* Glassmorphism Sidebar Widgets */
.lot-glass-widget {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(26, 35, 126, 0.08) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    padding: 24px !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
}

.lot-glass-widget .shop-widget-title {
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Premium Lot Card */
.premium-lot-card {
    background: #fff;
    border: 1px solid #eef2f6 !important;
    border-radius: 16px !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

@media (min-width: 992px) {
    .premium-lot-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(26, 35, 126, 0.1) !important;
        border-color: rgba(26, 35, 126, 0.2) !important;
    }
}

.premium-lot-card:hover {
    border-color: rgba(26, 35, 126, 0.2) !important;
}

.lot-summary-title {
    font-size: 18px;
    font-weight: 800;
    color: #1a237e;
    margin-bottom: 12px;
    line-height: 1.4;
}

.lot-info-p {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #f1f5f9;
    padding-bottom: 6px;
}

.lot-info-p strong {
    color: #334155;
}

/* Deal Box V2 */
.deal-box-v2 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    position: relative;
}

.deal-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.deal-price-main {
    font-size: 28px;
    font-weight: 900;
    color: #d3433a;
    margin-bottom: 20px;
}

.deal-sub-stats {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.deal-stat-item {
    flex: 1;
}

.deal-stat-item .val {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

/* Manifest Badges */
.manifest-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #1a237e;
    text-decoration: none !important;
    transition: all 0.2s;
}

.manifest-badge i {
    color: #d3433a;
}

@media (min-width: 992px) {
    .manifest-badge:hover {
        background: #1a237e;
        color: #fff;
        border-color: #1a237e;
    }

    .manifest-badge:hover i {
        color: #fff;
    }
}

/* Lot Image Enhancements */
.lot-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8fafc;
}

.lot-badge-floating {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    background: #d3433a;
    color: #fff;
    box-shadow: 0 4px 10px rgba(211, 67, 58, 0.3);
}

/* ==========================================================================
   MIGRATED FROM FOOTER.PHP
   ========================================================================== */

/* Login Modal Styles */
.login-modal-content {
    background: #0f172a;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    /*
     * overflow:clip (not hidden) — clips content visually like overflow:hidden
     * but does NOT create a new stacking context, so Firefox can render
     * backdrop-filter inside child elements correctly.
     * Chrome, Firefox 102+, Safari 16+ all support this.
     */
    overflow: clip;
    font-family: 'Sans-serif', 'Helvetica', sans-serif;
    isolation: isolate;
}

.login-shape-1,
.login-shape-2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    animation: float 10s infinite alternate ease-in-out;
    pointer-events: none;
}

.login-shape-1 {
    top: -10%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: rgba(211, 67, 58, 0.4);
}

.login-shape-2 {
    bottom: -10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(37, 99, 235, 0.3);
    animation-delay: 2s;
}

/*
 * Chrome on HTTP live servers ignores backdrop-filter (requires HTTPS/secure context).
 * Use @supports to provide a solid fallback background for non-supporting environments.
 * This ensures the modal is always readable regardless of browser/protocol.
 */
.login-glass-card {
    position: relative;
    z-index: 2;
    /* Solid fallback for Chrome on HTTP live servers */
    background: rgba(15, 23, 42, 0.92);
    padding: 40px;
    width: 100%;
}

/* Apply glassmorphism only when backdrop-filter is fully supported */
@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {
    .login-glass-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-20px) translateX(10px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

.login-modal-header {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.login-modal-header h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.login-modal-header p {
    color: #94a3b8;
    font-size: 14px;
}

.btn-close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-close-modal:hover {
    background: rgba(211, 67, 58, 0.8);
    transform: rotate(90deg);
}

.login-form-group {
    margin-bottom: 20px;
    position: relative;
}

.login-form-group label {
    display: block;
    color: #e2e8f0;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.login-form-control {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 20px 12px 45px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.login-form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #d3433a;
    outline: none;
    box-shadow: 0 0 0 4px rgba(211, 67, 58, 0.1);
}

.login-input-icon {
    position: absolute;
    bottom: 13px;
    left: 18px;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.login-form-control:focus~.login-input-icon,
.login-form-control:focus+.login-input-icon,
.login-form-group:focus-within .login-input-icon {
    color: #d3433a;
}

.login-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.login-form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-form-check-input {
    accent-color: #d3433a;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.login-form-check-label {
    color: #cbd5e1;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
}

.login-forgot-link {
    color: #60a5fa;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.login-forgot-link:hover {
    color: #93c5fd;
}

.btn-modal-login {
    width: 100%;
    background: linear-gradient(135deg, #d3433a, #b02a22);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-modal-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(211, 67, 58, 0.4);
    color: #ffffff;
}

.login-social {
    margin-top: 25px;
    text-align: center;
}

.login-social p {
    color: #94a3b8;
    font-size: 13px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-social p::before,
.login-social p::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 15px;
}

.login-social-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.btn-login-social {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-login-social:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.btn-login-social.google:hover {
    color: #ea4335;
    border-color: #ea4335;
}

.btn-login-social.facebook:hover {
    color: #1877f2;
    border-color: #1877f2;
}

.btn-login-social.apple:hover {
    color: #fff;
    border-color: #fff;
}

.login-register-link {
    text-align: center;
    margin-top: 25px;
    color: #cbd5e1;
    font-size: 14px;
}

.login-register-link a {
    color: #d3433a;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    transition: color 0.3s ease;
}

.login-register-link a:hover {
    color: #fca5a5;
}

#loginModal .modal-dialog {
    max-width: 450px;
}

/* Chatbot Popup Styles */
.chatbot-popup {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 350px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    overflow: hidden;
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: 'Sans-serif', 'Helvetica', sans-serif;
    display: flex;
    flex-direction: column;
    transform-origin: bottom right;
}

.chatbot-popup.show {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.chatbot-header {
    background: linear-gradient(135deg, #d3433a, #b02a22);
    color: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chatbot-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chatbot-avatar {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.chatbot-header-text h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.chatbot-header-text p {
    margin: 0;
    font-size: 12px;
    opacity: 0.85;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.chatbot-header-text p::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
}

.chatbot-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    opacity: 0.8;
    padding: 0;
}

.chatbot-close:hover {
    transform: rotate(90deg);
    opacity: 1;
}

.chatbot-body {
    height: 320px;
    overflow-y: auto;
    padding: 20px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chatbot-body::-webkit-scrollbar {
    width: 6px;
}

.chatbot-body::-webkit-scrollbar-track {
    background: transparent;
}

.chatbot-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.chat-msg {
    display: flex;
    max-width: 85%;
}

.chat-msg.bot {
    align-self: flex-start;
}

.chat-msg.user {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.chat-msg-text {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.chat-msg.bot .chat-msg-text {
    background: #fff;
    color: #334155;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.chat-msg.user .chat-msg-text {
    background: #d3433a;
    color: #fff;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 5px rgba(211, 67, 58, 0.2);
}

.chatbot-footer {
    padding: 15px 20px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.chatbot-input {
    flex: 1;
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.chatbot-input:focus {
    background: #fff;
    border-color: #d3433a;
    box-shadow: 0 0 0 3px rgba(211, 67, 58, 0.1);
}

.chatbot-send {
    width: 42px;
    height: 42px;
    background: #d3433a;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(211, 67, 58, 0.2);
}

.chatbot-send:hover {
    background: #b02a22;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(211, 67, 58, 0.3);
}

.chat-typing {
    font-size: 12px;
    color: #94a3b8;
    margin-left: 5px;
    display: none;
    align-items: center;
    gap: 4px;
}

.chat-typing.active {
    display: flex;
}

.chat-typing span {
    width: 4px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 50%;
    animation: typing 1.4s infinite;
}

.chat-typing span:nth-child(2) {
    animation-delay: 0.2s;
}

.chat-typing span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

/* Enquiry Modal Styles */
.enquiry-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.enquiry-header {
    background: #d1423a;
    color: white;
    padding: 25px;
    border: none;
}

.enquiry-header .modal-title {
    font-size: 20px;
    font-weight: 700;
}

.enquiry-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.enquiry-body {
    padding: 30px;
    background: #fff;
}

.enquiry-form-group {
    margin-bottom: 20px;
}

.enquiry-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
    display: block;
}

.enquiry-control {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.enquiry-control:focus {
    border-color: #1a237e;
    box-shadow: 0 0 0 4px rgba(26, 35, 126, 0.1);
    outline: none;
}

.btn-enquiry-submit {
    background: #d3433a;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-enquiry-submit:hover {
    background: #b02a22;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(211, 67, 58, 0.2);

    /* ==========================================================================
   GOOGLE TRANSLATE STYLING
   ========================================================================== */
    .google-translate-container {
        display: inline-flex;
        align-items: center;
    }

    .goog-te-gadget-simple {
        background-color: transparent !important;
        border: none !important;
        padding: 0 !important;
        font-size: 14px !important;
        font-family: inherit !important;
        cursor: pointer;
        display: flex !important;
        align-items: center !important;
        color: #444 !important;
    }

    .goog-te-gadget-simple .goog-te-menu-value {
        color: #444 !important;
        font-weight: 500;
        margin: 0 !important;
        display: flex !important;
        align-items: center;
    }

    .goog-te-gadget-simple .goog-te-menu-value span {
        color: #444 !important;
        border-left: none !important;
    }

    /* Hide the Google Icon and Powered By text */
    .goog-te-gadget-icon,
    .goog-logo-link,
    .goog-te-gadget-simple .goog-te-menu-value span:not(:first-child) {
        display: none !important;
    }

    .goog-te-gadget {
        color: transparent !important;
        font-size: 0 !important;
    }

    .goog-te-gadget-simple {
        background-color: transparent !important;
        border: none !important;
        padding: 0 !important;
        font-size: 14px !important;
        font-family: inherit !important;
        cursor: pointer;
        display: flex !important;
        align-items: center !important;
        color: #444 !important;
        text-transform: uppercase;
    }

    /* Add custom Globe icon before the text */
    .goog-te-gadget-simple:before {
        content: "\f3c1";
        /* Globe icon code */
        font-family: 'Font Awesome 6 Pro', 'Font Awesome 5 Free';
        font-weight: 400;
        margin-right: 6px;
        color: #d3433a;
        font-size: 15px;
    }

    /* Appearance of the dropdown menu */
    .goog-te-menu-frame {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        border: none !important;
    }

    /* Hide the original top bar which Google adds */
    body {
        top: 0 !important;
    }

    .skiptranslate.goog-te-banner-frame {
        display: none !important;
    }

    /* ==========================================================================
       UNIFIED SEARCH POPUP (DESKTOP SEARCH IN MOBILE VIEW)
       ========================================================================== */
    .search-popup .mobile-search-wrap {
        max-width: 800px;
        margin: 0 auto;
        position: absolute;
        top: 40%;
        left: 20px;
        right: 20px;
    }

    .search-popup .mobile-search-wrap form {
        position: static;
        max-width: 100%;
        margin: 0;
        transform: none; /* Let parent handle visibility */
    }

    .search-popup .mobile-search-wrap .search-content {
        background: #fff;
        border-radius: 50px;
        padding: 5px;
        display: flex;
        align-items: center;
        box-shadow: 0 15px 40px rgba(0,0,0,0.5);
        width: 100%;
    }

    .search-popup .mobile-search-wrap .nice-select {
        border: none !important;
        border-right: 1px solid #eee !important;
        height: 50px !important;
        line-height: 50px !important;
        min-width: 130px;
        background: transparent !important;
        font-size: 14px;
        color: #333;
    }

    .search-popup .mobile-search-wrap .search-input-field {
        border: none !important;
        height: 50px !important;
        background: transparent !important;
        color: #333 !important;
        font-size: 18px !important;
        padding: 0 15px !important;
        flex-grow: 1;
        box-shadow: none !important;
        border-bottom: none !important;
    }

    .search-popup .mobile-search-wrap .voice-search-btn,
    .search-popup .mobile-search-wrap .lens-search-btn {
        width: 45px;
        height: 50px;
        background: transparent !important;
        color: #777 !important;
        font-size: 18px !important;
        border: none !important;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
    }

    .search-popup .mobile-search-wrap .voice-search-btn:hover,
    .search-popup .mobile-search-wrap .lens-search-btn:hover {
        color: #d3433a !important;
    }

    .search-popup .mobile-search-wrap .lens-dropdown {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        display: none;
        z-index: 100;
    }

    .search-popup .mobile-search-wrap .lens-dropdown.show {
        display: block;
    }

    .search-popup .mobile-search-wrap .lens-dropdown-content {
        padding: 20px;
    }

    .search-popup .mobile-search-wrap .lens-upload-box h6,
    .search-popup .mobile-search-wrap .lens-upload-box p {
        color: #333;
    }

    .search-popup .mobile-search-wrap .lens-url-input .form-control {
        border: 1px solid #eee !important;
        height: 40px !important;
        font-size: 14px !important;
        color: #333 !important;
        border-radius: 5px !important;
        padding: 0 10px !important;
    }

    .search-popup .mobile-search-wrap .lens-url-btn {
        background: #d3433a !important;
        color: #fff !important;
        border-radius: 5px !important;
    }

    /* Responsive adjustments */
    @media (max-width: 767px) {
        .search-popup .mobile-search-wrap .nice-select {
            min-width: 100px;
            font-size: 13px;
        }
        .search-popup .mobile-search-wrap .search-input-field {
            font-size: 16px !important;
        }
    }

    @media (max-width: 500px) {
        .search-popup .mobile-search-wrap .nice-select {
            display: none !important;
        }
        .search-popup .mobile-search-wrap .search-content {
            padding: 5px 10px;
        }
    }

/* ==========================================================================
   REGISTRATION ROLE SELECTION
   ========================================================================== */
.role-selection {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
}

.role-selection .form-check {
    padding-left: 0;
    margin-bottom: 0;
}

.role-selection .form-check-input {
    display: none;
}

.role-selection .form-check-label {
    padding: 10px 30px;
    border-radius: 5px;
    background: #fff;
    color: #444;
    border: 1px solid #e5e5e5;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.role-selection .form-check-input:checked + .form-check-label {
    background: #d3433a;
    color: #fff;
    border-color: #d3433a;
    box-shadow: 0 5px 15px rgba(211, 67, 58, 0.25);
}

.role-selection .form-check-label:hover {
    border-color: #d3433a;
    color: #d3433a;
}

.role-selection .form-check-input:checked + .form-check-label:hover {
    color: #fff;
}

/* ==========================================================================
   MOBILE LOGIN BUTTON
   ========================================================================== */

/* Login icon in the mobile top bar (between search and hamburger) */
.mobile-login-btn {
    font-size: 22px !important;
    color: var(--color-white) !important;
    margin-right: 8px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.mobile-login-btn:hover {
    color: #d3433a !important;
}

/* Sign In link inside the offcanvas mobile menu */
.mobile-signin-item {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 10px;
    padding-top: 5px;
}

.mobile-signin-link {
    display: flex !important;
    align-items: center;
    font-weight: 600 !important;
    color: #d3433a !important;
    font-size: 15px;
}

.mobile-signin-link:hover {
    background: rgba(211, 67, 58, 0.06) !important;
    border-radius: 8px;
}

/* ==========================================================================
   GOOGLE TRANSLATE — HIDE LOGO & ATTRIBUTION ICONS
   ========================================================================== */

/* Hide the Google logo image in the widget */
.goog-te-gadget img,
.goog-logo-link img,
.goog-te-gadget .goog-logo-link {
    display: none !important;
}

/* Hide "Powered by Google Translate" text/link */
.goog-te-gadget > span,
.goog-te-gadget a.goog-logo-link,
.goog-te-gadget span:has(a) {
    display: none !important;
}

/* Hide the Google Translate top bar/banner that appears on page */
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

/* Remove the top margin Google Translate adds to the body */
body {
    top: 0 !important;
}

/* Style the select dropdown cleanly */
.goog-te-gadget select,
.goog-te-combo {
    border: none;
    background: transparent;
    color: inherit;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    padding: 2px 4px;
    max-width: 120px;
}