/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754368452
Updated: 2025-08-05 04:34:12

*/

@font-face {
  font-family: 'SF Pro Display Black';
  src: url('/wp-content/uploads/2025/08/SF-Pro-Display-Black.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display Regular';
  src: url('/wp-content/uploads/2025/08/SF-Pro-Display-Regular.woff2') format('woff2');
  font-display: swap;
}

body,
p,
span,
a,
div{
  font-family: 'SF Pro Display Regular', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'SF Pro Display Regular', sans-serif !important;
	letter-spacing: 0.5px;
}
.blog-post-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.blog-post-container .blog-post {
    width: 32%;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 20px;
}
.blog-post-container .blog-image img {
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.blog-post-container .blog-post p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #616161;
}
.blog-post-container .blog-post h4 {
	line-height: 33px;
}
.blog-post-container .blog-excerpt {
	position: relative;
}
.blog-post-container .blog-excerpt a {
	position: absolute;
	bottom: 0;
	right: 98px;
	color: #0066FE;
	text-decoration: none;
}
.testimonial-item {
	position: relative;
	max-width: 505px;
	background-color: #fff;
	padding: 30px;
    border-radius: 20px;
    border: 1px solid #6161611A;
    box-shadow: 0 0 32px 0 #00000012;
	flex-shrink: 0;
}
.testimonial-item:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    background-image: url(https://housinghub.ai/wp-content/uploads/2025/08/quotes.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    pointer-events: none;
}
.testimonial-item .testimonial-img-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.testimonial-item .testimonial-img img {
    width: 60px;
}
.testimonial-item .testimonial-title {
    padding-left: 20px;
}
.testimonial-item .testimonial-title h4 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin: 0;
    font-weight: 500 !important;
    color: #1C1B1C;
}
.testimonial-item .testimonial-title p {
    font-size: 14px;
    line-height: 22px;
    color: #616161;
    margin: 0;
}
.testimonial-item .testimonial-description p {
    color: #1C1B1C;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.testimonial-marquee-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.testimonial-marquee-track {
	display: flex;
	width: max-content;
	will-change: transform;
	gap: 30px;
}
@keyframes marquee-scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.price-container{
	text-align: center;
}
.price-container #value {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 10px;
}
.price-container label {
	font-size: 16px;
	font-weight: 500;
	color: #616161;
}
.price-container .slider-labels {
    display: flex;
    justify-content: space-between;
	color: #000;
}
span.hh-solution-more {
    cursor: pointer;
    color: #0066FE;
}
#how-it-works .hh-steps-count {
    font-size: 16px;
    color: #616161;
    font-weight: 500;
}
#how-it-works .elementor-image-box-title {
	margin-top: 0;
}
.testimonial-stars {
    display: flex;
    gap: 4px;
    margin-top: 10px;
}
.star {
    width: 24px;
    height: 24px;
}
.star.full path {
    fill: #f5b301;
}
.star.empty path {
    fill: none;
    stroke: #f5b301;
    stroke-width: 2;
}

