.refine-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6a00; /* Orange button color */
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-top: 1rem;
  height: 2.5rem !important;
  gap: 1rem;
  transition: all 0.3s ease-in-out;
}
.refine-btn .searchIconImg path {
  fill: #fff;
}

.refine-btn:hover {
  color: #fff;
  border-radius: 10rem;
  scale: 1.05;
  background-color: #e05c00; /* Slightly darker on hover */
}

.img-listing {
  height: 15rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.listingFeatures {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.listingFeatures li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 5rem;
  text-wrap: nowrap;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.bannerSearchTopContainer {
  height: 20rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.bannerSearchTopContainer .searchWrapper {
  width: 90%;
  margin-inline: auto;
  display: flex;
  max-width: 1320px;
  transform: translateY(2rem);
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: center;
}
.bannerSearchTopContainer .searchWrapper #propertyType {
  height: 3rem;
  min-width: 35rem;
  padding-left: 1rem;
  outline: none;
  border-radius: 4px;
  border: 1.2px solid rgba(222, 222, 222, 0.8705882353);
  font-family: "GeneralSans-Medium";
  font-size: 0.9rem;
  color: #333;
}
.bannerSearchTopContainer .searchWrapper #propertyType:focus {
  background-color: #ffe6d5;
  border: 1.2px solid #ff6a00;
}
.bannerSearchTopContainer .searchWrapper .priceRange {
  display: flex;
  gap: 1rem;
}
.bannerSearchTopContainer .searchWrapper .priceRange input {
  height: 3rem;
  min-width: 15rem;
  padding-left: 0.5rem;
  outline: none;
  border-radius: 4px;
  border: 1.2px solid rgba(222, 222, 222, 0.8705882353);
  font-family: "GeneralSans-Medium";
  font-size: 0.9rem;
  color: #333;
}
.bannerSearchTopContainer .searchWrapper .priceRange input:focus {
  background-color: #ffe6d5;
  border: 1.2px solid #ff6a00;
}
.bannerSearchTopContainer .searchWrapper .searchBannerBtn {
  height: 3rem;
  width: 10rem;
  background-color: #ff6a00;
  color: #fff;
  border: none;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "GeneralSans-Medium";
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.bannerSearchTopContainer .searchWrapper .searchBannerBtn .searchIconImg path {
  fill: #fff;
}
.bannerSearchTopContainer .searchWrapper .searchBannerBtn:hover {
  background-color: #e05c00;
  border-radius: 10rem;
}
.bannerSearchTopContainer .bannerBackgroundImage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bannerSearchTopContainer .bannerBackgroundImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.65);
  -o-object-position: bottom;
     object-position: bottom;
}

div.row.g-0 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  /* background-color: red; */
}

div#uk-switcher-2.col-lg-8.uk-active {
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0px 12px;
  /* background-color: black; */
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
div#uk-switcher-2.col-lg-8.uk-active .card {
  /* background-color: blue; */
  width: unset !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 25rem !important;
  display: flex;
  justify-content: center;
}

.mainWrapperListings .flexWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.mainWrapperListings .card {
  width: 26rem;
  max-width: 26rem !important;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  transition: all 0.3s ease-in-out;
}
.mainWrapperListings .card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  scale: 1.02;
}
.mainWrapperListings .imageWrapper {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 26rem;
  padding: 0 !important;
  margin: 0 !important;
}
.mainWrapperListings .imageWrapper img {
  border-radius: 4px;
}
.mainWrapperListings .mainCardWrapper {
  max-width: 25rem;
}
.mainWrapperListings .mainCardWrapper .card-title {
  font-size: 1.3rem;
  width: unset !important;
  min-width: 22rem !important;
  font-family: "GeneralSans-SemiBold";
  color: #333;
  margin: 0;
  padding: 0;
}
.mainWrapperListings .mainCardWrapper .card-text {
  font-family: "GeneralSans-Medium";
  font-size: 0.9rem;
  color: rgba(51, 51, 51, 0.8862745098);
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
  width: 22rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4rem;
}

.uk-pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2rem;
}

.viewMoreIconImg path {
  fill: #333;
}

