* {
  margin: 0px;
  font-family: "Playfair Display";
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

#property-header .dropdown-menu {
  position: absolute;
  padding: 0.5rem 0 0.5rem 0;
  left: 0rem;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0 0px 0;
  background-color: #0b1f44;
  z-index: 556;
  transition: all 0.3s linear;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  display: block;
  margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#property-header .navbar-nav li {
  position: relative;
  margin: 0 16px;
}

.header-area .sticky-logo-img {
  display: none;
}

.sticky_header .sticky-logo-img {
  display: block;
}

.sticky_header .header-logo-img {
  display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
  content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
  padding-left: 14px;
}

#property-header .navbar-nav .nav-item .nav-link {
  letter-spacing: 1px;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
  transition: 0.4s;
  font-family: "Jost";
  text-transform: capitalize;
  letter-spacing: normal;
  color: #353130;
  font-size: 16px;
  font-weight: 400;
}

#property-header.sticky_header .navbar-nav .nav-item .nav-link {
  color: #000 !important;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #399244 !important;
  transition: all .3s linear;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
  color: #dee1e3;
  text-decoration: none;
  background-color: #399244;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .dropdown-item:hover {
  color: #2f3191;
  background-color: transparent;
}

#property-header .dropdown-item {
  color: #dee1e3;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Playfair Display";
  letter-spacing: 1px;
  transition: 0.3s ease-out;
  padding: 0.6rem 1rem 0.6rem 1rem;
}

#property-header .nav-link.active,
#footer-sec .nav-link.active {
  border-bottom: 1px solid #006599;
  color: #006599 !important;
  width: fit-content;
}

#property-header.sticky_header .nav-link.active {
  border-bottom: 1px solid #006599;
  color: #006599 !important;
}

#property-header .nav-link.active.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-collapse {
  flex-grow: 0 !important;
}

.bg_load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../images/loading-icon.gif) 50% 50% no-repeat #fff;
}

.bg-contact .navbar {
  background-color: #f6cabf !important;
  border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.sticky_header {
  position: fixed !important;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 63px;
  background-repeat: no-repeat;
  z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
  color: #000;
}

.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, -60px, 0px);
  -webkit-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate3d(0px, -60px, 0px);
}

.animation-element.slide-btm {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  transition: all 0.6s linear;
  -moz-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 0.6s linear;
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate3d(50px, 0, 0);
}

.animation-element.fade-in {
  opacity: 0;
  transition: all 1s linear;
  transition-delay: 0.2s;
}

.animation-element.delay2 {
  transition: all 1s linear;
}

.animation-element.delay3 {
  transition: all 1.5s linear;
}

.animation-element.delay4 {
  transition: all 2s linear;
}

.animation-element.fade-in.in-view {
  opacity: 1;
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-btm.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.header-area {
  padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 26px;
  text-transform: uppercase;
  color: #030614;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #399244;
}

.navbar-dark .navbar-nav .nav-link:hover {
  transition: all 0.3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

a.nav-link {
  position: relative;
}

.header-button {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 12rem;
  padding: 0.375rem 1.55rem;
  border-radius: 50px;
  background-color: #62cec5;
}

.container {
  padding-right: 3vw !important;
  padding-left: 3vw !important;
  margin: unset !important;
  max-width: unset;
}

.navbar {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
}

.btn:focus {
  box-shadow: unset;
}

.header-area {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 56px;
  background-repeat: no-repeat;
  z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
  background: #f36a3a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: unset !important;
}

.sticky_header .top-header {
  display: none;
}

.footer-menu-sec a:hover {
  color: #399244;
}

@media (max-width: 767px) {
  .top-header {
    padding: 0;
    background-color: transparent !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem !important;
    font-weight: 400 !important;
    color: #000 !important;
  }

  .sticky-social {
    display: none;
  }

  .h-height {
    height: 156px;
  }

  .navbar-dark .navbar-toggler {
    box-shadow: unset !important;
  }

  .scrollToTop {
    right: 20px;
  }

  .container {
    /* padding: 0px 15px !important; */
  }

  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 27px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-button {
    margin-left: unset !important;
    padding: 8px 20px !important;
  }

  .navbar-dark .navbar-nav .nav-link:after {
    position: unset !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0rem;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem;
  }

  .header-btn .zoop-btn {
    font-weight: 400;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
  }

  .header-btn .zoop-btn.btn-primary:hover {
    background: transparent !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-button {
    margin-left: unset !important;
  }
}

@media (max-width: 575px) {
  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }
}

.enquiry-btn {
  position: fixed;
  right: -45px;
  top: 50%;
  transform: rotate(-90deg);
  background: #F47024;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  z-index: 99;
  border-radius: 8px 8px 0 0;
  font-family: jost;
}

.enquiry-call-btn {
  position: fixed;
  right: -20px;
  top: 30%;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 600;
  z-index: 99;
}

a.enquiry-btn:hover {
  color: #fff;
}

.header-media {
  display: flex;
  gap: 20px;
}

.header-media p {
  margin: 0;
}

.header-media a {
  color: #000000;
  text-decoration: none;
}

nav.navbar a {
  font-family: "Jost";
}

li.nav-item a span {
  font-family: "Jost";
  padding: 0px 5px;
  background: #F47024;
  color: #fff;
  border-radius: 2px;
  margin-left: 5px;
}

.hero-banner {
  position: relative;
  background: url("images/banner-bg.jpg") center center/cover no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 77px;
}

.hero-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 57, 96, 0.82);
}

.hero-banner .container {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 100%;
  padding: 0 15px;
}

.banner-content {
  text-align: center;
  color: #fff;
}

.banner-content h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.banner-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 24px;
}

.banner-content p {
  font-size: 16px;
  margin-bottom: 40px;
  font-family: "Jost";
  line-height: 23px;
}

.search-box {
  background: #fff;
  padding: 36px;
  border-radius: 12px;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.location-select {
  width: 180px;
}

.location-select select {
  width: 100%;
  height: 55px;
  border: 1px solid #FFE8DA;
  border-radius: 8px;
  padding: 0 40px 0 15px;
  outline: none;
  font-family: "jost";
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5 8 12l6.5-6.5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  color: #656565;
  background-color: #FFF8F4;
}

.search-field {
  flex: 1;
}

.search-field input {
  width: 100%;
  height: 55px;
  border: 1px solid #FFE8DA;
  border-radius: 8px;
  padding: 0 20px;
  outline: none;
  background: #FFF8F4;
  font-family: "Jost";
}

.search-field {
  position: relative;
  flex: 1;
}

.search-field input {
  width: 100%;
  height: 55px;
  border: 1px solid #FFE8DA;
  border-radius: 8px;
  padding: 0 45px 0 42px;
  outline: none;
  background: #FFF8F4;
  font-family: "Jost";
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #9C9C9C;
  font-size: 14px;
}

.location-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #F47024;
  font-size: 14px;
  cursor: pointer;
}

.filter-btn {
  width: 55px;
  height: 55px;
  border: none;
  background: #F47024;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.search-btn {
  min-width: 140px;
  height: 55px;
  border: none;
  background: #F47024;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 30px;
  }

  .search-box {
    flex-direction: column;
  }

  .location-select,
    .search-field,
    .search-btn,
    .filter-btn {
    width: 100%;
  }
}

h3 {
  color: #181818;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}

.search-box-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Jost";
}

.popular-localities {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px 15px;
  font-family: "Jost";
  justify-content: center;
}

.popular-localities .title {
  color: #181818;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 24px;
}

.popular-localities .title span {
  color: #F47024;
  font-weight: 600;
}

.locality-list {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.locality-list li {
  padding: 6px 24px;
  font-size: 16px;
  color: #656565;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Jost";
  border: 1px solid #B2B2B2;
}

.locality-list li.active,
.locality-list li:hover {
  background: #F47024;
  color: #fff;
  border: 1px solid #F47024;
}

section.localities {
  background: #F3F4F9;
}

.locality-list {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.locality-list::-webkit-scrollbar {
  display: none;
}

.trending-projects {
  padding: 80px 0;
  background: #fff;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.section-head h2 {
  font-size: 38px;
  font-weight: 600;
  color: #181818;
  margin: 0;
  line-height: 54px;
}

.section-head h2 span {
  color: #F47024;
}

.section-head a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost";
}

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

.project-card {
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 12px;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}

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

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

.project-content {
  padding: 18px;
}

.project-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.project-tags span {
  border: 1px solid #656565;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 11px;
  color: #656565;
  font-family: "Jost";
}

.project-content h3 {
  margin-bottom: 8px;
}

.location {
  font-size: 16px;
  color: #656565;
  margin-bottom: 15px;
  font-family: "Jost";
}

.project-card .location i {
  color: #F47024;
  margin-right: 5px;
}

.price-row {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 18px;
}

.price-row h4 {
  color: #F47024;
  font-size: 32px;
  margin: 0;
  line-height: 42px;
  font-family: "Jost";
  font-weight: 600;
}

.price-row span {
  color: #181818;
  font-family: "Jost";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.amenities span {
  background: #F8F8F8;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  color: #656565;
  font-family: "Jost";
  border: 0.2px solid var(--Colors-Neutral-700, #656565);
}

.project-img {
  padding: 18px;
}

.download-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F47024;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-family: "Jost";
  font-weight: 400;
}

@media (max-width:991px) {
  .project-grid {
    grid-template-columns: 1fr;
  }

}

.why-propscout {
  position: relative;
  padding: 80px 0;
  background: url("images/why-bg.jpg") center center/cover no-repeat;
  overflow: hidden;
}

.why-propscout .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 89, 145, 0.82);
}

.why-propscout .container {
  position: relative;
  z-index: 2;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why-card {
  background: #F3F4F9;
  border-radius: 12px;
  padding: 24px;
  min-height: 250px;
}

.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-box img {
  object-fit: contain;
}

.why-card h3 {
  color: #181818;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 12px;
}

.why-card p {
  color: #656565;
  font-size: 16px;
  line-height: 28px;
  font-family: "Jost";
  margin-bottom: 24px;
}

.know-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F47024;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Jost";
  font-weight: 500;
  transition: .3s;
}

.know-more-btn:hover {
  background: #e26116;
  color: #fff;
}

@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .why-card h3 {
    font-size: 22px;
    line-height: 34px;
  }
}

.exclusive-deals {
  padding: 80px 0;
  background: #fff;
}



.view-all-btn {
  background: #F47024;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: "Jost";
  font-size: 14px;
  font-weight: 500;
}

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

.exclusive-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: .3s;
}

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

.exclusive-img {
  position: relative;
}

.exclusive-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.deal-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #F47024;
  color: #fff;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: "Jost";
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
}

