body {
    font-family: "Inter", sans-serif !important;
    background-color: var(--bg-light) !important;
}

:root {
    --bg-light: rgba(246, 246, 246, 1);
    --bg-light-2: #edebeb;
    --primary-color: #021124;
    --white: #ffffff;
    --black: #000;
    --subtext: #5d5c5c;
    --box-shadow: #0000001a;
    --border-light: rgba(255, 255, 255, 0.6);
    --primary-border-light: rgba(6, 64, 43, 0.2);
}

.container {
    width: 100%;
    max-width: 1600px !important;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navbar Section */
.custom-navbar {
    background: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column !important;
}

.navbar {
    padding: 0 !important;
}

.logo-img {
    /* height: 75px;
    width: 165px; */
     height: 84px;
    /* width: 200px; */
    /* width: 213px; */


    /* background: var(--white); */
    padding: 2px;
    border-radius: 10px;
    margin: 0 7px;
}

.custom-link {
    font-weight: 400 !important;
    font-size: 18px !important;
    color: var(--primary-color) !important;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    padding: 11px 35px !important;
}

.custom-link img {
    margin-right: 15px;
    /* filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1637%)
        hue-rotate(113deg) brightness(98%) contrast(98%) !important; */
}

.custom-link:hover {
    background: rgba(2, 17, 36, 0.08);
    color: var(--primary-color);
}

.custom-link.active {
    background: var(--primary-color);
    color: var(--white) !important;
    box-shadow: 0px 4px 10px var(--primary-border-light);
}

.custom-link.active img {
    filter: brightness(0) invert(1) !important;
}

.navbar-nav {
    display: flex;
    width: auto;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 5px 12px !important;
    gap: 5px !important;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.join-btn {
    display: flex;
    border: 0.6px solid var(--border-light);
    border-radius: 15px;
    color: var(--white);
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 20px !important;
    font-weight: 300;
    padding: 15px 15px 15px 12px;
    gap: 16px;
}

.join-svg {
    width: 23px;
    height: auto;
}

.drawer-join-btn {
    display: none;
}

.back-btn-drawer {
    display: none;
}

.nav-btn {
    border: 0.6px solid var(--border-light);
    border-radius: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white);
}

.nav-btn img {
    width: 28px;
    height: 28px;
}

.navbar-brand {
    margin-right: -8px !important;
    padding: 10px 0 !important;
}

/* BOTTOM BANNER */

.hero-section {
    position: relative;
    width: 100%;
    /* Ensure section encapsulates everything nicely */
    display: flex;
    flex-direction: column;
}

 .hero-bottom-banner {
    position: absolute;
    bottom: -157px;
    left: 0;
    width: 100%;
    height: 157px;
    background: #000B25;
    /* border-top: 1px solid rgba(255,255,255,.08); */
    z-index: 3;

    display: flex;
    align-items: center;
}

.hero-features {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap:200px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 22px;
} 



    


.hero-feature-icon {
    color: #c9a15b;
    font-size: 34px;
    min-width: 40px;
}

.hero-feature-icon img{
    width: 55px;
    height: 55px;
}

.hero-feature-content h5 {
    margin: 0;
    color: #c9a15b;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-feature-content p {
    margin: 0;
    color: #c9a15b;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-section {
    background: url('../img/hero_bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 0px 0 20px 0; /* Add bottom padding so search box doesn't overlap banner */
    min-height: 777px; /* Make sure hero is large enough */
    min-width: 1400px;
    width: 100%;
    display: flex;
    align-items: center;
}

.hero-container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.vertical-hero-search {
    background: rgba(0, 16, 36, 0.7);
    border: 1px solid rgba(255, 255, 255, 1);    
    backdrop-filter: blur(-18px); 
    -webkit-backdrop-filter: blur(18px);
    margin-left: auto;
    max-width: 510px;
    padding: 35px 30px; 
    border-radius: 20px; 
    /* border: 0.4px solid rgba(255, 255, 255, 1) !important; */

}

.vertical-hero-search{
    position: absolute;
    left: 50%;
    bottom: -150px;   /* overlap outside hero */
    transform: translateX(-50%);

    width: 80%;
    max-width: 1306px;

    z-index: 20;

    background: rgba(0,16,36,.7);
    border: 1px solid #fff;
    border-radius: 20px;
}

.vertical-hero-search h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
}

.vertical-hero-search .position-relative {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 1) !important;
    color: #fff !important;
    border-radius: 10px !important;
    height: 48px !important;
    font-size: 15px !important;
}

.vertical-hero-search .position-relative {
    padding: 0 15px !important;
    display: flex !important;
    align-items: center !important;
}

.vertical-hero-search .form-select,
.vertical-hero-search .form-control-custom {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.vertical-hero-search .form-control-custom:focus {
    background: transparent !important;
    box-shadow: none !important;
}

.vertical-hero-search .form-control-custom::placeholder {
    color: #fff !important;
}

.vertical-hero-search .dropdown-selected-text {
    color: #fff !important;
}

.vertical-hero-search .dropdown-arrow {
    filter: brightness(0) invert(1);
    margin-left: auto;
    width: 16px !important;
}

.vertical-hero-search .dropdown-menu {
    background: #021124 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}

.vertical-hero-search .dropdown-menu li a {
    color: #fff !important;
}

.vertical-hero-search .dropdown-menu li a:hover {
    background: rgba(255,255,255,0.1) !important;
}

.vertical-hero-search .btn-search {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 60px !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    height: 56px !important;
    transition: all 0.3s ease !important;
}

.vertical-hero-search .btn-search:hover {
    background: #0a2240 !important;
    color: var(--white) !important;
}

/* Search Box Container */


/* .search-container.vertical-hero-search {
    background: rgba(10, 25, 47, 0.65) !important; 
    backdrop-filter: blur(18px); 
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: auto;
    max-width: 480px;
    padding: 35px 30px; 
    border-radius: 20px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* .search-container.vertical-hero-search h4 {
    color: #ffffff !important;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
} */

/* .vertical-hero-search .form-control,
.vertical-hero-search .form-select {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.18) !important;

    color: #ffffff !important;
    font-size: 15px !important;
    height: 48px !important;
    border-radius: 15px !important;
} */

/* .vertical-hero-search .dropdown-selected-text {
    position: absolute !important;
    width: 30px !important;
    height: 30px !important;
    pointer-events: none;
    text-wrap: nowrap !important;
}
.vertical-hero-search .form-control::placeholder {
    color: var(--white) !important;
    font-size: 15px !important;
} */

/* .vertical-hero-search .form-select {
    background-image: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.18) !important;

    color: #fff !important;
    height: 48px !important;
    border-radius: 15px !important;

    padding-right: 45px !important;
} */

/* .dropdown-arrow {
    position: absolute;
    right: 18px;
    width: 14px;
    height: 14px;
    pointer-events: none;
    filter: brightness(0) invert(1);
} */

/* .btn-search {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 60px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    height: 56px !important;
    transition: all 0.3s ease !important;
} */

/* .btn-search:hover {
    background: #042d1e;
    color: var(--white);
} */

.hero-feature-box {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
}

.hero-feature-box img {
    width: 42px;
}

.hero-feature-box h4 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #d2a85a;
    letter-spacing: 1px;
}

.hero-feature-box p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}


/* Default Desktop */
.login-left {
    display: block !important;
}

.login-right {
    width: 50% !important;
}

.mobile-login-logo {
    display: none;
}
.login-form h3{
    display:block;
}

.mobile-register-logo {
    display: none;
}
/* Navbar Section - Responsive */

@media (max-width: 1600px) {
    .custom-link {
        padding: 11px 35px !important;
    }
}

@media (max-width: 1540px) {
    .custom-link {
        padding: 11px 16px !important;
    }
}

@media (max-width: 1440px) {
    .logo-img {
        height: 75px !important;
        width: 180px !important;
        margin: 0 25px !important;
    }

    .custom-link {
        padding: 11px 23px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 1340px) {
    .nav-right {
        gap: 14px !important;
    }

    .custom-link {
        padding: 11px 17px !important;
        font-size: 16px !important;
    }

    .navbar-brand {
        margin-right: 14px !important;
    }
}

@media (max-width: 1280px) {
    .logo-img {
        height: 71px !important;
        width: 229px !important;
        margin: 0 4px !important;
    }

    .navbar-nav {
        height: 55px !important;
        padding: 3px 5px !important;
    }

    .navbar-brand {
        margin-right: 16px !important;
    }

    .custom-link {
        border-radius: 13px !important;
        padding: 11px 22px !important;
        font-size: 15px;
    }

    .custom-link img {
        width: 25px !important;
        height: 25px !important;
    }

    .nav-btn {
        border-radius: 14px !important;
        width: 50px !important;
        height: 50px !important;
    }

    .nav-btn img {
        width: 23px !important;
        height: 23px !important;
    }

    .join-btn {
        border-radius: 14px !important;
        padding: 13px 10px !important;
        font-size: 16px !important;
        gap: 12px !important;
    }

    .join-svg {
        width: 21px !important;
        height: auto !important;
    }

    .as-header-text-area,
    .as-form-content-area {
        padding: 20px 25px 20px 35px !important;
    }

    .as-header-text-area h2 {
        font-size: 18px !important;
    }

    .as-custom-search-field {
        height: 48px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        padding-left: 50px !important;
    }

    .as-icon-search-glass {
        width: 18px !important;
        height: 18px !important;
    }

    .as-action-search-btn {
        height: 48px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
        max-width: 150px !important;
    }

    .as-search-container {
        padding: 0 30px 20px 30px !important;
    }

    .as-main-card {
        border-radius: 18px !important;
    }
}

@media (max-width: 1200px) {
    .nav-right {
        gap: 12px !important;
    }

    .navbar-brand {
        margin-right: 14px !important;
    }

    .custom-link {
        padding: 11px 13px !important;
    }
}

@media (max-width: 1100px) {
    .logo-img {
        width: 190px !important;
        margin: 0 3px !important;
    }

    .navbar-nav {
        height: 52px !important;
        padding: 3px 5px !important;
    }

    .navbar-brand {
        margin-right: 11px !important;
    }

    .nav-right {
        gap: 11px !important;
    }

    .custom-link {
        padding: 11px 12px !important;
        font-size: 14px !important;
    }

    .custom-link img {
        width: 23px !important;
        height: 23px !important;
    }

    .join-btn {
        border-radius: 13px !important;
        padding: 12px 8px !important;
        font-size: 15px !important;
        gap: 10px !important;
    }

    .join-svg {
        width: 20px !important;
        height: auto !important;
    }

    .nav-btn {
        border-radius: 13px !important;
        width: 48px !important;
        height: 48px !important;
    }

    .nav-btn img {
        width: 20px !important;
        height: 20px !important;
    }

    .as-header-text-area,
    .as-form-content-area {
        padding: 15px 20px 15px 30px !important;
    }

    .as-header-text-area h2 {
        font-size: 16px !important;
    }

    .as-input-relative-wrapper {
        padding-left: 10px !important;
    }

    .as-custom-search-field {
        height: 45px !important;
        border-radius: 10px !important;
        font-size: 12px !important;
        padding-left: 45px !important;
    }

    .as-icon-search-glass {
        width: 15px !important;
        height: 15px !important;
    }

    .as-action-search-btn {
        height: 45px !important;
        border-radius: 10px !important;
        font-size: 13px !important;
        max-width: 140px !important;
    }

    .as-search-container {
        padding: 0 25px 18px 25px !important;
    }

    .as-main-card {
        border-radius: 16px !important;
    }
}

@media (max-width: 1024px) {
    .navbar-brand {
        margin-right: 10px !important;
    }

    .custom-link {
        padding: 11px 10px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        border-radius: 12px !important;
        height: 46px !important;
        padding: 1px 4px !important;
    }

    .navbar-brand {
        margin-right: 8px !important;
    }

    .custom-link {
        padding: 9px 11px !important;
        font-size: 13px !important;
        border-radius: 11px !important;
    }

    .custom-link img {
        width: 20px !important;
        height: 20px !important;
        margin-right: 8px !important;
    }

    .nav-right {
        gap: 8px !important;
    }

    .logo-img {
        width: 130px !important;
        height: auto !important;
        margin: 0 !important;
        border-radius: 8px !important;
    }

    .nav-btn {
        border-radius: 12px !important;
        width: 45px !important;
        height: 45px !important;
    }

    .nav-btn img {
        width: 18px !important;
        height: 18px !important;
    }

    .join-svg {
        width: 18px !important;
        height: auto !important;
    }

    .as-custom-search-field {
        height: 40px !important;
        padding-left: 40px !important;
        font-size: 11px !important;
        border-radius: 8px !important;
    }

    .as-header-text-area h2 {
        font-size: 14px !important;
    }

    .as-icon-search-glass {
        width: 13px !important;
        height: 13px !important;
    }

    .as-action-search-btn {
        height: 40px !important;
        font-size: 12px !important;
        border-radius: 8px !important;
    }

    .as-main-card {
        border-radius: 14px !important;
    }

    .as-header-text-area,
    .as-form-content-area {
        padding: 15px 15px 15px 20px !important;
    }
}

@media (max-width: 880px) {
    .navbar-nav {
        height: 40px !important;
    }

    .logo-img {
        width: 178px !important;
    }

    .navbar-brand {
        margin-right: 6px !important;
    }

    .custom-link {
        padding: 5px 6px !important;
        font-size: 12px !important;
        border-radius: 9px !important;
    }

    .custom-link img {
        width: 18px !important;
        height: 18px !important;
    }

    .nav-right {
        gap: 7px !important;
    }

    .join-btn {
        border-radius: 11px !important;
        padding: 10px 8px !important;
        font-size: 14px !important;
        gap: 8px !important;
    }

    .join-svg {
        width: 16px !important;
        height: auto !important;
    }

    .nav-btn {
        border-radius: 11px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .as-custom-search-field {
        height: 35px !important;
        font-size: 10px !important;
        border-radius: 7px !important;
    }

    .as-action-search-btn {
        height: 35px !important;
        font-size: 11px !important;
        max-width: 120px !important;
        border-radius: 7px !important;
    }

    .as-search-container {
        padding: 0 20px 15px 20px !important;
    }

    .as-header-text-area h2 {
        font-size: 13px !important;
    }

    .as-form-content-area {
        padding: 15px 10px 15px 20px !important;
    }

    .as-main-card {
        border-radius: 12px !important;
    }
}

.drawer-content-wrapper,
.drawer-menu-card {
    display: contents;
}

/* Toggler active from 768px down */
@media (max-width: 768px) {
    .navbar-toggler {
        display: block !important;
        border: none !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .navbar-toggler-icon {
        background: none !important;
        width: 27px !important;
        height: 27px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #mainNavUI {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        height: 100% !important;
        width: 290px !important;
        max-width: 80% !important;
        background: var(--white) !important;
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        z-index: 1300 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        box-shadow: 15px 0 40px rgba(0, 0, 0, 0.15) !important;
        visibility: hidden !important;
    }

    #mainNavUI.show {
        left: 0 !important;
        visibility: visible !important;
    }

    #mainNavUI {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .drawer-content-wrapper {
        overflow-y: auto !important;
        min-height: 100vh !important;
    }

    .drawer-content-wrapper {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        background: var(--white) !important;
        padding: 20px !important;
    }

    .back-btn-drawer {
        background: none !important;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
        color: var(--primary-color) !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        padding: 10px 0 !important;
        margin-bottom: 10px !important;
        cursor: pointer !important;
        text-decoration: none !important;
    }

    .back-btn-drawer img {
        width: 35px !important;
        height: 35px !important;
        filter: brightness(0) saturate(100%) invert(4%) sepia(87%) saturate(1251%) hue-rotate(188deg) brightness(98%) contrast(105%) !important;

    }

    .drawer-menu-card {
        background: #f8f8f8 !important;
        border-radius: 24px !important;
        padding: 10px !important;
        display: flex !important;
        flex-direction: column;
        gap: 15px !important;
    }

    .navbar-nav {
        flex-direction: column !important;
        background: transparent !important;
        box-shadow: none !important;
        gap: 8px !important;
        width: 100%;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav-item {
        width: 100% !important;
    }

    .custom-link {
        justify-content: flex-start !important;
        padding: 0px 10px !important;
        padding-left: 25px !important;
        color: var(--primary-color) !important;
        background: var(--white) !important;
        border: none !important;
        border-radius: 10px !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        width: 100%;
        height: 55px !important;
        display: flex;
        align-items: center;
        gap: 8px !important;
        transition: 0.3s;
        text-decoration: none;
    }

    .custom-link img {
        width: 23px !important;
        height: 23px !important;
        /* filter: brightness(0) saturate(100%) invert(18%) sepia(35%)
            saturate(1637%) hue-rotate(113deg) brightness(98%) contrast(98%) !important; */
    }

    .custom-link.active {
        background: var(--primary-color) !important;
        color: var(--white) !important;
    }

    .custom-link.active img {
        filter: brightness(0) invert(1) !important;
    }

    .join-btn {
        display: none !important;
    }

    .drawer-join-btn {
        margin-top: 40px !important;
        background: transparent;
        border: 1px solid var(--primary-color);
        border-radius: 10px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px !important;
        color: var(--primary-color) !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        text-decoration: none !important;
        transition: 0.3s;
    }

    .drawer-join-btn img {
        width: 20px !important;
        height: 15px !important;
        filter: brightness(0) saturate(100%) invert(4%) sepia(87%) saturate(1251%) hue-rotate(188deg) brightness(98%) contrast(105%) !important;
    }

    .nav-right {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-right: 10px !important;
    }

    .logo-img {
        width: 165px !important;
        height: auto !important;
    }

    .nav-btn {
        border-radius: 10px !important;
        width: 42px !important;
        height: 42px !important;
    }

    .nav-btn img {
        width: 16px !important;
        height: 16px !important;
    }

    .as-header-text-area,
    .as-form-content-area {
        padding: 12px 15px !important;
    }

    .as-custom-search-field {
    height: 58px !important;
    width: 100% !important;
    max-width: 2000px !important;
    border-radius: 15px !important;
    border: 0.2px solid #021124 !important;
    padding-left: 40px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    background-color: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

    .as-action-search-btn {
        height: 30px !important;
        max-width: 100px !important;
        font-size: 10px !important;
        margin-right: 5px !important;
    }

    .as-search-container {
        padding: 0 15px 12px 15px !important;
    }

    .as-header-text-area h2 {
        font-size: 12px !important;
    }

    .as-main-card {
        border-radius: 11px !important;
    }

    .as-input-relative-wrapper {
        max-width: 585px !important;
    }

    .as-icon-search-glass {
        width: 11px !important;
        height: 11px !important;
    }
}

@media (max-width: 576px) {
    .logo-img {
        width: 100px !important;
        border-radius: 6px !important;
    }

    #mainNavUI {
        max-width: 260px !important;
    }

    .back-btn-drawer {
        font-size: 14px !important;
    }

    .back-btn-drawer img {
        width: 30px !important;
        height: 30px !important;
    }

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

    .custom-link img {
        width: 20px !important;
        height: 20px !important;
    }

    .drawer-join-btn {
        font-size: 14px !important;
    }

    .drawer-join-btn img {
        width: 18px !important;
        height: 13px !important;
        filter: brightness(0) saturate(100%) invert(4%) sepia(87%) saturate(1251%) hue-rotate(188deg) brightness(98%) contrast(105%) !important;
    }

    .as-custom-search-field {
    height: 58px !important;
    width: 100% !important;
    max-width: 2000px !important;
    border-radius: 15px !important;
    border: 0.2px solid #021124 !important;
    padding-left: 40px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    background-color: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

    .as-action-search-btn {
        font-size: 9px !important;
    }

    .as-header-text-area h2 {
        font-size: 11px !important;
    }

    .as-icon-search-glass {
        width: 10px !important;
        height: 10px !important;
    }
}

@media (max-width: 400px) {
    .logo-img {
        width: 158px !important;
    }

    #mainNavUI {
        max-width: 220px !important;
    }

    .nav-right {
        gap: 5px !important;
    }

    .nav-btn {
        width: 35px !important;
        height: 35px !important;
    }

    .nav-btn img {
        width: 14px !important;
        height: 14px !important;
    }

    .as-form-content-area {
        padding-right: 25px !important;
    }

    .as-custom-search-field {
    height: 58px !important;
    width: 100% !important;
    max-width: 2000px !important;
    border-radius: 15px !important;
    border: 0.2px solid #021124 !important;
    padding-left: 35px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    background-color: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

    .as-action-search-btn {
        font-size: 8px !important;
        max-width: 90px !important;
        min-width: 50px !important;
    }

    .as-header-text-area h2 {
        font-size: 10px !important;
    }

    .as-icon-search-glass {
        width: 8px !important;
        height: 14px !important;
        left: 20px !important;
    }
}

/* Footer */
.footer-section {
    background: var(--primary-color);
    color: var(--white);
    padding-top: 30px;
}

.custom-padding {
    padding: 0 55px !important;
}

.footer-logo {
    width: 295px;
    /* background: var(--white); */
    padding: 2px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top:-10px;
}

.footer-text {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 300;
}

.footer-contact {
    display: flex;
    align-items: start;
    gap: 16px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 5px;
    width: 100%;
    max-width: 356px;
}

.footer-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

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

.footer-links li {
    margin-bottom: 17px;
}

.footer-links li a {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: var(--white) !important;
    cursor: pointer;
    text-decoration: none !important;
}

.icon-circle {
    width: 43px;
    height: 43px;
    border: 1px solid var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.newsletter-box {
    display: flex;
    border: 0.4px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    overflow: hidden;
    max-width: 400px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    margin-top: 45px;
}

.newsletter-box input {
    border: none;
    padding: 15px 19px;
    width: 100%;
    max-width: 378px;
    outline: none;
    background: transparent;
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
}

.newsletter-box input::placeholder {
    color: var(--white);
    opacity: 1;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.newsletter-box input::-webkit-input-placeholder {
    color: var(--white);
}

.newsletter-box input:-ms-input-placeholder {
    color: var(--white);
}

.newsletter-box button {
    background: var(--white);
    border: none;
    padding: 0 25px;
    padding-right: 35px;
    cursor: pointer;
}

.newsletter-box button img{
    filter: brightness(0) saturate(100%) invert(4%) sepia(87%) saturate(1251%) hue-rotate(188deg) brightness(98%) contrast(105%) !important;

}


.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid var(--white);
    padding: 23px 55px !important;
    font-size: 18px;
    margin-top: 15px;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom a {
    margin-bottom: 0;
    text-decoration: none;
    color: var(--white);
}

/* Footer Social Icons */
.footer-socials {
    display: flex !important;
    gap: 15px !important;
    margin-top: 35px !important;
}

.footer-social-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 61px !important;
    height: 61px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.footer-social-btn img {
    width: 41px;
    height: auto;
}

.linkedin-img {
    width: 35px !important;
    height: auto !important;
}

.footer-social-btn:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Footer Responsive */
@media (max-width: 1200px) {
    .footer-bottom {
        padding: 23px 40px;
    }
}

@media (max-width: 992px) {
    .footer-bottom {
        padding: 23px 30px;
    }

    .footer-section .col-lg-4:last-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 40px;
    }

    .footer-bottom .d-flex {
        gap: 30px !important;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .footer-title {
        font-size: 22px;
        margin-bottom: 17px;
        margin-top: 17px;
    }

    .footer-bottom {
        padding: 20px;
    }

    .footer-logo {
        margin: 0 auto 15px auto;
    }
}

@media (max-width: 576px) {
    .footer-title {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .footer-text,
    .footer-contact,
    .footer-links li a,
    .newsletter-box input,
    .newsletter-box input::placeholder,
    .footer-bottom {
        font-size: 14px !important;
    }

    .footer-contact .icon-circle {
        width: 33px;
        height: 33px;
    }

    .footer-contact img {
        scale: 0.8;
    }

    .footer-bottom .d-flex {
        gap: 27px !important;
    }

    .footer-social-btn {
        width: 41px !important;
        height: 41px !important;
    }

    .footer-social-btn img {
        width: 28px;
        height: auto;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .linkedin-img {
        width: 24px !important;
        height: auto !important;
    }
}

@media (max-width: 400px) {
    .footer-section {
        padding-top: 40px;
    }

    .footer-title {
        font-size: 15px;
        margin-bottom: 13px;
        margin-top: 13px;
    }

    .footer-text,
    .footer-contact,
    .footer-links li a,
    .newsletter-box input,
    .newsletter-box input::placeholder,
    .footer-bottom {
        font-size: 13px !important;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .custom-padding {
        padding: 0 40px;
    }

    .footer-logo {
        width: 140px;
    }

    .newsletter-box button {
        padding: 0 15px;
    }

    .newsletter-box button svg {
        width: 18px;
    }

    .footer-social-btn {
        width: 38px !important;
        height: 38px !important;
    }

    .footer-social-btn img {
        width: 25px;
        height: auto;
    }

    .linkedin-img {
        width: 21px !important;
        height: auto !important;
    }

    .footer-bottom .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 10px !important;
    }
}

/* Login Section */
.login-wrapper {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
}

.login-box {
    background: var(--white);
    border-radius: 20px;
    /* overflow: hidden; */
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 1300px;
    min-height: 632px;
    width: 100%;
    margin: 0 auto !important;
    gap: 0;
}

/* LEFT PANEL */
.login-left {
    background: var(--primary-color);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.login-left img {
    width: 446px;
    height: 257px;
    /* background: var(--white); */
    /* padding: 10px 20px; */
    border-radius: 20px;
    margin-bottom: 6px !important;
    margin-top: 56px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.login-left h1 {
    font-size: 30px;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--white);
    width: 100% !important;
    max-width: 567px !important;
}

.login-left p {
    font-size: 24px;
    max-width: 560px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 17px;
    letter-spacing: 0.3px;
    color: var(--white);
}

.login-account {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 17px;
    letter-spacing: 0.3px;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px !important;
}

.register-as-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: var(--white);
}

.registration-options {
    display: flex;
    gap: 15px;
    background: var(--white) !important;
    padding: 20px !important;
    border-radius: 20px !important;
    width: 100%;
    max-width: 519px !important;
    justify-content: center;
}

.reg-option-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 30px 10px 30px !important;
    border: 1px solid #021124 !important;
    border-radius: 15px;
    text-decoration: none;
    color: var(--primary-color);
    flex: 1;
    transition: all 0.3s ease;
}

.reg-option-card:hover {
    background: #f0f0f0 !important;
    color: var(--primary-color);
}

.reg-option-card img {
    width: 60px !important;
    height: 60px !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
   filter: brightness(0) saturate(100%) invert(4%) sepia(87%) saturate(1251%) hue-rotate(188deg) brightness(98%) contrast(105%) !important;

}

.reg-option-card span {
    font-size: 22px !important;
    font-weight: 400 !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.reg-left img {
    width: 513px;
    height: 292px;
    /* backgrond: var(--white); */
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 6px !important;
    margin-top: -71px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.reg-left h1 {
    font-size: 30px;
    /* max-width: 380px; */
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--white);
}

.reg-left p {
    font-size: 24px;
    max-width: 440px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 23px;
    letter-spacing: 0.3px;
    color: var(--white);
}

.register-btn {
    background: transparent;
    text-decoration: none !important;
    color: var(--white);
    padding: 14px 100px;
    border: 0.4px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    font-size: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 500 !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.register-btn:hover {
    background: var(--white);
    color: var(--primary-color);
}

/* RIGHT PANEL */

.login-right {
    display: flex;
    align-items: center !important;
    padding: 24px 33px 24px 30px !important;
    justify-content: center !important;
    background: var(--white);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.login-form {
    width: 100% !important;
}

.login-form h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 25px !important;
}

.form-label {
    font-size: 20px;
    color: var(--subtext);
    font-weight: 400;
    margin-bottom: 10px;
}

.custom-input {
    height: 60px;
    border-radius: 15px !important;
    border: none !important;
    background: var(--bg-light) !important;
    padding: 0 30px;
    font-size: 20px;
    color: var(--black);
    display: block !important;
}

.custom-input::placeholder {
    color: var(--black) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.custom-input:focus {
    background: #f0f0f0 !important;
    box-shadow: none !important;
}

.password-box {
    position: relative !important;
    margin-bottom: 15px !important;
}

#login_password.has-value {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    display: block !important;
}

.eye-icon {
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(4%) sepia(87%) saturate(1251%) hue-rotate(188deg) brightness(98%) contrast(105%) !important;
}

.forgot-link {
    font-size: 20px;
    color: var(--black);
    text-decoration: none;
    font-weight: 400;
}

.login-btn {
    background: var(--primary-color);
    color: var(--white);
    border: 0.6px solid var(--primary-color);
    padding: 14px 30px;
    border-radius: 15px;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 600;
    flex: 1;
    transition: all 0.3s ease;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.login-btn:hover {
    background: #0a2240;
}

.back-btn {
    background: transparent;
    border: 0.6px solid #021124;
    color: var(--primary-color);
    padding: 14px 30px;
    border-radius: 15px;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 600;
    flex: 1;
    transition: all 0.3s ease;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    text-decoration: none;
    text-align: center;
}

.back-btn:hover {
background: rgba(2, 17, 36, 0.05);
}

.btn-group-custom {
    display: flex;
    gap: 13px;
    margin-top: 35px;
}

/* Login Section Responsive */

@media (max-width: 1280px) {
    .login-wrapper {
        padding: 40px !important;
        min-height: auto !important;
    }

    .login-left img {
        width: 210px !important;
        height: 190px !important;
    }

    .login-left h1 {
        font-size: 26px !important;
        max-width: 300px !important;
    }

    .login-left p {
        max-width: 400px !important;
        font-size: 20px !important;
    }

    .login-account {
        font-size: 19px !important;
    }

    .forgot-link {
        font-size: 19px !important;
    }

    .login-right {
        padding: 20px 30px 20px 28px !important;
    }

    .login-form h3 {
        font-size: 28px !important;
        margin-bottom: 23px !important;
    }

    .register-as-title {
        font-size: 19px !important;
    }

    .reg-option-card img {
        width: 55px !important;
        height: 55px !important;
    }

    .registration-options {
        gap: 13px !important;
        padding: 18px !important;
        max-width: 460px !important;
        border-radius: 19px !important;
    }

    .reg-option-card {
        gap: 18px !important;
        padding: 10px 23px !important;
        border-radius: 12px !important;
    }

    .reg-option-card span {
        font-size: 20px !important;
    }

    .custom-input::placeholder {
        font-size: 17px !important;
    }
}

@media (max-width: 1200px) {
    .login-left img {
        width: 200px !important;
        height: 180px !important;
    }

    .login-left h1 {
        font-size: 24px !important;
        max-width: 300px !important;
    }

    .login-left p {
        max-width: 370px !important;
        font-size: 18px !important;
    }

    .login-account {
        font-size: 18px !important;
    }

    .forgot-link {
        font-size: 18px !important;
    }

    .login-right {
        padding: 18px 27px 18px 25px !important;
    }

    .login-form h3 {
        font-size: 26px !important;
        margin-bottom: 21px !important;
    }

    .register-as-title {
        font-size: 18px !important;
    }

    .reg-option-card img {
        width: 52px !important;
        height: 52px !important;
    }

    .registration-options {
        gap: 10px !important;
        padding: 16px !important;
        max-width: 420px !important;
        border-radius: 18px !important;
    }

    .reg-option-card {
        gap: 15px !important;
        padding: 9px 20px !important;
        border-radius: 10px !important;
    }

    .reg-option-card span {
        font-size: 18px !important;
    }

    .custom-input::placeholder {
        font-size: 16px !important;
    }
}

@media (max-width: 1100px) {
    .login-wrapper {
        padding: 30px !important;
    }

    .login-left img {
        width: 180px !important;
        height: 160px !important;
    }

    .login-left h1 {
        font-size: 22px !important;
        max-width: 250px !important;
    }

    .login-left p {
        max-width: 340px !important;
        font-size: 16px !important;
    }

    .login-account {
        font-size: 16px !important;
    }

    .forgot-link {
        font-size: 16px !important;
    }

    .login-right {
        padding: 17px 25px 17px 23px !important;
    }

    .login-form h3 {
        font-size: 24px !important;
        margin-bottom: 19px !important;
    }

    .register-as-title {
        font-size: 17px !important;
    }

    .reg-option-card img {
        width: 48px !important;
        height: 48px !important;
    }

    .registration-options {
        gap: 8px !important;
        padding: 14px !important;
        max-width: 380px !important;
        border-radius: 17px !important;
    }

    .reg-option-card {
        gap: 10px !important;
        padding: 8px 15px !important;
        border-radius: 10px !important;
    }

    .reg-option-card span {
        font-size: 16px !important;
    }

    .custom-input::placeholder {
        font-size: 15px !important;
    }
}

@media (max-width: 1024px) {
    .login-right {
        padding: 15px 25px 15px 23px !important;
    }
}

@media (max-width: 992px) {
    .login-box {
        max-width: 650px !important;
    }

    .login-left {
        padding: 40px 20px !important;
    }

    .login-left img {
        width: 170px !important;
        height: 150px !important;
        border-radius: 17px !important;
    }

    .login-right {
        padding: 17px 27px 17px 25px !important;
    }

    .login-form h3 {
        font-size: 22px !important;
        margin-bottom: 17px !important;
    }

    .register-as-title {
        font-size: 17.5px !important;
    }

    .reg-option-card img {
        width: 46px !important;
        height: 46px !important;
    }

    .registration-options {
        padding: 12px !important;
        max-width: 380px !important;
        border-radius: 16px !important;
    }

    .reg-option-card {
        gap: 8px !important;
        padding: 7px 12px !important;
        border-radius: 8px !important;
    }

    .reg-option-card span {
        font-size: 15px !important;
    }

    .custom-input::placeholder {
        font-size: 14px !important;
    }
}

@media (max-width: 880px) {
    .login-wrapper {
        padding: 20px 15px !important;
    }

    .login-left img {
        width: 160px !important;
        height: 140px !important;
        border-radius: 15px !important;
    }

    .reg-option-card img {
        width: 40px !important;
        height: 40px !important;
    }

    .registration-options {
        padding: 10px !important;
        max-width: 320px !important;
        border-radius: 14px !important;
    }

    .reg-option-card {
        gap: 7px !important;
        padding: 6px 10px !important;
        border-radius: 8px !important;
    }

    .reg-option-card span {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .login-left img {
        width: 150px !important;
        height: 130px !important;
        border-radius: 13px !important;
    }

    .login-left h1 {
        font-size: 22px !important;
    }

    .login-left p {
        max-width: 300px !important;
        font-size: 15px !important;
    }

    .login-account {
        font-size: 15px !important;
    }

    .forgot-link {
        font-size: 15px !important;
    }

    .login-form h3 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }

    .register-as-title {
        font-size: 16px !important;
    }

    .reg-option-card img {
        width: 36px !important;
        height: 36px !important;
    }

    .registration-options {
        padding: 10px !important;
        max-width: 290px !important;
        border-radius: 13px !important;
    }

    .reg-option-card {
        gap: 6px !important;
        padding: 6px 8px !important;
        border-radius: 6px !important;
    }

    .reg-option-card span {
        font-size: 13px !important;
    }

    .custom-input::placeholder {
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .login-left img {
        width: 140px !important;
        height: 120px !important;
        border-radius: 11px !important;
    }

    .login-left h1 {
        font-size: 20px !important;
    }

    .login-left p {
        max-width: 280px !important;
        font-size: 14px !important;
    }

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

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

    .login-right {
        padding: 15px 25px 15px 23px !important;
    }

    .login-form h3 {
        font-size: 18px !important;
        margin-bottom: 13px !important;
    }

    .register-as-title {
        font-size: 15px !important;
    }

    .reg-option-card img {
        width: 33px !important;
        height: 33px !important;
    }

    .registration-options {
        padding: 8px !important;
        max-width: 260px !important;
        border-radius: 12px !important;
    }

    .reg-option-card {
        gap: 5px !important;
        padding: 7px 6px !important;
        border-radius: 6px !important;
    }

    .reg-option-card span {
        font-size: 12px !important;
    }

    .custom-input::placeholder {
        font-size: 12px !important;
    }
}

@media (max-width: 480px) {
    .login-left img {
        width: 130px !important;
        height: 110px !important;
        border-radius: 10px !important;
    }

    .login-left h1 {
        max-width: 210px !important;
        font-size: 17px !important;
    }

    .login-left p {
        max-width: 180px !important;
        font-size: 13px !important;
    }

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

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

    .login-right {
        padding: 13px 23px 13px 21px !important;
    }

    .login-form h3 {
        font-size: 16px !important;
        margin-bottom: 11px !important;
    }

    .register-as-title {
        font-size: 14px !important;
    }

    .reg-option-card img {
        width: 28px !important;
        height: 28px !important;
    }

    .registration-options {
        gap: 4px !important;
        padding: 6px !important;
        max-width: 230px !important;
        border-radius: 11px !important;
    }

    .reg-option-card {
        padding: 6px 5px !important;
        border-radius: 5px !important;
    }

    .reg-option-card span {
        font-size: 11px !important;
    }

    .custom-input::placeholder {
        font-size: 11px !important;
    }

    /* Wrapper */
    .login-wrapper {
        padding: 18px 14px !important;
        min-height: auto !important;
    }

    /* Main Box */
    .login-box {
        min-height: auto !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* LEFT PANEL */
    .login-left {
        padding: 28px 18px !important;
        border-radius: 18px 18px 0 0 !important;
    }

        .login-left img {
        width: 100% !important;
        max-width: 250px !important;
        height: auto !important;
        padding: 9px !important;
        border-radius: 16px !important;
        margin-bottom: 1px !important;
    }


    .login-left h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        max-width: 100% !important;
        margin-bottom: 14px !important;
    }

    .login-left p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 14px !important;
        max-width: 100% !important;
    }

    .register-as-title {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }

    /* Registration Options */
    .registration-options {
        width: 250px !important;
        height: 71px !important;
        padding: 14px !important;
        border-radius: 16px !important;
        gap: 12px !important;
    }

    .reg-option-card {
        gap: 12px !important;
        padding: 12px 14px !important;
        border-radius: 12px !important;
    }

    .reg-option-card img {
        width: 42px !important;
        height: 42px !important;
    }

    .reg-option-card span {
        font-size: 16px !important;
    }

    /* RIGHT PANEL */
    .login-right {
        padding: 26px 18px !important;
        border-radius: 0 0 18px 18px !important;
    }

    /* Form */
    .login-form h3 {
        font-size: 20px !important;
        margin-bottom: 2px !important;
    }

    .form-label {
        font-size: 15px !important;
        margin-bottom: 8px !important;
    }

    /* Inputs */
    .custom-input {
        height: 52px !important;
        border-radius: 12px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
    }

    .custom-input::placeholder {
        font-size: 15px !important;
    }

    #login_password.has-value {
        font-size: 15px !important;
    }

    /* Eye Icon */
    .eye-icon {
        width: 20px !important;
        height: 20px !important;
        right: 16px !important;
    }

    /* Forgot Password */
    .forgot-link {
        font-size: 14px !important;
    }

    /* Buttons */
    .btn-group-custom {
        margin-top: 22px !important;
        gap: 10px !important;
        flex-direction: column !important;
    }

    .login-btn,
    .back-btn,
    .register-btn {
        width: 100% !important;
        height: 52px !important;
        padding: 0 18px !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .register-btn {
        padding: 0 18px !important;
    }

    /* Login Account Text */
    .login-account {
        font-size: 14px !important;
        margin-top: 18px !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
        text-align: center !important;
    }

    /* Error Text */
    #register-type-error {
        font-size: 14px !important;
        text-align: center !important;
    }

    /* Bootstrap Fixes */
    .login-box > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media (max-width: 400px) {
    .login-left img {
        width: 120px !important;
        height: 100px !important;
        border-radius: 8px !important;
    }

    .login-left h1 {
        max-width: 180px !important;
        font-size: 15px !important;
    }

    .login-left p {
        max-width: 150px !important;
        font-size: 12px !important;
    }

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

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

    .login-right {
        padding: 11px 21px 11px 19px !important;
    }

    .login-form h3 {
        font-size: 14px !important;
        margin-bottom: 9px !important;
    }

    .reg-option-card img {
        width: 24px !important;
        height: 24px !important;
    }

    .registration-options {
        gap: 3px !important;
        padding: 5px !important;
        max-width: 200px !important;
        border-radius: 10px !important;
    }

    .reg-option-card {
        padding: 5px 4px !important;
        border-radius: 4px !important;
    }

    .reg-option-card span {
        font-size: 10px !important;
    }
    
}

/* Register Section */
.reg-wrapper {
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 883px;
}

.reg-box {
    background: var(--white);
    border-radius: 20px;
    /* overflow: hidden; */
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 1300px;
    width: 100%;
    margin: 0 auto !important;
    gap: 0;
}

/* LEFT PANEL */
.reg-left {
    background: var(--primary-color);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 48px !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* RIGHT PANEL */
.reg-right {
    padding: 48px 40px 48px 40px !important;
    justify-content: center;
    display: flex;
    align-items: center;
    background: var(--white);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.reg-form {
    width: 100%;
}

.reg-form h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 30px;
}

/* Elite Agents Section */
.elite-section {
    background-color: var(--white);
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    padding: 24px 0;
}

.elite-content h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 16px;
}

.elite-content .highlight {
    color: var(--primary-color);
}

.elite-content p {
    font-size: 24px;
    color: var(--subtext);
    font-weight: 400;
    line-height: 1.25;
    max-width: 700px;
    margin-bottom: 16px;
}

.elite-content h3 {
    font-size: 28px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 8px;
}

.benefit-card {
    background-color: var(--bg-light);
    border-radius: 20px;
    padding: 20px 25px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    height: 100%;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.benefit-card img {
    width: 53px;
    height: 53px;
    flex-shrink: 0;
}

.benefit-card span {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    line-height: 1.2 !important;
}

.elite-conclusion {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black);
    max-width: 600px;
}

/* Elite Image Grid Classes */
.elite-grid-img-left {
    width: 100% !important;
    max-width: 282px !important;
    height: 226px !important;
}

.elite-grid-img-right {
    width: 100% !important;
    max-width: 282px !important;
    height: 470px !important;
}

/* Agent Features Section */
.agent-features-section {
    background-color: var(--bg-light);
}

.feature-card {
    background: var(--white);
    padding: 20px;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.feature-icon-wrapper {
    width: 77px;
    height: 77px;
    background-color: #F6F6F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-wrapper img {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0;
}

.feature-header h3 {
    font-size: 26px;
    font-weight: 500;
    color: var(--black);
    line-height: 1.15;
    margin-bottom: 0;
}

.feature-card p {
    font-size: 20px;
    font-weight: 400;
    color: var(--subtext);
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 10px;
}

/* Register Section Responsive */

@media (max-width: 1280px) {
    .reg-wrapper {
        padding: 40px !important;
        min-height: auto !important;
    }

    .reg-left img {
        width: 210px !important;
        height: 190px !important;
    }

    .reg-left h1 {
        font-size: 26px !important;
        max-width: 300px !important;
    }

    .reg-left p {
        font-size: 20px !important;
    }

    .reg-right {
        padding: 35px 40px 35px 40px !important;
    }

    .reg-form h3 {
        font-size: 28px !important;
        margin-bottom: 27px !important;
    }

    .form-label {
        font-size: 18px !important;
    }

    .custom-input {
        height: 55px !important;
        padding: 0 23px !important;
        font-size: 17px !important;
        border-radius: 14px !important;
    }

    .register-btn {
        padding: 14px 92px !important;
        border-radius: 13px !important;
        font-size: 19px !important;
    }

    .login-btn,
    .back-btn {
        border-radius: 13px !important;
        font-size: 19px !important;
    }

    .elite-content h2 {
        font-size: 34px !important;
    }

    .elite-content h3 {
        font-size: 26px !important;
    }

    .elite-content p,
    .elite-conclusion {
        font-size: 20px !important;
    }

    .benefit-card {
        padding: 13px 15px;
        gap: 16px !important;
    }

    .benefit-card span {
        font-size: 20px !important;
    }

    .feature-header h3 {
        font-size: 22px !important;
    }

    .benefit-card img {
        width: 48px !important;
        height: 48px !important;
    }

    .elite-grid-img-left {
        max-width: 262px !important;
        height: 206px !important;
    }

    .elite-grid-img-right {
        max-width: 262px !important;
        height: 427px !important;
    }

    .eye-icon {
        width: 23px !important;
        height: 23px !important;
    }

    .feature-header {
        margin-bottom: 14px !important;
    }

    .feature-icon-wrapper {
        width: 70px !important;
        height: 70px !important;
    }

    .feature-icon-wrapper img {
        width: 36px !important;
        height: 36px !important;
    }

    .feature-card p {
        font-size: 19px !important;
    }
}

@media (max-width: 1200px) {
    .reg-left img {
        width: 200px !important;
        height: 180px !important;
    }

    .reg-left h1 {
        font-size: 24px !important;
        max-width: 300px !important;
    }

    .reg-left p {
        font-size: 18px !important;
    }

    .reg-right {
        padding: 33px 40px 33px 40px !important;
    }

    .reg-form h3 {
        font-size: 26px !important;
        margin-bottom: 25px !important;
    }

    .form-label {
        font-size: 17px !important;
    }

    .custom-input {
        height: 52px !important;
        padding: 0 20px !important;
        font-size: 16px !important;
        border-radius: 13px !important;
    }

    .elite-content h2 {
        font-size: 32px !important;
    }

    .elite-content h3 {
        font-size: 24px !important;
    }

    .elite-content p,
    .elite-conclusion {
        font-size: 19px !important;
    }

    .benefit-card {
        padding: 15px 10px;
        gap: 12px !important;
    }

    .benefit-card span {
        font-size: 18px !important;
    }

    .benefit-card img {
        width: 46px !important;
        height: 46px !important;
    }

    .custom-padding {
        padding: 0 47px !important;
    }

    .elite-grid-img-left {
        max-width: 242px !important;
        height: 196px !important;
    }

    .elite-grid-img-right {
        max-width: 242px !important;
        height: 407px !important;
    }

    .register-btn {
        padding: 14px 87px !important;
        border-radius: 12px !important;
        font-size: 18px !important;
    }

    .login-btn,
    .back-btn {
        border-radius: 12px !important;
        font-size: 18px !important;
    }

    .eye-icon {
        width: 22px !important;
        height: 22px !important;
    }

    .feature-header h3 {
        font-size: 21px !important;
    }

    .feature-header {
        margin-bottom: 13px !important;
    }

    .feature-icon-wrapper {
        width: 67px !important;
        height: 67px !important;
    }

    .feature-icon-wrapper img {
        width: 34px !important;
        height: 34px !important;
    }

    .feature-card p {
        font-size: 18px !important;
    }
}

@media (max-width: 1100px) {
    .reg-wrapper {
        padding: 30px !important;
    }

    .reg-left img {
        width: 180px !important;
        height: 160px !important;
    }

    .reg-left h1 {
        font-size: 22px !important;
        max-width: 250px !important;
    }

    .reg-left p {
        font-size: 16px !important;
    }

    .reg-right {
        padding: 27px 37px 27px 37px !important;
    }

    .reg-form h3 {
        font-size: 24px !important;
        margin-bottom: 23px !important;
    }

    .form-label {
        font-size: 16px !important;
    }

    .custom-input {
        height: 50px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
        border-radius: 12px !important;
    }

    .feature-header h3 {
        font-size: 20px !important;
    }

    .elite-content p,
    .elite-conclusion {
        font-size: 18px !important;
    }

    .custom-padding {
        padding: 0 43px !important;
    }

    .register-btn {
        padding: 12px 70px !important;
        border-radius: 11px !important;
        font-size: 17px !important;
    }

    .login-btn,
    .back-btn {
        border-radius: 11px !important;
        font-size: 17px !important;
    }

    .eye-icon {
        width: 21px !important;
        height: 21px !important;
    }

    .feature-header {
        margin-bottom: 12px !important;
    }

    .feature-icon-wrapper {
        width: 64px !important;
        height: 64px !important;
    }

    .feature-icon-wrapper img {
        width: 32px !important;
        height: 32px !important;
    }

    .feature-card p {
        font-size: 17px !important;
    }
}

@media (max-width: 1024px) {
    .reg-right {
        padding: 25px 30px 25px 30px !important;
    }

    .elite-content h2 {
        font-size: 30px !important;
    }

    .elite-content h3 {
        font-size: 22px !important;
    }

    .benefit-card span {
        font-size: 16px !important;
    }

    .benefit-card img {
        width: 41px !important;
        height: 41px !important;
    }

    .elite-grid-img-left {
        max-width: 222px !important;
        height: 186px !important;
    }

    .elite-grid-img-right {
        max-width: 222px !important;
        height: 387px !important;
    }
}

@media (max-width: 992px) {
    .reg-box {
        max-width: 650px !important;
    }

    .reg-left {
        padding: 40px 20px !important;
    }

    .reg-left img {
        width: 170px !important;
        height: 150px !important;
        border-radius: 17px !important;
    }

    .reg-right {
        padding: 40px 20px !important;
    }

    .reg-form h3 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .form-label {
        font-size: 15px !important;
    }

    .elite-content {
        text-align: left !important;
    }

    .elite-content h3 {
        text-align: left;
        font-size: 24px !important;
    }

    .elite-content p,
    .elite-conclusion {
        margin: 0 0 10px 0;
        font-size: 19px !important;
    }

    .elite-content .row {
        justify-content: center;
    }

    .elite-section .col-lg-6:last-child {
        justify-content: center !important;
        margin-top: 20px;
    }

    .elite-content h2 {
        font-size: 28px !important;
    }

    .benefit-card span {
        font-size: 18px !important;
    }

    .elite-grid-img-left {
        max-width: 202px !important;
        height: 176px !important;
    }

    .elite-grid-img-right {
        max-width: 202px !important;
        height: 367px !important;
    }

    .register-btn {
        padding: 11px 65px !important;
        border-radius: 10px !important;
        font-size: 16px !important;
    }

    .login-btn,
    .back-btn {
        border-radius: 10px !important;
        font-size: 16px !important;
    }

    .custom-input {
        height: 47px !important;
        padding: 0 15px !important;
        font-size: 14px !important;
        border-radius: 11px !important;
    }

    .eye-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .feature-header {
        margin-bottom: 11px !important;
    }

    .feature-icon-wrapper {
        width: 60px !important;
        height: 60px !important;
    }

    .feature-icon-wrapper img {
        width: 30px !important;
        height: 30px !important;
    }

    .feature-card p {
        font-size: 16px !important;
    }
}

@media (max-width: 880px) {
    .reg-wrapper {
        padding: 20px 15px !important;
    }

    .benefit-card {
        /* padding: 15px 10px; */
        gap: 10px !important;
    }

    .benefit-card span {
        font-size: 17px !important;
    }

    .reg-left img {
        width: 160px !important;
        height: 140px !important;
        border-radius: 15px !important;
    }

    .reg-right {
        padding: 30px 20px !important;
    }

    .feature-header h3 {
        font-size: 19px !important;
    }

    .feature-header {
        margin-bottom: 10px !important;
    }

    .feature-icon-wrapper {
        width: 57px !important;
        height: 57px !important;
    }

    .feature-icon-wrapper img {
        width: 28px !important;
        height: 28px !important;
    }

    .feature-card p {
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .reg-left h1 {
        font-size: 22px !important;
    }

    .reg-left p {
        font-size: 15px !important;
    }

    .reg-right {
        padding: 25px 20px !important;
    }

    .reg-form h3 {
        font-size: 20px !important;
        margin-bottom: 19px !important;
    }

    .form-label {
        margin-top: 10px !important;
        font-size: 14px !important;
    }

    .custom-input {
        height: 45px !important;
        padding: 0 13px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
    }

    .reg-left img {
        width: 150px !important;
        height: 130px !important;
        border-radius: 13px !important;
    }

    .elite-content h2 {
        font-size: 24px !important;
    }

    .elite-content h3 {
        font-size: 20px !important;
    }

    .elite-content p,
    .elite-conclusion {
        font-size: 18px !important;
    }

    .benefit-card {
        gap: 10px !important;
    }

    .benefit-card img {
        width: 37px !important;
        height: 37px !important;
    }

    .benefit-card span {
        font-size: 16px !important;
    }

    .custom-padding {
        padding: 0 35px !important;
    }

    .elite-grid-img-left {
        max-width: 182px !important;
        height: 166px !important;
    }

    .elite-grid-img-right {
        max-width: 182px !important;
        height: 340px !important;
    }

    .register-btn {
        padding: 10px 55px !important;
        border-radius: 9px !important;
        font-size: 15px !important;
    }

    .login-btn,
    .back-btn {
        border-radius: 9px !important;
        font-size: 15px !important;
    }

    .eye-icon {
        width: 19px !important;
        height: 19px !important;
    }

    .password-box {
        margin-bottom: 10px !important;
    }

    .feature-header {
        margin-bottom: 9px !important;
    }

    .feature-icon-wrapper {
        width: 53px !important;
        height: 53px !important;
    }

    .feature-icon-wrapper img {
        width: 25px !important;
        height: 25px !important;
    }

    .feature-card p {
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .reg-left h1 {
        font-size: 20px !important;
    }

    .reg-left p {
        font-size: 14px !important;
    }

    .reg-left img {
        width: 140px !important;
        height: 120px !important;
        border-radius: 11px !important;
    }

    .reg-right {
        padding: 20px !important;
    }

    .reg-form h3 {
        font-size: 18px !important;
        margin-bottom: 18px !important;
    }

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

    .custom-input {
        height: 42px !important;
        padding: 0 11px !important;
        font-size: 12px !important;
        border-radius: 9px !important;
    }

    .btn-group-custom {
        flex-direction: row;
        gap: 10px;
        margin-top: 25px;
    }

    .btn-group-custom button {
        width: 100% !important;
        max-width: 100% !important;
    }

    .feature-header {
        margin-bottom: 8px !important;
    }

    .feature-icon-wrapper {
        width: 50px !important;
        height: 50px !important;
    }

    .feature-icon-wrapper img {
        width: 23px !important;
        height: 23px !important;
    }

    .elite-content p,
    .elite-conclusion {
        font-size: 17px !important;
    }

    .elite-content h3 {
        font-size: 18px !important;
    }

    .benefit-card img {
        width: 33px !important;
        height: 33px !important;
    }

    .benefit-card span {
        font-size: 15px !important;
    }

    .custom-padding {
        padding: 0 33px !important;
    }

    .elite-grid-img-left {
        max-width: 162px !important;
        height: 156px !important;
    }

    .elite-grid-img-right {
        max-width: 162px !important;
        height: 320px !important;
    }

    .register-btn {
        padding: 9px 45px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
    }

    .login-btn,
    .back-btn {
        border-radius: 8px !important;
        font-size: 14px !important;
        padding: 13px 15px !important;
    }

    .eye-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .feature-header h3 {
        font-size: 18px !important;
    }

    .feature-card p {
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .reg-left h1 {
        max-width: 210px !important;
        font-size: 17px !important;
    }

    .reg-left p {
        font-size: 13px !important;
    }

    .reg-left img {
        width: 130px !important;
        height: 110px !important;
        border-radius: 10px !important;
    }

    .reg-form h3 {
        font-size: 16px !important;
    }

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

    .custom-input {
        height: 40px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
        border-radius: 8px !important;
    }

    .elite-content h2 {
        font-size: 22px !important;
    }

    .benefit-card span {
        font-size: 14px !important;
    }

    .elite-content p,
    .elite-conclusion {
        font-size: 15px !important;
    }

    .elite-content h3 {
        font-size: 16px !important;
    }

    .benefit-card img {
        width: 28px !important;
        height: 28px !important;
    }

    .custom-padding {
        padding: 0 28px !important;
    }

    .elite-grid-img-left {
        max-width: 132px !important;
        height: 126px !important;
    }

    .elite-grid-img-right {
        max-width: 132px !important;
        height: 260px !important;
    }

    .register-btn {
        padding: 8px 40px !important;
        border-radius: 7px !important;
        font-size: 13px !important;
    }

    .login-btn,
    .back-btn {
        border-radius: 7px !important;
        font-size: 13px !important;
        padding: 12px 13px !important;
    }

    .eye-icon {
        width: 17px !important;
        height: 17px !important;
    }

    .password-box {
        margin-bottom: 7px !important;
    }

    .feature-header h3 {
        font-size: 16px !important;
    }

    .feature-header {
        margin-bottom: 7px !important;
    }

    .feature-icon-wrapper {
        width: 47px !important;
        height: 47px !important;
    }

    .feature-icon-wrapper img {
        width: 21px !important;
        height: 21px !important;
    }
       /* Wrapper */
    .reg-wrapper {
        padding: 18px 14px !important;
        min-height: auto !important;
    }

    /* Main Box */
    .reg-box {
        border-radius: 18px !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* LEFT PANEL */
    .reg-left {
        padding: 28px 18px !important;
        border-radius: 18px 18px 0 0 !important;
    }

    .reg-left img {
        width: 100% !important;
        max-width: 250px !important;
        height: auto !important;
        padding: 10px !important;
        border-radius: 16px !important;
        margin-bottom: 18px !important;
    }

    .reg-left h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        max-width: 100% !important;
        margin-bottom: 14px !important;
    }

    .reg-left p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 18px !important;
        max-width: 100% !important;
    }

    .register-btn {
        width: 100% !important;
        max-width: 240px !important;
        height: 52px !important;
        padding: 0 20px !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* RIGHT PANEL */
    .reg-right {
        padding: 26px 18px !important;
        border-radius: 0 0 18px 18px !important;
    }

    /* Form */
    .reg-form {
        width: 100% !important;
    }

    .reg-form h3 {
        font-size: 26px !important;
        margin-bottom: 22px !important;
        text-align: center !important;
        line-height: 1.3 !important;
    }

    /* Labels */
    .form-label {
        font-size: 15px !important;
        margin-bottom: 8px !important;
        margin-left:12px !important;
    }

    /* Bootstrap Row */
    .reg-form .row {
        margin: 0 !important;
    }

    .reg-form .row > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Inputs */
    .custom-input {
        height: 52px !important;
        border-radius: 12px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
    }

    .custom-input::placeholder {
        font-size: 15px !important;
    }

    /* Phone Input */
    .phone-input-wrapper {
        max-width: 372px;
        margin: 0px 13px;
        height: 51px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: stretch !important;
        margin-bottom: 7px !important;
    }

    .phone-code-box {        
        min-width: 92px !important;
        padding:  15px 12px !important;
        display: flex !important;
        align-items: center !important;
        border-radius: 12px 0 0 12px !important;
        height: 50px !important;
    }

    .phone-code-select {
        font-size: 14px !important;
    }

    .phone-number-input {
        height: 52px !important;
        font-size: 15px !important;
        padding: 0 14px !important;
        border-radius: 0 12px 12px 0 !important;
    }

    /* Password Box */
    .password-box {
        margin-bottom: 0 !important;
    }

    .eye-icon {
        width: 20px !important;
        height: 20px !important;
        right: 35px !important;
    }

    /* Buttons */
    .btn-group-custom {
        margin-top: 24px !important;
        gap: 10px !important;
        flex-direction: column !important;
    }

    .btn-group-custom .login-btn,
    .btn-group-custom .back-btn {
        width: 100% !important;
        max-width: 100% !important;
        height: 52px !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        padding: 0 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Bootstrap Column Fix */
    .reg-box > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* ===== ELITE SECTION =====

    .elite-section {
        padding: 22px 14px !important;
    }

    .elite-content h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    .elite-content p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 14px !important;
    }

    .elite-content h3 {
        font-size: 22px !important;
        margin-bottom: 12px !important;
    }

    .elite-conclusion {
        font-size: 16px !important;
        line-height: 1.5 !important;
        max-width: 100% !important;
    }

    Benefit Cards 
    .benefit-card {
        padding: 16px !important;
        border-radius: 16px !important;
        gap: 14px !important;
    }

    .benefit-card img {
        width: 42px !important;
        height: 42px !important;
    }

    .benefit-card span {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

     Elite Images 
    .elite-grid-img-left,
    .elite-grid-img-right {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

     ===== FEATURES SECTION ===== 

    .agent-features-section {
        padding: 24px 14px !important;
    }

    .feature-card {
        padding: 18px !important;
        border-radius: 16px !important;
    }

    .feature-header {
        gap: 12px !important;
        margin-bottom: 12px !important;
    }

    .feature-icon-wrapper {
        width: 58px !important;
        height: 58px !important;
    }

    .feature-icon-wrapper img {
        width: 28px !important;
        height: 28px !important;
    }

    .feature-header h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .feature-card p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-left: 0 !important;
    } */

    .footer-socials {
        display: flex !important;
        gap: 15px !important;
        margin-top: 27px !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .reg-left h1 {
        max-width: 180px !important;
        font-size: 15px !important;
    }

    .reg-left p {
        font-size: 12px !important;
    }

    .reg-left img {
        width: 120px !important;
        height: 100px !important;
        border-radius: 8px !important;
    }

    .reg-form h3 {
        font-size: 14px !important;
    }

    .elite-content h2 {
        font-size: 20px !important;
    }

    .elite-content p,
    .elite-conclusion {
        font-size: 13px !important;
    }

    .elite-content h3 {
        font-size: 14px !important;
    }

    .benefit-card img {
        width: 25px !important;
        height: 25px !important;
    }

    .benefit-card span {
        font-size: 13px !important;
    }

    .custom-padding {
        padding: 0 25px !important;
    }

    .elite-grid-img-left {
        max-width: 112px !important;
        height: 106px !important;
    }

    .elite-grid-img-right {
        max-width: 112px !important;
        height: 220px !important;
    }

    .register-btn {
        padding: 7px 35px !important;
        border-radius: 6px !important;
        font-size: 12px !important;
    }

    .login-btn,
    .back-btn {
        border-radius: 6px !important;
        font-size: 12px !important;
        padding: 11px 10px !important;
    }

    .eye-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .feature-header h3 {
        font-size: 14px !important;
    }

    .feature-header {
        margin-bottom: 6px !important;
    }

    .feature-icon-wrapper {
        width: 44px !important;
        height: 44px !important;
    }

    .feature-icon-wrapper img {
        width: 18px !important;
        height: 18px !important;
    }
}

/* Agent Detail Section */

/* Agent Profile */
.agent-profile-section {
    padding: 20px 50px !important;
    background-color: var(--bg-light-2) !important;
    /* border-bottom: 1.5px solid var(--primary-color); */
}

.profile-card-inner {
    background-color: var(--primary-color) !important;
    border-radius: 20px !important;
    color: var(--white) !important;
    height: 100% !important;
}

.agent-photo {
    border-radius: 20px !important;
    width: 427px !important;
    height: 442px !important;
    object-fit: cover !important;
    min-height: 400px !important;
}

.profile-name {
    font-size: 28px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    color: var(--white) !important;
}

.profile-title {
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0.3px !important;
    opacity: 1 !important;
    margin-bottom: 7px !important;
    color: var(--white) !important;
}

.contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 400px !important;
    line-height: 1.2;
}

.contact-icon {
    width: 30px !important;
    height: 30px !important;
    background: var(--white) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-self: flex-start;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.contact-icon img {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    /* filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1637%)
        hue-rotate(113deg) brightness(98%) contrast(98%) !important; */
}

.ad-add-team-box {
    background-color: var(--primary-color);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    width: 288px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    text-decoration: none !important;
    margin-bottom: 20px;
    margin-top: 10px;
    flex-shrink: 0 !important;
}

.ad-add-team-box span {
    color: var(--white) !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

.ad-add-team-box img {
    width: 48px !important;
    height: auto !important;
}

.ad-company-info-box {
    position: relative;
    background: transparent;
    width: 288px !important;
    margin-top: 0px !important;
    height: 96px !important;
    flex-shrink: 0 !important;
}

.ad-company-info-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.6px !important;
    padding: 15px 20px 10px 18px !important;
    margin-bottom: 0px !important;
}

.profile-details-list {
    margin-top: 10px !important;
    padding: 0.7rem 1.5rem !important;
    border-top: 2px solid var(--white) !important;
}

.detail-row {
    display: flex;
    gap: 5px;
    font-size: 20px !important;
    margin-bottom: 1rem !important;
    letter-spacing: 0.5px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
}

.detail-row span {
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.ad-white-info-box {
    margin-top: auto !important;
    background-color: var(--white) !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: flex-start !important;
    justify-content: flex-start !important;

    gap: 10px !important;

    /* border-bottom-right-radius: 10px !important; */
    /* border-bottom-left-radius: 10px !important; */
    border-radius: 10px;
    padding: 15px 20px !important;

    width: 100% !important;
    max-width: 285px !important;

    min-height: 92px !important; /* instead of fixed height */
}

.ad-white-info-box img {
    width: auto !important;
    height: 49px !important;
    object-fit: contain !important;
}

.ad-white-info-box span {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.follow-box {
    /* padding: 10px 25px !important; */
    /* margin-bottom: 20px !important; */
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important;
    justify-content: center !important;
    width: 100% !important;
}

.follow-box {
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important;
    justify-content: center !important;
    width: 100% !important;

    position: relative;
    top: -6px;
}

.follow-box span {
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
}

.social-icon-profile {
    width: 35px !important;
    height: 35px !important;
    filter: brightness(0) invert(1) !important;
    cursor: pointer !important;
}

/* agent main content */
.section-title {
    font-size: 26px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    margin-bottom: 25px !important;
    position: relative !important;
    padding-left: 20px !important;
}

.section-span {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    margin-bottom: 0px !important;
}

.overlay {
    height: 293px !important;
    position: absolute !important;
    inset: 0 !important;
    background: #65656557 !important;
    border-radius: 20px !important;
}

.sidebar-box {
    background-color: var(--primary-color) !important;
    border-radius: 20px !important;
    padding: 20px !important;
    padding-top: 25px !important;
    color: var(--white) !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    max-width: 319px !important;
}

.sidebar-title {
    font-size: 22px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
    padding: 0px !important;
    padding-right: 20px !important;
    padding-left: 25px !important;
    position: relative !important;
}

.inquiry-form input,
.inquiry-form textarea {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 14px 20px;
    color: var(--white);
    margin-bottom: 15px;
    width: 100%;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
    outline: none;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
    color: var(--white);
    font-size: 16px;
}

textarea {
    resize: none;
    overflow-y: scroll;
    scrollbar-width: none;
}

textarea::-webkit-scrollbar {
    display: none;
}

.send-btn {
    background: #f2f6f7;
    color: var(--primary-color);
    border: 0.4px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-top: 0px;
    transition: opacity 0.3s;
}

.services-item {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 10px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    border: 0.4px solid rgba(255, 255, 255, 0.4);
}

.services-thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}

.services-item h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3px;
}

.services-item p,
.services-item a {
    font-size: 12px;
    font-weight: 400;
    color: var(--white);
    opacity: 0.75;
    text-decoration: none;
}

.view-all-btn {
    background: var(--primary-color) !important;
    border-radius: 10px !important;
    padding: 10px !important;
    padding-right: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.4px solid rgba(255, 255, 255, 0.4) !important;
    color: var(--white) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    text-decoration: none !important;
}

.view-all-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.transaction-card {
    background: var(--white);
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 15px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    height: 100%;
}

.transaction-card h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0px;
}

.stat-table {
    width: 100%;
    margin-top: 10px;
}

.stat-label {
    padding: 3px 0;
    font-weight: 400;
    font-size: 18px;
    color: var(--black);
}

.stat-label span {
    color: var(--primary-color);
    font-weight: 600;
}

.listing-card {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.listing-thumb {
    width: 305px !important;
    height: 211px !important;
    object-fit: cover !important;
}

.listing-sold-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: var(--white);
    padding: 6px 35px;
    border-bottom-left-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    min-width: 203px !important;
    height: 40px !important;
    text-align: center;
}

.listing-icons-top {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
}

.listing-icon-item {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.listing-icon-item img {
    width: auto;
    height: auto;
}

.listing-icon-item:hover {
    background: rgba(255, 255, 255, 0.9);
}

.testimonial-card {
    background: var(--white);
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.testimonial-user {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.testimonial-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: var(--primary-color);
    padding-left: 10px;
    margin-bottom: 15px;
}

.testimonial-stars {
    padding-left: 15px;
    display: flex;
    gap: 10px;
}

.star {
    width: 29px;
    height: 29px;
    background-color: #c2cdd0;

    -webkit-mask: url("/assets/front/img/icons/star.svg") no-repeat center;
    mask: url("/assets/front/img/icons/star.svg") no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

.star.filled {
    background-color: #ffc710;
}

.testimonial-content {
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.1;
    margin-bottom: 15px;
}

.testimonial-date {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color);
    line-height: 100%;
    margin-bottom: 0px;
    margin-top: 25px;
}

.agent-main-content {
    background-color: var(--bg-light-2);
    padding: 48px 64px;
    padding-bottom: 20px;
}

.view-all-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
}

.small-stat-card {
    background: var(--white);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.small-stat-icon {
    width: 72px;
    height: 72px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-stat-icon img {
    width: 37px;
    height: 41px;
}

.small-stat-content {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.3;
}

.small-stat-value {
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 0px;
    line-height: 1.2;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 50px;
    background-color: var(--primary-color);
}

.sidebar-title::before {
    content: "" !important;
    position: absolute !important;
    left: 2% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 4px !important;
    height: 35px !important;
    background-color: var(--white) !important;
}

.text-secondary {
    background: var(--white);
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    color: var(--black) !important;
}

.text-secondary span {
    font-size: 20px !important;
    font-weight: 400;
    color: var(--black) !important;
    line-height: 1.3 !important;
}

.text-secondary,
.text-secondary * {
    color: var(--black) !important;
    opacity: 1 !important;
}

/* .sidebar-box {
    padding: 26px !important;
    border-radius: 16px !important;
    max-width: 360px !important;
}

.sidebar-title {
    margin-bottom: 18px !important;
} */


.testimonial-form input,
.testimonial-form textarea {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 14px 20px;
    color: var(--white);
    margin-bottom: 15px;
    width: 100%;
}

.testimonial-form input:focus,
.testimonial-form textarea:focus {
    outline: none;
}

.testimonial-form input::placeholder,
.testimonial-form textarea::placeholder {
    color: var(--white);
    font-size: 16px;
}

.textarea {
    resize: none;
    overflow-y: scroll;
    scrollbar-width: none;
}

.textarea::-webkit-scrollbar {
    display: none;
}

.testimonial-form input[type="file"] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 10px;
    color: var(--white);
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.testimonial-form input[type="file"]::file-selector-button {
    background: #f2f6f7;
    color: var(--primary-color);
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 500;
}

.testimonial-form input[type="file"]::file-selector-button:hover {
    opacity: 0.9;
}

.rating-title {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

/* Rating Container */
.testimonial-rating {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

/* Hide Radio Buttons */
.testimonial-rating input[type="radio"] {
    display: none;
}

/* Star Style */
.testimonial-rating .testimonial-star {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-color: #c2cdd0;

    -webkit-mask: url("/assets/front/img/icons/star.svg") no-repeat center;
    mask: url("/assets/front/img/icons/star.svg") no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

/* Fill selected stars */
.testimonial-rating input:checked ~ .testimonial-star,
.testimonial-rating .testimonial-star:hover,
.testimonial-rating .testimonial-star:hover ~ .testimonial-star {
    background-color: #ffc710;
}

.testimonial-form .send-btn {
    background: #f2f6f7;
    color: var(--primary-color);
    border: 0.4px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-top: 0px;
    transition: opacity 0.3s;
}



/* Home Page Section */

/* Hero Section */
.hero-container {
    padding: 0 48px !important;
}

.hero-wrapper {
    /* background: url("/assets/front/img/hero_bg.png") center/cover no-repeat; */
    /* border-radius: 25px; */
    width: 100%;
    /* Remove min-width to prevent overflow and make it responsive */
    height: 90vh; /* Adjust height to fill screen nicely */
    min-height: 777px;
    position: relative;
    display: flex;
    align-items: center; /* Center the search box vertically */
    /* Remove top margin if you want edge-to-edge look, but keeping it if intended */
    padding-bottom: 120px; /* Space for the bottom banner */
}

.hero-content-card {
    background: rgba(255, 255, 255, 0.51);
    border-radius: 20px !important;
    padding: 17px 35px;
    max-width: 574px;
    margin-left: 73px;
    margin-top: 65px;
    box-shadow: 0px 0.5px 0.5px 0px var(--box-shadow);
}

.rating-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-right: -18px;
    object-fit: cover;
    background-color: rgba(217, 217, 217, 1);
}

.rating-info {
    display: flex;
    flex-direction: column;
    padding-left: 25px !important;
    color: var(--black) !important;
    gap: 0px !important;
}

.rating-info p {
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    line-height: 35px !important;
}

.rating-info small {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.hero-content-card h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    line-height: 126%;
    margin-bottom: 0px;
}

.hero-content-card-text {
    font-size: 26px;
    color: var(--black);
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 1px;
}

/* Hero Section Responsive */



@media (max-width: 1200px) {
    .hero-wrapper {
        min-height: 440px !important;
    }

    .hero-content-card {
        margin-left: 40px !important;
        margin-top: 40px !important;
        max-width: 450px !important;
        border-radius: 18px !important;
    }

    .hero-content-card h1 {
        font-size: 30px !important;
    }

    .hero-content-card-text {
        font-size: 22px !important;
    }

    .avatar-group img {
        width: 53px !important;
        height: 53px !important;
    }

    .rating-info {
        padding-left: 20px !important;
    }
}

@media (max-width: 1100px) {

    .hero-section {
        min-width: 100% !important;
        min-height: 640px !important;
        padding-bottom: 100px !important;
    }

    .hero-container {
        padding: 0 26px !important;
    }

    .vertical-hero-search {
        max-width: 430px !important;
        padding: 24px !important;
        border-radius: 17px !important;
    }

    .vertical-hero-search h4 {
        font-size: 23px !important;
        margin-bottom: 18px !important;
    }

    .vertical-hero-search .form-control,
    .vertical-hero-search .position-relative {
        height: 46px !important;
        font-size: 14px !important;
    }

    .vertical-hero-search .dropdown-selected-text {
        font-size: 14px !important;
    }

    .vertical-hero-search .btn-search {
        height: 48px !important;
        font-size: 15px !important;
    }

    .hero-bottom-banner {
        height: 90px !important;
    }

    .hero-features {
        gap: 60px !important;
    }

    .hero-feature-item {
        gap: 14px !important;
    }

    .hero-feature-icon img {
        width: 40px !important;
        height: 40px !important;
    }

    .hero-feature-content h5 {
        font-size: 16px !important;
    }

    .hero-feature-content p {
        font-size: 12px !important;
    }
}

@media (max-width: 1024px) {

    .hero-section {
        min-width: 100% !important;
        min-height: 620px !important;
        padding-bottom: 100px !important;
    }

    .hero-container {
        padding: 0 20px !important;
    }

    .vertical-hero-search {
        max-width: 400px !important;
        padding: 22px 20px !important;
        border-radius: 16px !important;
    }

    .vertical-hero-search h4 {
        font-size: 22px !important;
        margin-bottom: 18px !important;
    }

    .vertical-hero-search .form-control,
    .vertical-hero-search .position-relative {
        height: 44px !important;
        font-size: 14px !important;
    }

    .vertical-hero-search .btn-search {
        height: 48px !important;
        font-size: 16px !important;
        padding: 10px 35px !important;
    }

    .hero-bottom-banner {
        height: 85px !important;
    }

    .hero-features {
        gap: 50px !important;
    }

    .hero-feature-item {
        gap: 12px !important;
    }

    .hero-feature-icon img {
        width: 38px !important;
        height: 38px !important;
    }

    .hero-feature-content h5 {
        font-size: 15px !important;
    }

    .hero-feature-content p {
        font-size: 11px !important;
    }
    .search-container {
        padding: 18px 20px !important;
        max-width: 870px !important;
        border-radius: 16px !important;
        margin-top: 100px;
    }

    .search-container h4 {
        font-size: 18px !important;
    }

    .search-input-group .form-control {
        height: 45px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 992px) {
    .hero-container {
        padding: 0 22px !important;
    }

    .hero-wrapper {
        min-height: 350px !important;
    }

    .hero-content-card {
        margin-left: 15px !important;
        margin-top: 25px !important;
        max-width: 380px !important;
        border-radius: 15px !important;
    }

    .hero-content-card h1 {
        font-size: 23px !important;
    }

    .hero-content-card-text {
        font-size: 18px !important;
    }

    .avatar-group img {
        width: 45px !important;
        height: 45px !important;
        margin-right: -12px !important;
    }

    .rating-info {
        padding-left: 14px !important;
    }

    .rating-info p {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .rating-info small {
        font-size: 14px !important;
    }

    .search-container {
        margin-top: -125px !important;
        max-width: 760px !important;
        border-radius: 15px !important;
    }

    .search-input-group .form-control,
    .search-input-group .form-select {
        height: 46px !important;
        font-size: 14px !important;
        padding: 0 14px !important;
        border-radius: 10px !important;
    }

    .search-input-group .form-control::placeholder,
    .search-input-group .form-select {
        font-size: 14px;
    }

    .dropdown-arrow {
        width: 22px !important;
        height: 22px !important;
    }

}

@media (max-width: 880px) {
    .hero-container {
        padding: 0 20px !important;
    }

    .hero-wrapper {
        min-height: 320px !important;
    }

    .hero-content-card {
        margin-left: 10px !important;
        margin-top: 20px !important;
        max-width: 330px !important;
        padding: 10px 20px !important;
        border-radius: 14px !important;
    }

    .hero-content-card h1 {
        font-size: 21px !important;
    }

    .hero-content-card-text {
        font-size: 16px !important;
    }

    .avatar-group img {
        width: 43px !important;
        height: 43px !important;
    }

    .rating-info {
        padding-left: 13px !important;
    }

    .rating-info p {
        font-size: 17px !important;
        line-height: 20px !important;
    }

    .rating-info small {
        font-size: 13px !important;
    }
    .search-container {
        margin-top: -115px !important;
        max-width: 680px !important;
        border-radius: 14px !important;
    }
}

@media (max-width: 768px) {
    .hero-container {
        padding: 0 18px !important;
    }

    .hero-wrapper {
        min-height: 300px !important;
        border-radius: 15px !important;
    }

    .hero-content-card {
        margin: 20px 0 0 !important;
        max-width: 300px !important;
        border-radius: 13px !important;
    }

    .rating-badge {
        justify-content: start !important;
    }

    .hero-content-card h1 {
        font-size: 19px !important;
    }

    .hero-content-card-text {
        font-size: 15px !important;
    }

    .avatar-group img {
        width: 40px !important;
        height: 40px !important;
    }

    .rating-info {
        padding-left: 11px !important;
    }

    .rating-info p {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    .rating-info small {
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    .hero-container {
        padding: 0 16px !important;
    }

    .hero-wrapper {
        min-height: 280px !important;
    }

    .hero-content-card {
        padding: 10px 20px !important;
        max-width: 270px !important;
        border-radius: 12px !important;
    }

    .hero-content-card h1 {
        font-size: 17px !important;
    }

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

    .avatar-group img {
        width: 36px !important;
        height: 36px !important;
    }

    .rating-info {
        padding-left: 10px !important;
    }

    .rating-info p {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .rating-info small {
        font-size: 11.5px !important;
    }
}

@media (max-width: 480px) {
    .hero-container {
        padding: 0 14px !important;
    }

    .hero-wrapper {
        min-height: 260px !important;
    }

    .hero-content-card {
        padding: 9px 16px !important;
        max-width: 240px !important;
        border-radius: 11px !important;
    }

    .hero-content-card h1 {
        font-size: 15px !important;
    }

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

    .rating-info p {
        font-size: 13px !important;
        line-height: 15px !important;
    }

    .rating-info small {
        font-size: 11px !important;
    }

    .avatar-group img {
        width: 32px !important;
        height: 32px !important;
    }

    .rating-info {
        padding-left: 9px !important;
    }

    .hero-bottom-banner {
        height: auto !important;
        padding: 20px 0 !important;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 112px;
        background: #000C1A;
        border-top: 1px solid rgba(255,255,255,.08);
        z-index: 0;
        display: flex;
        align-items: center;
    }

    .hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    }

    .hero-feature-item {
       
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px;
    }

    .hero-feature-item:last-child {
    grid-column: span 2;
}

}

@media (max-width: 400px) {
    .hero-wrapper {
        min-height: 240px !important;
    }

    .hero-content-card {
        padding: 8px 13px !important;
        max-width: 220px !important;
        border-radius: 10px !important;
    }

    .hero-content-card h1 {
        font-size: 14px !important;
    }

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

    .avatar-group img {
        width: 30px !important;
        height: 30px !important;
    }

    .rating-info p {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .rating-info small {
        font-size: 10px !important;
    }

}






/* Search Section Responsive */

@media (max-width: 1440px) {
    .search-container {
        max-width: 1110px !important;
    }
}

@media (max-width: 1280px) {

    /* Hero Section */
    .hero-section {
        min-width: 100% !important;
        min-height: 650px !important;
        padding-bottom: 120px !important;
    }

    .hero-container {
        padding: 0 25px !important;
    }

    .hero-wrapper {
        min-height: auto !important;
    }

    /* Search Box */
    .vertical-hero-search {
        max-width: 450px !important;
        padding: 28px !important;
        margin-top: 429px !important;
    }

    .vertical-hero-search h4 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .vertical-hero-search .form-control,
    .vertical-hero-search .position-relative {
        height: 46px !important;
        font-size: 15px !important;
    }

    .vertical-hero-search .btn-search {
        height: 50px !important;
        font-size: 16px !important;
        padding: 10px 40px !important;
    }

    /* Bottom Banner */
    .hero-bottom-banner {
        height: 90px !important;
    }

    .hero-features {
        gap: 80px !important;
        justify-content: center !important;
    }

    .hero-feature-item {
        gap: 15px !important;
    }

    .hero-feature-icon img {
        width: 42px !important;
        height: 42px !important;
    }

    .hero-feature-content h5 {
        font-size: 18px !important;
    }

    .hero-feature-content p {
        font-size: 13px !important;
        letter-spacing: 0.5px !important;
    }
}

@media (max-width: 1200px) {
    .search-container {
        /* margin-top: -150px !important; */
        max-width: 920px !important;
        border-radius: 18px !important;
    }

    .search-container h4 {
        font-size: 20px !important;
    }

    .search-input-group .form-control,
    .search-input-group .form-select {
        height: 50px !important;
        font-size: 16px !important;
        padding: 0 18px !important;
        border-radius: 11px !important;
    }

    .search-input-group .form-control::placeholder,
    .search-input-group .form-select {
        font-size: 16px;
    }

    .dropdown-arrow {
        width: 26x !important;
        height: 26px !important;
        margin-right: 12px !important;
    }

    .btn-search {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .search-container {
        padding: 15px 15px !important;
        margin-top: -105px !important;
        max-width: 680px !important;
        margin-bottom: 40px !important;
        border-radius: 13px !important;
    }

    .search-container h4 {
        font-size: 17px !important;
        margin-bottom: 15px !important;
    }

    .search-input-group .form-control {
        height: 42px !important;
        font-size: 14px !important;
        padding: 0 15px !important;
    }

    .search-input-group .form-control,
    .search-input-group .form-select {
        height: 44px !important;
        font-size: 13px !important;
        padding: 0 12px !important;
        border-radius: 9px !important;
    }

    .search-input-group .form-control::placeholder,
    .search-input-group .form-select {
        font-size: 13px;
    }

    .dropdown-arrow {
        width: 20px !important;
        height: 20px !important;
    }

    .btn-search {
        width: 100% !important;
        height: 42px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .search-container {
        margin-top: -80px !important;
        max-width: 480px !important;
        border-radius: 12px !important;
    }

    .search-container h4 {
        font-size: 16px !important;
    }

    .search-input-group .form-control,
    .search-input-group .form-select {
        height: 42px !important;
        font-size: 12px !important;
        padding: 0 11px !important;
        border-radius: 8px !important;
    }

    .search-input-group .form-control::placeholder,
    .search-input-group .form-select {
        font-size: 12px;
    }

    .dropdown-arrow {
        width: 18px !important;
        height: 18px !important;
    }

    .btn-search {
        height: 42px !important;
        font-size: 13px !important;
    }
}


/* 
@media (max-width: 480px) {
    .search-container {
        margin-top: -75px !important;
        padding: 12px !important;
        max-width: 350px !important;
        border-radius: 11px !important;
    }

    .search-container h4 {
        font-size: 15px !important;
    }

    .search-input-group .form-control,
    .search-input-group .form-select {
        height: 40px !important;
        font-size: 11px !important;
        padding: 0 10px !important;
        border-radius: 7px !important;
    }

    .search-input-group .form-control::placeholder,
    .search-input-group .form-select {
        font-size: 11px;
    }

    .dropdown-arrow {
        width: 16px !important;
        height: 16px !important;
    }

    .btn-search {
        height: 40px !important;
        font-size: 12px !important;
    }
        url(/assets/front/img/hero_bg.png)
}  */
  
@media (max-width: 480px) {
    
   #mainNavUI {
        margin-left: 0 !important;
        flex-grow: 1 !important;
        width: 100% !important;
    }
    .navbar-collapse.ms-5 {
        margin-left: 0 !important;
    }
    .container{
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .container .hero-container{
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .container .hero-container .hero-wrapper{
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .container .hero-container .hero-wrapper .container{
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .container .hero-container .hero-wrapper .container .row{
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .drawer-menu-card .nav-link {
    display: flex !important;
    align-items: center;
}

.drawer-menu-card .nav-link img {
    width: 20px;
    height: 20px;
}

.drawer-menu-card .nav-link span {
    flex: 1;
    text-align: center;
}


    html,
    body {
        overflow-x: hidden;
    }

    /* Containers */
    .container,
    .hero-container,
    .hero-wrapper .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin:0 auto;
    }

    /* Hero Section */

    

   .hero-section {
    background: url('/assets/front/img/hero_mbl_bg.png') no-repeat center top !important;
    background-size: 100% auto !important;

    min-width: 100% !important;
    min-height: 940px !important;
    padding: 0 !important;
    overflow: hidden;
    }
     

    .hero-wrapper .row {
        justify-content: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hero-wrapper .col-lg-5 {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 850px;
        padding: 0 !important;
        display: flex;
        justify-content: center;
    }

    /* Search Box */
    .search-container {
        width: 100% !important;
        max-width: 340px !important;
        margin: 460px auto 66px auto !important; /* adjust if needed */
        padding: 15px !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
        height:355px;
    }

    .search-container h4 {
        font-size: 16px !important;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .search-input-group .form-control,
    .search-input-group .form-select {
        height: 44px !important;
        font-size: 13px !important;
        padding: 0 12px !important;
        border-radius: 8px !important;
    }

    .search-input-group .form-control::placeholder {
        font-size: 13px !important;
    }

    .dropdown-arrow {
        width: 16px !important;
        height: 16px !important;
    }

    .btn-search {
        width: 100% !important;
        height: 44px !important;
        font-size: 14px !important;
    }

    /* Bottom Banner */
    .hero-bottom-banner {
        height: auto !important;
        padding: 20px 0 !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #000C1A;
    border-top: 1px solid rgba(255,255,255,.08);
    z-index: 0;
    display: flex;
    align-items: center;
    }



    .hero-features {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .hero-feature-item {
        justify-content: center !important;
        text-align: center !important;
        gap: 8px !important;
    }

    .hero-feature-icon img {
        width: 26px !important;
        height: 26px !important;
    }

    .hero-feature-content h5 {
        font-size: 11px !important;
    }

    .hero-feature-content p {
        font-size: 9px !important;
    }


    
    .myaccount-section .row {
        flex-direction: column !important;
    }

    .account-sidebar {
        margin-bottom: 20px !important;
        border-radius: 16px !important;
    }

    .account-content {
        margin-top: 0 !important;
    }

    .profile-card {
        padding: 25px !important;
    }

    .profile-info-col {
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    .profile-completeness-circle {
        position: static !important;
        margin-bottom: 15px !important;
    }

    .company-info-box {
        float: none !important;
        margin: 20px 0 !important;
        max-width: 100% !important;
    }

    .social-media-bar {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: flex-start !important;
    }

    .profile-contact-list p {
        align-items: flex-start !important;
    }

    .row.g-4.align-items-stretch {
        margin: 0 !important;
        gap: 20px !important;
    }

    .agent-photo {
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto 20px !important;
        border-radius: 12px !important;
    }

    .profile-card-inner {
        width: 100% !important;
        padding: 15px !important;
        border-radius: 16px !important;
    }

    .profile-card-inner > div:first-child {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .profile-name {
        font-size: 24px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .profile-title {
        font-size: 14px !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .contact-item {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }

    .contact-item span,
    .contact-item a {
        font-size: 13px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    .contact-icon {
        flex-shrink: 0;
    }

    .contact-icon img {
        width: 18px !important;
        height: 18px !important;
    }

    .d-flex.flex-column.align-items-center {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .ad-add-team-box {
        width: 100% !important;
        max-width: 250px !important;
        justify-content: center !important;
        margin-bottom: 15px !important;
    }

    .ad-company-info-box {
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 auto !important;
    }

    .ad-white-info-box {
        justify-content: center !important;
        text-align: center !important;
    }

    .ad-white-info-box img {
        max-width: 50px !important;
        height: auto !important;
    }

    .ad-white-info-box span {
        font-size: 14px !important;
    }

    .profile-details-list {
        margin-top: 20px !important;
    }

    .detail-row {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .detail-row span {
        display: inline !important;
    }

    .profile-details-list .mb-2 {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .profile-details-list .row {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .profile-details-list .col-lg-4,
    .profile-details-list .col-lg {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .follow-box {
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
    }

    .follow-box span {
        font-size: 14px !important;
    }

    .follow-box img {
        width: 26px !important;
        height: 26px !important;
    }

    .position-relative.d-flex.align-items-center.justify-content-center.w-100 {
        max-width: 100% !important;
        height: auto !important;
    }

    .position-absolute.top-0.start-0.w-100 {
        display: none !important;
    }

    .contact-item a {
        max-width: 220px !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    .contact-item:last-child span {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    

    .agent-profile-section {
    padding: 20px !important;
    background-color: var(--bg-light-2) !important;
    /* border-bottom: 1.5px solid var(--primary-color); */
    }


    .row.g-4.align-items-stretch {
        margin: 0 !important;
        gap: 20px !important;
    }

    /* Agent Photo */
    .agent-photo {
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto 20px !important;
        border-radius: 12px !important;
    }

    /* Main Profile Card */
    .profile-card-inner {
        width: 100% !important;
        padding: 15px !important;
        border-radius: 16px !important;
    }

    .profile-card-inner > div:first-child {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 !important;
    }

    /* Name */
    .profile-name {
        font-size: 24px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .profile-title {
        font-size: 14px !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    /* Contact Items */
    .contact-item {
        flex-wrap: nowrap !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }

    .contact-item span,
    .contact-item a {
        font-size: 13px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    .contact-icon {
        flex-shrink: 0;
    }

    .contact-icon img {
        width: 18px !important;
        height: 18px !important;
    }

    /* Right Column */
    .d-flex.flex-column.align-items-center {
        width: 100% !important;
        margin-top: 20px !important;
    }

    /* Add Team Button */
    .ad-add-team-box {
        width: 100% !important;
        max-width: 250px !important;
        justify-content: center !important;
        margin-bottom: 15px !important;
    }

    /* Company Box */
    .ad-company-info-box {
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 auto !important;
    }

    .ad-white-info-box {
        justify-content: center !important;
        text-align: center !important;
    }

    .ad-white-info-box img {
        max-width: 50px !important;
        height: auto !important;
    }

    .ad-white-info-box span {
        font-size: 14px !important;
    }

    /* Details Section */
    .profile-details-list {
        margin-top: 20px !important;
    }

    .detail-row {
        font-size: 10px !important;
        padding: 0.3rem 0.5rem !important;
        line-height: 1.5 !important;
    }

    .detail-row span {
        display: inline !important;
    }

    /* Languages */
    .profile-details-list .mb-2 {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    /* Experience + Follow */
    .profile-details-list .row {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .profile-details-list .col-lg-4,
    .profile-details-list .col-lg {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    /* Follow Box */
    .follow-box {
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
    }

    .follow-box span {
        font-size: 14px !important;
    }

    .follow-box img {
        width: 26px !important;
        height: 26px !important;
    }

    /* Dashed Border Wrapper */
    .position-relative.d-flex.align-items-center.justify-content-center.w-100 {
        max-width: 100% !important;
        height: auto !important;
    }

    .position-absolute.top-0.start-0.w-100 {
        display: none !important;
    }

    /* Website URL */
    .contact-item a {
        max-width: 220px !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    /* Address */
    .contact-item:last-child span {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }





    /* =========================
   AGENT MAIN CONTENT
========================= */

.agent-main-content {
    padding: 20px 0 !important;
}

.agent-detail-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.agent-main-content .row.g-4 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
}

/* =========================
   ABOUT VIDEO
========================= */

.agent-video-box {
    height: 220px !important;
    border-radius: 12px !important;
}

.agent-video-box iframe,
.agent-video-box video,
.youtube-thumb {
    border-radius: 12px !important;
}

/* =========================
   ABOUT TEXT
========================= */

.rich-bio-text,
.rich-bio-text p {
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.read-more-btn {
    font-size: 14px !important;
}

/* =========================
   TRANSACTION HISTORY
========================= */

.transaction-card {
    padding: 15px !important;
    border-radius: 14px !important;
}

.transaction-card h5 {
    font-size: 16px !important;
    margin-bottom: 12px !important;
}

.stat-table td {
    font-size: 13px !important;
    line-height: 1.6 !important;
    padding: 6px 0 !important;
}

.stat-label span {
    display: block;
    font-weight: 600;
}

.section-title {
    font-size: 19px !important;   
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    margin-bottom: 11px !important;
    position: relative !important;
    padding-left: 10px !important;
}

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

/* =========================
   CURRENT DEALS
========================= */

.small-stat-card {
    padding: 12px !important;
    border-radius: 12px !important;
}

.small-stat-content {
    font-size: 12px !important;
}

.small-stat-value {
    font-size: 16px !important;
}

.small-stat-icon img {
    width: 34px !important;
    height: 34px !important;
}

/* =========================
   INQUIRY FORM
========================= */

.sidebar-box {
    padding: 26px !important;
    border-radius: 16px !important;
    max-width: 360px !important;
}

.sidebar-title {
    margin-bottom: 18px !important;
    /* text-align: center; */
}

.inquiry-form input,
.inquiry-form textarea {
    font-size: 14px !important;
    padding: 12px !important;
}

.send-btn {
    width: 100% !important;
    height: 46px !important;
    font-size: 15px !important;
}

/* =========================
   ACTIVE LISTINGS
========================= */

.listing-card {
    border-radius: 12px !important;
    overflow: hidden;
}

.property-card-media {
    height: 116px !important;
}

.listing-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-sold-badge {
    font-size: 18px !important;
    padding: 6px 10px !important;
}

.listing-icons-top {
    gap: 6px !important;
}

.listing-icon-item {
    width: 34px !important;
    height: 34px !important;
}

.listing-icon-item img {
    width: 16px !important;
    height: 16px !important;
}

.view-all-link {
    font-size: 13px !important;
}

/* =========================
   TESTIMONIALS
========================= */

.testimonial-card {
    padding: 15px !important;
    border-radius: 14px !important;
}

.testimonial-user {
    width: 50px !important;
    height: 50px !important;
}

.testimonial-name {
    font-size: 15px !important;
}

.testimonial-date {
    font-size: 11px !important;
    font-weight: 400;
    color: var(--primary-color);
    line-height: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.testimonial-content {
    font-size: 13px !important;
    line-height: 1.7 !important;
}

/* =========================
   PROPERTY MODAL
========================= */

.property-quick-view-modal {
    width: calc(100% - 20px) !important;
    max-width: 100% !important;
    left: 10px !important;
    right: 10px !important;
    transform: none !important;
}

.pq-modal-img {
    height: 220px !important;
}

.pq-main-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.pq-category-actions-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
}

.pq-action-btns {
    width: 100%;
    flex-direction: column;
}

.pq-btn-fill,
.pq-btn-outline {
    width: 100%;
    justify-content: center;
}

.pq-agent-header {
    flex-direction: column !important;
    text-align: center !important;
}

.pq-agent-header img {
    margin: 0 auto 2px !important;
}

.pq-agent-info-grid {
    grid-template-columns: 1fr !important;
}

.pq-info-item {
    justify-content: flex-start !important;
    text-align: left !important;
}

/* =========================
   SECTION HEADERS
========================= */

.d-flex.justify-content-between.align-items-center.mb-4 {
    gap: 10px;
    align-items: flex-start !important;
}

.d-flex.justify-content-between.align-items-center.mb-4 .section-title {
    font-size: 20px !important;
}
 .col-md-3.col-6 {
        width: 100% !important;
    }




    /* =========================
   AGENT LIST PAGE
========================= */

.agent-list-stats-section {
    padding: 20px 0 !important;
}

.agent-page-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Header */

.view-header-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.viewing-header h2 {
    font-size: 22px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
}

.viewing-header p {
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

.sort-container {
    display: flex;
    flex-direction: row !important;
    align-items: flex-end;
    justify-content: space-between !important;
}

.sort-label {
    font-size: 17px !important;
    text-wrap: nowrap !important;

}

.dropdown {
    width: 9% !important;
}

.sort-select-btn {
    width: 100% !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 14px !important;
    padding: 10px 14px !important;
}

/* Agent Grid */

.agent-grid-wrapper {
    --bs-gutter-x: 12px !important;
    --bs-gutter-y: 12px !important;
}

/* 2 cards per row */

.agent-card-col {
    width: 50% !important;
    flex: 0 0 50% !important;
}

/* Card */

.agent-listing-card {
    border-radius: 16px !important;
    overflow: hidden;
    height: 100%;
}

/* Image */
.agent-card-col {
                flex: 0 0 100% !important;
                max-width: 100% !important;
            }

            .agent-card-img-wrap {
                width: 80px !important;
                height: 80px !important;
                top: -40px !important;
            }

            .agent-listing-card {
                padding-top: 50px !important;
                padding-inline: 10px !important;
            }

            .agent-card-info h3 {
                font-size: 14px !important;
            }

            .as-main-card {
                padding: 10px !important;
            }

            .as-header-text-area h2 {
                font-size: 18px !important;
            }

            

            .as-icon-search-glass {
                width: 40px !important;
                left: 12px !important;
            }

.agent-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Location */

.agent-card-location {
    padding: 10px 12px !important;
    gap: 6px !important;
}

.agent-card-location img {
    width: 14px !important;
    height: 14px !important;
}

.agent-card-location span {
    font-size: 12px !important;
}

/* Info */

.agent-card-info {
    padding: 0 12px !important;
}

.agent-card-info h3 {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 4px !important;
}

.agent-card-info p {
    font-size: 12px !important;
    margin-bottom: 10px !important;
}

/* Footer Stats */

.agent-card-footer {
    padding: 12px !important;
    gap: 10px !important;
    flex-direction: column !important;
}

.agent-footer-stat {
    width: 100% !important;
}

.agent-stat-icon {
    width: 34px !important;
    height: 34px !important;
    flex-shrink: 0;
}

.agent-stat-icon img {
    width: 16px !important;
    height: 16px !important;
}

.agent-stat-details h6 {
    font-size: 11px !important;
    margin-bottom: 2px !important;
}

.agent-stat-details p {
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

/* Dropdown Menu */

.dropdown-menu {
    width: 100% !important;
}

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

/* If you want one card per row instead */

 /*
.agent-card-col {
    width: 100% !important;
    flex: 0 0 100% !important;
}
*/

/* search agent */

    /* =========================
   AGENT SEARCH SECTION
========================= */
  /* Container */

.as-form-content-area .row {
        flex-direction: column;
        gap: 12px !important;
    }

    .as-form-content-area .col-10,
    .as-form-content-area .col-2 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .as-input-relative-wrapper {
        width: 100%;
    }

    .as-custom-search-field {
        width: 100%;
        height: 50px;
        font-size: 14px;
    }

    .as-action-search-btn {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .as-search-container {
        padding: 0 14px 18px 14px !important;
        margin-top: 16px !important;
    }

    /* Main Card */
    .as-search-container .as-main-card {
        border-radius: 18px !important;
        overflow: hidden !important;
    }

    /* Header */
    .as-search-container .as-header-text-area {
        padding: 18px 15px !important;
        gap: 14px !important;
    }

    .as-search-container .as-header-text-area h2 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin: 0 !important;
    }

    /* Dropdown Wrapper */
    .as-search-container .as-dropdowns-wrapper {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    /* Dropdown Buttons */
    .as-search-container .property-select-btn {
        width: 100% !important;
        height: 48px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        padding: 0 14px !important;
    }

    /* Form Area */
    .as-search-container .as-form-content-area {
        padding: 15px !important;
    }

    /* Row */
    .as-search-container .as-form-content-area .row {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin: 0 !important;
    }

    /* Input Column */
    .as-search-container .as-form-content-area .col-12 {
        width: calc(100% - 95px) !important;
        max-width: calc(100% - 95px) !important;
        flex: 0 0 calc(100% - 95px) !important;
        padding: 0 !important;
    }

    /* Button Column */
    .as-search-container .as-form-content-area .col-2 {
        width: 240px !important;
        max-width: 240px !important;
        flex: 0 0 46px !important;
        padding: 0 !important;
    }

    /* Input */
    .as-search-container .as-custom-search-field {
        height: 48px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        padding-left: 28px !important;
    }

    /* Search Icon */
    .as-search-container .as-icon-search-glass {
        left: 3px !important;
    }

    .as-search-container .as-icon-search-glass img {
        width: 22px !important;
        height: 22px !important;
    }

    /* Search Button */
    .as-search-container .as-action-search-btn {
        width: 100% !important;
        height: 48px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        max-width: unset !important;
        white-space: nowrap !important;
    }

    /* Suggestions */
    .as-search-container .property-suggestions-box,
    .as-search-container .as-suggestions-box {
        position: static !important;
        width: 100% !important;
        margin: 12px 0 0 0 !important;
        border-radius: 16px !important;
    }

    .as-search-container .ps-suggestions-main-card,
    .as-search-container .as-suggestion-main-card {
        padding: 15px !important;
    }

    /* Suggestion Item */
    .as-search-container .suggestion-item {
        gap: 12px !important;
        padding: 12px !important;
        border-radius: 12px !important;
    }

    .as-search-container .suggestion-img {
        width: 52px !important;
        height: 52px !important;
    }

    .as-search-container .suggestion-name {
        font-size: 14px !important;
    }

    .as-search-container .suggestion-location {
        font-size: 12px !important;
    }

     .as-search-container .as-form-content-area .col-12{
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
    }

    .as-input-relative-wrapper{
        width:100% !important;
    }

    .as-custom-search-field{
        width:100% !important;
    }

    .as-search-container .as-form-content-area .col-2{
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
    }

    .as-action-search-btn{
        width:100% !important;
    }

#modalLoc {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    word-break: break-word;
}




/* =========================
   AVAILABLE PLANS
========================= */

.available-plans-section {
    margin-top: 15px !important;
}

.available-plans-section h3 {
    font-size: 18px !important;
    margin: 0 0 15px 0 !important;
}

/* Stack cards vertically */

.available-plans-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.ap-card {
    width: 100% !important;
    flex: unset !important;
    border-radius: 14px !important;
}

.ap-card-header {
    padding: 15px !important;
}

.ap-card-header h4 {
    font-size: 18px !important;
    line-height: 1.4 !important;
}

.ap-card-body {
    padding: 15px !important;
}

.ap-card-body ul {
    gap: 8px !important;
    padding-left: 18px !important;
}

.ap-card-body ul li {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.ap-card-footer {
    padding: 15px !important;
    gap: 12px !important;
}

.ap-price-box {
    flex-wrap: wrap;
    justify-content: center;
}

.ap-price {
    font-size: 22px !important;
}

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

.btn-ap-choose {
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
}

/* Fix form width */

.ap-card-footer form {
    width: 100% !important;
}

}

/* update 1 complete */


/* @media (max-width: 400px) {
    .search-container {
        margin-top: -60px !important;
        max-width: 305px !important;
        border-radius: 10px !important;
    }

    .search-container h4 {
        font-size: 14px !important;
    }

    .search-input-group .form-control,
    .search-input-group .form-select {
        height: 38px !important;
        font-size: 10px !important;
        padding: 0 9px !important;
        border-radius: 6px !important;
    }

    .search-input-group .form-control::placeholder,
    .search-input-group .form-select {
        font-size: 10px;
    }

    .dropdown-arrow {
        width: 14px !important;
        height: 14px !important;
    }

    .btn-search {
        height: 38px !important;
        font-size: 11px !important;
    }
} */
 @media (max-width: 400px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden !important;
    }

    /* =========================
       MY ACCOUNT SECTION
    ========================= */

    .myaccount-section .row {
        flex-direction: column !important;
    }

    .account-sidebar {
        margin-bottom: 20px !important;
        border-radius: 16px !important;
    }

    .account-content {
        margin-top: 0 !important;
    }

    .profile-card {
        padding: 20px !important;
    }

    .profile-info-col {
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    .profile-completeness-circle {
        position: static !important;
        margin-bottom: 15px !important;
    }

    .company-info-box {
        float: none !important;
        margin: 20px 0 !important;
        max-width: 100% !important;
    }

    .social-media-bar {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: flex-start !important;
    }

    .profile-contact-list p {
        align-items: flex-start !important;
    }

    /* =========================
       AGENT PROFILE
    ========================= */

    .agent-card-col {
                flex: 0 0 100% !important;
                max-width: 100% !important;
            }

            .agent-card-img-wrap {
                width: 80px !important;
                height: 80px !important;
                top: -40px !important;
            }

            .agent-listing-card {
                padding-top: 50px !important;
                padding-inline: 10px !important;
            }

            .agent-card-info h3 {
                font-size: 14px !important;
            }

            .as-main-card {
                padding: 10px !important;
            }

            .as-header-text-area h2 {
                font-size: 18px !important;
            }

            .as-icon-search-glass {
                width: 32px !important;
                left: 12px !important;
            }

    .agent-profile-section {
        padding: 20px 15px !important;
    }

    .row.g-4.align-items-stretch {
        margin: 0 !important;
        gap: 20px !important;
    }

    .agent-photo {
        display: block !important;
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        margin: 0 auto 20px !important;
        border-radius: 12px !important;
    }

    .profile-card-inner {
        width: 100% !important;
        padding: 15px !important;
        border-radius: 16px !important;
    }

    .profile-card-inner > div:first-child {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .profile-name {
        font-size: 24px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .profile-title {
        font-size: 14px !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .contact-item {
        flex-wrap: nowrap !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }

    .contact-item span,
    .contact-item a {
        font-size: 13px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    .contact-icon {
        flex-shrink: 0;
    }

    .contact-icon img {
        width: 18px !important;
        height: 18px !important;
    }

    .ad-add-team-box {
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 auto 15px !important;
        justify-content: center !important;
    }

    .ad-company-info-box {
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 auto !important;
    }

    .ad-white-info-box {
        justify-content: center !important;
        text-align: center !important;
    }

    .ad-white-info-box img {
        max-width: 50px !important;
        height: auto !important;
    }

    .ad-white-info-box span {
        font-size: 14px !important;
    }

    .profile-details-list {
        margin-top: 20px !important;
    }

    .detail-row,
    .profile-details-list .mb-2 {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .profile-details-list .row {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .profile-details-list .col-lg,
    .profile-details-list .col-lg-4 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .follow-box {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .follow-box img {
        width: 26px !important;
        height: 26px !important;
    }

    /* =========================
       HERO SECTION
    ========================= */

    .container,
    .hero-container,
    .hero-wrapper .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .hero-section {
        background: url('/assets/front/img/hero_mbl_bg.png') no-repeat center top !important;
        background-size: cover !important;
        width: 100% !important;
        min-height: 840px !important;
        position: relative;
        overflow: hidden !important;
    }

    .hero-wrapper .row {
        justify-content: center !important;
        margin: 0 !important;
    }

    .hero-wrapper .col-lg-5 {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .search-container {
        width: 100% !important;
        max-width: 340px !important;
        margin: 490px auto 100px !important;
        padding: 15px !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    .search-container h4 {
        font-size: 16px !important;
        text-align: center;
    }

    .search-input-group .form-control,
    .search-input-group .form-select {
        height: 44px !important;
        font-size: 13px !important;
        border-radius: 8px !important;
    }

    .btn-search {
        width: 100% !important;
        height: 44px !important;
        font-size: 14px !important;
    }

    .hero-bottom-banner {
        padding: 15px 0 !important;
    }

    .hero-features {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .hero-feature-item {
        justify-content: center !important;
        text-align: center !important;
    }

    .hero-feature-icon img {
        width: 38px;
        height: 38px;
    }

    .hero-feature-content h5 {
        font-size: 13px;
    }

    .hero-feature-content p {
        font-size: 11px;
    }

    /* =========================
       DRAWER MENU
    ========================= */

    .drawer-menu-card .nav-link {
        display: flex !important;
        align-items: center;
    }

    .drawer-menu-card .nav-link img {
        width: 20px;
        height: 20px;
    }

    .drawer-menu-card .nav-link span {
        flex: 1;
        text-align: center;
    }

    .hero-section{
    min-height: 797px !important;
    overflow: visible !important;

}

.search-container{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -389px;   /* Increase this to move it lower */
}
.search-container .col-lg-6,
.search-container .col-md-6,
.search-container .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

}
/* // media 400 end */



/* Partners Section */
.partners-section {
    background-color: var(--primary-color) !important;
    padding: 35px 0 !important;
}

/* Partners Section Ticker */
.ticker-wrapper {
    display: flex !important;
    width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.ticker-track {
    display: flex !important;
    gap: 1rem !important;
    animation: scrollTicker 15s linear infinite !important;
    width: max-content !important;
}

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

    100% {
        transform: translateX(calc(-50% - 0.75rem));
    }
}

.ticker-track:hover {
    animation-play-state: paused !important;
}

.partner-card {
    background-color: var(--bg-light) !important;
    border-radius: 15px !important;
    padding: 10px 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 174px !important;
    height: 67px !important;
}

.partner-card img {
    max-width: 140px !important;
    max-height: 40px !important;
    object-fit: contain !important;
}

/* Network of Top Performers Section */
.top-performers-section {
    /* padding: 344px 60px; */
    padding-top: 220px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

.top-section-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 40px;
}

.top-section-title span {
    color: var(--primary-color);
}

.top-performers-section p {
    font-size: 24px;
    color: var(--subtext);
    font-weight: 400;
}

.performer-card {
    height: 399px;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 4px;
}

.performer-img-wrapper {
    position: relative;
    overflow: hidden;
}

.performer-img-wrapper img {
    width: 100%;
    height: 303px;
    object-fit: cover;
    display: block;
}

/* .performer-icons-top {
  position: absolute;
  top: 15px;
  right: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.performer-icon-item {
  width: 31px;
  height: 31px;
  background: rgba(255, 255, 255, 0.61);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.performer-icon-item:hover {
  background: rgba(255, 255, 255, 0.9);
} */

.location-badge {
    position: absolute;
    top: 253px;
    right: 17px;
    /* top: 15px;
    right: 15px; */
    background: var(--primary-color);
    color: var(--white);
    padding: 7px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
}


.location-badge img {
    width: 29px;
    height: 29px;
    background: var(--white);
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.performer-info {
    padding: 20px 15px;
    padding-bottom: 18px;
    text-align: center;
    justify-content: center;
    height: 96px;
    display: flex;
    flex-direction: column;
}

.performer-info h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 7px;
}

.performer-info p {
    font-size: 18px;
    font-weight: 400;
    color: var(--subtext);
    margin-bottom: 0;
}

.btn-view-more {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 40px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.btn-view-more:hover {
    background: #0a2240 !important;
    color: var(--white) !important;
}

/* Luxury Market Section */
.luxury-markets-section {
    padding: 40px 60px;
    background-color: var(--white);
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.market-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 241px;
    margin-bottom: 10px;
}

.market-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.market-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.63);
    padding: 12px 0;
    text-align: center;
}

.market-overlay h5 {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.luxury-markets-section p {
    font-size: 24px;
    color: var(--subtext);
    font-weight: 400;
}

.featured-properties-section {
    padding: 40px 60px;

}

/* Network of Top Services Section */
.top-services-section {
    padding: 40px;
}

.services-wrapper {
    position: relative !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    height: 380px;
}

.services-btn {
    width: 62px;
    height: 62px;
    background: none;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
}

.prev-btn-services {
    left: -40px;
}

.next-btn-services {
    right: -40px;
}

.services-btn:hover {
    background: none;
}

.top-services-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 40px;
}

.top-services-title span {
    color: var(--primary-color);
}

.services-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 4px;
}

.services-img-wrapper {
    position: relative;
    overflow: hidden;
}

.services-img-wrapper img {
    width: 100%;
    height: 303px;
    object-fit: cover;
    display: block;
}

.services-location-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color);
    color: var(--white);
    padding: 7px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
}

.services-location-badge img {
    width: 25px;
    height: 25px;
    background: var(--white);
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-info {
    padding: 20px 15px;
    padding-bottom: 18px;
    text-align: center;
}

.services-info h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 7px;
}

.services-info p {
    font-size: 18px;
    font-weight: 400;
    color: var(--subtext);
    margin-bottom: 0;
}

 .agent-profile-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.agent-profile-info span {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* About Us Section */
.about-section {
    padding: 40px 60px;
    background-color: var(--white);
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.about-section p {
    font-size: 24px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 15px;
}

.about-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--black);
}

.about-section h2 span {
    color: var(--primary-color);
}

.about-desc {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    line-height: 1.2 !important;
    margin-bottom: 0px !important;
}

.about-stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stat-icon-circle {
    width: 63px;
    height: 63px;
    background: var(--white) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.stat-info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--black);
}

.stat-info p {
    font-size: 16px;
    color: var(--subtext);
    margin: 0;
    font-weight: 500;
}

.about-img-top {
    border-radius: 20px;
    width: 100%;
    /* max-width: 636px; */
    height: 224px;
    object-fit: cover;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.about-img-btm {
    border-radius: 20px;
    width: 100%;
    /* max-width: 306px; */
    height: 189px;
    object-fit: cover;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}
.custom-half {
    flex: 0 0 47% !important;
    max-width: 42% !important;
}
/* Home Testimonials Section */
.home-testimonials-section {
    padding: 40px;
}

.testimonials-wrapper {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    height: 260px;
}

.home-testimonials-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 0;
}

.home-testimonials-section p {
    font-size: 24px;
    color: var(--subtext);
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 24px;
    text-align: center;
}

.testimonial-card-home {
    background: var(--white);
    border-radius: 15px;
    padding: 25px;
    height: 249px;
    width: 475px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.home-testimonial-quote {
    width: 38px;
    height: 38px;
    margin-bottom: 15px;
}

.home-testimonial-stars {
    display: flex;
    gap: 13px;
    margin-bottom: 15px;
}

.testimonial-star {
    width: 20px;
    height: 20px;
    background-color: #c2cdd0;

    -webkit-mask: url("/assets/front/img/icons/star.svg") no-repeat center;
    mask: url("/assets/front/img/icons/star.svg") no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

.testimonial-star.filled {
    background-color: #ffc710;
}

.testimonial-card-home p {
    font-size: 18px;
    line-height: 1.2;
    color: var(--black);
    margin-bottom: 15px;
    font-weight: 400;
    flex-grow: 1;
    text-align: left;
    margin-top: 0;
}

.home-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.home-testimonial-author h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 0;
    padding-left: 5px;
}

/* Navigation Buttons */
.home-testimonial-btn {
    width: 62px;
    height: 62px;
    background: none;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
}

.home-testimonial-btn:hover {
    background: none;
}

.home-testimonial-btn.prev-btn {
    left: -25px;
    padding: 0;
}

.home-testimonial-btn.next-btn {
    right: -25px;
    padding: 0;
}

.swiper-testimonials .swiper-slide {
    width: 475px !important;
    height: 246px;
}

/* Latest Blogs Section */
.home-blogs-section {
    padding: 40px;
    background-color: var(--white);
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.home-blogs-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 0;
}

.home-blogs-section p {
    font-size: 24px;
    font-weight: 400;
    color: var(--subtext);
    margin-top: 13px;
    text-align: center;
    margin-bottom: 20px;
}

.home-blogs-section h2 span {
    color: var(--primary-color);
}

.blogs-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    height: 420px;
}

.blog-card {
    background: var(--bg-light);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 259px;
    object-fit: cover;
    flex-shrink: 0;
    object-position: center;
}

.blog-body {
    padding: 20px;
}

.blog-body h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 20px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-author span {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    padding-left: 10px;
}

.blog-footer span {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
}

.btn-view-more {
    background-color: var(--primary-color);
    color: var(--white) !important;
    padding: 14px 50px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.btn-view-more:hover {
    background-color: #0a2240;
    transform: translateY(-2px);
}

.blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Blog Navigation */
.home-blog-btn {
    width: 62px;
    height: 62px;
    background: none;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
}

.home-blog-btn:hover {
    background: none;
}

.prev-btn-blog {
    left: -25px;
    padding: 0;
}

.next-btn-blog {
    right: -25px;
    padding: 0;
}

.swiper-blogs .swiper-slide {
    /* width: 417px !important; */
    height: 409px !important;
}

/* Agent List Search */
.as-main-card {
    width: 100%;
    background-color: var(--white);
    border-radius: 20px;
    /* overflow: hidden; */
    border: 0.2px solid var(--primary-color);
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.as-header-text-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 40px;
    gap: 24px;
}

.as-header-text-area h2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0;
}

.as-form-content-area {
    padding: 25px 30px 25px 40px;
    background-color: var(--bg-light);
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    border-radius: 0 0 20px 20px;
}

.as-input-relative-wrapper {
    position: relative;
    width: 100%;
    max-width: 2000px;
}

.as-custom-search-field {
    height: 58px !important;
    width: 100% !important;
    max-width: 2000px !important;
    border-radius: 15px !important;
    border: 0.2px solid #021124 !important;
    padding-left: 60px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    background-color: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.as-custom-search-field:focus {
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    outline: none;
}

.as-icon-search-glass {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.as-action-search-btn {
    height: 58px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 15px;
    width: 100%;
    max-width: 180px;
    border: 0.2px solid var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    transition: background-color 0.3s;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.as-action-search-btn:hover {
    background-color: #0a2240;
}

.as-search-container {
    padding: 0 40px 24px 40px !important;
}

/* Search Suggestions */
.as-suggestions-box {
    position: absolute;
    top: calc(100% - 90px);
    left: 0px;
    right: 0px;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    z-index: 1100;
    margin: 10px 40px 24px 40px;
    border: none;
    display: none;
}

.as-suggestion-main-card {
    padding: 30px 0px 30px 40px;
}

/* Navbar expansion when suggestions active */
.as-search-container.suggestions-active {
    padding-bottom: 100px !important;
}

.suggestion-header {
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}

.suggestion-header::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 43px;
    background-color: var(--primary-color);
}

.suggestion-header h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 0;
}

.suggestion-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 30px;
}

/* Custom Scrollbar for Suggestion List */
.suggestion-list::-webkit-scrollbar {
    width: 13px;
}

.suggestion-list::-webkit-scrollbar-track {
    background: transparent;
}

.suggestion-list::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 20px;
    border: 3px solid var(--white);
}

.suggestion-list::-webkit-scrollbar-thumb:hover {
    background: #0a2240;
}

.suggestion-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    background: var(--bg-light);
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none !important;
    border: none;
}

.suggestion-item:hover {
    background: #f0f0f0;
    border-color: rgba(6, 64, 43, 0.1);
}

.suggestion-img {
    width: 67px;
    height: 67px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.suggestion-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.suggestion-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 4px;
}

.suggestion-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--subtext);
}

.suggestion-loc-icon {
    width: 27px;
    height: 27px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.suggestion-loc-icon img {
    width: 13px;
    height: 13px;
    display: block;
}

/* Search Suggestions Responsive */
@media (max-width: 1400px) {
    .as-suggestions-box {
        margin: 10px 40px 24px 40px;
        top: calc(100% - 90px);
    }

    .as-suggestion-main-card {
        padding: 30px 0px 25px 40px;
    }

    .suggestion-header {
        margin-bottom: 15px;
        padding-left: 18px;
    }

    .suggestion-header::before {
        width: 3.6px;
        height: 38px;
    }

    .suggestion-list::-webkit-scrollbar {
        width: 12px;
    }

    .suggestion-header h4 {
        font-size: 19px;
    }

    .suggestion-list {
        gap: 13px;
        padding-right: 25px;
        max-height: 300px;
    }

    .suggestion-item {
        padding: 13px 18px;
        gap: 18px;
        border-radius: 14px;
    }

    .suggestion-img {
        width: 62px;
        height: 62px;
    }

    .suggestion-name {
        font-size: 15px;
    }

    .suggestion-location {
        font-size: 13px;
        gap: 7px;
    }

    .suggestion-loc-icon {
        width: 24px;
        height: 24px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .suggestion-loc-icon img {
        display: block !important;
    }

    .as-header-text-area {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .as-suggestions-box {
        margin: 10px 30px 20px 30px !important;
        top: calc(100% - 93px) !important;
        border-radius: 18px;
    }

    .as-suggestion-main-card {
        padding: 30px 0px 25px 35px !important;
    }

    .suggestion-header {
        margin-bottom: 13px !important;
        padding-left: 15px !important;
    }

    .suggestion-header::before {
        width: 3.3px;
        height: 32px !important;
    }

    .suggestion-list::-webkit-scrollbar {
        width: 11px;
    }

    .suggestion-header h4 {
        font-size: 17px !important;
    }

    .suggestion-list {
        gap: 11px !important;
        padding-right: 20px !important;
        max-height: 250px;
    }

    .suggestion-item {
        padding: 11px 15px !important;
        gap: 15px !important;
        border-radius: 13px;
    }

    .suggestion-img {
        width: 55px !important;
        height: 55px !important;
        border-radius: 9px;
    }

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

    .suggestion-location {
        font-size: 12px !important;
        gap: 6px !important;
    }

    .suggestion-loc-icon {
        width: 22px !important;
        height: 22px !important;
    }

    .as-header-text-area {
        gap: 18px;
    }
}

@media (max-width: 1100px) {
    .as-suggestions-box {
        margin: 10px 25px 18px 25px !important;
        top: calc(100% - 93px) !important;
        border-radius: 16px;
    }

    .as-suggestion-main-card {
        padding: 25px 0px 25px 33px !important;
    }

    .suggestion-header {
        margin-bottom: 10px !important;
        padding-left: 12px !important;
    }

    .suggestion-header::before {
        width: 3px;
        height: 30px !important;
    }

    .suggestion-list::-webkit-scrollbar {
        width: 10px;
    }

    .suggestion-header h4 {
        font-size: 15px !important;
    }

    .suggestion-list {
        gap: 10px !important;
        padding-right: 15px !important;
        max-height: 230px;
    }

    .suggestion-item {
        padding: 10px 12px !important;
        gap: 12px !important;
        border-radius: 12px;
    }

    .suggestion-img {
        width: 50px !important;
        height: 50px !important;
    }

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

    .suggestion-location {
        font-size: 11px !important;
        gap: 5px !important;
    }

    .suggestion-loc-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .suggestion-loc-icon img {
        width: 12px;
        height: 12px;
        display: block;
    }

    .as-header-text-area {
        gap: 16px;
    }
}

@media (max-width: 1024px) {
    .as-suggestions-box {
        margin: 10px 25px 16px 25px !important;
        top: calc(100% - 93px) !important;
    }

    .as-suggestion-main-card {
        padding: 25px 0px 25px 31px !important;
    }

    .suggestion-header::before {
        width: 2.7px;
        height: 28px !important;
    }

    .suggestion-header h4 {
        font-size: 14px !important;
    }

    .suggestion-list {
        gap: 9px !important;
        max-height: 220px;
    }

    .suggestion-item {
        padding: 9px 11px !important;
        border-radius: 11px;
    }

    .suggestion-img {
        width: 48px !important;
        height: 48px !important;
    }
}

@media (max-width: 992px) {
    .as-suggestions-box {
        margin: 10px 23px 16px 23px !important;
        top: calc(100% - 95px) !important;
        border-radius: 14px;
    }

    .as-suggestion-main-card {
        padding: 25px 0px 25px 25px !important;
    }

    .suggestion-header {
        margin-bottom: 8px !important;
        padding-left: 10px !important;
    }

    .suggestion-header::before {
        width: 2.5px;
        height: 25px !important;
    }

    .suggestion-list::-webkit-scrollbar {
        width: 9px;
    }

    .suggestion-header h4 {
        font-size: 13px !important;
    }

    .suggestion-list {
        gap: 8px !important;
        padding-right: 12px !important;
        max-height: 205px;
    }

    .suggestion-item {
        padding: 8px 10px !important;
        gap: 10px !important;
        border-radius: 10px;
    }

    .suggestion-img {
        width: 45px !important;
        height: 45px !important;
        border-radius: 8px;
    }

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

    .suggestion-location {
        font-size: 10px !important;
        gap: 4px !important;
    }

    .suggestion-loc-icon {
        width: 17px !important;
        height: 17px !important;
    }

    .suggestion-loc-icon img {
        width: 11px;
        height: 11px;
        display: block;
    }

    .as-header-text-area {
        gap: 14px;
    }
}

@media (max-width: 880px) {
    .as-suggestions-box {
        margin: 10px 21px 15px 21px !important;
        top: calc(100% - 96px) !important;
        border-radius: 12px;
    }

    .as-suggestion-main-card {
        padding: 20px 0px 25px 25px !important;
    }

    .suggestion-header {
        padding-left: 9px !important;
    }

    .suggestion-header::before {
        width: 2.3px;
        height: 23px !important;
    }

    .suggestion-header h4 {
        font-size: 12px !important;
    }

    .suggestion-list {
        gap: 7px !important;
        max-height: 185px;
    }

    .suggestion-item {
        padding: 7px 9px !important;
        gap: 9px !important;
        border-radius: 9px;
    }

    .suggestion-img {
        width: 42px !important;
        height: 42px !important;
        border-radius: 7px;
    }

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

    .suggestion-location {
        font-size: 9px !important;
    }

    .suggestion-loc-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .suggestion-loc-icon img {
        width: 10px;
        height: 10px;
        display: block;
    }
}

@media (max-width: 768px) {
    .as-suggestions-box {
        margin: 10px 15px 12px 15px !important;
        top: calc(100% - 59px) !important;
        border-radius: 11px;
    }

    .as-suggestion-main-card {
        padding: 20px 0px 20px 20px !important;
    }

    .suggestion-header {
        margin-bottom: 5px !important;
        padding-left: 8px !important;
    }

    .suggestion-header::before {
        width: 2.2px;
        height: 20px !important;
    }

    .suggestion-header h4 {
        font-size: 11px !important;
    }

    .suggestion-list {
        gap: 6px !important;
        padding-right: 10px !important;
        max-height: 165px;
    }

    .suggestion-item {
        padding: 6px 8px !important;
        gap: 8px !important;
        border-radius: 8px;
    }

    .suggestion-img {
        width: 38px !important;
        height: 38px !important;
        border-radius: 6px;
    }

    .suggestion-name {
        font-size: 10px !important;
    }

    .suggestion-location {
        font-size: 8px !important;
    }

    .suggestion-loc-icon {
        width: 14px !important;
        height: 14px !important;
    }

    .suggestion-loc-icon img {
        width: 9px;
        height: 9px;
        display: block;
    }

    .as-search-container.suggestions-active {
        padding-bottom: 60px !important;
    }

    .as-header-text-area {
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .as-suggestions-box {
        margin: 10px 15px 10px 15px !important;
        top: calc(100% - 59px) !important;
    }

    .as-suggestion-main-card {
        padding: 17px 0px 17px 19px !important;
    }

    .suggestion-item {
        border-radius: 7.5px;
    }

    .suggestion-header::before {
        width: 2px;
        height: 18px !important;
    }

    .suggestion-list::-webkit-scrollbar {
        width: 8.5px;
    }

    .suggestion-header h4 {
        font-size: 10px !important;
    }

    .suggestion-list {
        gap: 5px !important;
        max-height: 145px;
    }

    .suggestion-img {
        width: 32px !important;
        height: 32px !important;
        border-radius: 5px;
    }

    .suggestion-name {
        font-size: 9.5px !important;
    }

    .suggestion-location {
        font-size: 7.5px !important;
    }

    .suggestion-loc-icon {
        width: 12px !important;
        height: 12px !important;
    }

    .suggestion-loc-icon img {
        width: 8px;
        height: 8px;
        display: block;
    }

    .as-header-text-area {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .as-suggestions-box {
        margin: 10px 2px 8px 2px !important;
        top: calc(100% - 59px) !important;
    }

    .as-suggestion-main-card {
        padding: 15px 0px 15px 17px !important;
    }

    .suggestion-header::before {
        width: 1.8px;
        height: 16px !important;
    }

    .suggestion-list::-webkit-scrollbar {
        width: 8px;
    }

    .suggestion-list {
        max-height: 130px;
    }

    .suggestion-header h4 {
        font-size: 9px !important;
    }

    .suggestion-img {
        width: 28px !important;
        height: 28px !important;
        border-radius: 4px;
    }

    .suggestion-name {
        font-size: 9px !important;
    }

    .suggestion-location {
        font-size: 7px !important;
    }

    .suggestion-loc-icon {
        width: 11px !important;
        height: 11px !important;
    }

    .suggestion-loc-icon img {
        width: 7px;
        height: 7px;
    }

    .as-header-text-area {
        gap: 8px;
    }

    .btn-view-more {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 40px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    border: none !important;
    transition: all 0.3s ease !important;
}
.featured-properties-section p {
    font-size: 14px !important;
    margin-bottom: 1px !important;
}

.featured-properties-section p {
    font-size: 14px !important;
    color: var(--subtext);
    font-weight: 400;
}
}

@media (max-width: 400px) {
    .as-suggestions-box {
        margin: 5px 15px 5px 15px !important;
        top: calc(100% - 59px) !important;
    }

    .as-suggestion-main-card {
        padding: 15px 0px 15px 17px !important;
    }

    .suggestion-item {
        border-radius: 7px;
    }

    .suggestion-header::before {
        width: 1.5px;
        height: 14px !important;
    }

    .suggestion-list::-webkit-scrollbar {
        width: 7.5px;
    }

    .suggestion-list {
        max-height: 125px;
    }

    .suggestion-header h4 {
        font-size: 8px !important;
    }

    .suggestion-img {
        width: 25px !important;
        height: 25px !important;
        border-radius: 3px;
    }

    .suggestion-name {
        font-size: 8px !important;
    }

    .suggestion-location {
        font-size: 6px !important;
        gap: 3px !important;
    }

    .suggestion-loc-icon {
        width: 10px !important;
        height: 10px !important;
    }

    .suggestion-loc-icon img {
        width: 6px !important;
        height: 6px !important;
    }
}

/* Agent List Page Section */

.agent-list-stats-section {
    padding: 40px 0;
}

.view-header-wrapper {
    background-color: var(--white);
    padding: 20px 60px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
}

.viewing-header h2 {
    font-size: 28px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}

.viewing-header p {
    font-size: 22px;
    color: var(--subtext);
    font-weight: 400;
    margin-bottom: 0;
}

.sort-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.sort-label {
    font-size: 18px;
    color: var(--subtext);
    font-weight: 400;
    margin-bottom: 0;
}

.sort-select-btn {
    background: var(--white) !important;
    border: 0.4px solid #021124 !important;
    border-radius: 10px !important;
    padding: 7px 17px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    width: fit-content !important;
    min-width: 131px !important;
    justify-content: space-between !important;
}

.sort-select-btn::after {
    display: none !important;
}

.dropdown-menu {
    width: 100% !important;
    min-width: 160px !important;
    border: 0 !important;
    
}

.dropdown-item {
    font-size: 18px !important;
}

/* Agent Card Grid */
.agent-grid-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.agent-grid-wrapper a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.agent-listing-card {
    background: var(--white);
    border-radius: 20px;
    border: 0.4px solid rgba(93, 92, 92, 1);
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    position: relative;
    margin-top: 40px;
    transition: transform 0.3s ease;
    /* max-height: 241px !important; */
    /* max-width: 306px !important; */
    display: flex;
    flex: 1;
    flex-direction: column;

    overflow: visible !important;
}

.agent-listing-card:hover {
    transform: translateY(-5px);
}

/* .agent-card-img-wrap {
  position: absolute;
  top: -65px;
  left: 13px;
  width: 149px;
  height: 149px;
}

.agent-card-img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--bg-light);
} */

.agent-card-img-wrap {
    position: absolute;
    top: -65px;
    left: 13px;

    width: 149px;
    height: 149px;

    border-radius: 50%;
    overflow: hidden;
}
.agent-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
    display: block;
    border: 4px solid var(--bg-light);
}

.agent-card-location {
    position: absolute;
    width: 114px;
    top: 8px;
    right: 9px;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 7px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0px 2px 5px var(--box-shadow);
}

.agent-card-location img {
    width: 23px;
    height: 23px;
    background: var(--white);
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-card-location span {
    flex: 1;
    text-align: center;
}

.agent-card-info {
    padding: 95px 25px 15px 23px;
    flex: 1;
}

.agent-card-info h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 8px;

    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.2em;
}

.agent-card-info p {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 0;
}

.agent-card-footer {
    display: flex;
    border-top: 0.4px solid rgba(6, 64, 43, 0.03);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: transparent;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.agent-footer-stat {
    flex: 1;
    padding: 10px 0 15px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.agent-footer-stat:first-child {
    border-right: 0.4px solid rgba(6, 64, 43, 0.03);
}

.agent-stat-icon {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.agent-stat-icon img {
    width: 22px;
    height: 22px;
}

.agent-stat-details h6 {
    display: block;
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 0;
}

.agent-stat-details p {
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
}

/* Agent List Section Responsive */
@media (max-width: 1400px) {
    .view-header-wrapper {
        padding: 20px 50px;
    }

    .viewing-header h2 {
        font-size: 25px;
    }

    .viewing-header p {
        font-size: 19px;
    }

    .sort-select-btn {
        font-size: 20px;
        gap: 8px;
        padding-right: 13px;
        border-radius: 9px;
    }

    .sort-select-btn img {
        width: 29px;
        height: 29px;
    }

    .agent-card-img-wrap {
        width: 130px;
        height: 130px;
        top: -55px;
    }

    .agent-card-location {
        width: 100px;
        font-size: 11px;
        padding: 5px 6px;
        border-radius: 9px;
    }

    .agent-card-location img {
        width: 22px;
        height: 22px;
        padding: 4px;
    }

    .agent-card-info h3 {
        font-size: 20px;
    }

    .agent-card-info p {
        font-size: 16px;
    }

    .dropdown-menu {
        min-width: 150px !important;
    }

    .dropdown-item {
        font-size: 17px !important;
    }

    .agent-footer-stat {
        gap: 8px;
        padding: 10px 0px 15px 7px;
    }

    .agent-stat-details h6 {
        font-size: 11px;
    }

    .agent-stat-details p {
        font-size: 13px;
    }

    .agent-stat-icon {
        width: 33px;
        height: 33px;
    }

    .agent-stat-icon img {
        width: 19px;
        height: 19px;
    }
}

@media (max-width: 1200px) {
    .view-header-wrapper {
        padding: 20px 40px;
    }

    .viewing-header h2 {
        font-size: 23px;
    }

    .viewing-header p {
        font-size: 17px;
    }

    .sort-select-btn {
        font-size: 18px;
        gap: 8px;
        padding-right: 10px;
        border-radius: 8px;
    }

    .sort-select-btn img {
        width: 27px;
        height: 27px;
    }

    .dropdown-menu {
        min-width: 140px !important;
    }

    .dropdown-item {
        font-size: 16px !important;
    }

    .agent-card-img-wrap {
        width: 110px;
        height: 110px;
        top: -45px;
    }

    .agent-card-info h3 {
        font-size: 18px;
    }

    .agent-card-info p {
        font-size: 14px;
    }

    .agent-card-info {
        padding-top: 80px;
    }

    .agent-footer-stat {
        gap: 6px;
    }

    .agent-stat-icon {
        width: 30px;
        height: 30px;
    }

    .agent-stat-icon img {
        width: 18px;
        height: 18px;
    }

    .agent-stat-details h6 {
        font-size: 11px;
    }

    .agent-stat-details p {
        font-size: 13px;
    }

    .agent-card-location {
        width: 95px;
        font-size: 10px;
        padding: 5px 6px;
        border-radius: 8px;
    }

    .agent-card-location img {
        width: 20px;
        height: 20px;
    }

    .agent-grid-wrapper {
        column-gap: 0px;
    }
}

@media (max-width: 1100px) {
    .view-header-wrapper {
        padding: 15px 30px;
    }

    .viewing-header h2 {
        font-size: 21px;
    }

    .viewing-header p {
        font-size: 15px;
    }

    .sort-label {
        font-size: 16px;
    }

    .sort-select-btn {
        font-size: 17px;
        border-radius: 7px;
    }

    .sort-select-btn img {
        width: 25px;
        height: 25px;
    }

    .dropdown-menu {
        min-width: 130px !important;
    }

    .dropdown-item {
        font-size: 15px !important;
    }

    .agent-listing-card {
        margin-top: 35px;
    }

    .agent-card-img-wrap {
        width: 100px;
        height: 100px;
        top: -45px;
    }

    .agent-card-info h3 {
        font-size: 17px;
    }

    .agent-card-info p {
        font-size: 13px;
    }

    .agent-card-info {
        padding: 75px 20px 15px 20px;
    }

    .agent-card-location {
        width: 90px;
        font-size: 9px;
        padding: 5px 4px;
        gap: 0px;
    }

    .agent-card-location img {
        width: 16px;
        height: 16px;
        padding: 3px;
    }

    .agent-stat-icon {
        width: 27px;
        height: 27px;
    }

    .agent-stat-icon img {
        width: 17px;
        height: 17px;
    }

    .agent-stat-details h6 {
        font-size: 10px;
    }

    .agent-stat-details p {
        font-size: 11.5px;
    }
}

@media (max-width: 1024px) {
    .agent-stat-icon {
        width: 25px;
        height: 25px;
    }

    .agent-stat-icon img {
        width: 15px;
        height: 15px;
    }

    .agent-stat-details p {
        font-size: 11px;
    }

    .agent-footer-stat {
        gap: 4px;
    }

    .agent-card-info {
        padding: 75px 15px 15px 15px;
    }
}

@media (max-width: 992px) {
    .agent-list-stats-section {
        padding: 30px 0;
    }

    .view-header-wrapper {
        padding: 15px 20px;
        margin-bottom: 0px;
    }

    .viewing-header h2 {
        font-size: 19px;
    }

    .viewing-header p {
        font-size: 13px;
    }

    .sort-label {
        font-size: 15px;
    }

    .sort-select-btn {
        font-size: 16px;
    }

    .sort-select-btn img {
        width: 23px;
        height: 23px;
    }

    .dropdown-menu {
        min-width: 120px !important;
    }

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

    .agent-listing-card {
        margin-top: 20px;
    }

    .agent-card-info h3 {
        font-size: 18px;
    }

    .agent-card-info p {
        font-size: 14px;
    }

    .agent-footer-stat {
        gap: 7px;
    }

    .agent-stat-icon {
        width: 33px;
        height: 33px;
    }

    .agent-stat-icon img {
        width: 18px;
        height: 18px;
    }

    .agent-stat-details h6 {
        font-size: 11px;
    }

    .agent-stat-details p {
        font-size: 12px;
    }

    .agent-card-img-wrap {
        width: 95px;
        height: 95px;
        top: -35px;
    }
    .blog-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 880px) {
    .agent-grid-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .agent-card-img-wrap {
        width: 90px;
        height: 90px;
        top: -35px;
    }

    .agent-card-info {
        padding-top: 70px;
    }

    .agent-card-info h3 {
        font-size: 17px;
    }

    .agent-card-info p {
        font-size: 13px;
    }

    .agent-footer-stat {
        gap: 6px;
    }

    .agent-stat-icon {
        width: 31px;
        height: 31px;
    }

    .agent-stat-icon img {
        width: 17px;
        height: 17px;
    }

    .agent-stat-details h6 {
        font-size: 10px;
    }

    .agent-stat-details p {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .view-header-wrapper {
        padding: 15px;
    }

    .viewing-header h2 {
        font-size: 17px;
    }

    .sort-label {
        font-size: 12px;
    }

    .sort-select-btn {
        font-size: 14px;
        padding: 5px 15px;
        padding-right: 8px;
        border-radius: 6px;
    }

    .sort-select-btn img {
        width: 21px;
        height: 21px;
    }

    .dropdown-menu {
        min-width: 110px !important;
    }

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

    .agent-card-img-wrap {
        width: 100px;
        height: 100px;
        top: -40px;
    }

    .agent-card-info {
        padding-top: 13px;
    }

    .agent-card-location {
        width: 100px;
        font-size: 11px;
        padding: 5px 6px;
        gap: 3px;
    }

    .agent-footer-stat {
        gap: 8px;
        padding: 10px 0px 15px 10px;
    }

    .agent-stat-details h6 {
        font-size: 12px;
    }

    .agent-stat-details p {
        font-size: 13px;
    }

    .agent-stat-icon {
        width: 31px;
        height: 31px;
    }

    .agent-stat-icon img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .view-header-wrapper {
        padding: 15px 10px;
    }

    .agent-grid-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .viewing-header h2 {
        font-size: 15px;
    }

    .viewing-header p {
        font-size: 11px;
    }

    .sort-label {
        font-size: 11px;
    }

    .sort-select-btn {
        font-size: 12px;
        padding: 5px 12px;
        padding-right: 8px;
        border-radius: 5px;
    }

    .sort-select-btn img {
        width: 19px;
        height: 19px;
    }

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

    .agent-card-img-wrap {
        width: 90px;
        height: 90px;
        top: -35px;
    }

    .agent-card-info h3 {
        font-size: 15px;
    }

    .agent-card-info p {
        font-size: 12px;
    }

    .agent-card-info {
        padding-top: 11px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .agent-card-location {
        width: 90px;
        font-size: 10px;
    }

    .agent-card-location {
        width: 90px;
        font-size: 10px;
        padding: 4px 5px;
        gap: 1px;
    }

    .agent-card-location img {
        width: 15px;
        height: 15px;
        padding: 3px;
    }

    .agent-footer-stat {
        gap: 5px;
        padding: 10px 0px 15px 7px;
    }

    .agent-stat-details h6 {
        font-size: 10px;
    }

    .agent-stat-details p {
        font-size: 11px;
    }

    .agent-stat-icon {
        width: 27px;
        height: 27px;
    }

    .agent-stat-icon img {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 480px) {
    .agent-card-img-wrap {
        width: 75px;
        height: 75px;
        top: -25px;
        left: 10px;
    }

    .agent-card-location {
        width: 95px;
        font-size: 8px;
        border-radius: 6px;
        padding: 4px 5px;
        gap: 1px;
    }

    .agent-card-location img {
        width: 11px;
        height: 11px;
        padding: 2px;
    }

    .agent-card-info h3 {
        font-size: 14px;
    }

    .agent-card-info p {
        font-size: 11px;
    }

    .agent-footer-stat {
        gap: 3px;
        padding: 10px 0px 15px 5px;
    }

    .agent-stat-details h6 {
        font-size: 8px;
    }

    .agent-stat-details p {
        font-size: 9px;
    }

    .agent-stat-icon {
        width: 21px;
        height: 21px;
    }

    .agent-stat-icon img {
        width: 11px;
        height: 11px;
    }

    .agent-card-info {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .property-card-details {
    padding: 7px 5px 20px 6px;
}
}

@media (max-width: 400px) {
    .view-header-wrapper {
        padding: 10px;
    }

    .agent-grid-wrapper > div {
        width: 100% !important;
    }

    .agent-listing-card {
        margin: 10px 25px 0px 25px;
    }

    .viewing-header h2 {
        font-size: 13px;
    }

    .viewing-header p {
        font-size: 10px;
    }

    .sort-label {
        font-size: 18px !important;
        text-wrap: nowrap !important;
        /* margin-top: 10px !important; */
        height: 100%;
    }

    .sort-select-btn {
        font-size: 11px !important;
        padding: 5px 12px !important;
        padding-right: 8px !important;
        gap: 5px !important;
        border-radius: 4px !important;
        min-height: 33px !important;
        width: fit-content !important;
        min-width: 82px !important;
    }

    .sort-select-btn img {
        width: 17px;
        height: 17px;
    }

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

    .agent-card-img-wrap {
        width: 80px;
        height: 80px;
        top: -30px;
        left: 10px;
    }

    .agent-card-info {
        padding-top: 55px;
    }

    .agent-footer-stat {
        gap: 7px;
        padding: 10px 0px 15px 10px;
    }

    .agent-stat-icon {
        width: 25px;
        height: 25px;
    }

    .agent-stat-icon img {
        width: 14px;
        height: 14px;
    }

    .agent-stat-details h6 {
        font-size: 10px;
    }

    .agent-stat-details p {
        font-size: 11px;
    }

}

/* Property List Page Layout */
.property-listings-main {
    background-color: var(--bg-light);
    padding: 40px 0;
}

.property-grid-wrapper {
    padding-top: 24px;
}

.property-results-container {
    padding: 0px 60px;
}

.property-result-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    transition: transform 0.3s ease;
    border: none;
    /* width: 306px; */
    height: auto;
    position: relative;
    cursor: pointer;

    width: 100%;
    max-width: 326px;
}

.property-result-card:hover {
    transform: translateY(-5px);
}

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

.property-card-media img {
    width: 100%;
    height: 164px;
    object-fit: cover;
}

.property-card-details {
    padding: 7px 15px 20px 15px;
}

.agent-profile-info {
    gap: 8px;
    display: flex;
    align-items: center;
}

.agent-profile-info img {
    width: 54px;
    height: 54px;
    border: 1px solid var(--bg-light);
    border-radius: 50%;
    object-fit: cover;
}

.agent-profile-info span {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    padding-left: 5px !important;
}

.agent-summary-row span {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

.location-summary-row {
    gap: 8px;
}

.location-mini-icon {
    width: 37px;
    height: 37px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.location-mini-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.location-summary-row span {
    font-size: 18px;
    font-weight: 500;
    color: var(--subtext);
    padding-left: 7px;
}

.agent-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

/* Property Selection Dropdowns */
.property-select-btn,
.property-select-btn:hover,
.property-select-btn:focus {
    background-color: var(--bg-light) !important;
    border: 0.2px solid #021124 !important;
    border-radius: 15px !important;
    padding: 13px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    min-width: 180px !important;
    transition: all 0.3s ease !important;
}

.property-select-btn::after {
    display: none !important;
}

.property-select-text {
    font-size: 16px;
    color: var(--subtext);
    font-weight: 400;
}

.property-select-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-select-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.as-dropdowns-wrapper .dropdown-menu {
    width: 100%;
    border-radius: 10px;
    margin-top: 5px !important;
}

/* Search Suggestions Box */
.suggestion-container-gray h4 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

.suggestion-container-gray h4.agent {
    color: var(--black);
    padding: 20px 20px 0 20px;
}

.property-suggestions-box {
    position: absolute;
    top: calc(100% - 90px);
    left: 0px;
    right: 0px;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
    z-index: 1100;
    margin: 0 40px 24px 40px;
    border: none;
    display: none;
}

.ps-suggestions-main-card {
    padding: 30px 0px 30px 40px;
}

.suggestions-scroll-container {
    max-height: 540px;
    overflow-y: auto;
    padding-right: 25px;
}

/* Custom Scrollbar for Suggestions */
.suggestions-scroll-container::-webkit-scrollbar {
    width: 10px;
}

.suggestions-scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.suggestions-scroll-container::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 20px;
    border: 2px solid var(--white);
}

.suggestions-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #0a2240;
}

/* Offsetting the thumb from the top (starts below the header) and bottom */
.suggestions-scroll-container::-webkit-scrollbar-button:vertical:start:increment {
    display: block;
    height: 50px;
}

.suggestions-scroll-container::-webkit-scrollbar-button:vertical:end:increment {
    display: block;
    height: 20px;
}

.suggestion-container-gray {
    background-color: var(--bg-light);
    border-radius: 15px;
    margin-top: 20px;
    margin-right: 40px;
}

.property-suggestion-list {
    display: flex;
    flex-direction: column;
    padding: 5px 30px;
}

.property-suggestion-item {
    display: flex !important;
    align-items: center;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 0.2px solid var(--primary-border-light);
    color: var(--black) !important;
    transition: all 0.2s ease;
}

.property-suggestion-item img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.property-suggestion-item span {
    font-size: 18px;
    font-weight: 400;
    margin-left: 20px;
}

.property-suggestion-item:last-child {
    border-bottom: none;
}

.property-suggestion-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.agent-suggestion-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px 20px 20px;
}

.agent-suggestion-card {
    display: flex !important;
    align-items: center;
    text-decoration: none;
    background: var(--white);
    border-radius: 15px;
    padding: 15px;
    transition: all 0.2s ease;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.agent-suggestion-card:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.agent-suggestion-img {
    width: 67px;
    height: 67px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 17px;
}

.agent-suggestion-name {
    display: block;
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}

.agent-suggestion-location {
    display: flex;
    align-items: center;
    color: var(--subtext);
    font-size: 14px;
}

.agent-suggestion-loc-icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    padding: 0;
}

.agent-suggestion-loc-icon img {
    display: block;
    width: 13px;
    height: 13px;
}



/* Property List Responsiveness */
@media (max-width: 1400px) {
    .property-listings-main {
        padding: 35px 0;
    }

    .property-results-container {
        padding: 0 50px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
        padding-left: 18px;
    }

    .section-title::before {
        width: 3.7px;
        height: 47px;
    }

    .view-all-link {
        font-size: 19px;
    }

    .property-result-card {
        width: 100% !important;
        max-width: 290px;
    }

    .property-card-media img {
        height: 155px;
    }

    .agent-profile-info img {
        width: 50px;
        height: 50px;
    }

    .agent-profile-info span {
        font-size: 15px;
    }

    .agent-summary-row span {
        font-size: 17px;
    }

    .location-mini-icon {
        width: 32px;
        height: 32px;
    }

    .location-mini-icon img {
        width: 17px;
        height: 17px;
    }

    .location-summary-row span {
        font-size: 16px;
    }

    .agent-profile-info {
        gap: 6px;
    }

    .location-summary-row {
        gap: 6px;
    }

    .property-suggestions-box {
        margin: 10px 40px 24px 40px;
        top: calc(100% - 100px);
        border-radius: 18px;
    }

    .ps-suggestions-main-card {
        padding: 30px 0px 25px 40px;
    }

    .suggestion-container-gray h4 {
        font-size: 19px;
    }

    .suggestion-container-gray {
        margin-right: 25px;
        margin-top: 15px;
        border-radius: 13px;
    }

    .property-suggestion-list {
        padding: 5px 25px;
    }

    .property-suggestion-item {
        padding: 13px 0;
    }

    .property-suggestion-item img {
        width: 18px;
        height: 18px;
    }

    .property-suggestion-item span {
        font-size: 17px;
        margin-left: 17px;
    }

    .agent-suggestion-list {
        gap: 13px;
        padding: 13px 18px 18px 18px;
    }

    .agent-suggestion-card {
        padding: 13px;
        border-radius: 14px;
    }

    .agent-suggestion-img {
        width: 62px;
        height: 62px;
        margin-right: 15px;
    }

    .agent-suggestion-name {
        font-size: 15px;
    }

    .agent-suggestion-location {
        font-size: 13px;
    }

    .agent-suggestion-loc-icon {
        width: 24px;
        height: 24px;
    }

    .property-select-btn {
        padding: 12px 18px;
        gap: 25px;
        min-width: 170px;
        border-radius: 12px;
    }

    .property-select-text {
        font-size: 15px;
    }

    .property-select-icon {
        width: 26px;
        height: 26px;
    }

    .suggestions-scroll-container {
        max-height: 495px;
    }

    .suggestion-container-gray h4.agent {
        padding: 16px 20px 4px 20px;
    }
}

@media (max-width: 1200px) {
    .property-listings-main {
        padding: 30px 0;
    }

    .property-results-container {
        padding: 0 40px;
    }

    .section-title {
        font-size: 22px;
        padding-left: 16px;
    }

    .section-title::before {
        width: 3.4px;
        height: 41px;
    }

    .view-all-link {
        font-size: 18px;
    }

    .property-result-card {
        max-width: 270px;
    }

    .property-card-media img {
        height: 145px;
    }

    .agent-profile-info img {
        width: 41px;
        height: 41px;
    }

    .location-mini-icon {
        width: 28px;
        height: 28px;
    }

    .location-mini-icon img {
        width: 15px;
        height: 15px;
    }

    .location-summary-row span {
        font-size: 15px;
    }

    .property-grid-wrapper {
        column-gap: 0px;
    }

    .agent-profile-info {
        gap: 5px;
    }

    .agent-summary-row span {
        font-size: 16px;
    }

    .location-summary-row {
        gap: 4px;
    }

    .property-suggestions-box {
        margin: 10px 30px 20px 30px !important;
        top: calc(100% - 100px) !important;
        border-radius: 16px;
    }

    .ps-suggestions-main-card {
        padding: 30px 0px 25px 35px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 17px !important;
    }

    .suggestion-container-gray {
        margin-right: 20px !important;
        margin-top: 13px !important;
        border-radius: 11px;
    }

    .property-suggestion-list {
        padding: 5px 20px !important;
    }

    .property-suggestion-item {
        padding: 11px 0 !important;
    }

    .property-suggestion-item img {
        width: 16px !important;
        height: 16px !important;
    }

    .property-suggestion-item span {
        font-size: 15px !important;
        margin-left: 15px !important;
    }

    .agent-suggestion-list {
        gap: 11px !important;
        padding: 11px 15px 15px 15px !important;
    }

    .agent-suggestion-card {
        padding: 11px !important;
        border-radius: 13px !important;
    }

    .agent-suggestion-img {
        width: 55px !important;
        height: 55px !important;
        margin-right: 13px !important;
    }

    .agent-suggestion-name {
        font-size: 14px !important;
    }

    .agent-suggestion-location {
        font-size: 12px !important;
    }

    .agent-suggestion-loc-icon {
        width: 22px !important;
        height: 22px !important;
    }

    .agent-suggestion-loc-icon img {
        width: 11px !important;
        height: 11px !important;
    }

    .property-select-btn {
        padding: 10px 13px;
        gap: 15px;
        min-width: 160px;
        border-radius: 10px;
    }

    .property-select-text {
        font-size: 14px;
    }

    .property-select-icon {
        width: 22px;
        height: 22px;
    }

    .suggestions-scroll-container {
        max-height: 435px;
    }

    .suggestion-container-gray h4.agent {
        padding: 14px 20px 4px 20px;
    }
}

@media (max-width: 1100px) {
    .property-results-container {
        padding: 0 35px;
    }

    .section-title {
        font-size: 21px;
        padding-left: 14px;
    }

    .section-title::before {
        width: 3.3px;
        height: 35px;
    }

    .view-all-link {
        font-size: 16.5px;
    }

    .property-result-card {
        max-width: 245px;
    }

    .property-card-media img {
        height: 135px;
    }

    .agent-profile-info img {
        width: 37px;
        height: 37px;
    }

    .agent-profile-info span {
        font-size: 14px;
    }

    .agent-summary-row span {
        font-size: 15px;
    }

    .location-mini-icon {
        width: 25px;
        height: 25px;
    }

    .location-mini-icon img {
        width: 13px;
        height: 13px;
    }

    .location-summary-row span {
        font-size: 14px;
    }

    .agent-profile-info {
        gap: 3px;
    }

    .location-summary-row {
        gap: 2px;
    }

    .property-suggestions-box {
        margin: 10px 25px 18px 25px !important;
        top: calc(100% - 100px) !important;
        border-radius: 14px;
    }

    .ps-suggestions-main-card {
        padding: 25px 0px 25px 33px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 15px !important;
    }

    .suggestion-container-gray {
        margin-right: 15px !important;
        margin-top: 11px !important;
    }

    .property-suggestion-list {
        padding: 5px 15px !important;
    }

    .property-suggestion-item {
        padding: 10px 0 !important;
    }

    .property-suggestion-item img {
        width: 14px !important;
        height: 14px !important;
    }

    .property-suggestion-item span {
        font-size: 14px !important;
        margin-left: 12px !important;
    }

    .agent-suggestion-list {
        gap: 10px !important;
        padding: 10px 12px 12px 12px !important;
    }

    .agent-suggestion-card {
        padding: 10px !important;
        border-radius: 12px !important;
    }

    .agent-suggestion-img {
        width: 50px !important;
        height: 50px !important;
        margin-right: 11px !important;
    }

    .agent-suggestion-name {
        font-size: 13px !important;
    }

    .agent-suggestion-location {
        font-size: 11px !important;
    }

    .agent-suggestion-loc-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .agent-suggestion-loc-icon img {
        width: 9px !important;
        height: 9px !important;
    }

    .property-select-btn {
        padding: 9px 12px;
        gap: 13px;
        min-width: 150px;
        border-radius: 9px;
    }

    .property-select-text {
        font-size: 13px;
    }

    .property-select-icon {
        width: 20px;
        height: 20px;
    }

    .suggestions-scroll-container {
        max-height: 400px;
    }

    .suggestion-container-gray h4.agent {
        padding: 12px 20px 4px 18px;
    }
}

@media (max-width: 1024px) {
    .property-listings-main {
        padding: 25px 0;
    }

    .section-title {
        font-size: 20px;
        padding-left: 12px;
    }

    .section-title::before {
        height: 35px;
    }

    .view-all-link {
        font-size: 16px;
    }

    .property-result-card {
        max-width: 100%;
    }

    .property-card-media img {
        height: 125px;
    }

    .agent-profile-info img {
        width: 35px;
        height: 35px;
    }

    .agent-profile-info span {
        font-size: 13px;
    }

    .location-mini-icon {
        width: 23px;
        height: 23px;
    }

    .location-mini-icon img {
        width: 12px;
        height: 12px;
    }

    .location-summary-row span {
        font-size: 13px;
    }

    .agent-summary-row span {
        font-size: 14px;
    }

    .property-suggestions-box {
        margin: 10px 25px 16px 25px !important;
        top: calc(100% - 100px) !important;
    }

    .ps-suggestions-main-card {
        padding: 25px 0px 25px 31px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 14px !important;
    }

    .property-suggestion-list {
        padding: 5px 12px !important;
    }

    .property-suggestion-item {
        padding: 9px 0 !important;
    }

    .property-suggestion-item img {
        width: 13px !important;
        height: 13px !important;
    }

    .property-suggestion-item span {
        font-size: 13px !important;
        margin-left: 10px !important;
    }

    .agent-suggestion-img {
        width: 48px !important;
        height: 48px !important;
    }

    .property-select-btn {
        min-width: 140px;
    }

    .suggestions-scroll-container {
        max-height: 385px;
    }
}

@media (max-width: 992px) {
    .property-grid-wrapper {
        padding-top: 20px;
    }

    .section-title {
        font-size: 19px;
    }

    .view-all-link {
        font-size: 15px;
    }

    .property-card-media img {
        height: auto;
        aspect-ratio: 16/9;
    }

    .agent-profile-info img {
        width: 40px;
        height: 40px;
    }

    .agent-profile-info span {
        font-size: 14px;
    }

    .agent-summary-row span {
        font-size: 15px;
    }

    .location-mini-icon {
        width: 24px;
        height: 24px;
    }

    .location-mini-icon img {
        width: 11px;
        height: 11px;
    }

    .location-summary-row span {
        font-size: 14px;
    }

    .agent-profile-info {
        gap: 6px;
    }

    .location-summary-row {
        gap: 4px;
    }

    .property-suggestions-box {
        margin: 10px 23px 16px 23px !important;
        top: calc(100% - 100px) !important;
        border-radius: 12px;
    }

    .ps-suggestions-main-card {
        padding: 25px 0px 25px 25px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 13px !important;
    }

    .suggestion-container-gray {
        margin-right: 12px !important;
        margin-top: 10px !important;
        border-radius: 9px;
    }

    .property-suggestion-list {
        padding: 5px 10px !important;
    }

    .property-suggestion-item {
        padding: 8px 0 !important;
    }

    .property-suggestion-item img {
        width: 12px !important;
        height: 12px !important;
    }

    .property-suggestion-item span {
        font-size: 12px !important;
        margin-left: 9px !important;
    }

    .agent-suggestion-list {
        gap: 8px !important;
        padding: 8px 10px 10px 10px !important;
    }

    .agent-suggestion-card {
        padding: 8px !important;
        border-radius: 10px !important;
    }

    .agent-suggestion-img {
        width: 45px !important;
        height: 45px !important;
        margin-right: 9px !important;
    }

    .agent-suggestion-name {
        font-size: 12px !important;
    }

    .agent-suggestion-location {
        font-size: 10px !important;
    }

    .agent-suggestion-loc-icon {
        width: 17px !important;
        height: 17px !important;
    }

    .agent-suggestion-loc-icon img {
        width: 7px !important;
        height: 7px !important;
    }

    .property-select-btn {
        padding: 9px 10px;
        gap: 10px;
        min-width: 130px;
        border-radius: 8px;
    }

    .property-select-text {
        font-size: 11.5px;
    }

    .property-select-icon {
        width: 18px;
        height: 18px;
    }

    .suggestions-scroll-container {
        max-height: 350px;
    }

    .suggestion-container-gray h4.agent {
        padding: 11px 20px 3px 14px;
    }
}

@media (max-width: 880px) {
    .property-listings-main {
        padding: 20px 0;
    }

    .section-title {
        font-size: 18px;
    }

    .section-title::before {
        width: 3.1px;
        height: 32px;
    }

    .view-all-link {
        font-size: 14px;
    }

    .agent-profile-info img {
        width: 35px;
        height: 35px;
    }

    .location-mini-icon {
        width: 22px;
        height: 22px;
    }

    .location-mini-icon img {
        width: 10px;
        height: 10px;
    }

    .location-summary-row span {
        font-size: 13px;
    }

    .agent-profile-info span {
        font-size: 13px;
    }

    .agent-profile-info {
        gap: 5px;
    }

    .agent-summary-row span {
        font-size: 14px;
    }

    .location-summary-row {
        gap: 3px;
    }

    .property-suggestions-box {
        margin: 10px 21px 15px 21px !important;
        top: calc(100% - 100px) !important;
        border-radius: 10px;
    }

    .ps-suggestions-main-card {
        padding: 20px 0px 25px 25px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 12px !important;
    }

    .suggestion-container-gray {
        margin-right: 10px !important;
    }

    .property-suggestion-item {
        padding: 7px 0 !important;
    }

    .property-suggestion-item img {
        width: 11px !important;
        height: 11px !important;
    }

    .property-suggestion-item span {
        font-size: 11px !important;
        margin-left: 8px !important;
    }

    .agent-suggestion-list {
        gap: 7px !important;
    }

    .agent-suggestion-card {
        padding: 7px !important;
        border-radius: 9px !important;
    }

    .agent-suggestion-img {
        width: 42px !important;
        height: 42px !important;
    }

    .agent-suggestion-name {
        font-size: 11px !important;
    }

    .agent-suggestion-location {
        font-size: 9px !important;
    }

    .agent-suggestion-loc-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .agent-suggestion-loc-icon img {
        width: 6px !important;
        height: 6px !important;
    }

    .property-select-btn {
        min-width: 120px;
    }

    .property-select-icon {
        width: 16px;
        height: 16px;
    }

    .suggestions-scroll-container {
        max-height: 320px;
    }
}

@media (max-width: 768px) {
    .property-listings-main {
        padding: 17px 0;
    }

    .section-title {
        font-size: 17px;
    }

    .section-title::before {
        width: 3px;
        height: 30px;
    }

    .view-all-link {
        font-size: 13px;
    }

    .agent-profile-info img {
        width: 37px;
        height: 37px;
    }

    .agent-profile-info span {
        font-size: 13px;
    }

    .agent-summary-row span {
        font-size: 14.5px;
    }

    .location-mini-icon {
        width: 22px;
        height: 22px;
    }

    .location-mini-icon img {
        width: 9px;
        height: 9px;
    }

    .location-summary-row span {
        font-size: 12.5px;
    }

    .agent-profile-info {
        gap: 7px;
    }

    .location-summary-row {
        gap: 2px;
    }

    .property-suggestions-box {
        margin: 10px 15px 12px 15px !important;
        top: calc(100% - 63px) !important;
    }

    .ps-suggestions-main-card {
        padding: 20px 0px 20px 20px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 11px !important;
    }

    .suggestion-container-gray {
        margin-right: 8px !important;
        margin-top: 8px !important;
    }

    .property-suggestion-list {
        padding: 5px 8px !important;
    }

    .property-suggestion-item {
        padding: 6px 0 !important;
    }

    .property-suggestion-item img {
        width: 10px !important;
        height: 10px !important;
    }

    .property-suggestion-item span {
        font-size: 10px !important;
        margin-left: 7px !important;
    }

    .agent-suggestion-list {
        gap: 6px !important;
        padding: 6px 8px 8px 8px !important;
    }

    .agent-suggestion-card {
        padding: 6px !important;
        border-radius: 8px !important;
    }

    .agent-suggestion-img {
        width: 38px !important;
        height: 38px !important;
        margin-right: 8px !important;
    }

    .agent-suggestion-name {
        font-size: 10px !important;
    }

    .agent-suggestion-location {
        font-size: 8px !important;
    }

    .agent-suggestion-loc-icon {
        width: 14px !important;
        height: 14px !important;
    }

    .as-dropdowns-wrapper {
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        width: auto;
    }

    .as-dropdowns-wrapper .dropdown {
        width: auto;
    }

    .property-select-btn {
        width: auto !important;
        padding: 7px 10px;
        gap: 9px;
        min-width: 110px;
        border-radius: 7px;
    }

    .property-select-text {
        font-size: 10px;
    }

    .property-select-icon {
        width: 14px;
        height: 14px;
    }

    .suggestions-scroll-container {
        max-height: 285px;
    }

    .suggestion-container-gray h4.agent {
        padding: 9px 20px 3px 12px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 16px;
        padding-left: 10px;
    }

    .section-title::before {
        width: 2.7px;
        height: 29px;
    }

    .view-all-link {
        font-size: 12px;
    }

    .agent-profile-info img {
        width: 32px;
        height: 32px;
    }

    .location-mini-icon {
        width: 20px;
        height: 20px;
    }

    .location-mini-icon img {
        width: 8px;
        height: 8px;
    }

    .location-summary-row span {
        font-size: 11px;
    }

    .agent-profile-info span {
        font-size: 11px;
    }

    .agent-profile-info {
        gap: 4px;
    }

    .agent-summary-row span {
        font-size: 12.5px;
    }

    .location-summary-row {
        gap: 1px;
    }

    .property-suggestions-box {
        margin: 10px 15px 10px 15px !important;
        top: calc(100% - 63px) !important;
    }

    .ps-suggestions-main-card {
        padding: 17px 0px 17px 19px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 10px !important;
    }

    .suggestion-container-gray {
        margin-right: 7px !important;
        border-radius: 7px;
    }

    .property-suggestion-item span {
        font-size: 9px !important;
    }

    .agent-suggestion-list {
        gap: 5px !important;
    }

    .agent-suggestion-card {
        border-radius: 7.5px !important;
    }

    .agent-suggestion-img {
        width: 32px !important;
        height: 32px !important;
    }

    .agent-suggestion-name {
        font-size: 9.5px !important;
    }

    .agent-suggestion-location {
        font-size: 7.5px !important;
    }

    .agent-suggestion-loc-icon {
        width: 12px !important;
        height: 12px !important;
    }

    .agent-suggestion-loc-icon img {
        width: 5px !important;
        height: 5px !important;
    }

    .property-select-btn {
        padding: 6px 9px;
        gap: 8px;
        min-width: 100px;
        border-radius: 6px;
    }

    .property-select-text {
        font-size: 9px;
    }

    .property-select-icon {
        width: 13px;
        height: 13px;
    }

    .suggestions-scroll-container {
        max-height: 263px;
    }

    .suggestion-container-gray h4.agent {
        padding: 8px 20px 3px 10px;
    }

    .property-suggestion-item img {
        width: 9px !important;
        height: 9px !important;
    }
}

/* himesh update 3 */
@media (max-width: 480px) {
    .property-listings-main {
        padding: 15px 0;
    }

    .property-results-container {
        padding: 0 30px;
    }

    .section-title {
        font-size: 14px;
        padding-left: 8px;
    }

    .section-title::before {
        width: 2.5px;
        height: 25px;
    }

    .view-all-link {
        font-size: 11px;
    }

    .property-grid-wrapper > div {
        width: 100% !important;
    }

    .property-grid-wrapper {
        padding-top: 14px;
        margin: 10px 10px 0px 10px;
    }

    .agent-profile-info img {
        width: 33px;
        height: 33px;
    }

    .agent-profile-info span {
        font-size: 12px;
    }

    .agent-summary-row span {
        font-size: 13px;
    }

    .location-mini-icon {
        width: 18px;
        height: 18px;
    }

    .location-mini-icon img {
        width: 7px;
        height: 7px;
    }

    .property-suggestions-box {
        margin: 10px 15px 8px 15px !important;
        top: calc(100% - 63px) !important;
        border-radius: 10px;
    }

    .ps-suggestions-main-card {
        padding: 15px 0px 15px 17px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 9px !important;
    }

    .suggestion-container-gray {
        margin-right: 6px !important;
        border-radius: 6px;
    }

    .property-suggestion-list {
        padding: 5px 6px !important;
    }

    .property-suggestion-item span {
        font-size: 8px !important;
        margin-left: 6px !important;
    }

    .agent-suggestion-card {
        border-radius: 4px !important;
    }

    .agent-suggestion-img {
        width: 28px !important;
        height: 28px !important;
    }

    .agent-suggestion-name {
        font-size: 9px !important;
    }

    .agent-suggestion-location {
        font-size: 7px !important;
    }

    .agent-suggestion-loc-icon {
        width: 11px !important;
        height: 11px !important;
    }

    .agent-suggestion-loc-icon img {
        width: 4px !important;
        height: 4px !important;
    }

    .property-select-btn {
        padding: 5px 7px;
        gap: 7px;
        min-width: 90px;
        border-radius: 5px;
    }

    .property-select-text {
        font-size: 8px;
    }

    .property-select-icon {
        width: 12px;
        height: 12px;
    }

    .suggestions-scroll-container {
        max-height: 250px;
    }

    .suggestion-container-gray h4.agent {
        padding: 7px 20px 2px 9px;
    }

    /* Luxury Market Section */
.luxury-markets-section {
    padding: 40px 10px;
    background-color: var(--white);
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.market-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 241px;
    margin-bottom: 10px;
}

.market-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.market-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.63);
    padding: 12px 0;
    text-align: center;
}

.market-overlay h5 {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.luxury-markets-section p {
    font-size: 18px;
    color: var(--subtext);
    font-weight: 400;
}




/* ==================================
   TOP PERFORMERS
================================== */

.top-performers-section {
    /* padding: 308px 15px !important; */
    padding-top: 308px !important;
    padding-bottom: 18px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.top-performers-section p {
    font-size: 14px;
    color: var(--subtext);
    font-weight: 400;
}

.top-section-title {
    font-size: 24px !important;
    margin-bottom: 25px !important;
}

.top-performers-section .row {
    --bs-gutter-x: 12px !important;
    --bs-gutter-y: 12px !important;
}

.top-performers-section .col-lg-3,
.top-performers-section .col-md-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
}

.performer-card {
    height: auto !important;
    border-radius: 14px !important;
}

.performer-img-wrapper img {
    height: 180px !important;
}

.location-badge {
    font-size: 11px !important;
    padding: 5px 10px !important;
}

.performer-info {
    padding: 12px !important;
}

.performer-info h5 {
    font-size: 15px !important;
}

.performer-info p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

/* ==================================
   LUXURY MARKETS
================================== */

.luxury-markets-section {
    padding: 11px 15px !important;
}

.luxury-markets-section p {
    font-size: 14px !important;
    margin-bottom: 1px !important;
}

.market-card {
    height: 180px !important;
    border-radius: 14px !important;
}

.market-overlay {
    padding: 10px 0 !important;
}

.market-overlay h5 {
    font-size: 15px !important;
}

/* ==================================
   ABOUT SECTION
================================== */

.about-section {
    padding: 11px 15px !important;
}

.about-section p {
    font-size: 14px !important;
}

.about-section h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
}

.about-desc {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
}

 .row.mt-3 {
        justify-content: center !important;
        row-gap: 15px !important;
    }

    .row.mt-3 > .col-md-4 {
        width: 50% !important;
        max-width: 50% !important;
    }

    .row.mt-3 > .col-md-4:last-child {
        width: 50% !important;
        max-width: 50% !important;
        margin: 0 auto !important;
    }


.about-stat-item {
    gap: 10px !important;
    margin-bottom: 15px !important;
}

.stat-icon-circle {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
}

.stat-icon-circle img {
    width: 22px !important;
    height: 22px !important;
}

.stat-info h4 {
    font-size: 16px !important;
    margin-bottom: 2px !important;
}

.stat-info p {
    font-size: 13px !important;
}

.about-img-top {
    height: 180px !important;
    border-radius: 14px !important;
}

.about-img-btm {
    height: 110px !important;
    border-radius: 14px !important;
}

.custom-half {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* ==================================
   TESTIMONIALS
================================== */

.home-testimonials-section {
    padding: 12px 15px !important;
}

.home-testimonials-section h2 {
    font-size: 28px !important;
}

.home-testimonials-section p {
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.testimonials-wrapper {
    min-height: 245px !important;
}

.testimonial-card-home {
    width: 100% !important;
    height: auto !important;
    padding: 18px !important;
    border-radius: 14px !important;
}

.swiper-testimonials .swiper-slide {
    width: 100% !important;
    height: auto !important;
}

.home-testimonial-quote {
    width: 28px !important;
    height: 28px !important;
}

.home-testimonial-stars {
    gap: 8px !important;
}

.testimonial-star {
    width: 16px !important;
    height: 16px !important;
}

.testimonial-card-home p {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.home-testimonial-author img {
    width: 40px !important;
    height: 40px !important;
}

.home-testimonial-author h5 {
    font-size: 14px !important;
}

.home-testimonial-btn {
    width: 38px !important;
    height: 38px !important;
}

.home-testimonial-btn img {
    width: 100px !important;
}

.home-testimonial-btn.prev-btn {
    left: -5px !important;
}

.home-testimonial-btn.next-btn {
    right: -5px !important;
}

/* ==================================
   BLOGS
================================== */

.home-blogs-section {
    padding: 30px 15px !important;
}

.home-blogs-section h2 {
    font-size: 28px !important;
}

.home-blogs-section p {
    font-size: 15px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.blogs-wrapper {
    height: auto !important;
}

.blog-card {
    border-radius: 14px !important;
}

.blog-card img {
    height: 180px !important;
}

.blog-body {
    padding: 15px !important;
}

.blog-body h4 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

.blog-author img {
    width: 38px !important;
    height: 38px !important;
}

.blog-author span {
    font-size: 14px !important;
    padding-left: 5px !important;
}

.blog-footer span {
    font-size: 13px !important;
}


    .blogs-wrapper {
        height: auto !important;
        min-height: unset !important;
    }

    .swiper-blogs,
    .swiper-blogs .swiper-wrapper,
    .swiper-blogs .swiper-slide {
        height: auto !important;
    }

    .blog-card {
        height: auto !important;
        min-height: unset !important;
    }


.swiper-blogs .swiper-slide {
    width: 100% !important;
    height: auto !important;
}

.home-blog-btn {
    width: 38px !important;
    height: 38px !important;
}

.home-blog-btn img {
    width: 75px !important;
}

.prev-btn-blog {
    left: -5px !important;
}

.next-btn-blog {
    right: -5px !important;
}

   /* Header */
    .blog-list-header,
    .blog-detail-header {
        padding: 40px 15px !important;
    }

    .blog-list-header h1,
    .blog-detail-header h1 {
        font-size: 30px !important;
        margin-bottom: 12px !important;
    }

    .blog-list-header p,
    .blog-detail-header p {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    /* Blog List Section */
    .blog-list-section {
        padding: 30px 0 !important;
    }

    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .blog-list-img {
        height: 220px !important;
    }

    .blog-list-content {
        padding: 15px !important;
    }

    .blog-list-content h3 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
        height: auto !important;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .blog-list-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .author-info {
        gap: 10px !important;
    }

    .author-info img {
        width: 40px !important;
        height: 40px !important;
    }

    .author-info span,
    .blog-list-date {
        font-size: 15px !important;
    }

    /* Blog Detail Section */
    .blog-detail-content-section {
        padding: 30px 0 !important;
    }

    .blog-main-card {
        padding: 20px 0 !important;
        border-radius: 15px !important;
    }

    .blog-featured-img {
        width: calc(100% - 24px) !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
        margin-bottom: 20px !important;
        border-radius: 15px !important;
    }

    .blog-body-text h2 {
        font-size: 24px !important;
        padding: 0 15px !important;
        line-height: 1.3 !important;
    }

    /* Meta Section */
    .blog-meta-wrapper {
        padding: 10px 15px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .blog-author-info {
        gap: 10px !important;
    }

    .blog-author-info img {
        width: 45px !important;
        height: 45px !important;
    }

    .blog-author-info span,
    .blog-date {
        font-size: 16px !important;
    }

    /* Description */
    .blog-description {
        font-size: 16px !important;
        line-height: 1.7 !important;
        padding: 0 15px !important;
    }

    /* Sidebar */
    .latest-blog-sidebar {
        padding: 20px 12px !important;
        margin-top: 20px !important;
    }

    .blog-sidebar-title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        padding-left: 15px !important;
    }

    .blog-sidebar-title::before {
        height: 40px !important;
    }

    .blog-sidebar-item {
        padding: 10px !important;
        gap: 10px !important;
    }

    .blog-sidebar-item img {
        width: 70px !important;
        height: 70px !important;
        flex-shrink: 0 !important;
    }

    .blog-sidebar-item-content h4 {
        font-size: 13px !important;
        line-height: 1.3 !important;
        margin-bottom: 5px !important;
    }

    .blog-sidebar-item-content span {
        font-size: 12px !important;
    }

      /* Header */
    .blog-detail-header {
        padding: 40px 0 35px !important;
    }

    .blog-detail-header .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .blog-detail-header h1 {
        font-size: 28px !important;
        margin-bottom: 12px !important;
    }

    .blog-detail-header p {
        font-size: 18px !important;
        line-height: 1.4 !important;
        max-width: 100% !important;
    }

    /* Content Section */
    .blog-detail-content-section {
        padding: 30px 0 !important;
    }

    .custom-padding-detail {
        padding: 0 15px !important;
    }

    /* Main Blog Card */
    .blog-main-card {
        padding: 15px 0 20px !important;
        border-radius: 15px !important;
        margin-bottom: 20px;
    }

    .blog-featured-img {
        width: calc(100% - 30px) !important;
        height: 220px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-bottom: 20px !important;
        border-radius: 12px !important;
    }

    .blog-body-text h2 {
        font-size: 24px !important;
        padding: 0 15px !important;
        margin-bottom: 15px !important;
        line-height: 1.3;
    }

    /* Meta */
    .blog-meta-wrapper {
        padding: 10px 15px !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .blog-author-info {
        gap: 10px !important;
    }

    .blog-author-info img {
        width: 45px !important;
        height: 45px !important;
    }

    .blog-author-info span,
    .blog-date {
        font-size: 15px !important;
    }

    /* Description */
    .blog-description {
        padding: 0 15px !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .blog-description p {
        margin-bottom: 12px !important;
    }

    /* Sidebar */
    .latest-blog-sidebar {
        padding: 20px 12px !important;
        border-radius: 15px !important;
        margin-top: 20px;
    }

    .blog-sidebar-title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        padding-left: 14px !important;
    }

    .blog-sidebar-title::before {
        width: 3px !important;
        height: 35px !important;
    }

    .latest-blog-list {
        gap: 12px !important;
    }

    .blog-sidebar-item {
        padding: 10px !important;
        gap: 10px !important;
        border-radius: 12px !important;
    }

    .blog-sidebar-item img {
        width: 70px !important;
        height: 70px !important;
        flex-shrink: 0;
    }

    .blog-sidebar-item-content h4 {
        font-size: 14px !important;
        margin-bottom: 4px !important;
        line-height: 1.3 !important;
    }

    .blog-sidebar-item-content span {
        font-size: 12px !important;
    }

    /* Bootstrap Columns */
    .blog-detail-content-section .row {
        row-gap: 20px;
    }

    .blog-detail-content-section .col-lg-9,
    .blog-detail-content-section .col-lg-3 {
        width: 100%;
    }

    .as-search-container .as-dropdowns-wrapper .dropdown{
        width:100% !important;
    }

    .as-search-container .property-select-btn{
        width:100% !important;
        min-width:100% !important;
        height:50px !important;
    }
    
}




@media (max-width: 400px) {
    .section-title {
        font-size: 13px;
    }

    .section-title::before {
        height: 25px;
    }

    .view-all-link {
        font-size: 10px;
    }

    .agent-profile-info img {
        width: 27px;
        height: 27px;
    }

    .location-mini-icon {
        width: 16px;
        height: 16px;
    }

    .location-mini-icon img {
        width: 8px;
        height: 8px;
    }

    .location-summary-row span {
        font-size: 14.5px;
    }

    .agent-profile-info span {
        font-size: 10px;
    }

    .agent-summary-row span {
        font-size: 13.3px;
    }

    .agent-summary-row {
        flex-direction: row;
        align-items: flex-start !important;
        gap: 10px;
    }

    .location-summary-row {
        gap: 0px;
    }

    .property-suggestions-box {
        margin: 5px 15px 5px 15px !important;
        top: calc(100% - 59px) !important;
    }

    .ps-suggestions-main-card {
        padding: 15px 0px 15px 17px !important;
    }

    .suggestion-container-gray h4 {
        font-size: 8px !important;
    }

    .property-suggestion-item span {
        font-size: 7px !important;
    }

    .agent-suggestion-item {
        border-radius: 7px;
    }

    .agent-suggestion-img {
        width: 25px !important;
        height: 25px !important;
        border-radius: 3px;
    }

    .agent-suggestion-name {
        font-size: 8px !important;
    }

    .agent-suggestion-location {
        font-size: 6px !important;
    }

    .agent-suggestion-loc-icon {
        width: 10px !important;
        height: 10px !important;
    }

    .agent-suggestion-loc-icon img {
        width: 3px !important;
        height: 3px !important;
    }

    .property-select-btn {
        padding: 4px 6px;
        gap: 5px;
        min-width: 85px;
        border-radius: 4px;
    }

    .property-select-text {
        font-size: 11px;
    }

    .property-select-icon {
        width: 11px;
        height: 11px;
    }

    .suggestions-scroll-container {
        max-height: 238px;
    }

    .suggestion-container-gray h4.agent {
        padding: 7px 20px 0px 9px;
    }

    .property-suggestion-item img {
        width: 7px !important;
        height: 7px !important;
    }


    



}


/* ========================== new */

/* =========================================
   PROPERTY QUICK VIEW MODAL
========================================= */

/* .property-quick-view-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 670px;
    max-height: 92vh;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    z-index: 9999;
    display: none;
    box-shadow: 0 15px 50px rgba(0,0,0,0.18);
} */
.property-quick-view-modal {
    position: fixed;
    /* Changed from absolute to fixed */
    top: 50%;
    /* Center vertically */
    left: 50%;
    /* Center horizontally */
    transform: translate(-50%, -50%);
    /* Clean centering context */
    width: 95%;
    max-width: 900px;
    height: auto;
    max-height: 85vh;
    /* Caps the overall modal height to 85% of screen */
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    z-index: 1201;
    /* Sit slightly above the overlay */
    display: none;
    flex-direction: column;
    /* Allowsproper structural sectioning */
    overflow: hidden;
    /* Strict boundary containment */
    text-align: left;
}

/* Overlay */
.modal-overlay-custom {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9998;
    display: none;
}
.modal-overlay-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1200;
    display: none;
    opacity: 0;
    height: 100vh;
}

/* =========================================
   HEADER
========================================= */

/* .pq-modal-header {
    background: #004d2d;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pq-modal-header h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
} */

/* Modal Header */
.pq-modal-header {
    background: var(--primary-color);
    color: var(--white);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    /* Prevents header from shrinking */
}

.pq-modal-header h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.pq-close-btn {
    background: transparent;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

/* =========================================
   SCROLL AREA
========================================= */

.pq-modal-content-scroll {
    overflow-y: auto;
    max-height: calc(90vh - 70px);
    padding-bottom: 40px;
}

.pq-modal-content-scroll::-webkit-scrollbar {
    width: 6px;
}

.pq-modal-content-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
}

/* =========================================
   IMAGE
========================================= */

.pq-modal-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* =========================================
   BODY
========================================= */

.pq-modal-body {
    padding: 18px;
}

/* =========================================
   LOCATION + PRICE
========================================= */

.pq-main-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 3px;
}

.pq-loc-inline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
}

.pq-loc-btn {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #021124;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pq-loc-btn img {
    width: 11px;
}

#modalLoc {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
}

#modalPrice {
    font-size: 22px;
    font-weight: 600;
    color: #021124;
    white-space: nowrap;
}


/* =========================================
   CATEGORY + BUTTONS
========================================= */

.pq-category-actions-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 18px;
    flex-wrap: nowrap; /* keeps all in one line */
    width: 100%;
}

.pq-category-label {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    margin: 0;
    white-space: nowrap;
}

/* Buttons wrapper */
.pq-action-btns {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    margin-left: auto;
}

/* Download button */
.pq-btn-fill {
    background: #021124;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 143px;
    min-width: 143px;
    height: 42px;
    /* padding: 0 12px; */
    border: none;
    /* min-width: unset !important; */
}

/* PDF icon */
.pq-btn-fill img {
    width: 14px;
}

/* View More */
.pq-btn-outline {
    background: #fff;
    border: 1px solid #021124;
    color: #021124;
    border-radius: 10px;

    font-size: 14px;
    font-weight: 400;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 143px;
    min-width: 143px;
    height: 42px;

    /* padding: 0 12px; */
}
/* =========================================
   AGENT CARD
========================================= */

.pq-agent-card {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 18px;
    margin-top: 10px;
}

.pq-agent-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.pq-agent-header img {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    object-fit: cover;
}

/* NAME ROW */
.pq-agent-name-inline {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.pq-agent-name-inline h5 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
}

.pq-agent-prof-inline {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

/* * RIGHT CONTENT */
*/ .pq-agent-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* =========================================
   INFO GRID
========================================= */
/* INFO GRID */
.pq-agent-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 17px;
}

/* INFO ITEM */
.pq-info-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.pq-info-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: #021124;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pq-info-icon img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    border: none;
}
.pq-info-icon.email-icon {
    background: transparent !important;
    width: 30px;
    height: 30px;
    min-width: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.pq-info-icon.email-icon img {
    width: 58px;
    height: 30px;
    object-fit: contain;
}

.pq-info-item span,
.pq-info-item a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    word-break: break-word;
}

/* =========================================
   CONTACT BUTTON
========================================= */

.pq-contact-btn {
    width: 100%;
    margin-top: 18px;
    height: 52px;
    border: none;
    border-radius: 12px;
    background: #021124;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {
    .pq-modal-img {
        height: 220px;
    }

    .pq-agent-info-grid {
        grid-template-columns: 1fr;
    }

    .pq-category-actions-row {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .pq-action-btns {
        width: 100%;
    }

    .pq-btn-fill,
    .pq-btn-outline {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .property-quick-view-modal {
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }

    .pq-modal-img {
        height: 200px;
    }

    .pq-modal-body {
        padding: 15px;
    }

    .pq-main-header {
        flex-direction: column;
    }

    .pq-price-tag {
        font-size: 18px;
    }
}

/* My Account - Profile Page */
.myaccount-section {
    padding: 45px 15px !important;
}

/* Sidebar */
.account-sidebar {
    background: var(--primary-color) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    color: var(--white) !important;
    padding: 24px 0 !important;
    width: 100% !important;
    min-width: 311px !important;
    height: 100% !important;
    max-height: 804px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.sidebar-header {
    padding: 3px 30px 30px 30px !important;
    margin-bottom: 0px !important;
}

.sidebar-header h3 {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.sidebar-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sidebar-menu li {
    border-top: 1px solid rgba(93, 92, 92, 0.2) !important;
}


.sidebar-menu li a {
    display: flex !important;
    align-items: center !important;
    color: var(--white) !important;
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 13px 27px 13px 25px !important;
    transition: all 0.3s ease !important;
}

.sidebar-menu li.active a {
    background: rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    color: var(--primary-color) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.menu-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.26) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
}

.sidebar-menu li.active .menu-icon {
    background-color: var(--primary-color) !important;
}

.menu-icon img {
    width: auto;
    height: auto;
}

.arrow-icon {
    margin-left: auto !important;
    padding-right: 7px !important;
    filter: brightness(0) invert(1) !important;
}

.sidebar-menu li.active .arrow-icon {
    filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1637%)
        hue-rotate(113deg) brightness(98%) contrast(98%) !important;
}

/* Main Content */
.account-content {
    padding: 27px 33px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: auto !important;
    /* min-height: 804px !important; */
}

.account-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -33px !important;
    margin-right: -33px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-bottom: 20px !important;
}

.account-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 26px !important;
}

.verified-badge {
    background: rgba(29, 167, 38, 0.1) !important;
    color: #1da726 !important;
    padding: 8px 25px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.pending-badge {
    background: rgba(244, 235, 74, 0.1) !important;
    color: #f5f507 !important;
    padding: 8px 25px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.rejected-badge {
    background: rgba(232, 69, 69, 0.1) !important;
    color: #e84545 !important;
    padding: 8px 25px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.edit-profile-btn {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 7px 35px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.edit-profile-btn:hover {
    background: #0a2240 !important;
    color: var(--white) !important;
}

/* Profile Green Card */
.profile-card {
    background: var(--primary-color) !important;
    border-radius: 15px !important;
    padding: 30px 20px 23px 40px !important;
    color: var(--white) !important;
    margin-top: 10px !important;
}

.profile-img-box {
    width: 185px !important;
    height: 220px !important;
    border: 4px solid var(--white) !important;
    border-radius: 15px !important;
    background: var(--white) !important;
    overflow: hidden !important;
}

.profile-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

/* Profile Completeness Circle */
.profile-completeness-circle {
    width: 85px !important;
    height: 62px !important;
    border-radius: 50% !important;
    border: 0.5px solid var(--white) !important;
    background: conic-gradient(
        var(--white) calc(var(--progress) * 3.6deg),
        rgba(255,255,255,0.2) 0deg
    ) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 7px !important;
    right: 330px !important;
}

.profile-completeness-circle::after {
    content: "" !important;
    position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: var(--primary-color) !important;
    border: 0.5px solid rgba(255, 255, 255, 0.6) !important;
    z-index: 1;
}

.percentage-inner {
    position: relative !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    color: var(--white) !important;
    z-index: 2;
}



.profile-info-col {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.profile-info-col h3 {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
}

.profile-designation {
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0.1px !important;
    color: var(--white) !important;
}

.profile-contact-list p {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.contact-icon-circle {
    width: 30px !important;
    height: 30px !important;
    background: var(--white) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.profile-contact-list p img {
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    /* filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1637%)
        hue-rotate(113deg) brightness(98%) contrast(98%) !important; */
}

.company-info-area {
    min-width: 200px !important;
}

.company-label {
    font-size: 11px !important;
    margin-bottom: 8px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.company-info-box {
    position: relative;
    background: transparent;
    width: 100% !important;
    max-width: 288px !important;
    margin-top: 30px;
    height: 96px !important;
}

.company-info-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 15px 15px 10px 15px;
    margin-bottom: 0px;
}

.white-info-box {
    margin-top: auto !important;
    background-color: var(--white) !important;
    display: flex !important;
    flex-direction: column !important;

    align-items: flex-start !important;
    justify-content: flex-start !important;

    gap: 10px !important;

    /* border-bottom-right-radius: 10px !important; */
    /* border-bottom-left-radius: 10px !important; */
    border-radius: 10px;
    padding: 15px 20px !important;
    width: 100%;
    max-width: 250px !important;
    min-height: 92px !important; /* instead of fixed height */
}

.white-info-box img {
    width: auto !important;
    height: 45px !important;
    object-fit: contain !important;
}

.white-info-box span {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.social-media-bar {
    background: var(--white) !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.social-icons {
    display: flex !important;
    gap: 30px !important;
}

/* .social-icons img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1637%)
        hue-rotate(113deg) brightness(98%) contrast(98%) !important;
} */

/* Details Text */
.profile-details-info p {
    font-size: 20px !important;
    color: var(--black) !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}

.profile-details-info span {
    color: var(--black) !important;
    font-weight: 500 !important;
}

/* Video Box */

/* Make profile video box adhere to YouTube 16:9 ratio */
.profile-video-box {
    aspect-ratio: 16 / 6 !important;
    width: 100% !important;
    height: auto !important;
    /* height: 245px !important; */
    border-radius: 20px !important;
    position: relative !important;
}

.profile-video-box img,
.profile-video-box video {
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    object-fit: cover !important;
}

.ac_overlay {
    aspect-ratio: 16 / 6 !important;
    height: auto !important;
    width: 100% !important;
    /* height: 245px !important; */
    position: absolute !important;
    inset: 0 !important;
    background: #65656557 !important;
    border-radius: 20px !important;
}

.ac_play_btn_overlay {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
    cursor: pointer !important;
}

/* Hide overlay and play button when video is playing or no video is present */
.profile-video-box.is-playing .ac_overlay,
.profile-video-box.is-playing .ac_play_btn_overlay,
.profile-video-box.no-video .ac_overlay,
.profile-video-box.no-video .ac_play_btn_overlay {
    display: none !important;
}

/* Agent Video Box (similar to profile-video-box) */
.agent-video-box {
    aspect-ratio: 16 / 6 !important;
    width: 100% !important;
    height: auto !important;
    /* height: 293px !important; */
    border-radius: 20px !important;
    position: relative !important;
    margin-bottom: 20px !important;
}

.agent-video-box video {
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    object-fit: cover !important;
}

.agent_video_overlay {
    aspect-ratio: 16 / 6 !important;
    height: auto !important;
    width: 100% !important;
    /* height: 293px !important; */
    position: absolute !important;
    inset: 0 !important;
    background: #65656557 !important;
    border-radius: 20px !important;
}

.agent_play_btn_overlay {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
    cursor: pointer !important;
}

.agent-video-box.is-playing .agent_video_overlay,
.agent-video-box.is-playing .agent_play_btn_overlay,
.agent-video-box.no-video .agent_video_overlay,
.agent-video-box.no-video .agent_play_btn_overlay {
    display: none !important;
}

/* Bio Content */
.profile-bio-text {
    padding-top: 30px !important;
}

.profile-bio-text span {
    font-size: 20px !important;
    font-weight: 400;
    color: var(--black) !important;
    line-height: 1.3 !important;
}

.read-more-btn {
    font-weight: 500 !important;
    cursor: pointer !important;
}

.ac_stat_img {
    width: 39px !important;
    height: 40px !important;
}

/* My Account Transaction History */
.ac-transaction-history {
    margin-top: 40px !important;
}

.ac-section-title {
    font-size: 26px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    margin-bottom: 0px !important;
}

.ac-section-duration {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
}

.ac-deals-card {
    background: var(--white) !important;
    border-radius: 20px !important;
    padding: 20px 25px 17px 25px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
}

.ac-deals-header {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 13px !important;
}

.ac-deals-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
}

.ac-deals-item {
    font-size: 18px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
}

/* CUREENT DEALS */
/* .ac-current-deals-card {
  background: var(--white) !important;
  border-radius: 20px !important;
  padding: 20px 25px 17px 25px !important;
  box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
  height: 100% !important;
}

.ac-current-deals-header {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: var(--black) !important;
  margin-bottom: 13px !important;
}

.ac-current-deals-body {
  display: flex !important;
  flex-direction: row !important;
  gap: 7px !important;
}

.ac-current-deals-item {
  font-size: 18px !important;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
} */

.ac-label {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    margin-right: 5px !important;
}

.ac-value {
    color: var(--black) !important;
    font-weight: 400 !important;
}

.ac-info-card {
    background: var(--white) !important;
    border-radius: 20px !important;
    padding: 20px 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100%;
}

.ac-info-icon {
    background: var(--primary-color) !important;
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.ac-info-icon img {
    width: 36px !important;
    height: auto;
    filter: brightness(0) invert(1);
}

.ac-info-text {
    display: flex;
    flex-direction: column;
}

.ac-info-label {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
}

.ac-info-value {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
}

/* ==========================================
   RESPONSIVE FIXES
========================================== */

/* Laptop screens */
@media (max-width: 1199px) {
    .account-sidebar {
        min-width: 100% !important;
        max-height: unset !important;
    }

    .sidebar-menu li a {
        font-size: 17px !important;
        padding: 12px 18px !important;
    }

    .menu-icon {
        width: 40px !important;
        height: 40px !important;
        margin-right: 10px !important;
    }

    .account-content {
        padding: 24px !important;
    }

    .account-header {
        margin-left: -24px !important;
        margin-right: -24px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    /* prevent overlap */
    .profile-completeness-circle {
        right: 15px !important;
        top: 10px !important;
    }

    .company-info-box {
        max-width: 240px !important;
    }

    .white-info-box span {
        font-size: 16px !important;
    }

    .profile-contact-list p {
        font-size: 16px !important;
    }
}

/* Tablet */
/* himesh update 2 */

@media (max-width: 991px) {
    .myaccount-section .row {
        flex-direction: column !important;
    }

    .account-sidebar {
        margin-bottom: 20px !important;
        border-radius: 16px !important;
    }

    .account-content {
        margin-top: 0 !important;
    }

    .profile-card {
        padding: 25px auto !important;

    }

    .profile-info-col {
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    .profile-completeness-circle {
        position: static !important;
        margin-bottom: 15px !important;
    }

    .company-info-box {
        float: none !important;
        margin: 20px 0 !important;
        max-width: 100% !important;
    }

    .social-media-bar {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: flex-start !important;
    }

    .profile-contact-list p {
        align-items: flex-start !important;
    }


    .row.g-4.align-items-stretch {
        margin: 0 !important;
        gap: 20px !important;
    }

    /* Agent Photo */
    .agent-photo {
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto 20px !important;
        border-radius: 12px !important;
    }

    /* Main Profile Card */
    .profile-card-inner {
        width: 100% !important;
        padding: 15px !important;
        border-radius: 16px !important;
    }

    .profile-card-inner > div:first-child {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 !important;
    }

    /* Name */
    .profile-name {
        font-size: 24px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .profile-title {
        font-size: 14px !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    /* Contact Items */
    .contact-item {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }

    .contact-item span,
    .contact-item a {
        font-size: 13px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    .contact-icon {
        flex-shrink: 0;
    }

    .contact-icon img {
        width: auto !important;
        height: auto !important;
    }

    /* Right Column */
    .d-flex.flex-column.align-items-center {
        width: 100% !important;
        margin-top: 20px !important;
    }

    /* Add Team Button */
    .ad-add-team-box {
        width: 100% !important;
        max-width: 250px !important;
        justify-content: center !important;
        margin-bottom: 15px !important;
    }

    /* Company Box */
    .ad-company-info-box {
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 auto !important;
    }

    .ad-white-info-box {
        justify-content: center !important;
        text-align: center !important;
    }

    .ad-white-info-box img {
        max-width: 50px !important;
        height: auto !important;
    }

    .ad-white-info-box span {
        font-size: 14px !important;
    }

    /* Details Section */
    .profile-details-list {
        margin-top: 60px !important;
    }

    .detail-row {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .detail-row span {
        display: inline !important;
    }

    /* Languages */
    .profile-details-list .mb-2 {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    /* Experience + Follow */
    .profile-details-list .row {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .profile-details-list .col-lg-4,
    .profile-details-list .col-lg {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    /* Follow Box */
    .follow-box {
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
    }

    .follow-box span {
        font-size: 14px !important;
    }

    .follow-box img {
        width: 26px !important;
        height: 26px !important;
    }

    /* Dashed Border Wrapper */
    .position-relative.d-flex.align-items-center.justify-content-center.w-100 {
        max-width: 100% !important;
        height: auto !important;
    }

    .position-absolute.top-0.start-0.w-100 {
        display: none !important;
    }

    /* Website URL */
    .contact-item a {
        max-width: 220px !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    /* Address */
    .contact-item:last-child span {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .myaccount-section {
        padding: 25px 10px !important;
    }

    .account-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .profile-card {
        padding: 20px 15px !important;
    }

    .profile-img-box {
        width: 140px !important;
        height: 170px !important;
        margin: auto !important;
    }

    .profile-info-col h3 {
        font-size: 22px !important;
    }

    .profile-contact-list p {
        font-size: 14px !important;
        gap: 8px !important;
    }

    .profile-details-info p,
    .profile-bio-text span,
    .ac-section-duration,
    .ac-info-value,
    .ac-info-label {
        font-size: 16px !important;
    }

    .social-media-bar {
        font-size: 16px !important;
        padding: 15px !important;
    }

    .social-icons {
        gap: 18px !important;
    }

    .ac-info-card {
        padding: 18px !important;
        gap: 15px !important;
    }

    .ac-info-icon {
        width: 55px !important;
        height: 55px !important;
    }

    .ac-info-icon img {
        width: 26px !important;
    }

    .profile-video-box,
    .agent-video-box {
        aspect-ratio: 16 / 9 !important;
    }
}

/* ==========================================
   EXTRA RESPONSIVE FIXES
   FOR 125% & 150% ZOOM
========================================== */

/* Large desktop zoom fix */
@media screen and (max-width: 1400px) {
    .account-sidebar {
        min-width: 260px !important;
    }

    .sidebar-menu li a {
        font-size: 17px !important;
        padding: 12px 18px !important;
    }

    .menu-icon {
        width: 38px !important;
        height: 38px !important;
        margin-right: 10px !important;
    }

    .account-content {
        padding: 22px !important;
    }

    .account-header {
        margin-left: -22px !important;
        margin-right: -22px !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    /* IMPORTANT FIX */
    .profile-info-col {
        width: 100% !important;
        overflow: hidden !important;
    }

    .profile-contact-list p {
        font-size: 15px !important;
        word-break: break-word !important;
        flex-wrap: wrap !important;
    }

    .company-info-box {
        max-width: 220px !important;
    }

    .white-info-box span {
        font-size: 15px !important;
    }

    /* COMPLETENESS CIRCLE */
    .profile-completeness-circle {
        right: 10px !important;
        top: 10px !important;
        width: 83px !important;
        height: 60px !important;
    }

    .profile-completeness-circle::after {
        width: 48px !important;
        height: 48px !important;
    }
}

/* ==========================================
   125% ZOOM FIX
========================================== */
@media screen and (max-width: 1280px) {
    .account-sidebar {
        min-width: 240px !important;
    }

    .sidebar-header h3 {
        font-size: 22px !important;
    }

    .sidebar-menu li a {
        font-size: 15px !important;
        padding: 10px 14px !important;
    }

    .menu-icon {
        width: 34px !important;
        height: 34px !important;
        margin-right: 8px !important;
    }

    .profile-card {
        padding: 22px 18px !important;
    }

    .profile-img-box {
        width: 150px !important;
        height: 185px !important;
    }

    .profile-info-col h3 {
        font-size: 22px !important;
    }

    .profile-contact-list p {
        font-size: 14px !important;
    }

    .company-info-box {
        position: relative !important;
        float: none !important;
        max-width: 100% !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .profile-completeness-circle {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
    }

    .social-media-bar {
        font-size: 16px !important;
    }
}

/* ==========================================
   FIX SIDEBAR OVERLAP AT 125% ZOOM
========================================== */

@media screen and (max-width: 1366px) {
    .myaccount-section .row {
        --bs-gutter-x: 24px !important;
    }

    /* OR alternative manual spacing */
    .myaccount-section .row {
        --bs-gutter-x: 24px !important;
    }

    .account-sidebar {
        min-width: unset !important;
        width: 100% !important;
    }

    /* make columns flexible */
    .myaccount-section .col-lg-3 {
        flex: 0 0 28% !important;
        max-width: 28% !important;
    }

    .myaccount-section .col-lg-9 {
        flex: 0 0 72% !important;
        max-width: 72% !important;
    }

    /* remove fixed sidebar width */
    .account-sidebar {
        min-width: unset !important;
        width: 100% !important;
    }

    /* reduce sidebar item size */
    .sidebar-menu li a {
        font-size: 18px !important;
        padding: 10px 16px !important;
    }

    .menu-icon {
        width: 34px !important;
        height: 34px !important;
        margin-right: 14px !important;
    }

    /* prevent content overflow */
    .account-content {
        overflow: hidden !important;
        padding: 22px !important;
    }

    /* fix profile section */
    .profile-card {
        padding: 20px !important;
    }

    .profile-contact-list p {
        font-size: 14px !important;
        word-break: break-word !important;
        flex-wrap: wrap !important;
    }

    /* fix company box */
    .company-info-box {
        float: none !important;
        /* max-width: 100% !important; */
        margin-top: 20px !important;
    }

    /* fix progress circle */
    .profile-completeness-circle {
        right: 10px !important;
        top: 10px !important;
        /* width: 55px !important; */
        /* height: 55px !important; */
        position: static !important;
        width: 59px !important;
        height: 45px !important;
    }

    .profile-completeness-circle::after {
        width: 36px !important;
        height: 36px !important;
    }

    .company-info-box {
        max-width: 240px !important;
        margin-top: 0 !important;
    }
}

/* ==========================================
   150% ZOOM FIX
========================================== */
@media screen and (max-width: 1100px) {
    .myaccount-section .row {
        flex-wrap: wrap !important;
        --bs-gutter-x: 24px !important;
        row-gap: 20px !important;
    }

    .myaccount-section .col-lg-3,
    .myaccount-section .col-lg-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .account-sidebar {
        min-width: 100% !important;
        margin-bottom: 20px !important;
        max-height: unset !important;
    }

    .account-content {
        width: 100% !important;
    }

    .profile-card {
        padding: 20px !important;
    }

    .profile-info-col {
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    .profile-completeness-circle {
        position: static !important;
        margin-bottom: 15px !important;
    }

    .company-info-box {
        float: none !important;
        max-width: 100% !important;
        margin-top: 15px !important;
    }

    .social-media-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .profile-contact-list p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .ac-info-card {
        padding: 16px !important;
    }

    .ac-info-label,
    .ac-info-value {
        font-size: 16px !important;
    }
}

/* ==========================================
   EXTRA SMALL LAPTOPS
========================================== */
@media screen and (max-width: 992px) {
    .profile-card .row {
        flex-direction: column !important;
    }

    .profile-img-box {
        margin: auto !important;
    }

    .profile-info-col {
        text-align: left !important;
    }

    .profile-video-box,
    .agent-video-box {
        aspect-ratio: 16 / 9 !important;
    }

    .account-header h2 {
        font-size: 22px !important;
    }

    .verified-badge,
    .pending-badge,
    .rejected-badge {
        font-size: 14px !important;
        padding: 6px 18px !important;
    }

    .edit-profile-btn {
        padding: 6px 22px !important;
        font-size: 14px !important;
    }
}

/* My Account - Edit Profile Page */
.myaccount-editprofile-section {
    padding: 45px 15px !important;
}

/* Main Content */
.edit-profile-account-content {
    padding: 27px 33px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: auto !important;
    min-height: 1148px !important;
}

.edit-profile-account-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -35px !important;
    margin-right: -33px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-bottom: 25px !important;
}

.edit-profile-account-header h2 {
    font-size: 26px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
}

.ep-form-body {
    padding-top: 25px !important;
}

.ep-input-group {
    margin-bottom: 0px !important;
}

.ep-input-group label {
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    margin-bottom: 10px !important;
}

.ep-input-group input {
    width: 100% !important;
    height: 100% !important;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    border-radius: 10px !important;
    padding: 17px 25px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    background: rgba(246, 246, 246, 0.2) !important;
    transition: all 0.3s ease;
}

.ep-input-group input::placeholder {
    color: var(--subtext) !important;
}

.ep-input-group input:focus {
    outline: none !important;
}

.ep-select-wrapper {
    position: relative;
}

.ep-input-wrapper {
    width: 100%;
    height: 100%;
}

.ep-select {
    width: 100%;
    height: 100%;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    background: rgba(246, 246, 246, 0.2) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.ep-dropdown-menu {
    border-radius: 10px !important;
    border: 1px solid rgba(6, 64, 43, 0.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    margin-top: 0px !important;
    padding: 10px 0 !important;
}

.ep-dropdown-menu .dropdown-item {
    padding: 5px 25px !important;
    font-size: 18px !important;
    color: var(--black) !important;
    transition: all 0.2s;
}

.ep-dropdown-menu .dropdown-item:hover {
    background-color: var(--bg-light) !important;
    color: var(--primary-color) !important;
}

.ep-select:focus {
    outline: none;
}

.ep-image-upload-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ep-image-preview {
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 240px;
    border-radius: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background: var(--primary-color);
}

.ep-image-preview img#profile-preview-img {
    width: 100%;
    height: 81%;
    object-fit: cover;
    border-radius: 20px;
}

.ep-upload-btn-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 19%;
    background: var(--primary-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2px 10px 5px 10px;
    cursor: pointer;
}

.ep-upload-btn-overlay:hover {
    background: #0a2240;
}

.ep-upload-btn-overlay span {
    font-size: 16px;
    font-weight: 400;
}

.ep-upload-btn-overlay img {
    flex-shrink: 0;
}

.ep-address-textarea {
    resize: none;
    width: 100%;
    height: 100%;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    padding: 13px 25px;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    background: rgba(246, 246, 246, 0.2) !important;
    cursor: text;
    display: flex;
    align-items: center;
}

.ep-address-textarea:focus {
    outline: none !important;
}

/* Company Information */
.company-info-wrapper,
.social-media-wrapper,
.about-detail-wrapper,
.transaction-history-wrapper {
    padding: 0 20px 20px 20px !important;
    background: rgba(246, 246, 246, 0.2) !important;
    border-radius: 15px !important;
}

.th-month {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    margin-bottom: 0px !important;
}

.ep-sub-header {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 16px !important;
}

.ep-submit-btn {
    width: 100% !important;
    height: 100% !important;
    padding: 15px !important;
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.ep-submit-btn:hover {
    background-color: #0a2240 !important;
}

.ep-form-body h3 {
    font-size: 26px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.ep-logo-upload-box {
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    border: 1.5px dashed rgba(6, 64, 43, 0.15);
    border-radius: 12px;
    background: rgba(246, 246, 246, 0.2) !important;
    overflow: hidden;
}

.ep-logo-upload-label {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.ep-logo-upload-label:hover {
    background: var(--bg-light) !important;
}

.ep-logo-upload-label img {
    width: 20px !important;
    height: 20px !important;
}

.ep-logo-upload-label span {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
}

.ep-about-textarea {
    resize: none;
    width: 100%;
    height: 120px;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    padding: 13px 25px;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    background: rgba(246, 246, 246, 0.2) !important;
    cursor: text;
    display: flex;
    align-items: center;
}

.ep-about-textarea:focus {
    outline: none !important;
}

/* Transaction History Section */
.th-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 24px !important;
}

.ep-transaction-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 1px solid rgba(6, 64, 43, 0.2) !important;
    border-radius: 10px !important;
    padding: 8px 9px 8px 11px !important;
    background-color: rgba(246, 246, 246, 0.2) !important;
    margin-bottom: 10px !important;
    box-shadow: 0px 0.2px 1px 0px var(--box-shadow) !important;
}

.ep-transaction-box label {
    color: var(--subtext);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}

.ep-transaction-value input {
    background-color: #02112414 !important;
    box-shadow: 0px 0.1px 2px 0px var(--box-shadow) !important;
    border: 0.2px solid rgba(6, 64, 43, 0.1) !important;
    border-radius: 5px;
    height: 42px;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    width: 225px;
}

.ep-transaction-value input:focus {
    outline: none;
}

.price-range-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 240px;
    justify-content: flex-end;
}

.price-range-inputs input {
    width: 99px;
}

.range-to-text {
    color: var(--primary-color) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.bottom-transaction .ep-transaction-value input {
    width: 98px;
}

/* My Account - Property Page */
.myaccount-property-section {
    padding: 45px 15px !important;
}

/* Main Content */
.myacc-property-content {
    padding: 23px 27px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
}

.myacc-property-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -27px !important;
    margin-right: -27px !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
    padding-bottom: 15px !important;
}

.myacc-property-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.map-add-btn {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.map-add-btn:hover {
    background-color: #0a2240 !important;
}

.map-search-wrapper {
    width: 100% !important;
    margin-top: 15px !important;
}

.map-search-box {
    display: flex !important;
    align-items: center !important;
    background: var(--white) !important;
    border: 1px solid #021124  !important;
    border-radius: 15px !important;
    padding: 10px 25px 10px 35px !important;
    gap: 15px !important;
}

.map-search-box img {
    width: 27px !important;
    height: 27px !important;
}

.map-search-box input {
    border: none !important;
    outline: none !important;
    width: 100% !important;
    font-size: 20px !important;
    color: var(--black) !important;
}

.map-search-box input::placeholder {
    color: #1c2d37 !important;
    font-weight: 400 !important;
}

.map-property-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    margin-top: 18px !important;
}

.map-property-card {
    display: flex !important;
    align-items: center !important;
    background: var(--bg-light) !important;
    border-radius: 15px !important;
    padding: 10px 20px !important;
    gap: 20px !important;
    transition: all 0.3s ease !important;
}

.map-property-card:hover {
    transform: scale(1.009) !important;
    cursor: default !important;
}

.map-prop-img {
    width: 95px !important;
    height: 86px !important;
    flex-shrink: 0 !important;
}

.map-prop-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

.map-prop-details {
    flex-grow: 1 !important;
}

.map-prop-tags {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    margin-bottom: 8px !important;
}

.map-tag-type {
    width: 92px !important;
    height: 30px !important;
    background: var(--bg-light) !important;
    color: var(--black) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.map-tag-status {
    width: 64px !important;
    height: 30px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.status-active {
    background: rgba(29, 167, 38, 0.1) !important;
    color: #1da726 !important;
}

.status-sold {
    background: rgba(235, 113, 0, 0.21) !important;
    color: #eb7100 !important;
}

.status-inactive {
    background: rgba(237, 103, 101, 0.21) !important;
    color: #c11916 !important;
}

.map-tag-featured {
    width: 64px !important;
    height: 30px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.featured-yes {
    background: rgba(29, 167, 38, 0.1) !important;
    color: #1da726 !important;
}

.featured-no {
    background: rgba(237, 103, 101, 0.21) !important;
    color: #c11916 !important;
}

.map-loc-line {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 4px !important;
}

.map-loc-line img {
    width: 27px !important;
    height: 27px !important;
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 7px !important;
}

.map-address {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
}

.map-price {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
}

.map-prop-action-btns {
    display: flex !important;
    align-items: center !important;
    align-self: flex-start !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
}

.map-action-icon-btn {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
    background: #02112414 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.map-action-icon-btn:hover {
    background: rgba(2, 17, 36, 0.04) !important;
}

.map-view-img {
    width: 17px !important;
    height: auto !important;
}

.map-edit-img {
    width: 14px !important;
    height: 14px !important;
}

.map-delete-img {
    width: 12px !important;
    height: 13px !important;
}

/* img.filter-primary {
    filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1637%)
        hue-rotate(113deg) brightness(98%) contrast(98%) !important;
} */

/* My Account - Add Property Page */
.myaccount-add-property-section {
    padding: 45px 15px !important;
}

/* Main Content */
.myacc-add-property-content {
    padding: 23px 27px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
}

.myacc-add-property-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -27px !important;
    margin-right: -27px !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
    padding-bottom: 15px !important;
}

.myacc-add-property-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.map-form-body {
    padding-top: 25px !important;
}

.map-form-group {
    margin-bottom: 0px !important;
}

.map-label {
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    margin-bottom: 10px !important;
}

.map-input {
    border-radius: 15px !important;
    width: 100% !important;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    padding: 13px 25px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    background: var(--white) !important;
    transition: all 0.3s ease;
}

.map-textarea {
    width: 100% !important;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    border-radius: 10px !important;
    padding: 13px 25px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    background: var(--white) !important;
    transition: all 0.3s ease;
}

.map-textarea {
    height: 80px !important;
    resize: none !important;
}

.map-input::placeholder {
    color: var(--subtext) !important;
}

.map-input:focus,
.map-textarea:focus {
    outline: none !important;
}

.map-select-wrapper {
    position: relative;
}

.map-select {
    width: 100%;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    border-radius: 15px;
    padding: 13px 25px;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    background: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.map-dropdown-menu {
    width: 100% !important;
    border-radius: 12px !important;
    border: 1px solid rgba(6, 64, 43, 0.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    margin-top: 0px !important;
    padding: 10px 0 !important;
}

.map-dropdown-menu .dropdown-item {
    padding: 5px 25px !important;
    font-size: 18px !important;
    color: var(--black) !important;
}

.map-dropdown-menu .dropdown-item:hover {
    background-color: var(--bg-light) !important;
    color: var(--primary-color) !important;
}

.map-upload-box {
    width: 100%;
    height: 60px;
    border: 1.5px dashed rgba(6, 64, 43, 0.1);
    border-radius: 15px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background: var(--white);
}

.map-upload-box:hover {
    background: var(--bg-light) !important;
}

.map-upload-box img {
    width: 24px !important;
    height: 24px !important;
}

.map-upload-box span {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
}

.file-name {
    display: inline-block;
    max-width: 180px; /* adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.map-submit-btn {
    width: 100% !important;
    padding: 14px !important;
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    margin: 40px 0 40px 0 !important;
}

.map-submit-btn:hover {
    background-color: #0a2240 !important;
}

/* My Account - Property Modal */
.map-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1200;
    display: none;
}

.map-modal-container {
    position: absolute;
    top: 40% !important;
    left: 60% !important;
    transform: translateX(-50%);
    width: 95% !important;
    max-width: 966px !important;
    background: var(--white) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    z-index: 1205 !important;
    display: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.map-modal-container.show {
    display: block;
}

.map-modal-header {
    background: var(--primary-color);
    color: var(--white);
    padding: 27px 35px 23px 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-modal-header h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.map-modal-close {
    background: transparent !important;
    border: none !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.map-modal-content-scroll {
    height: auto;
}

.map-modal-img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.map-modal-body {
    padding: 23px 35px 30px 35px !important;
}

.map-modal-main-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}

.map-modal-main-header h6 {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 0px !important;
}

.map-modal-main-header span {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}

.map-modal-info-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.map-modal-title-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}

.map-modal-title-row h4 {
    font-size: 22px !important;
    color: var(--black) !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.map-modal-status {
    font-size: 22px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--primary-color) !important;
}

.map-modal-loc-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-top: -7px !important;
}

.map-modal-loc-icon {
    width: 30px !important;
    height: 30px !important;
    background: var(--primary-color) !important;
    border-radius: 50% !important;
    padding: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.map-modal-loc-icon img {
    width: 12px !important;
    height: 15px !important;
    filter: brightness(0) invert(1) !important;
}

.map-modal-address {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    max-width: 687px !important;
}

.map-modal-view-section {
    padding-top: 20px;
}

.map-modal-view-section h6 {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 0px !important;
}

.map-modal-action-btns {
    display: flex !important;
    flex-direction: column !important;
}

.map-modal-btn-row {
    display: flex !important;
    gap: 15px !important;
    width: 100% !important;
}

.map-modal-btn-row .map-modal-btn-outline,
.map-modal-btn-row .map-modal-btn-fill {
    width: 279px !important;
    margin-top: 15px !important;
}

.map-modal-btn-row.full-width .map-modal-btn-outline,
.map-modal-btn-row.full-width .map-modal-btn-fill {
    flex: 1 !important;
    margin-top: 25px !important;
}

.map-modal-btn-outline,
.map-modal-btn-fill {
    padding: 13px !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}

.map-modal-btn-outline {
    background: var(--white) !important;
    color: var(--primary-color) !important;
    border: 1px solid #021124 !important;
    font-weight: 500 !important;
}

.map-modal-btn-outline:hover {
    background: rgba(2, 17, 36, 0.08) !important;
}

.map-modal-btn-fill {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    font-weight: 400 !important;
}

.map-modal-btn-fill:hover {
    background: #0a2240 !important;
}

.map-modal-btn img {
    width: 26px;
    height: auto;
}


/* About Us Page */
.about-header {
    background-color: var(--primary-color) !important;
    padding: 60px 0 50px 0 !important;
    /* margin-top: 10px !important; */
    color: var(--white) !important;
}

.about-header h1 {
    font-size: 38px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}

.about-header p {
    font-size: 30px !important;
    font-weight: 350 !important;
    max-width: 717px !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
}

.about-content-section {
    padding: 35px 0 !important;
    background-color: var(--bg-light) !important;
}

.about-text-content h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 20px !important;
    line-height: 1.1 !important;
    max-width: 500px !important;
}

.about-text-content h2 span {
    color: var(--primary-color) !important;
}

.about-text-content p {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    line-height: 1.25 !important;
    max-width: 700px !important;
}

.about-stats-wrapper {
    display: flex !important;
    gap: 30px !important;
    margin-top: 20px !important;
}

.stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.stat-icon {
    width: 60px !important;
    height: 60px !important;
    background: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.stat-icon img {
    width: 37px !important;
    height: 37px !important;
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.stat-info h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--black);
    margin-bottom: 0;
}

.stat-info p {
    font-size: 16px !important;
    color: var(--subtext) !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
    font-weight: 500 !important;
}

.about-image-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-main-img {
    border-radius: 20px;
    width: 100% !important;
    max-width: 636px !important;
    height: 100% !important;
    max-height: 244px !important;
    object-fit: cover !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.sub-img-row {
    display: flex;
    gap: 22px;
}

.sub-img-box {
    flex: 1;
}

.sub-img {
    border-radius: 20px;
    width: 100% !important;
    max-width: 306px !important;
    height: 100% !important;
    max-height: 189px !important;
    object-fit: cover;
}

/* Luxury Section */
.luxury-section {
    padding: 40px 0 !important;
    background-color: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.luxury-image-box img {
    border-radius: 20px !important;
    width: 100% !important;
    max-width: 537px !important;
    height: 433px !important;
    object-fit: cover !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.luxury-text-content {
    padding-left: 40px !important;
}

.luxury-text-content h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

.luxury-text-content h2 span {
    color: var(--primary-color) !important;
}

.luxury-text-content p {
    font-size: 24px !important;
    color: var(--black) !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
}

.luxury-text-content h3 {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 15px !important;
}

.luxury-features-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 0 0 10px 10px !important;
}

.feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.feature-icon {
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.feature-icon img {
    width: 39px !important;
    height: 39px !important;
}

.feature-item span {
    font-size: 22px !important;
    color: var(--subtext) !important;
    font-weight: 400 !important;
}

/* List Property Section */
.list-property-section {
    padding: 40px 0 !important;
    background-color: var(--bg-light) !important;
}

.list-property-section h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 15px !important;
}

.list-property-section p {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    max-width: 900px !important;
    margin: 0 auto 20px auto !important;
    line-height: 1.2 !important;
}

/* .property-steps-row {
  display: flex !important;
  gap: 20px !important;
} */

.property-step-card {
    background: var(--white) !important;
    border-radius: 20px !important;
    padding: 20px 10px 30px 10px !important;
    /* flex: 1 !important; */
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.step-icon-box {
    width: 82px !important;
    height: 82px !important;
    background-color: var(--bg-light) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
}

.step-icon-box img {
    width: auto !important;
    height: auto !important;
   filter: brightness(0) saturate(100%) invert(4%) sepia(87%) saturate(1251%) hue-rotate(188deg) brightness(98%) contrast(105%) !important;

}

.property-step-card h4 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 7px !important;
    line-height: 1.2 !important;
}

.property-step-card p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}

.property-btn-wrapper {
    margin-top: 25px !important;
}

.post-property-btn {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 13px 40px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.post-property-btn:hover {
    background-color: #0a2240 !important;
    color: var(--white) !important;
}

.about-text-col {
    padding-right: 55px !important;
    padding-left: 55px !important;
}

.about-text-content {
    width: 100%;
}

.about-text-content p {
    width: 100%;
    max-width: 100% !important;
    padding-right: 10px;
    box-sizing: border-box;
}

.list-property-section .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.property-steps-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* =========================
   ABOUT PAGE RESPONSIVE
========================= */

/* Large Devices */
@media (max-width: 1200px) {
    .about-header h1 {
        font-size: 48px;
    }

    .about-header p {
        font-size: 18px;
    }

    .about-text-content {
        padding-right: 15px;
    }

    .about-text-content h2,
    .luxury-text-content h2 {
        font-size: 38px;
        line-height: 1.3;
    }

    .property-step-card {
        padding: 25px 20px;
    }
}

/* Tablet Devices */
@media (max-width: 992px) {
    .about-content-section,
    .luxury-section,
    .list-property-section {
        padding: 60px 0;
    }

    .about-text-content {
        margin-bottom: 40px;
    }

    .about-text-content h2,
    .luxury-text-content h2 {
        font-size: 32px;
        text-align: center;
    }

    .about-text-content p,
    .luxury-text-content p,
    .luxury-text-content h3 {
        text-align: center;
    }

    .about-stats-wrapper {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .luxury-features-grid {
        justify-content: center;
    }

    .luxury-image-box {
        margin-bottom: 40px;
    }

    .property-steps-row {
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .property-step-card {
        width: calc(50% - 20px);
    }

    .about-image-grid {
        margin-top: 40px;
    }

    .about-text-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-text-content p {
        padding-right: 0;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .about-header {
        padding: 70px 0 50px;
    }

    .about-header h1 {
        font-size: 36px;
    }

    .about-header p {
        font-size: 16px;
        line-height: 1.6;
    }

    .about-text-content h2,
    .luxury-text-content h2 {
        font-size: 28px;
    }

    .about-text-content p,
    .luxury-text-content p,
    .luxury-text-content h3 {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-stats-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .stat-item {
        width: 100%;
        max-width: 320px;
    }

    .main-img-box img,
    .luxury-image-box img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    .sub-img-row {
        gap: 15px;
    }

    .sub-img-box {
        flex: 1;
    }

    .sub-img-box img {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    .luxury-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-item {
        justify-content: flex-start;
    }

    .property-step-card {
        width: 100%;
        max-width: 350px;
    }

    .property-btn-wrapper {
        margin-top: 30px;
    }

    .post-property-btn {
        width: 100%;
        max-width: 320px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .about-content-section,
    .luxury-section,
    .list-property-section {
        padding: 45px 0;
    }

    .about-header h1 {
        font-size: 30px;
    }

    .about-text-content h2,
    .luxury-text-content h2 {
        font-size: 24px;
    }

    .stat-info h3 {
        font-size: 24px;
    }

    .stat-info p {
        font-size: 14px;
    }

    .feature-item span {
        font-size: 14px;
    }

    .property-step-card h4 {
        font-size: 25px;
    }

    .property-step-card p {
        font-size: 15px;
    }

    .step-icon-box {
        width: 70px;
        height: 70px;
    }

    .step-icon-box img {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 768px) {

    .map-modal-container {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;

        width: 95% !important;
        max-width: 95% !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
    }
    

}

/* ==========================
   Mobile Responsive (480px)
========================== */
@media (max-width: 480px) {

    .list-property-section .container .row {
    --bs-gutter-x: -4.5rem !important;
    --bs-gutter-y: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: calc(-1 * var(--bs-gutter-y)) !important;
    margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}

.property-step-row .md-4{
        margin-bottom: 0.5rem !important;
}
.profile-details-list {
        margin-top: 60px !important;
    }
    .profile-details-list .d-fonts, .me-2{
        font-size: 16px !important;
    }
    /* General */
    .about-content-section,
    .luxury-section,
    .list-property-section {
        padding: 30px 0 !important;
    }

    /* About Header */
    .about-header {
        padding: 40px 15px !important;
    }

    .about-header h1 {
        font-size: 30px !important;
        margin-bottom: 12px !important;
    }

    .about-header p {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    /* About Content */

    .about-text-content {
        margin-bottom: -20px !important;
    }
    .about-text-col {
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin-bottom: 25px !important;
    }

    .about-text-content h2 {
        font-size: 30px !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }

    .about-text-content p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

   /* Stats Wrapper */
.about-stats-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

/* Stat Item */
.stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 3px !important;
    border-radius: 12px !important;
    background: #fff !important;
}

/* Center the 3rd item */
.about-stats-wrapper .stat-item:last-child {
    grid-column: 1 / 3 !important;
    justify-self: center !important;
    width: 50% !important;
}

/* Icon */
.stat-icon {
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0 !important;
}

.stat-icon img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
}

/* Text */
.stat-info h3 {
    font-size: 16px !important;
    margin: 0 !important;
}

.stat-info p {
    font-size: 14px !important;
    margin: 0 !important;
}

    /* Images */
    .sub-img-row {
        gap: 10px !important;
    }

    .about-main-img {
        max-height: 220px !important;
    }

    .sub-img {
        max-height: 130px !important;
    }

    /* Luxury Section */
    .luxury-image-box img {
        height: 280px !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }

    .luxury-text-content {
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    .luxury-text-content h2 {
        font-size: 30px !important;
    }

    .luxury-text-content p,
    .luxury-text-content h3 {
        font-size: 15px !important;
    }

    .luxury-features-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-left: 0 !important;
    }

    .feature-item span {
        font-size: 15px !important;
    }

    .feature-icon img {
        width: 30px !important;
        height: 30px !important;
    }

    /* List Property */
    .list-property-section h2 {
        font-size: 30px !important;
    }

    .list-property-section p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .property-step-card {
        padding: 18px 15px !important;
    }

    .property-step-card h4 {
        font-size: 17px !important;
    }

    .property-step-card p {
        font-size: 13px !important;
    }

    .step-icon-box {
        width: 70px !important;
        height: 70px !important;
    }

    /* Button */
    .post-property-btn {
        width: 100% !important;
        max-width: 320px !important;
        font-size: 16px !important;
        padding: 14px 20px !important;
    }

    /* ======================
       CONTACT HEADER
    ====================== */

    .contact-header {
        padding: 40px 15px !important;
    }

    .contact-header h1 {
        font-size: 28px !important;
        margin-bottom: 12px !important;
    }

    .contact-header p {
        font-size: 15px !important;
        line-height: 1.4 !important;
        max-width: 100% !important;
    }

    /* ======================
       CONTACT CONTENT
    ====================== */

    .contact-content-section {
        padding: 30px 0 !important;
    }

    .contact-text-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 25px !important;
    }

    .contact-text-content {
        padding-left: 0 !important;
        text-align: center;
    }

    .contact-text-content h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }

    .contact-text-content p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* ======================
       CONTACT INFO
    ====================== */

    .contact-info-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        text-align: left;
    }

    .contact-stat-icon {
        width: 45px !important;
        height: 45px !important;
    }

    .contact-stat-icon img {
        width: 25px !important;
        height: 25px !important;
    }

    .contact-stat-info h3 {
        font-size: 16px !important;
    }

    .contact-stat-info p {
        font-size: 14px !important;
        white-space: normal !important;
        word-break: break-word;
        line-height: 1.4;
    }

    /* ======================
       CONTACT IMAGE
    ====================== */

    .contact-image-box {
        text-align: center;
    }

    .contact-image-box img {
        width: 100% !important;
        max-width: 100% !important;
        height: 260px !important;
        border-radius: 15px !important;
    }

    /* ======================
       FORM SECTION
    ====================== */

    .contact-form-section {
        padding: 30px 0 !important;
    }

    .contact-form-section .text-center h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .contact-form-section .text-center p {
        font-size: 16px !important;
        line-height: 1.5 !important;
        padding: 0 15px;
    }

    .contact-form-card {
        padding: 20px 15px !important;
    }

    /* ======================
       FORM FIELDS
    ====================== */

    .contact-form-card .form-control {
        font-size: 15px !important;
        padding: 12px 15px !important;
    }

    .contact-form-card textarea.form-control {
        min-height: 140px !important;
    }

    .contact-form-card .mb-4 {
        margin-bottom: 15px !important;
    }

    /* ======================
       BUTTON
    ====================== */

    .post-property-btn {
        width: 100%;
        max-width: 100%;
        padding: 14px 20px !important;
        font-size: 16px !important;
    }

    /* ======================
       BOOTSTRAP COLUMN FIX
    ====================== */

    .contact-content-section .row {
        row-gap: 25px;
    }

    .contact-content-section .col-lg-6 {
        width: 100%;
    }

    /* Main Section */
     .myaccount-property-section .row {
        padding: 20px 10px !important;
        flex-wrap: wrap !important;
        --bs-gutter-x: 24px !important;
        row-gap: 20px !important;
    }

    .myacc-property-content {
        padding: 18px 15px !important;
        border-radius: 14px !important;
        min-height: auto !important;
    }

    /* Header */
    .myacc-property-header {
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 12px !important;
        /* flex-direction: column !important; */
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .myacc-property-header h2 {
        font-size: 22px !important;
    }

    .map-add-btn {
        width: 100% !important;
        padding: 10px 15px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
    }

    /* Search */
    .map-search-box {
        padding: 10px 15px !important;
        gap: 10px !important;
        border-radius: 12px !important;
    }

    .map-search-box img {
        width: 18px !important;
        height: 18px !important;
    }

    .map-search-box input {
        font-size: 14px !important;
    }

    /* Property Card */
    .map-property-card {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 12px !important;
        gap: 12px !important;
        border-radius: 12px !important;
    }

    .map-prop-img {
        width: 100% !important;
        height: 180px !important;
    }

    .map-prop-img img {
        border-radius: 10px !important;
    }

    /* Make details section vertical */
.map-prop-details{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
}
/* Keep price + buttons in same row */
.map-prop-info{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
}

    /* Tags */
    .map-prop-tags {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .map-tag-type,
    .map-tag-status,
    .map-tag-featured {
        width: auto !important;
        min-width: 60px !important;
        padding: 0 12px !important;
        height: 28px !important;
        font-size: 11px !important;
        border-radius: 8px !important;
    }

    /* Location */
    .map-loc-line {
        align-items: flex-start !important;
    }

    .map-loc-line img {
        width: 22px !important;
        height: 22px !important;
        padding: 5px !important;
        margin-top: 2px !important;
    }

    .map-address {
        font-size: 12px !important;
        line-height: 1.5 !important;
        word-break:break-word !important;
    }

    /* Bottom alignment */
.map-price{
    font-size:16px !important;
    margin-top:10px !important;
    display:inline-flex !important;
    align-items:center !important;
}

   /* Push buttons beside price */
.map-prop-action-btns{
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:8px !important;
    margin-top:-32px !important;
    width:100% !important;
}

    .map-action-icon-btn {
        width: 32px !important;
        height: 32px !important;
    }

    /* =========================
       PROPERTY MODAL
    ========================= */

    .map-modal-container {
        width: 95% !important;
        left: 50% !important;
        top: 188% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 14px !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
    }

    .map-modal-header {
        padding: 15px !important;
    }

    .map-modal-header h5 {
        font-size: 20px !important;
    }

    .map-modal-close {
        width: 24px !important;
        height: 24px !important;
    }

    .map-modal-img {
        height: 200px !important;
    }

    .map-modal-body {
        padding: 15px !important;
    }

    .map-modal-main-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }

    .map-modal-main-header h6 {
        font-size: 18px !important;
    }

    .map-modal-main-header span {
        font-size: 22px !important;
    }

    .map-modal-title-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }

    .map-modal-title-row h4 {
        font-size: 18px !important;
    }

    .map-modal-status {
        font-size: 16px !important;
    }

    .map-modal-loc-row {
        gap: 10px !important;
        margin-top: 0 !important;
    }

    .map-modal-loc-icon {
        width: 24px !important;
        height: 24px !important;
    }

    .map-modal-loc-icon img {
        width: 10px !important;
        height: 12px !important;
    }

    .map-modal-address {
        font-size: 14px !important;
        line-height: 1.5 !important;
        max-width: 100% !important;
    }

    .map-modal-view-section h6 {
        font-size: 18px !important;
    }

    /* Modal Buttons */
    .map-modal-btn-row {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .map-modal-btn-row .map-modal-btn-outline,
    .map-modal-btn-row .map-modal-btn-fill,
    .map-modal-btn-row.full-width .map-modal-btn-outline,
    .map-modal-btn-row.full-width .map-modal-btn-fill {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .map-modal-btn-outline,
    .map-modal-btn-fill {
        font-size: 15px !important;
        padding: 12px !important;
        border-radius: 10px !important;
    }

    /* =========================
       DELETE CONFIRM MODAL
    ========================= */

    .custom-confirmation-modal {
        width: 92% !important;
        padding: 20px 15px !important;
        border-radius: 14px !important;
    }

    .modal-content-inner h2 {
        font-size: 22px !important;
    }

    .modal-content-inner p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .modal-action-buttons {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .btn-modal-cancel,
    .btn-modal-confirm {
        width: 100% !important;
        height: 45px !important;
        font-size: 15px !important;
    }

    .modal-close-circle {
        width: 34px !important;
        height: 34px !important;
        top: -14px !important;
        right: -14px !important;
    }


    /* Section */
    .myaccount-add-property-section {
        padding: 20px 10px !important;
    }

    /* Main Content */
    .myacc-add-property-content {
        padding: 18px 15px !important;
        border-radius: 14px !important;
        min-height: auto !important;
    }

    /* Header */
    .myacc-add-property-header {
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 14px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .myacc-add-property-header h2 {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    /* Form Body */
    .map-form-body {
        padding-top: 18px !important;
    }

    /* Form Groups */
    .map-form-group {
        margin-bottom: 0 !important;
    }

    /* Labels */
    .map-label {
        font-size: 15px !important;
        margin-bottom: 8px !important;
        line-height: 1.4 !important;
    }

    /* Inputs */
    .map-input {
        padding: 12px 14px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
    }

    .map-input::placeholder {
        font-size: 14px !important;
    }

    /* Textarea */
    .map-textarea {
        padding: 12px 14px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        min-height: 100px !important;
        height: auto !important;
    }

    /* Select Box */
    .map-select {
        padding: 12px 14px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        min-height: 48px !important;
    }

    .map-select img {
        width: 14px !important;
        height: 14px !important;
    }

    /* Dropdown */
    .map-dropdown-menu {
        border-radius: 10px !important;
        padding: 6px 0 !important;
    }

    .map-dropdown-menu .dropdown-item {
        padding: 10px 14px !important;
        font-size: 14px !important;
        white-space: normal !important;
        line-height: 1.4 !important;
    }

    /* Search Input Inside Dropdown */
    .map-dropdown-menu .form-control {
        font-size: 13px !important;
        padding: 8px 10px !important;
    }

    /* Upload Box */
    .map-upload-box {
        height: 52px !important;
        border-radius: 10px !important;
        gap: 8px !important;
        padding: 0 12px !important;
        justify-content: center !important;
    }

    .map-upload-box img {
        width: 18px !important;
        height: 18px !important;
    }

    .map-upload-box span {
        font-size: 14px !important;
    }

    /* File Name */
    .file-name {
        max-width: 120px !important;
        font-size: 13px !important;
    }

    /* Current File Links */
    .map-form-group .small {
        font-size: 12px !important;
        display: inline-block !important;
        margin-top: 5px !important;
    }

    /* Upload Label Row */
    .map-form-group .d-flex.justify-content-between {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }

    /* Submit Button */
    .map-submit-btn {
        padding: 12px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
        margin: 25px 0 10px 0 !important;
        height: auto !important;
    }

    /* Bootstrap Column Spacing Fix */
    .col-md-6.mt-3,
    .col-md-6.mt-2,
    .col-12.mt-3 {
        margin-top: 12px !important;
    }

    /* Form Row Gap */
    .row.g-4 {
        --bs-gutter-x: 0.8rem !important;
        --bs-gutter-y: 0.8rem !important;
    }

    /* Dropdown Height */
    #cityList,
    #stateList {
        max-height: 220px !important;
    }

    /* Better Touch UI */
    .dropdown-item,
    .map-select,
    .map-upload-box,
    .map-submit-btn {
        -webkit-tap-highlight-color: transparent;
    }

    /* Fix Long Text Overflow */
    .map-select span,
    .map-dropdown-menu .dropdown-item,
    .map-label {
        word-break: break-word !important;
    }

    /* Prevent Horizontal Scroll */
    .myacc-add-property-content,
    .map-form-body,
    .map-form-group {
        overflow-x: hidden !important;
    }

}

/* Extra Small Mobile */
@media (max-width: 400px) {
    .about-header h1 {
        font-size: 26px;
    }

    .about-header p {
        font-size: 15px;
    }

    .about-text-content h2,
    .luxury-text-content h2 {
        font-size: 21px;
    }

    .property-step-card {
        padding: 20px 15px;
    }

    .post-property-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}




/* My Account - Inquiry Page */
.myaccount-inquiry-section {
    padding: 45px 15px !important;
}

/* Main Content */
.myacc-inquiry-content {
    padding: 30px 25px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
}

.myacc-inquiry-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -25px !important;
    margin-right: -25px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-bottom: 25px !important;
}

.myacc-inquiry-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 26px !important;
}

.main-search-wrapper {
    width: 100% !important;
    margin-top: 10px !important;
}

.main-search-box {
    display: flex !important;
    align-items: center !important;
    background: var(--white) !important;
    border: 1px solid #021124  !important;
    border-radius: 15px !important;
    padding: 10px 25px 10px 35px !important;
    gap: 25px !important;
}

.main-search-box img {
    width: 27px !important;
    height: 27px !important;
}

.main-search-box input {
    border: none !important;
    outline: none !important;
    width: 100% !important;
    font-size: 20px !important;
    color: var(--black) !important;
}

.main-search-box input::placeholder {
    color: #1c2d37 !important;
    font-weight: 400 !important;
}

/* Inquiry Cards */
.inquiry-list-wrapper {
    margin-top: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.myacc-inquiry-card {
    background: var(--bg-light) !important;
    border-radius: 15px !important;
    padding: 20px 30px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.myacc-inquiry-card:not(.card-active) {
    opacity: 0.5 !important;
}

.inquiry-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.inquiry-card-header h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
    margin: 0 !important;
}

.inquiry-card-header span {
    font-size: 15px !important;
    color: var(--black) !important;
    font-weight: 400 !important;
}

.inquiry-card-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    position: relative !important;
}

.inquiry-info-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.inquiry-icon-box {
    width: 30px !important;
    height: 30px !important;
    background: var(--primary-color);
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.inquiry-info-item span {
    font-size: 15px !important;
    color: var(--black) !important;
    font-weight: 400 !important;
    word-break: break-word;
}

.inquiry-view-link {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    text-decoration: none !important;
}

.myacc-inquiry-card:not(.card-active) .inquiry-view-link {
    cursor: default !important;
}

/* Inquiry Modal */
.inquiry-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 1000 !important;
    display: none !important;
    transition: opacity 0.3s ease !important;
    opacity: 0 !important;
}

.inquiry-modal-container {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: var(--white) !important;
    width: 90% !important;
    max-width: 966px !important;
    border-radius: 20px !important;
    z-index: 1001 !important;
    overflow: hidden !important;
    display: none !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2) !important;
}

.inquiry-modal-header {
    background-color: var(--primary-color) !important;
    padding: 25px 30px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.inquiry-modal-header h5 {
    color: var(--white) !important;
    font-size: 30px !important;
    font-weight: 500 !important;
}

.inquiry-modal-close {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.inquiry-modal-close img {
    width: 34px !important;
    height: 34px !important;
}

.inquiry-modal-body {
    padding: 30px 35px !important;
}

.inquiry-modal-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.inquiry-modal-top h4 {
    color: var(--primary-color) !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.inquiry-modal-top span {
    font-size: 15fpx !important;
    color: var(--black) !important;
}

.inquiry-modal-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.inquiry-modal-message {
    margin-bottom: 10px !important;
}

.inquiry-modal-message p {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

.inquiry-modal-message p span:first-child {
    font-weight: 400 !important;
    color: var(--subtext) !important;
}

.inquiry-modal-footer {
    display: flex !important;
    justify-content: flex-end !important;
}

.inquiry-back-btn {
    background-color: var(--bg-light) !important;
    color: #1c2d37 !important;
    border: 1px solid rgba(6, 64, 43, 0.2) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    padding: 12px 65px !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 40px !important;
}

.inquiry-back-btn:hover {
    background-color: #e0e0e0 !important;
}

/* Blog List Page */
.blog-list-header {
    background-color: var(--primary-color) !important;
    padding: 60px 0 50px 0 !important;
    /* margin-top: 10px !important; */
    color: var(--white) !important;
}

.blog-list-header h1 {
    font-size: 38px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}

.blog-list-header p {
    font-size: 30px !important;
    font-weight: 350 !important;
    max-width: 717px !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
}

/* Blog Grid Section */
.blog-list-section {
    padding: 60px 0;
    background-color: var(--bg-light);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-list-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.blog-list-card:hover {
    transform: translateY(-5px);
}

.blog-list-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.blog-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-list-content {
    padding: 20px !important;
}

.blog-list-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 15px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
}

.blog-list-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px !important;
}

.author-info img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    object-fit: cover;
}

.author-info span {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
}

.blog-list-date {
    font-size: 18px !important;
    color: var(--black) !important;
    font-weight: 500 !important;
}

/* Blog Detail Page */
.blog-detail-header {
    background-color: var(--primary-color) !important;
    padding: 60px 0 50px 0 !important;
    /* margin-top: 10px !important; */
    color: var(--white) !important;
}

.blog-detail-header h1 {
    font-size: 38px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}

.blog-detail-header p {
    font-size: 30px !important;
    font-weight: 350 !important;
    max-width: 717px !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
}

/* Blog Content Section */
.blog-detail-content-section {
    padding: 55px 0;
}

.custom-padding-detail {
    padding: 0 10px;
}

.blog-main-card {
    background: var(--white);
    border-radius: 20px !important;
    padding: 40px 0;
    overflow: hidden;
}

.blog-featured-img {
    width: calc(100% - 60px) !important;
    height: 500px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    display: block;
}

.blog-body-text h2 {
    font-size: 36px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 20px;
    padding: 0 30px;
}

.blog-meta-wrapper {
    background-color: var(--bg-light);
    border-radius: 15px;
    padding: 6px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.blog-author-info {
    display: flex;
    align-items: center;
    gap: 15px !important;
}

.blog-author-info img {
    width: 59px !important;
    height: 59px !important;
    border-radius: 50%;
    object-fit: cover;
}

.blog-author-info span {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
}

.blog-date {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
}

.blog-description {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
    line-height: 1.25;
    padding: 0 30px;
    letter-spacing: 0.1px;
}

.blog-description p {
    margin-bottom: 15px;
}

.blog-description p:last-child {
    margin-bottom: 0;
}

.latest-blog-sidebar {
    padding: 40px 15px;
    height: 100%;
    background-color: var(--white);
    border-radius: 20px;
}

.blog-sidebar-title {
    font-size: 26px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}

.blog-sidebar-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 52px;
    background-color: var(--primary-color);
}

.latest-blog-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none !important;
}

/* .latest-blog-list a {
  text-decoration: none !important;
} */

.blog-sidebar-item {
    display: flex;
    gap: 10px;
    background: var(--bg-light);
    padding: 15px 10px;
    border-radius: 15px;
    align-items: center;
    text-decoration: none !important;
}

.blog-sidebar-item img {
    width: 85px !important;
    height: 84px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

.blog-sidebar-item-content h4 {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 5px;
    line-height: 1.2;
}

.blog-sidebar-item-content span {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

/* Confirmation Modal */
/* Modal Overlay */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Modal Container */
.custom-confirmation-modal {
    background: var(--white);
    width: 90% !important;
    max-width: 707px !important;
    border-radius: 20px !important;
    position: relative;
    padding: 25px 40px 25px 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Close Button */
.modal-close-circle {
    position: absolute !important;
    top: 25px !important;
    right: 40px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: transform 0.2s !important;
}

.modal-close-circle img {
    width: 34px !important;
    height: 34px !important;
   /* filter: brightness(0) saturate(100%) invert(4%) sepia(87%) saturate(1251%) hue-rotate(188deg) brightness(98%) contrast(105%) !important; */
}

/* Content Area */
.modal-content-inner {
    text-align: center !important;
}

.modal-content-inner h2 {
    color: var(--primary-color) !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

.modal-content-inner p {
    max-width: 454px !important;
    color: var(--black) !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 40px !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
    justify-self: center !important;
}

/* Buttons */
.modal-action-buttons {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
}

.btn-modal-cancel,
.btn-modal-confirm {
    width: 100% !important;
    max-width: 293px !important;
    height: 60px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease;
}

.btn-modal-cancel {
    background: var(--white) !important;
    border: 1px solid #021124 !important;
    color: var(--primary-color) !important;
}

.btn-modal-cancel:hover {
    background: #f8f9fa !important;
}

.btn-modal-confirm {
    background: var(--primary-color) !important;
    border: none !important;
    color: var(--white) !important;
}

.btn-modal-confirm:hover {
    background: #0a2240 !important;
}

/* My Account - Team Page */
.myaccount-team-section {
    padding: 45px 15px !important;
}

/* Main Content */
.myacc-team-content {
    padding: 30px 33px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
}

.myacc-team-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -33px !important;
    margin-right: -33px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-bottom: 27px !important;
}

.myacc-team-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.mat-search-wrapper {
    width: 100% !important;
    margin-top: 15px !important;
}

.mat-search-box {
    display: flex !important;
    align-items: center !important;
    background: var(--white) !important;
    border: 1px solid #021124 !important;
    border-radius: 15px !important;
    padding: 10px 25px 10px 35px !important;
    gap: 15px !important;
}

.mat-search-box img {
    width: 27px !important;
    height: 27px !important;
}

.mat-search-box input {
    border: none !important;
    outline: none !important;
    width: 100% !important;
    font-size: 20px !important;
    color: var(--black) !important;
}

.mat-search-box input::placeholder {
    color: #1c2d37 !important;
    font-weight: 400 !important;
}

/* Team Request Section */
.team-request-section {
    background-color: var(--bg-light) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-top: 20px !important;
}

.team-request-section h3 {
    color: var(--primary-color) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 17px 15px !important;
}

.team-request-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.team-request-card {
    background-color: var(--white) !important;
    border-radius: 15px !important;
    /* padding: 17px 25px 25px 25px !important; */
    padding: 9px 25px 9px 25px !important;
}

.tr-card-header {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 13px !important;
}

.tr-card-body {
    display: flex !important;
    justify-content: space-between !important;
}

.tr-profile-info {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
}

.tr-img-wrapper {
    width: 51px !important;
    height: 51px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.tr-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.tr-details h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.tr-details p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.tr-details span {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.tr-actions {
    display: flex !important;
    gap: 10px !important;
    align-items: flex-end !important;
}

.tr-btn-accept,
.tr-btn-reject {
    width: 127px !important;
    height: 49px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.tr-btn-accept {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
}

.tr-btn-accept:hover {
    background-color: #0a2240 !important;
}

.tr-btn-reject {
    background-color: var(--white) !important;
    color: var(--primary-color) !important;
    border: 1px solid #021124 !important;
}

.tr-btn-reject:hover {
    background-color: #f8f9fa !important;
}

/* Team List Section */
.team-list-section {
    margin-top: 20px !important;
}

.team-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.team-list-card {
    background-color: var(--bg-light) !important;
    border-radius: 15px !important;
    padding: 17px 25px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.tr-list-profile-info {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.tr-list-img-wrapper {
    width: 96px !important;
    height: 88px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.tr-list-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.tr-list-details h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin: 0 !important;
    margin-bottom: 8px !important;
}

.tr-list-details p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    margin: 0 !important;
    margin-bottom: 7px !important;
}

.tr-list-details span {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
}

/* My Account - Membership Page */
.myaccount-membership-section {
    padding: 45px 15px !important;
}

/* Main Content */
.myacc-membership-content {
    padding: 30px 30px 50px 30px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
}

.myacc-membership-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-bottom: 27px !important;
}

.myacc-membership-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

/* Current Plan Styles */
.current-plan-section {
    margin-top: 20px;
}

.current-plan-section h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin: 0 0 15px 3px !important;
}

.current-plan-card {
    background-color: var(--bg-light) !important;
    border: 0.6px solid #021124 !important;
    border-radius: 15px !important;
    padding: 20px 30px 20px 25px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.plan-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.4) !important;
    margin-left: -25px !important;
    margin-right: -30px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
    padding-left: 25px !important;
    padding-right: 30px !important;
}

.plan-card-header h4 {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
}

.current-plan-badge {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.plan-details-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.plan-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-label {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
}

.detail-value {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.expiry-info span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 20px !important;
}

.plan-actions {
    display: flex;
    gap: 20px;
    margin-left: 5px;
}

.btn-upgrade {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 10px;
    height: 46px;
    width: 311px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.btn-upgrade:hover {
    background-color: #0a2240;
}

.btn-renew {
    background-color: transparent;
    color: var(--primary-color);
    border: 0.6px solid #021124;
    border-radius: 10px;
    height: 46px;
    width: 311px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.btn-renew:hover {
    background-color: #02112414;
}

/* Available Plans Styles */
.available-plans-section {
    margin-top: 20px;
}

.available-plans-section h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin: 0 0 15px 3px !important;
}

.available-plans-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.ap-card {
    flex: 1;
    background-color: var(--bg-light) !important;
    border: 0.4px solid #021124 !important;
    border-radius: 15px !important;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.ap-card-header {
    padding: 15px 20px 10px 20px !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.3) !important;
    text-align: center;
}

.ap-card-header h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}

.ap-card-body {
    padding: 15px 30px;
    flex-grow: 1;
}

.ap-card-body ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ap-card-body ul li {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}
.ap-card-body p {
    margin-bottom: 0;
    margin-top: 0;
}
.ap-card-footer {
    padding: 10px 20px 15px 20px;
    border-top: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ap-price-box {
    display: flex;
    align-items: baseline;
    gap: 5px;
    justify-content: center;
}

.ap-price {
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
}

.ap-package {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
}

.btn-ap-choose {
    background-color: transparent;
    color: var(--primary-color);
    border: 0.6px solid #021124;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    max-width: 250px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 0.5px 1px 0px var(--box-shadow);
}

.btn-ap-choose.active {
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 300 !important;
    border: none;
}

.btn-ap-choose:hover {
    background-color: rgba(2, 17, 36, 0.08);
}

.btn-ap-choose.active:hover {
    background-color: #0a2240;
}

@media (max-width: 480px) {
    .myaccount-membership-section .row {
        padding: 20px 10px !important;
        flex-wrap: wrap !important;
        --bs-gutter-x: 24px !important;
        row-gap: 20px !important;
    }
}


/* my account - testimonial section */


.myaccount-testimonial-section {
    padding: 45px 15px !important;
}

/* Main Content */
.myacc-testimonial-content {
    padding: 23px 27px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
}

.myacc-testimonial-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -27px !important;
    margin-right: -27px !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
    padding-bottom: 15px !important;
}

.myacc-testimonial-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.myacctestimonial-add-btn {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.myacctestimonial-add-btn:hover {
    background-color: #0a2240 !important;
}

.myacctestimonial-search-wrapper {
    width: 100% !important;
    margin-top: 15px !important;
}

.myacctestimonial-search-box {
    display: flex !important;
    align-items: center !important;
    background: var(--white) !important;
    border: 1px solid #021124 !important;
    border-radius: 15px !important;
    padding: 10px 25px 10px 35px !important;
    gap: 15px !important;
}

.myacctestimonial-search-box img {
    width: 27px !important;
    height: 27px !important;
}

.myacctestimonial-search-box input {
    border: none !important;
    outline: none !important;
    width: 100% !important;
    font-size: 20px !important;
    color: var(--black) !important;
}

.myacctestimonial-search-box input::placeholder {
    color: #1c2d37 !important;
    font-weight: 400 !important;
}

.testimonial-request-section {
    background-color: var(--bg-light) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-top: 20px !important;
}

.testimonial-request-section h3 {
    color: var(--primary-color) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 17px 15px !important;
}

.testimonial-request-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.testimonial-request-card {
    background-color: var(--white) !important;
    border-radius: 15px !important;
    /* padding: 17px 25px 25px 25px !important; */
    padding: 9px 25px 9px 25px !important;
}

.testimonial-card-header {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 13px !important;
}

.testimonial-card-body {
    display: flex !important;
    justify-content: space-between !important;
}

.testimonial-profile-info {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
}

.testimonial-img-wrapper {
    width: 51px !important;
    height: 51px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.testimonial-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.testimonial-details h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.testimonial-details p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.testimonial-details span {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.testimonial-actions {
    display: flex !important;
    gap: 10px !important;
    align-items: flex-end !important;
}

.testimonial-btn-accept,
.testimonial-btn-reject {
    width: 127px !important;
    height: 49px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.testimonial-btn-accept {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
}

.testimonial-btn-accept:hover {
    background-color: #0a2240 !important;
}

.testimonial-btn-reject {
    background-color: var(--white) !important;
    color: var(--primary-color) !important;
    border: 1px solid #021124 !important;
}

.testimonial-btn-reject:hover {
    background-color: #f8f9fa !important;
}

.myacc-testimonial-stars {
    padding-left: 0px;
    display: flex;
    gap: 10px;
}

.myacc-testimonial-star {
    width: 29px;
    height: 29px;
    background-color: #c2cdd0;

    -webkit-mask: url("/assets/front/img/icons/star.svg") no-repeat center;
    mask: url("/assets/front/img/icons/star.svg") no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

.myacc-testimonial-star.filled {
    background-color: #ffc710;
}

.myacc-testimonial-star {
    width: 20px;
    height: 20px;
    background-color: #c2cdd0;

    -webkit-mask: url("/assets/front/img/icons/star.svg") no-repeat center;
    mask: url("/assets/front/img/icons/star.svg") no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
}

.myacc-inquiry-card.filled {
    background-color: #ffc710;
}

.myacctestimonials-action-btns {
    display: flex !important;
    align-items: center !important;
    align-self: flex-start !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
}

.myacctestimonials-action-icon-btn {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
    background: #02112414 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.myacctestimonials-action-icon-btn:hover {
    background: rgba(2, 17, 36, 0.04) !important;
}

.myacctestimonials-view-img {
    width: 17px !important;
    height: auto !important;
}

.myacctestimonials-edit-img {
    width: 14px !important;
    height: 14px !important;
}

.myacctestimonials-delete-img {
    width: 12px !important;
    height: 13px !important;
}

.myacctestimonial-status {
    width: 89px !important;
    height: 36px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.status-approved {
    background: rgba(29, 167, 38, 0.1) !important;
    color: #1da726 !important;
}

.status-pending {
    background: rgba(235, 113, 0, 0.21) !important;
    color: #eb7100 !important;
}

.status-rejected {
    background: rgba(237, 103, 101, 0.21) !important;
    color: #c11916 !important;
}

/* =======================
   Mobile <= 400px
======================= */
@media (max-width:400px){

    .myacc-testimonial-content{
        padding:12px !important;
    }

    .myaccount-testimonial-section .row{
           row-gap: 20px !important;
    }

    .myacc-testimonial-header{
        margin:0 -12px !important;
        padding:0 12px 10px !important;
    }

    .myacc-testimonial-header h2{
        font-size:16px !important;
    }

    .myacctestimonial-add-btn{
        font-size:14px !important;
        padding:8px 12px !important;
    }
    

    /* Testimonials heading and buttons */
.testimonial-request-section .d-flex.justify-content-between.align-items-center{
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

/* Buttons row */
.request-tabs{
    width: 100% !important;
    display: flex !important;
    gap: 8px !important;
}

/* Each button takes half width */
.request-tabs .btn{
    flex: 1 !important;
    width: 50% !important;
    font-size: 13px !important;
    padding: 8px 0 !important;
    text-align: center !important;
    border-radius: 8px !important;
}

    .myacctestimonial-search-box{
        padding:8px 12px !important;
    }

    .myacctestimonial-search-box img{
        width:16px !important;
        height:16px !important;
    }

    .myacctestimonial-search-box input{
        font-size:14px !important;
    }

    .testimonial-request-section{
        padding:12px !important;
    }

    .testimonial-request-section h3{
        font-size:16px !important;
    margin: 0 0 4px 15px !important;

    }

    .request-tabs .btn{
        font-size:11px !important;
        padding:6px !important;
    }

    .testimonial-tab-buttons{
        gap:6px !important;
    }

    .testimonial-tab-buttons button{
        font-size:12px !important;
        padding:7px 0 !important;
    }

    .testimonial-request-card,
    .testimonial-card{
        padding:10px !important;
    }

    .testimonial-profile-info{
        gap:10px !important;
    }

    .testimonial-img-wrapper{
        width:40px !important;
        height:40px !important;
    }

    .testimonial-details h4{
        font-size:14px !important;
    }

    .testimonial-details p{
        font-size:12px !important;
    }

    .testimonial-details span{
        font-size:11px !important;
    }

    .myacc-testimonial-star{
        width:13px !important;
        height:13px !important;
    }

    .myacctestimonial-status{
        width:65px !important;
        height:26px !important;
        font-size:10px !important;
        border-radius:6px !important;
    }

    .myacctestimonials-action-icon-btn{
        width:24px !important;
        height:24px !important;
    }

    .myacctestimonials-view-img{
        width:13px !important;
    }

    .myacctestimonials-edit-img{
        width:11px !important;
        height:11px !important;
    }

    .myacctestimonials-delete-img{
        width:10px !important;
        height:10px !important;
    }

    .testimonial-btn-accept,
    .testimonial-btn-reject{
        width:90px !important;
        height:36px !important;
        font-size:12px !important;
    }

}


/* My Account - open house Page */
.myaccount-openhouse-section {
    padding: 45px 15px !important;
}

/* Main Content */
.myacc-openhouse-content {
    padding: 23px 27px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
}

.myacc-openhouse-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -27px !important;
    margin-right: -27px !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
    padding-bottom: 15px !important;
}

.myacc-openhouse-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.mao-add-btn {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.mao-add-btn:hover {
    background-color: #0a2240 !important;
}

.mao-search-wrapper {
    width: 100% !important;
    margin-top: 15px !important;
}

.mao-search-box {
    display: flex !important;
    align-items: center !important;
    background: var(--white) !important;
    border: 1px solid #021124  !important;
    border-radius: 15px !important;
    padding: 10px 25px 10px 35px !important;
    gap: 15px !important;
}

.mao-search-box img {
    width: 27px !important;
    height: 27px !important;
}

.mao-search-box input {
    border: none !important;
    outline: none !important;
    width: 100% !important;
    font-size: 20px !important;
    color: var(--black) !important;
}

.mao-search-box input::placeholder {
    color: #1c2d37 !important;
    font-weight: 400 !important;
}

.mao-property-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    margin-top: 18px !important;
}

.mao-property-card {
    display: flex !important;
    align-items: center !important;
    background: var(--bg-light) !important;
    border-radius: 15px !important;
    padding: 10px 20px !important;
    gap: 20px !important;
    transition: all 0.3s ease !important;
}

.mao-property-card:hover {
    transform: scale(1.009) !important;
    cursor: default !important;
}

.mao-prop-img {
    width: 95px !important;
    height: 86px !important;
    flex-shrink: 0 !important;
}

.mao-prop-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

.mao-prop-details {
    flex-grow: 1 !important;
}

.mao-prop-tags {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    margin-bottom: 8px !important;
}

.mao-tag-type {
    width: 92px !important;
    height: 30px !important;
    background: var(--bg-light) !important;
    color: var(--black) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.mao-tag-status {
    width: 64px !important;
    height: 30px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.status-active {
    background: rgba(29, 167, 38, 0.1) !important;
    color: #1da726 !important;
}

.status-sold {
    background: rgba(235, 113, 0, 0.21) !important;
    color: #eb7100 !important;
}

.status-inactive {
    background: rgba(237, 103, 101, 0.21) !important;
    color: #c11916 !important;
}

.mao-tag-featured {
    width: 64px !important;
    height: 30px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.featured-yes {
    background: rgba(29, 167, 38, 0.1) !important;
    color: #1da726 !important;
}

.featured-no {
    background: rgba(237, 103, 101, 0.21) !important;
    color: #c11916 !important;
}

.mao-loc-line {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 4px !important;
}

.mao-loc-line img {
    background-color: var(--primary-color) !important;
    width: 27px !important;
    height: 27px !important;
    border-radius: 50% !important;
    padding: 7px !important;
}

.mao-address {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
}

.mao-price {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
}

.mao-prop-action-btns {
    display: flex !important;
    align-items: center !important;
    align-self: flex-start !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
}

.mao-action-icon-btn {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
    background: #02112414 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.mao-action-icon-btn:hover {
    background: rgba(2, 17, 36, 0.04) !important;
}

.mao-view-img {
    width: 17px !important;
    height: auto !important;
}

.mao-edit-img {
    width: 14px !important;
    height: 14px !important;
}

.mao-delete-img {
    width: 12px !important;
    height: 13px !important;
}

/* img.filter-primary {
    filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1637%)
        hue-rotate(113deg) brightness(98%) contrast(98%) !important;
} */

/* =========================================
   Mobile <= 480px
=========================================*/
@media (max-width:480px){

    .myaccount-openhouse-section{
        padding:15px 8px !important;
    }

    .myaccount-openhouse-section .row{
           row-gap: 20px !important;
    }

    .myacc-openhouse-content{
        padding:15px !important;
        border-radius:15px !important;
    }

    .myacc-openhouse-header{
        margin:0 -15px !important;
        padding:0 15px 12px !important;
        display:flex !important;
        justify-content:space-between !important;
        align-items:center !important;
        border-bottom:1px solid rgba(0,0,0,.08);
    }

    .myacc-openhouse-header h2{
        font-size:18px !important;
    }

    .mao-add-btn{
        padding:8px 14px !important;
        font-size:14px !important;
        border-radius:10px !important;
    }

    .mao-search-wrapper{
        margin-top:15px !important;
    }

    .mao-search-box{
        padding:10px 15px !important;
        border-radius:12px !important;
        gap:10px !important;
    }

    .mao-search-box img{
        width:18px !important;
        height:18px !important;
    }

    .mao-search-box input{
        font-size:14px !important;
    }

    .mao-property-list{
        margin-top:15px !important;
    }

    .mao-property-card{
        padding:10px !important;
        border-radius:12px !important;
        display:flex !important;
        align-items:flex-start !important;
        gap:10px !important;
    }
    
    .mao-prop-img{
        width:80px !important;
        flex-shrink:0;
    }

    .mao-prop-img img{
        width:80px !important;
        height:80px !important;
        border-radius:8px !important;
        object-fit:cover;
    }

    .mao-prop-details{
        flex:1;
        min-width:0;
    }

    .mao-address{
        font-size:13px !important;
        line-height:1.4;
    }

    .mao-price{
        font-size:16px !important;
        margin-top:8px !important;
    }

    .mao-loc-line img{
        width:14px !important;
        height:14px !important;
    }

    .mao-prop-action-btns{
        gap:6px !important;
    }

    .mao-action-icon-btn{
        width:26px !important;
        height:26px !important;
        border-radius:6px !important;
    }

    .mao-view-img{
        width:14px !important;
    }

    .mao-edit-img{
        width:12px !important;
        height:12px !important;
    }

    .mao-delete-img{
        width:11px !important;
        height:11px !important;
    }

    /* Modal */

    .mao-modal-container{
        width:95% !important;
    }

    .mao-modal-header h5{
        font-size:18px !important;
    }

    .mao-modal-img{
        height:200px !important;
        object-fit:cover;
    }

    .mao-modal-loc-row{
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:10px !important;
    }

    #maoModalPrice{
        font-size:20px !important;
    }

    .mao-modal-btn-row{
        flex-direction:column !important;
        gap:10px;
    }

    .mao-modal-btn-outline,
    .mao-modal-btn-fill{
        width:100% !important;
        font-size:14px !important;
        height:42px !important;
    }

    /* Delete Modal */

    .custom-confirmation-modal{
        padding:20px !important;
    }

    .modal-content-inner h2{
        font-size:22px !important;
    }

    .modal-content-inner p{
        font-size:16px !important;
        margin-bottom:25px !important;
    }

    .modal-action-buttons{
        flex-direction:column !important;
        gap:12px !important;
    }

    .btn-modal-cancel,
    .btn-modal-confirm{
        height:46px !important;
        font-size:15px !important;
    }

}

/* My Account - Add openhouse Page */
.myaccount-add-openhouse-section {
    padding: 45px 15px !important;
}

/* Main Content */
.myacc-add-openhouse-content {
    padding: 23px 27px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
}

.myacc-add-openhouse-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.2px solid rgba(93, 92, 92, 0.2) !important;
    margin-left: -27px !important;
    margin-right: -27px !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
    padding-bottom: 15px !important;
}

.myacc-add-openhouse-header h2 {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.mao-form-body {
    padding-top: 25px !important;
}

.mao-form-group {
    margin-bottom: 0px !important;
}

.mao-label {
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    margin-bottom: 10px !important;
}

.mao-input {
    border-radius: 15px !important;
    width: 100% !important;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    padding: 13px 25px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    background: var(--white) !important;
    transition: all 0.3s ease;
}

.mao-textarea {
    width: 100% !important;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    border-radius: 10px !important;
    padding: 13px 25px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    background: var(--white) !important;
    transition: all 0.3s ease;
}

.mao-textarea {
    height: 80px !important;
    resize: none !important;
}

.mao-input::placeholder {
    color: var(--subtext) !important;
}

.mao-input:focus,
.mao-textarea:focus {
    outline: none !important;
}

.mao-select-wrapper {
    position: relative;
}

.mao-select {
    width: 100%;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.01);
    border-radius: 15px;
    padding: 13px 25px;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    background: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.mao-dropdown-menu {
    width: 100% !important;
    border-radius: 12px !important;
    border: 1px solid rgba(6, 64, 43, 0.1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    margin-top: 0px !important;
    padding: 10px 0 !important;
}

.mao-dropdown-menu .dropdown-item {
    padding: 5px 25px !important;
    font-size: 18px !important;
    color: var(--black) !important;
}

.mao-dropdown-menu .dropdown-item:hover {
    background-color: var(--bg-light) !important;
    color: var(--primary-color) !important;
}

.mao-upload-box {
    width: 100%;
    height: 60px;
    border: 1.5px dashed rgba(6, 64, 43, 0.1);
    border-radius: 15px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background: var(--white);
}

.mao-upload-box:hover {
    background: var(--bg-light) !important;
}

.mao-upload-box img {
    width: 24px !important;
    height: 24px !important;
}

.mao-upload-box span {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
}

.file-name {
    display: inline-block;
    max-width: 180px; /* adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.mao-submit-btn {
    width: 100% !important;
    padding: 14px !important;
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    margin: 40px 0 40px 0 !important;
}

.mao-submit-btn:hover {
    background-color: #0a2240 !important;
}


/* My Account - openhouse Modal */
.mao-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1200;
    display: none;
}

.mao-modal-container {
    position: absolute;
    top: 40% !important;
    left: 60% !important;
    transform: translateX(-50%);
    width: 95% !important;
    max-width: 966px !important;
    background: var(--white) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    z-index: 1205 !important;
    display: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mao-modal-container.show {
    display: block;
}

.mao-modal-header {
    background: var(--primary-color);
    color: var(--white);
    padding: 27px 35px 23px 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mao-modal-header h5 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.mao-modal-close {
    background: transparent !important;
    border: none !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.mao-modal-content-scroll {
    height: auto;
}

.mao-modal-img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.mao-modal-body {
    padding: 23px 35px 30px 35px !important;
}

/* .mao-modal-main-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}

.mao-modal-main-header h6 {
    font-size: 2px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 0px !important;
}

.mao-modal-main-header span {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
} */
.mao-openhouse-extra {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 18px;
    display: block !important;
}

.mao-extra-item {
    margin-bottom: 10px;
}

.mao-extra-item:last-child {
    margin-bottom: 0;
}

.mao-extra-item strong {
    display: inline-block;
    min-width: 95px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
}

.mao-extra-item span,
.mao-extra-item p {
    color: #555;
    font-size: 15px;
    margin: 0;
    display: inline;
}

.mao-extra-item p {
    display: block;
    margin-top: 4px;
    line-height: 1.5;
}

.mao-modal-info-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.mao-modal-title-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}

.mao-modal-title-row h4 {
    font-size: 22px !important;
    color: var(--black) !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.mao-modal-status {
    font-size: 22px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--primary-color) !important;
}

.mao-modal-loc-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-top: 7px !important;
}
/* .mao-modal-loc-row span {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
} */
.mao-modal-loc-icon {
    width: 30px !important;
    height: 30px !important;
    background: var(--primary-color) !important;
    border-radius: 50% !important;
    padding: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.mao-modal-loc-icon img {
    width: 12px !important;
    height: 15px !important;
    filter: brightness(0) invert(1) !important;
}

.mao-modal-address {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    max-width: 687px !important;
}

.mao-modal-view-section {
    padding-top: 20px;
}

.mao-modal-view-section h6 {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 0px !important;
}

.mao-modal-action-btns {
    display: flex !important;
    flex-direction: column !important;
}

.mao-modal-btn-row {
    display: flex !important;
    gap: 15px !important;
    width: 100% !important;
}

.mao-modal-btn-row .mao-modal-btn-outline,
.mao-modal-btn-row .mao-modal-btn-fill {
    width: 279px !important;
    margin-top: 15px !important;
}

.mao-modal-btn-row.full-width .mao-modal-btn-outline,
.mao-modal-btn-row.full-width .mao-modal-btn-fill {
    flex: 1 !important;
    margin-top: 25px !important;
}

.mao-modal-btn-outline,
.mao-modal-btn-fill {
    padding: 13px !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}

.mao-modal-btn-outline {
    background: var(--white) !important;
    color: var(--primary-color) !important;
    border: 1px solid #021124 !important;
    font-weight: 500 !important;
}

.mao-modal-btn-outline:hover {
    background: rgba(2, 17, 36, 0.08) !important;
}

.mao-modal-btn-fill {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    font-weight: 400 !important;
}

.mao-modal-btn-fill:hover {
    background: #0a2240 !important;
}

.mao-modal-btn img {
    width: 26px;
    height: auto;
}

/* =========================================
   Mobile <= 400px
=========================================*/
@media (max-width:400px){

    .myacc-openhouse-content{
        padding:12px !important;
    }

    .myacc-openhouse-header{
        margin:0 -12px !important;
        padding:0 12px 10px !important;
    }

    .myacc-openhouse-header h2{
        font-size:16px !important;
    }

    .mao-add-btn{
        padding:7px 12px !important;
        font-size:13px !important;
    }

    .mao-search-box{
        padding:8px 12px !important;
    }

    .mao-search-box img{
        width:16px !important;
        height:16px !important;
    }

    .mao-search-box input{
        font-size:13px !important;
    }

    .mao-property-card{
        padding:8px !important;
    }

    .mao-prop-img{
        width:70px !important;
    }

    .mao-prop-img img{
        width:70px !important;
        height:70px !important;
    }

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

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

    .mao-loc-line img{
        width:12px !important;
        height:12px !important;
    }

    .mao-action-icon-btn{
        width:24px !important;
        height:24px !important;
    }

    .mao-view-img{
        width:12px !important;
    }

    .mao-edit-img{
        width:10px !important;
        height:10px !important;
    }

    .mao-delete-img{
        width:10px !important;
        height:10px !important;
    }

    .mao-modal-header h5{
        font-size:16px !important;
    }

    #maoModalPrice{
        font-size:18px !important;
    }

    .mao-modal-address{
        font-size:13px !important;
    }

    .mao-modal-btn-outline,
    .mao-modal-btn-fill{
        font-size:13px !important;
        height:40px !important;
    }

    .modal-content-inner h2{
        font-size:20px !important;
    }

    .modal-content-inner p{
        font-size:14px !important;
    }

    .btn-modal-cancel,
    .btn-modal-confirm{
        height:42px !important;
        font-size:14px !important;
    }

    .dropdown{
        width:99% !important;
    }
.mao-modal-container{
        position: fixed !important;
        top:50% !important;
        left:50% !important;
        right:auto !important;

        transform:translate(-50%,-50%) !important;

        width:95% !important;
        max-width:360px !important;
        height:auto !important;
        max-height:90vh !important;

        overflow-y:auto !important;
        border-radius:15px !important;

        margin:0 !important;
    }

}


/* Forgot Password Section */
.forgot-pwd-wrapper {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
}

.forgot-pwd-box {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);  
    max-width: 1300px;
    min-height: 632px;
    width: 100%;
    margin: 0 auto !important;
    gap: 0;
}

/* LEFT PANEL */
.forgot-pwd-left {
    background: var(--primary-color);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px !important;
}

.forgot-pwd-left img {
    width: 461px;
    height: 318px;
    /* background: var(--white); */
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.forgot-pwd-left h1 {
    font-size: 30px;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--white);
    width: 100% !important;
    max-width: 380px !important;
}

/* RIGHT PANEL */
.forgot-pwd-right {
    display: flex;
    align-items: center !important;
    padding: 24px !important;
    padding-right: 50px !important;
    padding-left: 33px !important;
    justify-content: center !important;
    background: var(--white);
}

.forgot-pwd-form {
    width: 100% !important;
}

.forgot-pwd-form h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 30px !important;
}

.forgot-pwd-form-label {
    font-size: 20px;
    color: var(--subtext);
    font-weight: 400;
    margin-bottom: 10px;
}

.forgot-pwd-custom-input {
    height: 60px;
    border-radius: 15px !important;
    border: none !important;
    background: var(--bg-light) !important;
    padding: 0 30px;
    font-size: 20px;
    color: var(--black);
    display: block !important;
    margin-bottom: 120px !important;
}

.forgot-pwd-custom-input::placeholder {
    color: var(--black) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.forgot-pwd-custom-input:focus {
    background: #f0f0f0 !important;
    box-shadow: none !important;
}

/* Forgot Password Section Responsive */

@media (max-width: 1280px) {
    .forgot-pwd-wrapper {
        padding: 40px !important;
        min-height: auto !important;
    }

    .forgot-pwd-left img {
        width: 210px !important;
        height: 190px !important;
    }

    .forgot-pwd-left h1 {
        font-size: 26px !important;
        max-width: 300px !important;
    }

    .forgot-pwd-right {
        padding: 35px 40px 35px 40px !important;
    }

    .forgot-pwd-form h3 {
        font-size: 28px !important;
        margin-bottom: 27px !important;
    }

    .forgot-pwd-form-label {
        font-size: 18px !important;
    }

    .forgot-pwd-custom-input {
        height: 55px !important;
        padding: 0 23px !important;
        font-size: 17px !important;
        border-radius: 14px !important;
    }

    .forgot-pwd-custom-input::placeholder {
        font-size: 17px !important;
    }
}

@media (max-width: 1200px) {
    .forgot-pwd-left img {
        width: 200px !important;
        height: 180px !important;
    }

    .forgot-pwd-left h1 {
        font-size: 24px !important;
        max-width: 300px !important;
    }

    .forgot-pwd-form h3 {
        font-size: 26px !important;
        margin-bottom: 25px !important;
    }

    .forgot-pwd-right {
        padding: 33px 40px 33px 40px !important;
    }

    .forgot-pwd-custom-input {
        height: 52px !important;
        padding: 0 20px !important;
        font-size: 16px !important;
        border-radius: 13px !important;
    }

    .forgot-pwd-form-label {
        font-size: 17px !important;
    }

    .forgot-pwd-custom-input::placeholder {
        font-size: 16px !important;
    }
}

@media (max-width: 1100px) {
    .forgot-pwd-wrapper {
        padding: 30px !important;
    }

    .forgot-pwd-left img {
        width: 180px !important;
        height: 160px !important;
    }

    .forgot-pwd-left h1 {
        font-size: 22px !important;
        max-width: 250px !important;
    }

    .forgot-pwd-form h3 {
        font-size: 24px !important;
        margin-bottom: 23px !important;
    }

    .forgot-pwd-right {
        padding: 27px 37px 27px 37px !important;
    }

    .forgot-pwd-custom-input {
        height: 50px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
        border-radius: 12px !important;
    }

    .forgot-pwd-form-label {
        font-size: 16px !important;
    }

    .forgot-pwd-custom-input::placeholder {
        font-size: 15px !important;
    }
}

@media (max-width: 1024px) {
    .forgot-pwd-right {
        padding: 25px 30px 25px 30px !important;
    }
}

@media (max-width: 992px) {
    .forgot-pwd-left {
        padding: 40px 20px !important;
    }

    .forgot-pwd-left img {
        width: 170px !important;
        height: 150px !important;
        border-radius: 17px !important;
    }

    .forgot-pwd-form h3 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .forgot-pwd-right {
        padding: 40px 20px !important;
    }

    .forgot-pwd-form-label {
        font-size: 15px !important;
    }

    .forgot-pwd-custom-input::placeholder {
        font-size: 14px !important;
    }

    .forgot-pwd-custom-input {
        height: 47px !important;
        padding: 0 15px !important;
        font-size: 14px !important;
        border-radius: 11px !important;
    }
}

@media (max-width: 880px) {
    .forgot-pwd-wrapper {
        padding: 20px 15px !important;
    }

    .forgot-pwd-left img {
        width: 160px !important;
        height: 140px !important;
        border-radius: 15px !important;
    }

    .forgot-pwd-right {
        padding: 30px 20px !important;
    }
}

@media (max-width: 768px) {
    .forgot-pwd-left h1 {
        font-size: 22px !important;
    }

    .forgot-pwd-left img {
        width: 150px !important;
        height: 130px !important;
        border-radius: 13px !important;
    }

    .forgot-pwd-form h3 {
        font-size: 20px !important;
        margin-bottom: 19px !important;
    }

    .forgot-pwd-right {
        padding: 25px 20px !important;
    }

    .forgot-pwd-form-label {
        font-size: 14px !important;
    }

    .forgot-pwd-custom-input::placeholder {
        font-size: 13px !important;
    }

    .forgot-pwd-custom-input {
        height: 45px !important;
        padding: 0 13px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 576px) {
    .forgot-pwd-left h1 {
        font-size: 20px !important;
    }

    .forgot-pwd-left img {
        width: 140px !important;
        height: 120px !important;
        border-radius: 11px !important;
    }

    .forgot-pwd-form h3 {
        font-size: 18px !important;
        margin-bottom: 18px !important;
    }

    .forgot-pwd-right {
        padding: 20px !important;
    }

    .forgot-pwd-form-label {
        font-size: 13px !important;
    }

    .forgot-pwd-custom-input::placeholder {
        font-size: 12px !important;
    }

    .forgot-pwd-custom-input {
        height: 42px !important;
        padding: 0 11px !important;
        font-size: 12px !important;
        border-radius: 9px !important;
    }
}

@media (max-width: 480px) {
    .forgot-pwd-left h1 {
        max-width: 230px !important;
        font-size: 15px !important;
    }

    .forgot-pwd-left img {
        width: 130px !important;
        height: 110px !important;
        border-radius: 10px !important;
    }

    .forgot-pwd-form h3 {
        font-size: 16px !important;
    }

    .forgot-pwd-form-label {
        font-size: 12px !important;
    }

    .forgot-pwd-custom-input::placeholder {
        font-size: 11px !important;
    }

    .forgot-pwd-custom-input {
        height: 40px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
        border-radius: 8px !important;
    }


    
     /* Section */
    .myaccount-team-section {
        padding: 20px 10px !important;
    }

    .myaccount-team-section .row {
        flex-wrap: wrap !important;
        --bs-gutter-x: 24px !important;
        row-gap: 20px !important;
    }

    /* Main Content */
    .myacc-team-content {
        padding: 18px 15px !important;
        border-radius: 14px !important;
        min-height: auto !important;
    }

    /* Header */
    .myacc-team-header {
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    .myacc-team-header h2 {
        font-size: 22px !important;
    }



        /* myaccount member */

    .myacc-membership-content {
    padding: 33px 10px 50px 10px !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    height: 100% !important;
    min-height: 804px !important;
    }


    /* Search */
    .mat-search-box {
        padding: 10px 15px !important;
        gap: 10px !important;
        border-radius: 12px !important;
    }

    .mat-search-box img {
        width: 18px !important;
        height: 18px !important;
    }

    .mat-search-box input {
        font-size: 14px !important;
    }

    /* =========================
       TEAM REQUEST SECTION
    ========================= */

    .team-request-section {
        padding: 15px !important;
        border-radius: 12px !important;
    }

    .team-request-section h3 {
        font-size: 16px !important;
        margin: 0 !important;
    }

    /* Header alignment */
    .team-request-section .d-flex.justify-content-between {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    /* Request Tabs */
    .request-tabs {
        width: 100% !important;
        display: flex !important;
        gap: 10px !important;
    }

    .request-tabs button {
        flex: 1 !important;
        font-size: 12px !important;
        padding: 8px 10px !important;
        border-radius: 8px !important;
    }

    /* Request Card */
    .team-request-card {
        padding: 12px !important;
        border-radius: 12px !important;
    }

    .tr-card-header {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }

    .tr-card-body {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .tr-profile-info {
        gap: 12px !important;
        align-items: center !important;
    }

    .tr-img-wrapper {
        width: 50px !important;
        height: 50px !important;
        border-radius: 8px !important;
    }

    .tr-details h4 {
        font-size: 16px !important;
        margin-bottom: 4px !important;
    }

    .tr-details p {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }

    .tr-details span {
        font-size: 15px !important;
    }

    /* Action Buttons */
    .tr-actions {
        width: 100% !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
    }

    .tr-btn-accept,
    .tr-btn-reject {
        width: 100% !important;
        height: 42px !important;
        font-size: 14px !important;
    }

    /* =========================
       TEAM LIST SECTION
    ========================= */

    .team-list-section {
        margin-top: 15px !important;
    }

    .team-list-card {
        padding: 12px !important;
        border-radius: 12px !important;
    }

    .tr-list-profile-info {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .tr-list-img-wrapper {
        width: 100% !important;
        height: 180px !important;
        border-radius: 10px !important;
    }

    .tr-list-details h4 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }

    .tr-list-details p {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }

    .tr-list-details span {
        font-size: 16px !important;
    }

    /* =========================
       CONFIRMATION MODAL
    ========================= */

    .custom-confirmation-modal {
        width: 92% !important;
        padding: 20px 15px !important;
        border-radius: 14px !important;
    }

    .modal-content-inner h2 {
        font-size: 22px !important;
    }

    .modal-content-inner p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .modal-action-buttons {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .btn-modal-cancel,
    .btn-modal-confirm {
        width: 100% !important;
        height: 45px !important;
        font-size: 15px !important;
    }

    .modal-close-circle {
        width: 34px !important;
        height: 34px !important;
        top: -14px !important;
        right: -14px !important;
    }

       /* Wrapper */
    .forgot-pwd-wrapper {
        padding: 18px 14px !important;
        min-height: auto !important;
    }

    /* Main Box */
    .forgot-pwd-box {
        min-height: auto !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* LEFT PANEL */
    .forgot-pwd-left {
        padding: 28px 18px !important;
        border-radius: 18px 18px 0 0 !important;
    }

    .forgot-pwd-left img {
        width: 100% !important;
        max-width: 250px !important;
        height: auto !important;
        padding: 10px !important;
        border-radius: 16px !important;
        margin-bottom: 0 !important;
    }

    .forgot-pwd-left h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        max-width: 100% !important;
        margin-bottom: 14px !important;
    }

    /* RIGHT PANEL */
    .forgot-pwd-right {
        padding: 26px 18px !important;
        border-radius: 0 0 18px 18px !important;
    }

    /* Form */
    .forgot-pwd-form {
        width: 100% !important;
    }

    .forgot-pwd-form h3 {
        font-size: 24px !important;
        margin-bottom: 22px !important;
        text-align: center !important;
        line-height: 1.3 !important;
    }

    /* Labels */
    .forgot-pwd-form-label {
        font-size: 15px !important;
        margin-bottom: 8px !important;
    }

    /* Input */
    .forgot-pwd-custom-input {
        height: 52px !important;
        border-radius: 12px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
        margin-bottom: 28px !important;
    }

    .forgot-pwd-custom-input::placeholder {
        font-size: 15px !important;
    }

    /* Buttons */
    /* .btn-group-custom .back-btn {
        width: 339px !important;
        max-width: 220px !important;
    }

    .btn-group-custom .login-btn{
        width: 339px !important;
        max-width: 339px !important;
    } */

     .btn-group-custom .login-btn,
.btn-group-custom .back-btn {
        width: 160px !important;
        max-width: 160px !important;
    height: 40px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    padding: 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-group-custom {
    height:105px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 10px !important;
}

    /* Bootstrap Column Fix */
    .forgot-pwd-box > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

}

@media (max-width: 400px) {
    .forgot-pwd-left h1 {
        max-width: 200px !important;
        font-size: 16px !important;
    }

    .forgot-pwd-left img {
        width: 120px !important;
        height: 100px !important;
        border-radius: 8px !important;
    }

    .forgot-pwd-form h3 {
        font-size: 14px !important;
    }
}

/* New Password Section */
.new-pwd-wrapper {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
}

.new-pwd-box {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 1300px;
    min-height: 632px;
    width: 100%;
    margin: 0 auto !important;
    gap: 0;
}

/* LEFT PANEL */
.new-pwd-left {
    background: var(--primary-color);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px !important;
}

.new-pwd-left img {
    width: 416px;
    height: 288px;
    /* background: var(--white); */
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.new-pwd-left h1 {
    font-size: 30px;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--white);
    width: 100% !important;
    max-width: 380px !important;
}

/* RIGHT PANEL */
.new-pwd-right {
    display: flex;
    align-items: center !important;
    padding: 24px !important;
    padding-right: 50px !important;
    padding-left: 33px !important;
    justify-content: center !important;
    background: var(--white);
}

.new-pwd-form {
    width: 100% !important;
}

.new-pwd-form h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 30px !important;
}

.new-pwd-form-label {
    font-size: 20px;
    color: var(--subtext);
    font-weight: 400;
    margin-bottom: 10px;
}

.new-pwd-custom-input {
    height: 60px;
    border-radius: 15px !important;
    border: none !important;
    background: var(--bg-light) !important;
    padding: 0 30px;
    font-size: 20px;
    color: var(--black);
    display: block !important;
}

.new-pwd-custom-input::placeholder {
    color: var(--black) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.new-pwd-custom-input:focus {
    background: #f0f0f0 !important;
    box-shadow: none !important;
}

/* New Password Section Responsive */

@media (max-width: 1280px) {
    .new-pwd-wrapper {
        padding: 40px !important;
        min-height: auto !important;
    }

    .new-pwd-left img {
        width: 210px !important;
        height: 190px !important;
    }

    .new-pwd-left h1 {
        font-size: 26px !important;
        max-width: 300px !important;
    }

    .new-pwd-right {
        padding: 35px 40px 35px 40px !important;
    }

    .new-pwd-form h3 {
        font-size: 28px !important;
        margin-bottom: 27px !important;
    }

    .new-pwd-form-label {
        font-size: 18px !important;
    }

    .new-pwd-custom-input {
        height: 55px !important;
        padding: 0 23px !important;
        font-size: 17px !important;
        border-radius: 14px !important;
    }
}

@media (max-width: 1200px) {
    .new-pwd-left img {
        width: 200px !important;
        height: 180px !important;
    }

    .new-pwd-left h1 {
        font-size: 24px !important;
        max-width: 300px !important;
    }

    .new-pwd-form h3 {
        font-size: 26px !important;
        margin-bottom: 25px !important;
    }

    .new-pwd-right {
        padding: 33px 40px 33px 40px !important;
    }

    .new-pwd-custom-input {
        height: 52px !important;
        padding: 0 20px !important;
        font-size: 16px !important;
        border-radius: 13px !important;
    }

    .new-pwd-form-label {
        font-size: 17px !important;
    }
}

@media (max-width: 1100px) {
    .new-pwd-wrapper {
        padding: 30px !important;
    }

    .new-pwd-left img {
        width: 180px !important;
        height: 160px !important;
    }

    .new-pwd-left h1 {
        font-size: 22px !important;
        max-width: 250px !important;
    }

    .new-pwd-form h3 {
        font-size: 24px !important;
        margin-bottom: 23px !important;
    }

    .new-pwd-right {
        padding: 27px 37px 27px 37px !important;
    }

    .new-pwd-custom-input {
        height: 50px !important;
        padding: 0 18px !important;
        font-size: 15px !important;
        border-radius: 12px !important;
    }

    .new-pwd-form-label {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {
    .new-pwd-right {
        padding: 25px 30px 25px 30px !important;
    }
}

@media (max-width: 992px) {
    .new-pwd-left {
        padding: 40px 20px !important;
    }

    .new-pwd-left img {
        width: 170px !important;
        height: 150px !important;
        border-radius: 17px !important;
    }

    .new-pwd-form h3 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .new-pwd-right {
        padding: 40px 20px !important;
    }

    .new-pwd-form-label {
        font-size: 15px !important;
    }

    .new-pwd-custom-input {
        height: 47px !important;
        padding: 0 15px !important;
        font-size: 14px !important;
        border-radius: 11px !important;
    }
}

@media (max-width: 880px) {
    .new-pwd-wrapper {
        padding: 20px 15px !important;
    }

    .new-pwd-left img {
        width: 160px !important;
        height: 140px !important;
        border-radius: 15px !important;
    }

    .new-pwd-right {
        padding: 30px 20px !important;
    }
}

@media (max-width: 768px) {
    .new-pwd-left h1 {
        font-size: 22px !important;
    }

    .new-pwd-left img {
        width: 150px !important;
        height: 130px !important;
        border-radius: 13px !important;
    }

    .new-pwd-form h3 {
        font-size: 20px !important;
        margin-bottom: 19px !important;
    }

    .new-pwd-right {
        padding: 25px 20px !important;
    }

    .new-pwd-form-label {
        font-size: 14px !important;
    }

    .new-pwd-custom-input {
        height: 45px !important;
        padding: 0 13px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 576px) {
    .new-pwd-left h1 {
        font-size: 20px !important;
    }

    .new-pwd-left img {
        width: 140px !important;
        height: 120px !important;
        border-radius: 11px !important;
    }

    .new-pwd-form h3 {
        font-size: 18px !important;
        margin-bottom: 18px !important;
    }

    .new-pwd-right {
        padding: 20px !important;
    }

    .new-pwd-form-label {
        font-size: 13px !important;
    }

    .new-pwd-custom-input {
        height: 42px !important;
        padding: 0 11px !important;
        font-size: 12px !important;
        border-radius: 9px !important;
    }
}

@media (max-width: 480px) {
    .new-pwd-left h1 {
        max-width: 230px !important;
        font-size: 18px !important;
    }

    .new-pwd-left img {
        width: 130px !important;
        height: 110px !important;
        border-radius: 10px !important;
    }

    .new-pwd-form h3 {
        font-size: 16px !important;
    }

    .new-pwd-form-label {
        font-size: 12px !important;
    }

    .new-pwd-custom-input {
        height: 40px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
        border-radius: 8px !important;
    }

}



@media (max-width: 400px) {
    .new-pwd-left h1 {
        max-width: 200px !important;
        font-size: 16px !important;
    }

    .new-pwd-left img {
        width: 120px !important;
        height: 100px !important;
        border-radius: 8px !important;
    }

    .new-pwd-form h3 {
        font-size: 14px !important;
    }
}

/* Rich Text Bio Collapse & List Bullet Fixes */
.bio-collapsed {
    max-height: 120px !important;
    overflow: hidden !important;
    position: relative !important;
}

.bio-collapsed::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 40px !important;
    background: linear-gradient(transparent, #ffffff) !important;
    pointer-events: none !important;
}

.rich-bio-text ul,
.rich-bio-text ol {
    padding-left: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.rich-bio-text ul {
    list-style-type: disc !important;
}

.rich-bio-text ol {
    list-style-type: decimal !important;
}

.rich-bio-text li {
    display: list-item !important;
    margin-bottom: 8px !important;
}

/* Agent/Vendor Inquiry Card Improvements */
.inquiry-contact-row {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    margin-bottom: 8px !important;
}

.inquiry-card-message {
    font-size: 16px !important;
    color: var(--black) !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
    line-height: 1.4 !important;
    max-width: calc(100% - 120px) !important;
}

.inquiry-card-message p {
    margin: 0 !important;
    word-break: break-word;
}

.inquiry-card-message span {
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}

.inquiry-read-btn {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.inquiry-read-btn:hover {
    text-decoration: underline !important;
    opacity: 0.8 !important;
}

/* ====================== */
/*  CONTACT US PAGE       */
/* ====================== */
.contact-header {
    background-color: var(--primary-color) !important;
    padding: 60px 0 50px 0 !important;
    /* margin-top: 10px !important; */
    color: var(--white) !important;
}

.contact-header h1 {
    font-size: 38px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}

.contact-header p {
    font-size: 30px !important;
    font-weight: 350 !important;
    max-width: 717px !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
}

.contact-content-section {
    padding: 35px 0 !important;
    background-color: var(--bg-light) !important;
}

.contact-text-content h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 20px !important;
    line-height: 1.1 !important;
    max-width: 500px !important;
}

.contact-text-content h2 span {
    color: var(--primary-color) !important;
}

/* .contact-text-content p {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    line-height: 1.25 !important;
    max-width: 700px !important;
} */

.contact-stats-wrapper {
    display: flex !important;
    gap: 30px !important;
    margin-top: 20px !important;
}

.contact-stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.contact-stat-icon {
    width: 50px !important;
    height: 50px !important;
    background: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.contact-stat-icon img {
    width: 35px !important;
    height: 35px !important;
}

.contact-stat-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-stat-info h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--black);
    margin-bottom: 0;
}

.contact-stat-info p {
    font-size: 16px !important;
    color: var(--subtext) !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
    font-weight: 500 !important;
}

.contact-image-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-main-img {
    border-radius: 20px;
    width: 100% !important;
    max-width: 636px !important;
    height: 100% !important;
    max-height: 244px !important;
    object-fit: cover !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.contact-sub-img-row {
    display: flex;
    gap: 22px;
}

.contact-sub-img-box {
    flex: 1;
}

.contact-sub-img {
    border-radius: 20px;
    width: 100% !important;
    max-width: 306px !important;
    height: 100% !important;
    max-height: 189px !important;
    object-fit: cover;
}

/* form Section */
.contact-form-section {
    padding: 40px 0 !important;
    background-color: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.contact-image-box img {
    border-radius: 20px !important;
    width: 100% !important;
    max-width: 537px !important;
    height: 433px !important;
    object-fit: cover !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.contact-text-content {
    padding-left: 40px !important;
}

.contact-text-content h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

.contact-text-content h2 span {
    color: var(--primary-color) !important;
}

/* .contact-text-content p {
    font-size: 24px !important;
    color: var(--black) !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
} */

/* .contact-text-content h3 {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
    margin-bottom: 15px !important;
} */

.contact-features-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 0 0 10px 10px !important;
}

.contact-feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.contact-feature-icon {
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.contact-feature-icon img {
    width: 39px !important;
    height: 39px !important;
}

.contact-feature-item span {
    font-size: 22px !important;
    color: var(--subtext) !important;
    font-weight: 400 !important;
}

.contact-text-col {
    padding-right: 55px !important;
    padding-left: 55px !important;
}

.contact-text-content {
    width: 100%;
}

/* .contact-text-content p {
    width: 100%;
    max-width: 100% !important;
    padding-right: 10px;
    box-sizing: border-box;
} */

/* =========================
   CONTACT PAGE RESPONSIVE
========================= */

/* Large Devices */
@media (max-width: 1200px) {
    .contact-header h1 {
        font-size: 48px;
    }

    .contact-header p {
        font-size: 18px;
    }

    .contact-text-content {
        padding-right: 15px;
    }

    .contact-text-content h2,
    .contact-text-content h2 {
        font-size: 38px;
        line-height: 1.3;
    }
}

/* Tablet Devices */
@media (max-width: 992px) {
    .contact-content-section,
    .contact-section{
        padding: 60px 0;
    }

    .contact-text-content {
        margin-bottom: 40px;
    }

    .contact-text-content h2,
    .contact-text-content h2 {
        font-size: 32px;
        /* text-align: center; */
    }

    /* .contact-text-content p,
    .contact-text-content h3 {
        text-align: center;
    } */

    .contact-stats-wrapper {
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .contact-features-grid {
        justify-content: center;
    }

    .contact-image-box {
        margin-bottom: 40px;
    }

    .contact-image-grid {
        margin-top: 40px;
    }

    .contact-text-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .contact-text-content p {
        padding-right: 0;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .contact-header {
        padding: 70px 0 50px;
    }

    .contact-header h1 {
        font-size: 36px;
    }

    .contact-header p {
        font-size: 16px;
        line-height: 1.6;
    }

    .contact-text-content h2,
    .contact-text-content h2 {
        font-size: 28px;
    }

    .contact-text-content p,
    .contact-text-content p,
    .contact-text-content h3 {
        font-size: 15px;
        line-height: 1.7;
    }

    .contact-stats-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .contact-stat-item {
        width: 100%;
        max-width: 320px;
    }

    .contact-image-box img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    .contact-sub-img-row {
        gap: 15px;
    }

    .contact-sub-img-box {
        flex: 1;
    }

    .contact-sub-img-box img {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    .contact-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-item {
        justify-content: flex-start;
    }

    
    .contact-image-box img {
        max-height: 300px !important;
        margin-top: 30px !important;
    }

    .contact-form-card {
        padding: 20px !important;
    }

/* Contact Info Responsive */
.contact-info-wrapper {
    margin-top: 25px !important;
    gap: 15px !important;
}

.contact-item {
    align-items: flex-start !important;
    gap: 12px !important;
}

.contact-stat-icon {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
}

.contact-stat-icon img {
    width: 24px !important;
    height: 24px !important;
}

.contact-stat-info h3 {
    font-size: 16px !important;
    margin-bottom: 2px !important;
}

.contact-stat-info p {
    font-size: 14px !important;
    white-space: normal !important;
    line-height: 1.5 !important;
    word-break: break-word !important;
}

/* Center content on mobile */
.contact-text-content {
    padding-left: 0 !important;
}

.contact-info-wrapper {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .terms-block h2 {
        font-size: 22px !important;
    }

    .terms-block p,
    .terms-block ul li {
        font-size: 16px !important;
    }


    .contact-item {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .contact-stat-icon {
        width: 45px !important;
        height: 45px !important;
        flex-shrink: 0 !important;
    }

    .contact-stat-info {
        flex: 1 !important;
        min-width: 0 !important;
    }

    .contact-stat-info h3 {
        font-size: 16px !important;
        margin-bottom: 4px !important;
    }

    .contact-stat-info p {
        font-size: 14px !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        line-height: 1.5 !important;
    }

    .contact-info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 25px 0 0 0 !important;
}

.contact-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
}

.contact-stat-info {
    text-align: left !important;
}

.contact-stat-info h3,
.contact-stat-info p {
    text-align: left !important;
}

.contact-text-content {
    text-align: left !important;
}
}

/* Small Mobile */
@media (max-width: 576px) {
    .contact-content-section,
    .contact-section {
        padding: 45px 0;
    }

    .contact-header h1 {
        font-size: 30px;
    }

    .contact-text-content h2,
    .contact-text-content h2 {
        font-size: 24px;
    }

    .contact-stat-info h3 {
        font-size: 24px;
    }

    .contact-stat-info p {
        font-size: 14px;
    }

    .contact-feature-item span {
        font-size: 14px;
    }
}
@media (max-width: 480px) {

    /* Agent Inquiry Section */
    .myaccount-inquiry-section {
        padding: 30px 10px !important;
    }
      

    .myacc-inquiry-content {
        padding: 20px 15px !important;
        min-height: auto !important;
    }

    .myacc-inquiry-header {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-bottom: 15px !important;
    }

    .myacc-inquiry-header h2 {
        font-size: 20px !important;
    }

    .main-search-wrapper {
        margin-top: 15px !important;
    }

    .main-search-box {
        padding: 10px 15px !important;
        gap: 15px !important;
        border-radius: 12px !important;
    }

    .main-search-box img {
        width: 20px !important;
        height: 20px !important;
    }

    .main-search-box input {
        font-size: 15px !important;
    }

    .inquiry-list-wrapper {
        margin-top: 15px !important;
        gap: 12px !important;
    }

    .myacc-inquiry-card {
        padding: 15px !important;
        border-radius: 12px !important;
    }

    .inquiry-card-header {
        margin-bottom: 10px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }

    .inquiry-card-header h4 {
        font-size: 18px !important;
    }

    .inquiry-card-header span {
        font-size: 15px !important;
    }

    .inquiry-card-body {
        gap: 10px !important;
    }

    .inquiry-contact-row {
        gap: 10px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 5px !important;
    }

    .inquiry-info-item {
        gap: 8px !important;
    }

    .inquiry-icon-box {
        width: 26px !important;
        height: 26px !important;
    }

    .inquiry-info-item span {
        font-size: 15px !important;
    }

    .inquiry-card-message {
        font-size: 15px !important;
        max-width: 100% !important;
        margin-bottom: 25px !important; /* Space for the absolute read button */
    }

    .inquiry-card-message p {
        font-size: 15px !important;
    }

    .inquiry-read-btn, .inquiry-view-link {
        font-size: 15px !important;
        bottom: -5px !important;
    }

    /* ======================
       CONTACT HEADER
    ====================== */

    .contact-header {
        padding: 40px 15px !important;
    }

    .contact-header h1 {
        font-size: 28px !important;
        margin-bottom: 12px !important;
    }

    .contact-header p {
        font-size: 15px !important;
        line-height: 1.4 !important;
        max-width: 100% !important;
    }

    /* ======================
       CONTACT CONTENT
    ====================== */

    .contact-content-section {
        padding: 30px 0 !important;
    }

    .contact-text-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: -22px !important;
    }

    .contact-text-content {
        padding-left: 0 !important;
        text-align: center;
    }

    .contact-text-content h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }

    .contact-text-content p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    /* ======================
       CONTACT INFO
    ====================== */

    .contact-info-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        text-align: left;
    }

    .contact-stat-icon {
        width: 45px !important;
        height: 45px !important;
    }

    .contact-stat-icon img {
        width: 25px !important;
        height: 25px !important;
    }

    .contact-stat-info h3 {
        font-size: 16px !important;
    }

    .contact-stat-info p {
        font-size: 14px !important;
        white-space: normal !important;
        word-break: break-word;
        line-height: 1.4;
    }

    /* ======================
       CONTACT IMAGE
    ====================== */

    .contact-image-box {
        text-align: center;
    }

    .contact-image-box img {
        width: 100% !important;
        max-width: 100% !important;
        height: 260px !important;
        border-radius: 15px !important;
    }

    /* ======================
       FORM SECTION
    ====================== */

    .contact-form-section {
        padding: 30px 0 !important;
    }

    .contact-form-section .text-center h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .contact-form-section .text-center p {
        font-size: 16px !important;
        line-height: 1.5 !important;
        padding: 0 15px;
    }

    .contact-form-card {
        padding: 20px 15px !important;
    }

    /* ======================
       FORM FIELDS
    ====================== */

    .contact-form-card .form-control {
        font-size: 15px !important;
        padding: 12px 15px !important;
    }

    .contact-form-card textarea.form-control {
        min-height: 140px !important;
    }

    .contact-form-card .mb-4 {
        margin-bottom: 15px !important;
    }

    /* ======================
       BUTTON
    ====================== */

    .post-property-btn {
        width: 100%;
        max-width: 100%;
        padding: 14px 20px !important;
        font-size: 16px !important;
    }

    /* ======================
       BOOTSTRAP COLUMN FIX
    ====================== */

    .contact-content-section .row {
        row-gap: 25px;
    }

    .contact-content-section .col-lg-6 {
        width: 100%;
    }



    


      /* Header */
    .blog-list-header {
        padding: 40px 15px !important;
    }

    .blog-list-header h1 {
        font-size: 30px !important;
        margin-bottom: 12px !important;
    }

    .blog-list-header p {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    /* Blog List Section */
    .blog-list-section {
        padding: 30px 0 !important;
    }

    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .blog-list-img {
        height: 220px !important;
    }

    .blog-list-content {
        padding: 15px !important;
    }

    .blog-list-content h3 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
        height: auto !important;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .blog-list-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .author-info {
        gap: 10px !important;
    }

    .author-info img {
        width: 40px !important;
        height: 40px !important;
    }

    .author-info span,
    .blog-list-date {
        font-size: 15px !important;
    }

      /* Header */
    .blog-detail-header {
        padding: 40px 0 35px !important;
    }

    .blog-detail-header .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .blog-detail-header h1 {
        font-size: 28px !important;
        margin-bottom: 12px !important;
    }

    .blog-detail-header p {
        font-size: 15px !important;
        line-height: 1.4 !important;
        max-width: 100% !important;
    }

    /* Content Section */
    .blog-detail-content-section {
        padding: 30px 0 !important;
    }

    .custom-padding-detail {
        padding: 0 15px !important;
    }

    /* Main Blog Card */
    .blog-main-card {
        padding: 15px 0 20px !important;
        border-radius: 15px !important;
        margin-bottom: 20px;
    }

    .blog-featured-img {
        width: calc(100% - 30px) !important;
        height: 220px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-bottom: 20px !important;
        border-radius: 12px !important;
    }

    .blog-body-text h2 {
        font-size: 24px !important;
        padding: 0 15px !important;
        margin-bottom: 15px !important;
        line-height: 1.3;
    }

    /* Meta */
    .blog-meta-wrapper {
        padding: 10px 15px !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .blog-author-info {
        gap: 10px !important;
    }

    .blog-author-info img {
        width: 45px !important;
        height: 45px !important;
    }

    .blog-author-info span,
    .blog-date {
        font-size: 15px !important;
    }

    /* Description */
    .blog-description {
        padding: 0 15px !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .blog-description p {
        margin-bottom: 12px !important;
    }

    /* Sidebar */
    .latest-blog-sidebar {
        padding: 20px 12px !important;
        border-radius: 15px !important;
        margin-top: 20px;
    }

    .blog-sidebar-title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        padding-left: 14px !important;
    }

    .blog-sidebar-title::before {
        width: 3px !important;
        height: 35px !important;
    }

    .latest-blog-list {
        gap: 12px !important;
    }

    .blog-sidebar-item {
        padding: 10px !important;
        gap: 10px !important;
        border-radius: 12px !important;
    }

    .blog-sidebar-item img {
        width: 70px !important;
        height: 70px !important;
        flex-shrink: 0;
    }

    .blog-sidebar-item-content h4 {
        font-size: 14px !important;
        margin-bottom: 4px !important;
        line-height: 1.3 !important;
    }

    .blog-sidebar-item-content span {
        font-size: 12px !important;
    }

    /* Bootstrap Columns */
    .blog-detail-content-section .row {
        row-gap: 20px;
    }

    .blog-detail-content-section .col-lg-9,
    .blog-detail-content-section .col-lg-3 {
        width: 100%;
    }
}
/* Extra Small Mobile */
@media (max-width: 400px) {
    .contact-header h1 {
        font-size: 26px !important;
    }

    .contact-header p {
        font-size: 14px !important;
    }

    .contact-text-content h2 {
        font-size: 21px !important;
        /* padding: 20px 15px !important; */
    }
}

.contact-info-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin-top: 20px !important;
}

.contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.contact-item .stat-icon img {
    width: 30px !important;
    height: 30px !important;
}

.contact-image-box img {
    border-radius: 20px !important;
    width: 100% !important;
    max-width: 636px !important;
    height: 100% !important;
    max-height: 450px !important;
    object-fit: cover !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
}

.contact-form-card {
    background: var(--white) !important;
    border-radius: 20px !important;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;

    padding: 40px !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.contact-form-card .form-control {
    height: 55px !important;
    border-radius: 15px !important;
    border: 1.5px solid rgba(6, 64, 43, 0.15) !important;
    padding: 13px 25px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
    transition: all 0.3s ease !important;
}

.contact-form-card .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--primary-color) !important;
}

.contact-form-card textarea.form-control {
    height: auto !important;
}

/* ============================= */
/*  TERMS & CONDITIONS PAGE      */
/* ============================= */
.terms-header {
    background-color: var(--primary-color) !important;
    padding: 60px 0 50px 0 !important;
    /* margin-top: 10px !important; */
    color: var(--white) !important;
}

.terms-header h1 {
    font-size: 38px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}

.terms-header p {
    font-size: 30px !important;
    font-weight: 350 !important;
    max-width: 717px !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
}

.terms-content-section {
    padding: 35px 0 !important;
    background-color: var(--bg-light) !important;
}

.terms-text-content h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 20px !important;
    line-height: 1.1 !important;
    max-width: 500px !important;
}

.terms-text-content h2 span {
    color: var(--primary-color) !important;
}

.terms-content-wrapper {
    padding: 10px 55px !important;
}

.terms-block {
    margin-bottom: 30px !important;
}

.terms-block h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
}

.terms-block h2 span {
    color: var(--primary-color) !important;
}

.terms-block p {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}

.terms-block ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 10px !important;
}

.terms-block ul li {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--subtext) !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
    padding-left: 25px !important;
    position: relative !important;
}

.terms-block ul li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
    width: 10px !important;
    height: 10px !important;
    background-color: var(--primary-color) !important;
    border-radius: 50% !important;
}

.terms-contact-info {
    display: flex !important;
    gap: 40px !important;
    margin-top: 15px !important;
    flex-wrap: wrap !important;
}

.terms-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.terms-stat-icon {
    width: 50px !important;
    height: 50px !important;
    background: var(--white) !important;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.terms-stat-icon img {
    width: 35px !important;
    height: 35px !important;
}

.terms-stat-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.terms-stat-info h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--black);
    margin-bottom: 0;
}

.terms-stat-info p {
    font-size: 16px !important;
    color: var(--subtext) !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
    font-weight: 500 !important;
}


/* ================================= */
/*  CONTACT & TERMS RESPONSIVE       */
/* ================================= */

@media (max-width: 992px) {
    .terms-content-wrapper {
        padding: 10px 10px !important;
    }

    .contact-form-card {
        padding: 25px !important;
    }

    .terms-contact-info {
        flex-direction: column !important;
        gap: 15px !important;
    }
}



@media (max-width: 576px) {
    .terms-content-wrapper {
        padding: 10px 0 !important;
    }

    .contact-form-card .form-control {
        height: 48px !important;
        font-size: 16px !important;
    }

    .terms-block h2 {
        font-size: 20px !important;
    }
}

/* =================================
/*  TABLET / MID-SCREEN (500px-900px)*/
/* ================================= */

@media (min-width: 500px) and (max-width: 900px) {
    .hero-section {
        background: url('/assets/front/img/hero_mbl_bg.png') no-repeat center top !important;
        background-size: cover !important;
        min-height: 700px !important;
    }

    .search-container {
        width: 90% !important;
        max-width: 600px !important;
        margin: 729px auto 80px !important; /* Adjusted top margin so it doesn't overlap faces */
        padding: 20px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }

    .hero-bottom-banner {
        height: auto !important;
        padding: 20px 0 !important;
        position: relative !important;
        background: #000C1A;
        border-top: 1px solid rgba(255,255,255,.08);
        z-index: 0;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .hero-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 100%;
    }

    .hero-feature-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        gap: 12px;
        padding: 10px;
    }
} 



/* login & reg mobile responsive */
@media only screen and (max-width: 480px) {

   
    /* =========================
       WRAPPER
    ========================= */

    .reg-wrapper {
        padding: 16px 12px;
    }

    .reg-box {
        border-radius: 16px;
    }

    /* =========================
       PANELS
    ========================= */

    .reg-left,
    .reg-right {
        padding: 24px 16px;
    }

    .reg-left {
        border-radius: 16px 16px 0 0;
    }

    .reg-right {
        border-radius: 0 0 16px 16px;
    }

    /* =========================
       LEFT PANEL
    ========================= */

    .reg-left img {
        max-width: 200px;
        margin-bottom: 16px;
    }

    .reg-left h1 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .reg-left p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .register-btn {
        width: 100%;
        max-width: 100%;
        height: 50px;
        font-size: 15px;
        border-radius: 10px;
    }

    /* =========================
       FORM
    ========================= */

    .reg-form h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .form-label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    /* =========================
       INPUTS
    ========================= */

    .custom-input,
    .phone-number-input {
        height: 50px;
        font-size: 14px;
        padding: 0 14px;
        border-radius: 10px;
    }

    .custom-input::placeholder,
    .phone-number-input::placeholder {
        font-size: 14px;
    }

    /* =========================
       PHONE INPUT
    ========================= */

    .phone-input-wrapper {
        border-radius: 10px;
    }

    .phone-code-box {
        min-width: 95px;
        padding: 0 10px;
    }

    .phone-code-select {
        font-size: 13px;
    }

    .phone-number-input {
        border-radius: 0 10px 10px 0;
    }

    /* =========================
       PASSWORD ICON
    ========================= */

    .eye-icon {
        width: 18px;
        height: 18px;
        right: 14px;
    }

    /* =========================
       BUTTONS
    ========================= */

    .btn-group-custom {
        margin-top: 20px;
        gap: 10px;
    }

    .btn-group-custom .login-btn,
    .btn-group-custom .back-btn {
        height: 50px;
        font-size: 15px;
        border-radius: 10px;
    }

    /* =========================
       FORM ROW SPACING
    ========================= */


    .reg-form .col-md-6 {
        margin-bottom: 0 !important;
    }
    /* Bootstrap Column Fix */
    html body .reg-wrapper .reg-box > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

      .login-left {
        display: none !important;
    }

    .login-right {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .login-box {
        margin: 0 !important;
    }
     .login-left {
        display: none !important;
    }

    .login-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 20px !important;
    }

    .mobile-login-logo {
        display: flex !important;
        justify-content: center;
        margin-bottom: -3px;
    }

    .mobile-login-logo img {
        max-width: 180px;
        width: 100%;
        height: auto;
    }

    .login-form h3{
    display:none;
 }

     /* Hide left panel */
    .reg-left {
        display: none !important;
    }

    /* Full width right panel */
    .reg-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px 15px !important;
    }

    /* Show logo */
    .mobile-register-logo {
        display: flex !important;
        justify-content: center;
        margin-bottom: 25px;
    }

    .mobile-register-logo img {
        width: 180px;
        max-width: 100%;
        height: auto;
    }

    /* Form spacing */
    .form-control {       
        margin: 8px -7px !important;
        max-width: 375px;
    }

    .reg-form {
        padding: 0 !important;
    }

    /* Inputs */
    .custom-input,
    .phone-number-input {
        height: 50px !important;
        font-size: 14px !important;
    }

    /* Buttons */
    .btn-group-custom {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .login-btn,
    .back-btn {
        width: 100% !important;
        height: 50px !important;
        border-radius: 10px !important;
    }


}


/* FAQ PAGE */
.faq-header {
    background-color: var(--primary-color) !important;
    padding: 60px 0 50px 0 !important;
    /* margin-top: 10px !important; */
    color: var(--white) !important;
}

.faq-header h1 {
    font-size: 38px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}

.faq-header p {
    font-size: 28px !important;
    font-weight: 350 !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
}
.faq-section {
    padding: 50px 0;
    background: var(--bg-light);
}

.faq-heading {
    margin-bottom: 30px;
}

.faq-heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

.faq-heading p {
    font-size: 22px;
    color: var(--subtext);
}

.custom-faq-accordion .accordion-item {
    border: none;
    border-radius: 15px !important;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 25px;
    margin-left: 25px;
    box-shadow: 0px 0.5px 2px 0px var(--box-shadow);
}

.custom-faq-accordion .accordion-button {
    background: var(--white);
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    padding: 20px 25px;
    box-shadow: none !important;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

.custom-faq-accordion .accordion-button.collapsed::after {
    filter: none;
}
.custom-faq-accordion .accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: var(--white);
}

.custom-faq-accordion .accordion-button:focus {
    box-shadow: none !important;
}

.custom-faq-accordion .accordion-body {
    padding: 20px 25px;
    font-size: 16px;
    color: var(--subtext);
    line-height: 1.7;
    background: var(--white);
}
.faq-image-box{
    position: sticky;
    top: 100px;
    margin-right: 20px;
}

.faq-image-box img{
    width:100%;
    height:450px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0px 0.5px 2px 0px var(--box-shadow);
}

/* Mobile */
@media (max-width: 480px) {

    .faq-section {
        padding: 30px 0;
    }

    .faq-heading h2 {
        font-size: 30px;
    }

    .faq-heading p {
        font-size: 15px;
    }

    .custom-faq-accordion .accordion-button {
        font-size: 16px;
        padding: 16px;
    }

    .custom-faq-accordion .accordion-body {
        font-size: 14px;
        padding: 16px;
    }
}

/* Fix auth layout for tablet and below */
@media (max-width: 768px) {
    .login-left, .reg-left {
        display: none !important;
    }

    .login-right, .reg-right {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 20px !important;
    }

    .login-box, .reg-box {
        margin: 0 !important;
    }

    .mobile-login-logo, .mobile-register-logo {
        display: flex !important;
        justify-content: center;
        margin-bottom: 25px;
    }

    .mobile-login-logo img, .mobile-register-logo img {
        max-width: 180px;
        width: 100%;
        height: auto;
    }

    .login-form h3, .reg-form h3 {
        display: none !important;
    }
}

/* Fix vertical hero search scaling for mobile */
@media (max-width: 768px) {
    .vertical-hero-search, .search-container.vertical-hero-search {
        max-width: 100%;
        padding: 20px 15px !important;
        border-radius: 14px !important;
    }
    .vertical-hero-search h4 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
}
@media (max-width: 576px) {
    .vertical-hero-search, .search-container.vertical-hero-search {
        padding: 15px 12px !important;
        border-radius: 12px !important;
    }
    .vertical-hero-search h4 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }
    .vertical-hero-search .form-control,
    .vertical-hero-search .position-relative,
    .vertical-hero-search .form-select {
        height: 42px !important;
        font-size: 13px !important;
    }
    .vertical-hero-search .btn-search {
        height: 44px !important;
        font-size: 15px !important;
        padding: 8px 16px !important;
    }
}
@media (max-width: 480px) {
    .vertical-hero-search, .search-container.vertical-hero-search {
        padding: 12px 10px !important;
        border-radius: 10px !important;
    }
    .vertical-hero-search h4 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .vertical-hero-search .form-control,
    .vertical-hero-search .position-relative,
    .vertical-hero-search .form-select {
        height: 40px !important;
        font-size: 12px !important;
    }
    .vertical-hero-search .btn-search {
        height: 40px !important;
        font-size: 14px !important;
        padding: 8px 12px !important;
    }



    
    .account-content {
        padding: 15px 12px !important;
    }

    .account-header {
        margin-left: -12px !important;
        margin-right: -12px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .account-header > div.d-flex {
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    .account-header h2,
    .ac-section-title {
        font-size: 17px !important;
        margin-left:12px !important;
    }

     .profile-details-info p,
    .profile-bio-text span,
    .ac-info-value,
    .ac-info-label {
        font-size: 16px !important;
    }
    .ac-section-duration{
        font-size: 11px !important;
    }

    
    /* Edit button full width feel */
    .account-header a {
        width: 100% !important;
    }

    .edit-profile-btn {
        width: 100% !important;
        padding: 8px 0 !important;
    }

    /* Profile Card */
    .profile-card {
        padding: 18px 14px !important;
    }

    .profile-img-box {
        width: 145px !important;
        height: 170px !important;
    }

    .profile-info-col h3 {
        font-size: 19px !important;
    }

    .profile-designation {
        font-size: 15px !important;
    }

    .profile-contact-list p {
        font-size: 14px !important;
        gap: 8px !important;
    }

    .contact-icon-circle {
        width: 26px !important;
        height: 26px !important;
    }

    /* Social */
    .social-media-bar {
        font-size: 16px !important;
        padding: 10px 15px !important;
    }

    .social-icons {
        gap: 20px !important;
    }

    /* Details */
    .profile-details-info p {
        font-size: 15px !important;
    }

    /* Transaction Cards stack already via col-md, ensure full width */
    .ac-deals-card {
        padding: 14px 16px !important;
    }

    .ac-deals-header {
        font-size: 17px !important;
    }

    .ac-deals-item {
        font-size: 14px !important;
    }

    .ac-info-card {
        padding: 14px 16px !important;
        gap: 12px !important;
    }

    .ac-info-icon {
        width: 52px !important;
        height: 52px !important;
    }

    .ac-info-icon img {
        width: 24px !important;
    }

    .ac-info-label,
    .ac-info-value {
        font-size: 15px !important;
    }
        .myaccount-section .row {
        flex-wrap: wrap !important;
        --bs-gutter-x: 24px !important;
        row-gap: 0px !important;
    }
}

.listing-cat-badge {
    position: absolute;
    bottom: 9px;
    left: 0px;
    background: var(--primary-color);
    padding: 6px 35px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    min-width: 203px !important;
    height: 44px !important;
    text-align: center;
}
