body, html {
    padding: 0px !important;
    margin: 0px !important;
    overflow-x: hidden;
}

.main {
    width: 100%;
}

.main .row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main .row .container {
    max-width: 1500px;
    width: 100%;
    padding: 0px 20px;
}


.title-container .row {
    width: 100% !important;
    display: flex;
}

.title-container .row .container {
    max-width: 1500px !important;
    align-self: center !important;
    width: 100%;
    padding:0px 20px;h1
}


h1.header-title::before {
    content: "Properties";
    position: absolute;
    top: -90px;
    font-size: 150px;
    left: 0px;
    color: #ffffff1c;
    -webkit-text-stroke: 1px #ff000014;
    text-stroke: 1px #00000030;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    z-index: -1;
}

h1.header-title-white::before {
    content: "Cities";
    position: absolute;
    top: -90px;
    font-size: 150px;
    left: 0px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff14;
    text-stroke: 1px #00000030;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    z-index: -1;
}

@media(max-width:1024px) {
    h1.header-title-white::before {
        top: -50px;
        font-size: 70px;
    }
}


h1.header-title, h2.header-title, h3.header-title, h4.header-title, h5.header-title, h6.header-title {
    position: relative;
    font-size:72px;
font-family: "Lato", sans-serif;
  font-weight: 900;
}







h1.header-title-white, h2.header-title-white, h3.header-title-white, h4.header-title-white, h5.header-title-white, h6.header-title-white {
    position: relative;
    font-size:72px;
font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #fff;

}

h1.header-title::after {
    position: absolute;
    content: "";
    background: #e3e3e3;
    width: 20%;
    height: 1px;
    left: 0;
    bottom: -8px;
}

h1.header-title-white::after {
    position: absolute;
    content: "";
    background: #575757;
    width: 20%;
    height: 1px;
    left: 0;
    bottom: -8px;
}

.title-container p {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    color: #8b8a8a;
    font-size: 17px;
    margin-top: 22px;
}



/* TOP BAR */

.topbar {
    background: #000000;
    padding: 8px 0px;
    color: #fff;
    border-bottom: 1px solid #202020;
}

.topbar .row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.topbar .container {
    max-width: 1500px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0px 20px;
}


.topbar .top-bar-socials a i,
.main-header .main-nav .menu li a i {
    color: white ;  
}

.topbar .top-bar-socials a:hover i,
.main-header .main-nav .menu li a:hover i {
    opacity: 0.8; 
}


/* MAIN HEADER */ 







.main-header {
    padding: 15px 0px;
    background: #000000;
    color: #fff;
    position:relative;
}



.main-header .row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-header .container {
    max-width: 1500px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding:0px 20px;
}

.main-header .logo img {
    max-width: fit-content;
    height: 100px;
}

@media(max-width:1024px) {
    .main-header .logo img {
        max-width: fit-content;
        height: 70px;
    }
}

@media(max-width:768px) {
    .main-header .logo img {
        max-width: fit-content;
        height: 70px;
    }
}

.main-header .main-nav .menu {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.main-header .main-nav .menu li {
    border-left: 1px solid #202020;
    padding-left: 30px;
}
.main-header .main-nav .menu li:first-child {
    border: none;
}

.main-header .main-nav .menu li img {
    width: 16px !important;
    height: 16px;
    object-fit: contain;
}

.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding:0px !important;
}

.main-header .main-nav .menu li:last-child {
    margin-right: 0px;
}

.main-header .main-nav .menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.main-header .main-nav .menu li a:hover {
    color: #0073e6;
}



/* MENU */



nav.main-nav {
    display: flex !important;
    justify-content: flex-end;
}

nav.main-nav .menu ul li {
    list-style: none;
    padding: 20px 10px;
}

nav.main-nav .menu ul  {
    display: flex;
}

.main-header .main-nav .menu li {
    margin-right: 20px;
}

.main-header .main-nav .menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.main-header .main-nav .menu li a:hover {
    color: red;
}


@media screen and (max-width: 1024px) {
    nav.main-nav {
      display: none !important;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      background: #000;
      width: 100%;
      z-index: 9999;
    }
  
    .main-nav.active {
      display: flex;
    }
  
    .burger {
      display: block;
      cursor: pointer;
    }
    .main-header .main-nav .menu li a {
        display:block;
        width:100%;
    }
    
    .main-header .main-nav .menu li {
        margin-right:0 !important;
    }
  }
  

