@font-face {
  font-family: 'Helvetica Neue';
  src: url('../helvetica-neue-5-cufonfonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neues';
  src: url('../helvetica-neue-5-cufonfonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neuesthin';
  src: url('../helvetica-neue-5-cufonfonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background: #3D6B7E;
  border-radius: 10px;
}

/* Hover */
::-webkit-scrollbar-thumb:hover {
  background: #2b4f5c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


:root {
  --container-xss: 100%;
  --contain

  /* Scrollbar width */
  ::-webkit-scrollbar {
    width: 6px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Thumb */
  ::-webkit-scrollbar-thumb {
    background: #3D6B7E;
    border-radius: 10px;
  }

  /* Hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2b4f5c;
  }

  er-sms: 540px;
  --container-mds: 720px;
  --container-lgs: 960px;
  --container-xls: 1140px;
  --container-xxls: 1320px;
  --container-width: 1260px;

}

.container-fluid {
  max-width: var(--container-xxls);
  margin-left: calc((100% - var(--container-xxls)) / 2);
}

/* SM */
@media (min-width: 576px) {
  .choose-area .container-fluid {
    max-width: var(--container-sms);
    margin-left: calc((100% - var(--container-sms)) / 2);
  }
}

/* MD */
@media (min-width: 768px) {
  .choose-area .container-fluid {
    max-width: var(--container-mds);
    margin-left: calc((100% - var(--container-mds)) / 2);
  }
}

/* LG */
@media (min-width: 992px) {
  .choose-area .container-fluid {
    max-width: var(--container-lgs);
    margin-left: calc((100% - var(--container-lgs)) / 2);
  }
}

/* XL */
@media (min-width: 1200px) {
  .choose-area .container-fluid {
    max-width: var(--container-xls);
    margin-left: calc((100% - var(--container-xls)) / 2);
  }
}

/* XXL */
@media (min-width: 1400px) {
  .choose-area .container-fluid {
    max-width: var(--container-xxl);
    margin-left: calc((100% - var(--container-xxls)) / 2);
  }
}

body {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-weight: 500 !important;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neues', sans-serif !important;
}

/* NAVBAR */
.custom-navbar {
  background: #fff;
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* LOGO */
.navbar-brand img {
  height: 74px;
  width: 100%;
  max-width: 100%;
      object-fit: contain;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

/* LINKS */
.nav-link {
  color: #36454F !important;
  font-weight: 600;
  position: relative;
  font-size: 15px;
  opacity: 0.8;
}

/* HOVER EFFECT */
.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -5px;
  background: #3D6B7E;
  transition: 0.3s;
}

/* DEFAULT */
.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -5px;
  background: #3D6B7E;
  transition: 0.3s;
}

/* HOVER */
.nav-link:hover::after {
  width: 100%;
}

/* ACTIVE (THIS IS WHAT YOU WANT) */
.nav-link.active::after {
  width: 100%;
  font-weight: 600;
  opacity: 9;
}

/* ACTIVE */
.nav-link.active {
  color: #3D6B7E !important;
  opacity: 9;

}

.nav-link::after .active {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -5px;
  background: #3D6B7E;
  transition: 0.3s;
}

/* BUTTON */
.custom-btn {
    background: #3D6B7E;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    transition: 0.3s;
    font-size: 14px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-btn:hover {
  background: #2f5565;
  color: #fff;
}

/* OFFCANVAS */
.offcanvas {
  width: 280px;
}

.offcanvas .nav-link {
  padding: 12px 0;
  font-size: 16px;
}

.offcanvas-title {
  color: #3D6B7E;
  font-weight: 600;
}

/*  */

/* HERO */
.hero-banner {
  position: relative;
  background-image: url('../image/banner-bg.png');
  color: #fff;
  background-color: #000000a1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex
;
    align-items: center;
    justify-content: center;
}

/* CONTENT ABOVE */
.hero-banner .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

/* TITLE */
.banner-title {
  margin: 0 auto;
}

.search-box {
  margin: 0 auto;
}

.banner-title h1 {
  font-size: 55px;
  font-weight: 700;
  text-align: center;
}

.banner-title p {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
}

/* SEARCH BOX */
.search-box {
  margin-top: 80px;
  background: #fff;
  padding: 26px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 829px;
}

/* TOGGLE BUTTONS */
.toggle-btns {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.toggle-btns button {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #36454F;
  font-weight: 500;
  cursor: pointer;
}

/* ACTIVE */
.toggle-btns .active {
  background: #3D6B7E;
  color: #fff;
  border: none;
}

/* SEARCH FIELDS */
.search-fields {
  display: flex;
  gap: 10px;
}

/* SELECT */
.search-fields select {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  color: #36454F;
}

/* BUTTON */
.search-btn {
  background: #3D6B7E;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  white-space: nowrap;
}

.search-btn:hover {
  background: #2f5565;
}



.property-section {
  background: #3D6B7E;
  color: #fff;
  padding: 60px 0;
}

/* Heading */
.title {
  font-size: 32px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.subtitle {
  font-size: 17px;
  opacity: 0.85;
  font-weight: 500;
}

/* Card */
.property-card-img {
  width: 100%;
}

.property-card {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  padding: 20px 20px;
  text-align: start !important;
  height: 100%;
  transition: all 0.3s ease;
  text-align: start;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Image */
.property-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 50px;
}

/* Text */
.property-card h5 {
  font-size: 18px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-family: 'Helvetica Neuesthin', sans-serif !important
}

.property-card p {
  font-size: 14px;
  opacity: 0.85;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Hover */
.property-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-5px);
}

/*  */
.agents-section {
  background: #f5f7f9;
  padding: 60px 0px;
}

.listing-card {
  padding-right: 25px;
}

/* LEFT */
.agent-left-card {
  background: #fff;
  padding: 25px 0px 0px 25px;
  border-radius: 28px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
}

.agent-left-card .badge {
  background: #e0edf2e0;
  color: #3D6B7E;
  padding: 12px 17px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.agent-left-card h4 {
  color: #36454F;
  font-size: 24px;
  font-weight: 500;
}

.agent-left-card p {
  color: #36454F;
  font-size: 16px;
  padding-top: 21px;
  font-weight: 500;
  margin-bottom: 65px;
}

.main-agent-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}

.agent-info h6 {
  color: #3D6B7E;
  font-size: 16px;
  font-weight: 500;
}

.agent-info {
  background: #ffffff;
  padding: 15px;
  border-radius: 23px;
  margin-top: 20px;
  border: 1px solid #d8d7d7c2;
  width: 56%;
  margin-bottom: 33px;
}

.agent-info p {
  color: #7C919B;
  font-size: 12px;
  margin: 0px !important;
  padding-top: 1px;
  padding-bottom: 20px !important
}

.contact-btn {
  background: #3D6B7E;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 8px;
  font-weight: 500;
  white-space: nowrap;
  width: 73%;
}

.chat-box {
  border: unset;
  background: transparent;
  padding: 0px;
  width: 38px;
  height: 38px;
}

.contact-btn:hover {
  background-color: #fff;
  color: #3D6B7E;
  border: 1px solid #3D6B7E;
}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* RIGHT */
.view-btn {
   background: #3D6B7E;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;

    white-space: nowrap;
}

.view-btn:hover {
  color: #3D6B7E;
  background-color: #fff;
  border: 1px solid #3D6B7E;
}

.contact-our-card h3 {
  color: #3D6B7E;
  font-size: 32px;
  margin-bottom: 16px;
}

.contact-our-card p {
  color: #36454F;
  font-size: 20px;
  margin: 0px;
}

/* CARD */
.agent-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 10px;
  border: 1px solid #c2cbd073;
}

.slider-custom-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 26px 0px;
}

.agent-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.agent-card h6 {
  color: #36454F;
  font-size: 16px;
  margin-bottom: 1px;
}

.agent-card small {
  color: #3D6B7E;
  font-size: 11px;
}

.agent-card p {
  color: #7C919B;
  font-size: 11px;
}

/* ARROWS */
.slider-arrows button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: #fff;
  margin-left: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-pagination {
  margin-top: 10px;
  position: unset !important;
}

.swiper-pagination-bullet {
  background: #ccc;
  width: 19px;
  height: 2px;
  border-radius: 10px;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

/* HERO */
.banner-section-bottom {
  background: url('../image/_2150799723-10.png') center/cover no-repeat;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #00000091;
  background-blend-mode: overlay;
}

.banner-section-bottom {
  position: relative;
  z-index: 2;

}

.banner-section-bottom h1 {
  font-size: 33px;
  font-weight: 500;
}

.banner-section-bottom p {
  font-size: 22px;
  margin-top: 10px;
  width: 70%;
  margin: 0 auto;

  font-family: 'Helvetica Neue', sans-serif !important;
}

.btn-custom {
background: #3D6B7E;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    transition: 0.3s;
    font-size: 14px;
 width: 126px;
    display: flex
;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn-custom:hover {
  background-color: #fff;
  color: #6EC1E4;
}

.btn-outline-custom {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Helvetica Neue', sans-serif !important;
}

.btn-outline-custom:hover {
  background: #fff;
  color: #000;
}

/* SECTION */
.featured-section {
  padding: 60px 0;
}

.fp-heading h4 {
  color: #3D6B7E;
  font-size: 32px;
}

.fp-heading p {
  color: #36454F;
  font-size: 18px;
}

/* CARD */
.featured-property-card {
  background:#fff;
  border-radius: 16px;
  overflow: hidden;
  /*box-shadow: 0 14px 32px rgba(61, 107, 126, 0.1);*/
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
  border: 1px solid rgba(124, 145, 155, 0.18);
}

.featured-property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(61, 107, 126, 0.14);
}

.featured-property-card .property-img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
  filter: saturate(1.05) contrast(1.05);
}

.featured-property-card .card-body {
  padding: 22px 0px 0px 0px;
}

.card-body h6 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #11171B;
}

.location {
  font-size: 13px;
  color: #36454F;
  display: flex;
  align-items: center;
}

.features span {
  color: #36454F;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
}

.features {
  display: flex;
  gap: 30px;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.price {
  font-size: 14px;
  color: #3D6B7E;
  font-weight: 600;
}

.buy-btn {
 background: #3D6B7E;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
  box-shadow: 0 8px 16px rgba(61, 107, 126, 0.16);
}

.buy-btn:hover {
  background: #2f5a6f;
  border:1px solid #2f5a6f;
}

/* Slick dots */
.slick-dots li button:before {
  color: #3D6B7E;
}

.slick-dots li.slick-active button:before {
  color: #3D6B7E;
}




.all-property-section {
  text-align: end;
}


.choose-section {
  background: #3D6B7E;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.choose-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #3D6B7E;
  font-size: 32px;
}

.choose-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 20px;
  opacity: 0.9;
}

.choose-box {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}

.choose-box:last-child {
  border-right: none;
}

.choose-icon {
  font-size: 30px;
  margin-bottom: 15px;
}

.choose-box .choose-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .choose-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .choose-box:last-child {
    border-bottom: none;
  }
}

.local-box {
  position: relative;
}

.local-box::after {
  position: absolute;
  content: '';
  width: 99%;
  height: 1px;
  background: linear-gradient(176deg, transparent, rgb(255 255 255 / 47%), transparent);
  transform: rotate(90deg);
  margin: 0 auto;
  top: 88px;
}

.choose-testimonial {
  background: #f4f6f7;
  padding: 60px 0;
}

.choose-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.choose-section .choose-title {
  font-weight: 600;
  color: #ffffff;
}

.choose-sub {
  font-size: 21px;
  color: #36454F;
}

.choose-btn {
  background: #3D6B7E;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

/* Card */
.choose-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #eee;
  position: relative;
  margin: 10px;
}

.choose-stars {
  color: #CCB400;
  font-size: 14px;
}

.choose-quote {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #3D6B7E;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-text {
  font-size: 14px;
  color: #36454F;
  margin: 15px 0;
  margin-top: 35px;
}

.choose-user {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #c2c2c2;
  padding-top: 17px;
  margin-top: 49px;
}

.choose-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.choose-name {
  font-size: 14px;
  color: #36454F;
}

.choose-role {
  font-size: 12px;
  color: #36454F;
}

/* Read More/Read Less Link */
.read-more-link {
  color: #3D6B7E;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}

.read-more-link:hover {
  color: #2f5a6f;
  text-decoration: underline;
}

/* Dots */
.slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
}

.slick-dots li.slick-active button:before {
  color: #3D6B7E;
}









/* FOOTER */
.footer {
  background: #36454F;
  color: #fff;
  padding: 40px 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-size: 20px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-bottom {

  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.footer-bottom:after {
  position: absolute;
  top: 4px;
  height: 2px;
  width: 100%;
  content: '';
  left: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 47%), transparent);
}

.fooer-bootm {
  font-size: 14px;
}

.fooer-bootm a {
  display: block;
  margin-bottom: 10px;
}

.socail-media-links {
  justify-content: end;
  width: 100%;
}

.footer-navbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-navbar nav {
  display: block;
  width: 100%;
}

.choose-area {
  background: #fff;
  padding-bottom: 60px;
}

/* Header */
.choose-area-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.choose-area-title {
  font-weight: 600;
  font-size: 32px;
  color: #3D6B7E;
}

.choose-area-sub {
  font-size: 21px;
  color: #36454F;
}

.choose-area-btn {
background: #3D6B7E;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    width: 112px;
    display: flex
;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* Card */
.choose-area-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin: 10px;
  transition: 0.3s;
  border: 1px solid #b4b4b4;
}

.choose-area-card:hover {
  transform: translateY(-5px);
}

/* Image */
.choose-area-img {
  position: relative;
}

.choose-area-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  content: '';
  background-color: #00000082;
  z-index: 9;
}

.choose-area-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Overlay */
.choose-area-name {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  z-index: 99;
}

/* Info */
.choose-area-info {
  padding: 15px;


  border-top: 1px solid #eee;
}

.choose-area-info strong {
  display: block;
  font-size: 13px;
  color: #000;
}

/* Slick dots */
.slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
}

.slick-dots li.slick-active button:before {
  color: #3D6B7E;
}

.area-ionfs {
  display: flex;
  color: #36454F;
  font-size: 14px;
  justify-content: space-between;
  gap: 10px;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  border-radius: 16px;
  height: 3px;
  background: #3d6b7e !important;
  content: '•';
  content: "" !important;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-width {
  width: 216px;white-space: nowrap;
}

.slick-dots li button {
  height: 0;
}

.choose-sliderlocal .slick-dots li button:before {
  background-color: #fff !important;
}

/*  about-banner*/
.banner {
  background: url('../image/Pixabay-2219972.png');
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000008a !important;
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
}

.banner-content {
  text-align: center;
  color: #fff;
  padding: 0 15px;
}

.banner-content h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 20px;
  opacity: 0.9;
  margin-bottom: 0px;
}

.leding-section {
  padding: 60px 0px;
}

.counter-heading {
  color: #3D6B7E;
  font-size: 30px;
}

.counter-text {
  color: #36454F;
  font-size: 16px;
}

.mission-section {

  padding-bottom: 60px;
}

.value-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* BLUE OVERLAY */
.value-card-img::before {
  content: '';
  position: absolute;
  inset: 0;

  background: linear-gradient(180deg,
      rgba(64, 123, 158, 0.2) 0%,
      rgba(47, 91, 106, 0.6) 60%,
      rgba(20, 40, 55, 0.85) 100%);

  z-index: 1;
}

/* Button */


/* Image Card */
.value-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.value-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.value-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 99;
}

.value-card h5 {
  font-weight: 600;
  font-size: 24px;
}

.value-card p {
  font-size: 17px;
  opacity: 0.95;
  color: #fff;
}

/* Right Cards */
.info-card {
  border-radius: 28px;
  padding: 30px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: end;
}

/* Mission Color */
.info-card.mission {
  background: #6fa9c4;
}

/* Vision Color */
.info-card.vision {
  background: #3f6776;
}

.info-card h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 17px;
  opacity: 0.95;
}

