/*
	Theme Name: RealHomes
	Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
	Author: InspiryThemes
	Author URI: https://www.inspirythemes.com/
	Description: RealHomes is a handcrafted WordPress theme for real estate websites. It offers purpose-oriented design with all the essential features that a real estate website needs. RealHomes theme facilitates its users on both the front-end and admin-side, making property management a breeze.
    Requires at least: 6.0
    Tested up to: 6.8.1
    Requires PHP: 7.4
	Version: 4.4.9
	Text Domain: framework
    Domain Path: /languages
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-background, light, one-column, two-columns, three-columns, four-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

	----------------------------------------------------------------------------------------------------------------*/
.elementor-5348 .elementor-element.elementor-element-1ab71e5 .rhea-ultra-property-card-two-price
{
	display:none!important;
}
.elementor-7966 .elementor-element.elementor-element-474740d .rhea-ultra-property-card-two-price
{
	display:none!important;
}
.rhea_ultra_search_form_wrapper .bootstrap-select.rhea_multi_select_picker .caret
{
	border-top-color:white!important;
}
.rhea_ultra_search_form_wrapper .bootstrap-select.rhea_multi_select_picker_location .caret
{
	border-top-color:white!important;
}

/* RESET EVERYTHING INSIDE FORM */


/* ROW STRUCTURE */
.cf7-custom-form .cf7-row {
  width: 100% !important;
  clear: both !important;
}

/* 2 COLUMN LAYOUT */
.cf7-custom-form .cf7-col {
  width: 50% !important;
  float: left !important;
  padding-right: 10px !important;
}

/* Remove extra padding on right column */
.cf7-custom-form .cf7-col:nth-child(2) {
  padding-right: 0 !important;
}

/* LABEL STYLE */
.cf7-custom-form label {
  display: block !important;
	margin:0px!important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
	font-size:13px!important;
color:black!important;
}

/* INPUT FORCE OVERRIDE (THIS FIXES YOUR ROUNDED ISSUE) */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"] {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 10px !important;
}
.cf7-custom-form .wpcf7-select
{
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 15px !important;
  padding: 14px!important;
}

/* RADIO INLINE */
.cf7-custom-form .cf7-radio {
  display: flex !important;
  gap: 15px !important;
  align-items: center !important;
  margin-top: 5px !important;
}

.cf7-custom-form .cf7-radio label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
}

/* SUBMIT BUTTON */
.cf7-custom-form .cf7-submit {
  border: 1px solid #000 !important;
  background: #7c2b82 !important;
  padding: 10px 20px !important;
  cursor: pointer !important;
  margin-top: 15px !important;
  border-radius: 0 !important;
}

