html {
  font-size: 15px;
}
img{
  max-width: 100%;
  height: auto;
  display: block;
}

body,html {
  
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.row{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 10px;
    

}
.wpresidence-content-container-wrapper{
  padding-left: 1.3rem;
    padding-right: 1.3rem;
}
.price_area > div {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.price_title{
  height:auto;
  max-height:59px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.menu-wrapper{
  margin-left: 0px;
  margin-right: 0px;
}


.property_listing:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.listing-unit-img-wrapper {
    position: relative;
}

.listing-unit-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.tag-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.featured_div {
    background-color: #ff5a5f;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
}

.status-wrapper .ribbon-inside {
    background-color: #00b894;
    color: white;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
}

.property-unit-information-wrapper {
    padding: 15px;
}

.property-unit-information-wrapper h4 {
    font-size: 14px;
    margin: 0 0 10px;
}

.property-unit-information-wrapper h4 a {
    color: #2d3436;
    text-decoration: none;
    font-weight: bold;
}

.property-unit-information-wrapper h4 a:hover {
    text-decoration: underline;
}

.listing_unit_price_wrapper {
    font-size: 14px;
    color: #2ecc71;
    font-weight: bold;
    margin-bottom: 10px;
}

.price_label_before {
    font-size: 14px;
    color: #636e72;
    margin-right: 4px;
    font-weight: normal;
}

.listing_details {
    font-size: 14px;
    color: #636e72;
    margin-bottom: 15px;
}

.property_listing_details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    color: #2d3436;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.property_listing_details span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.property_listing_details svg {
    width: 15px;
    height: 15px;
}

.unit_details_x {
    margin-left: auto;
    font-weight: bold;
    color: #0984e3;
    text-decoration: none;
}

.unit_details_x:hover {
    text-decoration: underline;
}

.property_location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-size: 13px;
    color: #2d3436;
}

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

.property_agent_image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.property_agent_image_sign {
    display: none;
}

.wpestate_card_agent_link {
    text-decoration: none;
    color: #2d3436;
    font-weight: 500;
}

.listing_actions a {
    margin-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Force inline display for property cards */
.property_listing {
  display: inline-block;
  vertical-align: top;
  width: 300px;              /* Adjust width as needed */
  margin: 10px;              /* Space between cards */
  box-sizing: border-box;    /* Prevent width overflow due to padding */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Optional: Add consistent font and spacing across the page */
body {
  font-family: sans-serif;
  margin: 0;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  background: #f7f7f7;
}

/* Optional: Make images in the cards look good */
.property_listing img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* Optional: Title inside the card */
.property_listing h3 {
  margin: 0 0 10px;
  font-size: 1.2em;
  color: #333;
}

/* Optional: Description or details inside the card */
.property_listing p {
  margin: 0 0 10px;
  color: #666;
  font-size: 0.95em;
}

.social_facebook {
    background-image: url('https://cdn-icons-png.flaticon.com/512/145/145802.png');
}

.social_tweet {
    background-image: url('https://cdn-icons-png.flaticon.com/512/733/733579.png');
}

.social_pinterest {
    background-image: url('https://cdn-icons-png.flaticon.com/512/733/733646.png');
}

.social_whatsup {
    background-image: url('https://cdn-icons-png.flaticon.com/512/733/733585.png');
}

/* Renthub Property Listing CSS */
/* Global Reset and Fonts */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', Arial, sans-serif;
}
.elementor-widget-wrap elementor-element-populated{
   display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
body {
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

/* Header Navigation - Based on Figma design */
header, .header_wrapper {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 35px;
}

.main_menu {
  display: flex;
  gap: 25px;
}

.menu_item {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.menu_item:hover {
  color: #008000;
}

.login_button {
  background-color: #008000;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb_container {
  display:none;
}
.entry-title listing_loader_title{
  display: none;
}

.menu-wrapper{
  padding-top:0px;
}
.menu-wrapper.fixed{
  padding-top:12px;
}
/* Property Title Section */
.wpresidence_property_page_title_area {
  /* display: flex;
  flex-direction: column; */
  width: 90%;
   
 padding: 26px 2px 1.5px 1px;
 
  background-color: #fffefb;
  
}

@media (min-width: 768px) {
  .wpresidence_property_page_title_area {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

/* Property Labels */
.single_property_labels {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.property_title_label {
  background-color: #f7f7f7;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
}

.property_title_label a {
  color: #484848;
  text-decoration: none;
}

.property_title_label a:hover {
  color: #008000;
}

/* Property Title */
.entry-title.entry-prop {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin: 3px 0;
  width: 100%;
  padding: 5px;
  padding-bottom: 1.5px;
}

/* Price Area */
.price_area {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 12px 3px 8px 0;
}

.second_price_area {
  margin-right: 5px;
}

.price_label {
  font-size: 14px;
  font-weight: normal;
  color: #888;
}

/* Property Location */
.property_categs {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666;
  margin-left:3px;
  margin-bottom: 13px;
}

.property_categs i {
  color: #044107cd;
  margin-right: 8px;
}

.property_categs a {
  color: #274c3f;
  text-decoration: none;
  margin: 0 2px;
  font-size:14.5px;
}

.property_categs a:hover {
  text-decoration: underline;
}

/* Social Sharing */
.prop_social {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
}

.title_share {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  margin-right: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.2s ease;
}

.title_share i {
  margin-right: 5px;
}

.title_share:hover {
  background-color: #e9e9e9;
}



/* Photo Gallery */
.galerry-wrapper {
  padding: 0px;
  /* display: flex;
   align-items: flex-start; */
}
.slider-wrapper{
  width: 100%;
   position: relative;
  
   /* max-width: 900px;  */
  margin: 0 auto; 
}
.swiper.main-slider {
  height:580px;
  width: 100%;
  /* max-width: 900px;  */
  margin: 0 0 24px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(0,0,0,0.10);
  background: #fff;
  position: relative;
}

.swiper.main-slider .swiper-wrapper,
.swiper.main-slider .swiper-slide {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.swiper.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
/* Position navigation buttons in the left bottom corner */
/* Custom Swiper navigation buttons */
.swiper.main-slider .swiper-button-next,
.swiper.main-slider .swiper-button-prev {
  background: #656865 !important;      /* Change background color */
  color: #fff !important;              /* Change icon color */
  border-radius: 8px;                  /* Less rounded corners */
  width: 40px;
  height: 40px;
  font-size: 18px;                     /* Bigger icon */
  border: 2px solid #fff;              /* White border */
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: background 0.2s, color 0.2s, border 0.2s;
    position: absolute;
  bottom: 20px;
  right: 20px;
  left: auto;
  top: auto;
  z-index: 10;
  margin: 0;
}


/* Stack buttons horizontally with spacing */
.swiper.main-slider .swiper-button-prev {
  right: 68px; /* 44px width + 8px gap + 20px from edge */
}
.swiper.main-slider .swiper-button-next:hover,
.swiper.main-slider .swiper-button-prev:hover {
  background: #8f998f !important;      /* Darker on hover */
  color: #fff !important;
  border-color: #bfd1bf;
}

.swiper.main-slider .swiper-button-next:after,
.swiper.main-slider .swiper-button-prev:after {
  font-size: 18px; 
  
}
/* Swiper Thumbnails */
.swiper.thumbs-slider {
  width: 100%;
  /* max-width: 900px; */
  margin: 0 0 24px 0;

  padding: 0;
   display: flex; 
  justify-content: flex-start;
  gap: 0;
}

/*overview*/
/*agent overview*/
.agent-details-container {
    display: flex;
    align-items: center;
    gap: 18px; 
}

.agent-image-wrapper img {
   width: 36px;
    height: 36px;
    border-radius: 25%;
    object-fit: cover; 
}

.agent-info {
    display: flex; 
    align-items: center;
    gap: 15px; 
    flex-wrap: nowrap; 
}

.agent-info h5 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.btn {
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}

.btn-primary {
    background-color: #193028;
    margin-right:8px
}

.btn-secondary {
    background-color: #6c757d00;
    border:solid 1px #373737;
    color: #373737;
}

#single-overview-section {
    width: 100%; 
    margin: 0 0 24px 0; 
    padding: 16px 24px 18px 24px; 
    background-color: #ececec; 
    border-radius: 12px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(20, 20, 20, 0.05); /* Subtle shadow */
}
.overview_element svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
}

.overview_element span {
    line-height: 1;
    display: inline-block;
    /* vertical-align: top; */
}
/* Responsive adjustments */
@media (max-width: 780px) {
    #single-overview-section {
        width: 100%; /* Full width on smaller screens */
        padding: 12px 16px; /* Adjust padding for smaller screens */
        flex-direction: column; /* Stack items vertically */
        gap: 16px; /* Add spacing between items */
        align-items:start;
    }
}

/* Wraps the icon and text groups */
.property-page-overview-details-wrapper {
    display: flex;
    gap: 24px; /* Space between overview items */
    align-items: center;
}

/* Individual element group (icon + text) */
.overview_element {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #111;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Optional vertical divider between items */
.overview_element:not(:last-child)::after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 2px;
    background-color: #a9a9a9;
    margin-left: 12px;
}




@media (max-width: 600px) {
  .swiper.thumbs-slider {
     scrollbar-width: none; 
  -ms-overflow-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .swiper.thumbs-slider::-webkit-scrollbar {
  display: none; 
}
  .swiper.thumbs-slider .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .swiper.thumbs-slider .swiper-slide {
      min-width: 90px !important;
    width: 90px !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .swiper.main-slider, .swiper.thumbs-slider {
    max-width: 100%;
  }

  .slider-wrapper,
  .property_listing {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
}
.swiper.thumbs-slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  
}
.swiper.thumbs-slider {
  margin-top: 24px;
}
.swiper.thumbs-slider .swiper-slide {
 width: 140px !important;
  aspect-ratio: 12 / 10;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  opacity: 0.7;
  border: 2px solid transparent;
  transition: opacity 0.2s, border 0.2s;
  background: #fff;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper.thumbs-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Highlight active thumbnail (optional, subtle) */
.swiper.thumbs-slider .swiper-slide-thumb-active {
  border: 2px solid #193028;
  opacity: 1;
  background: #f5f5f5;
}

/* Remove blue outline on click/focus */
.swiper-thumbs .swiper-slide:focus {
  outline: none;
  box-shadow: none;
}
/* Overview Section */
.single-overview-section {
  margin-bottom: 30px;
}

.single-overview-section h4.panel-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.property-page-overview-details-wrapper {
  margin-top:10px;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.overview_element {
  list-style: none;
  min-width: 120px;
  margin-bottom: 15px;
}

.first_overview {
  color: #888;
  font-size: 13px;
  margin-bottom: 5px;
}

.overview_element svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.overview_element svg path {
  fill: #333;
}

/* Description Section */
.wpestate_property_description {
    width: 90%; 
    margin: 0 0 24px 0;
    padding: 20px 0px; 
    background-color: #fffefb; 
   
}
.wpestate_property_description ul,
.wpestate_property_description ol {
  padding-left:20px;
}
.wpestate_property_description h4.panel-title {
    font-size: 16px; 
    font-weight: 1200; 
    color: #101010; 
    margin-bottom: 15px; 
    padding-bottom: 10px; 
    
}
.row:before, .row:after {
    
    display: none !important;
}
.wpestate_property_description .panel-body {
    font-size: 14px; 
    color: #131313; 
    line-height: 1.6; 
}
/*adress sectoion*/
#accordion_property_address {
   /* width: 90%;  */
    margin: 0 0 24px 0; 
    padding: 20px 0px; 
    background-color: #fffefb; 
}

#accordion_property_address h4.accordion-header {
    font-size: 20px; /* Match the font size */
    font-weight: 1200; /* Match the font weight */
    color: #101010; /* Match the text color */
    margin-bottom: 15px; /* Add spacing below the title */
    padding-bottom: 10px; /* Add padding below the title */
    border-bottom: none; /* Remove border if not needed */
}

#accordion_property_address .accordion-body {
    font-size: 15px; /* Match the body text font size */
    color: #131313; /* Match the body text color */
    line-height: 1.6; /* Match the line height */
}

#accordion_property_address .listing_detail {
    margin-bottom: 15px; /* Spacing between address details */
}
#accordion_property_address .listing_detail a {
   font-size:15px;
}
#accordion_property_address .listing_detail strong {
    font-weight: 600; /* Bold labels */
    color: #333; /* Dark text color */
}

#accordion_property_address .listing_detail a {
    color: #044107cd; /* Link color */
    text-decoration: none; /* Remove underline */
}

#accordion_property_address .listing_detail a:hover {
    text-decoration: underline; /* Add underline on hover */
}

#accordion_property_address .acc_google_maps {

    display: inline-block;
    margin-top: 0px;
    background-color: #193028; /* Google Maps button color */
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

#accordion_property_address .acc_google_maps:hover {
    background-color: #0f3911; /* Darker blue on hover */
}
/*details*/

#accordion_property_details {
    /* width: 90%;  */
    margin: 0 0 24px 0; 
    padding: 20px 0px; 
    background-color: #fffefb; 
}

