@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');


/* IDX Code Css Start */

@media (max-width: 768px) {
    #IDX-action-buttons{
        position: relative !important;
    }
}


.IDX-nav-items-container .IDX-active{
      background-color:#0e1f30 !important;
    color: var(--idx-button-text-color);
}
}

/* --- Container Styles --- */
#IDX-main {
    font-family: Montserrat, sans-serif;
    color: #333;
   /* max-width: 1200px; */
    margin: 10rem auto; 
    padding: 0 20px;
    line-height: 1.6;
}
#IDX-searchByCityContainer {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 40px;
}
/* --- Typography --- */
#IDX-searchByCityContainer h2 {
    font-size: 2rem;
    color: #1a365d;
    border-bottom: 3px solid #3182ce;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
/* --- Navigation List (The Jump Links) --- */
#IDX-searchByCityContainer > ul:first-of-type {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
#IDX-searchByCityContainer > ul:first-of-type li a {
    display: inline-block;
    background: #edf2f7;
    color: #2d3748;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
#IDX-searchByCityContainer > ul:first-of-type li a:hover {
    background: #3182ce;
    color: white;
}
/* --- The City Grid --- */
.IDX-searchByCityList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    padding: 0;
    list-style: none;
}
.IDX-searchByCityList li {
    margin: 0;
    padding: 0;
}
.IDX-searchByCityList li a {
    display: block;
    padding: 12px 15px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #4a5568;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* --- Hover Effects --- */
.IDX-searchByCityList li a:hover {
    background: #ffffff;
    border-color: #3182ce;
    color: #3182ce;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(49, 130, 206, 0.15);
}

/* =============================================
   RESPONSIVE / MOBILE FIXES ONLY
   (No desktop styles changed above this line)
   ============================================= */

/* Tablet: 768px and below */
@media (max-width: 768px) {
    #IDX-main {
        margin-top: 5rem;
        margin-bottom: 20px;
        padding: 0 12px;
    }

    #IDX-searchByCityContainer {
        padding: 24px 16px;
        border-radius: 8px;
    }

    #IDX-searchByCityContainer h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    #IDX-searchByCityContainer > ul:first-of-type {
        margin-bottom: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    #IDX-searchByCityContainer > ul:first-of-type li a {
        padding: 8px 14px;
        font-size: 0.85rem;
    }

    .IDX-searchByCityList {
         /* grid-template-columns: 1fr 1fr; */
        gap: 10px;
    }

    .IDX-searchByCityList li a {
        font-size: 0.85rem;
        padding: 10px 10px;
    }
}

/* Mobile: 480px and below */
@media (max-width: 480px) {
    #IDX-main {
      /*  margin-top: 10rem;*/
       /*  padding: 0 8px;*/
    }

    #IDX-searchByCityContainer {
        padding: 10px 2px;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    }

    #IDX-searchByCityContainer h2 {
        font-size: 1.2rem;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }

    #IDX-searchByCityContainer > ul:first-of-type {
        margin-bottom: 16px;
    }

    #IDX-searchByCityContainer > ul:first-of-type li a {
        padding: 7px 12px;
        font-size: 0.8rem;
    }

    .IDX-searchByCityList {
        /* grid-template-columns: 1fr 1fr; */
        gap: 8px;
    }

    .IDX-searchByCityList li a {
        font-size: 0.78rem;
        padding: 9px 8px;
        border-radius: 6px;
    }
}

/* Very small screens: 360px and below */
@media (max-width: 360px) {
    .IDX-searchByCityList {
        grid-template-columns: 1fr;
    }

    .IDX-searchByCityList li a {
        font-size: 0.85rem;
        white-space: normal;
    }
}
/* =============================================
   SEARCH FORM — MOBILE RESPONSIVE ONLY
   Scoped strictly to #IDX-searchForm
   ============================================= */

@media (max-width: 768px) {

    #IDX-searchForm {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    #IDX-coreSearchFields {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 14px;
    }

    #IDX-listingID-group {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    #IDX-listingID-group .IDX-control-label {
        font-size: 0.78rem;
        color: #718096;
        margin: 0;
    }

    #IDX-listingID-group .IDX-controls {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    #IDX-listingID-group .IDX-input {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 12px;
        font-size: 0.9rem;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
    }

    #IDX-listingID-group .IDX-help-block {
        font-size: 0.75rem;
        color: #a0aec0;
        line-height: 1.5;
        margin: 0;
    }

    #IDX-addListingID {
        width: 100%;
        padding: 10px;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        border: 1px solid #cbd5e0;
        border-radius: 6px;
        background: #ffffff;
        color: #4a5568;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    #IDX-addListingID:hover {
        background: #edf2f7;
        border-color: #3182ce;
        color: #3182ce;
    }

    #IDX-action-buttons {
        position: relative !important;  /* already in your code, kept */
    }

    #IDX-formSubmit {
        width: 100%;
        padding: 13px;
        font-size: 0.95rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        border-radius: 8px;
        border: none;
        cursor: pointer;
    }
}