/* bottom menu */ 

.hero-bottom-menu ul#menu-property {
    list-style: none;
    display: flex;
    gap: 20px;
    width: 100%;
}






.footer-copyright {
    background: #000000;
}

.footer-copyright .row .container {
    max-width: 1500px;
    width: 100%;
    padding: 10px 20px 20px 20px;
    
}

.footer-copyright .row {
    width: 100%;
     display: flex;
    align-items: center;
    justify-content: center;
}



.footer-container {
    background: #000;
    margin-top: 50px;
}

.footer-container .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container .row .container {
    max-width: 1500px;
    width: 100%;
    padding: 50px 20px;
    display: grid
;
    grid-template-columns: 25% 65% 10%;
    align-items: center;
}


.footer-menu {
    display: flex
;
    justify-content: center;
    align-items: center;
}

@media(max-width:768px) {
 .footer-menu {
    display: none;
}   

.footer-container .row .container {
    grid-template-columns:1fr 1fr;
    padding:40px 20px 20px 20px;
}

.footer-socials {
    display: flex;
    justify-content: end;
}
.footer-copyright .row .container p {
    font-size:12px;
    text-align:center;
}
}

nav.main-nav img {
    width: 20px !important;
    height: 20px;
    object-fit: contain;
}

.footer-menu nav.main-nav li {
    border-left: 1px solid #202020;
    padding-left: 30px;
    margin-right: 20px;
}

.footer-menu nav.main-nav li:first-child {
    border: none !important;
}

.footer-menu nav.main-nav li a {
    color: #fff;
}

.footer-menu nav.main-nav li a:hover {
    color: red;
}

.footer-menu nav.main-nav ul {
    list-style: none;
    display: flex
;
}



 .footer-socials a i {
    color: white ;  
}

 .footer-socials a:hover i {
    opacity: 0.8; 
}





.styled-filters {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filters-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.filter-box {
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

.checkbox-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.checkbox-btn input[type="checkbox"] {
    display: none;
}

.checkbox-btn span {
    font-size: 14px;
    font-weight: 500;
}

.checkbox-btn input[type="checkbox"]:checked + span {
    color: #fff;
    background: #0073aa;
    border-radius: 20px;
    padding: 6px 10px;
}

input[type="range"] {
    width: 100%;
}

.filter-button {
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s ease;
}

.filter-button:hover {
    background: #005a88;
}

.small-checks label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}



/* cities archive */

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


.city-thumb {
    position: relative;
    width: 100%;
    padding-top: 65%; /* for responsive square */
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.city-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
}

.city-name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}



.city-container {
        max-width: 1500px;
        padding: 0 20px;
        margin: 0 auto;
}

.city-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 100px;
}

@media(max-width:1024px) {
    .city-list {
        display: grid;
        grid-template-columns: repeat(2 1fr);
        gap: 30px;
        margin-top: 100px;
    }
}

@media(max-width:768px) {
    .city-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 100px;
    }
}

.city-list a {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.city-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background-size: contain;
    border-radius: 15px;
    box-shadow: 0px 0px 8px #00000082;
    background-size: cover;
    transition: transform 1.5s ease;
    transform: scale(1);
}

.city-item::before {
    content: "";
    background: #00000085;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
}

.city-item:hover {
    transform: scale(1.05);
}


.city-list h1 {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}

.city-list h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}










/* search form styles */

