/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

input:-webkit-autofill:focus,
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f6f6f5 inset !important;
    -webkit-text-fill-color: #808080 !important;
}

.page-id-110 .elementor-element-a0a0218 h2.headline {
	font-size: 28px!important;
	
}

.main-search-inner select {
	color: #99999!important;
}

.main-search-inner .divider {
	background-color: #999999!important;
	height: 15px!important;
}

.wpcf7 select:not(.dokan-form-control):invalid {
    height: 40px !important;
    opacity: 1 !important;
    position: static !important;
    display: block !important;
}


 select:not(.dokan-form-control):invalid {
    height: initial !important;
    opacity: 1 !important;
    position: static !important;
    display: block !important;
}

h1.headline {
	font-size: 28px !important;
}
h2.headline {
	font-size: 26px !important;
	margin-top: 50px;
}
h3.headline {
	font-size: 26px !important;
}


.rental-estimate-container {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.estimate-form select option:first {
    color: #999!important;
}

.rental-estimate-container h2 {
  font-size: 32px;
  color: #7c7b86;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.rental-estimate-container h1 span {
  font-weight: 400;
}

.rental-estimate-container p {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;

}

.elementor-element-dcf4174 {
	margin-top: 100px;
}

.tp-stars {
	margin: 0px 7px 0px 7px;
}

@media (max-width: 1040px) {
	.review-count {
		display: none;
	}
	.trustpilot-badge {
		margin-bottom: 30px;
		margin-top: 10px;
	}
	}
.menu-item-1763 {
	display:none;
}
	
@media (max-width: 480px) {
.menu-item-1763 {
	display:inline-block !important;
}
	.header-widget {
		display: none!important;
	}
	}

.wp-block-social-links {
	list-style: none;
	padding-left: 0px;
}

    .trustpilot-badge {
      display: flex;
      align-items: center;
      font-family: Arial, sans-serif;
    }

    .rating-text {
      font-size: 16px;
      font-weight: 500;
    }

    .review-count {
      font-size: 16px;
      margin-right: 5px;
    }

    .review-count b {
      font-weight: bold;
    }

    .trustpilot-logo {
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 16px;
    }

    .trustpilot-logo .star-icon {
      color: #00b67a;
      font-size: 18px;
      margin-right: 4px;
    }

.page-id-517 .main-search-container {
	 background-image: url('/wp-content/uploads/2023/05/header-blog.jpg');
}

.page-id-1685 #titlebar {
	height: 180px;
}

.page-id-1685 #titlebar {
	margin-top: 50px;
}



.estimate-form input,
.estimate-form select {
  display: block;
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
}

.estimate-form select {
  cursor: pointer;
}

	#titlebar { padding: 60px 0; margin-bottom: 60px; }

.estimate {
  font-size: 50px;
  font-weight: bold;
  margin: 20px 0;
}

.estimate small {
    font-size: 14px;
    font-weight: 500;
    margin-left: 0.5rem;
    color: #666;
}

.estimate-form button {
  width: 100%;
  padding: 7px;
  background-color: #7c7b86;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.estimate-form button:hover {
  background-color: #444450;
}

.disclaimer {
  margin-top: 1rem;
  font-size: 12px !important;
  color: #999;
}

.disclaimer a {
  color: #cecbb6;
  text-decoration: underline !important;
}

.input-icon {
  position: relative;
}

.input-icon input {
  padding-left: 40px; /* leave space for the icon */
  height: 44px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
  box-sizing: border-box;
}

.input-icon::before {
  content: "";
  background-image: url('/wp-content/uploads/2025/05/location.png'); /* your actual icon path */
  background-size: 16px 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
  pointer-events: none;
  opacity: 0.8;
}

.estimate-form input::placeholder {
  font-size: 15px; /* or use 16px, 18px etc */
  color: #999; /* optional, for better styling */
  opacity: 1;  /* make sure it's visible */
}

.estimate-form input , .estimate-form select{
    background-color: #f9f9f8;
    font-family: inherit;
    height: 45px;
    font-size: 15px;
}

.estimate-form  select {
	line-height: 1;
  background-image: url('/wp-content/uploads/2025/05/dropdown-icon.png'); /* replace with your image */
	-webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 14px;
 
}