.founder-section {

  padding-bottom: 60px
}



.founder-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Title */
.section-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}



.section-title .line {
  flex: 1;
  height: 2px;
  background: #2c4a57;
  opacity: 0.4;
}

/* Signature */
.signature {
  text-align: end;
}

.founder-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: auto;
  height: 310px;
  object-position: top;
}

/* Responsive */
@media (max-width: 768px) {
  .founder-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .founder-image {
    text-align: center;
  }

  .section-title {
    justify-content: center;
  }

}

.contact-banner {
  background: url(../image/contact.png);
}

.contact-card h5 {
  font-family: 'Helvetica Neue', sans-serif !important;
}

.contact-card a {
  color: #fff;
  text-decoration: none;
}


.contact-section {
  padding: 60px 0px;
}

/* Input Fields */
.form-control,
.form-select {
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid #9FAEB6;
  font-size: 12px;
  color: #9FAEB6;
  opacity: 0.6;
}

.form-control:focus,
.form-select:focus {
  border-color: #4f7886;
  box-shadow: none;
}

/* Labels */
.form-label {
  font-size: 14px;
  color: #36454F;
}

/* Button */



.office-section {
  padding-top: 60px;
}


.map-container {
  width: 100%;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 500px;
  display: block;
  filter: grayscale(20%) contrast(95%);
}