label.checkbox-button {
background: #000;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}

.checkbox-button:has(input:checked) {
    background: red;
}

.property-type-container.opt-form label { 
flex:auto;
}



.property-form-container {
    max-width: 1500px;
    padding: 0px 20px;
    margin: 0 auto;
margin-top: 30px;
margin-bottom:100px;

}


.property-type-container {
    margin-top:30px;
}

h3.filters-titles{
    font-size:18px;
    font-weight: 700;
    margin: 0;
}


.form-third-container-main {
    margin-top: 30px;
    margin-bottom: 35px;

}

.archive .third-row-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.opt-form {
    flex: 1;
}

.archive form.property-search-form {
    margin-top: 50px;
}

.archive .property-types-form {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.archive .checkbox-button {
    cursor: pointer;
}

.archive .checkbox-button input {
    display: none;
}

.filter-group-search.opt-form {
    margin-top: 10px;
}



.third-row-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.opt-form.with-icon {
    position: relative;
    flex: 1;
    min-width: 150px;
}

.opt-form.with-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
    z-index: 2;
    font-size: 16px;
}

.opt-form.with-icon input,
.opt-form.with-icon select {
    width: 100%;
    padding: 10px 12px 10px 40px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Better look for the <select> dropdown */
.opt-form.with-icon select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}


button.arrow-button {
    background: #000;
    padding: 15px 50px;
    color: #fff;
    display: flex;
    align-items: center;
    border:1px solid #000;
}

button.arrow-button:hover {
    background: red;
    padding: 15px 50px;
    border: 1px solid red;
}























/* agents */

.agent-stats .stat-item {
    flex: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 50px;
    box-shadow: 0px 0px 5px #00000017;
}

.stat-item i {
    background: #000000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
}


.agent-bio-info i {
    background: #000000;
    padding: 20px;
    border-radius: 50px;
    color: #fff !important;
}


.agent-bio-info a{
    color: #000 !important;
}

.agent-bio-info  a:hover{
    color: red !important;
}

.stat-item strong {
    font-size: 50px;
    font-weight: 900;
    margin-top: 20px;
}

.agent-stats {
    display: flex !important
;
    flex-wrap: wrap;
    position: relative;
    gap: 30px;
}


.agent-profile {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 150px;
}

.all-agents-archive {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 50px !important;
} 

@media(max-width:1024px) {
    .all-agents-archive {

        grid-template-columns: 1fr 1fr;

    } 
}


@media(max-width:768px) {
    .all-agents-archive {

        grid-template-columns: 1fr;

    } 
}

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

.agent-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.agent-thumb {
    display: block;
    position: relative;
}

.agent-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.agent-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
}




swiper-container::part(pagination) {
    margin-top: 50px;
  }

  swiper-container::part(wrapper) {
    padding-bottom: 50px; 
  }







  /* burger menu mobile */
/* Default nav styles */
.main-nav .menu {
    display: flex;
    gap: 20px;
}

#nav-icon3 {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1),
#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

/* Mobile styles */
@media (max-width: 1023px) {
  #nav-icon3 {
    display: block;
  }

  nav.main-nav .menu {
    display: none;
    flex-direction: column;
    gap: 0px;
    background: #fff;
    padding: 10px;
  }

  nav.main-nav.menu-open {
    display: block !important;
  }

  .main-header .main-nav .menu {
background-color: #1b1b1b;
  }

  .main-header .main-nav .menu li a {
    border-left:none;
    border-bottom:1px solid #464646;
    padding:15px 20px;
    margin: 0;
}

.main-header .main-nav .menu li a:first-child {
    border-left:none;
    border-bottom:1px solid #464646;
    padding:15px 20px;
}

.main-header .main-nav .menu li a:last-child {
    border:none;
}
}











@media(max-width:1024px) {

    .main .row .container,  .title-container .row .container, .topbar .container, .main-header .container, .footer-container .row .container, .city-container, .footer-copyright .row .container {
        max-width: 100% !important;
    }
    h1, h1 span {
        font-size:35px !important;
    }

    h1.header-title::before {
        top: -50px;
        font-size: 70px;

    }
}