@media (max-width: 480px) {

    #IDX-coreSearchFields {
        padding: 12px;
        border-radius: 6px;
    }

    #IDX-listingID-group .IDX-input {
        font-size: 0.85rem;
        padding: 9px 10px;
    }

    #IDX-addListingID {
        font-size: 0.8rem;
        padding: 9px;
    }

    #IDX-formSubmit {
        font-size: 0.88rem;
        padding: 12px;
    }
}


.IDX-title--PL {
    padding: 5px 10px;
}



/* =============================================
   HOMES FOR SALE PAGES — COMMON CSS
   Targets: #IDX-homesForSaleContainer
   Safe: No conflict with #IDX-searchByCityContainer
         or #IDX-searchForm styles
   ============================================= */

/* ── Page Wrapper ── */
#IDX-homesForSaleContainer {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 32px 60px;
    font-family: Montserrat, sans-serif;
}

/* ── Page Title (City Name) ── */
#IDX-homesForSaleContainer h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a365d;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* Decorative underline after h1 */
#IDX-homesForSaleContainer h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3182ce, #1aada0);
    margin: 12px auto 40px;
    border-radius: 2px;
}

/* ── Empty State Message ── */
#IDX-homesForSaleEmpty {
    text-align: center;
    color: #8a9ab5;
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    background: #f4f7fb;
    border: 1px dashed #d0d9e8;
    border-radius: 12px;
    padding: 48px 32px;
    margin-top: 8px;
    line-height: 1.6;
}

#IDX-homesForSaleEmpty::before {
    content: '🏡';
    display: block;
    font-size: 2.4rem;
    margin-bottom: 12px;
}

/* ── Listings UL Container ── */
#IDX-homesForSale {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ── Property Type Section Headings ── */
.IDX-homesForSalePropType {
    font-family: Montserrat, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #3182ce;
    background: #e8f4fd;
    border-left: 3px solid #3182ce;
    padding: 8px 14px;
    border-radius: 0 6px 6px 0;
    margin: 32px 0 12px;
    display: block;
}

/* First heading needs less top margin */
.IDX-homesForSalePropType:first-child {
    margin-top: 0;
}

/* ── Individual Listing Items ── */
#IDX-homesForSale li {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

#IDX-homesForSale li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #4a5568;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

/* Left accent strip on hover */
#IDX-homesForSale li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #3182ce, #1aada0);
    border-radius: 2px 0 0 2px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Arrow indicator */
#IDX-homesForSale li a::after {
    content: '→';
    font-size: 1rem;
    color: #c5e3f9;
    flex-shrink: 0;
    margin-left: 12px;
    transition: all 0.2s ease;
}

#IDX-homesForSale li a:hover {
    background: #ffffff;
    border-color: #3182ce;
    color: #1a72b0;
    transform: translateX(3px);
    box-shadow: 0 4px 14px rgba(49, 130, 206, 0.13);
}

#IDX-homesForSale li a:hover::before {
    opacity: 1;
}

#IDX-homesForSale li a:hover::after {
    color: #3182ce;
    transform: translateX(4px);
}

/* ── IDX Attribution ── */
#IDX-main > div[style*="text-align:center"] {
    font-family: Montserrat, sans-serif !important;
    font-size: 11px !important;
    color: #a0aec0 !important;
    padding: 24px 0 16px !important;
    letter-spacing: 0.02em !important;
}

#IDX-main > div[style*="text-align:center"] a {
    color: #1aada0 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

#IDX-main > div[style*="text-align:center"] a:hover {
    color: #3182ce !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 768px) {
    #IDX-homesForSaleContainer {
        padding: 28px 16px 48px !important;
        margin-top: 5rem !important;
    }

    #IDX-homesForSaleContainer h1 {
        font-size: 1.7rem !important;
    }

    #IDX-homesForSale li a {
        font-size: 0.82rem !important;
        padding: 12px 14px !important;
    }
}

@media (max-width: 480px) {
    #IDX-homesForSaleContainer {
        padding: 20px 10px 40px !important;
        margin-top: 10rem !important;
    }

    #IDX-homesForSaleContainer h1 {
        font-size: 1.4rem !important;
    }

    #IDX-homesForSaleContainer h1::after {
        margin-bottom: 28px !important;
    }

    .IDX-homesForSalePropType {
        font-size: 0.65rem !important;
        padding: 7px 12px !important;
        margin-top: 24px !important;
    }

    #IDX-homesForSale li a {
        font-size: 0.78rem !important;
        padding: 11px 12px !important;
        border-radius: 6px !important;
    }

    #IDX-homesForSaleEmpty {
        padding: 36px 20px !important;
        font-size: 0.88rem !important;
    }
}



#IDX-map {
    height: calc(100vh - 110px);
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
@media (max-width: 480px) {
#fly-to-options-containers{
 padding: 0px 0px; 
}
}


@media screen and (max-width: 801px) {
    #toggle-map-button[data-v-730f1541] {
 z-index: 0;     
  }
}  