.agent-banner {
  background: url(../image/look.png);
}

.section-title {
  color: #3D6B7E;
  font-weight: 600;
}

/* Sub text */
.section-sub {
  color: #36454F;
}

/* Card */
.agent-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #e0e0e0;
}

.agent-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Image */
.agent-img {
  background: #d9e1e5;
  text-align: center;
  padding: 51px 0px 0px;
  position: relative;
  overflow: hidden;
}

.experenice-box {
  position: absolute;
  top: 8px;
  z-index: 9;
  right: 10px;
  background: #E7F6FC;
  border-radius: 8px;
  padding: 9px;
}

.experenice-box h6 {
  text-align: end;
  color: #3D6B7E;
}

.experenice-box p {
  color: #3D6B7E;
  margin: 0px;
  font-size: 12px;
}

.agent-img img {
  max-width: 100%;
  height: 220px;
  object-fit: contain;
  transform: scale(1.2);
}

/* Card Body */
.agent-body {
  padding: 15px;
}

.agent-card .agent-name {
  font-size: 20px;
  display: block;
  width: 100%;

}

.agent-body p {
  font-size: 14px;
}

.agent-role {
  font-size: 13px;
  display: block;
  width: 100%;
  color: #3D6B7E;
}

/* Button */
.btn-contact {
  background: #3D6B7E;
  color: #fff;
  border-radius: 8px;
}