/* other pages */
.other-pages-hero {
    margin-top: 16.2vh;
    background: url(/wp-content/uploads/2025/04/other-pages.webp);
    background-position: center top;
    background-size: cover;
    padding: 150px 20px 50px 20px;
    min-height: 350px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

@media(max-width:1024px) {
    .other-pages-hero  {
        margin-top:15vh;
    }
}


.agent-hero-section {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 20px;
    margin-top: 50px;
}
@media(max-width:1024px) {
    .agent-hero-section {
        margin-top: 20px;
 
    }
}

.agent-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.agent-details-left {
    flex: 1;
    min-width: 250px;
}

.agent-bio-info {
    display: flex
;
    margin-top: 50px;
    gap: 30px;
}

.agent-details-left h1 {
    font-size: 50px;
    font-weight: 900;
}

.agent-details-left p {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.agent-details-left i {
    margin-right: 8px;
    color: #555;
}

.agent-image-right {
    text-align: right;
}

.agent-image-right img {
    border-radius: 100%;
    box-shadow: 0 0px 12px rgb(0 0 0 / 50%);
    height: 500px;
    width: 500px;
    object-fit: cover;
    position: relative;
    border-right: 15px solid red;
}


    


.other-pages-hero .container {
    max-width: 1500px;
    padding: 0px 20px;
}

.other-pages-hero h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}

.other-pages-hero h1::before {
    content: "Pespa Real Estate";
    position: absolute;
    top: 15.2vh;
    font-size: 150px;
    color: #ffffff00;
    -webkit-text-stroke: 1px #ffffff26;
    text-stroke: 1px #00000030;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    z-index: 0;
}

@media(max-width:1500px) {
    .other-pages-hero h1::before {
        font-size: 100px;
        top:22vh;
    }
}

@media(max-width:1024px) {
    .other-pages-hero h1::before {
        font-size: 80px;
    }
}









/* single property */
.single-property-container {
    max-width: 1500px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 20vh;
}

.property-gallery-split {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    max-height:600px;
}

.gallery-left {
    flex: 2;
    overflow: hidden;
}

.gallery-left img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

@media(max-width:1024px) {
    .gallery-left img {
        height:240px;
    }
}

.gallery-right-grid {
    flex: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}



.grid-image img {
    width: 100%;
    height:295px;
    object-fit:cover;
    display: block;
}

@media(max-width:1024px) {
    .grid-image img {
        height:115px;
    }
}


.info-location-share {
    display: flex
;
    justify-content: space-between;
}

.share-buttons .social-item i {
    background: #000000;
    width: 35px;
    height: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.share-buttons .social-item i:hover {
    background-color: red;
}

.share-buttons .social-item i {
    color: #fff;
}

.share-buttons {
    display: flex
;
    gap: 10px;
}



.property-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
}

.property-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.single-property-price {
    font-size: 45px;
    font-weight: 900;
    color: red;
}

h1.single-property-title {
    font-weight: 900;
}



.single-property-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.property-detail-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.property-detail-item i {
    font-size: 20px;
    margin-right: 10px;
    color: #2c3e50;
}

.property-detail-item span {
    font-weight: 600;
}


.property-specs-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.property-spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 15px  20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    text-align: left;
    line-height: 1.4;
}