#accordion_property_details h4.accordion-header {
    font-size: 20px; /* Match the font size */
    font-weight: 1200; /* Match the font weight */
    color: #101010; /* Match the text color */
    margin-bottom: 15px; /* Add spacing below the title */
    padding-bottom: 10px; /* Add padding below the title */
    border-bottom: none; /* Remove border if not needed */
}
#accordion_property_details_map h4.accordion-header {
    font-size: 20px; /* Match the font size */
    font-weight: 1200; /* Match the font weight */
    color: #101010; /* Match the text color */
    margin-bottom: 15px; /* Add spacing below the title */
    padding-bottom: 10px; /* Add padding below the title */
    border-bottom: none; /* Remove border if not needed */
}
#accordion_property_details .accordion-body {
    font-size: 15px; /* Match the body text font size */
    color: #131313; /* Match the body text color */
    line-height: 1.6; /* Match the line height */
}

#accordion_property_details .listing_detail {
    margin-bottom: 15px; /* Spacing between details */
}

#accordion_property_details .listing_detail strong {
    font-weight: 600; /* Bold labels */
    color: #333; /* Dark text color */
}

#accordion_property_details .listing_detail span {
    color: #131313; /* Match the text color */
}

#accordion_property_details .listing_detail .price_label {
    font-size: 12px; /* Match the font size */
    color: #888; /* Subtle color for price label */
}