/* CLEAR FLOAT FIX */
.cf7-custom-form::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
/* Mobile-specific overrides for Contact Form 7 */
@media only screen and (max-width: 767px) {

  /* Columns full width */
  .cf7-custom-form .cf7-col {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    margin-bottom: 15px !important;
  }

  /* Rows adjust */
  .cf7-custom-form .cf7-row {
    width: 100% !important;
    clear: both !important;
  }

  /* Inputs, email, tel */
  .cf7-custom-form input[type="text"],
  .cf7-custom-form input[type="email"],
  .cf7-custom-form input[type="tel"] {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  /* Selects */
  .cf7-custom-form .wpcf7-select {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  /* Radio buttons stack vertically */
  .cf7-custom-form .cf7-radio {
    display: block !important;
    gap: 5px !important;
  }

  .cf7-custom-form .cf7-radio label {
    display: flex !important;
    gap: 5px !important;
    margin-bottom: 5px !important;
  }

  /* Submit button full width */
  .cf7-custom-form .cf7-submit {
    width: 100% !important;
    float: none !important;
    display: block !important;
    margin-top: 15px !important;
  }

  /* Optional: spacing for fields */
  .cf7-custom-form p {
    margin-bottom: 15px !important;
  }
}
/* Hide property cards that use fake placeholder image */
.rhea-ultra-property-card-two-wrapper:has(img[src*="fakeimg.pl"]) {
    display: none !important;
}


/* Newsletter form code */

/* ROW WRAPPER */
.cf7-inline-form {
  width: 100% !important;
  clear: both !important;
}

/* 3 COLUMN INLINE */
.cf7-inline-form .cf7-inline-col {
  width: 33.33% !important;
  float: left !important;
  padding-right: 10px !important;
}

/* Remove extra padding on last column */
.cf7-inline-form .cf7-inline-col:last-child {
  padding-right: 0 !important;
}

/* INPUT STYLING */
.cf7-inline-form input[type="text"],
.cf7-inline-form input[type="email"] {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid White !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 35px !important;
	color:white!important;
}

/* SUBMIT BUTTON */
.cf7-inline-form .cf7-inline-submit {
  width: 100% !important;
  border: none!important;
  background: white !important;
  color: #7c2b82 !important;
	font-weight:bold!important;
  padding: 8px 8px !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  height: 35px !important;
}

/* CLEAR FLOAT */
.cf7-inline-form::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
  .cf7-inline-form .cf7-inline-col {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    margin-bottom: 15px !important;
  }

  .cf7-inline-form .cf7-inline-submit {
    width: 100% !important;
  }
}
.cf7-inline-form input[type="text"]::placeholder,
.cf7-inline-form input[type="email"]::placeholder {
  color: white !important;
}
.wpcf7-response-output
{
	color:white!important;
}
.wa-property-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#73307e;
    color:#ffffff !important;
    padding:8px 15px;
    border-radius:5px;
    text-decoration:none;
    font-size:13px;
    font-weight:500;
    transition:0.3s ease;
}

.wa-property-btn:hover{
    transform:translateY(-2px);
    opacity:0.92;
    color:#ffffff !important;
}

.wa-property-btn svg{
    width:20px;
    height:20px;
    flex-shrink:0;
    fill:#ffffff;
}
.rhea-ultra-property-card-five-footer 
{
	flex-wrap: nowrap!important;
}
.rhea-ultra-property-card-five-link
{
	font-size:10px!important;
	font-weight:500!important;
}
.rhea-ultra-property-card-five-popup
{	font-size:11px!important;
	font-weight:600!important;
	
}
.rhea-ultra-property-card-five-content>p
{
	display:none!important;
}
.rh_ultra_prop_card__meta
{
	background-color:white!important;
}
.blink-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Green live dot */
.blink-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #39d353;
    border-radius: 50%;
    animation: pulseDot 1.5s infinite;
}

/* Smooth blinking */
@keyframes pulseDot {
    0% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(57, 211, 83, 0.7);
    }

    70% {
        opacity: 1;
        box-shadow: 0 0 0 6px rgba(57, 211, 83, 0);
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(57, 211, 83, 0);
    }
}
/* Card Container */
.cf7-step-card {
    max-width: 700px;
    margin: 0 auto;
}

/* Question Title */
.cf7-step-title {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 42px;
    font-weight: 800;
    color:#7c2b82;
    margin-bottom: 30px;
}
.cf7-step-sub-title {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    color:Black;
    margin-bottom: 30px;
}
.cf7-step-company-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #7C2B82;
    margin-bottom: 30px;
}

/* Radio Grid */
.cf7-time-options .wpcf7-form-control-wrap {
    display: block;
}

.cf7-time-options .wpcf7-radio {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100%;
}

.cf7-time-options .wpcf7-list-item {
    margin: 0 !important;
    width: auto !important;
}

/* Hide default radio */
.cf7-time-options input[type="radio"] {
    display: none;
}

/* Option Card */
.cf7-time-options .wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.cf7-time-options .wpcf7-list-item label {
    display: flex;
    align-items: center;
    min-height: 90px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Icon Placeholder */
.cf7-time-options .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #232634;
}

/* Selected State */
.cf7-time-options input[type="radio"]:checked + .wpcf7-list-item-label,
.cf7-time-options .wpcf7-list-item.checked label {
    color: white;
}