@media only screen and (max-width: 767px) {

/* ── TOP NAV (Modify/New Search) ── */
  #IDX-detailsTopNav {
    padding: 8px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  #IDX-searchControls {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
  }

  /* ── LISTING HEADER ── */
  #IDX-detailsHeader {
    padding: 12px !important;
  }

  #IDX-detailsHeader .IDX-row {
    flex-direction: column;
    gap: 10px;
  }

  #IDX-detailsAddressStreet {
    font-size: 18px !important;
    line-height: 1.3;
    word-break: break-word;
  }

  #IDX-detailsAddressRegion {
    font-size: 13px !important;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
  }

  #IDX-detailsAddress {
    width: 100% !important;
    max-width: 100%;
  }

  /* ── ACTION BUTTONS (Add to Favorites / Print Flyer) ── */
  #IDX-detailsHeaderActions {
    width: 100% !important;
    padding: 0 !important;
  }

  #IDX-detailsHeaderActions .IDX-inline-buttons {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }

  #IDX-detailsHeaderActions .IDX-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 130px;
    font-size: 12px !important;
    padding: 8px 10px !important;
    text-align: center;
    white-space: nowrap;
  }

  /* ── PHOTO SLIDER ── */
  #IDX-primaryPhoto {
    width: 100% !important;
  }

  #IDX-primaryPhoto .swiper-container {
    width: 100% !important;
  }

  #IDX-primaryPhoto img {
    width: 100% !important;
    height: auto !important;
    max-height: 280px;
    object-fit: cover;
  }

  /* ── SLIDES ACTIONS (Photos / Payment buttons) ── */
  #IDX-detailsSlidesActions {
    padding: 8px 12px !important;
  }

  #IDX-detailsSlidesActions .IDX-inline-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  #IDX-detailsSlidesActions .IDX-btn {
    flex: 1;
    font-size: 13px !important;
    padding: 8px 12px !important;
    text-align: center;
  }

  /* ── CONTACT LINKS (mobile bar) ── */
  #IDX-detailsContactLinks {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
  }

  #IDX-detailsContactLinks .IDX-btn {
    font-size: 13px;
    padding: 8px 12px;
  }

  /* ── SHARE THIS ── */
  #IDX-detailsShareThis {
    padding: 10px 12px !important;
    overflow-x: auto;
  }

  /* ── DESCRIPTION ── */
  #IDX-detailsDescription {
    padding: 12px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  #IDX-detailsDescription p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    word-break: break-word;
  }

  #IDX-detailsDescriptionActions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  #IDX-detailsDescriptionActions .IDX-btn {
    font-size: 13px;
    padding: 6px 10px;
  }

  /* ── FIELDS / PANELS ── */
  #IDX-detailsFields {
    padding: 0 12px !important;
  }

  #IDX-detailsBasicInfo,
  .IDX-fieldContainer {
    margin-bottom: 10px !important;
  }

  .IDX-panel-heading {
    padding: 10px 14px !important;
  }

  .IDX-panel-title {
    font-size: 14px !important;
  }

  .IDX-panel-body {
    padding: 10px 14px !important;
  }

  .IDX-field {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 6px 0 !important;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px !important;
  }

  .IDX-label {
    font-weight: 600;
    min-width: 140px;
    flex-shrink: 0;
  }

  .IDX-text {
    flex: 1;
    word-break: break-word;
  }

  /* Two-column field container → single column on mobile */
  .IDX-fieldTwoColumn .IDX-panel-body {
    columns: 1 !important;
    -webkit-columns: 1 !important;
  }

  /* ── CONTACT FORM ASIDE (hidden on mobile already, but ensure) ── */
  #IDX-detailsAside {
    width: 100% !important;
    padding: 0 12px !important;
  }

  #IDX-detailsContact.IDX-hidden-mobile {
    display: none !important;
  }

  /* ── SIMILAR LISTINGS ── */
  #IDX-detailsSimilar {
    padding: 12px !important;
  }

  #IDX-similar-listings-result {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .IDX-similar-listings--item {
    width: 100% !important;
    display: block !important;
  }

  .IDX-similar-listings--item img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
  }

  /* ── IDX DETAILS PAGE CONTAINER ── */
  #IDX-detailsPageContainer {
    padding: 0 !important;
    width: 100% !important;
  }

  #IDX-detailsWrapper {
    width: 100% !important;
    padding: 0 !important;
  }

  #IDX-detailsMain {
    width: 100% !important;
    padding: 0 !important;
  }

  /* ── MLS DISCLAIMER ── */
  #IDX-main > div[style] {
    padding: 10px 12px !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }
}

.IDX-PIH {
    display: none !important; 
}

.IDX-photoGallery .IDX-photo-gallery__container .IDX-showcaseSlide {

    min-height: 0px;
}

.IDX-showcaseCaption.IDX-caption h4 {
    display: flex;
}


/* IDX Code Css End */



:root{
    /*background-color: ;*/
    --primary-color: #021032;
    --secondary-color: #D2B183;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /*Text Style*/
	--primary-font: "Roboto", sans-serif;
    --secondary-font: "Montserrat", sans-serif;
    --primary-text: #4D4848;
    --secondary-text: #D2B183;
    --text-white: #fff;
    --text-black: #000;
    --text-gray: #e4e4e4;
}
html, body{
    overflow-x: hidden; 
}

