/* =========================================================
   BlueJacket Capital Partners - Main Stylesheet
========================================================= */



:root {
    --bj-blue: #1428A0;
    --bj-blue-dark: #0f1f7a;
    --bj-blue-soft: #5c7fc4;
    --bj-yellow: #f2b632;
    --bj-yellow-dark: #e0a41d;
    --bj-text-dark: #1c1c1c;
    --bj-text-muted: #4d4d4d;
}

body {
    font-family: 'Raleway', Arial, sans-serif;
    color: var(--bj-text-dark);
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6,
.navbar, .btn, p, span, a {
    font-family: 'Raleway', Arial, sans-serif;
}

a {
    text-decoration: none;
}

/* =========================================================
   HERO SECTION (video background + heading)
========================================================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 46vh;
    min-height: 420px;
    overflow: hidden;
    background-color: #000;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4vw;
}

.hero-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2;
    max-width: 770px;
    margin-bottom: 1.5rem;
    /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); */
    letter-spacing: 5.6px;
}

.hero-subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.btn-hero {
    display: inline-block;
    background-color: var(--bj-yellow);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
    border-radius: 2px;
    border: none;
    transition: background-color 0.2s ease-in-out;
    width: fit-content;
}

.btn-hero:hover {
    background-color: #084871;
    color: #fff;
}

/* =========================================================
   HEADER / NAVIGATION
========================================================= */
.site-header {
    background-color: var(--bj-blue);
    width: 100%;
}
.site-header > .navbar
{
    padding: 0px  !important;
}

.header-container {
    max-width: 1500px;
    padding: 0rem 4vw;
    min-height: 132px;
    display: flex;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    color: var(--bj-blue);
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid var(--bj-blue);
}

.brand-text {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.main-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0px;
    padding: 6px 10px;
    opacity: 0.92;
    font-family: 'Heebo';
    font-weight:  400;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
    opacity: 1;
    color: #ffffff;
}

.main-nav .nav-link.active {
    border-bottom: 2px solid #ffffff;
    opacity: 1;
    color: #fff;
}

.main-nav .dropdown-menu {
    border-radius: 2px;
    border: none;
    margin-top: 0.4rem;
}

.main-nav .dropdown-item {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1c1c1c;
    padding: 0.6rem 1.25rem;
}

.main-nav .dropdown-item.active,
.main-nav .dropdown-item:active {
    background-color: transparent;
    color: var(--bj-blue);
}

.main-nav .dropdown-item:hover,
.main-nav .dropdown-item:focus {
    background-color: #f5f5f5;
    color: var(--bj-blue);
}

.main-nav .sign-in-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* =========================================================
   MISSION SECTION
========================================================= */
.mission-section {
    padding: 0 0 5rem 0;
    background-color: #ffffff;
}
.mission-section > .container
{
    max-width: 1000px;
}

.section-label {
    color: var(--bj-yellow);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.25rem;
}

.mission-text {
    color: var(--bj-text-muted);
    font-size: 1rem;
    line-height: 1.9;
    max-width: 520px;
}

.mission-image-wrap {
    width: 100%;
}

.mission-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* =========================================================
   LEARN SECTION
========================================================= */
.learn-section {
    background-color: #f7f7f7;
    padding: 3.5rem 0;
}

.learn-section > .container
{
    max-width: 1000px
}

.learn-text {
    color: var(--bj-text-dark);
    font-size: 1.15rem;
    margin-bottom: 0;
}

/* =========================================================
   EXPERIENCE SECTION
========================================================= */
.experience-section {
    position: relative;
    background-image: url("/wp-content/uploads/2026/07/11c59e_77def8c482e3484489a5fcb1366ab95dmv2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 416px;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.experience-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.64) 0%, #000000 100%);
    opacity: 0.8;
}

.experience-section .container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.experience-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right;
    font-size: 20px;
    margin-bottom: 1.5rem;
}

.experience-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    text-align: right;
    margin-bottom: 0;
}

/* =========================================================
   RESTORE SECTION
========================================================= */
.restore-section {
    position: relative;
    background-image: url("/wp-content/uploads/2026/07/11c59e_9e87d91dda674f6fab2e9fb3000e113emv2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 416px;
    display: flex;
    align-items: center;
    padding: 4rem 0;
}

.restore-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.64) 0%, #000000 100%);
    opacity: 0.8;
}

.restore-section .container {
    position: relative;
    z-index: 2;
    max-width:  1000px;
}

