
.search-btn {
    width: 101px !important;
    height: 48px !important;
     padding: 0;
    font-size: 20px;
    font-weight: 400;
}


.modal-title1
{
    
    color:white!important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background: #192841!important;
  }
.pill {
    width: 100% !important;
    border-radius: 30px !important;
    padding: 12px 45px 12px 18px !important;  
    border: none !important;
    background-color: #f1f1f1 !important;
    font-size: 14px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;

    background-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'>\
    <path d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/>\
    </svg>") !important;

    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 12px !important;
}
 
 .pill {
    width: 100%;
    border-radius: 30px;
    padding: 12px 18px;
    border: none;
    background: #f1f1f1;
    color: #192841;
}
.type-select {
    width: 100px;
    color: #192841 !important;
    font-weight: 400;
}
 
.address {
    font-weight: 700!important;
    margin-bottom: 8px;
font-family: var(--e-global-typography-primary-font-family), Sans-serif!important;

     font-size: 20px;
    line-height: 28px;
    letter-spacing: .1px;
}

.sold-tag {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    left: auto !important;
    background: #ed125f !important;
    color: #fff !important;
    padding: 0px 5px !important;
    font-size: 13px !important;
    border-radius: 0px !important;
    z-index: 9 !important;
    font-weight: 600;
}

/*.pill {
    width: 100% !important;
    border-radius: 30px !important;
    padding: 12px 45px 12px 18px !important;  
    border: none !important;
    background: #f1f1f1 !important;
    font-size: 14px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative !important;
    cursor: pointer !important;
}

 .pill {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 16px !important;
}*/

.type-select {
    border: none;
    padding: 0 12px!important;
    border-right: 1px solid #eee;
    background: transparent;
}
.search-btn
{
    height: 48px!important;
    /*width: 78px!important;*/
    padding: 0!important;
    font-size: 20px!important;
    font-weight: 400!important;
}






.property-search {
    max-width: 100%!important;
    margin: auto;
}


.header {
    background: var(--navy);
    padding: 80px 0;
    background: #192841;
}


.zb-hero-slider img {
     object-fit: cover;
    height: 760px!important;
}
@media screen and (max-width: 767px) {
.zb-hero-slider img {

height: 350px!important;


}
}
.search-box {
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 63px!important;
}

.search-btn {
    background: var(--pink);
    color: #fff;
    border: none;
    padding: 0 26px;
    height: 47px;
    border-radius: 40px;
    font-weight: 500;
}
 .bbc span i {
     font-size: 18px!important;
    color: rgba(0, 0, 0, 0.8);
}
/*home page*/

 .search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: 6px;
    gap: 6px;
}

.buy-rent {
    display: flex;
    background: #f1f1f1;
    border-radius: 40px;
    overflow: hidden;
}

.buy-rent button {
    border: none;
    padding: 10px 18px;
    background: transparent;
    font-weight: 500;
    color: #555;
}

.buy-rent button.active {
    background: var(--pink);
    color: #fff;
}

.search-box input {
    flex: 1;
    border: none;
    padding: 12px 16px;
    outline: none;
    font-size: 15px;
}

.filter-btn {
    border: none;
    background: #f5f5f5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn {
    background: var(--pink);
    color: #fff;
    border: none;
    padding: 0 26px;
    height: 44px;
    border-radius: 40px;
    font-weight: 500;
}

:root {
    --navy:#0b1f3a;
    --pink:#e91e63;
}
.header { background:var(--navy); padding:80px 0; }
.header h1 { font-weight:600; }

.property-search { max-width:900px; margin:auto; }

.search-box {
    background:#fff;
    border-radius:50px;
    overflow:hidden;
    display:flex;
    align-items:center;
    height:56px;
}
.type-select {
    border:none;
    padding:0 15px;
    border-right:1px solid #eee;
    background:transparent;
}
.search-box input {
    flex:1;
    border:none;
    padding:0 15px;
    outline:none;
}
.filter-btn {
    width:50px;
    border:none;
    background:transparent;
    color:#666;
}
.search-btn {
    /*width:56px;*/
    border:none;
    background:var(--pink);
    color:#fff;
    font-size:18px;
}