.exclusive-content {
  padding: 20px;
  background: #F3F4F9;
}

.exclusive-content h3 {
  font-size: 24px;
  color: #323232;
  margin-bottom: 10px;
}

span.deal-tag img {
  width: 20px;
  height: 20px;
}

.location {
  color: #7c7c7c;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: "Jost";
}

.location i {
  color: #8BB7FF;
  margin-right: 5px;
}

.price-row {
  display: flex;
  align-items: center;
}

.offer-price {
  color: #F47024;
  font-size: 22px;
  font-weight: 700;
  margin-right: 8px;
}

.old-price {
  color: #656565 !important;
  text-decoration: line-through;
  font-size: 16px !important;
  font-family: "Jost";
}

.arrow-btn {
  width: 36px;
  height: 36px;
  background: #F47024;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width:991px) {
    section.faq-section .section-head {
    margin-bottom: 0;
}
section.faq-section .section-head h2{
    padding-top: 0;
}
  .exclusive-grid {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.featured-projects {
  padding: 80px 0;
  font-family: "Jost", sans-serif;
  background: #F3F4F9;
}

.fp-heading h2 {
  font-size: 38px;
  color: #181818;
  margin-bottom: 10px;
}

.fp-heading p {
  color: #656565;
  margin-bottom: 30px;
}

.fp-wrapper {
  display: grid;
  grid-template-columns: 220px 1fr 320px;
  gap: 20px;
  position: relative;
}

.fp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fp-thumb {
  cursor: pointer;
  opacity: 0.3;
}

.fp-thumb img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 10px;
  overflow: 0.;
}

.fp-thumb h4 {
  font-size: 18px;
  margin-top: 8px;
}

.fp-thumb.active img {
  border: 3px solid #F47024;
}

.fp-slider {
  position: relative;
}

.fp-slider img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
      max-height: 500px;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.slider-dots span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
}

.slider-dots span.active {
  opacity: 1;
}

