@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');

* {
  font-family: 'Outfit', serif !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* site styles */
body, html {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100%;
}
h1.entry-title {
  display: none;
}
i.fa {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
}
h3.color-black {
  color: #000 !important;
}
p {
  margin-block-end: 0 !important;
}
.flex {
  display: flex;
}
.w-100 {
  width: 100%;
}
.flex_2 {
  flex: 2;
}
.flex_1 {
  flex: 1;
}
.margin-0 {
  margin: 0 !important;
}
.mt-15 {
  margin-top: 15px;
}
.p-0 {
  padding: 0;
}
.jc_center {
  justify-content: center;
}
.p_relative {
  position: relative;
}
.jc_between {
  justify-content: space-between;
}

.ai_center {
  align-items: center;
}
.ai_end {
  align-items: end;
}
.fw_600 {
  font-weight: 600;
}

.fw_500 {
  font-weight: 500;
}
.gap_10 {
  gap: 10px;
}
.gap_20 {
  gap: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ml-0 {
  margin-left: 0 !important;
}
.text_center {
  text-align: center;
}
.margin_y_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.error_msg {
  color: red;
}
.wpr-forms-container .wpcf7-not-valid-tip {
  color: #f9a825 !important;
}
.wpr-forms-container input.wpcf7-not-valid {
  background-color: #f9a825 !important;
}
.wpr-forms-container .wpcf7-response-output {
  border-color: #f9a825 !important;
}
.btn_bg_white:hover {
  background-color: #fff !important;
  color: #f9a825 !important;
  border: 1px solid !important;
}
.btn-brand {
  border: 1px solid;
  background-color: #f9a825 !important;
}
/* headers */
i.fa::before {
  font-family: 'Font Awesome 5 Free';
}
.show_on_scroll_logo{
  display: none;
}
.she-header .show_on_scroll_logo{
  display: flex;
}
.she-header .hide_on_scroll_logo{
  display: none;
}
.she-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.she-header .elementor-absolute {
  position: static !important;
}
.she-header li a:not(.sub-menu li a) {
  color: #fff !important;
}
.ue_header_nav ul.sub-menu li a {
  padding: 15px 25px !important;
}

.ue_header_top .elementor-icon-box-wrapper,
.ue_footer .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ue_header_nav li.current-menu-item.elementor-button-wrapper a {
  color: #fff !important;
}

.lineargrad_bg {
  background: #cac531;
  background: -webkit-linear-gradient(to right, #f5f7d2, #f7f26e85);
  background: linear-gradient(to right, #f5f7d2, #f7f26e85);
}

/* services slide */
.ue_services_slider .slick-slide {
  margin: 0 20px;
  /* Half of the gap */
  display: flex !important;
}

.ue_services_slider {
  margin: 0 -20px;
  /* Negative margin to align the edges */
}

.ue_services_slider ul.slick-dots button::before,
.ue_services_slider .slick-dots li.slick-active button:before {
  color: #f9a825;
  font-size: 10px;
  font-weight: 500;
}

.ue_partner_slider .swiper-slide {
  background: #f4f4f4;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

/* footer */
/* .ue_footer_bg {
  background: #cac531; 
  background: -webkit-linear-gradient(
    to right,
    #f5f7d2,
    #f7f26e85
  ); 
  background: linear-gradient(to right, #f5f7d2, #f7f26e85);
} */
.pre_footer_image .elementor-widget-container {
  text-align: center;
}
.footer_copyright a {
  text-decoration: underline;
}
.ue_teams img {
  height: 80px;
  object-fit: cover;
}
#ue_pre_footer img {
  /* mix-blend-mode: darken; */
  text-align: center;
  background-color: #f2f2f2;
  padding: 20px;
}
.ue_why_us_card {
  box-shadow: 0 6px 30px 7px rgba(33, 37, 71, 0.102);
  padding: 20px;
  border-radius: 20px;
}

/* contact page========== */
.ue_contact_page_wrap form,
.book_valuation_form_wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 50px;
  border-radius: 15px;
}
.contact_details h2 {
  word-break: break-all;
  font-size: 18px !important;
}
.ue_contact_page_wrap .wpr-forms-container .wpcf7-number {
  width: 100% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/* @media screen and (min-width: 767px) { */
.ue_header_logo .elementor-widget-container:not(.she-header .ue_header_logo .elementor-widget-container) {
  background: #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0px;
  padding: 10px;
  transform: rotate(-45deg);
  height: 190px !important;
  width: 190px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #f9a825;
  /* position: absolute; */
}

.ue_header_logo img:not(.she-header .ue_header_logo img) {
  transform: rotate(45deg);
}

/* .ue_header_logo img {
    max-width: 200px;
    max-height: 150px;
  } */
/* } */

/* find properties shortcode */
.custom-search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.custom-search-container h2 {
  font-size: 40px;
}

.custom-search-container button {
  position: absolute;
  right: 0;
  padding: 18px 32px;
  border-radius: 0;
  border: transparent;
}

.custom-search-container form {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  height: 60px;
}

.custom-search-input {
  flex: 1;
  padding: 15px !important;
  font-size: 16px;
  border: none;
  outline: none;
}

.custom-search-button {
  background-color: #f9a825;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.custom-search-button:hover {
  background-color: #e6af20;
}

.custom-search-input::placeholder {
  color: #999999;
}

@media screen and (min-width: 767px) {
  .ue_mob_contact {
    display: none;
  }

  .mob_contact_trigger_btn {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hidden {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
    /* Ensures no space is taken when hidden */
    transition: height 0.5s ease, padding 0.5s ease;
    /* Smooth height and padding transition */
  }

  .visible {
    height: auto;
    /* Let the height be natural */
    visibility: visible;
    padding: 20px;
    /* Adjust this based on your content */
    transition: height 0.5s ease, padding 0.5s ease;
    /* Smooth transition */
  }
}

@media screen and (max-width: 767px) {
  /* .ue_header_logo .elementor-widget-image {
    position: static !important;
  } */
  .ue_header_logo .elementor-widget-container:not(.she-header .ue_header_logo .elementor-widget-container) {
    height: 120px !important;
    width: 120px !important;
    margin-top: 10px;
    margin-left: 20px;
  }

  .hfe-scroll-to-top-wrap {
    display: none !important;
  }

  .ue_mob_contact {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    right: 0;
    width: 100vw;
    left: auto;
    left: 0;
    justify-content: end;
    align-items: end;
  }

  .ue_mob_contact .ue_mob_contact_inner {
    background-color: #000;
    flex-direction: row;
    bottom: 120px;
    padding: 0;
    padding: 10px 20px;
    justify-content: space-between;
    border-radius: 10px;
    width: fit-content;
    gap: 15px;
  }
  .ue_mob_contact_inner .elementor-icon {
    height: 40px;
    width: 40px;
  }

  .mob_contact_trigger_btn {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
  }
  .mob_contact_trigger_btn.show svg {
    display: none;
  }
  .mob_contact_trigger_btn.show .elementor-button {
    height: 50px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mob_contact_trigger_btn a span.elementor-button-content-wrapper::after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #fff;
    display: none;
  }
  .mob_contact_trigger_btn.show span.elementor-button-content-wrapper::after {
    display: flex;
  }
  .mob_contact_trigger_btn .elementor-button-content-wrapper {
    gap: 0;
  }
}

.ue_banner_grid {
  position: relative;
}

/* new properties homepage styles */
.ue_prop_slider .outer-slider {
  /* margin: 30px auto; */
  padding: 20px;
  /* max-width: 1200px; */
}

.ue_prop_slider .card {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  position: relative;
}

.ue_prop_slider .card.slick-slide {
  margin: 0 15px;
}

.ue_prop_slider ul.slick-dots {
  bottom: 5px;
}

.ue_prop_slider .inner-slider .card-image img {
  width: 100%;
  height: auto;
  display: block;
  height: 250px;
  object-fit: cover;
}

.ue_prop_slider .card-content {
  padding: 30px 30px;
  text-align: start;
  background-color: #ffcc4229;
  padding-bottom: 80px;
}

.ue_prop_slider .card-content h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 0;
}

.ue_prop_slider ul.slick-dots li {
  margin: 0;
}

.ue_prop_slider ul.slick-dots li button::before {
  color: #f9a825;
}

.ue_prop_slider ul li i::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000;
  margin-right: 4px;
}

.ue_prop_slider .card-meta {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
  color: #555;
  font-size: 14px;
  display: flex;
  gap: 20px;
}

.ue_prop_slider .card-meta li {
  margin-bottom: 5px;
}

.ue_prop_slider .card-link {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 2px solid #f9a825;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.ue_prop_slider .card-link:hover {
  background-color: #f9a825;
  color: #000;
}

/* Custom Arrow Styles */
.ue_prop_slider .slick-prev,
.ue_prop_slider .slick-next,
.property-single .slick-next,
.property-single .slick-prev {
  background: #f9a825;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  /* z-index: 1000; */
  transition: all 0.3s ease;
  text-indent: 9999px;
  font-size: 0;
}

.ue_prop_slider .slick-prev::before,
.ue_prop_slider .slick-next::before,
.property-single .slick-prev::before,
.property-single .slick-next:before 
{
  font-size: 16px;
  content: '\f054';
  /* content: '\f345'; */
  /* width: 10px;    */
  color: #000;
  /* font-family: 'dashicons'; */
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 12px;
}
.ue_prop_slider .slick-prev::after,
.ue_prop_slider .slick-next::after,
.property-single .slick-prev::after,
.property-single .slick-next:after{
  content: '';
}


.ue_prop_slider .slick-prev::before,
.property-single .slick-prev::before {
  content: '\f053';
  /* content: '\f341'; */
  /* font-family: 'dashicons'; */
  /* width: 10px; */
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: auto;
  right: 12px;
}

.ue_prop_slider .slick-prev,
.property-single .slick-prev {
  left: -20px;
}

.ue_prop_slider .slick-next,
.property-single .slick-next {
  right: -20px;
}

.ue_prop_slider .inner-slider .slick-prev {
  left: 5px;
}

.ue_prop_slider .inner-slider .slick-next {
  right: 5px;
}

/* Hide Inner Arrows Initially */
.ue_prop_slider .card .slick-prev,
.ue_prop_slider .card .slick-next {
  display: none !important;
}

/* Show Inner Arrows on Hover */
.ue_prop_slider .card:hover .slick-prev,
.ue_prop_slider .card:hover .slick-next {
  display: flex !important;
}

.text_color_yellow {
  color: #f9a825;
}

.ue_prop_slider .inner-slider .slick-prev,
.ue_prop_slider .inner-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  background: #f9a825;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 10;
}

.ue_prop_slider .slick-prev:hover:not(.inner-slider .slick-prev:hover),
.ue_prop_slider .slick-next:hover:not(.inner-slider .slick-next:hover),
.property-single .slick-prev:hover,
.property-single .slick-next:hover {
  background: #e6af20;
  color: #f9a825 !important;
}

.ue_prop_slider .inner-slider.slick-slider {
  margin-bottom: 0;
}

.ue_prop_slider .slick-track:not(.inner-slider .slick-track) {
  padding-bottom: 40px;
}

/* single properties styles */
.single.single-properties {
  background-color: #fafafa;
}
.property-gallery {
  display: flex;
  gap: 10px; /* Adjust spacing */
}

.gallery {
  width: 80%;
}

.nav {
  width: 20%;
}
.nav .slick-prev {
  top: -30px;
  left: 35%;
  transform: translate(-50%, -50%);
  rotate: 90deg;
}
.nav .slick-next {
  top: auto;
  bottom: -60px;
  right: 45%;
  transform: translate(-50%, -50%);
  rotate: 90deg;
}
/* .nav .slick-current {
  border: 2px solid #F9A825 !important;
  padding: 2px;
} */
.nav .slick-list {
  padding-top: 0 !important;
}
.gallery img,
.nav img {
  width: 100%; /* Ensure images fit their container */
  height: auto;
}
.single-properties .property-gallery {
  display: flex;
  margin-top: 40px;
}

.single-properties .gallery {
  flex: 2;
}

.single-properties .gallery img {
  max-width: 100%;
}

.single-properties .nav {
  flex: 1;
  z-index: 1;
}
.ue_container {
  max-width: 1360px;
  margin: auto;
}
.property-single {
  max-width: 1360px;
  margin: auto;
  margin-top: 150px;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
  padding: 40px;
  border-radius: 20px;
}
.property-single article,
.single_prop_container {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
.property-single h1 {
  font-size: 32px;
}
.property-single .property-room-features,
.property-single .property-content,
.property-single-feature {
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
}
.property-single .gallery .slick-list,
.property-single .gallery .slick-track,
.property-single .gallery .slick-list img {
  max-height: 500px;
  object-fit: cover;
}
.single_prop_content_container {
  align-items: start;
  justify-content: center;
  gap: 50px;
}
/* .property-single .nav {
  margin-top: 50px;
} */
/* : */

.property-single .nav img {
  margin: 0 10px;
  height: 250px;
  width: 300px;
  object-fit: cover;
}

.property-room-features {
  margin: 80px 0 40px 0;
}
.property-room-features.property_address ul,
.property-room-features .prop_details_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.property-room-features ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  justify-content: space-between;
}

.prop_single_title h2 {
  color: #000;
  margin: 0;
  font-size: 24px;
}
.prop_single_title {
  border-bottom: 2px solid #f9a825;
  padding-bottom: 20px;
}
.meta_contents {
  margin-top: 30px;
  padding: 0;
}
.single-properties
  .ue_header_logo
  .elementor-widget-container:not(.she-header .ue_header_logo .elementor-widget-container) {
  height: 150px !important;
  width: 150px !important;
}

.prop_single_price h3 {
  text-align: end;
  font-size: 22px;
}

.prop_single_price h3 strong {
  color: #f9a825;
}

.property-gallery {
  position: relative;
}

.property-gallery .ribbon {
  z-index: 9;
  top: 0;
  left: 0;
}

.single_get_quote_now_btn {
  text-align: end;
  margin: 40px 0;
}

/* Popup Overlay */
.property-single .popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Content Box */
.property-single .popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease-in-out;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Optional Fade-in Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Optional Close Button */
.property-single .popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.property-single .popup-content .close-btn:hover {
  color: #f9a825;
}

/* .property-single .nav img {
} */
.ribbon {
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: -14px;
  overflow: hidden;
  animation: anim 1s forwards;
  /* z-index: 9999; */
}

/* .ribbon:before,
.ribbon:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #004a6b;
  position: absolute;
  bottom: 0;
  z-index: -2;
}
.ribbon:before {
  top: 0;
  right: 0;
  z-index: -2;
} */
.ribbon span {
  width: 225px;
  height: 43px;
  /* background-color: #F9A825; */
  background-color: rgba(255, 0, 0, 0.75);
  position: absolute;
  transform: rotate(-45deg);
  right: -20px;
  top: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

@keyframes anim {
  100% {
    width: 150px;
    height: 150px;
  }
}

/* testimonial shortcode styles */
.testimonial {
  border-left: 3px solid #f9a825;
  padding: 100px 0 100px 275px;
  position: relative;
}

.testimonial:before,
.testimonial:after {
  content: '';
  width: 320px;
  height: 55px;
  border-right: 3px solid #f9a825;
  position: absolute;
  left: 0;
}

.testimonial:before {
  border-top: 3px solid #f9a825;
  top: 0;
}

.testimonial:after {
  border-bottom: 3px solid #f9a825;
  bottom: 0;
}

.testimonial .pic {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 100px;
  left: 25px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 14px;
  color: #000;
  line-height: 27px;
  position: relative;
}

.testimonial .description:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: -70px;
  left: 0;
  font-size: 20px;
  color: #7a7e82;
}

.testimonial .testimonial-title {
  font-size: 22px;
  font-weight: 800;
  color: #22272c;
  text-transform: capitalize;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #f9a825;
  margin-top: 10px;
}

.owl-theme .owl-controls {
  text-align: right;
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #f9a825;
  border-radius: 0;
  opacity: 1;
  padding: 5px 10px;
}

#testimonial-slider .slick-next {
  right: -60px;
}

#testimonial-slider .slick-prev {
  left: -60px;
}