.btn-contact:hover {
  background: #2f5564;
}

/* Load More */
.load-btn {
  background: #3D6B7E;
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
}

.load-btn:hover {
  background: #2f5564;
}

/* Hide extra cards */
.hidden-card {
  display: none;
}

.search-form {
  border: 1px solid #9FAEB6;
  border-radius: 18px;
  width: 44%;
  display: flex;
  align-items: center;
  padding: 10px;
}

.search-form input {
  border: unset;
}

.go-btn {
  background: #3D6B7E;
  color: #fff;
  border-radius: 10px;
  padding: 8px 29px;
  transition: 0.3s;
  font-size: 15px;
}

.chat-box-img {
  height: auto !important;
  width: auto;
  object-fit: contain;
}

.box-agent-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.property-listings {
  color: #3D6B7E;
  font-weight: 600;
}

span.property-listings-text {
  color: #3D6B7E;
  font-size: 12px;
}

.ratings {
  display: grid;
  text-align: end;
  border-left: 1px solid #96B3C1;
  padding-left: 16px;
}

.card-item .contact-btn {
  background: #3D6B7E;
  color: #fff;
  font-size: 15px;
  padding: 7px 20px;
  border-radius: 8px;
  font-weight: 500;
  white-space: nowrap;
  width: 78%;
}

.agent-section {
  padding: 60px 0;
}

/* Heading */
.faq-title {
  color: #3D6B7E;
  font-weight: 700;
  text-align: center;
}

.faq-subtitle {
  color: #36454F;
  text-align: center;
  margin-bottom: 25px;
}

/* FAQ Box */
.faq-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Question */
.faq-question {
  padding: 15px 20px;
  cursor: pointer;
  color: #36454F;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
}

/* Answer */
.faq-answer {
  padding: 0 20px 15px;
  color: #555;
  display: none;
}

/* Active State */
.faq-item.active .faq-answer {
  display: block;
}

.faq-icon {
  transition: 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(90deg);
}

/*  */
.service-banner {
  background: url(../image/service-bg.png);
}

.service-explore {
  padding: 80px 0px
}

.verified-section h5 {
  color: #3D6B7E;
  font-size: 24px
}

.ver-card h4 {
  font-size: 20px;
  display: block;
  width: 100%;
}

.verified-card-img img {
  width: 100%;
  height: 71px;
}

.Businesses-section {
  background-color: #E7F6FC;
  padding: 80px 0px;
}