#accordion_property_details .listing_detail sup {
    font-size: 10px; /* Smaller font size for superscript */
}
/*  Features Section Styles */
#accordion_features_details {
    /* width: 90%;  */
    margin: 0 0 24px 0; 
    padding: 20px 0px; 
    background-color: #fffefb; 
}
#accordion_features_details h4.accordion-header {
     font-size: 20px; /* Match the font size */
    font-weight: 1200; /* Match the font weight */
    color: #101010; /* Match the text color */
    margin-bottom: 15px; /* Add spacing below the title */
    padding-bottom: 10px; /* Add padding below the title */
    border-bottom: none; /* Remove border if not needed */
}

#accordion_features_details .accordion-body {
    font-size: 15px; /* Match the body text font size */
    color: #131313; /* Match the body text color */
    line-height: 1.6; /* Match the line height */
}

#accordion_features_details .listing_detail {
      margin-bottom: 15px; /* Spacing between details */
}

#accordion_features_details .listing_detail strong {
    font-weight: 600; /* Bold labels */
    color: #333; /* Dark text color */
}

#accordion_features_details .listing_detail span {
    color: #131313; /* Match the text color */
}

#accordion_features_details .listing_detail .price_label {
    font-size: 12px; /* Match the font size */
    color: #888; /* Subtle color for price label */
}