.restore-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 1.75rem;
    font-size: 20px;
}

.restore-quote {
    color: #ffffff;
    font-style: italic;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.5rem;
}

.restore-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    text-align: left;
    max-width: 520px;
    margin-bottom: 0;
}

/* =========================================================
   ELEVATE SECTION
========================================================= */
.elevate-section {
    position: relative;
    background-image: url("/wp-content/uploads/2026/07/11c59e_a7c5e346ba464426a36cc79d02f5ffa1mv2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 416px;
    display: flex;
    align-items: center;
    padding: 4rem 0;
}

.elevate-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000000 0%, rgba(0,0,0,0.64) 100%);
    opacity: 0.8;
}

.elevate-section .container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.elevate-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right;
    margin-bottom: 1.75rem;
    font-size: 20px;
}

.elevate-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    text-align: right;
    margin-bottom: 0;
}

/* =========================================================
   EXPLORE SECTION
========================================================= */
.explore-section {
    padding: 4.5rem 0;
    background-color: #ffffff;
}

.explore-section > .container
{
    max-width: 980px;
}

.explore-label {
    margin-bottom: 2.5rem;
}

.explore-tabs {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 2.5rem;
    padding: 0;
}

.explore-tab {
    padding: 0.85rem 2.25rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--bj-blue);
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.explore-tab.active {
    background-color: var(--bj-yellow);
    color: #1c1c1c;
}

.explore-col {
    transition: opacity 0.2s ease-in-out;
}

.explore-col.is-hidden {
    display: none !important;
}

.explore-item {
    position: relative;
    overflow: hidden;
}

.explore-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.explore-item:hover img {
    transform: scale(1.04);
}

.explore-heart {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.explore-item:hover .explore-heart {
    opacity: 1;
    transform: translateY(0);
}

.explore-heart:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.explore-heart.is-active {
    color: var(--bj-yellow);
}

/* =========================================================
   PROCESS SECTION
========================================================= */
.process-section {
    position: relative;
    background-image: url("/wp-content/uploads/2026/07/11c59e_a567a3f403ce45eb994ed6a444372856mv2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.process-overlay {
    position: absolute;
    inset: 0;
    background: rgb(8, 72, 113);
    opacity: 0.9;
}

.process-section .container {
    position: relative;
    z-index: 2;
    max-width: 1120px;
}

.process-step {
    text-align: center;
    margin-bottom: 2rem;
}

.process-number {
    display: block;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-size: 150px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.process-text {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    max-width: 320px;
    margin: 0 auto;
}

/* =========================================================
   INVESTING INFORMATION SECTION
========================================================= */
.investing-section {
    background-color: #ffffff;
}

.investing-image-col {
    padding: 0;
    min-height: 380px;
}

.investing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.investing-content-col {
    display: flex;
    align-items: center;
}

.investing-content {
    padding: 4rem 5vw;
    max-width: 620px;
}

.investing-text {
    color: var(--bj-text-muted);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.investing-cta {
    color: var(--bj-blue);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.investing-btn {
    display: inline-block;
}

/* =========================================================
   CTA BAND (Invest / View Projects / Connect)
========================================================= */
.cta-band
{
    margin-bottom: 6px;
}
.cta-band .row {
    margin: 0;
}

.cta-block {
    padding: 4rem 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-invest {
    background-color: var(--bj-yellow);
}

.cta-projects {
    background-color: #0f5c7d;
}

.cta-connect {
    background-color: #1b1b2f;
}

.cta-title {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-size: 2.75rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.cta-text {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 300px;
    margin-bottom: 2rem;
}

.cta-btn {
    background-color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
}

.cta-invest .cta-btn {
    color: var(--bj-yellow-dark);
}

.cta-projects .cta-btn {
    color: #0f5c7d;
}

.cta-connect .cta-btn {
    color: #1b1b2f;
}

.cta-btn:hover {
    opacity: 0.85;
}

/* =========================================================
   SITE FOOTER
========================================================= */
.site-footer {
    background-color: rgb(8, 65, 174);
    padding: 4rem 0 3rem;
}
.site-footer .container
{
    max-width:  1000px;
}
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 3rem;
}

.footer-brand .logo-box {
    width: 56px;
    height: 56px;
    font-size: 2rem;
}

.footer-brand .brand-text {
    color: #ffffff;
    font-size: 1.2rem;
}

.footer-heading {
    color: var(--bj-yellow);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1.25rem;
}

.footer-text {
    color: #ffffff;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.footer-link-arrow {
    color: var(--bj-yellow);
    font-weight: 700;
    font-size: 0.85rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
}

.footer-links a:hover {
    color: var(--bj-yellow);
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--bj-blue);
    font-size: 1rem;
}

.social-icon:hover {
    background-color: var(--bj-yellow);
    color: #1c1c1c;
}

/* =========================================================
   PAGE TITLE (interior pages)
========================================================= */
.page-title-section {
    background-color: #ffffff;
    padding: 5rem 0 4rem;
    text-align: center;
}

.page-title {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: #1c1c1c;
    margin-bottom: 0.5rem;
}

.page-subtitle-script {
    font-family: 'Raleway';
    font-size: 16ppx;
    color: var(--bj-text-muted);
    margin-bottom: 0;
}

/* =========================================================
   DESIGN / BUILD / DEVELOP BLOCKS
========================================================= */
.dbs-block {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 4.5rem 0;
}

.dbs-block .dbs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.76) 0%, #000000 100%);
    opacity: .8;
}

.dbs-block .container {
    position: relative;
    z-index: 2;
}

.dbs-render {
    max-width: 100%;
    filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.45));
}

.dbs-image-col {
    text-align: center;
    margin-bottom: 2rem;
}

.dbs-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.dbs-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 1.25rem;
}