.fp-details {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.builder-info {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.builder-logo {
  /* width: 50px; */
  /* height: 50px; */
  /* background: #F47024; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}

.builder-info h6 {
  margin: 0;
}

.builder-info a {
  color: #F47024;
  text-decoration: none;
  font-size: 14px;
}

.fp-details h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.fp-details h4 {
  color: #F47024;
  font-family: "Jost";
  font-size: 34px;
  font-weight: 600;
}

.fp-thumb.active {
  opacity: 1;
}

.fp-details p {
  color: #181818;
  font-family: "Jost";
}

.location {
  color: #656565;
}

.project-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.project-badges span {
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 13px;
}

.project-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-specs li {
  margin-bottom: 12px;
}

.project-price {
  font-size: 28px;
  margin: 25px 0;
}

.project-price strong {
  color: #F47024;
}

.contact-btn {
  background: #111;
  color: #fff;
  text-decoration: none;
  padding: 14px 25px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wish-btn {
  border: none;
  background: none;
  font-size: 22px;
  margin-left: 10px;
  cursor: pointer;
}

.fp-next {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
  cursor: pointer;
}

.slider-progress {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  height: 6px;
  background: rgba(255, 255, 255, .4);
  border-radius: 30px;
  overflow: hidden;
  z-index: 5;
}

.progress-fill {
  display: block;
  width: 30%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  transition: width .5s ease;
}

.exclusive-content .price-row {
  justify-content: space-between;
}

.progress-fill {
  width: 0;
  animation: progressBar 5s linear infinite;
}

.price-row>div {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.fp-thumb img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 10px;
  transition: .3s;
}

@keyframes progressBar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media (max-width:991px) {
  .fp-wrapper {
    grid-template-columns: 1fr;
  }

  .fp-slider img {
    height: 350px;
  }

  .fp-next {
    display: none;
  }
}

.np-projects-sec {
  padding: 80px 0;
}

.np-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.np-heading h2 span {
  color: #F47024;
}

.np-view-btn {
  background: #F47024;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Jost";
}

.np-project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.np-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  transition: .3s;
}

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

.np-image {
  position: relative;
}

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

.np-tag {
  position: absolute;
  top: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  background: #F47024;
  color: #fff;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 3px;
  font-family: "Jost";
  z-index: 2;
}

span.np-tag img {
  width: auto !important;
  height: auto !important;
}

.np-content {
  padding: 14px;
}

.np-content h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #181818;
  line-height: 28px;
}

.np-location {
  font-size: 16px;
  color: #656565;
  margin-bottom: 10px;
  font-family: "Jost";
}

.np-location i {
  color: #F47024;
  margin-right: 4px;
}

.np-content h4 {
  color: #F47024;
  font-size: 26px;
  margin-bottom: 5px;
  font-family: "Jost";
  font-weight: 600;
}

.np-content span {
  font-size: 16px;
  color: #181818;
  font-family: "Jost";
  line-height: 26px;
}

@media (max-width:991px) {
  .np-project-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width:767px) {
  .np-heading {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .np-project-grid {
    grid-template-columns: 1fr !important;
  }

  .np-heading h2 {
    font-size: 32px;
  }
}

.rp-section {
  padding: 80px 0;
  background: #F3F4F9;
}

.rp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

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

.rp-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}

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

.rp-image {
  position: relative;
}

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

.rp-tags {
  left: 10px;
  bottom: 10px;
  display: flex;
  gap: 6px;
  padding: 15px 15px 0;
      flex-wrap: wrap;
}

.rp-tags span {
  background: rgba(255, 255, 255, 0.95);
  color: #656565;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 20px;
  font-family: "Jost";
  border: 1px solid #ddd;
}

.rp-content {
  padding: 15px;
}

.rp-content h3 {
  font-size: 20px;
  color: #181818;
  margin-bottom: 8px;
  line-height: 26px;
}

.rp-location {
  color: #656565;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Jost";
}

.rp-location i {
  color: #F47024;
  margin-right: 5px;
}

.rp-content h4 {
  color: #F47024;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Jost";
}

.rp-type {
  color: #181818;
  font-size: 16px;
  margin: 0;
  font-family: "Jost";
}

@media (max-width:991px) {
  .rp-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width:767px) {
  .rp-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .rp-grid {
    grid-template-columns: 1fr !important;
  }

  .rp-header h2 {
    font-size: 32px;
  }
}

.tl-section {
  padding: 80px 0;
}

.tl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.tl-header h2 {
  font-size: 42px;
  color: #222;
  margin: 0;
  font-weight: 500;
}

.tl-header h2 span {
  color: #F47024;
}

.tl-custom-nav {
  display: flex;
  gap: 10px;
}

.tl-locality-prev,
.tl-locality-next {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #FCD8C3;
  color: #999;
  transition: all 0.3s ease;
}

.tl-locality-prev:not(.swiper-button-disabled),
.tl-locality-next:not(.swiper-button-disabled) {
  background: #F68A4C;
  color: #fff;
}

.tl-locality-prev.swiper-button-disabled,
.tl-locality-next.swiper-button-disabled {
  background: #FCD8C3;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.tl-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}

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

.tl-content {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tl-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #181818;
  line-height: 24px;
}

.tl-content p {
  margin: 0;
  color: #222;
  font-size: 14px;
  font-family: "Jost";
}

.tl-content p span {
  font-family: "Jost";
  color: #656565;
  font-size: 14px;
}
section.calculator-section h2 {
    display: block;
    font-family: 'Jost';
    max-width: 1240px;
    margin: 20px auto;
}
.tl-content a {
  width: 34px;
  height: 34px;
  background: #F47024;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.content .info-item {
  border-bottom: 1px solid #B2B2B2;
  padding: 24px 0;
}

@media (max-width:767px) {
  .tl-header h2 {
    font-size: 32px;
  }
}

.fd-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.fd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.fd-nav {
  display: flex;
  gap: 10px;
}

.fd-prev,
.fd-next {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #FCD8C3;
  color: #999;
  transition: all 0.3s ease;
}

.fd-prev:not(.swiper-button-disabled),
.fd-next:not(.swiper-button-disabled) {
  background: #F68A4C;
  color: #fff;
}

.fd-prev.swiper-button-disabled,
.fd-next.swiper-button-disabled {
  background: #FCD8C3;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.fd-card {
  background: #fff;
  border: 1px solid #d8e6f3;
  border-radius: 8px;
  overflow: hidden;
}

.fd-logo {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.fd-logo img {
  max-width: 220px;
  max-height: 150px;
  object-fit: contain;
}

.fd-content {
  padding: 15px;
}

.fd-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 16px;
}

.fd-title-row h3 {
  font-size: 20px;
  margin: 0;
  color: #181818;
  line-height: 24px;
}

.fd-arrow {
  width: 30px;
  height: 30px;
  background: #F47024;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.fd-project {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fd-project img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.fd-project h4 {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  font-weight: 600;
}

.fd-project span {
  color: #F47024;
  font-size: 12px;
  font-family: "Jost";
  font-weight: 500;
}

.featured-articles {
  padding: 80px 0;
}

.featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.featured-btn {
  background: #f47c20;
  color: #fff;
  text-decoration: none;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 3px;
}

.featured-item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.featured-thumb {
  width: 320px;
  flex-shrink: 0;
}

.featured-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.featured-content {
  flex: 1;
}

.featured-date {
  display: block;
  font-size: 16px;
  color: #656565;
  margin-bottom: 10px;
  font-family: "Jost";
}

.featured-content h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #181818;
  line-height: 1.3;
}

.featured-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #656565;
  font-family: "Jost";
}

@media (max-width: 768px) {
  .featured-item {
    flex-direction: column;
  }

  .featured-thumb {
    width: 100%;
  }

  .featured-content h3 {
    font-size: 22px;
  }
}

.podcast-section {
  background: linear-gradient(to bottom, #F7F8FF 0%, #F7F8FF 47%, #022b45 47%, #022b45 100%);
  padding: 30px 0 40px;
}

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

.podcast-row {
  display: flex;
  gap: 25px;
}

.podcast-item {
  flex: 1;
}

.video-thumbnail {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.podcast-content {
  padding-top: 18px;
}

.podcast-content h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 35px;
}

.podcast-content p {
  color: #E5E5E5;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Jost";
}

@media (max-width:991px) {
  .podcast-row {
    flex-wrap: wrap;
  }

  .podcast-item {
    flex: 0 0 calc(50% - 13px);
  }
}

@media (max-width:767px) {
  .podcast-item {
    flex: 0 0 100%;
  }

  .section-heading h2 {
    font-size: 32px;
  }
}

.faq-section {
  padding: 80px 0;
  background: #FCFEFB;
}

.faq-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.faq-title span {
  color: #f58220;
}

.faq-image img {
  max-width: 100%;
}

.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px dashed #d8d8d8;
  background: transparent;
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 500;
  color: #181818;
  line-height: 1.4;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #f58220;
  background: transparent;
}

.faq-accordion .accordion-button::after {
  background-image: url(../images/faq-arrow.png);
  content: "";
  font-size: 18px;
  transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(../images/faq-active.png);
}

.faq-accordion .accordion-body {
  padding: 0 0 20px;
  color: #656565;
  font-size: 16px;
  line-height: 26px;
  font-family: "jost";
}

@media (max-width:991px) {
  .faq-image {
    text-align: center;
    margin-bottom: 40px;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-accordion .accordion-button {
    font-size: 18px;
  }
}

.contact-form-sec {
  background: url("../images/form-bg.png") center center/cover no-repeat;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}

section.contact-form-sec h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.contact-form-wrapper {
  background: #070B16CC;
  padding: 50px;
  margin: revert-layer;
  position: relative;
  z-index: 2;
}

.contact-title {
  text-align: center;
  margin-bottom: 40px;
}

.contact-title h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin: 0;
}

.form-group label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
  font-weight: 500;
}

.form-control,
.form-select {
  width: 100%;
  height: 58px;
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  padding: 0 18px;
  outline: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:focus,
.form-select:focus {
  border-color: #ff8c3a;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.form-group label {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  border-radius: unset;
  color: #fff;
  padding: 6px 0;
  font-size: 14px;
  outline: none;
}

.form-group select {
  appearance: none;
}

.checkbox-wrap {
  display: flex;
  gap: 8px;
  margin: 10px 0 15px;
  justify-content: space-between;
  align-items: center;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 50px;
}

.form-select {
  width: 100%;
  height: 58px;
  color: #fff;
  border-radius: 8px;
  padding: 0 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-select option {
  background: #1b2238;
  color: #fff;
}

.form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) center !important;
  background-size: 14px !important;
  padding-right: 35px !important;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-group input {
  width: 16px;
  height: 16px;
}

.checkbox-group label {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.captcha-box img {
  max-width: 220px;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ff8c3a;
  color: #fff;
  border: none;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.submit-btn span {
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn:hover {
  background: #ff7420;
}

#thank_you {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
}

@media (max-width:767px) {
  .contact-form-sec {
    padding: 50px 0;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-title h2 {
    font-size: 34px;
  }

  .form-control,
    .form-select {
    height: 54px;
    font-size: 14px;
  }

  .submit-btn {
    width: 100%;
    justify-content: center;
  }
}

.women-team-section {
  background: #F3F4F9;
  padding: 60px 0;
}

.women-team-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.content {
  max-width: 620px;
}

.content h2 {
  color: #f47a33;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.content h3 {
  font-size: 38px;
  color: #181818;
  margin-bottom: 10px;
  line-height: 54px;
}

.tagline {
  color: #f47a33;
  font-size: 20px;
  font-weight: 600;
}

.rating-box {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #f47a33;
  padding: 12px 18px;
  margin-bottom: 35px;
  background: #FFF3ED;
  border-radius: 6px;
}

.stars {
  color: #f47a33;
  font-size: 20px;
  letter-spacing: 2px;
}

.rating-box span {
  color: #656565;
  font-size: 18px;
  font-family: "Jost";
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.info-item:last-child {
  border-bottom: none;
}

.icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #f47a33;
}

.info-item h4 {
  color: #181818;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "Jost";
}

.info-item p {
  color: #656565;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Jost";
  margin-bottom: 0;
}

.map-area {
  flex: 1;
  display: flex;
  justify-content: center;
}

.map-area img {
  max-width: 100%;
  width: 550px;
  height: auto;
}

.footer {
  background: #042b45;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-container {
  margin: auto;
  padding: 35px 25px;
}

.footer-logo img {
  margin-bottom: 20px;
}

.city-title {
  color: #f58220;
  font-size: 42px;
  font-family: Georgia, serif;
  margin-bottom: 25px;
}

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

.location-grid ul {
  list-style: none;
  padding-left: 0;
}

.location-grid li {
  margin-bottom: 10px;
}

.location-grid a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  opacity: .9;
  font-family: "jost";
  font-weight: 500;
}

.location-grid a:hover {
  color: #f58220;
}

.footer hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .2);
  margin: 25px 0;
}

.footer-links {
  display: flex;
  gap: 100px;
  margin-bottom: 25px;
}

.footer-links h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: Georgia, serif;
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 18px;
}

.social-icons a {
  color: white;
  font-size: 20px;
  transition: .3s;
}

.social-icons a:hover {
  color: #f58220;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "jost";
}

.quick-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: "jost";
}

.quick-links a:hover {
  color: #f58220;
}

.info-bar {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  background: #0E496E;
}

.info-item {
  flex: 1;
  padding: 16px 18px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  border: navajowhite;
  font-family: "Jost";
}

.footer-bottom {
  border-top: 0px solid #006ca8;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  background: #072436;
}

.footer-policy {
  display: flex;
  gap: 20px;
}

section.faq-section h2 {
  padding-top: 20px;
}

.footer-policy a {
  color: white;
  text-decoration: none;
}

.footer-policy a:hover {
  color: #f58220;
}

section.podcast-section .section-head {
  justify-content: center;
}

.footer-bottom p {
  font-family: "jost";
  font-size: 16px;
  margin-bottom: 0;
}

.footer-policy a {
  font-family: "jost";
  font-size: 16px;
}

@media (max-width:991px) {
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-links {
    flex-direction: column;
    gap: 30px;
  }

  .info-bar {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width:576px) {
  .location-grid {
    grid-template-columns: 1fr;
  }

  .city-title {
    font-size: 32px;
  }

  .quick-links {
    flex-direction: column;
    gap: 10px;
  }

  .search-box-wrap {
    flex-wrap: wrap;
  }

  .popular-localities {
    flex-wrap: wrap;
  }

  .view-all-btn {
    font-size: 16px;
    padding: 8px 16px;
  }

  .section-head {
    flex-wrap: wrap;
  }

  .checkbox-wrap {
    flex-wrap: wrap;
  }

  section.hero-banner {
    padding: 40px 0;
  }

  section.trending-projects {
    padding: 40px 0;
  }

  section.why-propscout {
    padding: 40px 0;
  }

  section.exclusive-deals {
    padding: 40px 0;
  }

  section.featured-projects {
    padding: 40px 0;
  }

  section.np-projects-sec {
    padding: 40px 0;
  }

  section.rp-section {
    padding: 40px 0;
  }

  section.tl-section {
    padding: 40px 0;
  }

  section.fd-section {
    padding: 40px 0;
  }

  section.featured-articles {
    padding: 40px 0;
  }

  section.faq-section {
    padding: 40px 0px;
  }
}

section.inner-page-banner {
  margin-top: 78px;
  background-image: url(../images/inner-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-content {
  padding: 80px 0;
  text-align: center;
}

.inner-banner-content h1 {
  font-size: 46px;
  color: #fff;
}

.inner-banner-content a {
  color: #fff;
  text-decoration: none;
  font-family: "Jost";
}

.inner-banner-content p {
  color: #fff;
}

.process-section {
  margin: auto;
  padding: 60px 30px;
}

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

.section-header h2 {
  font-size: 38px;
  font-weight: 600;
  color: #181818;
  line-height: 54px;
}

.section-header h2 span {
  color: #f47a2c;
}

.section-header p {
  margin-top: 8px;
  color: #6b6b6b;
  font-size: 16px;
  font-family: "Jost";
}

.tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #299CE5;
  margin-bottom: 50px;
  max-width: 80%;
  margin-inline: auto;
}

.tab {
  padding: 14px 35px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  font-family: "Jost";
}

.tab.active {
  background: #299CE5;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.tab-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

.content-left h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #181818;
}

.content-left p {
  line-height: 1.8;
  color: #6b6b6b;
  margin-bottom: 25px;
  font-family: "Jost";
}

.content-left h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #181818;
  font-family: "Jost";
  font-weight: 500;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  margin-bottom: 12px;
  color: #6b6b6b;
  font-family: "Jost";
}

.feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2e9cf4;
  margin-right: 10px;
}

.content-right {
  text-align: center;
}

.content-right img {
  width: 100%;
  object-fit: contain;
}

.tab-content {
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /* gap: 50px; */
}

.active-content {
  display: flex;
  justify-content: space-between;
}

@media (max-width:768px) {
  .section-header h2 {
    font-size: 28px;
    line-height: normal;
  }

  .tabs {
    overflow-x: auto;
    justify-content: flex-start;
    max-width: 100%;
  }

  .tab {
    white-space: nowrap;
  }

  .content-left {
    width: 65%;
  }

  .feature-list {
    display: inline-block;
    text-align: left;
  }
}

.different-section {
  background: #F3F4F9;
  padding: 80px 0;
}

.top-content {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 40px;
}

.left-box {
  background: linear-gradient(135deg, #0e5f91, #1675ab);
  color: #fff;
  padding: 28px 32px;
  border-radius: 0 16px 16px 0;
  position: relative;
  width: 45%;
}

.left-box h2 {
  font-size: 38px;
  margin-bottom: 10px;
  font-family: "Playfair Display";
  font-weight: 600;
}

.content-left {
  width: 60%;
}

.left-box p {
  font-size: 16px;
  font-family: "Jost";
}

.right-box h3 {
  margin-bottom: 10px;
}

.right-box p {
  color: #656565;
  font-family: "Jost";
}

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

.feature-card {
  background: #fff;
  padding: 30px;
  position: relative;
  min-height: 230px;
  transition: .3s;
}

.feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #299CE5;
}

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

.icon-box {
  width: 48px;
  height: 48px;
  background: #2b9df4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 22px;
  margin-bottom: 20px;
}

.feature-card h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #181818;
}

.feature-card p {
  color: #6b6b6b;
  line-height: 1.7;
  font-size: 16px;
  font-family: "Jost";
}

.right-box {
  width: 45%;
}

@media (max-width:992px) {
  .top-content {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    gap: 20px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:576px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .left-box h2 {
    font-size: 28px;
  }

  .right-box h3 {
    font-size: 22px;
  }
}

.services-section {
  background: #005f92;
  padding: 80px 0;
}

.section-title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 600;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px 450px 200px;
  gap: 10px;
  max-width: 1280px;
    margin: 0 auto;
}

.service-card {
  background: #fff;
  padding: 18px;
  overflow: hidden;
  position: relative;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #181818;
  font-weight: 600;
}

.service-card p {
  font-size: 16px;
  color: #656565;
  line-height: 1.6;
  font-family: 'Jost';
}

.commercial {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.commercial img {
  width: 100%;
  margin: 15px 0;
}

.residential {
  grid-column: 2 / span 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.residential .content {
  width: 55%;
}

.residential img {
  width: 200px;
}

.resale {
  grid-column: 2;
  grid-row: 2;
}

.resale img {
  width: 90px;
  display: block;
  margin-bottom: 15px;
}

.legal {
  grid-column: 3;
  grid-row: 2 / span 2;
}

.legal img {
  width: 100%;
  margin: 15px 0;
}

.loan {
  grid-column: 1 / span 2;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loan .content {
  width: 55%;
}

.loan img {
  width: 220px;
}

section.partner-section.sec-pad {
  padding: 80px 0 0;
}

.pad-btm {
  padding-bottom: 30px;
}

@media (max-width:991px) {
  .services-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .commercial,
    .residential,
    .resale,
    .legal,
    .loan {
    grid-column: auto;
    grid-row: auto;
  }

  .residential,
    .loan {
    flex-direction: column;
    text-align: center;
  }

  .residential .content,
    .loan .content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.partner-section {
  margin-bottom: 50px;
}

.partner-section .section-heading {
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: start;
}

.section-heading span {
  color: #ff7f2a;
}

.award-card {
  background: #f8faff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

.award-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #f5f7fc;
}

.award-content {
  padding: 15px;
}

.badge {
  font-size: 14px;
  color: #656565;
  font-family:jost;
}

.award-content h4 {
  margin: 10px 0;
  font-size: 20px;
  color:#181818;
  font-weight:600;
}

.award-content p {
  font-size: 16px;
  color: #656565;
  font-family:jost;
}

.logo-card {
  height: 140px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.logo-card img {
  max-width: 140px;
}

.certification-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cert-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
}

.cert-card img {
  width: 60px;
  margin-bottom: 15px;
}

.bank .logo-card {
  height: 210px;
  border: none;
}

.bank .logo-card img {
  max-width: 100%;
}

.testimonial-section {
  background: #F3F4F9;
  padding: 70px 40px;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.testimonial-header h2 {
  font-size: 38px;
  font-weight: 600;
  color: #181818;
}

.testimonial-header h2 span {
  color: #F47024;
}

.testimonial-nav {
  display: flex;
  gap: 10px;
}

.nav-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
}

.prev {
  background: #f5c9aa;
}

.next {
  background: #f58232;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.testimonial-card {
  background: #fff;
  padding: 35px;
  position: relative;
  border-left: 3px solid #2ca0ff;
}

.quote-icon {
  font-size: 70px;
  color: #2ca0ff;
  line-height: 1;
  margin-bottom: 10px;
}

.rating {
  color: #ffb400;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.review {
  color: #6b6b6b;
  line-height: 1.9;
  font-size: 16px;
  min-height: 140px;
  font-family: "Jost";
}

.testimonial-card hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 25px 0;
}

.customer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.customer-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.customer-info h4 {
  margin: 0;
  font-size: 18px;
  color: #0A0A0B;
  font-family: "Jost";
}

.customer-info span {
  font-size: 16px;
  color: #6b6b6b;
  font-family: "Jost";
}

.property-info {
  margin-top: 18px;
  color: #656565;
  font-size: 16px;
  font-family: "Jost";
}

.customer-info img {
  width: auto !important;
}

.video-user-info img {
  width: auto !important;
}

@media (max-width:768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .testimonial-header h2 {
    font-size: 28px;
  }
}

.video-testimonial-section {
  padding: 60px 0;
  background: #F3F4F9;
}

.video-testimonial-box {
  background: #fff;
  border-left: 3px solid #2ea3ff;
  padding: 25px 20px;
}

.video-testimonial-title {
  font-size: 34px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 500;
}

.video-testimonial-card {
  padding: 0 6px;
}

.video-thumb {
  position: relative;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: #ff2d20;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.video-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 15px;
}

.video-user-info img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.video-user-info h4 {
  font-size: 18px;
  margin: 0 0 4px;
  font-family: "Jost";
  color: #181818;
}

.video-user-info p {
  margin: 0;
  font-size: 12px;
  color: #6b6b6b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  font-family: "Jost";
}

.video-testimonial-slider-prop .owl-stage {
  display: flex;
}

.women-entrepreneurs-section {
  background: #fff;
  padding: 40px 0 0;
  overflow: hidden;
}

.women-container {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 3vw;
}

.women-content {
  flex: 0 0 42%;
}

.women-content h2 {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 600;
  color: #181818;
  margin-bottom: 20px;
}

.women-content h2 span {
  color: #F47024;
}

.subtitle {
  font-size: 18px;
  line-height: 30px;
  color: #656565;
  margin-bottom: 12px;
  font-family: "Jost";
  font-weight: 500;
}

.description {
  font-size: 16px;
  color: #656565;
  margin-bottom: 25px;
  font-family: "Jost";
}

.women-btn {
  display: block;
  min-width: 220px;
  text-align: center;
  background: #F47024;
  color: #fff;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 4px;
  font-weight: 500;
  transition: 0.3s;
  font-family: "Jost";
  font-size: 16px;
}

.women-btn:hover {
  background: #F47024;
  color: #fff;
}

.women-image {
  flex: 0 0 55%;
  text-align: right;
}

.women-image img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin-left: auto;
}

@media (max-width: 991px) {
  .women-container {
    flex-direction: column;
    text-align: center;
  }

  .women-content {
    flex: 100%;
    order: 2;
  }

  .women-image {
    flex: 100%;
    order: 1;
    text-align: center;
  }

  .women-image img {
    max-width: 500px;
    margin: auto;
  }

  .women-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .women-entrepreneurs-section {
    padding: 30px 0;
  }

  .women-content h2 {
    font-size: 28px;
  }

  .subtitle {
    font-size: 14px;
  }

  .description {
    font-size: 13px;
  }

  .women-btn {
    width: 100%;
    max-width: 280px;
    display: inline-block;
  }

  .women-image img {
    max-width: 100%;
  }
}

.founders-section {
  background: #F3F4F9;
  padding: 80px 0;
}

.container {
  margin: auto !important;
  padding: 0 15px;
}

.section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.section-heading h2 {
  font-size: 38px;
  color: #181818;
  margin-bottom: 8px;
  font-weight: 600;
}

.section-heading h2 span {
  color: #F47024;
}

.section-heading p {
  color: #656565;
  font-size: 16px;
  font-family: "Jost";
}

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

.founder-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
  transition: .3s;
}

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

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

.founder-content {
  padding: 20px;
}

.founder-content h3 {
  font-size: 24px;
  color: #181818;
  margin-bottom: 5px;
}

.designation {
  font-size: 16px;
  color: #656565;
  display: block;
  font-family: "Jost";
}

.divider {
  height: 1px;
  background: #ececec;
  margin: 18px 0;
}

.founder-content small {
  display: block;
  color: #656565;
  margin-bottom: 8px;
  font-family: "Jost";
  font-size: 14px;
}

.founder-content p {
  color: #181818;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Jost";
}

.founder-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #f47c28;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  transition: .3s;
  font-family: "Jost";
}

.founder-btn:hover {
  background: #de6815;
}

@media (max-width:991px) {
  .founders-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading h2 {
    font-size: 34px;
  }
}

@media (max-width:576px) {
  .founders-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .founder-image img {
    height: 280px;
  }
}

:root {
  --primary-orange: #F47024;
  --heading-color: #181818;
  --text-color: #6b6b6b;
  --section-bg: #F3F4F9;
}

.achievement-section {
  background: #fff;
  padding: 80px 0;
}

.achievement-heading {
  text-align: center;
  margin-bottom: 40px;
}

.achievement-heading h2 {
  font-size: 38px;
  color: var(--heading-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.achievement-heading h2 span {
  color: var(--primary-orange);
}

.achievement-heading p {
  color: var(--text-color);
  font-family: "Jost";
  font-size: 16px;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.achievement-card {
  background: #fff;
  border: 1px solid #54B0EA;
  text-align: center;
  padding: 25px 15px;
  border-radius: 4px;
}

.achievement-card h3 {
  font-size: 52px;
  font-weight: 700;
  color: #299CE5;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Jost";
}

.achievement-card p {
  color: #299CE5;
  font-size: 16px;
  margin: 0;
  font-family: "Jost";
}

@media (max-width:991px) {
  .achievement-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:576px) {
  .achievement-heading h2 {
    font-size: 30px;
  }

  .achievement-grid {
    grid-template-columns: 1fr;
  }
}

.mission-vision-section {
  background: #0F6D99;
  padding: 60px 0;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.mv-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 20px 25px 20px 75px;
  min-height: 120px;
  display: flex;
  align-items: center;
}

.mv-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
}



.mv-content h3 {
  font-size: 24px;
  color: var(--heading-color);
  margin-bottom: 12px;
  font-weight: 600;
}

.mv-content p {
  color: var(--text-color);
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
  font-family: 'Jost';
}

.mv-box {
  background: #fff;
  border-radius: 0 16px 16px 16px;
  position: relative;
  padding: 22px 25px 22px 75px;
}

@media (max-width:768px) {
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .mv-card {
    padding: 20px 20px 20px 75px;
  }

  .mv-content h3 {
    font-size: 22px;
  }
}

@media (max-width:576px) {
  .mission-vision-section {
    padding: 40px 0px;
  }

  .mv-content h3 {
    font-size: 20px;
  }

  .mv-content p {
    font-size: 13px;
    line-height: 1.7;
  }
}

.team-section {
  background: #F3F4F9;
  padding: 80px 0;
}

.section-title h2 {
  font-size: 38px;
  color: #181818;
  margin-bottom: 8px;
}

.section-title h2 span {
  color: #F47024;
}

.section-title p {
  color: #6b6b6b;
  font-size: 16px;
  font-family: "Jost";
  font-weight: 400;
}

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

.team-card {
  background: #E5E5E5;
  padding: 15px;
  border-radius: 10px;
  transition: .4s ease;
  position: relative;
}

.team-image-wrap {
  position: relative;
}

.team-image-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.team-social i {
  color: #fff;
}

.team-social {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: .35s ease;
  background: #0E496E;
  padding: 10px;
}

.team-card:hover .team-social {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.team-content {
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 18px;
}

.team-content h3 {
  color: #181818;
  font-size: 24px;
  margin-bottom: 6px;
}

.team-content p {
  color: #6b6b6b;
  margin: 0;
  font-family: "Jost";
}

.team-card:hover {
  background: #299CE5;
}

.team-card:hover .team-content {
  background: #155782;
}

.team-card:hover .team-content h3,
.team-card:hover .team-content p {
  color: #fff;
}

@media (max-width:991px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:767px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .team-image-wrap img {
    height: 280px;
  }
}

.property-section {
  padding: 60px 0;
  background: #f8f8f8;
}

.property-section .container {
  margin: auto;
  display: flex;
  gap: 30px;
}

.filter-box {
  width: 260px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  position: sticky;
  top: 20px;
  height: fit-content;
}

button.filter-btn {
  width: max-content;
  color: #323232;
  font-family: "Jost";
  padding: 2px 24px;
  line-height: 30px;
}

.filter-box input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
}

.filter-group {
  margin-bottom: 25px;
}

.filter-group h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'jost';
}

.filter-group button {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-family: 'jost';
}

.property-content {
  flex: 1;
}

.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.heading h2 {
  font-size: 34px;
}

.heading span {
  color: #ff6b00;
}

.load-top,
.load-bottom {
  text-align: center;
  margin: 20px 0;
}

.load-btn {
  padding: 12px 35px;
  background: #ff6b00;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  transition: .3s;
}

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

.card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-body {
  padding: 18px;
}

.card-body h3 {
  margin-bottom: 8px;
}

.card-body p {
  color: #777;
  margin-bottom: 10px;
}

.price {
  color: #ff6b00;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.price span {
  font-size: 15px;
  color: #555;
  margin-left: 10px;
}

.download-btn {
  width: 100%;
  border: none;
  background: #ff6b00;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.property-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.filter-btn {
  padding: 12px 22px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s;
}

.filter-btn.active {
  background: #1e88e5;
  color: #fff;
}

.prop-new-prop .np-project-grid {
  grid-template-columns: repeat(3, 1fr);
}

.prop-rp .rp-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:991px) {
  .container {
    flex-direction: column;
    padding: 0 15px !important;
  }

  .filter-box {
    width: 100%;
    position: relative;
  }

  .property-grid {
    grid-template-columns: 1fr;
  }
}

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

.contact-card {
  background: #FFF8F4;
  padding: 40px 25px;
  text-align: center;
  transition: .3s;
}

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

.icon {
  margin: 0 auto 20px;
}

.icon i {
  font-size: 24px;
  color: #F57C22;
}

.contact-card h4 {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Jost";
}

.contact-card p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Jost";
}