#accordion_features_details .listing_detail sup {
    font-size: 10px; /* Smaller font size for superscript */
}

/* Responsive */
@media (max-width: 770px) {
  #accordion_property_details {
        margin: 0 0 20px 0;
        width:100%;
    }

    #accordion_property_details h4.accordion-header {
        font-size: 20px;
    }

    #accordion_property_details .accordion-body {
        font-size: 15px; 
        color:#3c3c3c;
    }
  #accordion_property_address {
        margin: 0 0 20px 0;
        width : 100%;
    }

    #accordion_property_address h4.accordion-header {
        font-size: 20px; 
    }

    #accordion_property_address .accordion-body {
        font-size: 15px; 
        color:#282727;
    }
    .wpestate_property_description {
        width: 100%;
        padding: 16px; 
    }

    .wpestate_property_description h4.panel-title {
        font-size:16px; 
    }
#accordion_features_details {
        margin: 0 0 20px 0;
  width:100%;
    }
#accordion_features_details h4.accordion-header{
  font-size:20px;
}
#accordion_features_details .accordion-body {
font-size:15px;
font-weight:400;
}
    .wpestate_property_description .panel-body {
        font-size: 15px; 
        color:#282727;
    }
}




/* Responsive Adjustments */
@media (max-width: 992px) {
  .wpresidence_property_page_title_area {
    padding: 26px 2px 1.5px 1px;
  }
  
  .entry-title.entry-prop {
    font-size: 20px;
  }
  
  .carousel-inner .item {
    height: 350px;
  }
  
  .carousel-indicators-classic li {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .prop_social {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }
  
  .title_share, #add_favorites, #print_page {
    margin-right: 0;
  }
  
  .carousel-inner .item {
    height: 300px;
  }
  
  .carousel-indicators-classic li {
    height: 70px;
  }
  
  .property-page-overview-details-wrapper {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .carousel-inner .item {
    height: 250px;
  }
  
  .carousel-indicators-classic {
    flex-wrap: wrap;
  }
  
  .carousel-indicators-classic li {
    width: calc(50% - 5px);
    height: 70px;
  }
  
  .listing_detail {
    width: 100%;
  }
}

/* Add animation for share menu */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.share_unit.visible {
  animation: fadeIn 0.3s ease forwards;
}

/* Small tweaks to match Figma design */
.first_overview svg {
  width: 20px;
  height: 20px;
}

.property_title_label.actioncat {
  background-color: #f0f8ff;
}

.property_title_label.actioncat a {
  color: #164a15;
}


@media (min-width: 768px) {
  .wpresidence_property_page_title_area {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .entry-title.entry-prop {
    font-size: 1.8rem;
  }
    .col-md-4 {
        width: 100% !important;
    }
    .col-md-12{
      float:none !important;
    }
  .price_area {
    font-size: 1.4rem;
  }
}

.page-wrapper {
  padding-top: 2rem;
}

.block-wrapper .buttons-wrapper {
  flex: 1;
}

a {
  text-decoration: none;
}

.menu-logo svg {
  height: 32px;
  width: auto;
}
.entry-prop {
  color: red;
}
.search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-image: url("https://renthub.md/wp-content/themes/wpresidence-child/css/bg-image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 92px 32px;
  border-radius: 12px;
}
.search-wrapper .title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.search-wrapper .title h1, .search-wrapper .title h4 {
  color: #FFFEFB;
}
.search-wrapper .title h4 {
  opacity: 64%;
}
.search-wrapper .search-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .search-wrapper .search-form {
    flex-direction: row;
  }
}
.search-wrapper .search-form .input-wrapper input {
  background: rgba(255, 252, 245, 0.26);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(222, 222, 222, 0.26);
  color: #FFFEFB;
  outline: none;
  transition: 0.3s;
  font-size: 15px;
}
.search-wrapper .search-form .input-wrapper input:focus {
  border: 1px solid rgba(222, 222, 222, 0.56);
}

.button-glass {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 10px 24px;
  border-radius: 8px;
  margin: 0;
  transition: 0.15s;
  justify-content: center;
  line-height: normal;
  background: rgba(255, 255, 255, 0.1450980392);
  color: white;
  border: 1px solid rgba(241, 241, 241, 0.231372549);
  backdrop-filter: blur(6px);
  transition: 0.3s;
}
.button-glass:hover {
  background: rgba(255, 255, 255, 0.3098039216);
}

.button-group {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  width: auto;
}
.button-group .button {
  padding: 10px 14px;
  border: 1px solid #DEDEDE;
  width: 186px;
  background: #FFFEFB;
  cursor: pointer;
  font-size: 15px;
}
.button-group .button:first-child {
  border-radius: 8px 0 0 8px;
}
.button-group .button:last-child {
  border-radius: 0 8px 8px 0;
}
.button-group .button:hover {
  background: #DEDEDE;
}
.button-group .button.active {
  background: #193028;
  color: #FFFEFB;
  border: 1px solid #193028;
}

.review {
  box-sizing: border-box;
}

.tns-visually-hidden {
  display: none;
}

.card-carousel {
  display: flex;
  flex-direction: row;
}

.card-tags-wrapper {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.card-tags-wrapper .card-tags {
  position: unset !important;
}
.card-tags-wrapper .card-agent-tag {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.7803921569);
  backdrop-filter: blur(6px);
  border-radius: 8px;
}
.card-tags-wrapper .card-agent-tag .card-agent-image {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.card-tags-wrapper .card-agent-tag span {
  font-size: 13px;
  color: #454b57;
}

.properties-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hidden-tab {
  display: none;
}

.active-tab {
  display: flex;
}

.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}

.agent-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.agent-card .agent-image {
  border-radius: 12px;
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.agent-card .card-position {
  color: #7a7a7a;
}
.agent-card .card-contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.agent-card .card-contacts .card-contact {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  color: #7a7a7a;
}
.agent-card .card-contacts .card-contact svg {
  width: 14px;
  height: 14px;
}
.agent-card .card-link {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: end;
}
.agent-card .card-link svg {
  width: 14px;
  height: 14px;
  margin-left: 0px;
  transition: 0.3s;
}
.agent-card .card-link:hover svg {
  margin-left: 2px;
}

#agent .agent-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  #agent .agent-details {
    flex-direction: row;
  }
  #agent .agent-details .agent-image, #agent .agent-details .agent-info {
    flex: 1;
  }
}
#agent .agent-details .agent-image {
  border-radius: 12px;
  width: 100%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#agent .agent-details .agent-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#agent .agent-details .agent-info .block-title {
  align-items: center;
}
@media (min-width: 768px) {
  #agent .agent-details .agent-info .block-title {
    align-items: flex-start;
  }
  .wpresidence-content-container-wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#agent .agent-details .agent-info .buttons-wrapper {
  flex: unset;
}
@media (min-width: 768px) {
  #agent .agent-details .agent-info .buttons-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#agent .agent-details .agent-info .agent-contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#agent .agent-details .agent-info .agent-contacts .agent-contact {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  color: #060606;
}
#agent .agent-details .agent-info .agent-contacts .agent-contact svg {
  width: 14px;
  height: 14px;
}