.advanced-filters {
    background:#fff;
    border-radius:30px;
    padding:20px;
}
.pill {
    width:100%;
    border-radius:30px;
    padding:12px 18px;
    border:none;
    background:#f1f1f1;
}

/* LISTINGS */
.item-card {
    border:1px solid #eee;
    border-radius:10px;
    overflow:hidden;
    transition:.2s;
    background:#fff;
}
.item-card:hover { transform:translateY(-5px); }
.item-card img { width:100%; height:200px; object-fit:cover; }
.sold-tag {
    position:absolute;
    top:10px;
    left:10px;
    background:var(--pink);
    color:#fff;
    padding:4px 12px;
    font-size:13px;
    border-radius:20px;
}
.item-card-body { padding:15px; }
.address { font-weight:600; margin-bottom:8px; }
.bbc { display:flex; gap:15px; font-size:14px; color:#555; }

.pagination .active .page-link {
    background:var(--pink);
    border-color:var(--pink);
}
.type-select

{
    width: 82px!important;
}


:root { --pink:#e91e63; }

/* HERO VIDEO */
.hero { position:relative; height:100vh; overflow:hidden; }
.hero video {
 position:absolute;
 top:50%;
 left:50%;
 min-width:100%;
 min-height:100%;
 transform:translate(-50%,-50%);
 object-fit:cover;
 z-index:-2;
}
.hero::after {
 content:"";
 position:absolute;
 inset:0;
 background:rgba(0,0,0,.45);
 z-index:-1;
}

/* HERO CONTENT */
.hero-content {
 height:100%;
/* display:flex;*/
 align-items:center;
 color:#fff;
 padding-top: 200px;
}

@media (max-width: 576px){

.hero-content {
 height:100%;
/* display:flex;*/
 align-items:center;
 color:#fff;
 padding-top: 180px;
}
}


.hero
{
     padding-bottom: 750px!important;

}
@media (max-width: 576px){
.hero
{
     padding-bottom: 500px!important;

}
}

/* SEARCH BAR */
.search-box {
 background:#fff;
 border-radius:50px;
 display:flex;
 align-items:center;
 height:65px;
/* max-width:700px;*/
 padding:0 10px;
}
.type-select {
 border:none;
 border-right:1px solid #eee;
 padding:0 15px;
 background:none;
 font-weight:600;
}
.search-box input {
 flex:1;
 border:none;
 outline:none;
 padding:0 10px;
}
.filter-btn {
 border:none;
 background:none;
 font-size:20px;
 color:#777;
 padding:0 10px;
}
.search-btn {
 background:var(--pink);
 border:none;
 color:white;
 width:56px;
 height:56px;
 border-radius:50%;
}

/* FILTER PANEL */
.filter-panel {
 background:#fff;
 border-radius:20px;
 padding:20px;
 max-width:700px;
}
.filter-pill {
 background:#f2f2f2;
 border:none;
 border-radius:30px;
 padding:12px 15px;
 width:100%;
}

/* PINK BUTTON */
.pink-btn {
 background:var(--pink);
 color:white;
 border:none;
 border-radius:50px;
 padding:12px 30px;
 font-weight:bold;
}
.display-5
{
    color:white!important;
    line-height: 70px!important;
}
@media (max-width: 576px){

.display-5
{
    color:white!important;
    line-height: 50px!important;
}

}
.type-select

{
    width: 100px;
}

.type-select {
    width: 100px;
    color: #26282c!important;
    font-weight: 400;
}

 
/* PLACEHOLDER COLOR MATCH */
.search-box input::placeholder{
  color:#26282c!important;
  font-weight:400;
  opacity:1; /* OGRE style lighter look */
}
.search-btn{ 
    height: 48px;
    /*width: 78px;*/
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 0px!important;

  }/* FILTER POPUP STYLE */
.property-search {
    position: relative;
}

.advanced-filters {
    position: absolute;
    top: 60px; /* distance below search bar */
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}




/*property details*/

.hero-slider img { height:520px; object-fit:cover; }
.overlay-bar { background:#0b2545; color:#fff; padding:60px 0; }
.icon-circle {
    width: 48px;
    height: 48px;
    height: 73px;
    width: 73px;
    border: 1px solid #fff;
    border-radius: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.icon-circle .icon {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.agent-card img { width:70px;height:70px;border-radius:50%; }
.btn-pink { background:#e91e63;color:#fff;border-radius:30px; }
.gallery-btns button { background:#fff;border-radius:4px;font-weight:500; }

.zb-hero-slider img {
    height: 520px;
    object-fit: cover;
}

/* Navigation Buttons */
.zb-carousel-prev,
.zb-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #fff!important;
    border-radius: 50%;
    border: none!important;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0px!important;
    justify-content: center;
}
.mb-1
{
    color: white!important;
}
/* Positioning */
.zb-carousel-prev {
    left: 20px;
}

.zb-carousel-next {
    right: 20px;
}

/* Icons */
.zb-carousel-prev-icon,
.zb-carousel-next-icon {
    width: 40px;
    height: 40px;
    position: relative;
}

/* Arrow shape */
.zb-carousel-prev-icon::before,
.zb-carousel-next-icon::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Left arrow */
.zb-carousel-prev-icon::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

/* Right arrow */
.zb-carousel-next-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}


.btn6
{

        padding: 4px!important;
    border: none!important;
    border-radius: 0px !important;
}


.btn7
{
background: transparent!important;
border: none!important;

}

.price3{

  font-weight: 700;
    font-size: 25px;
    line-height: 43px;
}

  i {
    font-size: 25px;
}

.align-items-end {
    align-items: center!important;
}


.contact-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.contact-footer button {
  height: 50px;
  font-weight: 600;
  border-radius: 0 !important;
  border: none;
}

/* CANCEL Button */
.cancel-btn {
  background: #1f3557;
  color: #fff;
}

/* SUBMIT Button */
.submit-btn {
  background: #e6004c;
  color: #fff;
}

/* Hover */
.cancel-btn:hover,
.submit-btn:hover {
  opacity: 0.9;
}


 .hed2
  {
     

  font-size: 41px!important;
    line-height: 50px!important;
  }

  @media (max-width: 576px){
 .hed2
  {
 

        font-size: 30px!important;
    line-height: 38px!important;
  }
}


.pt{
      font-weight: 700;
    font-size: 25px!important;
    line-height: 43px;
}


.agent-section {
   padding: 25px;
  border-radius: 8px;
}

.agent-item {
  margin-bottom: 12px;
}

.agent-photo img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

.agent-info {
  margin-left: 25px;
}

.agent-name {
    font-size: 25px!important;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}

.agent-position {
  font-size: 16px;
  color:  #0e1828;
  margin-bottom: 3px;
}

.agent-divider {
  width: 100%;
  height: 1px;
  background: #ddd;
 }

.agent-contact-line {
  font-size: 15px;
  margin-bottom: 6px;
  color:  #0e1828;
}

.agent-contact-line a {
  text-decoration: none;
  color:  #0e1828;
}

.agent-contact-line a:hover {
  text-decoration: underline;
}

.btn-contact-agent {
  background: #ec1c5a;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  margin-top: 10px;
}

.btn-contact-agent:hover {
  background: #d7184f;
}


/* Sidebar Width */
.contact-sidebar {
  width: 380px !important;


}

/* Header */
.contact-header {
  background: #0b2545;
  color: #fff;
  padding: 15px;
  padding-top:30px;
  padding-bottom: 30px;
}

/* Body */
.contact-body {
  background: white;
  padding-bottom: 80px;
  margin-left: 0px;


}

/* Inputs */
.contact-sidebar .form-control {
  border-radius: 3px;
  padding: 10px;
}

/* Footer Buttons */
.contact-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cancel-btn {
  background: #0b2545;
  color: white;
  border-radius: 0;
}

.submit-btn {
  background: #e91e63;
  color: white;
  border-radius: 0;
}

.cancel-btn:hover,
.submit-btn:hover {
  opacity: 0.9;
}

.head6
{
  margin-bottom: 30px;
  margin-top: 10px;
}

.offcanvas-header .btn-close {
 
    margin-top: -88px!important;
}


.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    padding: 22px;
}


.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    padding: 22px;
}


body.offcanvas-open {
  overflow: auto!important;
}


/*sale*/

.pagination {
    gap: 8px;
}

/* normal pagination button */
.pagination .page-link {
    border: 1px solid #bfc1c6;
    color: #6b6f76;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    transition: 0.2s ease;
}

/* hover effect */
.pagination .page-link:hover {
    background: #f2f2f2;
    color: #26282c;
}

/* active page (pink) */
.pagination .page-item.active .page-link {
    background: #e91e63;
    border-color: #e91e63;
    color: #fff;
    box-shadow: none;
}

/* remove bootstrap blue focus */
.pagination .page-link:focus {
    box-shadow: none;
}

/* remove bootstrap rounded corners override */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 6px;
}


/* FILTER POPUP STYLE */
.property-search {
    position: relative;
}
.search-btn {
    height: 48px;
    width: 78px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 0px !important;
}

.search-box input::placeholder{
  color:#26282c!important;
  font-weight:400;
  opacity:1; /* OGRE style lighter look */
}
.advanced-filters {
    position: absolute;
    top: 60px; /* distance below search bar */
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
  .search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: 6px;
    gap: 6px;
}

.buy-rent {
    display: flex;
    background: #f1f1f1;
    border-radius: 40px;
    overflow: hidden;
}

.buy-rent button {
    border: none;
    padding: 10px 18px;
    background: transparent;
    font-weight: 500;
    color: #555;
}

.buy-rent button.active {
    background: var(--pink);
    color: #fff;
}

.search-box input {
    flex: 1;
    border: none;
    padding: 12px 16px;
    outline: none;
    font-size: 15px;
}

.filter-btn {
    border: none;
    background: #f5f5f5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn {
    background: var(--pink);
    color: #fff;
    border: none;
    padding: 0 26px;
    height: 44px;
    border-radius: 40px;
    font-weight: 500;
}

:root {
    --navy:#0b1f3a;
    --pink:#e91e63;
}
.header { background:var(--navy); padding:80px 0; }
.header h1 { font-weight:600; }

.property-search { max-width:900px; margin:auto; }

.search-box {
    background:#fff;
    border-radius:50px;
    overflow:hidden;
    display:flex;
    align-items:center;
    height:56px;
}
.type-select {
    border:none;
    padding:0 15px;
    border-right:1px solid #eee;
    background:transparent;
}
.search-box input {
    flex:1;
    border:none;
    padding:0 15px;
    outline:none;
}
.filter-btn {
    width:50px;
    border:none;
    background:transparent;
    color:#666;
}
.search-btn {
    width:56px;
    border:none;
    background:var(--pink);
    color:#fff;
    font-size:18px;
}

.advanced-filters {
    background:#fff;
    border-radius:30px;
    padding:20px;
}
.pill {
    width:100%;
    border-radius:30px;
    padding:12px 18px;
    border:none;
    background:#f1f1f1;
}

/* LISTINGS */
.item-card {
    border:1px solid #eee;
    border-radius:10px;
    overflow:hidden;
    transition:.2s;
    background:#fff;
}

.address {
    font-weight: 600;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .1px;
}
.item-card:hover { transform:translateY(-5px); }
.item-card img { width:100%; height:253px; object-fit:cover; }
.sold-tag {
    position:absolute;
    top:10px;
    left:10px;
    background:var(--pink);
    color:#fff;
    padding:4px 12px;
    font-size:13px;
    border-radius:20px;
}

.item-card {
    border: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
    transition: .2s;
    background: #fff;
    height: 390px;
}
.hed {
    color: white !important;
    margin-top: 100px!important;
}
.item-card-body { padding:15px; }
.address { font-weight:600; margin-bottom:8px; }
.bbc { display:flex; gap:15px; font-size:16px; color:#26282c; }

.pagination .active .page-link {
    background:var(--pink);
    border-color:var(--pink);
}
.type-select

{
    width: 100px;
}    .hed
  {
    color:white!important;margin-top: 100px;
  }
.search-box input::placeholder{
  color:#26282c!important;
  font-weight:400;
  opacity:1; /* OGRE style lighter look */
}
  @media (max-width: 576px){
 .hed
  {
    color:white!important;

    margin-top: 70px;
  }
}


.bbc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.bbc {
    display: flex;
    gap: 18px;
    font-size: 15px;
    color: #26282c;
}

.property-badge {
    background: var(--pink);
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 2px; /* flat rectangle like screenshot */
    white-space: nowrap;
}


/*search*/

.sort-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* push right */
    margin-bottom: 20px;
}

/* OGRE clean dropdown */
.ogre-sort {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #26282c;
    padding-right: 22px;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Arrow icon */
.ogre-sort {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2326282c' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 8px;
}

/* Hide default arrow (Edge/IE) */
.ogre-sort::-ms-expand {
    display: none;
}



.ogre-sort {
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2326282c' stroke-width='1.5' fill='none'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 8px;
    width: 200px;
    float: right;
}


/*details list*/

/* Sidebar Width */
.contact-sidebar {
  width: 380px !important;


}

/* Header */
.contact-header {
  background: #0b2545;
  color: #fff;
  padding: 15px;
  padding-top:30px;
  padding-bottom: 30px;
}

/* Body */
.contact-body {
  background: white;
  padding-bottom: 80px;
  margin-left: 0px;


}

/* Inputs */
.contact-sidebar .form-control {
  border-radius: 3px;
  padding: 10px;
}

/* Footer Buttons */
.contact-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cancel-btn {
  background: #0b2545;
  color: white;
  border-radius: 0;
}

.submit-btn {
  background: #e91e63;
  color: white;
  border-radius: 0;
}

.cancel-btn:hover,
.submit-btn:hover {
  opacity: 0.9;
}

.head6
{
  margin-bottom: 30px;
  margin-top: 10px;
}

.offcanvas-header .btn-close {
 
    margin-top: -88px!important;
}


.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    padding: 22px;
}


.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    padding: 22px;
}


/* FILTER POPUP STYLE */
.property-search {
    position: relative;
}
.search-btn {
    height: 48px;
    width: 78px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 0px !important;
}

.search-box input::placeholder{
  color:#26282c!important;
  font-weight:400;
  opacity:1; /* OGRE style lighter look */
}
.advanced-filters {
    position: absolute;
    top: 60px; /* distance below search bar */
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
  .search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: 6px;
    gap: 6px;
}

.buy-rent {
    display: flex;
    background: #f1f1f1;
    border-radius: 40px;
    overflow: hidden;
}

.buy-rent button {
    border: none;
    padding: 10px 18px;
    background: transparent;
    font-weight: 500;
    color: #555;
}

.buy-rent button.active {
    background: var(--pink);
    color: #fff;
}

.search-box input {
    flex: 1;
    border: none;
    padding: 12px 16px;
    outline: none;
    font-size: 15px;
}

.filter-btn {
    border: none;
    background: #f5f5f5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn {
    background: var(--pink);
    color: #fff;
    border: none;
    padding: 0 26px;
    height: 44px;
    border-radius: 40px;
    font-weight: 500;
}

:root {
    --navy:#0b1f3a;
    --pink:#e91e63;
}
.header { background:var(--navy); padding:80px 0; }
.header h1 { font-weight:600; }

.property-search { max-width:900px; margin:auto; }

.search-box {
    background:#fff;
    border-radius:50px;
    overflow:hidden;
    display:flex;
    align-items:center;
    height:56px;
}
.type-select {
    border:none;
    padding:0 15px;
    border-right:1px solid #eee;
    background:transparent;
}
.search-box input {
    flex:1;
    border:none;
    padding:0 15px;
    outline:none;
}
.filter-btn {
    width:50px;
    border:none;
    background:transparent;
    color:#666;
}
.search-btn {
    width:56px;
    border:none;
    background:var(--pink);
    color:#fff;
    font-size:18px;
}

.advanced-filters {
    background:#fff;
    border-radius:30px;
    padding:20px;
}
.pill {
    width:100%;
    border-radius:30px;
    padding:12px 18px;
    border:none;
    background:#f1f1f1;
}

/* LISTINGS */
.item-card {
    border:1px solid #eee;
    border-radius:10px;
    overflow:hidden;
    transition:.2s;
    background:#fff;
}

.address {
    font-weight: 600;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .1px;
}
.item-card:hover { transform:translateY(-5px); }
.item-card img { width:100%; height:253px; object-fit:cover; }
.sold-tag {
    position:absolute;
    top:10px;
    left:10px;
    background:var(--pink);
    color:#fff;
    padding:4px 12px;
    font-size:13px;
    border-radius:20px;
}

.item-card {
    border: 1px solid #eee;
    border-radius: 0px;
    overflow: hidden;
    transition: .2s;
    background: #fff;
    height: 390px;
}
.hed {
    color: white !important;
    margin-top: 100px!important;
}
.item-card-body { padding:15px; }
.address { font-weight:600; margin-bottom:8px; }
.bbc { display:flex; gap:15px; font-size:16px; color:#26282c; }

.pagination .active .page-link {
    background:var(--pink);
    border-color:var(--pink);
}
.type-select

{
    width: 100px;
}    .hed
  {
    color:white!important;margin-top: 100px;
  }
.search-box input::placeholder{
  color:#26282c!important;
  font-weight:400;
  opacity:1; /* OGRE style lighter look */
}
  @media (max-width: 576px){
 .hed
  {
    color:white!important;

    margin-top: 70px;
  }
}

.grey
{
  background-color: #f7f7f7;
}


.bbc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.bbc {
    display: flex;
    gap: 18px;
    font-size: 15px;
    color: #26282c;
}

.property-badge {
    background: var(--pink);
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 2px; /* flat rectangle like screenshot */
    white-space: nowrap;
}


.bi-search::before {
    content: "\f52a";
    font-size: 17px;
}

.search-btn {
    
    width:110px !important;
}


/*pagination */

 
/* .pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: #cfcfd4;
  color: #666;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 18px;
}

 .pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  background: #b5b5bb;
  color: #000;
}*/

/*autocomplete*/

.search-box input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.search-box {
    background: #fff;
    border-radius: 50px;
    overflow: visible;
    display: flex;
    align-items: center;
    height: 56px;
}

.autocomplete-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0px!important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    z-index: 100;
    max-height: 260px;
    overflow-y: auto;
    text-align: left;
    display: none;
}

    .autocomplete-box{

        margin-top: 6px;
position:absolute;
top:100%;
left:0;
right:0;
background:#fff;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,.15);
z-index:100;
max-height:260px;
overflow-y:auto;
display:none;
}

.autocomplete-item{
padding:10px 15px;
cursor:pointer;
font-size:14px;
color: black;
}

.autocomplete-item:hover{
background:#e91e63;
color:#fff;
}

.autocomplete-title{
font-size:12px;
padding:6px 12px;
background:#f4f4f4;
font-weight:bold;
color:#555;
}





.search-loader{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    height:18px;
    border:2px solid #ddd;
    border-top:2px solid #333;
    border-radius:50%;
    animation:spin 0.7s linear infinite;
    display:none;
}

@keyframes spin{
    from{ transform:translateY(-50%) rotate(0deg); }
    to{ transform:translateY(-50%) rotate(360deg); }
}


.autocomplete-noresult{
padding:10px 14px;
color:#777;
font-size:14px;
}