.successBadge {
  background-color: #008000;
  color: #fff;
  height: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  font-family: "GeneralSans-SemiBold";
  font-weight: unset !important;
  font-size: 0.9rem;
  display: flex;
  gap: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 1rem;
}
.successBadge .successBadgeIcon path {
  fill: #fff;
}

.dangerBadge {
  background-color: #ff6a00;
  color: #fff;
}

.bannerDescriptionListings {
  width: -moz-fit-content;
  width: fit-content;
}
.bannerDescriptionListings p {
  font-family: "GeneralSans-Medium";
  font-size: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.bannerDescriptionListings p .count {
  color: #000;
  font-family: "GeneralSans-Bold";
}

.visualisationSwitcher {
  margin-bottom: 2.5rem;
  display: flex;
  gap: 0;
}
.visualisationSwitcher a {
  border: none;
  height: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  text-decoration: none !important;
  font-family: "GeneralSans-Medium";
  font-size: 1rem;
  color: #333;
  background-color: #f7f7f7;
}
.visualisationSwitcher .uk-active {
  background-color: #0A6AA1;
  color: #fff;
}
.visualisationSwitcher .uk-active .visualizeIcon path {
  fill: #fff;
}

.viewMoreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "GeneralSans-Medium";
  font-size: 0.9rem;
  text-decoration: none !important;
  color: #333;
  background-color: #0A6AA1;
  color: #fff !important;
  border: none;
  text-decoration: none;
  padding: 0 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.viewMoreBtn .viewMoreIconImg path {
  fill: #fff;
}

.viewMoreBtn:hover {
  background-color: #003858;
  border-radius: 10rem;
  scale: 1.05;
}

.advancedSearchFilter {
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  width: 25rem;
  z-index: 1000;
  font-family: "GeneralSans-Medium";
}
.advancedSearchFilter .advancedSearchHeading {
  font-family: "GeneralSans-SemiBold";
  font-size: 1.5rem;
  color: #333;
}
.advancedSearchFilter .backgroundImage {
  position: absolute;
  top: calc(100% - 18rem) !important;
  left: 0;
  height: 18rem;
  width: 100%;
  z-index: 1;
  border-bottom-left-radius: 10px;
}
.advancedSearchFilter .backgroundImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 10px;
}
.advancedSearchFilter .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.advancedSearchFilter .card > * {
  position: relative;
  z-index: 2;
}
.advancedSearchFilter .card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}

.custom-shape-divider-bottom-1741757165 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.custom-shape-divider-bottom-1741757165 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 43px;
}

.custom-shape-divider-bottom-1741757165 .shape-fill {
  fill: #FFFFFF;
}

.mainContainerResults {
  width: 90%;
  margin-inline: auto;
}
.mainContainerResults .mainSwitcherListings {
  width: calc(100% - 25rem);
}

.moreDetailsBannerContainer {
  height: 15rem;
}

