/* === Fancybox popup container tweaks === */
.fancybox-content {
  border-radius: 16px !important;
}


@media only screen and (max-width: 767px) {
  .ff-columns_total_2 .ff-t-cell {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px;
  }

  .ff-t-container {
    display: block !important;
  }

  .ff-el-group {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .ff-el-input--label {
    text-align: left !important;
    margin-bottom: 5px;
    display: block;
  }

  .ff-el-form-control {
    width: 100% !important;
    box-sizing: border-box;
  }

  .fluentform .ff-btn-submit {
    width: 100% !important;
    margin-top: 10px;
  }

  .fluentform .ff-el-group.ff-t-cell {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* ============
   FORM WRAPPER
============== */
.single-property .fluentform {
  background-color: #f4f9fc;
  border-radius: 16px;
  padding: 30px 25px;
  max-width: 550px;
  margin: 40px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
}

/* =================
   FORM GROUPS + LABELS
================= */
.single-property .fluentform .ff-el-group {
  margin-bottom: 18px;
}

.single-property .fluentform .ff-el-label,
.single-property .fluentform .ff-el-input--label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
  color: #111;
}

/* =================
   INPUTS & TEXTAREAS
================= */
.single-property .fluentform input[type="text"],
.single-property .fluentform input[type="email"],
.single-property .fluentform input[type="tel"],
.single-property .fluentform input[type="url"],
.single-property .fluentform input[type="date"],
.single-property .fluentform textarea,
.single-property .fluentform select {
  width: 100%;
  font-size: 15px;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.single-property .fluentform input:focus,
.single-property .fluentform textarea:focus {
  border-color: #0077b6;
  outline: none;
}

/* =============
   BUTTON STYLING
============== */
.single-property .fluentform .ff-btn-submit {
  background-color: #004c8c;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 26px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.single-property .fluentform .ff-btn-submit:hover {
  background-color: #006bb3;
}

/* Optional: tighten up mobile spacing */
@media (max-width: 480px) {
  .single-property .fluentform {
    padding: 20px;
  }
}


/* === MAP STYLING === */
.single-property #property_map_canvas {
  max-width: 1000px;
  margin: 50px auto 60px;
  padding: 0 20px;
  height: 420px !important;
  width: 100% !important;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* === PRICE BLOCK === */
.single-property .price {
  font-size: 26px;
  font-weight: 700;
  color: #90224A;
  margin: 0 auto 30px;
  max-width: 1000px;
  padding: 0 20px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  display: block;
}

/* === GENERAL WRAPPERS === */
.single-property .property-inner,
.single-property .property-top-wrapper,
.single-property .features,
.single-property .summary,
.single-property .description,
.single-property .property_title,
.single-property .property_meta,
.single-property .action-make-enquiry,
.single-property .entry-summary {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* === CONTENT AREA CONTAINER === */
.single-property .content-area {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto !important;
  float: none !important;
}

/* === ACTION BUTTONS SECTION === */
.single-property .property_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 30px 0;
  padding: 0 20px;
  text-align: left;
  box-sizing: border-box;
}

.single-property .property_actions li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-property .property_actions a {
  display: inline-block;
  padding: 12px 20px;
  background-color: #005A94;
  color: #ffffff !important;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.single-property .property_actions a:hover {
  background-color: #0073b7;
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* === FEATURES BOX SECTION === */
.single-property .features {
  background: #f9f9f9;
  padding: 25px;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* === SECTION HEADINGS === */
.single-property .features h4,
.single-property .summary h4,
.single-property .description h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #043C64;
  font-weight: 600;
}

/* === ROOM TEXT STYLING === */
.single-property .room {
  margin: 15px 0;
  line-height: 1.7;
}

/* === PAGE & PROPERTY TITLE === */
.single-property .entry-title {
  font-size: 32px;
  font-weight: 700;
  color: #043C64;
  margin-bottom: 10px;
  line-height: 1.3;
}

.single-property .property_title.entry-title {
  display: block;
  max-width: 1000px;
  margin: 20px 0;
  padding: 0 20px;
  font-size: 28px;
  line-height: 1.3;
  color: #043C64;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: left;
}

/* === META INFORMATION === */
.single-property .property_meta {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.single-property .property_meta li {
  margin-bottom: 5px;
}

/* === HIDE SIDEBAR === */
.single-property #secondary,
.single-property .widget-area,
.single-property .content-area + .sidebar,
.single-property .site-sidebar {
  display: none !important;
}

/* === HIDE DUPLICATE SUMMARY === */
.single-property .summary {
  display: none;
}

/* === FULL WIDTH SLIDER WRAPPER === */
.slider-fullwidth-wrapper {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}

/* === SLIDER CONTENT === */
.slider-fullwidth-wrapper .flexslider {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.slider-fullwidth-wrapper .slides li,
.slider-fullwidth-wrapper .slides img {
  width: 100% !important;
  max-width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

/* === LAYOUT CONTAINERS === */
.property-content-wrap,
.property-inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

/* === VIRTUAL TOUR BOX === */
.single-property .virtual-tour-box {
  background: #f9f9f9;
  padding: 30px;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  max-width: 1066px;
  width: 90%;
  text-align: left;
}

.single-property .virtual-tour-box h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #043C64;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.single-property .virtual-tour-box iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 8px;
  display: block;
}