/* .owl-prev:before,
.owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.owl-next:before {
  content: "\f054";
} */
/* property to let styles */
.cards_ue_prop_slider .outer-slider,
.main_search_prop_container .property-results {
  /* display: grid; */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.prop_list_grid .outer-slider {
  display: grid;
}
/* locations */
.ue_location_card {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  position: relative;
  /* border-radius: 20px; */
}
.ue_location_card .elementor-widget-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ue_location_card .elementor-widget-image,
.ue_location_card .elementor-widget-image img {
  width: 100%;
  height: 100%;
}
.ue_location_card .location_button {
  opacity: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ue_location_card:hover .location_button {
  transition: 0.3s opacity ease-in;
  opacity: 1;
}
/* book valuation form */
.book_valuation_form_wrap .elementor-widget-container .wpr-forms-container form .ue_contact label input {
  width: 100% !important;
}

.book_valuation_form_wrap .ue_contact {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.book_valuation_form_wrap .ue_contact p {
  width: calc(50% - 8px);
}

.book_valuation_form_wrap .ue_contact p:nth-last-child(2) {
  width: 100%;
}

/* guide to letting */
.ue_guide_letting_wrap .wpr-feature-list-icon-inner-wrap svg {
  transform: rotate(-45deg);
}

/* properties search css */

.property-search-container {
  padding: 20px;
  background: #ffcc4229;
  /* border: 1px solid #ddd; */
  border-radius: 15px;
}

.property-search-container form select,
.property-search-container form input {
  display: block;
  width: 100%;
  padding: 8px;
  min-width: 230px;
  border: transparent;
  padding: 14px;
}
.card.property-card .property-card-image{
  position: static;
}
.property-search-container #price-slider .ui-slider-handle {
  background-color: #f9a825;
  border: transparent;
}
#price-slider + p {
  margin: 10px 0;
  height: 35px;
}
.property-search-container #price-slider .ui-slider-range {
  background-color: #fff;
}
.property-search-container form label {
  margin: 10px 0;
}
.property-results {
  margin-top: 50px;
}
.property-results .ribbon {
  left: 0;
  top: 0;
}
.property-results .prop_item_content span {
  font-weight: 700;
}
.property-results .prop_item_content h2 {
  margin-top: 0;
}
.property-item {
  /* padding: 15px; */
  /* border: 1px solid #ddd; */
  margin-bottom: 10px;
  background-color: #ffcc4229;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.property-item img {
  border-radius: 8px 8px 0 0;
}
.main_search_prop_container .property-item a {
  color: #000;
  font-size: 20px;
}
/* search properties */
.search_prop_banner_img {
  width: 100%;
  max-height: 600px;
  height: 500px;
  object-fit: cover;
  filter: brightness(0.55);
}
.banner_find_prop_wrap select {
  height: 60px;
}
.banner_find_prop_wrap select::placeholder{
  color: #000 !important;
}
.search_prop_banner {
  position: relative;
}
.search_prop_banner h1 {
  position: absolute;
  top: 50%;
  left: 17%;
  z-index: 9999;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}