#popmake-626 {
	padding: 0;
	border-radius: 30px;
}
#popmake-626 .pum-close {
	right: 15px;
	top: 15px;
	background: #0066FE;
}
/* Container */
.custom-contact-form {
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	border-radius: 30px;
}
/* Title */
.custom-contact-form h2 {
	font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
	text-align: center;
}
/* Subtitle */
.custom-contact-form .form-subtitle {
	font-size: 16px;
    color: #616161;
    line-height: 21px;
    max-width: 400px;
    margin: 0 auto 50px;
	text-align: center;
}
/* Rows */
.custom-contact-form .form-row {
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
}
.custom-contact-form .form-row.full-width {
  	flex-direction: column;
}
/* Input fields */
.custom-contact-form .form-group,
.custom-contact-form .form-row.full-width {
	flex: 1;
}
.custom-contact-form .form-group,
.custom-contact-form .form-row.full-width{
	width: 100% !important;
	padding: 7.5px 10px !important;
	border: 0.6px solid #A2A7AB !important;
	border-radius: 6px !important;
	font-size: 16px;
	outline: none;
}
.custom-contact-form .form-group label span {
	color: red;
}
.custom-contact-form input[type=email], 
.custom-contact-form input[type=number],
.custom-contact-form input[type=text],
.custom-contact-form textarea{
	border: 0 !important;
	padding: 0 !important;
}
::placeholder {
	color: #A2A7AB;
}
.custom-contact-form input:focus-visible,
.custom-contact-form textarea:focus-visible{
	outline: unset;
}
.custom-contact-form .intl-tel-input input {
	padding-left: 85px !important;
}
.custom-contact-form .selected-flag {
	background: transparent !important;
	padding: 0 !important;
}
.custom-contact-form label {
	font-size: 12px;
    font-weight: 400;
	color: #A2A7AB;
	font-family: 'SF Pro Display Regular', sans-serif;
}
.custom-contact-form textarea {
	max-height: 57px;
	resize: none;
}
.custom-contact-form .form-row.full-width {
	max-height: 100px;
}
/* Submit button */
.custom-contact-form .form-submit {
	text-align: center;
}
.custom-contact-form .form-submit input[type="submit"] {
	background: #111;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 40px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s ease;
	min-width: 420px;
}
.custom-contact-form .form-submit input[type="submit"]:hover {
  	background: #333;
}
.custom-contact-form .form-submit .wpcf7-spinner {
	position: absolute;
}

/* Slider Container */
.price-container .slider-container  {
	min-width: 330px;
	margin: 30px 0;
}
.price-container .slider-label {
    font-size: 1rem;
    color: #333;
}
/* Reset default appearance */
.price-container .slider {
    -webkit-appearance: none; /* For Chrome, Safari, Opera */
    appearance: none;
    width: 100%;
    height: 12px;
    background: transparent; /* Background is handled by the track */
    outline: none;
    margin: 0;
}
/* Webkit (Chrome, Safari) */
.price-container .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #111;
    border: 3px solid #fff;
    cursor: pointer;
    margin-top: -12px; /* Center thumb vertically */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
    /* SVG Icon for the thumb */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="10 17 4 12 10 7"></polyline><polyline points="14 7 20 12 14 17"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

/* Firefox */
.price-container .slider::-moz-range-thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #111;
    border: 3px solid #fff;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
    /* Firefox doesn't support SVG in thumb, so icon is omitted */
    /* A more complex solution with pseudo-elements would be needed */
}
/* Webkit (Chrome, Safari) */
.price-container .slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: linear-gradient(to right, #0075FF 0%, #0075FF var(--fill-percent, 75%), #e0e0e0 var(--fill-percent, 75%), #e0e0e0 100%);
    border-radius: 40px;
}

/* Firefox */
.price-container .slider::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #e0e0e0;
    border-radius: 40px;
}

/* Firefox progress bar */
.price-container .slider::-moz-range-progress {
    background-color: #0075FF;
    height: 12px;
    border-radius: 40px;
}
.e-n-tabs-heading #e-n-tab-title-1133141141[aria-selected="false"] {
	margin-right: -45px;
	padding-right: 80px;
}
.e-n-tabs-heading #e-n-tab-title-1133141142[aria-selected="false"] {
	margin-left: -45px;
	padding-left: 80px;
}
.e-n-tabs-heading button[aria-selected="true"] {
	z-index: 1;
}

@media (max-width: 767px) {
	html, body {
		overflow-x: hidden;
	}
	.blog-post-container .blog-post {
		width: 100%;
	}
	.blog-post-container .blog-excerpt a {
		position: relative;
		right: 0;
	}
	.custom-contact-form {
		padding: 20px;
	}
	.custom-contact-form .form-group, .custom-contact-form .form-row.full-width {
		flex: unset;
	}
	.custom-contact-form .form-row {
		flex-wrap: wrap;
	}
	.custom-contact-form .form-submit input[type="submit"] {
		min-width: unset;
	}
	.price-container .slider-container {
		min-width: 260px;
	}
	.custom-contact-form .form-row.full-width {
		flex-direction: unset;
	}
}