/* Contact form 7 css */

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder, .wpcf7 select {
  font-style: italic;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select{
  width: 100%; /* or set specific width like 300px */
  height: 40px; /* for input fields, not textarea */
  background-color: #f6f6f5; /* light gray */
  padding: 10px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
}

.wpcf7 textarea{
	 background-color: #f6f6f5; 
}

.wpcf7 input[type="submit"] {
	  margin-top: 10px;
    float: right;
    color: white;
    padding: 0px 70px;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.request-callback-right-form .wpcf7 input[type="submit"] {
	  margin-top: 10px;
    float: right;
    color: white;
    padding: 0px 35px;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-terms-conditions p{
	font-size: 12px;
	line-height:0;
	padding: 0;
	margin: 0;
}

.address {
  position: relative;
  display: block;
}

.address::before {
  content: "";
  background-image: url('/wp-content/uploads/2025/05/location.png'); /* replace with your actual image path */
  background-size: 16px 20px; /* size of your icon */
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
  pointer-events: none;
  opacity: 0.8;
}

.address input {
  padding-left: 36px !important;
}

.request_callback_par p {
	font-family: Arial, sans-serif;
}

.revenue_estimate_template select, .revenue_estimator_left_form select, .request-callback-right-form select {
	line-height: 1;
  background-image: url('/wp-content/uploads/2025/05/dropdown-icon.png'); /* replace with your image */
	-webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 16px;
 
}

/* Home Page Css */

.how_we_work_card .elementor-widget-container{
    min-height: 320px;
}

/* Revenue Estimator Contact form 7 css */
.revenue_estimator_left_form .availability-readonly {
    pointer-events: none;
}

.rev-form {
	display: block!important;
	margin-top: 40px!important;
	margin-bottom: 40px!important;
	
}

/* Revenue Estimator Template Css */

.revenue_estimate_template .container {
  display: flex;
  max-width: 1200px;
}

.form-section {
	padding-left: 40px;
}



.revenue_estimate_template .form-section h2 {
  font-family: "Arial", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
}

.revenue_estimate_template .underline {
  width: 18%;
  height: 3px;
  background-color: #4db6ac;
  margin: 20px 0px;
}

.revenue_estimate_template .form-section p {
    font-size: 22px;
    font-family: Arial, sans-serif;
    color: #7a7a7a;
    margin-bottom: 17px;
}
.revenue_estimate_template .subtitle {
    margin-bottom: 20px;
}

.revenue_estimate_template .revenue_estimate_term .terms {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0px;
    margin: 20px 0px;
    display: inline-block;
    float: right;
}

.revenue_estimate_template .terms a {
  color: #4db6ac;
  text-decoration: none;
}



.revenue_estimate_template .image-section {
  flex: 1;
  display: flex;
margin: 0px;
	padding: 0px;
}

.revenue_estimate_template .image-placeholder {
  width: 100%;
  height: 740px;
  background: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
    font-size: 30px;
    font-weight: 600;
}

.revenue_estimate_template .availability-readonly {
    pointer-events: none;
}

@media (max-width: 768px) {
  .revenue_estimate_template .container {
    flex-direction: column;
  }
	



  .revenue_estimate_template .image-section {
    margin-top: 20px;
  }
}

/* service not available css*/

.revenue_estimate_service_not_available {
      margin: 0;
      padding: 0;
      font-family: "Segoe UI", sans-serif;
      height: 100vh;
      background: linear-gradient(to right, #cfefff, #e0f7ff);
      display: flex;
      align-items: center;
      justify-content: center;
    }

.revenue_estimate_service_not_available .message-box {
      position: relative;
      z-index: 2;
      background: #ffffffdd; /* Slightly transparent white */
      border-radius: 12px;
      padding: 30px 40px;
      text-align: center;
      max-width: 400px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }

.revenue_estimate_service_not_available .message-box h2 {
      color: #dc2626;
      font-size: 28px;
      margin-bottom: 15px;
    }

.revenue_estimate_service_not_available .message-box p {
      color: #374151;
      font-size: 18px;
      margin: 5px 0;
    }

#propertyCheckForm {
	margin-top: 40px;
}
    
.revenue_estimate_service_not_available .back-button {
      margin-top: 20px;
      display: inline-block;
      background-color: #3b82f6;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.3s ease;
    }

.revenue_estimate_service_not_available .back-button:hover {
      background-color: #2563eb;
    }
    
.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

body.transparent-header .main-search-container:not(.elementor-main-search-container):before
 {
    background: rgba(51, 51, 51, 0.75) !important;
}

.page-id-517 .main-search-container  {
    
    background-image: url(https://dev.domistay.co.uk/wp-content/uploads/2025/06/header-blog.jpg) !important;
}

.page-id-517.transparent-header .main-search-container:not(.elementor-main-search-container):before
 {
    background: rgba(51, 51, 51, 0) !important;
}