.contact-card small {
  color: #656565;
  font-size: 18px;
  font-family: "Jost";
  font-weight: 500;
}

.contact-card a {
  text-decoration: none;
  color: #656565;
  transition: .3s;
  font-family: "Jost";
  font-size: 18px;
  font-weight: 500;
}

.contact-card a:hover {
  color: #F57C22;
}

section.contact-section {
  padding: 80px 0;
}

@media (max-width:992px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:576px) {
    section.process-section {
    padding: 40px 0;
}

section.different-section .container {
    padding: 0 !important;
}
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size:28px;
  }
}

.office-section {
  padding: 80px 0px;
  background: #F3F4F9;
}

.office-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.office-content {
  width: 32%;
}

.office-content.section-title {
  text-align: left;
}

.office-content h4 {
  font-size: 24px;
  color: #181818;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Playfair Display";
  line-height: 35px;
}

.office-content p {
  font-size: 20px;
  color: #656565;
  line-height: 30px;
  font-family: "Jost";
  font-weight: 500;
  margin-bottom: 0;
}

.office-map {
  width: 68%;
}

.office-map iframe {
  width: 100%;
  height: 420px;
  border: none;
  border-radius: 6px;
}

.office-map iframe:hover {
  filter: brightness(1.02);
}

@media (max-width:992px) {
  .office-wrapper {
    flex-direction: column;
  }

  .office-content,
    .office-map {
    width: 100%;
  }

  .office-map iframe {
    height: 350px;
  }
}