.cf7-time-options input[type="radio"]:checked ~ .wpcf7-list-item-label::before {
    background: #f4eedf;
}

/* Hover */
.cf7-time-options .wpcf7-list-item label:hover {
    border-color: #7C2B82;
}

/* Selected Card */
.cf7-time-options input[type="radio"]:checked + .wpcf7-list-item-label {
    font-weight: 700;
}

.cf7-time-options .wpcf7-list-item label:has(input[type="radio"]:checked) {
    border-color: #7C2B82;
    background: #7C2B82;
}

/* Mobile */
@media (max-width: 767px) {
    .cf7-time-options .wpcf7-radio {
        grid-template-columns: 1fr;
    }

    .cf7-step-title {
        font-size: 24px;
    }
}
.cf7-contact-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cf7-field-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #232634;
    margin-bottom: 6px;
}

.cf7-input {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border:none!important;
	border-bottom:1px solid black!important;
    border-radius: 0px!important;
    font-size: 16px;
    background: #F9F9F9!important;
	box-shadow: none!important;

}

.cf7-input:focus {
    outline: none;
    border-color: #b89a45;
}
.cf7mls_next.action-button
{
	background-color:#7c2b82!important;
}



/* Rental Calculaot */
.roi-calculator{
    display:flex;
    flex-wrap:wrap;
    background:#f6f4f1;
    border-radius:8px;
    overflow:hidden;
}

.roi-left,
.roi-right{
    flex:1;
    min-width:320px;
    padding:40px 50px;
}

.roi-right{
    background:#fff;
    border-left:1px solid #e5e5e5;
}

.calc-group{
    margin-bottom:15px;
}

.calc-group label{
    display:block;
    font-size:15px;
    font-weight:600;
    margin-bottom:10px;
    color:#042d2c;
}

.input-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    border:1px solid #e5e5e5;
}

.input-box input{
    border:none;
    width:100%;
    padding:8px 8px;
    font-size:15px;
    outline:none;
    background:transparent;
}

.input-box span{
    padding-right:20px;
    color:#666;
    font-size:18px;
}

.range-labels{
    display:flex;
    justify-content:space-between;
    margin-top:8px;
    font-size:14px;
    color:#666;
}

.roi-calculator input[type=range]{
    width:100%;
    margin-top:15px;
    accent-color:#7C2B82;
    cursor:pointer;
}

.result-title{
    font-size:20px;
    margin-bottom:10px;
    color:#042d2c;
}

.result-value{
    font-size:26px;
    font-weight:700;
    color:#042d2c;
    margin-bottom:15px;
}

.result-roi{
    font-size:42px;
    font-weight:700;
    color:#042d2c;
}

.roi-right hr{
    margin:40px 0;
    border:none;
    border-top:1px solid #e5e5e5;
}

.roi-right h3{
    font-size:26px;
    margin-top:15px;
	    margin-bottom:15px;
	
    color:#042d2c;
}

.roi-right p{
    font-size:14px;
    line-height:1.7;
}

.contact-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#7C2B82;
    color:#fff;
    padding:12px;
    border-radius:50px;
    text-decoration:none;
    font-size:22px;
    font-weight:600;
    margin:30px 0;
}

.contact-btn:hover{
    color:#fff;
}

.roi-note{
    font-size:14px !important;
    color:#666;
}

@media(max-width:768px){

    .roi-left,
    .roi-right{
        padding:25px;
    }

    .input-box input{
        font-size:24px;
    }

    .result-value,
    .result-roi{
        font-size:42px;
    }

    .roi-right h3{
        font-size:30px;
    }
}
.custom-volume-value h3 span
{
	background-color:#7C2B82;
	color:white!important;
	padding:5px!important;
	border-radius:4px;
	font-size:14px;
}


.custom-price-value h3 span
{
	background-color:#F6F4F2;
	color:black!important;
	padding:5px!important;
	border-radius:4px;
	font-size:14px;
}