.grow-section {
  background-color: #fff;
}

span.sub-titles {
  background: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  color: #3D6B7E;
  margin-bottom: 10px;
  display: block;
  width: 226px;
}

.looking-card {
  display: flex;
  align-items: center;

}

.looking-card h3 {
  font-size: 16px;
  color: #36454F;
}

.looking-card p {
  color: #9FAEB6;
  font-size: 14px;
}

.Businesses-section .fp-heading p {
  font-size: 15px;
  margin-bottom: 20px;
}

.looking-card {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 34px;
}

.grow-section {
  padding: 60px 0px;
}

.cb-container {
  max-width: 60%;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

/* CARD STYLE */
.cb-card {
  flex: 1;
  padding: 30px;
  border-radius: 20px;
  text-align: start;
  background: rgb(255 255 255 / 6%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgb(255 255 255 / 56%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.cb-card:hover {
  transform: translateY(-5px);
}

/* TEXT */
.cb-card h4 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.cb-card p {
  font-size: 14px;
  margin: 12px 0px;
  width: 100%;
  letter-spacing: 0.1px;
  text-align: start;
  font-family: 'Helvetica Neue', sans-serif !important;
}

/* BUTTON */
.cb-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #ffffff;
  color: #3D6B7E;
  text-decoration: none;
  justify-content: space-between;
  transition: 0.3s;
}

.cb-btn span {
  transition: 0.3s;
}

.cb-btn:hover span {
  transform: translateX(5px);
}

/* DARK BUTTON */
.cb-btn.dark {
  background: #2f5d6b;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cb-container {
    flex-direction: column;
  }

  .tab-property-section {
    padding: 40px 0px;
  }

}

.tab-property-section {
  padding: 60px 0px;
}

/* TAB STYLE */
.custom-tabs {
  background: #E7F6FC;
  padding: 11px 34px;
  border-radius: 50px;
  display: inline-flex;
  gap: 10px;

}

.custom-tabs .nav-link {
  border-radius: 50px;
  padding: 8px 25px;
  color: #6c757d;
  font-weight: 500;
  border: none;
  font-size: 16px;
  border: 1px solid #36454F;
}

.custom-tabs .nav-link::after {
  content: unset !important;

}

.custom-tabs .nav-link.active {
  background: #ffffff;
  color: #2c5f73;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #fff;
}

/* CARD STYLE */
.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #eee;
  height: 100%;
  transition: 0.3s;
  text-align: center;
  position: relative;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-card {
  background: #fff;
  border-radius: 25px;
  padding: 25px;
  border: 1px solid #9FAEB6;
  height: 100%;
  transition: 0.3s;
  text-align: center;
}

.step-card h5 {
  margin-top: 10px;
  color: #36454F;
  font-size: 20px;
}

.step-card p {
  font-size: 14px;
  color: #9FAEB6;
}

.step-no {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #2c5f73;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 10px;
  position: absolute;
  top: 15px;
  left: 13px;
}

.stat-number {
  color: #3D6B7E;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Helvetica Neues', sans-serif !important;
  text-align: center;
}

.stat-text {
  color: #36454F;
  font-size: 17px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
}


@media (max-width: 768px) {
  .stat-text {
    color: #36454F;
    font-size: 15px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 18px;
  }

  .custom-tabs {
    display: flex;
    padding: 11px 11px;
  }

  .custom-tabs .nav-item {
    margin: 0px !important;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: #3d6b7e !important;
}

/**/

/*03-04-2026*/
.search-box {
  position: relative;
}

.search-box i {
  position: absolute;
  left: 10px;
  top: 12px;
}

.search-box input {
  padding-left: 35px;
}

.filter-section label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #7C919B;
}

.filter-section h6 {
  color: #36454F;
  font-size: 16px;
  margin-bottom: 13px;
}

.search-btn {

  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
}

/* YOUR BUTTON */
.buy-btn {
  background: #3D6B7E;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 33px;
  border-radius: 10px;
}

/* GRID / LIST */
/* FILTER SIDEBAR */
.filter-section {
  background: #fff;
  padding: 20px;
  border-radius: 12px;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

div#propertyContainer {
  column-gap: 0px;
  row-gap: 24px;
}

/* MOBILE FILTER */
.filter-toggle {
  display: none;

  top: 20px;
  left: 20px;
  z-index: 9;
  background: #3D6B7E;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
}

.filter-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 1.3rem;
  color: #333;
  cursor: pointer;
}

.filter-section.mobile-show .filter-close {
  display: block;
}

.filter-section.mobile-show {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 100%;
  z-index: 999;
  overflow-y: auto;
}

/* SEARCH */
.filter-section .search-box {
  position: relative;
  height: auto;
  margin: 0px;
  width: auto;
  box-shadow: unset;
}

.filter-section .search-box i {
  position: absolute;
  left: 10px;
  top: 12px;
  right: 0;
}

.filter-section .search-box {
  position: relative;
  height: auto;
  margin: 0px;
  width: auto;
  box-shadow: unset;
  padding: 0px;
}

.search-box input {
  padding-left: 35px;
}

/* CHECKBOX / RADIO */
input[type="checkbox"],
input[type="radio"] {
  accent-color: #3D6B7E;
  margin-right: 6px;
}

/* RANGE */
/* REMOVE THIS ❌ */
/* input[type="range"] {
  accent-color: #3D6B7E;
} */

/* ===== RANGE TRACK ===== */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  /* base line */
  border-radius: 10px;
  outline: none;
}

