.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1230px;
  }
}
.row {
  --bs-gutter-x: 30px;
}
a {
  text-decoration: none;
}
.container .row div[class^="col-"] {
  position: relative;
}
.mx-n-15px {
  margin-right: -15px;
  margin-left: -15px;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
iframe {
  width: 100%;
}
.form-box {
  position: relative;
  width: 25%;
  z-index: 9;
  float: left;
}
.form-box.large {
  width: 50%;
}
.select {
  border: 1px solid #e1e1e1;
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 98%;
}
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(images/icons/arrow.png) no-repeat scroll 92% 50%;
  border: medium none;
  color: #555454;
  cursor: pointer;
  font-size: 13px;
  height: 38px;
  padding: 0 16px;
  width: 100%;
}
.single-info label {
  color: #525252;
  font-family: "montserratsemi_bold";
  font-size: 14px;
  line-height: 34px;
  width: 160px;
}
.single-info input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dedede;
  color: #a2a2a2;
  font-family: "montserratlight";
  font-size: 12px;
  height: 36px;
}
.price_filter {
  width: 57.5%;
  float: left;
}
.slider-range {
  background: #bbb none repeat scroll 0 0;
  border: 0 none;
  height: 8px;
  border-radius: 0;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #1f223e none repeat scroll 0 0;
  border: medium none;
  height: 8px;
  margin-top: 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #1f223e none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  height: 22px;
  margin-top: -3px;
  width: 22px;
}
.slider-values {
  margin: 5px 0 10px;
  overflow: hidden;
}
.slider-values > span {
  float: left;
  padding-right: 5px;
  text-align: right;
  width: 42%;
}
.price_filter input {
  background: #0000 none repeat scroll 0 0;
  border: 0 none;
  color: #606060;
  float: left;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  margin: 0;
  min-width: 55px;
  padding: 0;
  text-align: left;
  width: 53%;
}
.price_filter button.search_price {
  border-top: 1px solid #dcdcdc;
  display: block;
  margin: 15px 0 10px;
  padding-top: 10px;
  text-align: left;
  width: 100%;
}
.about-area .col-md-6:last-child {
  padding-left: 0;
}
.about-area .link {
  font-size: 16px;
  font-weight: 500;
}
.about-area .col-md-6 img {
  margin-top: -10px;
}
.link > a {
  position: relative;
  color: #95c41f;
}
.link > a:hover {
  color: #1f223e;
}
.link > a:before,
.link > a:after {
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #95c41f none repeat scroll 0 0;
}
.link > a:after {
  background: #c6e088 none repeat scroll 0 0;
  bottom: -5px;
}
.link > a:hover:before {
  background: #1f223e none repeat scroll 0 0;
}
.link > a:hover:after {
  background: #3b4176 none repeat scroll 0 0;
}
.single-service-text h4 {
  font-size: 18px;
  font-weight: 400;
}
.single-service-text p {
  margin-bottom: 0;
}
.single-property {
  position: relative;
}
.property-title h4 {
  color: #fafafa;
  font-size: 16px;
  font-weight: 400;
}
.property-title h3 {
  font-size: 20px;
  font-weight: 400;
  color: #95c41f;
}
.single-property .title-left span {
  display: flex;
  align-items: center;
  color: #898989;
}
.property-title span img {
  float: left;
  max-width: 11px;
  position: relative;
  top: -2px;
}
.property-image {
  position: relative;
}
.property-image > a > img {
  width: 100%;
}
.hover-container {
  background: #000000a3 none repeat scroll 0 0;
  bottom: 0;
  height: 18%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}