@media (max-width:576px) {
  .office-content h2 {
    font-size: 28px;
  }

  .office-content h4 {
    font-size: 20px;
  }

  .office-content p {
    font-size: 16px;
  }

  .office-map iframe {
    height: 280px;
  }
}

.ps-blog-section {
  padding: 80px 0;
  background: #fff;
}

.ps-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.ps-blog-title h2 {
  font-size: 38px;
  font-weight: 600;
  color: #181818;
  line-height: 1.2;
}

.ps-blog-title span {
  color: #f47b20;
}

.ps-filter-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  margin-top: 20px;
}

.ps-filter-wrapper::-webkit-scrollbar {
  height: 6px;
}

.ps-filter-wrapper::-webkit-scrollbar-track {
  background: #eee;
}

.ps-filter-wrapper::-webkit-scrollbar-thumb {
  background: #f47b20;
  border-radius: 20px;
}

.ps-blog-filter {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: max-content;
}

.ps-filter-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: .35s;
  font-family: "Jost";
  color: #656565;
}

section.ps-blog-section a {
  text-decoration: none;
}

.ps-filter-btn:hover {
  background: #f47b20;
  color: #fff;
  border-color: #f47b20;
}

.ps-filter-btn.active {
  background: #2b8cff;
  color: #fff;
  border-color: #2b8cff;
}

.ps-blog-wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
}

.ps-blog-card {
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ececec;
}

.ps-blog-image {
  width: 320px;
  flex-shrink: 0;
}

.ps-blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  transition: .4s;
}

.ps-blog-left a {
  text-decoration: none;
}

.ps-blog-card:hover img {
  transform: scale(1.05);
}

.ps-blog-content {
  flex: 1;
}

.ps-single-blog img {
  max-height: 500px;
}

.ps-date {
  color: #656565;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-family: "Jost";
}

.ps-blog-content h3 {
  font-size: 24px;
  color: #181818;
  margin-bottom: 15px;
  line-height: 1.4;
}

.ps-blog-content p {
  color: #656565;
  margin-bottom: 18px;
  font-size: 16px;
  font-family: "Jost";
  line-height: 26px;
}

.ps-read-btn {
  color: #f47b20;
  text-decoration: none;
  font-weight: 600;
  display: none;
}

.ps-read-btn:hover {
  color: #222;
}

.ps-load-wrap {
  text-align: center;
  margin-top: 40px;
}

.ps-load-btn {
  padding: 15px 35px;
  background: #F47024;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: .35s;
  font-family: "jost";
}

.ps-widget {
  border-bottom: 1px solid #D9D9D9;
  margin: 25px;
  padding-bottom: 30px;
}

.ps-widget h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #181818;
}

.ps-search-form {
  display: flex;
}

.ps-search-form input {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-right: none;
  padding: 0 15px;
  outline: none;
}

.ps-search-form button {
  width: 55px;
  background: #f47b20;
  border: none;
  color: #fff;
  cursor: pointer;
}

.ps-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ps-tags a {
  text-decoration: none;
  border: 1px solid #DADADA;
  color: #555;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  transition: .3s;
  background: #F6F6F6;
  font-family: "Jost";
}

.ps-tags a:hover {
  background: #f47b20;
  color: #fff;
  border-color: #f47b20;
}

.ps-popular-list {
  list-style: none;
  padding-left: 0;
}

.ps-popular-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.ps-popular-list img {
  width: 90px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.ps-popular-list h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
  margin-bottom: 8px;
}

.ps-popular-list span {
  display: inline-block;
  font-size: 16px;
  color: #656565;
  font-family: "Jost";
  font-weight: 500;
  margin-bottom: 10px;
}

.ps-newsletter {
  background: #f8f8f8;
}

.ps-newsletter p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ps-newsletter input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 15px;
  outline: none;
  margin-bottom: 15px;
  border-radius: 4px;
}

.ps-newsletter button {
  width: 100%;
  height: 50px;
  border: none;
  background: #F47024;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  transition: .3s;
  font-family: "Jost";
}

.ps-property-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
  margin: 24px;
}

.ps-property-card img {
  width: 100%;
  display: block;
  transition: .5s;
}

.ps-property-card:hover img {
  transform: scale(1.08);
}

.ps-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.ps-overlay h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.ps-overlay a {
  text-decoration: none;
  background: #f47b20;
  color: #fff;
  padding: 12px 28px;
  border-radius: 4px;
  transition: .3s;
}

.ps-overlay a:hover {
  background: #fff;
  color: #f47b20;
}

.ps-ad-card {
  overflow: hidden;
  border-radius: 8px;
}

.ps-ad-card img {
  width: 100%;
  display: block;
  transition: .4s;
}

.ps-ad-card:hover img {
  transform: scale(1.05);
}

.ps-blog-left {
  width: 70%;
}

aside.ps-blog-sidebar {
  width: 30%;
  background: #F3F4F9;
}

ul.ps-popular-list p {
  color: #656565;
  font-family: "Jost";
}

@media (max-width:1200px) {
  .ps-blog-image {
    width: 260px;
  }

  .ps-blog-content h3 {
    font-size: 22px;
  }
}

@media (max-width:991px) {
  .ps-blog-wrapper {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .ps-blog-sidebar {
    margin-top: 20px;
  }
}

@media (max-width:768px) {
  .ps-blog-card {
    flex-direction: column;
  }

  .ps-blog-image {
    width: 100%;
  }

  .ps-blog-image img {
    height: 240px;
  }

  .ps-blog-title h2 {
    font-size: 34px;
  }

  .ps-blog-header {
    align-items: flex-start;
  }

  .ps-blog-filter {
    width: 100%;
  }

  .ps-filter-btn {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
  }
}

@media (max-width:575px) {
  .ps-blog-section {
    padding: 40px 0px;
  }

  .ps-blog-title h2 {
    font-size: 28px;
  }

  .ps-blog-content h3 {
    font-size: 20px;
  }

  .ps-filter-btn {
    flex: 1 1 100%;
  }

  .ps-widget {
    /* padding: 20px; */
  }

  .ps-overlay h3 {
    font-size: 22px;
  }
}

.ps-single-blog-section {
  padding: 80px 0;
  background: #fff;
}

section.comments {
  background: #F3F4F9;
  padding: 80px 0;
}

.ps-single-blog {
  width: 100%;
}

.ps-single-image {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
}

.ps-single-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: .4s;
}

.ps-single-image:hover img {
  transform: scale(1.03);
}

section.comments-form label,
section.comments-form select {
  color: #181818;
}

.comment-form input {
  border-bottom: 1px solid #7F7F7F;
}

.ps-single-date {
  color: #656565;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Jost";
}

.ps-single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.ps-single-tags a {
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  color: #181818;
  font-size: 16px;
  transition: .3s;
  font-family: "Jost";
  background: #F6F6F6;
}

.ps-single-tags a:hover {
  background: #f47b20;
  color: #fff;
  border-color: #f47b20;
}

.ps-blog-content a {
  text-decoration: none;
}

.ps-single-title {
  font-size: 32px;
  line-height: 1.3;
  color: #181818;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 20px;
}