body{
    font-family: var(--primary-font);
    background-color: var(--bg-white);
    color: var(--text-black);
    
}
a{
    text-decoration: none;
    color: var(--text-black);
}
::-webkit-scrollbar{
    width: .375rem;
}
::-webkit-scrollbar-track{
    background: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}

section{
    padding: 80px 0;
    background-color: var(--bg-white);
    position:relative;
}
.main-btn{
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 15px;
    padding: 0 35px;
    color: var(--text-black);
    display: inline-block;
    border: 0px;
}

/**/

h1{
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.1;
    color: var(--text-black);
    margin-bottom: 1.25rem;
    font-family: var(--secondary-font);
}

h2{
    font-family: var(--secondary-font);
    font-size: 5rem;
    color: var(--secondary-color);
   font-weight: 500;
    line-height: 1.1;
}
h3{
    margin-bottom: 19px;
    font-weight: 500;
    line-height: 1.1;
    font-size: 28px;
    color: var(--text-black);
    font-family: var(--secondary-font);
    letter-spacing: 0px;
}
h3 span{
    color: var(--secondary-color);
}
h5{
    font-size: 1.5rem;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--secondary-font);
}
h6{
    font-size: 23px;
    margin-bottom: .9375rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--secondary-font);
    letter-spacing: 0.1em;
}
p{
    font-size: 17px;
    line-height: 1.65;
    color: var(--primary-color);
    font-weight:400;
}

.row{
    margin-left:0px;
    margin-right:0px;
}

.dropdown-toggle::after{
    border-top: 0.4em solid;
}

.navbar-nav {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
}

.nav-link{
    color: var(--text-white);
    padding: 15px 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-shadow: 0px 2px 0px #000;
}

.nav-link:focus, .nav-link:hover{
   color: var(--text-white);
}

li.nav-item{
    border-bottom:2px solid transparent;
}

li.nav-item:hover{
    border-color:var(--text-white);
}

.dropdown-menu{
    background-color: var(--text-black);
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    top: 0px !important;
    padding: 0rem 0;
}

.dropdown-item{
    padding: 6px 16px;
    text-transform: uppercase;
    line-height: 1.63;
    color: var(--text-white);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--secondary-text);
    background-color: var(--text-white);
}

.logo p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 45px;

    /* Premium font */
    font-family: 'Playfair Display', serif;

    /* Light bold */
    font-weight: 600;
    letter-spacing: 1px;

    /* Main text color */
    color: #ffffff;

    /* 🔥 3D with subtle off-white highlight */
    text-shadow:
        0 -1px 0 #f5f5f5,        /* top light (off-white highlight) */
        0 1px 0 rgba(0,0,0,0.25),
        0 2px 0 rgba(0,0,0,0.2),
        0 3px 0 rgba(0,0,0,0.15),
        0 5px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.logo p:hover {
    transform: translateY(-2px);

    text-shadow:
        0 -1px 0 #fafafa,
        0 2px 0 rgba(0,0,0,0.3),
        0 4px 0 rgba(0,0,0,0.25),
        0 6px 14px rgba(0,0,0,0.4);
}

.logo span{
    font-weight:300;
}

header {
    padding: 24px 30px !important;
    z-index: 9;
    position: fixed;
    transform: translateY(0px) scaleY(1);
    width: 100%;
    top: 0;
}
header.scrolleed {
    background-color: #000 !important;
    z-index: 99;
}

section.banner {
    padding: 0px;
    position: relative;
    top: 0px;
    height: 100vh;
}