.hover-item,
.property-content .list-item {
  display: inline-block;
}
.hover-item > span {
  color: #fafafa;
  line-height: 20px;
}
.owl-carousel .owl-item .hover-item > img,
.hover-item > img,
.property-content .list-item > img {
  float: left;
  width: auto;
}
.hover-item:nth-child(1) {
  width: 35%;
}
.hover-item:nth-child(2) {
  width: 26%;
}
.hover-item:nth-child(3) {
  width: 23%;
}
.property-image a {
  position: relative;
}
.property-image a span.img-button {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  left: 0;
  line-height: 38px;
  margin: -20px auto 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  right: 0;
  text-align: center;
  top: 41%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 200ms ease-in 0s;
  transition: all 200ms ease-in 0s;
  width: 130px;
  z-index: 1;
}
.property-image a span.img-button:hover {
  background: #fff;
  color: #1f223e;
}
.single-property:hover .property-image a span.img-button {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.property-image span.p-tag {
  color: #fff;
  font-family: "montserratsemi_bold";
  font-weight: 500;
  height: 28px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 93px;
  z-index: 1;
  line-height: 28px;
}
.owl-dots {
  text-align: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 40px;
}
.owl-dot {
  background: #dbdbdb none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 11px;
  margin-left: 10px;
  margin-right: 10px;
  width: 11px;
}
.owl-dot.active {
  height: 17px;
  width: 17px;
  top: 2px;
  position: relative;
  background: #95c41f none repeat scroll 0 0;
}
.advertise-area h1 {
  font-size: 32px;
  font-weight: 800;
}
.advertise-area h2 {
  font-family: "montserratsemi_bold";
  font-size: 32px;
  font-weight: 500;
}
.single-feature {
  float: left;
  width: 33.333%;
}
.single-feature-title > h4 {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}
.single-feature-title > img {
  position: absolute;
}
.single-feature-title {
  position: relative;
}
.text-icon > h2 {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  top: 8px;
}
.single-fun-factor h4 {
  color: #e0e0e0;
  font-size: 15px;
  font-weight: 400;
}
.text-icon img {
  display: inline-block;
}
.text-dark .text-icon > h2,
.single-fun-factor.text-dark h4 {
  color: #1f223e;
}
.fun-factor h2 {
  font-size: 28px;
}
.fun-factor-area .single-fun-factor {
  text-align: center;
}
.member-text > h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.member-text > span {
  color: #bcbcbc;
}
.member-image {
  position: relative;
  text-align: center;
}
.member-image:after {
  background: #0000001a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-team-member:hover .member-image:after {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.link-effect {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 198px;
  z-index: 1;
}
.link-effect li,
.agent-link li {
  background: #fff none repeat scroll 0 0;
  float: left;
  height: 33px;
  text-align: center;
  width: 36px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  position: absolute;
}
.agent-link li:hover {
  background: #95c41f none repeat scroll 0 0;
}
.link-effect li:hover {
  background: #95c41f none repeat scroll 0 0;
}
.link-effect li a,
.agent-link li a {
  display: block;
  height: 100%;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.link-effect li a img,
.header-search li img,
.agent-link li a img {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.link-effect ul li .s-img,
.link-effect ul li:hover .p-img,
.agent-link ul li .s-img,
.agent-link ul li:hover .p-img,
.header-search li .s-img,
.header-search li:hover .p-img {
  display: none;
}
.link-effect ul li:hover .s-img,
.agent-link ul li:hover .s-img {
  display: block;
}
.header-search li:hover .s-img {
  display: inline-block;
}
.link-effect ul li:nth-child(1) {
  bottom: -43px;
  left: 0;
}
.link-effect ul li:nth-child(2) {
  bottom: -53px;
  left: 54px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.link-effect ul li:nth-child(3) {
  bottom: -63px;
  left: 108px;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.link-effect ul li:nth-child(4) {
  bottom: -73px;
  right: 0;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
}
.single-team-member:hover .link-effect ul li:nth-child(1),
.single-team-member:hover .link-effect ul li:nth-child(2),
.single-team-member:hover .link-effect ul li:nth-child(3),
.single-team-member:hover .link-effect ul li:nth-child(4) {
  bottom: 0;
}
.member-text {
  z-index: 1;
  position: relative;
}
.testimonial-area {
  position: relative;
}
.testimonial-image-slider {
  margin-top: 5px;
}
.slick-list {
  margin: 0 5px;
}
.sin-testiImage {
  display: inline-block;
  margin-bottom: 0;
  outline: medium none;
}
.sin-testiImage img {
  cursor: pointer;
  display: inline-block;
  height: 102px;
  margin-top: 38px;
  outline: 0 none;
  width: 110px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sin-testiText {
  outline: medium none;
}
.sin-testiText p {
  margin-bottom: 10px;
  margin-top: 37px;
}
.slick-current .sin-testiText p {
  margin-bottom: 13px;
  margin-top: 48px;
}
.sin-testiText span {
  color: #1f223e;
  font-weight: 400;
}
.sin-div {
  margin: 0 41px;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.sin-div.slick-current {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.slick-slider {
  z-index: 9;
}
.slick-dots li button {
  background: #dbdbdb none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  color: #0000;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 11px;
  line-height: 0;
  outline: medium none;
  padding: 0;
  width: 11px;
}
.slick-dots > li {
  display: inline-block;
  height: 17px;
  margin: 10px;
}
.slick-dots li.slick-active button {
  height: 17px;
  width: 17px;
  top: 2px;
  position: relative;
  background: #95c41f none repeat scroll 0 0;
}
.slick-dots {
  height: 22px;
  margin: 30px auto 0;
}
.sin-testiText h4 {
  font-size: 14px;
  font-weight: 400;
}
.sin-testiText h4 span {
  color: #606060;
  font-family: "montserratlight";
}
.slick-current .sin-testiText {
  position: relative;
}
.slick-current .sin-testiText:after {
  background: #0000 url(images/icons/coma.png) repeat scroll 0 0;
  content: "";
  height: 47px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -21px;
  width: 57px;
}
.blog-image {
  position: relative;
}
.blog-image a img {
  width: 100%;
}
.blog-image span.blog-text {
  bottom: 0;
  color: #fafafa;
  font-family: "montserratsemi_bold";
  font-size: 20px;
  height: 46px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 55px;
  z-index: 2;
}
.blog-image span.blog-text span {
  font-size: 14px;
  font-weight: 400;
}
.blog-post-info span i {
  font-size: 16px;
}
.blog-post-info {
  color: #f4f4f4;
}
.single-blog-text h5 {
  font-weight: 400;
}
.single-blog .single-blog-text h5:hover {
  color: #95c41f;
}
.single-blog-text > a.button {
  color: #1f223e;
  height: auto;
  line-height: 18px;
  padding: 0;
}
.single-blog-text a.button:hover {
  color: #95c41f;
}
.single-client a {
  border: 1px solid #ebebeb;
  display: inline-table;
  height: 110px;
  width: 210px;
}
.single-client:hover a {
  background: #fafafa none repeat scroll 0 0;
  box-shadow: 0 0 7px #00000057;
}
.single-client span {
  display: table-cell;
  vertical-align: middle;
}
.owl-carousel .single-client img {
  width: auto;
  margin: auto;
}
.banner-title h1 {
  font-size: 36px;
  line-height: 29px;
}
.b-image img,
.b-s-image img,
.b-s-image-2 img,
.b-s-image-3 img {
  box-shadow: 1px 0 6px #00000094;
  margin: 0;
  position: relative;
  right: -49px;
  top: -46px;
  width: 100%;
}
.b-image,
.b-s-image,
.b-s-image-2,
.b-s-image-3 {
  background: #1f223e none repeat scroll 0 0;
  box-shadow: 1px 0 6px #00000094;
  display: inline-block;
  margin-right: 49px;
  margin-top: 46px;
}
.s-title {
  color: #1f223e;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 13px;
}
.cloumn-left,
.cloumn-right {
  float: left;
  position: relative;
  width: 50%;
}
.cloumn-left span,
.cloumn-right span {
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-size: 18px;
  height: 39px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  width: 118px;
  z-index: 9;
}
.cloumn-left span {
  border-radius: 30px 0 0 30px;
  left: auto;
  right: 0;
}
.about-text h4 {
  color: #1f223e;
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
}
.b-s-image > img {
  left: 34px;
  right: auto;
}
.regular {
  font-family: "montserratregular";
}
.b-s-image-2,
.b-s-image-3 {
  margin: 0;
}
.b-s-image-2 > img {
  right: 41px;
  top: 41px;
}
.b-s-image-3 > img {
  left: 41px;
  top: 41px;
  z-index: 2;
}
.single-sidebar-widget .form-box {
  height: auto;
  margin-bottom: 18px;
  width: 50%;
}
.single-sidebar-widget .select {
  width: 100%;
  border-color: #ccc;
}
.sidebar-widget-title > h5 {
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
}
.sidebar-widget-title > h5:after {
  background: #9ac438 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.single-sidebar-widget .form-box.large {
  width: 100%;
}
.single-sidebar-widget .price_filter {
  width: 75%;
}
.single-sidebar-widget .button {
  float: left;
  height: 45px;
  line-height: 45px;
  width: 270px;
  z-index: 9;
}
.single-sidebar-widget .property-title h4,
.single-sidebar-widget .property-title h3 {
  font-size: 14px;
}
.property-image a span.img-button {
  font-size: 12px;
  line-height: 30px;
  margin-top: -5px;
  width: 180px;
}
.sidebar-agent h5 {
  font-family: "montserratlight";
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.sidebar-agent a img {
  width: 100%;
}
.sidebar-agent a.border {
  border: 1px solid #ececec;
}
.agent-hover:hover h5 {
  color: #9ac438;
}
.single-sidebar-widget .tags li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #303030;
  float: left;
  padding: 7px 13px;
}
.single-sidebar-widget .tags li a:hover {
  color: #fff;
  background: #95c41f none repeat scroll 0 0;
}
.property-container {
  float: left;
  width: 40%;
}
.property-content .property-title h3 {
  font-size: 24px;
}
.property-content p {
  line-height: 24px;
}
.property-content p span {
  color: #1f223e;
  font-size: 16px;
}
.list-item span {
  color: #1f223e;
  line-height: 20px;
}
.property-image > img {
  width: 100%;
}
.property-desc > p span {
  font-family: "montserratregular";
}
.details-title,
.author-info h5,
.comment-text .reply,
.package-list span.dark {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
}
.details-title.text-medium {
  font-size: 16px;
}
.details-title.text-small {
  font-size: 14px;
}
.left-column .desc-info:nth-child(2n + 1) {
  float: left;
  width: 59%;
}
.left-column .desc-info:nth-child(2n) {
  float: left;
  width: 41%;
}
.left-column .desc-info:last-child {
  width: 100%;
}
.desc-info:last-child img {
  top: -2px;
  position: relative;
}
.desc-info .price {
  font-size: 16px;
  font-family: "montserratregular";
}
.desc-info .location {
  font-size: 15px;
}
.right-column .desc-info:nth-child(2n + 1) {
  float: left;
  width: 66%;
}
.right-column .desc-info:nth-child(2n) {
  float: left;
  width: 34%;
}
.desc-info i {
  font-size: 18px;
  top: 2px;
  position: relative;
}
.author-image {
  border: 1px solid #ebebeb;
}
.author-info h5 {
  font-size: 14px;
  line-height: 12px;
}
.author-info span {
  font-size: 12px;
}
.comment-text > p {
  color: #565656;
}
.comment-form input,
.comment-form textarea,
.single-post-area input,
.single-post-area textarea,
.single-post-area input {
  border: 1px solid #ebebeb;
  color: #606060;
  font-size: 12px;
  height: 36px;
  padding: 0 15px;
  background: #fbfbfb;
}
.comment-form textarea,
.single-post-area textarea {
  height: 200px;
  resize: none;
  padding: 12px 15px;
}
iframe {
  width: 100%;
  border: 0;
}
.search-form-box > input {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  color: #606060;
  font-size: 18px;
  height: 100%;
  padding: 0 15px;
}
.search-form-box {
  border: 1px solid #ccc;
  height: 43px;
  position: relative;
}
.search-form-box > button {
  background: #0000 none repeat scroll 0 0;
  color: #606060;
  font-size: 15px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  width: 48px;
}
.search-form-box > button:hover {
  color: #95c41f;
}
.categories li a {
  color: #606060;
}
.categories a:hover {
  color: #95c41f;
}
.post-img {
  display: inline-block;
  float: left;
}
.post-texts {
  overflow: hidden;
}
.post-texts > h5 {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.single-sidebar-widget p a:hover {
  color: #20233f;
}
.post-small img {
  width: 100%;
}
.custom .col-lg-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.row.custom {
  margin-left: -4px;
  margin-right: -4px;
}
.blog-details .blog-image span.blog-text {
  font-size: 28px;
  width: 75px;
  height: 63px;
}
.blog-details img {
  width: 100%;
}
.blog-details .blog-image span.blog-text span {
  font-size: 20px;
}
.blog-details .single-blog-text h5 {
  font-size: 22px;
}
.blog-details .bold {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}
.tags-and-links span {
  color: #303030;
  font-weight: 400;
  font-size: 16px;
}
.tags > li,
.tags,
.social-links-small {
  display: inline-block;
}
.tags > li a {
  color: #565656;
  padding: 0 1px;
}
.tags > li a:hover {
  color: #9ac438;
}
.tags-and-links .social-links-small a {
  border: 0 none;
  color: #606060;
  height: auto;
  margin: 0 0 0 31px;
  padding: 0;
  width: auto;
}
.tags-and-links .social-links-small a:nth-child(2) {
  margin: 0;
}
.tags-and-links .social-links-small a i {
  font-size: 14px;
  line-height: 17px;
}
.tags-and-links .social-links-small a:hover {
  background: #0000 none repeat scroll 0 0;
}
.comment-text .reply {
  font-size: 13px;
}
.agent-contact > img {
  position: absolute;
}
.agent-contact {
  position: relative;
}
.agent-contact span {
  line-height: 17px;
}
.agent-link li {
  background: #f5f5f5 none repeat scroll 0 0;
  position: inherit;
}
.agent-details-content p.text-large {
  font-size: 15px;
}
.agent-details-content span.text-dark {
  font-family: "montserratlight";
  font-weight: 300;
}
.agent-details-content .single-fun-factor h4 {
  font-size: 14px;
}
.agent-details-content .single-fun-factor h2 {
  font-size: 26px;
}
.agent-experience i {
  font-size: 22px;
}
.create-agency-area textarea,
.create-agency-area input {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
}
.create-agency-area textarea {
  height: 132px;
}
.property-package .row {
  margin-left: -12px;
  margin-right: -12px;
}
.package-title h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
}
.package-list {
  background: #f5f5f5 none repeat scroll 0 0;
}
.package-list button {
  background: #1f223e none repeat scroll 0 0;
  line-height: 34px;
  padding: 0 36px;
}
.single-package:hover button {
  background: #95c41f none repeat scroll 0 0;
}
h4.sub-title {
  font-weight: 400;
  position: relative;
}
h4.sub-title:after {
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 75px;
  background: #95c41f none repeat scroll 0 0;
}
.single-post-area textarea {
  height: 260px;
}
.single-post-area input {
  height: 43px;
}
.single-post-area .select {
  border: 0;
  width: 100%;
}
.single-post-area .select select {
  background: #fbfbfb url(images/icons/arrow.png) no-repeat scroll 96% 50%;
  border: 1px solid #ebebeb;
  color: #606060;
  height: 43px;
  padding: 0 0 0 11px;
}
.upload {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  height: 96px;
  position: relative;
  width: 100%;
}
.single-post-area .upload input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #0000 none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.action {
  display: inline-block;
  font-weight: 400;
  height: 45px;
  line-height: 43px;
  margin-top: 24px;
  width: 186px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #95c41f none repeat scroll 0 0;
}
.upload:hover .action {
  background: #1f223e;
}
.action i {
  font-size: 18px;
  top: 2px;
  position: relative;
}
.property-feature .desc-info:nth-child(2n + 1) {
  float: left;
  width: 49%;
}
.property-feature .desc-info:nth-child(2n) {
  float: left;
  width: 51%;
}
.single-post-area button {
  line-height: 44px;
  padding: 0 32px;
}
.contact-form-area input,
.contact-form-area textarea {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  color: #606060;
  height: 36px;
  padding: 0 12px;
}
.contact-form-area textarea {
  height: 132px;
  padding: 10px 12px;
  resize: none;
}
.contact-form-area button.button {
  padding: 0 32px;
}
.contact-information {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 21px 1px #0003;
  margin: -52px 58px 0;
  overflow: hidden;
  padding: 54px 67px;
  position: relative;
  z-index: 1;
}
.address-area .contact-information {
  margin-top: 0;
}
.single-contact-info {
  float: left;
  width: 33.333%;
}
.single-contact-info .contents {
  position: relative;
}
.single-contact-info img {
  left: 0;
  position: absolute;
  top: 5px;
}
.error-text > h3,
.error-text h2 {
  color: #303030;
  font-family: "montserratsemi_bold";
  font-size: 40px;
  font-weight: 500;
}
.error-text h2 {
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 600;
}
.error-text > p {
  font-family: "montserratultra_light";
  font-size: 18px;
  line-height: 28px;
}
.error-text a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "montserratbold";
  padding: 12px 20px;
  background: #95c41f none repeat scroll 0 0;
}
.error-text a:hover {
  background: #20233f none repeat scroll 0 0;
  color: #fff;
}
.modal-header {
  border: 0 none;
  padding: 0;
}
.modal-header h4.sub-title {
  margin-bottom: 30px;
}
.modal-content {
  padding: 40px 30px;
}
.modal-content .single-post-area input {
  height: 32px;
  margin-bottom: 10px;
}
.modal-content .single-post-area textarea {
  height: 75px;
}
button.close {
  background: #20233f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  height: 26px;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  position: absolute;
  right: 10px;
  top: 13px;
  width: 25px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.close:hover {
  background: #95c41f none repeat scroll 0 0;
  color: #fff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.fixed-bg-1 {
  background: #0000 url(images/slider/1.jpg) no-repeat fixed center top / cover;
}
.fixed-bg-2 {
  background: #0000 url(images/slider/2.jpg) no-repeat fixed center top / cover;
}
.banner-content h1.border-none::after {
  display: none;
}
.video-wrapper,
.video-banner {
  height: 570px;
  overflow: hidden;
  position: relative;
}
.gallery-img,
.gallery-img img {
  width: 100%;
}
.gallery-img {
  overflow: hidden;
  position: relative;
}
.gallery-img img {
  display: block;
  position: relative;
}
.gallery-img .hover-effect {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s linear 0s;
  width: 100%;
}
.gallery-img h2 {
  background: #0000 none repeat scroll 0 0;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  margin: 94px auto 5px;
  opacity: 0;
  padding: 9px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s linear 0s;
}
.gallery-img p {
  color: #fff;
  margin: 0 30px;
  opacity: 0;
  text-align: center;
  transition: all 0.5s linear 0s;
}
.gallery-img:hover .hover-effect {
  opacity: 1;
}
.gallery-img:hover h2,
.gallery-img:hover p {
  opacity: 1;
}
.gallery-img,
.gallery-img .hover-effect {
  background: #1f223ee6 none repeat scroll 0 0;
}
.video-gallery {
  display: block;
  height: 215px;
  overflow: hidden;
}
.video-gallery .mbYTP_wrapper {
  height: 215px;
}
.video-post {
  display: block;
  height: 335px;
  overflow: hidden;
}
.video-post .mbYTP_wrapper {
  height: 335px;
}
.video-post .mb_YTPlayer,
.video-gallery .mb_YTPlayer {
  height: 100%;
}
.mb_YTPBar span.mb_OnlyYT {
  left: auto;
  right: 68px;
}
.mb_YTPUrl.ytpicon {
  display: none;
}
.banner-content .text-content-wrapper.full-width {
  float: none;
  margin: auto;
  position: relative;
  z-index: 9;
}
.shortcode .row {
  margin-left: -15px;
  margin-right: -15px;
}
.properties-slider.owl-theme .owl-controls .owl-nav div {
  background: #fff none repeat scroll 0 0;
  font-size: 25px;
  height: 40px;
  left: 10px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
  line-height: 40px;
}
.properties-slider.owl-theme .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: 10px;
}
.properties-slider.owl-theme:hover .owl-controls .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.properties-slider.owl-theme .owl-controls .owl-nav div:hover {
  background: #464646 none repeat scroll 0 0;
  color: #fff;
}
.properties-tab-slider .item a img {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  display: block;
  padding: 0;
  transition: all 0.3s ease 0s;
  max-width: 100%;
}
.properties-tab-slider.owl-theme .owl-controls .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  font-size: 20px;
  height: 30px;
  left: 0;
  line-height: 30px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 30px;
}
.properties-tab-slider.owl-theme .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.properties-tab-slider.owl-theme:hover .owl-controls .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.properties-tab-slider.owl-theme .owl-controls .owl-nav div:hover {
  background: #464646 none repeat scroll 0 0;
  color: #fff;
}
strong {
  font-weight: 700;
}
.small {
  line-height: 1.4em;
  font-size: 12px;
}
.property-content .list-item i.material-icons,
.property-content .list-item i.material-symbols-outlined {
  font-size: 25px;
  vertical-align: middle;
  margin-bottom: 3px;
  color: #1f223e;
}
.material-symbols-outlined {
  vertical-align: middle !important;
}
.banner-title h1 {
  font-size: 36px;
  line-height: 48px;
}
.unit-gallery {
  border-radius: 4px;
  overflow: hidden;
}
.unit-gallery a {
  background-size: cover;
  background-position: center;
}
.unit-gallery .col-md-8 a {
  display: flex;
  width: 100%;
  padding-top: 80%;
}
.unit-gallery .col-md-4 a {
  display: flex;
  width: 100%;
  height: 50%;
}
.unit-gallery .col-lg-12 a {
  display: flex;
  width: 100%;
  padding-top: 60%;
}
.btn-gallery {
  position: absolute;
  left: 25px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  width: auto;
  background: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
}
.link-gallery:parent {
  text-decoration: none;
}
.btn-gallery:hover {
  text-decoration: none !important;
  background: #fff;
  color: #1f223e;
}
.lazy {
  opacity: 1;
  transition: opacity 0.3s;
}
.lazy[data-src] {
  opacity: 0;
}
.unit-gallery .col-md-4 {
  padding-left: 4px;
}
.bg-image {
  background-size: cover;
  background-position: center;
}
.bg-overlay-2:before {
  background: #0000004d;
}
.no-image {
  background: #f05a66;
}
.single-footer-widget .social-links {
  text-align: left;
  display: block;
}
.main-menu > li {
  padding-left: 23px;
}
.border-top {
  border-top: 1px solid #ffffff69 !important;
}
footer {
  color: #fff;
}
.header-top-info .material-symbols-outlined {
  font-size: 14px;
}
.logo img {
  width: 250px;
  height: 65px;
}
.logo-footer img {
  width: 80%;
}
.sticky .logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .logo img {
    width: 100%;
    height: 80px;
  }
  .logo {
    padding: 25px;
  }
}
.menu-item-lang {
  padding-left: 8px !important;
}
.menu-item-lang .btn {
  margin-top: -7px;
  padding: 8px 0;
}
.menu-item-lang .btn.show,
.menu-item-lang .btn:active {
  border-color: #fff;
}
.bg-overlay:before,
.bg-overlay-light:before,
.bg-overlay-dark:before,
.bg-overlay-dark-2:before,
.bg-overlay-dark-3:before,
.bg-overlay-pattern:before {
  background: #00000047;
}
.nivo-caption {
  background: #0000;
}
.nivo-caption a {
  color: #fff;
}
.slides img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.slides {
  height: 80vh;
  overflow: hidden;
  position: relative;
}
textarea.form-control {
  min-height: 250px;
}
.blog-image {
  max-height: 235px;
  overflow: hidden;
}
.grecaptcha-badge {
  display: none;
}
ul.page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  background: none;
}
ul.page-breadcrumb li {
  color: #fff;
  font-family: "montserratregular", Raleway, Arial, sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
  position: relative;
  font-weight: 200;
}
ul.page-breadcrumb li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
  letter-spacing: 1px;
}
ul.page-breadcrumb li a:hover {
  color: #f05a66;
}
ul.page-breadcrumb li:after {
  content: "/";
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 8px;
  opacity: 1;
}
@media (max-width: 768px) {
  ul.page-breadcrumb {
    font-size: 13px;
  }
  ul.page-breadcrumb li {
    font-size: 13px;
    margin: 0 3px;
  }
  ul.page-breadcrumb li + li:before {
    margin: 0 5px;
    font-size: 15px;
  }
}
.sales-gradient-bg {
  background: #ff8d2f;
  background: linear-gradient(
    0deg,
    rgba(255, 141, 47, 1) 0%,
    rgba(255, 96, 47, 1) 74%,
    rgba(231, 92, 33, 1) 100%
  );
}

.sales-carousel {
  padding: 20px 0;
}

.sales-card {
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  height: 480px;
  display: flex;
  flex-direction: column;
}

.sales-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

.sales-card-image {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 250px;
}

.sales-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.sales-image {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sales-card:hover .sales-image {
  transform: scale(1.05);
}

.price-tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.sales-card:hover .price-tag {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.price-text {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.original-price {
  color: #95a5a6;
  font-size: 12px;
  margin-right: 6px;
}

.discounted-price {
  color: #27ae60;
  font-size: 18px;
}

.sales-card-content {
  padding: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sales-card-title {
  margin-top: 0;
  font-weight: 600;
  color: #2c3e50;
}

.sales-title-link {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sales-title-link:hover {
  color: #2c3e50;
}

.sales-discover-btn {
  display: inline-block;
  transition: all 0.3s ease;
  align-self: flex-end;
  margin-top: auto;
}

/* Owl Carousel Overflow Fix */
.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.owl-carousel .owl-stage {
  overflow: visible !important;
}

.owl-carousel .owl-item {
  overflow: visible !important;
}

/* Sales Carousel Equal Heights */
.sales-carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.sales-carousel .item {
  display: flex;
  width: 100%;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2c3e50;
  --bs-btn-border-color: #2c3e50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3e50;
  --bs-btn-hover-border-color: #2c3e50;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c3e50;
  --bs-btn-active-border-color: #2c3e50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2c3e50;
  --bs-btn-disabled-border-color: #2c3e50;
}
.btn-primary:hover {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff8d2f;
  --bs-btn-border-color: #ff8d2f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff8d2f;
  --bs-btn-hover-border-color: #ff8d2f;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff8d2f;
  --bs-btn-active-border-color: #ff8d2f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff8d2f;
  --bs-btn-disabled-border-color: #ff8d2f;
}
.btn-whatsapp {
  position: fixed;
  right: 40px;
  bottom: 100px;
  background: #25d366;
  width: 47px;
  height: 47px;
  border-radius: 100px;
  line-height: 53px;
  text-align: Center;
  color: #fff;
  font-size: 30px;
  z-index: 10;
  opacity: 1;
  display: block;
}
.btn-whatsapp img {
  width: 30px;
  height: 30px;
  margin-top: -11px;
}
.btn-whatsapp:hover {
  -webkit-box-shadow: 0 3px 15px 0 rgba(37, 211, 102, 0.78);
  -moz-box-shadow: 0 3px 15px 0 rgba(37, 211, 102, 0.78);
  box-shadow: 0 3px 15px 0 rgba(37, 211, 102, 0.78);
  color: #fff;
}
/* News Cards Styles - Following Sales Cards Design */
.news-area {
  background: #f8f9fa;
}

.news-card {
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

.news-card-image {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 250px;
  background-image: url("/immagini/cover.svg");
  background-size: cover;
  background-position: center;
}

.news-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.news-image {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card:hover .news-image {
  transform: scale(1.05);
}

.news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.news-card:hover .news-overlay {
  opacity: 1;
}

.news-category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(52, 152, 219, 0.95);
  backdrop-filter: blur(10px);
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
  transition: all 0.3s ease;
}

.news-card:hover .news-category-tag {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.category-text {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-card-content {
  padding: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-card-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.1rem;
  line-height: 1.4;
}

.news-title-link {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-card:hover .news-title-link {
  color: #3498db !important;
}

.news-excerpt {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
  font-size: 0.95rem;
}

.news-read-btn {
  display: inline-block;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto;
  border-color: #3498db;
  color: #3498db;
}

.news-read-btn:hover {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}
.negative-margin-header {
  margin-top: -140px;
  z-index: 9;
}
/* Responsive adjustments for news cards */
@media (max-width: 768px) {
  .negative-margin-header {
    margin-top: 0;
    z-index: 9;
  }
  .news-card {
    height: auto;
    min-height: 400px;
  }

  .news-card-image {
    height: 200px;
  }

  .news-card-content {
    padding: 15px;
  }

  .news-card-title {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .news-card-image {
    height: 180px;
  }

  .news-card-content {
    padding: 12px;
  }

  .news-excerpt {
    font-size: 0.9rem;
  }
}
.banner-with-image {
  position: relative;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

.banner-with-image .container {
  position: relative;
  z-index: 2;
}

.banner-main-title {
  position: relative;
}

.banner-with-image .page-breadcrumb li a {
  transition: all 0.3s ease;
}

/* Additional contrast enhancement */
@media (max-width: 768px) {
  .banner-overlay {
    background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.7) 100%
    );
  }
}

.single-gallery-image {
  display: block;
  max-height: 500px;
  transition: transform 0.3s ease;
}

.single-gallery-image:hover {
  transform: scale(1.02);
}

.single-gallery-img {
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .single-gallery-image,
  .single-gallery-img {
    max-height: 300px;
  }
}

/* Property Cards Modern Style */
.property-card {
  transition: all 0.3s ease;
  border-radius: 4px !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.property-image-container {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  flex-shrink: 0;
}

.property-image {
  transition: transform 0.3s ease;
}

.property-card:hover .property-image {
  transform: scale(1.05);
}

.property-overlay {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.property-card:hover .property-overlay {
  opacity: 1;
}

.property-button {
  transform: translateY(20px);
  transition: transform 0.3s ease;
  border-radius: 4px !important;
}

.property-card:hover .property-button {
  transform: translateY(0);
}

.location-badge {
  font-size: 0.85rem;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}

.hover-primary:hover {
  color: #ff8d2f !important;
}

.feature-item {
  font-size: 0.9rem;
}

.feature-item i {
  font-size: 1.2rem;
}

.transition-all {
  transition: all 0.3s ease;
}

.property-title a {
  transition: color 0.3s ease;
}

.property-title {
  min-height: 3.2rem; /* Fixed height for 2 lines of title */
  display: flex;
  align-items: flex-start;
}

.property-description {
  min-height: 80px;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}

.property-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.property-features {
  margin-top: auto;
  flex-shrink: 0;
}

.property-price {
  background: linear-gradient(135deg, #ff8d2f 0%, #ff6b00 100%);
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px !important;
}

.property-price-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}

@media (max-width: 768px) {
  .property-features {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start !important;
  }

  .feature-item {
    justify-content: flex-start;
  }

  .property-price {
    font-size: 1rem;
  }
}

/* Override Bootstrap primary color */
.text-primary {
  color: #ff8d2f !important;
}

/* Additional Bootstrap primary color overrides */
:root {
  --bs-primary: #ff8d2f;
  --bs-primary-rgb: 255, 141, 47;
}

/* Fixed height for uniform card display */
.sales-carousel .property-card {
  min-height: 500px;
}

.property-title h3 {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Modern Features Grid Styles */
.features-modern-grid {
  transition: all 0.3s ease;
  border-left: 4px solid #ff8d2f;
}

.feature-modern-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.feature-icon-modern {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-modern i {
  font-size: 1.4rem;
}

.feature-label-modern {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.feature-value-modern {
  font-size: 1rem;
  line-height: 1.3;
}

.section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
}

.section-title i {
  font-size: 1.5rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .features-modern-grid {
    margin-bottom: 2rem;
  }

  .feature-modern-card {
    margin-bottom: 0.75rem;
  }

  .feature-icon-modern {
    width: 40px;
    height: 40px;
  }

  .feature-icon-modern i {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .features-modern-grid {
    padding: 1rem !important;
  }

  .feature-modern-card {
    padding: 0.75rem !important;
    flex-direction: column;
    text-align: center;
  }

  .feature-icon-modern {
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }

  .section-title {
    font-size: 1.2rem;
  }

  .section-title i {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .feature-modern-card {
    flex-direction: row;
    text-align: left;
  }

  .feature-icon-modern {
    margin-right: 0.75rem !important;
    margin-bottom: 0;
    width: 35px;
    height: 35px;
  }

  .feature-label-modern {
    font-size: 0.75rem;
  }

  .feature-value-modern {
    font-size: 0.9rem;
  }
}

/* Animation for loading */
.feature-modern-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

.feature-modern-card:nth-child(1) {
  animation-delay: 0.1s;
}
.feature-modern-card:nth-child(2) {
  animation-delay: 0.2s;
}
.feature-modern-card:nth-child(3) {
  animation-delay: 0.3s;
}
.feature-modern-card:nth-child(4) {
  animation-delay: 0.4s;
}
.feature-modern-card:nth-child(5) {
  animation-delay: 0.5s;
}
.feature-modern-card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-outline-primary {
  --bs-btn-color: #2c3e50;
  --bs-btn-border-color: #2c3e50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3e50;
  --bs-btn-hover-border-color: #2c3e50;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c3e50;
  --bs-btn-active-border-color: #2c3e50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2c3e50;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2c3e50;
  --bs-gradient: none;
}

/* Overlay scuro per banner con immagine di sfondo */
.banner-area.bg-image.bg-overlay-dark:before {
  background: rgba(0, 0, 0, 0.45) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}

.banner-area.bg-image .banner-title {
  position: relative;
  z-index: 2;
}