/* RadheyRadheyJi Professional Property Header */

.rrj-pro-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.rrj-header-top {
    background: #0f172a;
    color: #dbeafe;
    font-size: 13px;
}

.rrj-header-top-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.rrj-header-note {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.rrj-header-note span {
    background: rgba(37, 99, 235, 0.18);
    color: #bfdbfe;
    border: 1px solid rgba(191, 219, 254, 0.25);
    padding: 4px 9px;
    border-radius: 999px;
    font-weight: 800;
}

.rrj-header-note strong {
    color: #ffffff;
    font-weight: 700;
}

.rrj-header-mini-links {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.rrj-header-mini-links a {
    color: #dbeafe !important;
    font-weight: 700;
}

.rrj-header-mini-links a:hover {
    color: #ffffff !important;
}

.rrj-main-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-bottom: 1px solid #e5e7eb;
}

.rrj-main-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.rrj-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0f172a !important;
    min-width: 280px;
}

.rrj-brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.rrj-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.rrj-brand-text strong {
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.4px;
}

.rrj-brand-text small {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
}

.rrj-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: wrap;
}

.rrj-nav a {
    color: #1e293b !important;
    padding: 11px 13px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    transition: 0.2s ease;
}

.rrj-nav a:hover {
    background: #eff6ff;
    color: #1d4ed8 !important;
}

.rrj-nav .rrj-nav-cta {
    background: #2563eb !important;
    color: #ffffff !important;
    padding: 12px 17px;
    margin-left: 6px;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
}

.rrj-nav .rrj-nav-cta:hover {
    background: #1d4ed8 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.rrj-mobile-toggle {
    display: none;
    width: 44px;
    height: 42px;
    border: 1px solid #dbeafe !important;
    background: #eff6ff !important;
    border-radius: 12px;
    padding: 9px;
    cursor: pointer;
}

.rrj-mobile-toggle span {
    display: block;
    height: 3px;
    background: #1d4ed8;
    border-radius: 999px;
    margin: 4px 0;
}

/* Remove old red header effect */
.topbar {
    background: transparent !important;
    padding: 0 !important;
}

/* Page spacing after sticky header */
.hero {
    margin-top: 0;
}

/* Mobile */
@media (max-width: 980px) {
    .rrj-header-top-inner {
        justify-content: center;
        text-align: center;
    }

    .rrj-header-mini-links {
        display: none;
    }

    .rrj-main-header-inner {
        min-height: 72px;
    }

    .rrj-brand {
        min-width: auto;
    }

    .rrj-brand-text strong {
        font-size: 19px;
    }

    .rrj-brand-text small {
        display: none;
    }

    .rrj-mobile-toggle {
        display: block;
    }

    .rrj-nav {
        position: absolute;
        left: 18px;
        right: 18px;
        top: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: #ffffff;
        border: 1px solid #dbeafe;
        border-radius: 18px;
        padding: 12px;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    }

    body.rrj-menu-open .rrj-nav {
        display: flex;
    }

    .rrj-nav a {
        width: 100%;
        padding: 13px 14px;
    }

    .rrj-nav .rrj-nav-cta {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .rrj-header-top {
        display: none;
    }

    .rrj-main-header-inner {
        min-height: 66px;
    }

    .rrj-brand-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 13px;
    }

    .rrj-brand-text strong {
        font-size: 17px;
    }
}