.video-overlay{
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.video-sec {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
video.js-hero-slide__inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-content{
    position: absolute;
    height: 100vh;
    top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: var(--text-white);
    justify-content: center;
}
.video-content h1{width: 100%;color: var(--text-white);font-size: 80px;margin-bottom: 22px;text-shadow: 0px 2px 0px #000;}

.video-content p{
   width: 100%;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0px 2px 0px #000;
}


section.feature-prop {
    text-align: center;
    padding: 5rem 0;
}

.feature-prop h2{
    font-family: var(--secondary-font);
    font-size: 4.5rem;
    margin-bottom: 20px;
}

.feature-prop h6{
    color: var(--text-black);
    
    margin-bottom: 20px;
}

.comm{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.comm svg{
    width:14px;
    color:#00adb5;
    margin-bottom:25px;
}

section.feature-comm {
    padding: 0px 0px;
    padding-bottom: 80px;
}

.feature-comm .row{
    padding-left:30px;
    padding-right:30px;
}

.comm-card {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    height: 400px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    cursor: pointer;
}
.comm-card:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: background-color .3s;
    z-index: 1;
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 76.6%, #fff);*/
    opacity: 0.9;
    background-color: rgba(0,0,0,0.35);
    transition-duration: 0.5s;
}

.feature-comm img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.feature-comm a:hover img{
transform: scale(1.05);

}

.feature-comm h3{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
    letter-spacing: 3px;
    color: var(--text-white);
    z-index: 1;
    width: 100%;
    font-family: var(--primary-font);
    font-weight: 400;
    position: relative;
    transition: all .3s ease-in-out;
}

.feature-comm a:hover h3{
transform: translateY(-40px);
}

.feature-comm h3:after{
    content: """";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #fff;
    opacity: 0.6;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin: auto;
}

section.about {
    padding: 6rem 0;
    padding-bottom: 80px;
}

section.about img{
    width:95%;
}

.sign {
    width: auto !important;
    display: block;
}

a.bttn{
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.63;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
}

.border{
    border: 1px solid var(--primary-color) !important;
    display: block;
    width:40%;
    transition: all .3s ease-in-out;
}

a:hover .border{
    width:100%;
}

a.bttn:hover{
    color: var(--text-black);
}

.testimonial .content-area{
    padding: 40px 40px 40px;
    background-color: #fff;
    box-shadow: 2px 2px 6px #888888;
    width:55%;
    z-index:3;
    transition: ease .25s;
}



.testimonial .content span{
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 20px;
}

a.bttn span{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

section.testimonial {
  padding-left: 40px;
    padding-right: 40px;
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #fafafa;
}

section.testimonial .row{
    position: relative;
    align-items: center;
}

section.testimonial img{
   width: 70%;
    height: 140%;
    object-fit: cover;
    position: absolute;
    right: 0;
}

section.testimonial  .slick-slide p{
    height: 93px;
    overflow: hidden;
}

.carousel{
  width:100%;
  margin:0px auto;
}
.slick-slide{
  margin:0px;
}

.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.testimonial .slick-prev:before, .testimonial .slick-next:before {
    font-family: 'none';
    font-size: 50px;
    line-height: 1;
    opacity: 1;
    color: var(--secondary-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial .slick-prev, .testimonial .slick-next {
    left: auto;
    z-index: 9;
    right: 80px;
    top: auto;
    bottom: -40px;
}

.testimonial .slick-next{
right: 30px;
}

section.featured-prop .comm{
    margin-bottom:50px;
}

.featured-prop .comm-card:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: background-color .3s;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 100%, #fff);
    opacity: 0.9;
    background-color: transparent;
    transition-duration: 0.5s;
}

.featured-prop .comm-card{
    display:block;
}

.featured-prop img{
   width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.prop-cont{
    position: absolute;
    bottom: 0px;
    color: var(--text-white);
    width: 100%;
    padding: 20px 20px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000);
    text-align:center;
}

.prop-cont h3{
    color: var(--text-white);
    font-family: var(--primary-font);
    font-size: 25px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 3px #000;
}

.prop-cont p{
    color: var(--text-white);
    text-shadow: 1px 1px 3px #000;
    margin-bottom: 0px;
}

.prop-cont .amenities{
    display: flex;
    gap: 20px;
    text-shadow: 1px 1px 3px #000;
}

.prop-cont .price p{
    color: var(--text-white);
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 600;
}

.featured-prop .slick-slide{
    position:relative;
    margin:0px 20px;
}

.featured-prop a.bttn{
    margin-top: 0px;
    color: var(--text-white);
}

.featured-prop a.bttn span {
    border-color: var(--text-white) !important;
    width: 100%;
}

.featured-prop .carousel{
    width:98%;
}

.featured-prop .slick-prev:before, .featured-prop .slick-next:before{
    font-size: 60px;
    opacity: 1;
    color: #fff;
    font-family: none;
    text-shadow: 0px 1px 0px #000;
}

.featured-prop .slick-prev {
    left: 18%;
    z-index: 9;
}

.featured-prop .slick-next {
   right: 20%;
    z-index: 9;
}

section.contact {
    background-image: url(../images/contact-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding:0px 0;
}

section.contact .overlay{
    padding:100px 0;
    background-color: #0000004f;
}

section.contact .container{
    background-color: #fff;
    padding: 70px;
    box-shadow: 1px 1px 4px 0px #000;
}

section.contact .row{
    text-align: center;
    margin-bottom: 20px;
}

section.contact input, section.contact textarea{
    width: 100%;
    height: 57px;
    padding: 0 6px;
    border: 0px solid;
    border-bottom: 1px solid var(--text-black);
    text-transform: uppercase;
    color: var(--text-black);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}

section.contact textarea{
    height:94px;
    margin-bottom: 20px;
}

section.contact input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

section.contact button.main-btn{
    border: 2px solid var(--bg-black);
    background: transparent;
    padding: 20px 46px;
}

section.contact button.main-btn:hover{
    background: var(--bg-black);
    color: var(--text-white);
}

footer{
    padding: 60px 40px;
    background: var(--bg-black);
    padding-bottom: 40px;
}

footer h3{
    font-family: var(--primary-font);
    color: var(--text-white);
}

footer i path{
    fill: var(--text-white);
}

footer p, footer a, footer span{
    color: var(--text-white);
    font-size: 15px;
    margin-bottom: 0px;
}

footer p{
    font-weight:bold;
    line-height: 1.5rem;
}

footer .col-lg-4{
    padding-left:0px;
}

footer .col-lg-4 div{
    display: flex;
    gap: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

footer .col-lg-4 div.footer-content{
    display:block;
}

footer .icon-image{
    margin-top: 30px;
    gap: 30px !important;
}

.address a span{
    font-size: 16px;
}

footer .social{
    margin-top: 30px;
}

footer .social ul{
    display:flex;
    padding-left:0px;
     margin-bottom:0px;
     list-style:none;
     gap:20px
}

footer .social ul a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--text-white);
}

footer .social ul a:hover{
    background: var(--text-white);
    color: var(--text-black);
}

footer .social ul i{
    font-size: 20px;
}

footer .logo-icons{
    margin-top: 30px;
    gap: 0px !important;
}

footer .logo-icons img{
    height: 100%;
   width: 75px;
}
footer .logo-icons .realtor{
    width: 188px;
    height: 100%;
}

footer p.text {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 60px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

footer .copyright p{
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
}


/*about page css*/

.main-banner{
        background-image: url(../images/communities.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px;
    background-attachment:fixed;
}

.main-banner .overlay
{   height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.main-banner h1{
    font-family: var(--primary-font);
    color: var(--text-white);
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-shadow: 0px 2px 0px #000;
    display:none;
}

p.logo{
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.content-area .contact i{
    color: var(--secondary-color);
    font-size: 30px;
}

.content-area .contact p, .content-area .contact a{
    font-size: 20px;
    margin-bottom: 0px;
    color: var(--primary-color);
}

section.testimonial.contact-area .content-area .contact div{
    display: flex; 
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

section.testimonial.contact-area .content-area .social{
    margin-top: 30px;
}
section.testimonial.contact-area .content-area .social ul{
    display:flex;
    padding-left:0px;
     margin-bottom:0px;
     list-style:none;
     gap:20px
}

section.testimonial.contact-area .content-area .social ul a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--secondary-color);
}

section.testimonial.contact-area .content-area .social ul a:hover{
    background: var(--secondary-color);
}

section.testimonial.contact-area .content-area .social ul a:hover i{
    color: var(--text-white);
}

section.testimonial.contact-area .content-area .social ul i{
    font-size: 20px;
}

section.testimonial.contact-area .content-area {
    padding: 50px 60px 50px;
}

.main-banner.test {
    background-image: url(../images/communities.jpg);
}

.star_rating_display i{
    color: var(--secondary-color);
}

.test-sec span{
    font-size:20px;
}

.test-sec {
    margin-top: 50px;
}

section.testimonial-sec .content-area h2, section.testimonial-sec .content-area h6{
    text-align:center;
}

.main-banner.featured {
    background-image: url(../images/communities.jpg);
}

section.communities-sec h2, section.communities-sec h6{
    text-align:center;
}

section.communities-sec .feature-comm .row {
    padding-left: 0px;
    padding-right: 0px;
}

section.communities-sec .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

section.communities-sec .col-lg-4{
    margin-top: 30px;
}

.main-banner.community {
    background-image: url(../images/communities.jpg);
}

.main-banner.community iframe{
    margin-top:30px;
}

section.contact-sec h2{
text-align: center;
    margin-bottom: 30px;
}

.contact-sec .col-lg-4{
    text-align: center;
}

.contact-sec .col-lg-4 p{
    margin-top: 20px;
}

section.featured-prop.pro1 .comm-card{
    height: 480px;
}

section.featured-prop.pro1 img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

section.feature-comm.todo {
    padding: 80px 0px;
    text-align: center;
}

section.feature-comm.todo h2{
    margin-bottom: 50px;
}

div.comm-card {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;
}

div.comm-card .content{
    z-index: 1;
    position: relative;
    display: none;
}

div.comm-card .content a{
    display: block;
    color: #fff;
    margin-top: 10px;
}

div.comm-card .content a:hover{
    color:var(--secondary-color);
}

div.comm-card:hover .content{
    display: block;
}

.feature-comm div.comm-card:hover img {
    transform: scale(1.05);
}

.feature-comm div.comm-card:hover .content{
    display: block;
}

div.comm-card:before{
    background-color: rgba(0,0,0,0.55);
}

.f-pro{
    background-color: #fafafa;
}

section.feature-comm button{
    background: var(--bg-black);
    color: var(--text-white);
    border: 2px solid var(--bg-black);
    padding: 20px 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

section.feature-comm .bttn{
    display: block;
    text-align: center;
}

section.about img.moni{
    width: 100%;
    height: 802px;
}

section.about h2{
    font-size:24px;
    font-family: var(--primary-font);
}

section.about{
    background-color: #fafafa;
}

.copyright img{
    width: 150px;
}

.row.mob{
    display:none;
}

.video-sec button {
 /* position: absolute; */
    right: 10px;
    bottom: 20px;
    z-index: 1;
    text-align: center;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: none;
}

.cont-sec {
    padding-left: 10px;
    padding-right: 10px;
}

/*------------------------------ABOUT US  section starTS---------------------------*/

/* ==============================
   JUSTIN ABOUT US SECTION
================================ */

#justin-about-section {
    padding: 100px 0;
    background: #efefef;
}

#justin-about-section .justin-about-container {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT IMAGE SIDE */
#justin-about-section .justin-about-images {
    position: relative;
    width: 50%;
}

#justin-about-section .justin-img {
    overflow: hidden;
}

#justin-about-section .justin-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* TOP IMAGE */
#justin-about-section .justin-img-top {
    width: 70%;
    height: 280px;
}

/* BOTTOM IMAGE */
#justin-about-section .justin-img-bottom {
    width: 80%;
    height: 320px;
    position: absolute;
    bottom: -80px;
    left: 80px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* RIGHT CONTENT */
#justin-about-section .justin-about-content {
    width: 45%;
}

#justin-about-section .justin-small-title {
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#justin-about-section .justin-small-title span {
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #1ca3c7;
}

#justin-about-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0e1f30;
    margin-bottom: 20px;
}

#justin-about-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

/* BUTTON */
#justin-about-section .justin-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #0e1f30;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

#justin-about-section .justin-btn:hover {
    background: #1587a3;
}

/*------------------------------ABOUT US  section ENDS---------------------------*/

/*----------------------------------why choose us section starts-------------------------*/

/* =================================
   WHY CHOOSE US SECTION
================================= */

#wcus-section {
    font-family: 'Poppins', sans-serif;
}
#wcus-section {
    padding: 80px 0;
    background: #0e1f30; /* dark grey like image */
    color: #ffffff;
}

#wcus-section .wcus-container {
    width: 90%;
    margin: auto;
    text-align: center;
}

#wcus-section .wcus-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
    color:white
}

/* GRID */
#wcus-section .wcus-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* ITEM */
#wcus-section .wcus-item {
    padding: 10px 15px;
}

#wcus-section .wcus-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff;
}

#wcus-section .wcus-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

#wcus-section .wcus-item p {
    font-size: 13px;
    color: #e0e0e0;
    line-height: 1.6;
}

/*----------------------------------why choose us section ends-------------------------*/



/* =================================
   HOW IT WORKS SECTION
================================= */

#how-it-works-section {
    padding: 100px 0;
    background: #f2f2f2;
}

#how-it-works-section .hiw-container {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT IMAGE SIDE */
#how-it-works-section .hiw-images {
    width: 55%;
    position: relative;
}

#how-it-works-section .hiw-img {
    overflow: hidden;
    border-radius: 12px;
}

#how-it-works-section .hiw-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* LARGE BACK IMAGE */
#how-it-works-section .hiw-img-large {
    width: 70%;
    height: 280px;
}

/* SMALL BOTTOM IMAGE */
#how-it-works-section .hiw-img-small {
    width: 50%;
    height: 200px;
    margin-top: 20px;
}

/* FRONT IMAGE */
#how-it-works-section .hiw-img-front {
    position: absolute;
    right: 0;
    top: 120px;
    width: 55%;
    height: 300px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* RIGHT CONTENT */
#how-it-works-section .hiw-content {
    width: 45%;
}

#how-it-works-section .hiw-small-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

#how-it-works-section h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0e1f30
}

#how-it-works-section .hiw-description {
    margin-bottom: 30px;
    color: #555;
    line-height: 1.6;
}

/* STEPS */
#how-it-works-section .hiw-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

#how-it-works-section .hiw-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
}

#how-it-works-section .hiw-step h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

#how-it-works-section .hiw-step p {
    font-size: 14px;
    color: #666;
}

/*-----------------------------how it works  section ends---------------------------*/


/*================= FEATURED PROPERTIES SECTION starts=================*/

/* ================= FEATURED PROPERTIES ================= */

.fp-section {
    background: #fff;
    padding: 40px 0;
}

.fp-section .fp-header {
    text-align: center;
    margin-bottom: 50px;
}

.fp-section .fp-header h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

/* GRID */

.fp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */

.fp-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.fp-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */

.fp-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

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

/* BADGE */

.fp-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
}

.fp-badge span {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
}

.fp-badge .sale {
    background: #2f855a;
}

.fp-badge .featured {
    background: #e6b422;
}

/* CONTENT */

.fp-content {
    padding: 20px;
}

.fp-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.fp-location {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.fp-location i {
    color: #e6b422;
    margin-right: 5px;
}

/* DETAILS */

.fp-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.fp-details i {
    margin-right: 5px;
    color: #e6b422;
}

/* PRICE */

.fp-price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}


/*================= FEATURED PROPERTIES SECTION ends=================*/


/*---------------------------- about hosts section starts----------------------------*/

#about-owner-justin-day {
    padding: 80px 10%;
    background: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
}

#about-owner-justin-day .owner-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}

/* Image Styling */
#about-owner-justin-day .owner-image {
    flex: 1;
}

#about-owner-justin-day .owner-image img {
    width: 100%;
    border: 2px solid #cfcfcf;
    padding: 10px;
    background: #fff;
    display: block;
}

/* Content Styling */
#about-owner-justin-day .owner-content {
    flex: 1.2;
}

#about-owner-justin-day .owner-content h5 {
    letter-spacing: 3px;
    font-size: 14px;
    color: #0e1f30;
    margin-bottom: 10px;
}

#about-owner-justin-day .owner-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0e1f30
}

#about-owner-justin-day .owner-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}


/*---------------------------- about hosts section ends----------------------------*/



/*---------------------------- blogs section starts--------------------------*/

/* ===== REAL ESTATE BLOG SECTION ===== */


/* ===== REAL ESTATE BLOG SECTION (SLICK) ===== */

.reblog-section {
  padding: 80px 5%;
  background: #0e1f30;
  font-family: 'Poppins', sans-serif;
}

.reblog-container {
  max-width: 1200px;
  margin: auto;
}

.reblog-btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.reblog-btn {
  display: inline-block;
  padding: 12px 35px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: 500;
}

.reblog-btn:hover {
  background: #333;
}


.reblog-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #ffffff;
}

/* Slide spacing fix */
.reblog-slide {
  padding: 0 12px;
}

/* Card */

.reblog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}

.reblog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.reblog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.reblog-content {
  padding: 20px;
}

.reblog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.reblog-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
}

.reblog-readmore {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
}

.reblog-readmore:hover {
  letter-spacing: 1px;
}

/* Custom Arrows */

.reblog-section .slick-prev,
.reblog-section .slick-next {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  z-index: 10;
}

.reblog-section .slick-prev:before,
.reblog-section .slick-next:before {
  color: #fff;
  font-size: 20px;
}

.reblog-section .slick-prev {
  left: -45px;
}

.reblog-section .slick-next {
  right: -45px;
}

.reblog-section .slick-dots li button:before {
  color: #000;
}

/*---------------------------- blogs section ends--------------------------*/

/*---------------------------- New testimoial section section starts----------------------------*/

/* ===== REAL ESTATE TESTIMONIAL SECTION ===== */

.retesti-section {
  padding: 90px 5%;
  background: #f4f4f4;
  font-family: 'Poppins', sans-serif;
}

.retesti-container {
  max-width: 1200px;
  margin: auto;
}

.retesti-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #111;
}

/* Slide spacing */
.retesti-slide {
  padding: 0 12px;
}

/* Equal Card Size */
.retesti-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 25px;
  height: 220px;              /* Fixed height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
}

.retesti-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.retesti-card h4 {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
}

.retesti-card h4 span {
  color: #f4b400;
  font-size: 14px;
  letter-spacing: 2px;
}

.retesti-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  flex-grow: 1;
}

/* Button */

.retesti-btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.retesti-btn {
  display: inline-block;
  padding: 12px 35px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: 500;
}

.retesti-btn:hover {
  background: #333;
}

/* Slick Arrows */

.retesti-section .slick-prev,
.retesti-section .slick-next {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  z-index: 10;
}

.retesti-section .slick-prev:before,
.retesti-section .slick-next:before {
  color: #fff;
  font-size: 18px;
}

.retesti-section .slick-prev {
  left: -45px;
}

.retesti-section .slick-next {
  right: -45px;
}

.retesti-section .slick-dots li button:before {
  color: #000;
}

/*---------------------------- New testimoial section section ends----------------------------*/

/*--------------------------- OUR PROPERTIES SECTION STARTS----------------------------*/


/* ===== OUR PROPERTIES SECTION ===== */

.ourprop-section {
  padding: 90px 5%;
  background: #f2f2f2;
  font-family: 'Poppins', sans-serif;
}

.ourprop-container {
  max-width: 1200px;
  margin: auto;
}

.ourprop-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}

.ourprop-location {
  background: #0e1f30;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 40px;
  font-size: 16px;
}

.ourprop-slide {
  padding: 0 12px;
}

.ourprop-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease;
}

.ourprop-card:hover {
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  transform: translateY(-6px);
}

.ourprop-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.ourprop-price-row {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
}

.ourprop-features {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  color: #555;
}

.ourprop-details {
  padding: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.ourprop-details:hover {
  letter-spacing: 1px;
}

/* View All Button */

.ourprop-btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.ourprop-btn {
  padding: 12px 35px;
  background: #0e1f30;
  border: 1px solid #000;
  text-decoration: none;
  color: #ffffff;
  border-radius: 24px;
  transition: 0.3s;
  font-size: 18px;
}

.ourprop-btn:hover {
  background: #1ca3c7;
  color: #fff;
}

/* Slick Arrows */

.ourprop-section .slick-prev,
.ourprop-section .slick-next {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  z-index: 10;
}

.ourprop-section .slick-prev:before,
.ourprop-section .slick-next:before {
  color: #fff;
  font-size: 18px;
}

.ourprop-section .slick-prev {
  left: -45px;
}

.ourprop-section .slick-next {
  right: -45px;
}

/*--------------------------- OUR PROPERTIES SECTION ENDS----------------------------*/