.mainMoreDetailsWrapperContainer {
  border-top: 1.2px solid rgba(26, 26, 26, 0.3098039216);
  padding-top: 1rem;
  margin-top: 1rem;
}
.mainMoreDetailsWrapperContainer .card {
  border: none;
}
.mainMoreDetailsWrapperContainer .imagesWrapperMain {
  width: 75%;
}
.mainMoreDetailsWrapperContainer .suggestedProperty .card {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  transition: all 0.3s ease-in-out;
}
.mainMoreDetailsWrapperContainer .suggestedProperty .card:hover {
  scale: 1.02;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.mainMoreDetailsWrapperContainer .tokenWrapper {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  max-width: 28rem;
  margin-top: 1rem;
  position: relative;
  height: 25rem;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .card-body {
  position: relative;
  z-index: 2;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .tokenBackgroundImage {
  position: absolute !important;
  bottom: 0;
  left: 0;
  height: 12rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-bottom-left-radius: 4px;
  z-index: 1;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .headingTokenWrapper {
  font-size: 1.5rem;
  font-family: "GeneralSans-SemiBold";
  color: #0A6AA1;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .reservationTokenInputWrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .reservationTokenInputWrapper .tokenInput {
  border: 1px solid #dedede;
  padding-left: 1rem;
  height: 3rem;
  width: 100%;
  display: flex;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .reservationTokenInputWrapper .tokenInput:focus {
  border: 1px solid #ff6a00;
  background-color: rgba(224, 93, 0, 0.0823529412);
}
.mainMoreDetailsWrapperContainer .tokenWrapper .reservationTokenInputWrapper .tokenInput ::-moz-placeholder {
  font-family: "GeneralSans-Medium";
  font-size: 0.8em;
  color: #333;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .reservationTokenInputWrapper .tokenInput ::placeholder {
  font-family: "GeneralSans-Medium";
  font-size: 0.8em;
  color: #333;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .bookNowBtn {
  margin-top: 2rem;
  height: 2.5rem;
  width: 100%;
  background-color: #ff6a00;
  color: #fff;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "GeneralSans-SemiBold";
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .bookNowBtn:hover {
  background-color: #e05c00;
  border-radius: 10rem;
  scale: 1.02;
}
.mainMoreDetailsWrapperContainer .tokenWrapper .bookNowBtn .bookIcon path {
  fill: #fff;
}

.propertyMoreDetailsWrapper .listing-images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  /* background-color: red; */
  max-height: 32rem;
  overflow-y: auto;
}
.propertyMoreDetailsWrapper .listing-images > div {
  /* background-color: red; */
  min-height: 20rem;
}
.propertyMoreDetailsWrapper .listing-images img {
  box-sizing: border-box;
  display: inline;
  /* max-width: 25rem; */
  width: 24rem !important;
  min-height: 20rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  border-radius: 10px;
}

.titleProperty {
  font-size: 2rem;
  color: #333;
  font-family: "Helvetica Neue";
  margin-top: -0.5rem;
}

.descriptionProperty {
  font-size: 1.2rem;
  color: #333;
  font-family: "GeneralSans-Medium";
}

.mainMoreDetailsWrapperContainer {
  width: 90%;
  margin-inline: auto;
  font-family: "GeneralSans-Medium";
}
.mainMoreDetailsWrapperContainer .featuresBody {
  padding-top: 0;
  margin-top: -1rem;
}
.mainMoreDetailsWrapperContainer .featuresBody .showAllImages {
  display: flex;
  height: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #0A6AA1 !important;
  color: #fff;
  gap: 0.5rem;
  text-decoration: none !important;
  font-family: "GeneralSans-SemiBold";
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.mainMoreDetailsWrapperContainer .featuresBody .showAllImages .showImagesIcon path {
  fill: #fff;
}
.mainMoreDetailsWrapperContainer .featuresBody .showAllImages:hover {
  background-color: #003858;
  border-radius: 10rem;
  scale: 1.05;
}
.mainMoreDetailsWrapperContainer .featuresBody .featuresList {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
}
.mainMoreDetailsWrapperContainer .featuresBody .featuresList li {
  background: rgba(40, 136, 191, 0.9);
  padding: 0 1rem;
  border-radius: 10rem;
  height: 2.2rem;
  display: flex;
  margin-left: -1rem;
  border: 1px solid #fff;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  font-family: "GeneralSans-Medium";
}
.mainMoreDetailsWrapperContainer .featuresBody .featuresList li span {
  height: 1.6rem;
  width: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainMoreDetailsWrapperContainer .rowContainer {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.mainMoreDetailsWrapperContainer .heading {
  font-family: "GeneralSans-SemiBold";
  font-size: 1.2rem;
  color: #0A6AA1;
}
.mainMoreDetailsWrapperContainer .exteriorFeatures, .mainMoreDetailsWrapperContainer .interiorFeatures {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s ease-in-out;
}
.mainMoreDetailsWrapperContainer .exteriorFeatures:hover, .mainMoreDetailsWrapperContainer .interiorFeatures:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  scale: 1.02;
}
.mainMoreDetailsWrapperContainer .exteriorFeatures .exteriorFeature, .mainMoreDetailsWrapperContainer .exteriorFeatures .interiorFeature, .mainMoreDetailsWrapperContainer .interiorFeatures .exteriorFeature, .mainMoreDetailsWrapperContainer .interiorFeatures .interiorFeature {
  margin-top: 0.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 15rem;
  display: flex;
  align-items: center !important;
  gap: 0.5rem;
}
.mainMoreDetailsWrapperContainer .exteriorFeatures .exteriorFeature .exteriorFeatureIcon path, .mainMoreDetailsWrapperContainer .exteriorFeatures .interiorFeature .exteriorFeatureIcon path, .mainMoreDetailsWrapperContainer .interiorFeatures .exteriorFeature .exteriorFeatureIcon path, .mainMoreDetailsWrapperContainer .interiorFeatures .interiorFeature .exteriorFeatureIcon path {
  display: flex;
  fill: #333;
  height: 0.8rem;
  width: 0.8rem;
}
.mainMoreDetailsWrapperContainer .suggestedProperties .suggestedPropertiesTitle {
  margin-top: 2rem;
  margin-left: 1rem;
  color: #333;
  font-size: 1.5rem;
  font-family: "GeneralSans-SemiBold";
}
.mainMoreDetailsWrapperContainer p {
  margin: 0;
  padding: 0;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper {
  /* background-color: blue; */
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .topDescriptionProperty {
  margin: 0;
  font-size: 1.8rem;
  font-family: "GeneralSans-Semibold";
  color: #333;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .sideGridItemsWrapper {
  /* background-color: red; */
  width: 50%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .sideGridItemsWrapper > div {
  background-color: #dedede;
  height: 48%;
  border-radius: 10px;
  width: 48%;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .sideGridItemsWrapper > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .gridWrapper {
  height: 32rem;
  display: flex;
  gap: 1rem;
  position: relative;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .gridWrapper .mainGridItem {
  height: 100%;
  width: 50%;
  border-radius: 10px;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .gridWrapper .mainGridItem .sliderItems {
  display: flex;
  gap: 1rem;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .gridWrapper .mainGridItem .sliderItems div {
  height: 32rem;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .gridWrapper .mainGridItem .sliderItems div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.mainMoreDetailsWrapperContainer .bentoGridWrappper .gridWrapper .mainGridItem img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.mainMoreDetailsWrapperContainer .suggestedProperty {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}
.mainMoreDetailsWrapperContainer .suggestedProperty p {
  margin: 0;
}

.mainGridItem .imageBento {
  cursor: pointer;
}
.mainGridItem .imageBento img {
  transition: opacity 0.3s;
}
.mainGridItem .imageBento img:hover {
  opacity: 0.9;
}

.bentoModalDialog {
  width: 90vw !important;
  max-width: 1400px !important;
  padding: 0 !important;
  background-color: #fff;
  color: #333;
  position: relative;
}
.bentoModalDialog .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 10;
}
.bentoModalDialog .modal-header .uk-modal-title {
  margin: 0;
  color: white;
  font-size: 1.5rem;
  flex: 1;
}
.bentoModalDialog .modal-header .uk-modal-close-default {
  position: relative;
  top: 0;
  right: 0;
  color: white;
  background-color: rgba(10, 106, 161, 0.7);
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.bentoModalDialog .modal-header .uk-modal-close-default:hover {
  background-color: rgb(10, 106, 161);
  color: white;
  transform: scale(1.1);
}
.bentoModalDialog .modal-header .uk-modal-close-default::before {
  color: white !important;
}
.bentoModalDialog.uk-modal-dialog > .uk-modal-close-default {
  display: none;
}

.bentoRealEstateWrapper .bentoGridGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .bentoRealEstateWrapper .bentoGridGallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bentoRealEstateWrapper .bentoGridGallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .bentoRealEstateWrapper .bentoGridGallery {
    grid-template-columns: 1fr;
  }
}
.bentoRealEstateWrapper .bentoGridGallery .bentoItem {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bentoRealEstateWrapper .bentoGridGallery .bentoItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.bentoRealEstateWrapper .bentoGridGallery .bentoItem:hover img {
  transform: scale(1.05);
}
.bentoRealEstateWrapper .bentoGridGallery .bentoItem:hover::after {
  opacity: 0.2;
}
.bentoRealEstateWrapper .bentoGridGallery .bentoItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.4;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.bentoRealEstateWrapper .bentoGridGallery .bentoItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.bentoRealEstateWrapper .bentoGridGallery .bentoItem:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.bentoDialogWrapper {
  padding: 1.5rem;
}
.bentoDialogWrapper .uk-modal-title {
  color: #0A6AA1;
  font-family: "GeneralSans-SemiBold";
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
.bentoDialogWrapper .uk-modal-close-default {
  background-color: rgba(10, 106, 161, 0.7);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.bentoDialogWrapper .uk-modal-close-default:hover {
  background-color: #0A6AA1;
  transform: scale(1.1);
}

.bentoGalleryControl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: rgba(10, 106, 161, 0.05);
  border-radius: 8px;
}
.bentoGalleryControl .galleryCounter {
  font-family: "GeneralSans-Medium";
  color: #333;
}
.bentoGalleryControl .galleryActions {
  display: flex;
  gap: 1rem;
}
.bentoGalleryControl .galleryActions button {
  background: #0A6AA1;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-family: "GeneralSans-Medium";
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bentoGalleryControl .galleryActions button:hover {
  background-color: #003858;
  border-radius: 10rem;
}

/* Bento Grid Styles */
.bentoGridGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
@media (max-width: 1200px) {
  .bentoGridGallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bentoGridGallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .bentoGridGallery {
    grid-template-columns: 1fr;
  }
}
.bentoGridGallery .bentoItem {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bentoGridGallery .bentoItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.bentoGridGallery .bentoItem:hover img {
  transform: scale(1.05);
}
.bentoGridGallery .bentoItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.bentoGridGallery .bentoItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.bentoGridGallery .bentoItem:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.uk-slider-items .card {
  max-width: 25rem;
}

/* Bento Grid Fullscreen Customization */
.bentoGridGallery .bentoItem a {
  display: block;
  height: 100%;
  cursor: zoom-in;
  position: relative;
  z-index: 2;
}

.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.9);
}
.uk-lightbox.fullscreen-lightbox {
  z-index: 9999;
}
.uk-lightbox .uk-lightbox-toolbar {
  background: transparent;
  z-index: 10000;
}
.uk-lightbox .uk-lightbox-toolbar .uk-close {
  background: rgba(10, 106, 161, 0.7);
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10001;
  position: fixed;
  top: 20px;
  right: 20px;
}
.uk-lightbox .uk-lightbox-toolbar .uk-close:hover {
  background: rgb(10, 106, 161);
  transform: scale(1.1);
}
.uk-lightbox .uk-lightbox-caption {
  display: none;
}
.uk-lightbox .uk-lightbox-items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.uk-lightbox .uk-lightbox-item {
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
.uk-lightbox .uk-lightbox-item img {
  max-height: 90vh;
  max-width: 90vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.uk-lightbox .uk-lightbox-button {
  background-color: rgba(10, 106, 161, 0.7) !important;
  color: white !important;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.2s ease !important;
  z-index: 10000;
  position: fixed;
  transform: none !important;
}
.uk-lightbox .uk-lightbox-button[uk-slidenav-previous] {
  left: 20px;
}
.uk-lightbox .uk-lightbox-button[uk-slidenav-next] {
  right: 20px;
}
.uk-lightbox .uk-lightbox-button:hover {
  background-color: rgb(10, 106, 161) !important;
  transform: none !important;
}

.suggestedPropertiesWrapper .card-title {
  font-family: "GeneralSans-SemiBold";
  font-size: 1.3rem;
  color: #333;
  min-width: 22rem;
}

.mapContainer {
  width: 100%;
  height: 15rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.mapContainer iframe {
  width: 100%;
  height: 100%;
  border: none;
}

div.modal-header {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 0 !important;
  position: absolute !important;
  right: 0;
  width: 4rem;
  height: 4rem;
  z-index: 10;
}

div.bentoDialogWrapper {
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10px !important;
}

div.uk-modal-dialog.bentoModalDialog.uk-margin-auto-vertical {
  border-radius: 20px !important;
}/*# sourceMappingURL=accomodationMain.css.map */