/* ===== FILLED COLOR (LEFT SIDE) ===== */
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(to right, #3D6B7E var(--value, 50%), #ddd var(--value, 50%));
  border-radius: 10px;
}

/* ===== THUMB ===== */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #3D6B7E;
  /* BLACK DOT */
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
}

/* ===== FIREFOX ===== */
input[type="range"]::-moz-range-track {
  background: #ddd;
  height: 6px;
}

input[type="range"]::-moz-range-progress {
  background: #3D6B7E;
  height: 6px;
}

input[type="range"]::-moz-range-thumb {
  background: #3D6B7E;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

/* BUTTON GROUP */
.filter-btn-group button {
  border: 1px solid #ddd;
  padding: 6px 10px;
  background: #fff;
  border-radius: 8px;
  margin: 2px;
  font-size: 12px;
}

.filter-btn-group .active {
  border: 2px solid #3d6b7e;
  color: #3d6b7e;
}

/* SEARCH BUTTON */
.filter-section .search-btn {
  background: #3D6B7E;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
}

/* BUY BUTTON */
.buy-btn {
  background: #3D6B7E;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 33px;
  border-radius: 10px;
}

/* PROPERTY CARD */
#propertyContainer .featured-property-card {
  background: #fff;

  margin: 0px;
}

.property-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* GRID / LIST */
.list-view .property-item {
  width: 100%;
}

.list-view .featured-property-card {
  display: flex;
}

.list-view .property-img {
  width: 250px;
}

/* MOBILE GRID ONLY */
@media (max-width: 768px) {
  .list-view {
    display: grid !important;
  }

  .list-view .property-item {
    width: auto !important;
  }

  .list-view .featured-property-card {
    display: block !important;
  }

  .list-view .property-img {
    width: 100% !important;
    height: 200px !important;
  }
}

/* VIEW BUTTON */
.view-btns {
    border: unset;
    width: 47px !important;
    border-radius: 10px;
    height: 37px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D6B7E;
    background: #5e849417;
}

/* .view-btns.active {
  background: #3D6B7E;
  color: #fff;
} */

/* OTHER FEATURES */
.other-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.other-header .fa {
  transition: transform 0.3s ease;
}

.other-header .fa.rotated,
.other-header .fa.rotate {
  transform: rotate(180deg);
}

.other-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.other-content.active {
  max-height: 400px;
}

/* PAGINATION */
.sort-container {
  white-space: nowrap;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding: 0.25rem;
  /* background: #fff;
  box-shadow: 0 4px 10px rgba(6, 8, 8, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(61, 107, 126, 0.2); */
}

select#sortSelect {
  width: 146px;
  color: #000;
}
.list-view .featured-property-card .property-img {
    border-radius: 10px;
    margin-right: 25px;
}
.pagination-wrap button,
.pagination-wrap span {
  /* min-width: 42px;
  height: 42px;
  border-radius: 50px;
  transition: all 0.25s ease; */
}

.pagination-wrap button {
  border: none;
  background: #fff;
  color: #3D6B7E;
  
  padding: 0 12px;
  box-shadow: 0 4px 10px rgba(6, 8, 8, 0.08);
}

.pagination-wrap button:hover:not(:disabled) {
  background: #3D6B7E;
  color: #fff;
  transform: translateY(-1px);
}

select#itemsPerPageSelect {
  width: 100px;
  color: #000;
}

.span-pagination {
  margin-right: 14px;
}

.pagination-wrap button:disabled {
  background: #3d6b7e;
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
  padding: 6px 20px;
  border-radius: 10px;
}

.pagination-wrap #pageInfo {

  color: #3D6B7E;
  padding: 0 14px;
  font-size: 14px;


}

@media (max-width: 768px) {
  .pagination-wrap {
    justify-content: space-between;
    gap: 0.35rem;
  }

  .pagination-wrap button,
  .pagination-wrap #pageInfo {
    flex: 1;
    min-width: 0;
  }
}


/* ===== PROPERTY DETAIL PAGE ===== */

/* OVERVIEW SECTION */
.overview-section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.overview-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.overview-icon {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D6B7E;
  font-size: 24px;
}

.overview-icon i {
color: #3D6B7E;
    font-size: 17px;
}

.overview-text small {
  color: #666;
  display: block;
  font-size: 12px;
}

.overview-text p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

/* DESCRIPTION SECTION */
.description-section h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.description-section p {
  line-height: 1.8;
  color: #666;
}

.description-section a {
  color: #3D6B7E;
  font-weight: 600;
  text-decoration: none;
}

/* DETAILS SECTION */
.details-section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.details-section h4 {
    margin-bottom: 1.0rem;
    color: #36454F;
    font-size: 20px;
}

