/**
 * Property detail layout (from bahriatowns.com property-detail / more_info_properties).
 * Scoped utility classes for more_info_properties.php
 */

/* —— Layout / sidebar —— */
.right_main_wrapper {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
}
.right_main_container {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #f7f7f7;
}
.separator1 {
  position: relative;
  width: 50px;
  height: 4px;
}
.separator1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 25px;
  height: 4px;
  background-color: #000;
}
.separator1:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 25px;
  height: 4px;
  background-color: #0074d9;
}
.property_mazeed_container {
  text-align: center;
  margin-top: 15px;
}
.right_properties_c {
  margin-bottom: 25px;
}
.property_mazeed_container img {
  margin-left: auto;
  margin-right: auto;
}
.house_img_r {
  width: 35%;
  float: left;
  height: 80px;
  object-fit: cover;
}
.right_text_img {
  margin-left: 97px;
  text-align: left;
}
.right_text_img_box {
  height: 29px;
  overflow: hidden;
  width: 162px;
}
.right_text_img_box h4 {
  text-align: left;
  font-size: 13px;
  margin-top: -1px;
  margin-left: 12px;
}
.right_text_img_box h4 a:hover {
  text-decoration: none;
}
.other_propertis_price {
  margin-left: 27px;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 700;
}

/* —— Contact modal —— */
.contact_agent_image_container {
  height: 150px;
  background-size: cover !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  width: 150px;
  border-radius: 5px;
  margin: 0 auto;
}
.contact_agent_container {
  text-align: center;
  align-content: center;
}
.agent_modal_header {
  background: #0093dd;
  color: #fff;
  padding: 14px 25px 10px 22px;
}
.modal_input_fields {
  border: 3px solid #0093dd;
  border-radius: 0;
  height: 45px;
  margin-bottom: 12px;
}
.agent_view_submit_btn_new {
  background: #0074d9;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  width: 100%;
  border: 0;
  cursor: pointer;
}
.agent_view_submit_btn_new:hover {
  background: #005ea8;
  color: #fff;
}

/* —— Agent card (sidebar + modal) —— */
.agent_image_wrapper {
  height: 164px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-top: 15px;
  border-radius: 50%;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
}
.agent_name_new {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 12px;
  font-weight: 700;
  color: #0074d9;
}
.agent_role_new {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 12px;
}
.agent_contact_container_new {
  background: #f5f5f5;
  margin-top: 15px;
  padding: 12px 12px 0;
  border-radius: 4px;
}
.agent_contact_container_new .agent_contact_left {
  float: left;
}
.agent_contact_container_new .agent_contact_left b {
  display: block;
  margin-bottom: 15px;
}
.agent_contact_container_new .agent_contact_right {
  float: right;
  text-align: right;
}
.agent_contact_container_new .agent_contact_right span,
.agent_contact_container_new .agent_contact_right a {
  display: block;
  margin-bottom: 15px;
}
.agent_view_profile_btn_new {
  background: #0074d9;
  padding: 12px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  border-radius: 4px;
}
.agent_view_profile_btn_new a {
  color: #fff;
}
.agent_view_profile_btn_new a:hover {
  text-decoration: none;
  color: #fff;
}

/* —— Main plot column —— */
.plot_detail_content {
  padding-top: 63px;
  margin-bottom: 40px;
}
.plot_detail_content h3 {
  font-family: "Varela Round", "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.35;
}
.plot_detail_content .price_c {
  background: #0074d9;
  padding: 5px 7px;
  font-size: 13px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  margin-top: 8px;
}
.plot_detail_content .location_c {
  display: inline-block;
  font-family: "Varela Round", "Montserrat", sans-serif;
  margin-top: 10px;
}
.plot_detail_content .location_c i {
  font-size: 19px !important;
  margin-left: 12px;
  color: #0074d9;
}
.slider_main_container {
  margin-top: 15px;
}
.image_overlay_plot_detail {
  background-size: cover !important;
  background-position: center !important;
  height: 500px;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .image_overlay_plot_detail {
    height: 280px;
  }
}

/* —— Share buttons —— */
.fb_share_btn {
  background: #4867aa;
  color: #fff;
  font-size: 17px;
  padding: 13px 16px 12px 20px;
  border-radius: 2px;
  display: inline-block;
}
.share_btns_container {
  margin-top: 20px;
}
.share_btns_container a {
  display: inline-block;
  vertical-align: middle;
}
.twitter_share_btn {
  background: #3cf;
  color: #fff;
  padding: 13px 16px 12px 18px;
  border-radius: 2px;
  margin-left: 12px;
  font-size: 17px;
  display: inline-block;
}
.googleplus_share_btn {
  background: #db4437;
  color: #fff;
  padding: 14px 13px 13px 17px;
  border-radius: 2px;
  margin-left: 12px;
  font-size: 17px;
  display: inline-block;
}
.linkedin_share_btn {
  background: #0177b5;
  color: #fff;
  padding: 13px 16px 14px 18px;
  border-radius: 2px;
  margin-left: 12px;
  font-size: 17px;
  display: inline-block;
}
.share_btns_container a:hover {
  text-decoration: none !important;
}

/* —— Map / video —— */
.map_zoomer_container {
  border: 1px solid #ccc;
  margin-top: 15px;
}
.video_overview_container {
  margin-top: 15px;
}

/* —— Overview lists —— */
.overview_content {
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  margin-top: 15px;
}
.overview_content ul {
  background-color: #f7f7f7;
  list-style: none;
  padding: 12px 20px;
  border: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
}
.overview_content li {
  border-bottom: 1px dashed #ddd;
  clear: left;
  float: left;
  line-height: 40px;
  width: 35%;
}
.overview_content li span {
  float: left;
  font-weight: 700;
}
.overview_content li strong {
  float: right;
  font-weight: 400;
}
.overview_content li:nth-child(even) {
  float: right;
  clear: right;
}
.overview_content li[style*="width: 100%"] {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

.heading_search {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
}

.property_overviews {
  margin-top: 10px;
}

/* —— Carousel arrows on image slider —— */
#bootstrap-touch-slider .carousel-control {
  width: 50px;
  opacity: 0.85;
  background: rgba(0, 0, 0, 0.35);
}
#bootstrap-touch-slider .carousel-control .fa {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
}