.ps-single-share {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.ps-single-share span {
  font-weight: 600;
  color: #181818;
  font-size: 24px;
}

.ps-single-share a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #555;
  text-decoration: none;
  transition: .3s;
}

.ps-single-share a:hover {
  background: #f47b20;
  color: #fff;
  border-color: #f47b20;
}

.ps-single-content {
  color: #555;
}

.ps-single-content h2 {
  font-size: 30px;
  color: #222;
  margin: 40px 0 20px;
}

.ps-single-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #656565;
  font-family: "Jost";
}

.ps-single-content ul {
  margin: 25px 0;
  padding-left: 25px;
}

.ps-single-content ul li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #555;
}

.ps-single-content blockquote {
  margin: 40px 0;
  padding: 30px;
  background: #fff8f2;
  border-left: 5px solid #f47b20;
  font-size: 20px;
  line-height: 1.8;
  font-style: italic;
  color: #333;
  border-radius: 6px;
}

.ps-single-blog-section .podcast-row {
  gap: 14px;
  margin-top: 14px;
}

.ps-single-blog-section .podcast-row .podcast-item .video-thumbnail {
  border-radius: 14px;
}

.ps-single-blog-section .podcast-content h3 {
  color: #181818;
}

.ps-single-blog-section .podcast-content p {
  color: #656565;
}

@media (max-width:991px) {
  .ps-single-image img {
    height: 420px;
  }

  .ps-single-title {
    font-size: 34px;
  }

  .ps-single-content h2 {
    font-size: 26px;
  }
}

@media (max-width:768px) {
  .ps-single-image img {
    height: 300px;
  }

  .ps-single-title {
    font-size: 28px;
  }

  .ps-single-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .ps-single-share {
    flex-wrap: wrap;
  }

  .ps-single-content p {
    font-size: 16px;
  }

  .ps-single-content blockquote {
    padding: 20px;
    font-size: 17px;
  }
}

@media (max-width:575px) {
  .ps-single-blog-section {
    padding: 60px 0;
  }

  .ps-single-image img {
    height: 230px;
  }

  .ps-single-title {
    font-size: 24px;
  }

  .ps-single-content h2 {
    font-size: 22px;
  }

  .ps-single-tags a {
    font-size: 13px;
    padding: 7px 12px;
  }

  .ps-single-share a {
    width: 38px;
    height: 38px;
  }
}