.search_prop_banner .property-search-container {
  position: absolute;
  bottom: -100px;
  max-width: 1400px;
  background: #fff;
  padding: 50px 20px;
  border-radius: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.search_prop_banner .property-search-container #property-search-form select {
  margin-bottom: 24px;
  margin-right: 24px;
  background-color: #ededed !important;
  height: 35px;
}
.search_prop_banner .property-search-container #property-search-form button {
  margin-top: 0;
  background-color: #f9a825;
}
.main_search_prop_container {
  /* margin-top: 80px;
  margin-bottom: 80px; */
  margin: 180px auto;
}
.property-search-container form p {
  margin-block-end: 0;
}
.property-search-container form button {
  border-radius: 0;
  padding: 10px 30px;
  margin-top: 35px;
  color: #000;
  font-weight: 500;
}
.property-search-container form {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.prop_item_content {
  padding: 20px;
}
/* get quote form single opagge */
.get_quote_form .form-container {
  background: #f9a825;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.get_quote_form .form-container h2 {
  text-align: center;
  margin-bottom: 15px;
}
.get_quote_form {
  margin: 40px 0px 40px 0;
  position: sticky;
  top: 140px;
}
.prop_google_map_link {
  text-align: center;
  margin-top: 15px;
}
.map-button {
  display: inline-flex;
  align-items: center;
  background-color: white;
  color: #000;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #f9a825;
}
.map-button:hover {
  background-color: #f9a825;
  color: #000;
}
.map-button i {
  margin-left: 8px;
  font-style: normal;
}
.get_quote_form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.get_quote_form .form-container input,
.get_quote_form .form-container textarea,
.get_quote_form .form-container button {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.get_quote_form .form-container button {
  background-color: white !important;
  color: #000;

  cursor: pointer;
  border: none;
}
.card-property-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.card-property-card-wrapper .ribbon {
  top: 0;
  left: 0;
}
.card-property-card-wrapper .property-card-details {
  width: 100%;
  padding: 30px;
  padding-bottom: 80px;
}
.property-card-details .property-card-details-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.card-property-card-wrapper .property-card-details .text-brand.room-details {
  display: flex;
  gap: 10px;
}
.text-brand {
  color: #f9a825 !important;
}
.card-property-card-wrapper .card.property-card .card-body {
  background-color: #ffcc4229;
  padding: 0;
  border-radius: 0 0 15px 15px;
  height: 100%;
}
.property-details-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  /* Firefox fallback */
  display: -moz-box;
  max-height: 6em; /* Adjust based on line-height */
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buttons_wrap_search {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  width: 100%;
}
.buttons_wrap_search a {
  text-decoration: none !important;
}
form.enquiry_form {
  gap: 5px;
 padding: 30px;
 border-radius: 20px;
  max-width: 500px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 0;
}
.single_prop_container form.enquiry_form {
  max-width: 100%;
  box-shadow: none;
  margin: 0;
}
.enquiry_form .radio_group .flex {
  display: flex;
  align-items: center;
}
.enquiry_form .radio_group input {
  width: 15px;
  margin-right: 10px;
}
.property-single-feature h4 {
  margin: 0;
  margin-bottom: 15px;
}
.property-single-feature ul {
  padding-left: 10px;
}
#property-details-slider #property-details-slider-prev,
#property-details-slider #property-details-slider-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single_prop_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 42px;
  padding: 0 40px;
  max-width: 1360px;
}
.single_prop_body {
  background-color: #fafafa;
}
.single_prop_container {
  margin-top: 80px;
}
.single_prop_container h2 {
  margin: 0;
}
.single_prop_container .lead {
  font-weight: 600;
  font-size: 36px;
}
.ukestate-properties .card-body {
  background: #ffcc4229;
}
.ukestate-properties .slick-track .slick-slide {
  height: auto;
}
.ukestate-properties .slick-track {
  display: flex;
}
.ukestate-properties .card-body .card-content {
  background-color: transparent;
}
.ukestate-properties .property-card-details {
  width: 100%;
}
.prop_list_shortcode .property-card-details:not(.card-content) {
  padding: 0;
}
.prop_list_shortcode img {
  height: 250px;
  object-fit: cover;
}
.prop_list_shortcode .slcik-slide {
  margin: 0;
}
/* .get_quote_form .form-container button:hover {
  background-color: #F9A825;
} */
input {
  border: transparent;
}
/* ------------------------------------- */
/* our product page */
.faq_accordion details {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
/* single content privacy, terms */
.single_content_wrap .e-con-inner {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 50px;
  border-radius: 20px;
}
.single_content_wrap a {
  color: #000;
}

/* tenant application form */
.ue_tenant_form {
  max-width: 800px;
  margin: auto;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Adjust Spacing Between Fields */
.ue_tenant_form p {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}
.ue_tenant_form p:nth-last-child(-n + 5) {
  width: 100%;
}
/* Label Styling */
.ue_tenant_form label {
  font-weight: 600;
}
.ue_tenant_form label input,
.ue_tenant_form label textarea {
  margin-top: 10px;
  border: 1px solid #ededed;
}
.ue_tenant_form .radio label,
.ue_tenant_form .radio .wpcf7-list-item {
  margin: 0;
}
.ue_tenant_form .radio input {
  margin-top: 0;
}

/* Input, Select & Textarea */
.ue_tenant_form input,
.ue_tenant_form textarea,
.ue_tenant_form select {
  width: 100%;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.ue_tenant_form input:focus,
.ue_tenant_form textarea:focus,
.ue_tenant_form select:focus {
  border-color: #f9a825 !important;
  outline: none;
}

/* Textarea Height */
.ue_tenant_form textarea {
  resize: none;
  height: 100px;
}

/* Custom Radio Buttons */
.ue_tenant_form .wpcf7-radio {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.ue_tenant_form .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: normal;
  margin-top: 15px;
}

/* Hide Default Radio */
.ue_tenant_form .wpcf7-radio input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding: 2px;
}

/* Custom Checked State */
.ue_tenant_form .wpcf7-radio input:checked {
  border-color: #f9a825;
  background: radial-gradient(circle, #f9a825 50%, transparent 50%);
}

/* Submit Button */
.ue_tenant_form input[type='submit'] {
  background: #f9a825;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  transition: background 0.3s;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #f9a825;
}

.ue_tenant_form input[type='submit']:hover {
  background: #ffbd17;
  color: #000;
}
.search_page_container {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .card-property-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .main_search_prop_container {
    margin: 50px auto;
  }
  .she-header .hfe-nav-menu-icon svg {
    fill: #fff !important;
  }
  .she-header .ue_header_logo {
    height: 100px;
    width: 100px;
    justify-content: center;
    padding: 0;
  }
  .she-header li a:not(.sub-menu li a) {
    color: #000 !important;
  }
  .she-header-yes .wpr-sticky-section-no,
  .she-header-yes .wpr-sticky-section-no .elementor-widget
  {
    position: static;
  }
}

@media only screen and (max-width: 990px) {
  .testimonial {
    padding: 80px 0 80px 265px;
  }
  .prop_list_grid .outer-slider {
    grid-template-columns: 1fr 1fr;
  }
  .ue_prop_slider .slick-next,
  .property-single .slick-next {
    right: calc(50% - 40px) !important;
    top: auto;
    bottom: -20px;
  }
  .ue_prop_slider .slick-prev,
  .property-single .slick-prev {
    left: calc(50% - 40px) !important;
    top: auto;
    bottom: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 0;
    border: none;
  }

  .testimonial:before,
  .testimonial:after {
    border: none;
  }

  .testimonial .pic {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .testimonial .description {
    margin-top: 15px;
  }

  .testimonial .description:before {
    content: '';
  }
  .card-property-card-wrapper {
    grid-template-columns: 1fr;
  }
  .mob-padding-30 {
    padding: 30px;
  }
  .mob-padding-20 {
    padding: 20px;
  }
  .property-single-feature h4 {
    font-size: 24px;
  }
  .apex27-container h1,
  .apex27-container h2,
  .apex27-container h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .single_prop_title,
  h2 {
    font-size: 24px !important;
  }
  .ue_container {
    width: calc(100% - 2rem);
  }
  .ue_container .col-xl-8 {
    margin: 0;
  }

  .prop_list_grid .outer-slider {
    grid-template-columns: 1fr;
  }
  .ue_prop_slider .card-content {
    padding: 20px;
    padding-bottom: 80px;
  }
  .custom-search-container form {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
  .custom-search-container button {
    position: static;
  }
  .ue_prop_slider .card.slick-slide {
    margin: 0;
  }
  .wpr-testimonial-carousel-wrap .wpr-testimonial-item {
    padding-bottom: 0 !important;
  }
  .ue_contact_page_wrap form {
    padding: 50px 20px;
  }
  .search_prop_banner .property-search-container {
    position: static;
    margin: 20px 0;
  }
  .ue_tenant_form p {
    width: 100%;
  }
  .search_prop_banner .property-search-container #property-search-form select {
    width: 100%;
    margin: 12px 0;
    height: 35px;
    background-color: ededed !important;
  }
  .search_prop_banner .property-search-container #property-search-form button {
    margin-top: 15px;
  }
  .book_valuation_form_wrap .ue_contact p {
    width: 100%;
  }
  .footer_menu_text_center_mobile a{
    justify-content: center !important;
  }
}
