/* ================= GLOBAL RESET ================= */
/*section:last-child,*/
/*div:last-child {*/
/*    margin-bottom: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

/* ================= ARCEUS CARD ================= */
.arceus-card {
    background: linear-gradient(135deg, #0c0c2c, #14143f);
    padding: 50px;
    border-radius: 20px;
    margin: 40px auto;
}

.arceus-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* IMAGE */
.image-side {
    flex: 0 0 380px;
}

.portrait-img {
    width: 100%;
    border-radius: 12px;
    border: 2px solid #fff;
}

/* CONTENT */
.content-side {
    color: #fff;
}

.hero-quote {
    font-style: italic;
    margin-bottom: 20px;
    color: #ddd;
}

.founder-name {
    font-size: 42px;
    margin-bottom: 5px;
}

.founder-title {
    font-size: 16px;
    color: #bbb;
    margin-bottom: 20px;
}

.exp-text {
    line-height: 1.8;
    color: #eee;
}

.highlight-vision {
    color: #f5c16c;
    font-weight: 600;
}

.value-strip {
    margin-top: 20px;
    color: #ccc;
}

.signature-area {
    margin-top: 30px;
}

.marco-sign {
    font-family: cursive;
    font-size: 26px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .arceus-row {
        flex-direction: column;
        text-align: center;
    }

    .image-side {
        flex: unset;
        max-width: 250px;
    }
}

/* ================= BREADCRUMB ================= */
.breadcrumb {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999;
    position: relative;
    margin-top: 80px;
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.breadcrumb a {
    color: #14122B;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    font-weight: 600;
    color: #000;
}

/* ================= PROPERTY ================= */
.property-gallery img {
    border-radius: 10px;
}

.thumb-img {
    height: 120px;
    object-fit: cover;
    cursor: pointer;
}

/* ================= TEAM ================= */
.team-card {
    cursor: pointer;
    transition: 0.3s;
}

.team-card:hover {
    transform: scale(1.05);
}

/* MODAL */
.team-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.team-modal-content {
    background: #fff;
    margin: 5% auto;
    width: 70%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.team-modal-body {
    display: flex;
}

.team-img {
    width: 50%;
}

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

.team-info {
    width: 50%;
    padding: 40px;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
}

/* ================= HERO SECTION ================= */
.hero,
.vfx-hero-section,
.slider,
.vfx-slider-area {
    position: relative;
    height: 100vh;
}

/* HERO MAIN */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* OVERLAY */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* FIX CONTAINER */
.vfx-posabs {
    position: relative !important;
    width: 100%;
}

/* TEXT POSITION (🔥 CONTROL HERE) */
.header-text {
    text-align: center;
    transform: translateY(-80px);   /* 👈 adjust: -60 to -120 */
}

/* FORM POSITION */
.vfx_hero_form_area {
    margin-top: 20px;
    transform: translateY(-40px);   /* 👈 adjust: -20 to -80 */
}

/* ================= FORM WIDTH FIX ================= */
.vfx_hero_form_area .col-xl-2 {
    flex: 0 0 15%;
    max-width: 15%;
}

.vfx_hero_form_area .col-xl-4 {
    flex: 0 0 30%;
    max-width: 30%;
}

/* INPUT FIX */
#search_text {
    width: 100%;
}

select[name="location_id"] {
    width: 100%;
}

.header-text {
    transform: translateY(-200px);  /* 🔥 increase karo */
}

.vfx_hero_form_area {
    margin-top: 0;
    transform: translateY(-150px);  /* 🔥 main control */
}

/* PROPERTY TYPE CARD FIX */
.vfx-single-team-member.vfx-cat-item {
    height: 100%;                /* full height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* IMAGE FIX (same size) */
.vfx-single-team-member.vfx-cat-item img {
    height: 180px;               /* 🔥 same height for all */
    width: 100%;
    object-fit: contain;         /* icon cut na thai */
    padding: 20px;
}

/* TEXT AREA FIX */
.vfx-single-team-info {
    min-height: 60px;            /* same text space */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* TITLE FIX */
.vfx-single-team-info h4 {
    font-size: 14px;
    margin: 0;
}

.team-popup-modal {
    display: flex;
    width: 100%;
    max-width: 900px;
    border-radius: 10px;
    overflow: hidden;
}

/* LEFT IMAGE PART */
.team-popup-left {
    width: 50%;
    background: #ffffff;
}

.team-popup-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT DESCRIPTION PART */
.team-popup-right {
    width: 50%;
    background: #0b1c4d; /* Navy Blue */
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* REMOVE EXTRA SPACE ISSUE */
.modal-content {
    padding: 0 !important;
    border: none;
}

/* MODAL BACKGROUND */
.team-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.team-modal-content {
    width: 800px;
    margin: 5% auto;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.team-modal-body {
    display: flex;   /* IMPORTANT */
}

/* LEFT IMAGE */
.team-img {
    width: 50%;
    background: #fff;
}

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

/* RIGHT DESCRIPTION */
.team-info {
    width: 50%;
    background: #0b1d51;  /* NAVY BLUE */
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-info h2 {
    color: #ffffff;
}

.team-info h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-info p {
    color: #e0e0e0;
}

.team-info p:first-of-type {
    font-weight: 500;
    margin-bottom: 10px;
}

.team-modal-content {
    width: 70%;
    max-width: 900px;
    height: 350px; /* 🔥 aa thi modal ni height vadhse */
}

.team-modal-body {
    display: flex;
    height: 100%; /* important */
}

.team-img {
    flex: 1;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* image properly fill thay */
}

.team-info {
    flex: 2;
    background: #142c6b;
    padding: 30px;
    color: #fff;
    overflow-y: auto; /* description vadhu hoy to scroll */
}

.sidebar-left .filter-widget {
    margin-top: 40px !important;
}

.vfx_hero_form_area_input {
    position: static !important;
    top: auto !important;
}

.filter {
    position: static !important;
    transform: none !important;
}

      .vfx-footer-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.vfx-footer-bottom-copyright-area {
    margin-bottom: 0 !important;
    padding-bottom: 10px; /* optional */
}

.add_banner_section {
    margin-bottom: 0 !important;
}