.author-box {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.related-card a {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #0A0A0B;
  text-decoration: none;
  color: #0A0A0B;
  border-radius: 8px;
  font-family: "DM Mono";
  font-size: 18px;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.leave-comment-btn {
  border: 1px solid #F47024;
  padding: 14px 25px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  background: #F47024;
  font-family: "Jost";
}

.related-posts {
  border-bottom: 1px solid #1A181433;
  padding-bottom: 40px;
}

.comment-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-header h2 {
  margin-bottom: 0;
  font-family: "Playfair Display";
  font-size: 38px;
  color: #181818;
}

.comment-user {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #b88a32;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.reply-box {
  margin-left: 70px;
  border-left: 1px solid #D9D9D9;
  padding-left: 25px;
}

.comment-form h2 {
  margin-bottom: 30px;
  font-size: 38px;
  color: #181818;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.comment-form button {
  border: 1px solid #222;
  background: none;
  padding: 14px 25px;
  cursor: pointer;
}

.reply-box p {
  margin-bottom: 0;
  font-family: "Jost";
  color: #656565;
}

.author-box p {
  color: #0A0A0B;
  font-size: 18px;
  font-family: "Cormorant Garamond";
  line-height: 30px;
}

.author-box h4 {
  color: #0A0A0B;
  font-size: 24px;
  font-weight: 500;
  font-family: "DM Mono";
  line-height: 36px;
}

.comment-item h4 {
  color: #181818;
  font-size: 24px;
  font-family: "Playfair Display";
}

.comment-item p {
  color: #656565;
  font-size: 16px;
  font-family: "Jost";
  line-height: 30px;
}

.comment-user h5 {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost";
  text-transform: uppercase;
  margin-bottom: 0;
}

.comment-user span {
  font-size: 16px;
  font-family: "Jost";
  color: #656565;
  line-height: 30px;
}

.s-comment-wrap {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

section.comments-form textarea {
  border: none;
  border-bottom: 1px solid #7f7f7f;
  border-radius: unset;
}

button.submit-btn {
  background: #F47024;
  border: none;
}

section.comments-form {
  padding: 80px 0;
}

@media (max-width:991px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.blogs-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.blogs-gallery-item {
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.blogs-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.blogs-gallery-item:hover img {
  transform: scale(1.05);
}

.reply-box h5 {
  font-family: "Jost";
  font-size: 18px;
}

.ps-widget.ps-newsletter input {
  font-family: "Jost";
}

form.ps-search-form input {
  font-family: "Jost";
}
.featured-content h3 a {
    color: #181818;
}
/* 1400px and above */
@media (min-width: 1400px) {
    .blogs-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
  .blogs-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blogs-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.tc-section {
  padding: 80px 0;
}

.tc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.tc-header h2 {
  font-size: 42px;
  color: #222;
  margin: 0;
  font-weight: 500;
}

.tc-header h2 span {
  color: #F47024;
}

.tc-custom-nav {
  display: flex;
  gap: 10px;
}

.tc-city-prev,
.tc-city-next {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #FCD8C3;
  color: #999;
  transition: all 0.3s ease;
}

.tc-city-prev:not(.swiper-button-disabled),
.tc-city-next:not(.swiper-button-disabled) {
  background: #F68A4C;
  color: #fff;
}

.tc-city-prev.swiper-button-disabled,
.tc-city-next.swiper-button-disabled {
  background: #FCD8C3;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.tc-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}

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

.tc-content {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tc-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #181818;
  line-height: 24px;
}

.tc-content p {
  margin: 0;
  color: #222;
  font-size: 14px;
  font-family: "Jost";
}

.tc-content p span {
  font-family: "Jost";
  color: #656565;
  font-size: 12px;
}

.tc-content a {
  width: 34px;
  height: 34px;
  background: #F47024;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.tc-content .info-item {
  border-bottom: 1px solid #B2B2B2;
  padding: 24px 0;
}

@media (max-width: 767px) {
  .tc-header h2 {
    font-size: 32px;
  }
}

section.calculator-section {
  padding: 80px 0;
  background-color: #F3F4F9;
}

.heading {
  font-size: 38px;
  margin-bottom: 25px;
  font-weight: 600;
}

.heading span {
  color: #f58220;
}

.calculator-wrapper {
  display: flex;
  gap: 25px;
  max-width: 1240px;
  margin: 0 auto;
}

.calculator-left,
.calculator-right {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.calculator-left,
.calculator-right {
  min-height: 510px;
  max-height: 540px;
}
.calculator-left {
  flex: 1.2;
}

.calculator-right {
  flex: 1;
}

.calculator-left h3,
.calculator-right h3 {
  margin-bottom: 5px;
}

.calculator-left p {
  color: #656565;
  font-size: 14px;
  margin-bottom: 25px;
  font-family: 'Jost';
}

.form-group {
  margin-bottom: 28px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.input-box {
  display: flex;
  align-items: center;
  background: #f4f5fa;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Jost';
}

.input-box span {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2d9cff;
  color: #fff;
  font-size: 18px;
}

.input-box input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px;
  font-size: 16px;
  outline: none;
}

input[type=range] {
  width: 100%;
  margin-top: 15px;
  accent-color: #2d9cff;
  cursor: pointer;
}

.chart {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  margin: 30px auto;
  position: relative;
  transition: .5s;
  background: conic-gradient(#2d9cff 0deg 160deg, #ff6b1d 160deg 290deg, #ffc420 290deg 360deg);
}

.chart::after {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.chart-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.chart-center small {
  color: #656565;
  font-family: 'Jost';
}

.chart-center h2 {
  color: #f58220;
  margin-top: 8px;
      font-size: 18px;
}

.result-list {
  margin-top: 25px;
}

.item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.item span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
}

.blue {
  background: #2d9cff;
}

.orange {
  background: #ff6b1d;
}

.yellow {
  background: #ffc420;
}

.item p {
  flex: 1;
  font-family: 'Jost';
}

.item strong {
  color: #181818;
  font-family: 'Jost';
  font-weight: 500;
}

.emi-box {
  margin-top: 30px;
  background: #f5f6fb;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.emi-box h4 {
  margin-bottom: 8px;
  color: #656565;
  font-family: 'Jost';
}

.emi-box h2 {
  color: #2d9cff;
  font-size: 34px;
}

.calculator-left label {
  color: #000;
}

.calculator-left input {
  color: #000;
}
/* Laptop compact layout */
@media (min-width: 992px) {

  section.calculator-section {
    padding: 35px 0;
  }

  .heading {
    font-size: 38px;
    margin-bottom: 18px;
  }

  .calculator-wrapper {
    align-items: stretch;
    gap: 20px;
  }

  .calculator-left,
  .calculator-right {
    padding: 20px;
    border-radius: 14px;
    min-height: 510px;
    max-height: 540px;
  }

  .calculator-left h3,
  .calculator-right h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 3px;
  }

  .calculator-left p {
    margin-bottom: 14px;
  }

  .form-group {
    margin-bottom: 13px;
  }

  .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .input-box span {
    width: 40px;
    height: 38px;
    font-size: 15px;
  }

  .input-box input {
    height: 38px;
    padding: 7px 10px;
    font-size: 14px;
  }

  input[type="range"] {
    margin-top: 7px;
  }

  .chart {
    width: 205px;
    height: 205px;
    margin: 15px auto;
  }

  .chart::after {
    width: 132px;
    height: 132px;
  }

  .chart-center h2 {
    font-size: 18px;
    margin-top: 4px;
  }

  .result-list {
    margin-top: 10px;
  }

  .item {
    margin-bottom: 10px;
  }

  .item p {
    margin: 0;
    font-size: 14px;
  }

  .item strong {
    font-size: 14px;
  }

  .emi-box {
    margin-top: 14px;
    padding: 12px;
  }

  .emi-box h4 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .emi-box h2 {
    font-size: 27px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .calculator-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: stretch;
    gap: 20px;
  }

  .calculator-left,
  .calculator-right {
    min-height: 0;
    max-height: none;
    height: auto;
    padding: 18px 20px;
  }

  .calculator-left {
    display: flex;
    flex-direction: column;
  }

  .calculator-left h3,
  .calculator-right h3 {
    margin: 0 0 3px;
    font-size: 20px;
    line-height: 26px;
  }

  .calculator-left > p {
    margin: 0 0 12px;
  }

  .form-group {
    margin-bottom: 11px;
  }

  .form-group:last-child {
    margin-bottom: 0;
  }

  .form-group label {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Jost';
  }

  .input-box {
    min-height: 38px;
  }

  .input-box span {
    width: 40px;
    height: 38px;
  }

  .input-box input {
    height: 38px;
    padding: 7px 10px;
  }

  input[type="range"] {
    display: block;
    margin: 6px 0 0;
  }

  .chart {
    width: 190px;
    height: 190px;
    margin: 10px auto;
  }

  .chart::after {
    width: 122px;
    height: 122px;
  }

  .result-list {
    margin-top: 8px;
  }

  .item {
    margin-bottom: 7px;
  }

  .item p {
    margin: 0;
  }

  .emi-box {
    margin-top: 10px;
    padding: 10px;
  }

  .emi-box h2 {
    margin: 0;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .calculator-wrapper {
    flex-direction: column;
  }

  .chart {
    width: 220px;
    height: 220px;
  }

  .chart::after {
    width: 145px;
    height: 145px;
  }

  .heading {
    font-size: 28px;
  }
}

.prop-shots {
  padding: 60px 0;
}

.shots-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.shot-card {
  background: #F3F4F9;
  border-radius: 8px;
  padding: 28px 18px;
  text-decoration: none;
  color: #222;
  transition: .35s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shot-card img {
  width: 42px;
  margin-bottom: 20px;
}

.shot-card h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}

.shot-card p {
  font-size: 16px;
  line-height: 26px;
  color: #656565;
  font-family: "jost";
}

.shot-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.info-item .icon {
  margin: unset;
}

section.why-propscout h2 {
  color: #fff;
}

.quote-icon img {
  width: 48px !important;
}

section.tl-section.prop-rit {
  padding: 0;
  background: #f8f8f8;
}

section.fd-section.prop-rit {
  background: #f8f8f8;
}

@media (max-width: 991px) {
  .shots-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .shots-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
  }
}

.property-details-section {
  margin: auto;
  padding: 80px 0px;
}

.property-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.property-left {
  flex: 1;
}

.property-left h2 {
  font-size: 38px;
  margin: 0;
    font-weight: 600;
}

.property-left h2 span {
  color: #ef6b29;
}

.property-left h5 {
      color: #299CE5;
    margin: 8px 0 18px;
    font-family: 'Jost';
}

.property-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.property-tags span {
      padding: 6px 14px;
    border: 1px solid #B2B2B2;
    border-radius: 30px;
    font-size: 14px;
    color: #181818;
    font-family: 'Jost';
}

.property-left p {
  line-height: 1.8;
  color: #656565;
  font-family: 'Jost';
}

.property-location {
  margin-top: 12px;
  color: #656565;
  font-size: 16px;
  font-family: 'Jost';
}

.property-price {
  text-align: right;
}

.property-price h2 {
  color: #ef6b29;
  margin: 0;
  font-size: 38px;
  font-family: 'Jost';
}

.property-price p {
  color: #656565;
    font-family: 'Jost';
}

.propertyHeroSlider {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
}

.propertyHeroSlider img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.propertyHeroPrev,
.propertyHeroNext {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.propertyHeroPrev {
  left: 25px;
}

.propertyHeroNext {
  right: 25px;
}

.property-info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 25px;
}

.property-info .box {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.property-info small {
  color: #656565;
  display: block;
  margin-bottom: 10px;
  font-family: 'Jost';
  font-size: 16px;
}

.property-info h4 {
  margin: 0;
  font-size: 16px;
  color: #181818;
  font-family: 'Jost';
}

.propertyHeroPagination {
  text-align: center;
  margin-top: 20px;
}

.propertyHeroPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.propertyHeroPagination .swiper-pagination-bullet-active {
  background: #ef6b29;
}

section.property-section .prop-new-prop {
  margin: 40px 0;
}

section.tl-section.prop-rit .container,
section.fd-section.prop-rit .container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

@media (min-width: 992px) {
    section.tl-section.prop-rit .container,
    section.fd-section.prop-rit .container {
        padding-left: 342px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 991px) {
    section.tl-section.prop-rit .container,
    section.fd-section.prop-rit .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width:991px) {
  .property-info {
    grid-template-columns: repeat(2, 1fr);
  }

  .propertyHeroSlider img {
    height: 350px;
  }

  .property-price {
    text-align: left;
  }
}

@media (max-width:576px) {
  .property-info {
    grid-template-columns: 1fr;
  }

  .propertyHeroSlider img {
    height: 260px;
  }

  .property-left h2 {
    font-size: 28px;
  }

  .property-price h2 {
    font-size: 28px;
  }
}

.builder-info-sec {
  padding: 80px 0;
  background: #F3F4F9;
}

.builder-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
}

.builder-title span {
  color: #ef7b2d;
}

.builder-card {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 35px 45px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
}

.builder-logo {
  width: 160px;
  min-width: 160px;
  display: flex;
  justify-content: center;
}

.builder-logo img {
  width: 120px;
  max-width: 100%;
}

.builder-content {
  flex: 1;
}

.builder-content h3 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  color: #222;
}

.builder-content p {
  margin: 0;
  color: #656565;
  line-height: 1.8;
  font-size: 16px;
  max-width: 760px;
  font-family: 'jost';
}

.builder-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  background: #ef7b2d;
  color: #fff;
  padding: 13px 34px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: .3s;
  font-family: 'jost';
}

.builder-btn:hover {
  background: #d76418;
  color: #fff;
}

@media (max-width:768px) {
  .builder-card {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    padding: 30px 20px;
  }

  .builder-logo {
    width: 120px;
    min-width: auto;
  }

  .builder-title {
    font-size: 30px;
  }

  .builder-content h3 {
    font-size: 24px;
  }
}

.config-section {
  padding: 70px 0;
  background: #fff;
}

.config-title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
}

.config-title span {
  color: #ef7b2d;
}

.config-tabs {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #ef7b2d;
  margin-bottom: 25px;
  font-family: 'Jost';
}

.config-tab {
  border: none;
  background: none;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  transition: .3s;
}

.config-tab.active {
  background: #ef7b2d;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.config-details {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.config-box {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 18px 15px;
  text-align: center;
  background: #fff;
}

.config-box span {
  display: block;
  font-size: 16px;
  color: #656565;
  margin-bottom: 8px;
  font-family: 'Jost';
}

.config-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  font-family: 'Jost';
}

.config-content {
  display: none;
  margin-top: 25px;
}

.config-content.active {
  display: block;
}

@media (max-width:991px) {
  .config-details {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:576px) {
  .config-title {
    font-size: 26px;
  }

  .config-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  /*.config-details {*/
  /*  grid-template-columns: 1fr;*/
  /*}*/

  .config-tab {
    flex: 0 0 auto;
  }
}

.pricing-section {
  padding: 80px 0;
  background: #F3F4F9;
}

.pricing-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 35px 40px;
  background: #fff;
}

.pricing-title {
  margin: 0 0 25px;
  font-size: 38px;
  color: #ef7b2d;
  font-weight: 600;
}

.pricing-head {
  margin-bottom: 20px;
}

.price {
  font-size: 34px;
  color: #ef7b2d;
  font-weight: 600;
  font-family: 'Jost';
}

.price span {
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  font-family: 'Jost';
}

.pricing-subtitle {
  font-size: 16px;
  color: #181818;
  margin-bottom: 25px;
  font-family: 'Jost';
}

.pricing-table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 0;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 15px;
}

.pricing-row span {
  color: #656565;
  font-family: 'Jost';
}

.pricing-row strong {
  color: #181818;
  font-weight: 500;
  font-family: 'Jost';
}

.pricing-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.pricing-total span {
  color: #ef7b2d;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Jost';
}

.pricing-total strong {
  color: #ef7b2d;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Jost';
}

@media (max-width:768px) {
  .pricing-card {
    padding: 25px 20px;
  }

  .pricing-title {
    font-size: 28px;
  }

  .price {
    font-size: 26px;
  }

  .price span {
    display: block;
    margin: 8px 0 0;
  }

  .pricing-row,
    .pricing-total {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .pricing-total strong {
    font-size: 22px;
  }
}

.timeline-section {
  padding: 80px 0;
  background: #fff;
}

.timeline-heading {
  margin-bottom: 30px;
}

.timeline-heading h2 {
  font-size: 38px;
  color: #181818;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: serif;
}

.timeline-heading p {
  font-size: 16px;
  line-height: 1.9;
  color: #656565;
  max-width: 1000px;
  font-family: 'Jost';
}

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

.timeline-card {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  padding: 22px 15px;
  text-align: center;
  transition: .3s;
}

.timeline-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.timeline-card span {
  display: block;
  font-size: 16px;
  color: #656565;
  margin-bottom: 10px;
  font-family: 'Jost';
}

.timeline-card h4 {
  margin: 0;
  font-size: 16px;
  color: #181818;
  font-weight: 500;
  font-family: 'Jost';
}

@media (max-width:991px) {
  .timeline-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:576px) {
  .timeline-section {
    padding: 50px 0;
  }

  .timeline-heading h2 {
    font-size: 30px;
  }

  /*.timeline-grid {*/
  /*  grid-template-columns: 1fr;*/
  /*}*/
section.offer-section {
    padding: 0px 0 40px;
}
.rp-tags {
    flex-wrap: wrap;
}
  .timeline-card {
    padding: 20px;
  }
}

.specification-section {
  padding: 70px 0;
  background: #F3F4F9;
}

.specification-title {
  font-size: 38px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 30px;
}

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

.specification-box {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 18px 18px;
  transition: .3s;
}

.specification-box:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

.specification-box span {
  display: block;
  font-size: 16px;
  color: #656565;
  margin-bottom: 10px;
  font-family: 'Jost';
}

.specification-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  font-family: 'Jost';
}

@media (max-width:991px) {
  .specification-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:576px) {
  .specification-section {
    padding: 50px 0;
  }

  .specification-title {
    font-size: 30px;
  }

  .specification-grid {
    grid-template-columns: 1fr;
  }

  .specification-box {
    padding: 16px;
  }

  .specification-box h4 {
    font-size: 15px;
  }
}

.amenities-section {
  padding: 70px 0;
  background: #fff;
}

.amenities-title {
  font-size: 38px;
  color: #181818;
  margin-bottom: 35px;
  font-weight:600;
}

.amenities-title span {
  color: #ef7b2d;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 18px;
}

.amenity-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  transition: .35s;
}

.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.amenity-icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenity-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.amenity-card h4 {
  font-size: 16px;
  color: #181818;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: 'Jost';
}

.tag {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
}

.outdoor {
  background: #edf9ee;
  color: #56a75b;
}

.indoor {
  background: #edf5ff;
  color: #4188ff;
}

.convenience {
  background: #f8edff;
  color: #9b59d0;
}

.lifestyle {
  background: #fff7e3;
  color: #c79b1d;
}

@media (max-width:991px) {
  .amenities-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width:767px) {
  .amenities-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .amenities-title {
    font-size: 30px;
  }
}

@media (max-width:480px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }
}

section.nearby-project-section {
  padding: 80px 0;
}

section.nearby-project-section .rp-grid {
  grid-template-columns: repeat(3, 1fr);
}

.locality-section {
  padding: 80px 0;
  background: #fff;
}

.locality-head {
  margin-bottom: 30px;
}

.locality-head h2 {
  font-size: 38px;
  color: #222;
  font-weight: 600;
}

.locality-head span {
  color: #ef7b2d;
}

.locality-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  align-items: start;
}

.locality-map {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #ececec;
}

.locality-map iframe {
  width: 100%;
  height: 430px;
  border: 0;
}

.locality-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
  transition: .3s;
  cursor: pointer;
}