/* Property Overview Bar Styles */
.property-overview-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.overview-flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

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

/* Agent Info Box Styles */
.agent-info-box {
    background-color: #25383F;
    border-radius: 8px;
    padding: 16px 24px;
    min-width: 220px;
}

.agent-details {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}


.agent-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.agent-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.agent-phone {
    font-size: 14px;
    color: #777;
}

/* Overview Item Styles */
.overview_element i {
    color: #25383F;
    font-size: 20px;
}

.overview_element span {
    font-size: 13.7px;
    color: #111;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .property-overview-bar {
        flex-direction: column;
        gap: 20px;
    }
    
    .overview-flex-row {
        justify-content: center;
        text-align: center;
    }
    
    .agent-info-box {
        width: 100%;
    }
}
@media (max-width:770px){
  .agent-name{
    font-size:16px;
  }
.property_categs i{
  margin-right:3px;
  display:none;
}
.entry-title.entry-prop{
  font-weight:1000;
  font-size:24px;
}

.swiper.main-slider {
  /*aspect-ratio: 15 / 9;*/
  width: auto;
  height: 320px;
  /* max-width: 900px;  */
  margin: 0 0 20px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(0,0,0,0.10);
  background: #fff;
  position: relative;
}
.wpresidence_property_page_title_area {
  margin: 0 0 20px 0;
  padding: 26px 2px 1.5px 1px;
}
 .swiper.thumbs-slider .swiper-slide {
 width: 140px !important;
  aspect-ratio: 11 / 9;
  
}
.swiper.thumbs-slider .swiper-wrapper{
  gap:15px;
}
.swiper.main-slider .swiper-button-next:after,
.swiper.main-slider .swiper-button-prev:after {
  font-size: 15px;
  
}
.swiper.main-slider .swiper-button-next,
.swiper.main-slider .swiper-button-prev{
display:none;
}
.property-page-overview-details-wrapper{
  flex-direction:column;
  align-items:start;
}
.overview_element:not(:last-child)::after {
   display: none;
}
.agent-image-wrapper img {
   width: 40px;
    height: 40px;
    border-radius: 25%;
    object-fit: cover; 
}
.agent-info h5 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
.agent-details-container{
  gap:15px;
}
.agent-info{
  gap:12px;
}
.btn {
    padding: 8px 13px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
}
.wpestate_property_description {
    
    margin: 0 0 24px 0;
    padding: 20px 0px; 
    background-color: #fffefb; 
   
}

.wpresidence_property_page_title_area {
  margin-bottom:0px;
}
#accordion_property_address .acc_google_maps {
    font-size: 13px;
}
#accordion_features_details .accordion-body {
font-size:15px;
font-weight:400;
}
.row{
  display: flex;
  flex-direction:column;
   

}
#accordion_property_details .listing_detail{
  margin-bottom:3px;
}
#accordion_features_details .listing_detail{
  margin-bottom:3px;
}
#accordion_property_address .listing_detail{
  margin-bottom:3px;
}
.btn-primary {
    margin-right:6px;
}
#accordion_property_address .listing_detail a {
   font-size:15px;
}
}
.col-md-6 {
        width: 100% !important;
    }
      .col-lg-4 {
        width: 100% !important;
    }
      .col-lg-8 {
        width: 100% !important;
    }
        .col-lg-6 {
        width: 100% !important;
    }
        .col-md-2 {
        width: 100% !important;
    }