.detail-item small {
  color: #36454F;
  display: block;
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.detail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-item p {
  margin-bottom: 0;

  font-size: 13px;
  color: #3D6B7E;
}



/* ADDRESS SECTION */
.address-section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.address-section h4 {
    margin-bottom: 1.0rem;
    color: #36454F;
    font-size: 20px;
}

.address-item small {
  color: #36454F;
  display: block;
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.address-item p {
  margin-bottom: 0;
  font-size: 13px;
  color: #3D6B7E;
}

.address-map {
  height: 400px;
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #999;
}

/* FEATURES SECTION */
.features-section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.features-section h4 {
      margin-bottom: 1.0rem;
    color: #36454F;
    font-size: 20px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 14px;
}

.features-list i {
  color: #3D6B7E;
  margin-right: 0.5rem;
}

/* SCHEDULE TOUR SECTION */
.schedule-tour {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.schedule-tour h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.schedule-tour p {
  font-size: 14px;
  color: #666;
  margin-bottom: 1rem;
}

.tour-type-btn {
  border-color: #3D6B7E;
  color: #3D6B7E;
  font-weight: 600;
  flex: 1;
}

.tour-type-btn:hover {
  background: #3D6B7E;
  color: #fff;
}

.tour-input {
  border-color: #d0d0d0;
  margin-bottom: 0.75rem;
}

.tour-input:focus {
  border-color: #3D6B7E;
  box-shadow: 0 0 0 0.2rem rgba(61, 107, 126, 0.1);
}

.tour-submit-btn {
  background: #3D6B7E;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
}

.tour-submit-btn:hover {
  background: #3d6b7e;
  color: #fff;
}

/* AGENT SECTION */
/* .agent-section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
} */

.agent-section h5 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.agent-card-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.agent-contact-btn {
  border: 1px solid #3d6b7e;
  width: 100%;
  display: block;
  color: #3d6b7e;
}
.agent-avatar {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    object-fit: cover;
    background: #6ec1e45c;
    object-position: top;
}
.agent-name {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.spec-details{
  color: #7C919B;
    font-size: 14px;
    text-align: start;
    border-top: 1px solid #efefefcc;
    border-bottom: 1px solid #efefefcc;
    padding: 10px 0px;
    font-size: 14px;
}
.agent-phone {
  color: #3D6B7E;
  font-weight: 600;
  margin-bottom: 0;
}

.agent-link {
    color: #7C919B;
    font-size: 13px;
}

/* Property-detail specific agent classes (alias for same design) */
.property-detail-agent-section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.property-detail-agent-section h5 {
    margin-bottom: 1.0rem;
    color: #36454F;
    font-size: 20px;
}
.contact-item span {
    color: #36454F;
}
.property-detail-agent-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}



.agent-contact-btn {
  font-weight: 600;
  border-color: #333;
  color: #333;
  width: 100%;
}

.agent-contact-btn:hover {
  background: #333;
  color: #fff;
}

.property-detail-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

/* FEATURED LISTINGS SECTION */
.featured-listings-section {
  background: #f4f6f7;
  padding:60px 0;
}

.featured-listings-section h2 {
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.featured-listings-section p {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-bottom: 2rem;
}

.featured-card-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.featured-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.featured-card-body {
  padding: 1rem;
}

.featured-card-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 15px;
}

.featured-card-location {
  font-size: 13px;
  color: #666;
  margin-bottom: 0.75rem;
}

.featured-card-location img {
  width: 14px;
  margin-right: 6px;
}

.featured-card-specs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 12px;
  color: #999;
}

.featured-card-specs span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.featured-card-specs img {
  width: 16px;
}

.featured-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-price {
  font-weight: 600;
  color: #3D6B7E;
}

.featured-buy-btn {
  background: #3D6B7E;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
}

.featured-buy-btn:hover {
  background: #2b4f5c;
}

/* PROPERTY GALLERY */
.property-gallery {
  margin-bottom: 2rem;
}

.gallery-main-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-thumb {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
}

/* VIEW ALL BUTTON */
.view-all-btn {
  background: #3D6B7E;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.view-all-btn:hover {
  background: #2b4f5c;
  color: #fff;
  text-decoration: none;
}

/* BREADCRUMB */
.property-breadcrumb .breadcrumb {
  background: #fff;
  align-items: center;
  margin-bottom: 0;
}

.property-breadcrumb .breadcrumb a {
  color: #3D6B7E;
  text-decoration: none;
  font-size: 12px;
}

.property-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #666;
  font-weight: 600;
  font-size: 12px;
}

/* FOOTER */


/* RESPONSIVE */
@media(max-width:768px) {
  .filter-toggle {
    display: block;
  }

  .filter-section {
    display: none;
  }
}

.property-banner-banner {
  background-image: url(../image/banner-bg.png);
  background-color: #000000de !important;
  height: 284px;
}

/* Single Agent Page Styles */
.agent-profile-banner {
    background: url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c);
    background-size: cover;
    background-position: center;
   
    background-color: #000000bd !important;
}

.agent-details-section {
  background: #fff;
  padding:60px 0px;
}