.dbs-text:last-child {
    margin-bottom: 0;
}

.dbs-list {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 2;
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.design-block {
    background-image: url("/wp-content/uploads/2026/07/11062b_442ee5a9ccf94e9aa962bf4fe4369a15mv2_d_6668_4445_s_4_2.jpg");
    background-attachment: fixed;
    background-position: top center;
}

.design-title {
    text-align: right;
}

.dbs-title
{
    font-size:  20px;
}


.design-text {
    text-align: right;
}

.build-block {
    background-image: url("/wp-content/uploads/2026/07/11062b_910b0c82f5774d71a6a9cf62134b3f21mv2.jpg");
    background-position: center center;
    background-attachment: fixed;
}

.build-title,
.build-text,
.build-list {
    text-align: left;
}

.develop-block {
    background-image: url("/wp-content/uploads/2026/07/11062b_442ee5a9ccf94e9aa962bf4fe4369a15mv2_d_6668_4445_s_4_2.jpg");
    background-position: bottom center;
    background-attachment: fixed;
}

.develop-title {
    text-align: right;
}

.develop-text {
    text-align: left;
}

/* =========================================================
   WHOLESALE PAGE
========================================================= */
.wholesale-banner {
    position: relative;
    background-image: url("../images/wholesale/wholesale-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 340px;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

.wholesale-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.45);
}

.wholesale-banner .container {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.wholesale-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 0;
}

/* ---- Lead capture section ---- */
.lead-section {
    background-color: #ffffff;
    margin-top:  87px;
}
.lead-section .lead-container
{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.lead-image-col {
    min-height: 380px;
}

.lead-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lead-form-col {
    background-color: var(--bj-blue-soft);
    padding: 2rem 2.5rem;
}

.lead-intro {
    color: var(--bj-text-dark);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.lead-form-title {
    color: var(--bj-text-dark);
    font-weight: 800;
    font-size: 1.9rem;
    margin-bottom: 0.75rem;
}

.required-note {
    font-size: 0.85rem;
    color: var(--bj-text-dark);
    margin-bottom: 1.5rem;
}

.required-note .required-asterisk {
    color: #d33;
}

.lead-form label {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--bj-text-dark);
    margin-bottom: 0.4rem;
}

.required-asterisk {
    color: #d33;
}

.lead-form .form-control,
.lead-form .input-group-text {
    border-radius: 0px;
    border: none;
    padding: 0.65rem 0.85rem;
    line-height:  1;
}

.lead-form .form-group {
    margin-bottom: 1.5rem;
}

.lead-form .form-check {
    margin-bottom: 1rem;
}

.lead-form .form-check-label {
    font-weight: 400;
    font-size: 0.9rem;
}

.lead-form .consent-text {
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--bj-text-dark);
    margin-bottom: 1.5rem;
}

.lead-form .consent-text a {
    color: #ffffff;
    font-weight: 600;
}

.lead-submit-btn {
    width: 100%;
    justify-content: center;
}

/* ---- Company intro + owner/investor cards ---- */
.wholesale-intro-section {
    padding: 4rem 0 87px;
    background-color: #ffffff;
}

.wholesale-intro-section >  .container
{
    max-width: 980px;
}


.wholesale-intro-title {
    color: var(--bj-blue);
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.wholesale-intro-text {
    color: var(--bj-text-dark);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.wholesale-card {
    border: 1px solid #c9c9c9;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wholesale-card-title {
    color: var(--bj-blue);
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.wholesale-card-text {
    color: var(--bj-blue);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.wholesale-card-btn {
    align-self: flex-start;
}

/* =========================================================
   SELL YOUR PROPERTY PAGE
========================================================= */
.sell-banner {
    position: relative;
    background-image: url("/wp-content/uploads/2026/07/c4f8e5_e49f8bc3ebee4fda84d0d3cebacddf49mv2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 260px;
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.sell-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.45);
}

.sell-banner .container {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.sell-banner-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0;
}

.sell-content-section {
    padding: 4.5rem 0;
    background-color: #ffffff;
}
.sell-content-section > .container
{
    max-width: 980px;
}

.sell-property-image {
    width: 100%;
    height: auto;
    display: block;
}

.sell-benefits-list {
    list-style: disc;
    color: var(--bj-yellow-dark);
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.3;
    padding-left: 1.25rem;
    margin-left:  0;
    margin-bottom: 2rem;
}

.sell-paragraph {
    color: var(--bj-text-dark);
    font-size: 1rem;
    line-height: 1.85;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.sell-divider {
    border: none;
    border-top: 2px solid var(--bj-yellow);
    margin-bottom: 2.5rem;
}

.sell-cta-text {
    text-align: center;
}

.sell-question-line {
    color: var(--bj-yellow-dark);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.sell-help-line {
    color: var(--bj-blue);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* =========================================================
   CONNECT PAGE
========================================================= */
.connect-banner {
    position: relative;
    background-image: url("/wp-content/uploads/2026/07/11c59e_182ae21c652c481f9e203d72c386a524mv2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 230px;
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.connect-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.5);
}

.connect-banner .container {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.connect-banner-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.75rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.connect-section {
    padding: 4.5rem 0;
    background-color: #ffffff;
}
.connect-section  >  .container
{
    max-width: 980px;
    margin-left: auto;
    maring-right: auto;
}

.contact-intro-label {
    color: var(--bj-yellow);
    font-weight: 700;
    font-size:   20px;
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
}

.contact-intro-text {
    color: var(--bj-text-dark);
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 380px;
    margin-bottom: 2.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-icon-circle {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--bj-yellow);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.contact-item-heading {
    color: var(--bj-blue);
    font-weight: 700;
    letter-spacing: 0.15rem;
    font-size: 24px;
    margin-bottom: 0.4rem;
}

.contact-item-text {
    color: var(--bj-text-dark);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

.connect-form label {
    font-weight: 700;
    font-size: 15px;
    color: #52545C;
    margin-bottom: 0.4rem;
}

.connect-form .form-group {
    margin-bottom: 1.5rem;
}

.connect-form .form-control {
    border: none;
    border-radius: 0px;
    padding: 0.65rem 0.85rem;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .19), 0 0 0 #0000 !important;
}

.connect-form .form-control:focus
{
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .19), 0 0 0 #0000 !important; 
}

.connect-form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding-left: 0;
    margin-bottom: 1.25rem;
}

.connect-form .form-check-input {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.connect-form .form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.connect-form .form-check-label a {
    color: var(--bj-blue);
    text-decoration: underline;
}

.connect-submit-btn {
    margin-top: 0.5rem;
}

/* =========================================================
   EXPLORE PAGE BANNER
========================================================= */
.explore-banner {
    position: relative;
    background-image: url("/wp-content/uploads/2026/07/11c59e_590fbc41d4e146ec878789999af5bc95mv2.jpg");
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
    min-height: 230px;
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.explore-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.explore-banner .container {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.explore-banner-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.explore-banner-subtitle {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* =========================================================
   PROPERTY LISTINGS PAGE
========================================================= */
.listings-title-section {
    background-color: #ffffff;
    padding: 3rem 0 2rem;
    text-align: center;
}

.listings-title {
    color: var(--bj-yellow-dark);
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.listings-filter-section {
    background-color: #ffffff;
    padding-bottom: 2.5rem;
}

.listings-filter-section > .container
{
    max-width: 980px;
}

.listings-filter-bar {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 1.5rem 2rem;
}

.filter-bar-row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.filter-group {
    flex: 1 1 220px;
    min-width: 0;
}

.filter-search-col {
    flex: 0 0 auto;
    align-self: flex-end;
}

.filter-label {
    display: block;
    font-weight: 700;
    font-size: 0.8rem;
    color: #1c1c1c;
    margin-bottom: 0.5rem;
}

.filter-select-wrap {
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.5rem;
}

.filter-select-text {
    color: #9a9a9a;
    font-size: 0.9rem;
}

.filter-select-wrap .bi-chevron-down {
    position: absolute;
    right: 0;
    top: 2px;
    color: #9a9a9a;
    font-size: 0.75rem;
}

.filter-search-col {
    text-align: right;
}

.filter-search-btn {
    display: inline-block;
    background-color: var(--bj-yellow);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    padding: 0.55rem 1.75rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.filter-search-btn:hover {
    background-color: var(--bj-yellow-dark);
}

.listings-grid-section {
    background-color: #ffffff;
    padding-bottom: 3rem;
}

.listings-grid-section > .container
{
    max-width: 980px;
}

.property-card {
    height: 100%;
}

.property-card-image-wrap {
    position: relative;
    overflow: hidden;
}

.property-card-image-wrap img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.property-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--bj-yellow);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.4rem 1rem;
}

.property-card-body {
    background-color: #d9e7fa;
    padding: 1.5rem 1.75rem 1.75rem;
}

.property-price {
    color: #16305c;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0.6rem;
}

.property-desc {
    color: #2c4468;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    min-height: 2.7rem;
}

.property-specs {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.property-specs .spec-label {
    font-weight: 700;
    font-size: 0.8rem;
    color: #1c1c1c;
}

.property-specs .spec-value {
    font-weight: 400;
    font-size: 0.8rem;
    color: #1c1c1c;
}

.property-view-btn {
    display: inline-block;
    background-color: var(--bj-yellow);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    padding: 0.7rem 1.75rem;
    border-radius: 2px;
    transition: background-color 0.2s ease-in-out;
}

.property-view-btn:hover {
    background-color: var(--bj-yellow-dark);
    color: #ffffff;
}

.listings-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem 0 4rem;
}

.listings-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.listings-pagination .page-numbers {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1c1c;
    font-size: 0.85rem;
    border: 1px solid transparent;
}

.listings-pagination .current {
    border-color: #bbbbbb;
}

.listings-pagination .prev,
.listings-pagination .next {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--bj-blue-soft);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.listings-pagination .page-next {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--bj-blue-soft);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.listings-pagination .page-next:hover,
.listings-pagination .page-next:hover {
    background-color: var(--bj-blue);
    color: #ffffff;
}

/* =========================================================
   PROPERTY DETAIL PAGE
========================================================= */
.pdp-section {
    background-color: #ffffff;
    padding: 2.5rem 0 3rem;
}
.pdp-section > .container
{
    max-width: 980px;
}
.pdp-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    color: #1c1c1c;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.pdp-back-link:hover {
    color: var(--bj-blue);
}

.pdp-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.pdp-header-left {
    flex: 1 1 320px;
}

.pdp-title {
    color: var(--bj-yellow-dark);
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0.4rem;
}

.pdp-subtitle {
    color: var(--bj-text-muted);
    font-size: 1rem;
    margin-bottom: 0;
}

.pdp-header-divider {
    align-self: stretch;
    width: 1px;
    min-height: 70px;
    background-color: var(--bj-yellow);
}

.pdp-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
    text-align: right;
}

.pdp-status {
    color: var(--bj-yellow-dark);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.pdp-price {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
}

.pdp-submit-btn {
    display: inline-block;
    background-color: var(--bj-yellow);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.6rem 1.75rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.pdp-submit-btn:hover {
    background-color: var(--bj-yellow-dark);
}

/* ---- Gallery (Slick slider) ---- */
.pdp-gallery {
    margin-bottom: 2.5rem;
}

.pdp-main-slider {
    position: relative;
}

.pdp-main-slider .pdp-slide img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.pdp-main-slider .slick-list,
.pdp-main-slider .slick-slide {
    outline: none;
}

.pdp-slide-arrow {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    color: #1c1c1c;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 0;
    transition: background-color 0.2s ease-in-out;
}

.pdp-slide-next {
    left: auto;
    right: 20px;
}

.pdp-slide-arrow:hover {
    background-color: #ffffff;
}

.pdp-slide-arrow.slick-disabled {
    display: none;
}

.pdp-slide-arrow:before {
    content: none !important;
}

.pdp-thumb-slider {
    margin-top: 0.75rem;
}

.pdp-thumb-slider .pdp-thumb {
    padding: 0 5px;
}

.pdp-thumb-slider .pdp-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

.pdp-thumb-slider .slick-current .pdp-thumb img {
    border-color: var(--bj-yellow);
}

/* ---- Property Details ---- */
.pdp-details-section {
    margin-bottom: 1.5rem;
}

.pdp-details-heading {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
}

.pdp-details-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.pdp-detail {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 90px;
}

.pdp-detail-label {
    color: var(--bj-text-muted);
    font-size: 0.85rem;
    font-weight: 500;
}

.pdp-detail-value {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 0.95rem;
}

.pdp-divider {
    border: none;
    border-top: 2px solid var(--bj-yellow);
    margin: 2rem 0;
}

/* ---- Contact Agent ---- */
.pdp-agent-section {
    margin-bottom: 2rem;
}

.pdp-agent-heading {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
}

.pdp-agent-table {
    border: 1px solid #e6e6e6;
}

.pdp-agent-row {
    display: flex;
}

.pdp-agent-row span {
    flex: 1;
    padding: 0.9rem 1.25rem;
    font-size: 0.9rem;
}

.pdp-agent-header {
    background-color: #d9e7fa;
}

.pdp-agent-header span {
    font-weight: 700;
    color: #1c1c1c;
}

.pdp-agent-row:not(.pdp-agent-header) {
    background-color: #f7f7f7;
}

.pdp-agent-row:not(.pdp-agent-header) span {
    color: var(--bj-text-muted);
}

/* ---- Map ---- */
.pdp-map-wrap {
    border: 1px solid #e6e6e6;
}

.pdp-map-frame {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

/* ---- Lightbox ---- */
.pdp-lightbox-modal
{
    z-index: 99999;
}
.pdp-lightbox-modal .modal-content {
    background-color: rgba(0, 0, 0, 0.94);
    border: none;
    border-radius: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pdp-lightbox-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pdp-lightbox-body img {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
}

.pdp-lightbox-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.4rem;
    z-index: 10;
    padding: 0;
}
.pdp-lightbox-close:hover
{
    background: transparent;
    border: none;
}

.pdp-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    z-index: 10;
    padding: 0;
    transition: background-color 0.2s ease-in-out;
}

.pdp-lightbox-nav:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.pdp-lightbox-prev {
    left: 1.5rem;
}

.pdp-lightbox-next {
    right: 1.5rem;
}

/* =========================================================
   JOIN OUR INVESTORS LIST PAGE
========================================================= */
.investors-section {
    background-color: #ffffff;
    padding: 3.5rem 0 4rem;
}

.investors-section  > .container
{
    max-width: 980px;
}

.investors-heading-wrap {
    text-align: center;
    margin-bottom: 2.5rem;
}

.investors-title {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 30px;
    max-width: 780px;
    margin: 0 auto 1rem;
}

.investors-title-underline {
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--bj-yellow);
    margin: 0 auto;
}

.investors-form {
    max-width: 760px;
    margin: 0 auto;
}

.investors-form-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: #d9e7fa;
    padding: 2.5rem;
}

.investors-field {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
}

.investors-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.investors-row .investors-field {
    flex: 1 1 220px;
}

.investors-field-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1c1c1c;
}

.investors-required {
    color: #1c1c1c;
}

.investors-input {
    width: 100%;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    color: #1c1c1c;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.investors-input:focus {
    outline: 2px solid var(--bj-blue-soft);
}

.investors-phone-wrap {
    display: flex;
    align-items: stretch;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.investors-phone-icon {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0 0.85rem;
    color: #6a6a6a;
    font-size: 0.9rem;
    border-right: 1px solid #e6e6e6;
}

.investors-phone-input {
    box-shadow: none;
}

.investors-radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.investors-radio-option {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    cursor: pointer;
    color: var(--bj-blue);
    font-size: 0.95rem;
}

.investors-radio-option input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--bj-blue);
    flex-shrink: 0;
}

.investors-submit-btn {
    display: block;
    width: 100%;
    background-color: var(--bj-yellow);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.investors-submit-btn:hover {
    background-color: var(--bj-yellow-dark);
}

.investors-consent-text {
    font-size: 0.82rem;
    line-height: 1.7;
    color: var(--bj-text-muted);
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.investors-consent-text a {
    color: var(--bj-blue);
    font-weight: 700;
    text-decoration: none;
}

.investors-consent-text a:hover {
    text-decoration: underline;
}

/* =========================================================
   SELL YOUR PROPERTY PAGE (Property Submission Form)
========================================================= */
.spb-banner {
    position: relative;
    background-image: url("https://picsum.photos/seed/spb-banner-interior/1600/700");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 260px;
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.spb-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.45);
}

.spb-banner .container {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.spb-banner-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0;
}

.spb-section {
    background-color: #ffffff;
    padding: 4rem 0 4rem;
}

.spb-section > .container
{
    max-width: 980px;
}

.spb-form-heading {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 28px;
}

.spb-layout {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.spb-form-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 15px 10px;
    border: 1px solid rgba(200, 224, 254);
}

.spb-sidebar-col {
    flex: 1;
}

.spb-sidebar {
    background-color: #d9e7fa;
    height: 100%;
    padding: 2rem;
    box-sizing: border-box;
}

.spb-sidebar-heading {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 25px;
}

.spb-steps-list {
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
    margin-left: 0px;
    color: var(--bj-text-dark);
    font-size: 17px;
    line-height: 1.6;
}

.spb-steps-list li {
    margin-bottom: 0.75rem;
}

.spb-steps-list li:last-child {
    margin-bottom: 0;
}

.spb-sidebar-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
}

.spb-sidebar-checkbox input[type="checkbox"] {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.spb-sidebar-checkbox a {
    color: var(--bj-blue);
    text-decoration: underline;
}

.spb-sidebar-note {
    color: #E21C21;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.spb-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.spb-field > p
{
    margin-bottom: 0px;
}
.spb-upload-group  > p
{
    margin-bottom: 0px;
}
.spb-row {
    display: flex;
    gap: 24px;
}

.spb-row .spb-field {
    flex: 1 1 220px;
}

.spb-label {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.spb-input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
    color: #1c1c1c;
}

.spb-input:focus {
    outline: 2px solid var(--bj-blue-soft);
    border-color: transparent;
}

.spb-select {
    cursor: pointer;
}

.spb-textarea {
    min-height: 110px;
    resize: vertical;
}

.spb-phone-wrap {
    display: flex;
    align-items: stretch;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    overflow: hidden;
}

.spb-phone-icon {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0 0.85rem;
    color: #6a6a6a;
    font-size: 0.85rem;
    border-right: 1px solid #cccccc;
}

.spb-phone-input {
    border: none;
    flex: 1;
}

.spb-phone-input:focus {
    outline: none;
}

.spb-checkbox-option,
.spb-radio-option {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: var(--bj-text-dark);
    cursor: pointer;
}
.spb-radio-option
{
    flex-direction: column;
}
.spb-checkbox-option input,
.spb-radio-option input {
    width: 16px;
    height: 16px;
    margin-top: 0.2rem;
    flex-shrink: 0;
    accent-color: var(--bj-blue);
}

.spb-upload-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.spb-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    background-color: transparent;
    border: 1.5px solid var(--bj-yellow);
    color: var(--bj-yellow-dark);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.55rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.spb-upload-btn:hover {
    background-color: var(--bj-yellow);
    color: #ffffff;
}

.spb-upload-file {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 480px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eeeeee;
}

.spb-upload-file.is-visible {
    display: flex;
}

.spb-upload-filename {
    color: #b5651d;
    font-size: 0.85rem;
    word-break: break-all;
}

.spb-upload-remove {
    flex-shrink: 0;
    background-color: transparent;
    border: none;
    color: #6a6a6a;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.spb-upload-remove:hover {
    color: #c0392b;
}

.spb-upload-hint {
    font-size: 0.8rem;
    color: var(--bj-text-muted);
}

.spb-upload-desc {
    font-size: 0.82rem;
    color: var(--bj-text-muted);
    line-height: 1.5;
    margin: 0;
}

.spb-consent-text {
    font-size: 0.8rem;
    line-height: 1.6;
    color: var(--bj-text-muted);
    margin-bottom: 0;
}

.spb-consent-text a {
    color: var(--bj-blue);
    font-weight: 600;
    text-decoration: none;
}

.spb-consent-text a:hover {
    text-decoration: underline;
}

.spb-submit-btn {
    display: block;
    width: 100%;
    background-color: var(--bj-yellow);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.spb-submit-btn:hover {
    background-color: var(--bj-yellow-dark);
}

/* =========================================================
   LOG IN PAGE
========================================================= */
.login-body {
    background-color: #ffffff;
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.login-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    background-color: #d9e7fa;
    padding: 3.5rem 3rem 2.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.login-back-home {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: var(--bj-blue);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.55rem 1rem;
    border-radius: 0 0 8px 0;
}

.login-back-home:hover {
    background-color: var(--bj-blue-dark);
    color: #ffffff;
}

.login-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #e74c3c;
    color: #e74c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background-color 0.2s ease-in-out;
}

.login-close:hover {
    background-color: #e74c3c;
    color: #ffffff;
}

.login-title {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 2.25rem;
    text-align: center;
    margin: 1.5rem 0 0.5rem;
}

.login-subtitle {
    text-align: center;
    color: #1c1c1c;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.login-signup-link {
    color: var(--bj-blue);
    font-weight: 700;
    text-decoration: none;
}

.login-signup-link:hover {
    text-decoration: underline;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    color: #1c1c1c;
    box-sizing: border-box;
}

.login-input:focus {
    outline: 2px solid var(--bj-blue-soft);
    border-color: transparent;
}

.login-forgot-link {
    color: var(--bj-blue);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: underline;
    margin-top: -0.3rem;
}

.login-submit-btn {
    display: block;
    width: 100%;
    background-color: var(--bj-blue);
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.9rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 1rem;
    transition: background-color 0.2s ease-in-out;
}

.login-submit-btn:hover {
    background-color: var(--bj-blue-dark);
}

.login-or-text {
    text-align: center;
    color: #333333;
    font-size: 0.95rem;
    margin: 1.75rem 0 0.9rem;
}

.login-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.login-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
    color: #1877f2;
}

.login-social-icon svg {
    display: block;
}

.login-member-text {
    text-align: center;
    color: #1c1c1c;
    font-size: 0.95rem;
    margin: 0.25rem 0 0;
}

/* =========================================================
   ACCOUNT PAGE
========================================================= */
.account-banner {
    background-color: var(--bj-blue);
}

.account-banner .container {
    max-width: 980px;
}

.account-banner-inner {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 2.75rem 0;
}

.account-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.account-name {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.account-section {
    background-color: #ffffff;
    padding: 3rem 0 4rem;
}

.account-section > .container {
    max-width: 980px;
}

.account-title {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.account-subtitle {
    color: var(--bj-text-muted);
    font-size: 1rem;
    margin-bottom: 0;
}

.account-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2rem 0;
}

.account-block-heading {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}

.account-block-subtitle {
    color: var(--bj-text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
}

.account-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.account-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex: 1 1 220px;
}

.account-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1c1c1c;
}

.account-input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
    color: #1c1c1c;
    box-sizing: border-box;
}

.account-input:focus {
    outline: 2px solid var(--bj-blue-soft);
    border-color: transparent;
}

.account-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 0.5rem;
}

.account-btn-discard {
    background-color: transparent;
    border: 1px solid var(--bj-blue);
    color: var(--bj-blue);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.65rem 1.75rem;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.account-btn-discard:hover {
    background-color: #f2f5ff;
}

.account-btn-update {
    background-color: var(--bj-blue);
    border: 1px solid var(--bj-blue);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.65rem 1.75rem;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.account-btn-update:hover {
    background-color: var(--bj-blue-dark);
}

.account-login-group {
    margin-bottom: 1.75rem;
}

.account-login-group:last-child {
    margin-bottom: 0;
}

.account-login-label {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1c1c1c;
    margin-bottom: 0.35rem;
}

.account-login-value {
    color: var(--bj-text-dark);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.account-change-link {
    color: var(--bj-blue);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: underline;
}

.account-change-link:hover {
    color: var(--bj-blue-dark);
}
.user-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#d9e6ff;
    color:#1d4ed8;
    font-size:18px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    transition:.3s;
}

.user-dropdown .dropdown-toggle::after{
    margin-left:10px;
}

.user-dropdown .dropdown-toggle{
    text-decoration:none;
}

.user-avatar:hover{
    background:#1d4ed8;
    color:#fff;
}