/*sidebar*/
@media (min-width: 1200px) {
      
    .property-sidebar {
        display: block; 
    }
     #single-overview-section {
        display: none; 
    }
    .bottom-border{ 
    height: 1px;
  background-color: #888;
  margin-top: 6px; 
  margin-bottom: 10px;
    }
    .fixed-bottom-bar{
      display:none;
    }
    .wpresidence-content-container-wrapper{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .overview_element span {
    font-size: 16px;
    color: #555;
}
}
.sb-wrapper{
position:relative;
width:420px;
display:block;
}
.agent-image {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #ddd;
}
@media (max-width: 1199px) {
    .property-sidebar {
        display: none; 
    }
    .sb-wrapper{
      display:none;
    }
    #single-overview-section{
      display:block;
    }
    .agent-image{
      width:36px;
      height:36px;
    }
}

.content-sidebar-wrapper {
    display: flex;
    gap: 48px; 

}

.wpestate_column_content {
    flex: 1; 
    min-width: 0; 
}

.property-sidebar {
  width:420px;
   position: fixed;
    
    z-index: 10; 
    flex: 0 0 420px; 
    background-color: #fff; /* White background */
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    
}

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

.sidebar-price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/* Apartment Info Section */
.sidebar-apartment-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #555;
}

.sidebar-apartment-info ul li {
    margin-bottom: 5px;
    
}
.sidebar-agent-info .agent-row {
    display: flex;
    align-items: end;
    gap: 10px;
}



.sb-agent-details {
    display: flex;
    flex-direction: column;
    gap:3px;
    margin-bottom:1px;
}



.agent-phone a {
    font-size: 14px;
    color: #777;
}





.sb-location{
  display:flex;
  gap :11px;
  
}
.sidebar-apartment-info .map-pin-icon svg {
    width: 25px; 
    height: 25px;
}
.sb-location .location-text{
  margin-top:2px;
}

















.fixed-bottom-bar {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 6px 15px -3px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #dedede;
    background: white;
}

.fixed-bar-content {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}
.bt-price{
  font-size:18px;
}
.bt-agent .agent-row {
    display: flex;
    align-items: center;
    gap: 10px;
}



/*log in */
.wpresidence-login-button {
    background-color: #193028;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.wpresidence-login-button:hover {
    background-color: #193028;
}