.agent-card-property {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.agent-card-property .agent-img-property {
  background: #d9e1e5;
  text-align: center;
  padding: 51px 0px 0px;
  position: relative;
  overflow: hidden;
}

.agent-card-property .experience-box {
  position: absolute;
  top: 8px;
  right: 10px;
  background: #E7F6FC;
  border-radius: 8px;
  padding: 9px;
}

.agent-card-property .experience-box h6 {
  text-align: end;
  color: #3D6B7E;
  margin: 0;
}

.agent-card-property .experience-box p {
  color: #3D6B7E;
  margin: 0px;
  font-size: 12px;
}

.agent-card-property .agent-img-property img {
  max-width: 100%;
  height: 220px;
  object-fit: contain;
  transform: scale(1.2);
}

.agent-card-property .agent-body {
  padding: 20px;
}

.agent-card-property .agent-name {
    font-size: 19px;
    font-weight: 600;
    color: #36454F;
    margin-bottom: 2px;
}

.agent-card-property .agent-role {
font-size: 13px;
    display: block;
    width: 100%;
    color: #3D6B7E;
}

.agent-card-property .ratings {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.agent-card-property .property-listings {
    font-size: 16px;
    font-weight: 700;
    color: #3D6B7E;
}
.agent-body-main {
    padding: 20px;
}

.agent-card-property .contact-info {
  margin-top: 20px;
}

.agent-card-property .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.agent-card-property .contact-item i {
  margin-right: 10px;
  color: #3D6B7E;
  width: 20px;
}

.agent-description h3 {
  color: #3D6B7E;
  font-weight: 600;
  margin-bottom: 20px;
}

.agent-description h4 {
  color: #3D6B7E;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.agent-description ul {
  list-style: none;
  padding: 0;
}

.agent-description li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.agent-description li:before {
  content: "✓";
  color: #3D6B7E;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* .featured-properties-section {
  background: #f8f9fa;
} */
.featured-properties-grid-section{
  padding: 60px 0px;
}

.featured-properties-grid-section .featured-property-card{
  margin: 0px;
}
 


.featured-properties-section .fp-heading h4 {
  color: #234455;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.featured-properties-section .fp-heading p {
  color: #4e5d69;
}

.featured-properties-section .fp-heading {
  background: rgba(61, 107, 126, 0.06);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 24px;
}

/* Featured Properties Grid Section */
.featured-properties-grid-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.featured-properties-grid-section .fp-heading h4 {
  color: #3D6B7E;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.featured-properties-grid-section .fp-heading p {
  color: #7c919b;
  font-size: 16px;
  line-height: 1.7;
}

/* Agent property stats cards */
.agent-stats-section {
  background: #ffffff;
}

.stats-card {
  background: #f7fafc;
  border: 1px solid rgba(124, 145, 155, 0.16);
  border-radius: 18px;
  padding: 24px;

  box-shadow: 0 10px 28px rgba(61, 107, 126, 0.06);
}

/* .stats-card-body {
  margin-top: 18px;
} */

.stats-card h6 {
  font-size: 16px;
  font-weight: 700;
  color: #3D6B7E;
  margin-bottom: 14px;
}

.stats-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4e5d69;
  font-size: 14px;
  margin-bottom: 10px;
}

.stats-item span:last-child {
  display: inline-block;
}

.stats-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.stats-chart {
    position: relative;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #234455;
    font-size: 11px;
    font-weight: 700;
}

.stats-chart:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.stats-chart span {
  position: relative;
  z-index: 2;
}

.stats-chart-pink {
  background: conic-gradient(#3D6B7E 0 67%, rgba(61, 107, 126, 0.22) 67% 100%);
}

.stats-chart-blue {
  background: conic-gradient(#7c919b 0 83%, rgba(124, 145, 155, 0.22) 83% 100%);
}

.stats-chart-pink-blue {
  background: conic-gradient(#3D6B7E 0 67%, #7c919b 67% 100%);
}

.stats-chart-pink-solid {
  background: conic-gradient(#3D6B7E 0 100%, rgba(61, 107, 126, 0.22) 100% 100%);
}

.stats-dot-pink {
  background: #3D6B7E;
}

.stats-dot-blue {
  background: #7c919b;
}

/* Pagination Styles */
.pagination-container {
  margin-top: 40px;
}

.pagination {
    margin-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.page-link {
  color: #3D6B7E;
  border-color: #3D6B7E;
  padding: 8px 16px;
  margin: 0 2px;
  border-radius: 6px !important;
  font-weight: 500;
}

.page-link:hover {
  color: #fff;
  background-color: #3D6B7E;
  border-color: #3D6B7E;
}

.page-item.active .page-link {
  background-color: #3D6B7E;
  border-color: #3D6B7E;
}

.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-container p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.agent-body-main .contact-btn{
      width: 86%;
}
.agent-bod-card {
    display: flex;
    align-items:start;
    text-align: start;
    justify-content: space-between;
}
.agent-stats-section  {

  padding-bottom: 60px;
}
.start-card-sec {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

/* CONSULTATION FORM MODAL STYLES */
.consultation-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 12px;
    width: 34%;

    box-shadow: 0 4px 20px rgba(61, 107, 126, 0.15);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h5 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #3D6B7E;
}

.close-modal-btn {
    background-color: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.close-modal-btn:hover {
    color: #3D6B7E;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}


.submit-btn {
    width: 100%;
    padding: 0.85rem 1.5rem;
    background-color: #3D6B7E;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.submit-btn:hover {
    background-color: #2f5a6f;
    box-shadow: 0 4px 12px rgba(61, 107, 126, 0.2);
    transform: translateY(-2px);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Responsive Modal */
@media (max-width: 576px) {
    .modal-content {
        width: 95%;
        padding: 1.5rem;
    }

    .modal-header h5 {
        font-size: 1.25rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1rem;
    }
}
div#reviewModal .modal-content {
    width: 97%;
    margin: 0 auto;
}
#reviewList .choose-card{
  margin: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #3D6B7E;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    width: 50px;
    height: 49px;
    padding: 8px;
     background-size: 20px 20px;
}
.right-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.agent-details-section {
  padding:60px 0px;
}