.locality-item:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.locality-item h4 {
  font-size: 15px;
  color: #222;
  margin: 0 0 5px;
}

.locality-item p {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.locality-item span {
  font-size: 14px;
  font-weight: 600;
  color: #ef7b2d;
  white-space: nowrap;
}

.locality-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #ececec;
  transition: .3s;
  width: 100%;
  gap: 10px;
}

.locality-row:last-child {
  border-bottom: none;
}

.locality-row:hover {
  background: #fafafa;
}

.place-name {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  font-family: 'Jost';
}

.place-distance {
  font-size: 13px;
  color: #656565;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Jost';
}

.place-distance i {
  color: #777;
  font-size: 12px;
}
section.faq-section .section-head {
    margin-bottom: 0;
}
@media (max-width:991px) {
  .locality-wrapper {
    grid-template-columns: 1fr;
  }

  .locality-map iframe {
    height: 350px;
  }
}

@media (max-width:576px) {
  .locality-head h2 {
    font-size: 30px;
  }

  .locality-item {
    padding: 15px;
  }

  .locality-item h4 {
    font-size: 14px;
  }

  .locality-item span {
    font-size: 13px;
  }
}

section.Similar-project-section {
  padding: 80px 0;
}

section.Similar-project-section .rp-grid {
  grid-template-columns: repeat(3, 1fr);
}

.offer-section {
  padding: 80px 0;
  background: #fff;
}

.offer-title {
  font-size: 42px;
  font-family: Georgia,serif;
  color: #222;
  margin-bottom: 30px;
}

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

.offer-card {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  transition: .3s;
  font-family: 'Jost';
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.offer-badge {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 12px;
  color: #777;
  margin-bottom: 18px;
}

.offer-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #222;
}

.offer-discount {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 18px;
}

.offer-discount span {
  font-size: 30px;
  font-weight: 500;
  color: #1f8cff;
  line-height: 1;
  font-family: 'Jost';
}

.offer-discount small {
  color: #666;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: 'Jost';
}

.offer-card h5 {
  margin: 20px 0 12px;
  color: #ff6a00;
  font-size: 16px;
  font-family: 'Jost';
}

.offer-card ul {
  margin: 0;
  padding-left: 18px;
}

.offer-card ul li {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.coupon-box {
  margin-top: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 16px;
  background: #fafafa;
  font-family: 'Jost';
}

.coupon-box strong {
  color: #656565;
  font-family: 'Jost';
}

@media (max-width:991px) {
  .offer-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:767px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-title {
    font-size: 30px;
  }

  .offer-card {
    padding: 18px;
  }

  .offer-discount span {
    font-size: 30px;
  }
}

.contact-us-page {
  padding: 80px 0;
}

.contact-us-page h2 {
  font-size: 38px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 40px;
  font-family: "Playfair Display", serif;
}

.contact-us-page .form-group {
  margin-bottom: 28px;
}

.contact-us-page label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #181818;
  margin-bottom: 12px;
}

.contact-us-page .form-control,
.contact-us-page .form-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #BDBDBD;
  border-radius: 0;
  background: transparent;
  padding: 12px;
  font-size: 14px;
  color: #181818;
  box-shadow: none;
  outline: none;
}

.contact-us-page .form-control:focus,
.contact-us-page .form-select:focus {
  border-color: #F58220;
  box-shadow: none;
}

.contact-us-page textarea.form-control {
  min-height: 120px;
  resize: none;
  padding-top: 10px;
}

.contact-us-page .form-control::placeholder {
  color: #9d9d9d;
  opacity: 1;
}

.contact-us-page .form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding-right: 25px;
}

.contact-us-page .consent-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.contact-us-page .consent-box input {
  padding: 15px;
  margin-top: 4px;
}

.contact-us-page .consent-box label {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #666;
}

.contact-us-page .submit-btn {
  background: #F58220;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
  transition: .3s;
}

.contact-us-page .submit-btn:hover {
  background: #181818;
}

.contact-us-page #thank_you {
  margin-top: 20px;
  font-weight: 600;
}

.why-card .icon-box {
  background: none;
}

.project-card a {
  text-decoration: none;
}

a {
  text-decoration: none;
}
.fd-project a {
    font-family: 'Jost';
    color: #F47024;
    font-size: 14px;
}

.project-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.project-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px; /* unga existing padding */
}

.download-btn {
    margin-top: auto;
}
a.download-btn:hover {
    color: #fff;
}
@media (max-width:767px) {
    
    .price-row h4 {
    font-size: 18px;
}

.project-content h3 {
    font-size: 20px;
}
    .inner-banner-content h1 {
    font-size: 36px;
}
    .content h2 {
    font-size: 28px;
    line-height: 30px;
}

.content h3 {
    font-size: 28px;
    line-height: normal;
}
.prop-shots h2.section-title {
    font-size: 28px;
}
.prop-shots .section-head {
    margin-bottom: 20px;
}
  .contact-us-page {
    padding: 40px 0;
  }

  .contact-us-page h2 {
    font-size: 28px;
  }
  .navbar>.container{
      flex-direction:row;
  }
  .podcast-section{
      background:linear-gradient(to bottom, #F7F8FF 0%, #F7F8FF 6%, #022b45 6%, #022b45 100%);
  }
  .active-content {
    flex-wrap: wrap;
}

.content-left {
    width: 100%;
}
  section.different-section {
    padding: 40px 15px;
}

.left-box {
    width: 100%;
}

.right-box {
    width: 100%;
}
  section.services-section {
    padding: 40px 0px;
}

section.partner-section.sec-pad {
    padding: 40px 0px;
}

.partner-section .section-heading {
    font-size: 26px;
}

section.partner-section {
    padding: 0px 0px;
}

section.partner-section.bank h2 {
    margin-bottom: 0;
}

section.partner-section.bank {
    margin-bottom: 20px;
}

.certification-grid {
    grid-template-columns: repeat(1, 1fr);
}
  section.testimonial-section {
    padding: 40px 15px;
}

section {
    overflow: hidden;
}

section.video-testimonial-section {
    padding: 40px 0px;
}
  section.founders-section {
    padding: 40px 0px;
}

section.achievement-section {
    padding: 40px 0px;
}

section.team-section {
    padding: 40px 0px;
}
  .ps-blog-left {
    width: 100%;
}

aside.ps-blog-sidebar {
    width: 100%;
}
  section.contact-section {
    padding: 40px 0;
}

section.office-section {
    padding: 40px 0;
}
}



.static-video-section {
    padding: 70px 0;
    background: #fff;
}

.static-video-title {
    font-size: 38px;
    font-weight: 600;
    margin: 0 0 35px;
    color: #08233e;
}

.static-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.static-video-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
}

.static-video-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
}

.static-video-frame iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.static-video-info {
    padding: 20px;
}

.static-video-info h4 {
    font-size: 18px;
    margin: 0 0 8px;
    font-family: 'Jost';
}

.static-video-info p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #656565;
    font-family: 'Jost';
}


/* Tablet */
@media (max-width: 991px) {
    .static-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Mobile */
@media (max-width: 767px) {
    .static-video-section {
        padding: 45px 0;
    }

    .static-video-title {
        font-size: 30px;
    }

    .static-video-grid {
        grid-template-columns: 1fr;
    }
}


.floor-plan-section {
    padding: 60px 0;
    background: #fff;
}

.floor-plan-section .container {
    /*max-width: 1280px;*/
    margin: 0 auto;
    padding: 0 20px;
}

.floor-plan-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
    color: #181818;
    margin: 0 0 25px;
}

.floor-plan-tabs {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f26a3d;
    margin-bottom: 20px;
}

.floor-tab {
    min-width: 90px;
    padding: 12px 20px;
    border: 0;
    background: transparent;
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    font-family:jost;
}

.floor-tab:hover {
    color: #f26a3d;
}

.floor-tab.active {
    background: #f26a3d;
    color: #fff;
    font-family: jost;
}

.floor-tab-content {
    display: none;
}

.floor-tab-content.active {
    display: block;
}

.floor-plan-card {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
    background: #fff;
}

.floor-plan-card img {
    width: 100%;
    /* height: auto; */
    display: block;
    /* object-fit: contain; */
    max-height: 500px;
}
.prop-details-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    display: flex;
    gap: 10px;
}

.prop-details-tag span {
    font-family: 'Jost';
    background: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    color: #F47024;
}
section.locality-section .locality-list {
    display: flex;
    flex-wrap: wrap;
}
/* 1400px and above */
@media (min-width: 1400px) {
    .timeline-grid,.specification-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* Tablet */
@media (max-width: 991px) {

    .floor-plan-title {
        font-size: 30px;
    }

    .floor-plan-card {
        padding: 20px;
    }
    .calculator-left, .calculator-right{
        max-height: none;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .floor-plan-section {
        padding: 40px 0;
    }

    .floor-plan-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .floor-plan-tabs {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .floor-plan-tabs::-webkit-scrollbar {
        display: none;
    }

    .floor-tab {
        flex: 0 0 auto;
        min-width: 85px;
        padding: 11px 16px;
    }

    .floor-plan-card {
        padding: 12px;
        border-radius: 8px;
    }
    .fp-heading h2{
        font-size:28px;
    }
    .propertyHeroPagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
  .fp-details h3 {
    font-size: 28px;
}

section.contact-form-sec h2 {
    font-size: 28px;
}

.footer-links h3 {
    font-size: 20px;
}
.header-media {
    flex-wrap: wrap;
    justify-content: center;
}
  h3 {
    font-size: 20px;
}

h2.video-testimonial-title {
    font-size: 28px;
}
}