/* Tablet - 3 columns */
@media (max-width: 1024px) {
    .property-specs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile - 2 columns */
@media (max-width: 768px) {
    .property-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


.property-bottom-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-top: 60px;
}

.property-description {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    background: #f9f9f9;
    padding: 20px 30px;
}

.property-description h2 {
    font-size: 35px;
    font-weight: 900;
}

.agent-info {
    text-align: center;
    background: #f9f9f9;
    padding:20px 30px;
}

.agent-photo img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.single-property-agent-details {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.single-property-agent {
    display: grid
;
    background: #f9f9f9;
    width: 100%;
    padding: 20px 10px;
}

.single-property-agent i {
    background: #ff0000;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
    color: #fff;
}

.single-property-agent a {
    margin-top: 10px;
    color: #000;
}

.single-property-agent a:hover {
    color: red;
}

/* Responsive */
@media(max-width: 768px) {
    .property-bottom-section {
        grid-template-columns: 1fr;
    }

    .agent-photo img {
        max-width: 100%;
    }
}


h3.single-property-agent-name {
    font-size: 35px;
    font-weight: 900;
    margin-top: 0;
    padding: 0;
    margin-bottom: 25px;
}









section.inquire-property-section {
    margin-top: 100px;
}

h2.inquire-title {
    font-size: 40px;
    font-weight: 900;
}

.inquire-form-wrapper {
    margin-top: 35px;
}





/* contact form */

/* Form container */
.custom-contact-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    font-family: Arial, sans-serif;
  }
  
  /* Form title */
  .custom-contact-form h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
  }
  
  /* Form description */
  .custom-contact-form p {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin: 0;
    padding: 0;
  }
  
  /* Form row */
  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }

  .form-row:last-child {
    margin: 0;
  }
  
  /* Form columns */
  .form-col {
    flex: 1;
    min-width: 250px;
  }
  
  /* Labels */
  .form-row label {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
  }
  
  /* Input fields */
  .custom-contact-form input,
  .custom-contact-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }
  
  /* Textarea specific */
  .custom-contact-form textarea {
    height: 150px; /* Adjust the height as needed */
    resize: vertical; /* Allow vertical resize */
    border:1px solid !important;

  }
  
  /* Placeholder styling */
  ::placeholder {
    font-style: italic;
    color: #888;
  }
  
  /* Submit button */
  .arrow-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    width: 100%;
    text-align: center;
    width: fit-content;

  }
  
  .arrow-button:hover {
    background-color: #45a049;
  }
  
  /* Adjust form-row for the message field */
  .form-row.message {
    flex-direction: column;
    width: 100%;
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    /* Form container padding for smaller screens */
    .custom-contact-form {
      padding: 20px;
    }
  
    /* Form row layout for smaller screens */
    .form-row {
      flex-direction: column;
      gap: 15px;
    }
  
    [type=button], [type=submit], button {
        background: #000000 !important; 
        color: #fff !important;
    }


    /* Adjust input field sizes for mobile */
    .custom-contact-form input,
    .custom-contact-form textarea {
      font-size: 14px;
      padding: 10px;
    }
  
    /* Submit button full-width on mobile */
    .arrow-button {
      width: 100%;
      padding: 12px 20px;
    }
  }


  /* single property featured properties */
  .single-featured-properties .container {
    padding: 0px !important;

  }

  .single-featured-properties {
    margin-top: 100px !important;
  }
  

  /* about us */

  .about-us-hero {
    background: #f5f5f5;
    padding: 60px 20px;
    text-align: center;
  }
  
  .about-us-hero h1 {
    font-size: 3rem;
  }
  
  .about-us-story .container.row {
    display: flex;
    padding: 60px 20px;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .about-us-story .left, .about-us-story .right {
    flex: 1 1 45%;
  }
  
  .about-values {
    background: #fafafa;
    padding: 60px 20px;
    text-align: center;
    margin-top: 100px;
  }
  
  .values-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
  }
  
  .value-item {
    flex: 1 1 250px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
  }
  .value-item h4 {
    font-size: 25px;
    font-weight: 900;
}

.value-item i {
    background: #ff0000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
}
  
  .about-team {
    padding: 60px 20px;
    text-align: center;
  }
  
  .team-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  
  .team-member {
    max-width: 200px;
  }
  
  .about-cta {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    margin-top: 150px;
    border-radius: 15px;
  }
  
  .about-cta .cta-button {
    background: #e63946;
    color: #fff;
    padding: 14px 30px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
  }

  
  .about-us-container {
    max-width: 1500px;
    margin: 0 auto;
}

.about-us-stats {
    display: flex;
    gap: 20px;
     margin-top: 30px;
}

.about-us-stats .stat-item {
    flex: auto;
}

.about-us-stats .stat-item i {
    margin-bottom:20px;
    margin:  0 !important;

}

.about-us-stats .stat-number {
    font-size: 35px;
    display: flex;
    text-align: center;
    font-weight: 900;
}

section.about-us-story h2, section.about-values h2, section.about-cta h2 {
    font-size: 40px;
    font-weight: 900;
}

.about-us-agents h2 {
    font-size: 40px;
    font-weight: 900;
    text-align:center;
    margin-bottom: 50px;
}

section.about-us-story img {
    border-radius: 15px 50px 50px 15px;
    border-right: 10px solid red;
    box-shadow: 0px 0px 10px #00000070;
}

.about-us-agents {
    margin-top: 150px !important;
}

a.about-us-cta {
    width: auto;
    margin-top: 20px;
}


/* property sale or rent */
.property-category-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.property-category-badge.shitur-badge {
    background: #ff0015;
}

.property-thumb {
    position: relative;
}






div#fancybox-1, div#fancybox-2, div#fancybox-3, div#fancybox-4, div#fancybox-5 {
    height: 83vh;
    margin-top: 17vh;
}



.grid-image {
    position:relative;
}


.image-overlay {
    position: absolute;
    background: #000000a6;
    left: auto;
    top: -10px;
    transform: translateY(10px);
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex
;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