.custom-login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-inner {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-header h2 {
  margin-bottom: 20px;
  font-size: 22px;
}

.form-control {
  
  margin-bottom: 25px !important;
  
}

.login-button {
  background-color: #193028;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-button:hover {
  background-color: #193028;
}

@media (max-width: 768px) {
  .modal-inner {
    border-radius: 0;
    height: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .close-modal {
    top: 20px;
    right: 20px;
  }
}


@media (max-width: 768px) {
    .wpresidence-login-button {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
    }
}




/* dashboard */
.wpestate_dashboard_section_title{
  font-size: medium;
    padding-bottom: 20px;
    color: rgb(47, 47, 47);
}
.row_user_dashboard {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
#update_profile , #form_submit_1 ,#add_new_floor_plan ,#westate_crm_create_lead{
    background-color: #6c5dd3; /* Green */
    border: none;
    color: white;
    padding: 12px 24px;
    text-align: center;   
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom:5px;
}
.pass_p_wrap{
  width:100%;
  display:flex;
  gap:20px;
}
#aaiu-uploader{
  background-color: #6c5dd3;
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  
}
.wpestate_dashboard_table_list_header , .property_wrapper_dash{
  display:flex;
  gap:10px;
} 
#change_pass{
  background-color: #6c5dd3; /* Green */
    border: none;
    color: white;
    padding: 12px 24px;
    text-align: center;   
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
#change_pass:hover {
    background-color: #513dce !important;
}
#update_profile:hover , #form_submit_1:hover , #add_new_floor_plan:hover {
    background-color: #513dce !important;
}
.fullp-button{
  height:110px;
}
.usertitle_wrapper{
  padding-left: 0px !important;
}
.profile-onprofile
{
  display: flex;
  flex-direction:column;
  margin-bottom:0px !important;
} 
#delete_profile,#form_submit_2 {
    background-color: #6a6a6a; /* Red */
    border: none;
    color: white;
    padding: 12px 24px;
    text-align: center;   
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#delete_profile:hover,#form_submit_2:hover {
    background-color: #868686;
}
.user_menu_wrapper {
  width: 500px !important; /* Adjust sidebar width as needed */
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}

/* Dashboard container */
.dashboard-margin {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.elementor-shape{
  display: none !important;
}
/* Welcome Section */
.dashboard_hello_section {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dashboard_hello_section h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  word-break: break-word;
}

.dashboard_hi_text {
  font-size: 18px;
  font-weight: 500;
}

/* Notification Bell */
.wpestate_bell_note {
  position: absolute;
  right: 20px;
  top: 20px;
  align-items: center;
  gap: 5px;
}

.wpestate_bell_note_unread {
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

/* Form Wrapper */
.dashboard-wrapper-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Left Section */
.wpestate_dashboard_holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Widget Wrapper */
.wpestate_dashboard_content_wrapper {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.wpestate_dashboard_content_wrapper h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* Account Summary */
.dasboard_widget_row {
  margin-bottom: 8px;
  font-size: 16px;
}

/* Dashboard Units */
.dashboard_widget_unit {
  display: flex;
  align-items: end;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.dashbard_unit_image img {
  width: 105px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

/* Property Info */
.property_dashboard_location_wrapper {
  flex: 1;
  min-width: 150px;
}

.dashbard_unit_title {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  word-break: break-word;
}

.property_dashboard_location {
  font-size: 14px;
  color: #666;
}

/* Chart Section */
/* .visits_per_listing canvas {
  width: 100% !important;
  height: 100% !important;
  max-height: 1000px;
} */

/* Right Sidebar */
.col-lg-4.wpestate_dashboard_holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .dashboard-wrapper-form {
    flex-direction: column;
  }

  .wpestate_dashboard_holder {
    width: 100%;
  }

  .wpestate_bell_note {
    position: static;
    margin-top: 10px;
  }

  .dashboard_hello_section {
    align-items: flex-start;
  }

  .dashboard_hello_section h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .row_user_dashboard {
    flex-direction: column;
  }

  .user_menu_wrapper {
    width: 100% !important;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
  }

  .dashboard-margin {
    padding: 15px;
  }

  .wpestate_bell_note {
    position: static;
    margin-top: 10px;
  }

  .dashboard_hello_section {
    align-items: flex-start;
  }

  .dashboard_hello_section h2 {
    font-size: 20px;
  }

  .dashboard-wrapper-form {
    flex-direction: column;
  }

  .wpestate_dashboard_holder,
  .col-lg-4.wpestate_dashboard_holder {
    width: 100% !important;
  }
}
/* Container & layout fixes */
.dashboard-margin {
  width:100% !important;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
}
.wpestate_dash_coluns{
  width:100% !important;
}
.top_dahsboard_wrapper {
  margin-bottom: 15px;
}
.property_dashboard_actions_button{
  width:200px !important;
}
.dashboard_hello_section {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.dashboard_hi_text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

.dashboard_hello_section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: #11142D;
}

/* Bell notification */
.wpestate_bell_note {
  top: 0;
  right: 0;
  margin: 0 15px 0 0;
  cursor: pointer;
}

.wpestate_bell_note svg {
  vertical-align: middle;
}

.wpestate_bell_note_unread {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #ff3b3b;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}

/* Filters and search form */
.wpestate_dashhboard_filter {
  margin-right: 15px;
  margin-bottom: 10px;
}

.wpestate_dashhboard_filter .btn {
  background-color: #f7f9fc;
  border: 1px solid #ced4da;
  color: #495057;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.wpestate_dashhboard_filter .btn:hover,
.wpestate_dashhboard_filter .btn:focus {
  background-color: #e2e6ea;
  color: #11142D;
}

.dropdown-menu.show {
  display:block;
  min-width: 180px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
  border-radius: 4px;
}
.dropdown-menu{
  display: none;
}
.dashboad-tooltip {
  padding: 8px 12px;
  display: block;
  font-size: 0.9rem;
  color: #11142D;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.dashboad-tooltip:hover {
  background-color: #f0f2f5;
}

/* Search input */
#search_dashboard_auto {
  display: flex;
  flex-wrap: nowrap;
  max-width: 320px;
  margin-left: auto;
}

#search_dashboard_auto input[type="text"] {
  margin-bottom: 0px !important;
  width:300px;
  flex-grow: 1;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

#search_dashboard_auto input[type="text"]:focus {
  border-color: #11142D;
}

#search_dashboard_auto input[type="submit"] {
  background-color: #11142D;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

#search_dashboard_auto input[type="submit"]:hover {
  background-color: #444c58;
}

/* Table header for desktop */
.wpestate_dashboard_table_list.header {
  
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #11142D;
}

.wpestate_dashboard_table_list_header > div {
  padding-left: 15px;
}

/* Property rows */
.wpestate_dashboard_table_list.content-dbl {
 
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.wpestate_dashboard_table_list {
    display: grid;
    grid-template-columns:4fr 2fr 2fr 2fr 3fr;
    gap: 10px;
    align-items: start; /* optional: aligns items vertically */
    padding: 10px;
    border-bottom: 1px solid #ccc;
}


.blog_listing_image {
  position: relative;
  padding-right: 15px;
}

.featured_div {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #ffcc00;
  color: #11142D;
  font-weight: 700;
  padding: 3px 8px;
  font-size: 0.75rem;
  border-radius: 3px;
  z-index: 10;
}

.dashbard_unit_image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.dashbard_unit_image:hover img {
  transform: scale(1.03);
}

.property_dashboard_location_wrapper {
  margin-top: 10px;
}

.dashbard_unit_title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #11142D;
  text-decoration: none;
}

.dashbard_unit_title:hover {
  text-decoration: underline;
}

.property_dashboard_location a {
  color: #777;
  font-size: 0.9rem;
  text-decoration: none;
}

.property_dashboard_location a:hover {
  text-decoration: underline;
}

/* Status label */
.property_list_status_label.publish {
  color: #1a7f37;
  font-weight: 600;
  background-color: #e1f0d6;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.85rem;
}

/* Price */
.property_dashboard_price {
  font-weight: 700;
  color: #11142D;
  font-size: 1rem;
}

/* Actions button */
.property_dashboard_actions_button {
  background-color: #f7f9fc;
  border: 1px solid #ced4da;
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  color: #11142D;
  transition: background-color 0.3s ease;
}

.property_dashboard_actions_button:hover,
.property_dashboard_actions_button:focus {
  background-color: #e2e6ea;
}

/* Dropdown menu for actions */
.btn-group .dropdown-menu {
  min-width: 150px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn-group .dropdown-menu li a {
  padding: 8px 12px;
  color: #11142D;
  font-size: 0.9rem;
  display: block;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.btn-group .dropdown-menu li a:hover {
  background-color: #f0f2f5;
}

/* Modal */
.paymentmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.4);
  z-index: 1050;
  padding: 40px 20px;
}

.paymentmodal .wpestate_dashboard_content_wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 600px;
  margin: auto;
  position: relative;
}

.paymentmodal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .wpestate_dashboard_table_list_header {
    display: none;
  }
  .property_wrapper_dash {
    flex-direction: column !important;
  }
  .property_dashboard_types,
  .property_dashboard_status,
  .property_dashboard_price,
  .property_dashboard_action {
    margin-top: 10px;
  }
}
.categories-select{
display:flex;
}

@media (max-width: 768px) {
  .dashboard_hello_section {
    margin: 25px 0 30px !important;
    padding-left: 25px !important;
    position: relative;
}
.dashboard_hello_section h2{
  font-size:34px !important;
}
.wpestate_bell_note{
  right:0px !important;
}

.dashboard-wrapper-form {
    padding: 0 10px !important;
}
    .wpestate_dashboard_holder{
      padding-right:0px !important;
    }
    .wpestate_dashboard_content_wrapper {
      display: flex !important;
      flex-direction: column;
    }
    .pass_p_wrap{
      display:block;
    }
    .categories-select{
      display:block;
    }
    #property_country, #new_post{
      width:100%;
    }
}