#property-slider-section .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100{
    height: 315px !important;
    padding: 5px;
    width: 300px !important;
}

#houzez-login-btn, #houzez-register-btn, #send-otp-btn{
    padding: unset !important;
}
#next-to-step-2, #back-to-step-1, #next-to-step-3, #back-to-step-2, #houzez-register-multi{
    padding: 0px 30px !important;
}
.form-group select option{
    color: #000000;
}
.property-item-widget .right-property-item-widget-wrap .item-price {
    margin-bottom: 0px !important;
}
.widget-properties .hover-effect:before{
    background-image:none !important;
}
.widget-properties img{
    border-radius: 50px;
    width: 90px !important;
    height: 90px !important;
}
.widget-properties .property-item-widget{
    border: 2px solid #eee;
    padding-top: 20px;
    padding-left: 10px;
}
.widget-properties .property-item-widget .left-property-item-widget-wrap {
    width: 90px;
    min-width: 90px;
    margin-right: 10px !important;
}
.widget-properties .property-item-widget .right-property-item-widget-wrap .item-title, .widget-properties .property-item-widget .right-property-item-widget-wrap .item-price {
    font-size: 13px !important;
}
.widget-wrap  {
    padding: 15px !important;
}
.widget-wrap.widget-properties .slick-dotted.slick-slider {
    height: 225px !important;
}
.widget-featured-property-slider-wrap .featured-property-item-widget .item-wrap.item-wrap-v3,.widget-featured-property-slider-wrap .featured-property-item-widget .item-wrap.item-wrap-v3 img {
    height: 220px !important;
}
.bt-sidebar-wrap .property-form-wrap .control--checkbox {
    color: #231840 !important;
}
.widget-featured-property-slider-wrap .slick-next, .widget-featured-property-slider-wrap .slick-prev {
    display: none !important;
}

.widget-featured-property-slider-wrap .item-wrap-v3 .labels-wrap {
    top: 20px !important;
    right: 20px !important;
}
.login-register-form .modal-header .login-register-tabs .nav-link {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 10px !important;
    color: #fff;
}
.login-register-form .modal-header .close{
    background-color: green;
}
.user-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
    font-family: 'Segoe UI', sans-serif;
}
.user-card {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 20px 24px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.user-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
}
.rating-stars {
    color: #f5a623;
    font-size: 16px;
    margin-left: 8px;
}
.user-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.date-received {
    font-size: 13px;
    color: #777;
}
.checkmark {
    color: #00c853;
    font-size: 22px;
}
.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
    font-size: 14px;
}
.info-grid div span:first-child {
    font-weight: 600;
    color: #555;
}
.info-grid div span:last-child {
    display: block;
    color: #333;
}
.credits-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}
.credits {
    color: #00bfa5;
    font-weight: bold;
    font-size: 14px;
}
.project-name {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}
.label-tag {
    background: #e0f7fa;
    color: #00796b;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 4px;
}
.contact-disabled {
    background-color: #ccc;
    color: #333 !important;
    pointer-events: none;
    opacity: 0.6;
}




/* Credit Usage Section */
.credit-usage-container {
    background: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Info Box */
.credit-usage-container ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    gap: 30px;
    font-size: 16px;
}

.credit-usage-container ul li {
    font-weight: 500;
    color: #333;
}

/* Table */
.credit-usage-container table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
}

.credit-usage-container th {
    background-color: #f5f5f5;
    color: #444;
    padding: 10px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.credit-usage-container td {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 15px;
}

.credit-usage-container tr:nth-child(even) {
    background-color: #fafafa;
}

/* Login Prompt Styling */
.credit-login-prompt {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 16px;
}

.credit-login-prompt a {
    font-weight: bold;
    text-decoration: underline;
    color: #0073aa;
}


.credits-contact .contact-disabled,.credits-contact .view-contact-btn {
    background-color: #231840;
    color: white !important;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.credits-contact .contact-disabled:hover {
    color: #231840;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #231840;
}

.buy-credits-heading {
  font-size: 28px;
  color: #231840;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.buy-credits-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.credit-btn {
  background: linear-gradient(135deg, #231840, green);
  border: none;
  color: white;
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.credit-btn:hover {
  background: linear-gradient(135deg, #231840, green);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Glass-style Modal Design */
.modal-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(35, 24, 64, 0.35); /* Deep violet shadow */
}

/* Modal Header */
.modal-header {
    border-bottom: none;
    background: #231840; /* Deep violet to light orange */
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 1rem 1.5rem;
}
#user-type-modal #continue-btn{
    line-height: 22px;
    border-radius: unset !important;
    margin-top: 0px !important;
}
/* Nav Tabs */
.login-register-tabs .nav-tabs .nav-link {
    color: #eee;
    font-weight: 500;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    transition: background 0.3s ease;
}
.login-register-tabs .nav-tabs .nav-link.active {
    background: green; /* light green active tab */
    color: white !important;
}

/* Form Wrap */
.register-form-wrap,
.login-form-wrap {
    padding: 20px;
    background: transparent;
}

/* Form Groups */
.register-form-wrap .form-group,
.login-form-wrap .form-group {
    margin-bottom: 1rem;
    border-bottom: none !important;
}

/* Inputs & Select */
.register-form-wrap input.form-control,
.login-form-wrap input.form-control,
.register-form-wrap select.form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    transition: border 0.3s ease, background 0.3s ease;
}
.register-form-wrap input.form-control:focus,
.login-form-wrap input.form-control:focus,
.register-form-wrap select.form-control:focus {
    border-color: #43b581; /* light green */
    background: rgba(255, 255, 255, 0.1);
}

/* Placeholder */
.register-form-wrap input::placeholder,
.login-form-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Buttons */
.login-register-tabs .nav-tabs .btn-primary {
    background: linear-gradient(135deg, #231840, #fff); /* Violet to green */
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.2s ease;
}
.login-register-tabs .nav-tabs .btn-primary:hover {
    background: linear-gradient(135deg, #1a1230, #2ecc71); /* Dark violet to stronger green */
    transform: scale(1.03);
}
.login-register-tabs .nav-tabs .btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 50px;
}
.login-register-tabs .nav-tabs .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Checkbox */
.login-register-tabs .nav-tabs .control--checkbox {
    color: #eee;
}
.login-register-tabs .nav-tabs .control--checkbox a {
    color: #ffd3b6; /* light orange link */
    text-decoration: underline;
}

/* Step Form Transitions */
.login-register-tabs .nav-tabs .form-step {
    animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Modal Overlay */
.login-register-tabs .nav-tabs .modal {
    background: rgba(0, 0, 0, 0.6);
}

/* Mobile Responsive */
@media(max-width: 768px) {
   .login-register-tabs .nav-tabs .modal-content {
        padding: 10px;
    }
}









.item-wrap-v5 .item-v5-price {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    margin-top: 25px !important;
}
.recommended-properties-slider .label-featured {
    bottom: 10px;
    right: 10px;
	top: unset;
    left: unset;
	background-color: #77c720;
    color: #ffffff;
	height:20px;
}
/* only for testing */
#youtube-widget {
	display: none;
}
/* only for testing */

.taxonomy-cards-module .slick-next{
	right: -50px !important;
}
.taxonomy-cards-module .slick-prev{
	left: -50px !important;
}
.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch {
    border-top-color: #231840 !important;
}
.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch:before {
    border-top-color: orange !important;
}
.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch:after {
    border-top-color: green !important;
}
.wp-chatbot-ball:hover::after {
    content: "AI Property Recommendation";
    position: absolute;
    bottom: 120%; /* icon ke upar dikhane ke liye */
    left: 50%;
    transform: translateX(-50%);
    background-color: #231840;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
    pointer-events: none;
}

.wp-chatbot-ball:hover::after {
    opacity: 1;
}
.wp-chatbot-header, ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble
 {
    color: rgb(255, 255, 255);
    background:#231840 !important;
}
ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph{
	 background: green !important;
}
.wp-chatbot-textanimation span:hover {
    color: #fff !important;
    background: #231840 !important;
}
span.qcld-chatbot-product-category, span.qcld-chatbot-support-items, span.qcld-chatbot-wildcard, span.qcld-chatbot-suggest-email, span.qcld-chatbot-reset-btn, #wp-chatbot-loadmore, .wp-chatbot-loadmore, span.qcld-chatbot-suggest-phone {
    color: #231840 !important;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #231840 !important;
    padding: 8px 12px 6px 12px;
}
.wp-chatbot-tab-nav ul li a[data-option="help"], .wp-chatbot-tab-nav ul li a[data-option="chat"], .wp-chatbot-tab-nav ul li a[data-option="support"] {
    background-position: -125px -44px;
    display: none !important;
}
#author-listings-wrap .card-deck {
    justify-content: flex-start !important; /* Align items to left */
}

#author-listings-wrap .slick-track {
    margin-left: 0 !important;  /* Remove center spacing */
}

#author-listings-wrap .slick-list {
    text-align: left;
}

.recommended-properties-slider .item-wrap-v6 .item-header .item-tools{
	right: -10px !important;
  bottom: 60px !important;
}
.recommended-slider-wrap .block-title-wrap h2{
	margin-left:20px;
}
.recommended-properties-slider .item-wrap-v6 .item-body {
    padding: 10px 20px;
}
.recommended-properties-slider .item-wrap-v6 .item-header{
	height:225px;
}
/* ==== Card Container ==== */
.item-wrap-v6 {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.item-wrap-v6 .verified-tags{
	display:none;
}
.item-wrap-v6 .item-body {
    padding: 0px 20px;
}
.item-wrap-v6:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* ==== Image Styling ==== */
.item-wrap-v6 .listing-image-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    display: block;
}

/* ==== Labels Area ==== */
.item-wrap-v6 .labels-wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* ==== Label Styles ==== */
.item-wrap-v6 .labels-wrap .label,
.item-wrap-v6 .labels-wrap .hz-label,
.item-wrap-v6 .labels-wrap .label-status {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    background-color: #34495e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.item-wrap-v6 .label-status {
    background-color: green !important;
}

.item-wrap-v6 .hz-label {
    background-color: orange !important;
}

/* ==== Recommended Ribbon ==== */
.item-wrap-v6::before {
    content: 'RECOMMENDED';
    position: absolute;
    top: 20px;
    right: -55px;
    background: linear-gradient(135deg, green, #231840);
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 45px;
    transform: rotate(45deg);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    z-index: 10;
    letter-spacing: 1px;
}
.item-wrap-v6 .slick-slide {
    margin: 0px !important;
}
.item-wrap-v6 .item-address {
    margin-bottom: 0;
    margin-bottom: 10px;
}
/* ==== Title ==== */
.item-wrap-v6 .item-title {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px 0;
    color: #2c3e50;
}

/* ==== Price Section ==== */
.item-wrap-v6 .item-price-wrap li.item-price {
    font-size: 18px;
    font-weight: 700;
    color: #231840;
    padding: 0 0px 12px;
}

/* ==== Hover effect for icons ==== */
.item-wrap-v6 .item-tool i {
    transition: color 0.3s ease;
}

.item-wrap-v6 .item-tool:hover i {
    color: #2980b9;
}

.hz-item-gallery-js .item-wrap-v6 .listing-gallery-wrap.houzez-show-gallery .slick-arrow[style] {
    display: none !important;
}










/* Main container styling */
.testimonial-item-v1 {
  position: relative;
  padding: 60px 20px 40px;
  border: 2px dotted #231840;
  border-radius: 30px;
  text-align: center;
  max-width: 500px;
  margin: 80px 10px 40px;
}
.testimonials-module-slider-v1
 {
    max-width: unset;
    margin: 0 auto;
}
.testimonials-module-slider-v1 .slick-arrow{
	display:none !important;
}
/* Circular image - overlapping top center */
.testimonial-item-v1 .testimonial-thumb {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-item-v1 .testimonial-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Quote text */
.testimonial-item-v1 .testimonial-body {
  font-size: 16px;
  color: #231840;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-top: 20px;
}

/* Name styling */
.testimonial-item-v1 .testimonial-info {
  margin-top: 10px;
}

.testimonial-item-v1 .testimonial-name {
  font-weight: 600;
  font-size: 16px;
  color: #231840;
}

.testimonial-item-v1 .testimonial-job {
   color: #231840; /* Hide job title as per provided design */
}




/* Container Styling */
.testimonial-item-v3 {
  border-radius: 25px;
  padding: 0px 30px 0px;
  position: relative;
  text-align: center;
  color: #333;
  overflow: hidden;
}

/* White bubble container */
.testimonial-item-v3 .testimonial-body {
  background: #ffffff;
  border-radius: 20px 20px 60px 20px;
  padding: 30px 20px 60px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Green quote icon (left) */
.testimonial-item-v3 .testimonial-body::before {
  content: '“';
  font-size: 40px;
  color: green;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Georgia, serif;
  font-weight: bold;
}

/* Green quote icon (right) */
.testimonial-item-v3 .testimonial-body::after {
  content: '”';
  font-size: 40px;
  color: green;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: Georgia, serif;
  font-weight: bold;
}

/* Circular image overlapping */
.testimonial-item-v3 .testimonial-thumb {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  border: 6px solid #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 5px rgba(34, 139, 34, 0.6);
  z-index: 2;
  background: #fff;
}
.testimonials-module-slider-v3 .slick-prev, .testimonials-module-slider-v3 .slick-next{
	display:none !important;
}
.testimonial-item-v3 .testimonial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Name + Designation */
.testimonial-item-v3 .testimonial-info {
  margin-top: 0px;
	margin-left:60px !important;
  text-align: center;
}

.testimonial-item-v3 .testimonial-name {
  font-size: 20px;
  font-weight: 100;
  color: #231840; /* Bright teal/greenish */
  letter-spacing: 0.5px;
}

.testimonial-item-v3 .testimonial-job {
  font-size: 13px;
  font-weight: 600;
  color: green;
  letter-spacing: 1px;
  margin-top: 3px;
}



#testimonial-section-2 .testimonial-item-v2{
	background-color:#efefef !important;
}
#testimonial-section-2 .slick-arrow {
    display: none !important;
}
#testimonial-section-2 .testimonial-item.testimonial-item-v2 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  position: relative;
  max-width: 600px;
	border-right:2px solid orange;
}

#testimonial-section-2 .testimonial-item.testimonial-item-v2::before,
#testimonial-section-2 .testimonial-item.testimonial-item-v2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

#testimonial-section-2 .testimonial-item.testimonial-item-v2::before {
  top: 0;
  left: 0;
  border-width: 0 30px 30px 0;
  border-color: transparent orange transparent transparent;
}

#testimonial-section-2 .testimonial-item.testimonial-item-v2::after {
  bottom: 0;
  left: 0;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent orange;
}

#testimonial-section-2 .testimonial-body {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#testimonial-section-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#testimonial-section-2 .testimonial-info {
  margin-left: 15px;
}

#testimonial-section-2 .testimonial-name {
  font-weight: bold;
  color: #231840;
  font-size: 18px;
}

#testimonial-section-2 .testimonial-job {
  font-style: italic;
  color: orange;
  font-size: 14px;
}


#new-section .item-listing-wrap-v5 .item-wrap {
        display: flex;
	border-radius: 20px !important;
    }

    #new-section .item-header {
        width: 70%;
    }
#new-section .item-header a.hover-effect {
			border-radius: 20px !important;
    }

    #new-section .item-body {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }


    #new-section .listing-image-wrap img {
        width: 100%;
        height: 350px;
        object-fit: cover;
			
    }

 #new-section .item-wrap-v5 .item-body {
	 width: 30%;
	 padding:0px !important;
}
 #new-section .item-wrap-v5 .item-title
 {
    font-size: 17px;
    text-align: left;
	     margin-bottom: -20px;
}
 #new-section .item-wrap-v5 .item-v5-price, #new-section .item-wrap-v5 .item-v5-type,  #new-section .item-wrap-v5 .item-amenities {
    text-align: left !important;
}
#new-section .item-wrap-v5 .item-amenities {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}
 #new-section .hz-item-gallery-js .listing-gallery-wrap.houzez-show-gallery .slick-arrow[style] {
    display: none !important;
}

 #new-section .property-carousel-module .grid-view {
    margin-bottom: -30px;
	margin-top: -10px;
	margin-right: -10px;
}


 #new-section .card-left {
      padding: 24px;
      width: 300px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

   #new-section .logo {
      display: flex;
      align-items: center;
      gap: 10px;
		     margin-right: 74px;
    }
#new-section .item-listing-wrap{
	width:1020px !important;
}

     #new-section .logo img {
      width: 40px;
      height: 40px;
    }

     #new-section .logo h4 {
      margin: 0;
      font-size: 16px;
      font-weight: bold;
    }

     #new-section .card-left a {
      color: #6b5cff;
      text-decoration: none;
      font-size: 14px;
    }
 #new-section .project-title {
      margin-top: 25px;
    }
     #new-section .project-title a {
      margin: 20px 0 5px;
      font-size: 15px;
      font-weight: bold;
			 color:#231840;
    }

    #new-section .location {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
    }

     #new-section .price {
      font-size: 18px;
      font-weight: bold;
      color: #000;
    }

     #new-section .details {
      font-size: 14px;
      color: #444;
      margin-bottom: 20px;
    }

    #new-section .contact-btn {
      background: #231840;
      color: #fff;
      border: none;
      padding: 12px;
      border-radius: 8px;
      font-size: 16px;
			margin-top: 15px;
      cursor: pointer;
      transition: 0.3s ease;
    }

     #new-section .card-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #new-section .card-right {
      flex: 1;
      min-height: 320px;
      max-height: 380px;
      overflow: hidden;
    }












/* 👁️ Show half of next card */
#section-builder .item-listing-wrap.item-listing-wrap-v3{
	width:550px !important;
	max-width:100%;
}
#section-builder .property-carousel-module .grid-view {
    margin-bottom: -30px;
	margin-top: -10px;
	margin-right: -10px;
}


    #section-builder .card-left {
      padding: 24px;
      width: 300px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    #section-builder .logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    #section-builder .logo img {
      width: 40px;
      height: 40px;
    }

    #section-builder .logo h4 {
      margin: 0;
      font-size: 16px;
      font-weight: bold;
    }

    #section-builder .card-left a {
      color: #6b5cff;
      text-decoration: none;
      font-size: 14px;
    }

    #section-builder .project-title {
      margin: 20px 0 5px;
      font-size: 18px;
      font-weight: bold;
    }

    #section-builder .location {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
    }

    #section-builder .price {
      font-size: 18px;
      font-weight: bold;
      color: #000;
    }

    #section-builder .details {
      font-size: 14px;
      color: #444;
      margin-bottom: 20px;
    }

    #section-builder .contact-btn {
      background: #231840;
      color: #fff;
      border: none;
      padding: 12px;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    #section-builder .contact-btn:hover {
      background: #3d1ddf;
    }

    #section-builder .card-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #section-builder .card-right {
      flex: 1;
      min-height: 320px;
      max-height: 380px;
      overflow: hidden;
    }




.page-id-16053 #youtube-widget, .page-id-16053 #city-selector, .page-id-31279 #youtube-widget, .page-id-31279 #city-selector, .page-id-31280 #youtube-widget, .page-id-31280 #city-selector, .page-id-19172 #youtube-widget, .page-id-19172 #city-selector, .page-id-16650 #youtube-widget, .page-id-16650 #city-selector, .page-id-16941 #youtube-widget, .page-id-16941 #city-selector{
	display:none;
}
.admin-bar #city-selector {
            position: fixed;
    border-radius: 15px;
    border: 1px solid #eee;
    top: 50px;
    background: transparent;    
    left: 200px;
    z-index: 9999;
    padding: 12px;
    color: #231840;
    border-radius: 16px;
    width: 200px;
}
#city-selector {
     position: fixed;
    border-radius: 15px;
    border: 1px solid #eee;
    top: 50px;
    background: transparent;    
    left: 200px;
    z-index: 9999;
    padding: 12px;
    color: #231840;
    border-radius: 16px;
    width: 200px;
}

/* Main popup background and layout */
#popmake-33851 {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
}

/* Title */
#popmake-33851 .pum-title {
  font-size: 1.6rem;
  color: #1e293b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Form flexbox container */
#popmake-33851 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#popmake-33851 .wpcf7 input[type="text"],#popmake-33851 .wpcf7 input[type="email"], .wpcf7 textarea, #popmake-33851  .wpcf7 select{
	height: 40px;
}
#popmake-33851 .wpcf7 form p{
	margin-bottom: -30px;
}
/* Set 50% width for name/email and phone/purpose */
#popmake-33851 .wpcf7-form > p:nth-child(1),
#popmake-33851 .wpcf7-form > p:nth-child(2),
#popmake-33851 .wpcf7-form > p:nth-child(3),
#popmake-33851 .wpcf7-form > p:nth-child(4) {
  flex: 1 1 calc(50% - 10px);
}


/* Style each field block */
#popmake-33851 .wpcf7-form > p {
  flex: 1 1 100%;
  margin: 0;
}


/* Make textarea and submit full width */
#popmake-33851 .wpcf7-form > p:nth-child(5),
#popmake-33851 .wpcf7-form > p:nth-child(6) {
  flex: 1 1 100%;
}

/* Labels and input fields */
#popmake-33851 label {
  font-weight: 600;
  color: #334155;
  display: block;
  margin-bottom: 6px;
}

#popmake-33851 input[type="text"],
#popmake-33851 input[type="email"],
#popmake-33851 textarea {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  box-sizing: border-box;
  transition: border 0.3s ease;
}

#popmake-33851 input:focus,
#popmake-33851 textarea:focus {
  border-color: #6366f1;
  outline: none;
}

/* Submit button */
#popmake-33851 input[type="submit"] {
  background-color: #4f46e5;
  color: #fff;
  padding: 12px;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

#popmake-33851 input[type="submit"]:hover {
  background-color: #4338ca;
}

/* Close button */
#popmake-33851 .pum-close {
  color: #64748b;
  font-size: 1.8rem;
  top: 10px;
  right: 10px;
  display: none;
}

/* Responsive fix */
@media (max-width: 768px) {
  #popmake-33851 .wpcf7-form > p {
    flex: 1 1 100%;
  }
}




















.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.elementor-widget-heading,
.elementor-widget-shortcode {
  flex: 1;
  min-width: 200px;
  margin: 5px 10px;
}
.elementor-17651 .elementor-element.elementor-element-5f617e4d .elementor-heading-title {
    font-size: 33px;
}
.elementor-17651 .elementor-element.elementor-element-64b7e1f .elementor-heading-title, .elementor-17651 .elementor-element.elementor-element-6c7f739 .elementor-heading-title {
    font-size: 35px;
}
.elementor-widget-shortcode{
font-family: "Arial", Sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 25px;
    color: #231840;
		margin-left:-10px;
}
.selected-city {
    font-weight: bold;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 5px;
    display: inline-block;
}
.item-wrap-v2 .item-header {
  position: relative;
  overflow: hidden;
}

.item-wrap-v2 .item-body {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 16px;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
	width: 90%;
    margin: auto;
  flex-direction: column;
  justify-content: flex-start; /* ensures content stacks from top */
  max-height: none; /* remove height restriction */
  overflow: visible; /* allow content to fully show */
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}
.item-wrap-v2 .item-address {
    margin-bottom: -10px !important;
}

.item-wrap-v2 .item-price-wrap, .item-wrap-v2 .item-tools {
    top: 50px;
}

/* Ensure spacing is clear */
.item-wrap-v2 .item-body .item-title,
.item-wrap-v2 .item-body .item-price-wrap,
.item-wrap-v2 .item-body .item-amenities,
.item-wrap-v2 .item-body .item-author,
.item-wrap-v2 .item-body .item-date {
  margin: 4px 0;
  color: #fff;
  font-weight: 500;
}

/* Optional: icon spacing fix */
.item-wrap-v2 .item-body i {
  font-size: 14px;
  margin-right: 4px;
}

/* Hide duplicate footer if not needed */
.item-wrap-v2 .item-footer {
  display: none;
}
.item-wrap-v2 .verified-tags {
   display:none !important;
}








.item-wrap-v2 .listing-view.grid-view.card-deck .listing-image-wrap .listing-thumb{
	height:unset;
}
.item-wrap-v2 .slick-prev {
    left: 15px !important; */
    border-radius: 50px;
    background: #fff !important;
    border: 2px solid #000;
}
.item-wrap-v2 .slick-prev:before {
    font-size: 15px !important;
    margin-left: -2px !important;
    -webkit-text-stroke: 1px #000 !important;
}
.item-wrap-v2 .slick-next:before {
    font-size: 15px !important;
    margin-left: 5px !important;
    -webkit-text-stroke: 1px #000 !important;
}
.item-wrap-v2 .slick-next {
    right: 15px !important;
    border-radius: 50px;
    background: #fff !important;
    border: 2px solid #000;
}
.search-page-slider-1 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 315px !important;
    padding: 5px;
    width: 280px;
}


.item-wrap-v3 .item-title {
    max-width: 90%;
   border-radius: 10px;
    background-color: #fff;
    left: 20px;
    bottom: 70px;
    padding: 10px;
}
.item-wrap-v3 .item-title a {
    color: #000 !important;
}
.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 50px 0px 50px 0px;
    width: 80%;
    margin: auto;
}
/* Sidebar video */
    #youtube-widget {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 300px;
      height: 170px;
      z-index: 9999;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      border-radius: 8px 0 0 8px;
      overflow: hidden;
      background: black;
    }

#youtube-drag-area {
  width: 100%;
  height: 100%;
  position: relative;
}

#youtube-drag-area iframe {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none; /* VERY IMPORTANT for drag */
}

#expand-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 8px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
}

#video-modal {
  position: fixed;
  top: 5%;
  left: 5%;
  width: 30%;
  height: 40%;
  background: black;
  display: none;
  z-index: 2000;
  border-radius: 12px;
}

#video-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#close-modal {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}



.slick-area-slider{
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	width:77%;
	margin:auto;
	border-radius: 20px;
	border: 1px dashed #231840;
}

#recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, #recommended-properties .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 365px !important;
    padding: 5px;
    width: 320px;
}
#recommended-properties .slick-slide .item-wrap-v1 .item-header img {
    border-radius: 15px 15px 0px 0px !important;
    height: 220px;
    width: 345px;
}
.taxonomy-item {
    position: relative;
    background-image: url('https://test.thebasera.com/wp-content/uploads/2025/05/173-1739961_house-icon-facebook-real-estate-icon.jpg') !important; /* real estate icon */
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 150px;
    min-height: 150px; /* make sure there's enough space */
    background-color: #e3e3e3; /* fallback grey background */
    border-radius: 8px;
    overflow: hidden;
}

.item-wrap-v3{
	background-color:transparent !important;
}
.item-wrap-v3 .labels-wrap {
    top: 8px !important;
    right: 0px !important;
}

.item-wrap-v3 .verified-tags{
	display:none;
}
.item-wrap-v3 .item-title {
    bottom: 75px !important;
}
.item-wrap-v3 .listing-thumb img {
	    border-radius: 20px 20px 0 0;
    height: 450px !important;
}
.grid-view .item-listing-wrap-v3{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
/* ======= Project Card Styling ======= */
.elementor-17651 #trusted-developer-section .elementor-element.elementor-element-dde04a8 .hz-carousel-content-wrap {
    padding: 15px;
}
#trusted-developer-section .custom-carousel-module-header {
    margin: 0 auto 0px !important;
	    max-width: unset !important;
}
.elementor-17651 #trusted-developer-section .elementor-element.elementor-element-dde04a8 .slick-slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#trusted-developer-section .custom-carousel-slide-container {
    background: transparent !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hover effect */
#trusted-developer-section .custom-carousel-slide-container:hover {
    transform: translateY(-5px);
    
}

/* ======= Image Styling ======= */
#trusted-developer-section .custom-carousel-slide-container .img-fluid {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* ======= Content Area ======= */
#trusted-developer-section .hz-carousel-content-wrap {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Project title */
#trusted-developer-section .hz-carousel-content-wrap h2 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}
#trusted-developer-section .custom-carousel-slide-container .img-fluid {
    border-radius: 20px 20px 0px 0;
}
/* Project info text */
#trusted-developer-section .hz-carousel-content p {
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    margin-bottom: 12px;
}

/* ======= "See Project" Button Styling ======= */
#trusted-developer-section .hz-carousel-content-wrap .btn.btn-primary {
    background-color: #231840;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 6px;
    text-align: center;
    transition: background-color 0.3s ease;
    width: fit-content;
}

/* Button hover effect */
#trusted-developer-section .hz-carousel-content-wrap .btn.btn-primary:hover {
    background-color: #b88f38;
    color: #fff;
}









.taxonomy-grids-module-v5-slider .taxonomy-item {
    min-height: 110px !important;
    margin: 0 5px;
}
.property-card {
  display: flex;
  flex-direction: column;
  width: 330px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin: 10px;
  background-color: #fff;
}

.image-section {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sponsored-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: black;
  color: white;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
}

.details-section {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.details-section .left {
  max-width: 60%;
}

.details-section .left h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.details-section .location,
.details-section .config {
  margin: 3px 0;
  color: #555;
  font-size: 14px;
}

.details-section .price {
  font-size: 14px;
  margin-top: 8px;
  color: #111;
}

.details-section .price strong {
  font-weight: bold;
}

.details-section .right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.marketed-by {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.contact-btn {
  background-color: #231840;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}




.property-post-section {
  background-color: #fff9f0;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

.text-content {
  flex: 1 1 50%;
  padding-right: 30px;
}

.image-content {
  flex: 1 1 45%;
  text-align: center;
}

.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.subheading {
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
	color:#231840;
}

.free-label {
  background-color: #16a34a;
  color: white;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
}

.description {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}

.stats {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.stats div {
  min-width: 80px;
}

.cta-btn {
  background-color: #0074e4;
  color: white;
  padding: 12px 20px;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 15px;
}

.cta-btn:hover {
  background-color: #005bb5;
}

.whatsapp-text {
  font-size: 14px;
  color: #333;
}

.whatsapp-icon {
  color: #25d366;
  font-weight: bold;
}




.label-status{
	 background-color: green;
}
.hz-label {
	background-color: orange;
}
.agent-item .agent-info .agent-name p{
	margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 13px;
}
.agent-company {
    font-size: 12px;
	margin-bottom: -10px;
}
.agents-module-slider .slick-list {
    border-left: none;
}
.agent-item {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 60px 15px 20px;
    text-align: center;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    max-width: 260px;
    margin: 45px auto 20px;
    overflow: visible;
    border: 1px solid #eee;
}

.agent-thumb {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.agent-thumb img.agent-dummy-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    background: #f2f2f2;
}

.agent-name a {
    font-size: 17px;
    font-weight: 700;
    color: #2a2a40;
    text-decoration: none;
    display: block;
    margin-top: 30px;
    margin-bottom: -25px;
}

.agent-link a {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 16px;
    background-color: #231840;
    color: #ffffff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}






.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    padding: 0px !important;
}
.grid-view .item-wrap.item-wrap-no-frame, .list-view .item-wrap.item-wrap-no-frame {
    border:  none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.item-wrap-v1 .item-body, .item-wrap-v1 .item-footer {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#author-listings-wrap .slick-prev {
    left: 0px !important;
}
#author-listings-wrap .slick-next {
    right: 0px !important;
}
.slick-slide .item-wrap-v1 .item-header img{
	border-radius:15px 15px 0px 0px !important;
}

.slick-prev {
    left: -25px !important;
	border-radius: 50px;
	background:transparent;
	border: 2px solid #231840;
}
.slick-prev:before, .slick-next:before{
	color:#231840;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #ffffff;
}
.slick-arrow:hover {
    background-color: rgba(35, 24, 64, 1);
	color:#fff;
}
.slick-next {
    right: -25px !important;
	border-radius: 50px;
	background:transparent;
	border: 2px solid #231840;
}
.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb {
    margin: 0px;
}
.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
        border-radius: 20px 20px 0px 0px;
}
.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.blog-post-item {
    box-shadow: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
}
.blog-post-item .blog-post-content-wrap .blog-post-link a{
	border: 1px solid #231840;
    color: #231840 !important;
    padding: 5px 25px;
    border-radius: 10px;
}
.property-tabs-module .nav-tabs {
    margin-bottom: 15px !important;
}
.blog-post-item .blog-post-content-wrap .blog-post-link a:hover{
	background-color: #231840;
    color: #fff !important;
    padding: 5px 25px;
    border-radius: 10px;
}
.blog-post-item .blog-post-content-wrap {
    padding: 10px 20px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.elementor-17651 .elementor-element.elementor-element-3cba00f .houzez-ele-search-form-wrapper {
    background-color: #fff !important;
    padding: 0px 0px 0px 0px;
    border-radius: 30px 30px 30px 30px;
	    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.8);
}
.elementor-17651 .elementor-element.elementor-element-6114a24 #houzez-search-tabs-wrap .nav-link {
    color: #231840 !important;
}
.header-v4 {
    background-color: #fff !important;
}
.header-v4 a.nav-link, .header-v4 a {
    color: #231840 !important;
}

.elementor-17651 .elementor-element.elementor-element-6114a24 #houzez-search-tabs-wrap .nav-link {
    color: #ffffff;
    background-color: #0FDA33;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    border-radius: 0px;
}

#author-listings-wrap .grid-view .item-listing-wrap{
	width:100% !important;
}


/* Section background and spacing */
.contact-section-unique {
  background: linear-gradient(135deg, #f7f4ff, #ffffff);
  padding: 60px 20px;
}

/* Heading: "Account Manager" */
.contact-section-unique .elementor-element-1585485 h3 {
  font-size: 22px;
  color: #ff6600;
  margin-bottom: 10px;
}

/* Main headline "Your time. Our priority." */
.contact-section-unique .elementor-element-1585485 h1 {
  font-size: 54px;
  color: #231840;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

/* Subtext */
.contact-section-unique .elementor-element-1585485 div[dir="auto"]:not(:has(ul)) {
  font-size: 18px;
  margin-top: 10px;
  color: #333;
}

/* Bullet points */
.contact-section-unique .elementor-element-1585485 ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.contact-section-unique .elementor-element-1585485 ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
}

.contact-section-unique .elementor-element-1585485 ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff6600;
  font-weight: bold;
}

/* Image styling */
.contact-section-unique .elementor-element-6135ff4 img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive layout */
@media (max-width: 768px) {
  .contact-section-unique .elementor-element-1585485 h1 {
    font-size: 36px;
  }
}
/* Card design */
#advertising-boost li.product {
  background: #ff8d31;
  color: #fff;
  border-radius: 20px;
  padding: 30px 25px;
   max-width: 570px;
    width: 100%;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}

/* Header area: Title and Price */
#advertising-boost li.product .woocommerce-loop-product__title,
li.product .price {
  display: inline-block;
  vertical-align: middle;
}

/* Title */
#advertising-boost li.product .woocommerce-loop-product__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

/* Price */
#advertising-boost li.product .price {
  font-size: 26px;
  font-weight: 700;
  float: right;
  color: #fff;
}

/* Hide old price */
#advertising-boost li.product .price del {
  display: none;
}

/* Show only offer price */
#advertising-boost li.product .price ins {
  text-decoration: none;
  color: #fff;
}

/* Separator Line */
#advertising-boost li.product::after {
  content: "";
  display: block;
  margin: 20px 0;
  border-bottom: 1px solid #fff;
  opacity: 0.2;
}

/* Description points */
#advertising-boost li.product p {
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0;
	text-align: left;
}

/* Bullet points */
#advertising-boost li.product p::before {
  content: "✔";
  margin-right: 8px;
  color: #fff;
}

/* Buy Plan Button */
#advertising-boost li.product > a.button {
  display: block !important;
  margin-top: 25px !important;
  background: #fff;
  color: #ff8d31 !important;
  padding: 14px 0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}
#advertising-boost li.product > a.button:hover {
  background: #00ff9c;
  color: #000 !important;
  transform: scale(1.05);
}
#advertising-boost .add_to_cart_button{
	  width: 140px !important;
}
#advertising-boost .product_cat-advertising-boost p img{
	margin-left:170px;
	border-radius:50%;
}
#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 36px;
}

.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 60%;
    margin: auto;
}



@media (max-width: 912px) {
	.market-insight-sidebar {
		flex: 1 1 280px;
		max-width: 240px !important;
		margin-left: -150px !important;
	}
	.card-grid {
		grid-template-columns: repeat(2, 1fr) !important; /* 2 cards per row */
		gap: 16px;
	}

	.area-card {
		max-width: 100% !important; /* Ensure full width within grid */
		width:260px !important;
	}
	.area-card-right .top-row {
		width: 80% !important;
	}
	.elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container {
        margin: -30px 0px 0px -150px !important;
    }
	#popmake-33851{
			width:40%;
			margin-left:220px;
		}
	#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 95px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 200px;
}
	  #youtube-widget {
      position: fixed;
      top: 35%;
      right: 0;
      transform: translateY(-50%);
      width: 300px;
      height: 170px;
      z-index: 9999;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      border-radius: 8px 0 0 8px;
      overflow: hidden;
    }

  #youtube-drag-area iframe {
    width: 100%;
    height: 100%;
  }

  #expand-btn {
    bottom: 8px;
    right: 8px;
    font-size: 13px;
    padding: 6px 10px;
  }

  #video-modal {
    top: 4%;
    left: 4%;
    width: 30%;
    height: 30%;
  }

  #video-modal iframe {
    width: 100%;
    height: 100%;
  }

  #close-modal {
    top: 10px;
    right: 12px;
    font-size: 22px;
  }
	.agent-name a {
    font-size: 17px;
    font-weight: 700;
    color: #2a2a40;
    text-decoration: none;
    display: block;
    margin-top: 28px;
    margin-bottom: -25px;
}
.page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100{
		width: 255px !important;
	}
	.page-id-17651 #recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100{
		width: 245px;
	}
	
	.slick-prev {
    left: 0px !important;
}
	.slick-next {
    right: 0px !important;
}
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 235px !important;
    }
	    #advertising-boost li.product .woocommerce-loop-product__title {
        font-size: 20px !important;
        font-weight: 700;
        margin: 0;
    }
		#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 11px !important;
    border-radius: 50%;
}
		#advertising-plan .product h6, #advertising-plan .product p {
    order: 2;
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #555;
    line-height: 2.5;
    word-break: break-word;
}
	  
.client-section-two .elementor-testimonial-wrapper {
    height: 580px !important;
}
	#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-top: 50px;
}
}
.client-section-two .elementor-testimonial-wrapper{
	height:350px !important;
}
.agent-section .slick-dots{
	display:none !important;
}
@media (max-width: 853px) {
    .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container {
        margin: -30px 0px 0px -115px;
    }
}
@media (max-width: 1024px) {
    .grid-view .item-listing-wrap {
        width: 100% !important;
        flex-basis: 50% !important;
    }
	    .elementor-17651 .elementor-element.elementor-element-b22bdb8 .slick-slide {
        padding-left: unset; 
        padding-right: unset;
    }
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-3a007e2e.elementor-section-full_width.animated-slow.city-carousel.elementor-section-height-default.elementor-section-height-default.animated.slideInRight {
    margin-top: 100px;
}
	
	    .elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
        margin: 0px 250px 0px 130px !important;
        --e-column-margin-right: 250px;
        --e-column-margin-left: 250px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 150% !important;
        margin-top: -70px !important;
        z-index: 999;
    }
}

.page-id-19172 .elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    margin: auto;
}
#owner-plans-tab{
	margin-top:20px !important;
}
.post-20500 {
  position: relative;
  overflow: visible !important; /* Ensure top label is visible */
}

.post-20500::before {
  content: "Best Seller";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #231840;
  font-weight: bold;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  z-index: 99;
	border:5px solid #231840;
}

.post-19090 {
  position: relative;
  overflow: visible !important; /* Ensure top label is visible */
}

.post-19090::before {
  content: "Saver Choices";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #ff8d31;
  font-weight: bold;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  z-index: 99;
	border:5px solid #ff8d31;
}

.post-31737 {
  position: relative;
  overflow: visible !important; /* Ensure top label is visible */
}

.post-31737::before {
  content: "Exclusive Reach";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: green;
  font-weight: bold;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  z-index: 99;
	border:2px solid green;
}

.post-31764 {
  position: relative;
  overflow: visible !important; /* Ensure top label is visible */
}

.post-31764::before {
  content: "Power Plus";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #231840;
    font-weight: 900;
    padding: 5px 30px;
    font-size: 16px;
    border-radius: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 99;
    border: 2px solid #231840;
}

body.page-id-31765, .page-id-31765 .main-wrap, .page-id-31765 .fw-property-documents-wrap h3 span, .page-id-31765 .fw-property-details-wrap h3 span {
    background-color: transparent;
	background-image: linear-gradient(180deg, #0080000A 0%, #FFA5000D 100%);
}

.elementor-31280 .elementor-element.elementor-element-3c39abd, .elementor-31280 .elementor-element.elementor-element-40082f7, .elementor-31280 .elementor-element.elementor-element-148948f {
    width: 65%;
    margin: auto;
    margin-bottom: 25px;
}
.elementor-testimonial-wrapper {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    max-width: 350px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.elementor-testimonial-meta {
    display: flex;
    align-items: center;
    order: -1; /* move meta section to the top */
}
.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 15px;
    margin-bottom: 20px;
}

.elementor-testimonial-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e8f0fe;
    padding: 6px;
    object-fit: contain;
	border: 1px solid green;
}

.elementor-testimonial-details {
    margin-left: 12px;
}

.elementor-testimonial-name {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
}

.elementor-testimonial-job {
    font-size: 13px;
    color: #777;
}

.elementor-testimonial-content {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}


.elementor-17651 .elementor-element.elementor-element-c851e60 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-fbe2685 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-f982404 .houzez_section_title_wrap .houzez_section_title {
    color: #231840;
    border: 2px solid green;
    border-radius: 104px;
    width: 150px;
    margin: auto;
    height: 150px;
    padding-top: 60px;
	border-right: 2px solid orange;
}
.elementor-17651 .elementor-element.elementor-element-7c30428 .houzez_section_title_wrap .houzez_section_subtitle, .elementor-17651 .elementor-element.elementor-element-0cd59e2 .houzez_section_title_wrap .houzez_section_subtitle, .elementor-17651 .elementor-element.elementor-element-e65b804 .houzez_section_title_wrap .houzez_section_subtitle{
		font-size:18px;
	font-weight:600;
	    color: grey;
    margin-top: 15px;
}
.twae-vertical.twae-wrapper .twae-story {
    margin-top: 110px !important;
}
.twae-vertical.twae-wrapper .twae-timeline {
    padding: 0px 0 !important;
}
/* Overall section padding and background */
#testimonial-section {
  padding: 20px 20px;
  border-radius: 20px;
}

#testimonial-section .elementor-testimonial-content {
    text-align: justify;
}
.client-section .elementor-testimonial-wrapper{
	height:375px !important;
}

.client-section .elementor-testimonial-image img{
	border:3px solid green !important;
}
.client-section-two .elementor-testimonial-image img{
	border:3px solid #ff8d31 !important;
}

.client-section-two .elementor-testimonial-wrapper{
	border:1px solid #ff8d31 !important;
}

.client-section-one .elementor-testimonial-wrapper{
	border:1px solid #231840 !important;
}
/* Testimonial wrapper style */
#testimonial-section .elementor-testimonial-wrapper {
  background: #fff;
  padding: 25px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  height: 340px;
	border:1px solid green;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

#testimonial-section .elementor-testimonial-wrapper:hover {
  transform: translateY(-5px);
}

/* Testimonial content */
#testimonial-section .elementor-testimonial-content {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
  font-style: italic;
}

/* Testimonial meta section */
#testimonial-section .elementor-testimonial-meta-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Image */
#testimonial-section .elementor-testimonial-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #231840;
}

/* Name and Job Title */
#testimonial-section .elementor-testimonial-name {
  font-weight: 600;
  font-size: 16px;
  color: #231840;
}

#testimonial-section .elementor-testimonial-job {
  font-size: 14px;
  color: #666;
}

/* Slider spacing (optional if spacing is too tight) */
#testimonial-section .slick-slide {
  padding: 10px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
	
#testimonial-section .elementor-testimonial-wrapper {
    padding: 20px 15px;
  }
  #testimonial-section .elementor-testimonial-content {
    font-size: 14px;
  }
}

.elementor-testimonial-wrapper {
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    padding: 40px;
    border-radius: 15px;
}
.twae-story.twae-repeater-item.twae-story-left.twae-story-no-icon .twae-media.large img {
  width: 250px !important; /* ya aap apni zarurat ke hisaab se set kar sakte ho */
  object-fit: cover;
  display: block;
  margin: 0 auto; /* center align */
}
.twae-wrapper .twae-story-right .twae-media{
	justify-content:flex-start !important;
}
.twae-wrapper .twae-label-small {
    white-space: unset !important;
}
.twae-story.twae-repeater-item.twae-story-left.twae-story-no-icon .twae-wrapper .twae-media{
	margin-right:10px !important;
}
.twae-story.twae-repeater-item.twae-story-right.twae-story-no-icon .twae-wrapper .twae-media{
	margin-left:10px !important;
}

.twae-story.twae-repeater-item.twae-story-right.twae-story-no-icon .twae-media.large img {
  width: 250px !important; 
  object-fit: cover;
  display: block;
  margin: 0 auto; /* center align */
}
.twae-wrapper .twae-content{
	box-shadow:none !important;
}

.elementor-17651 .elementor-element.elementor-element-ab0b69e .elementor-heading-title {
    margin-bottom: 10px !important;
}
/* === Video Widget (Sidebar) === */
#video-widget {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 300px;
  height: 170px;
  z-index: 9999;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  background: black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#video-widget video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#expand-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  z-index: 2;
}

/* === Modal Video === */
#video-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background-color: black;
  z-index: 10001;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
  padding: 10px;
  box-sizing: border-box;
}

#video-modal video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

#close-modal {
  position: absolute;
  top: 5px;
  right: 10px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10002;
}

/* === Overlay Background === */
#overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

/* === Responsive Breakpoints === */
@media (max-width: 768px) {
  #video-widget {
    width: 260px;
    height: 150px;
  }
}

@media (max-width: 540px) {
  #video-widget {
    width: 220px;
    height: 120px;
  }
}

@media (max-width: 414px) {
  #video-widget {
    width: 200px;
    height: 110px;
    top: auto;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
  }

  #video-modal {
    max-width: 360px;
    padding: 8px;
  }
}

@media (max-width: 390px) {
	#advertising-plan .product p img {
        margin-left: 55px;
    }
		.item-wrap-v1 .listing-image-wrap .listing-thumb a img {
    height: 170px;
    width: 360px !important;
}
  #video-widget {
    width: 190px;
    height: 105px;
  }

  #video-modal {
    max-width: 340px;
  }
}

@media (max-width: 375px) {
  #video-widget {
    width: 180px;
    height: 100px;
  }

  #video-modal {
    max-width: 320px;
  }
}

@media (max-width: 360px) {
  #video-widget {
    width: 170px;
    height: 95px;
  }

  #video-modal {
    max-width: 300px;
  }
}

.auto-complete .auto-complete-image-wrap {
    margin-right: 10px;
    height: 40px;
    display: none;
}
.dropdown-menu li{
	border-bottom:1px solid #eee;
}
.dropdown-menu li:last-child{
	border-bottom:none;
}
/* Top Menu Item hover/active */
.header-v4 a.nav-link:hover, 
.header-v4 a.nav-link:active {
    position: relative;
    background: #fff;
    color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10;
    border-bottom-right-radius: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.main-nav .navbar-nav .nav-item .nav-item a:hover, .main-nav .navbar-nav .nav-item .nav-item a:active, .login-register .login-register-nav li .dropdown-menu .nav-item a:hover {
    background-color: unset !important;
}
/* Top Menu ka upar nikla tab (optional: remove if looks odd) */
.header-v4 a.nav-link:hover::after, 
.header-v4 a.nav-link:active::after {
    display: none; /* Agar upar nikla hua tab nahi chahiye to */
}

/* Dropdown Menu Styling */
.main-nav .navbar-nav .nav-item .dropdown-menu, 
.login-register .login-register-nav li .dropdown-menu {
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 8px 8px 8px; /* Only bottom corners rounded */
    margin-top: 0; /* Zero gap from top item */
	max-width: 200px !important;
    border: none;
}

/* Dropdown Menu Links */
.main-nav .navbar-nav .nav-item .dropdown-menu li a, 
.login-register .login-register-nav li .dropdown-menu li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

/* Dropdown Menu Links Hover */
.main-nav .navbar-nav .nav-item .dropdown-menu li a:hover, 
.login-register .login-register-nav li .dropdown-menu li a:hover {
    color: orange !important;
}

#houzez-search-tabs-wrap li.nav-item.slick-slide {
    width: 75px !important;
    text-align: center;
}
.elementor-17651 .elementor-element.elementor-element-3cba00f .nav-item .nav-link {
    letter-spacing: normal !important;
}

.main-nav .navbar-nav .nav-item .nav-item a {
     border-bottom: none !important; 
}
.page-id-31279 .header-v4 {
    background-color: #ff8d31;
}
.page-id-31279 .primary-color {
     color: #231840;
}
.page-id-31280 .header-v4 {
    background-color: #2e7d32;
}
.page-id-31280 .primary-color {
    color: #fff;
}
#service-section .custom-carousel-slide-container {
  
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#service-section .custom-carousel-slide-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

#service-section .custom-carousel-slide-container .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#service-section .custom-carousel-slide-container img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
    transition: transform 0.3s ease;
}

#service-section .custom-carousel-slide-container:hover img {
    transform: rotate(10deg) scale(1.1);
}

#service-section .custom-carousel-slide-container h2 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#service-section #slick-slide30 .custom-carousel-slide-container .btn-primary {
    background-color: #f9f9f9;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}
#slick-slide30 .custom-carousel-slide-container img{
  background-color: #f9f9f9 !important; /* Light Grey */
}

#service-section #slick-slide31 .custom-carousel-slide-container .btn-primary {
    background-color: #fff8e1;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}
#slick-slide31 .custom-carousel-slide-container img {
  background-color: #fff8e1 !important; /* Light Yellow */
}
#service-section #slick-slide32 .custom-carousel-slide-container .btn-primary {
    background-color: #e3f2fd;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}
#slick-slide32 .custom-carousel-slide-container img {
  background-color: #e3f2fd !important; /* Light Blue */
}
#service-section #slick-slide33 .custom-carousel-slide-container .btn-primary {
    background-color: #f1f8e9;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}
#slick-slide33 .custom-carousel-slide-container img {
  background-color: #f1f8e9 !important; /* Light Green */
}
#service-section #slick-slide34 .custom-carousel-slide-container .btn-primary {
    background-color: #fde0dc;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}
#slick-slide34 .custom-carousel-slide-container img {
  background-color: #fde0dc !important; /* Light Pink */
}
#service-section #slick-slide35 .custom-carousel-slide-container .btn-primary {
    background-color: #ede7f6;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}
#slick-slide35 .custom-carousel-slide-container img {
  background-color: #ede7f6 !important; /* Light Purple */
}
#service-section #slick-slide36 .custom-carousel-slide-container .btn-primary {
    background-color: #e0f7fa;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}
#slick-slide36 .custom-carousel-slide-container img {
  background-color: #e0f7fa !important; /* Light Cyan */
}

.elementor-19172 .elementor-element.elementor-element-572ca7f .elementor-heading-title {
    font-size: xx-large;
}

#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product{
	width:50% !important;
	max-width: 31%;
}
#advertising-plan .add_to_cart_button{
	border: 1px solid #2e7d32 !important;
	background:#fff !important;
	color: #2e7d32 !important;
}
#advertising-plan .add_to_cart_button:hover{
	border: 1px solid #2e7d32 !important;
	background:#2e7d32 !important;
	color: #fff !important;
}

/* Card Container */
#advertising-plan .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  padding: 25px 20px;
	border:1px solid #2e7d32;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  font-family: 'Poppins', sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* 1. Price and Buy-button on Top */
#advertising-plan .product .price,
#advertising-plan .product > a.button {
  order: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

/* Price styling */
#advertising-plan .product .price {
  font-size: 20px;
  font-weight: 700;
  color: #2e7d32;
}
#advertising-plan .product .price del {
  color: #999;
  margin-right: 6px;
  font-weight: 400;
  text-decoration: line-through;
}

/* Buy Plan button */
#advertising-plan .product > a.button {
  display: inline-block;
  background: #2e7d32;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
#advertising-plan .product > a.button:hover {
  background: #1b5e20;
}

/* 2. Details (h6 + p) in the middle */
#advertising-plan .product h6,
#advertising-plan .product p {
  order: 2;
  width: 100%;
	font-size: 18px;
  text-align: left;
  color: #555;
  line-height: 1.5;
  word-break: break-word;
}
#advertising-plan .product h6 strong {
  color: #222;
  font-size: 20px;
	color:green;
}
.add_to_cart_button
/* 3. Title at the bottom */
#advertising-plan .product .woocommerce-loop-product__title {
  order: 3;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 20px;
}

/* Each product card */
.woocommerce ul.products li.product {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  transition: 0.3s;
  width: 100%;
  max-width: 320px;
  position: relative;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}

/* Plan Title */
.woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

/* Feature list */
.woocommerce ul.products li.product ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}

/* Each Feature Item */
.woocommerce ul.products li.product ul li {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
  font-size: 14px;
  color: #555;
}

/* ✅ Tick for available features */
.woocommerce ul.products li.product ul li:not(:has(del))::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: green;
}

/* ❌ Cross for unavailable (del) features */
.woocommerce ul.products li.product ul li:has(del)::before {
  content: "\2716";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: red;
}

/* Style for del text */
.woocommerce ul.products li.product ul li del {
  color: #999;
}

/* Price styling */
.woocommerce ul.products li.product .price {
  font-size: 22px;
  font-weight: 700;
  color: #007BFF;
  margin-bottom: 15px;
  display: block;
}

/* Buy Button */
.woocommerce ul.products li.product .button {
  display: inline-block;
  padding: 10px 25px;
  background: #007BFF;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
  margin-top: 10px;
	border: 1px solid #231840;
}

.woocommerce ul.products li.product .button:hover {
  background: #0056b3;
}

/* Hide screen reader text */
.screen-reader-text {
  display: none;
}

.elementor-19172 .elementor-element.elementor-element-fe41291 > .elementor-widget-container > .eael-advance-tabs > .eael-tabs-nav ul li {
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    background-color: unset;
	color:#231840 !important;
    width: 100%;
    padding: 8px !important;
    border-radius: 0px 0px 15px 15px;
    color: #fff;
}
.builder-section {
    position: relative;
}
.item-title {
    margin: -8px 0 -8px;
}
.builder-section .custom-carousel-slide-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.builder-section .custom-carousel-slide-container img {
    width: 100%;
    display: block;
}
.elementor-17651 .elementor-element.elementor-element-890c98b .hz-carousel-content-wrap h2 {
    margin-top:20px;
}

.builder-section .hz-carousel-content-wrap {
    position: absolute;
    bottom: -50px; /* half content overlaps image */
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-radius: 12px;
    width: 80%;
    z-index: 10;
    text-align: center;
}

.elementor-17651 .elementor-element.elementor-element-890c98b .hz-carousel-content-wrap {
        box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    width: 225px;
    height: 225px;
    margin: auto;
	border-radius: 50%;
}
.listing-tabs.flex-grow-1{
	display:none;
}
.taxonomy-cards-module .taxonomy-item-card-image img {
    border-radius:50%;
}
.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:325px;
}
.custom-carousel-slide-container .btn.btn-primary{
	padding:5px;
	line-height:10px;
}
.custom-carousel-slide-container .row > .col-12:first-child {
	    margin-top: 20px;
}
.elementor-17651 .elementor-element.elementor-element-bb4a770 > .elementor-background-overlay {
    background-color: #23184038;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 150px;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 20px;
}
.item-wrap-v1 .item-body {
    padding: 10px 10px;
}
.item-footer {
    padding: 5px 10px;
    border-top: 1px solid #dce0e0;
}
.agent-item, .text-with-icon-item-v1 {
    padding: 10px 40px 20px 35px !important;
}
.agent-thumb, .activitiy-item, .property-detail-v6 .page-title-wrap, .property-detail-v6 .property-banner {
    padding-bottom: 10px !important;
}
.login-register-nav .btn-phone-number a:hover{
	color: antiquewhite !important;
}
.elementor-17651 .elementor-element.elementor-element-6aaa77c .hz-carousel-content-wrap {
    padding: 10px 0px 15px 0px;
    text-align: center;
}
.elementor-17651 .elementor-element.elementor-element-6aaa77c .custom-carousel-slide-container {
    background-color: #ffffff;
    border-radius: 10px;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
}
.header-main-wrap .btn-create-listing {
    color: #fff !important;
    border: 1px solid #231840 !important;
    background-color: #231840 !important;
}

.header-v4 {
    background-color: #231840;
}
.header-v4 a{
    color: #fff;
}
.header-v4 a.nav-link {
    color: #fff;
}
.header-main-wrap {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#houzez-search-tabs-wrap {
    display: flex !important;
    margin-bottom: -85px;
}
#houzez-search-tabs-wrap button.slick-prev.slick-arrow, #houzez-search-tabs-wrap button.slick-next.slick-arrow {
    margin-top: -15px;
	background-color: orange;
}
.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link.active {
    color: #231840;
    background: none !important;
	border-bottom:1px solid #231840;
}
.elementor-17651 .elementor-element.elementor-element-3cba00f .houzez-ele-search-form-wrapper {
    padding: 60px 8px 4px 8px;
    border-radius: 20px;
}
.elementor-17651 .elementor-element.elementor-element-6aaa77c .custom-carousel-slide-container img {
    padding: 15px;
}
.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
    color: #231840;
    font-size: 15px;
    background: none !important;
}
.elementor-17651 .elementor-element.elementor-element-790f003 > .elementor-container {
    position: relative;
}
.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 250px 0px 250px;
    --e-column-margin-right: 250px;
    --e-column-margin-left: 250px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 65%;
    margin-top: -115px;
	z-index:999;
}


.item-wrap-v1 .item-title a {
	display: inline-flex;
	align-items: center;
	gap: 5px; /* Space between text and image */
	width: 270px;
	text-decoration: none;
}

.item-wrap-v1 .item-title .verified-tags {
	width: 20px;
	height: 20px;
	object-fit: contain;
} 

@media (min-width: 992px) {
    .grid-view-4-cols:not(.list-view) .item-listing-wrap {
        width: auto;
        -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
    }
}
.woocommerce ul.products li.product .price del, .price del, .wc-block-components-product-badge {
    display: none !important;
}
.property-form button.btn-half-width:first-of-type {
    margin-left: 70px;
}
.get-in-touch-section-mobile{
	width:90%;
	margin-left:15px;
}
.mobile-property-contact {
    display: none !important;
}
.property-features-wrap li i{
	margin-right:5px;
}
.agent-unique-id{
	display:none !important;
}
.agent-contact {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.widget-properties img{
	width:inherit;
}

#houzez_properties_viewed-1 .left-property-item-widget-wrap img{
	width:90px;
	height:70px;
}
#houzez_property_taxonomies-2 li{
	width:50%;
	float:left;
}
#houzez_property_taxonomies-2{
	height: 350px;
}
#houzez_property_taxonomies-2 .widget-body{
	margin-top:-20px;
}


.page-id-16859 .rt-container-fluid {
    margin-right: auto;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.single-property .featured-property-item-widget .listing-image-wrap img {
    height: 300px;
    width: inherit;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px !important;
}
.agent-detail-page-v2 .agent-profile-wrap .agent-image, .agent-detail-page-v2 .agent-profile-wrap .agency-image {
    width: auto;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.rt-container-fluid {
    margin-right: auto;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.page-id-16859 strong{
	display:none;
}
.property-item-widget .right-property-item-widget-wrap .item-title {
    white-space: nowrap;
}
.wpls-carousel img {
    max-width: 100%;
    height: auto;
    display: block;
}
[class*="wpcd-col-"] {
    padding: unset;
}
.elementor-accordion {
    text-align: start;
    padding: 20px;
}
.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc;
    border-radius: 25px;
}
.coupon-type {
    background: #231840;
}
.wpcd-btn {
    border: 2px dashed #231840;
    color: #231840; 
}
.wpcd-col-1-4 {
	float: left;
	width: 40%;
}
.wpcd-coupon-header .wpcd-col-3-4{
	width:60% !important;
	    text-align: center;
}
.wpcd-extra-content .wpcd-col-3-4{
	width:100% !important;
}
.agent-profile-top-wrap {
    border-bottom: none !important;
}
.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
	margin-top:20px;
}
.agent-image img{
	border: 2px solid #fff;
    padding: 10px;
}
.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 75%;
}
.agent-bio-wrap {
    padding: unset;
    background-color: transparent;
}
.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 50px;
}
.agent-detail-page-v2 .all-reviews, .agent-detail-page-v2 .agent-profile-cta a {
    font-size: 20px;
}
.agent-profile-wrap h1 {
    font-size: 50px;
	margin-top: 30px;
}
.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 50px;
}
.sidebar-wrap .verified-tags {
    width: 30px !important;
    height: 30px !important;
    margin-right: 0px !important;
}
.property-detail-v7 img.verified-tags {
    width: 40px !important;
    height: 40px !important;
    margin-right: 28px !important;
    margin-left: -10px;
	margin-top: 10px;
}
.agent-profile-header img.verified-tags {
    width: unset !important;
	 height: 30px !important;
    margin-right: 28px !important;
    margin-left: 10px;
}

.sidebar-wrap .rt-wpls .slick-slide img {
    height: 150px;
}
.sidebar-wrap .slick-dots{
	display:none;
}

.sidebar-wrap .rt-container-fluid.rt-wpls{
	border:1px solid #eee;
	margin-top: 35px !important;
}
/* Modal styling */
.reset-password-form .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
}

.reset-password-form .modal-content {
    padding: 20px;
    border-radius: 8px;
}

.reset-password-form .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.reset-password-form .modal-title {
    font-size: 20px;
    font-weight: bold;
}

.reset-password-form .modal-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.reset-password-form .modal-body strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.reset-password-form .form-group {
    width: 100%;
}
.property-view h2{
	color:#231840 !important;
}
.modal-content {
    width: 90%;
	margin:auto;
}
.reset-password-form .form-control {
    width: 300px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.reset-password-form #houzez_forgetpass {
    width: 100%;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

/* Message div */
#reset_pass_msg {
    margin-top: 10px;
    font-size: 14px;
    color: red;
}


img {
    background: none !important;
}
.lazyload {
    background-color: transparent !important;
}
.fancybox-bg, .preloader {
    display: none !important;
}
.btn-loader:after {
    border: 2px solid #fff;
    border-color: #fff transparent;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: none !important; 
}
.wc-block-components-order-summary-item__total-price{
	display:none !important;
}
.wc-block-cart__empty-cart__title{
	  background-color: #69727d85;
    padding: 20px;
}
.wp-block-woocommerce-product-new{
	display:none;
}
.wp-block-woocommerce-checkout-fields-block, .wc-block-components-sidebar, .wp-block-woocommerce-cart-items-block{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	padding:30px;
	border-radius:15px !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 60% !important;
    margin-right: 25px !important;
}
.is-large.wc-block-cart .wc-block-components-sidebar {
    height: 440px;
}
.button.wc-forward{
	 width: fit-content !important;
    background-color: #231840 !important;
	    line-height: unset !important;
}
.houzez_update_profile, #houzez_change_pass{
	margin-top:10px;
}
.item-wrap-v1 .text-center {
    text-align: right !important;
	margin-bottom: 10px;
	    padding-left: 130px;
}
.similar-property-wrap h2{
	color:#000 !important;
}
.similar-property-wrap .listing-image-wrap img{
	height:175px;
	width:275px;
	border-radius: 15px 15px 0px 0px;
}
.similar-property-wrap .item-header {
    min-height: inherit !important;
}

.similar-property-wrap .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100 h2.item-title{
	margin-top: -15px;
    margin-bottom: -15px;
}
    
#add-floorplan-row{
	margin-top:10px;
}
.agent-dummy-image{
	height:150px !important;
}
.ui-widget-content {
    background: #231840 !important;
	color:#fff !important;
}
.dashboard-content-block-wrap textarea{
	height:100px !important;
}
.dashboard-content-block > h2, .dashboard-content-block-wrap > h2 {
    background-color: #231840 !important;
	color:#fff;
	font-size: 25px;
    font-weight: 900;
    border: 5px solid #231840;
	border-radius: 20px 20px 0 0px;
}
.dashboard-content-block-wrap .dashboard-content-block{
	background-color:#2318400f;
}
.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 315px !important;
	    padding: 5px;
}
.property-banner-grid-wrap.image-set{
	display:unset !important;
}
.theiaStickySidebar {
    position: unset !important;
}
.sidebar-wrap .agent-link a {
    padding: 10px 5px !important;
    font-size: smaller;
}

.dashboard-content-inner-wrap .form-group input, .dashboard-content-inner-wrap .form-group textarea, .dashboard-content-inner-wrap .btn.dropdown-toggle.btn-light.bs-placeholder {
    border: 2px solid #eee;
}
.dashboard-content-inner-wrap #description-price {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #media {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #details {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #virtual-tour {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #floorplan {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #location {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #sub-properties {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #attachments {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #settings {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #hz-gdpr {
    background: #6400ff0d;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    font-family: 'Inter', sans-serif;
    margin: 50px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.dashboard-content-inner-wrap #description-price .form-control .btn {
    border: 2px solid #eee;
}
.dashboard-content-inner-wrap #description-price .form-control:focus, #prop_subtype:focus {
    border-color: #2d89ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(45, 137, 255, 0.1);
}
.control__indicator {
    border: 1px solid #0c0c0c;
    border-radius: 2px;
}

.dashboard-side-wrap {
    background-color: #231840;
}
.side-menu a.active, .side-menu .side-menu-parent-selected > a, .side-menu-dropdown a, .side-menu a:hover {
    color: #fff;
}
.emi-container-rio .result-ri{
	    background-image: linear-gradient(#231840, #ff8d31) !important;
}
.agents-slider-wrap .agent-item{
	width: 270px !important;
    margin-left: 10px;
}
.nav-link{
	color:#231840;
}
.agent-company{
	font-weight:900 !important;
}
.agent-profile-header img.verified-tags {
    width: unset !important;
	
}
.sidebar-wrap .property-form-wrap img.verified-tags {
    width: 30px !important;
    height: 30px !important;
    margin-right: 0px !important;
    margin-left: 0px;
}
.agent-section img.verified-tags {
    width: 40px !important;
    margin-top: -35px;
    margin-right: -20px !important;
}
.agent-link{
	margin-top:5px;
}
.agent-link a{
	background-color:#231840;
	border: none; padding: 0px 12px; border-radius: 50px; font-size: 13px; font-weight: 400; color: #fff; transition: all 0.3s ease;
}
.property-carousel-buttons-wrap {
    display: none;
}

.slick-slide .agent-thumb img{
	width: 80px;
    height: 80px !important;
}
h3.roi_result_title {
    background-color: #231840 !important;
}
.range_data_box .rangeslider__fill {
    background: #231840 !important;
}

.slick-dotted.slick-slider{
	height:auto !important;
}
.elementor-17651 .elementor-element.elementor-element-4a6de70 .elementor-image-box-img img {
    border-radius: 0px !important;
    transition-duration: 0.3s;
}
.back-to-top-wrap .btn-back-to-top {
    border: 1px solid #eee;
    border-radius: 50px;
}
.elementor-16650 .elementor-element.elementor-element-9e2f74b:not(.elementor-motion-effects-element-type-background), .elementor-16650 .elementor-element.elementor-element-9e2f74b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #231840 0%, #FF8D31 100%);
    width: 75%;
    margin: auto;
	margin-bottom:100px;
}
@media only screen and (min-width: 1024px) {

	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 250px 0px 250px;
    --e-column-margin-right: 250px;
    --e-column-margin-left: 250px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 65%;
    margin-top: -40px;
	z-index:999;
}
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 40%;
    }
}
.woocommerce-loop-product__title{
    padding: 10px !important;
    color: #fff;
    border-radius: 20px;
}
.product.type-product ul li{
	color:#231840;
}
.add_to_cart_button{
	background-color: #eee !important;
    color: #231840 !important;
    padding: 10px !important;
    width: 150px !important;
    margin-top: 10px !important;
    font-weight: 600 !important;
}
.wc-block-cart__submit-button{
	background-color: #231840;
	color: #fff;
}
.wc-block-components-sale-badge{
	background-color: #ff8d31;
	color: #fff;
}
.service-section{
	width:70%;
	margin:auto;
	margin-top:50px;
}
.houzez_section_title a{
	color:#fff;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a:before {
    display:none;
}
.elementor-17651 .elementor-element.elementor-element-46fa99b8 .elementor-button {
    background-color: #231840;
    border-radius: 30px 30px 30px 30px;
}

.header-main-wrap .btn-create-listing {
    color: #ffffff;
    border: 1px solid #231840;
    background-color: #231840;
}
.mc4wp-form.mc4wp-form-1251 .mc4wp-form-fields .btn.btn-primary.btn-block{
	background-color:#ff8d31;
}

.verified-tags{
	width:unset !important;
	height:35px !important;
	margin-right:30px !important;
}

.get-in-touch-section{
	margin:auto;
	margin-top:50px;
}
.widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
.footer-top-wrap {
    padding: 50px 0 10px !important;
}
.widget-contact-us .widget-title{
	margin-bottom: 10px !important;
}
.footer-bottom-wrap {
    padding: 20px 0 !important;
}
footer .wp-block-social-links li{
	  fill: #fff !important;
    border-radius: 50%;
    padding: 5px !important;
    width: 40px;
    padding-left: 3px !important;
    height: 40px;
    line-height: 30px;
    padding-bottom: 36px !important;
}
.wp-social-link-facebook{
	  background-color: #0866ff;
 }
.wp-social-link-x{
	background-color: #000;
}
.wp-social-link-x svg{
	fill:#fff !important;
}
.wp-social-link-youtube{
	background-color: red;
}
.wp-social-link-instagram{
	background-color: #f00075;
}
.wp-social-link-instagram svg{
	fill:#fff !important;
}
.wp-social-link-telegram{
	background-color: #2aabee;
}
.wp-social-link-telegram svg{
	fill:#fff !important;
}
.wp-social-link-linkedin{
	background-color: #0d66c2;
}


.product {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 300px;
  text-align: center;
  margin: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-posts-slider-wrap .slick-dots{
	display:none !important;
}
.product:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.woocommerce-loop-product__link {
  text-decoration: none;
  color: inherit;
}
.inqury-shop{
	width:80%;
	margin:auto;
}
.woocommerce-loop-product__title {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
  margin: 0;
	top: -10px;
	position: relative;
  border-bottom: 1px solid #ddd;
}
#owner-plans-tab .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-radius: 15px;
   border-top: 5px solid #231840;
}
#broker-plans-tab .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-radius: 30px 30px 0 0;
   border-top:5px solid #ff8d31;
}
.product ul {
  list-style: none;
  padding: 20px;
  margin: 0;
  color: #333;
  font-size: 1rem;
}

.product ul li {
  margin: 10px 0px 0px 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    width: 300px;
    padding: 20px 0 5px 0 !important;
    border-radius: 0px 0px 15px 15px;
    color: #fff;
	font-size: 24px;
	margin:auto;
}
.product ul li del {
  color: #999;
  text-decoration: line-through;
}

.price {
  margin: 20px 0;
  font-size: 1.2rem;
  color: #333;
}

.price del {
  color: #999;
  margin-right: 10px;
}
ins .woocommerce-Price-amount bdi{
	font-size:26px
}
.wc-block-components-checkout-return-to-cart-button{
	background-color: #ff8d31;
    color: #fff !important;
    border-radius: 20px;
    padding: 15px;
    width: 200px;
    text-align: center;
}
.wc-block-components-checkout-return-to-cart-button svg {
    left: 30px !important;
}
.wc-block-components-checkout-place-order-button{
	background-color:#231840;
	color:#fff;
	border-radius:20px;
}
.price ins {
  color: #231840;
  font-weight: bold;
}
	.wc-block-components-product-name{
		font-size: 25px !important;
    font-weight: 900;
	}
.button {
  background-color: #ff9800;
  color: white;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 20px;
  transition: background 0.3s ease;
  cursor: pointer;
	    width: 125px;
    height: 40px;
}

.button:hover {
  background-color: #e68900;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/* Responsive Design */
@media (max-width: 480px) {
  .product {
    max-width: 90%;
  }

  .woocommerce-loop-product__title {
    font-size: 1.2rem;
    padding: 8px;
  }

  .product ul li {
    font-size: 0.9rem;
  }

  .button {
    font-size: 0.9rem;
    padding: 8px 15px;
  }
}

.wc-block-cart__submit-button:hover{
	color:#fff;
}
.get-in-touch-section .houzez_section_title_wrap{
    color:#fff;
}
.elementor-19172 .elementor-element.elementor-element-fe41291 .eael-advance-tabs .eael-tabs-nav > ul li.active {
    background-color: #231840;
    color: #fff;
}

.item-wrap-v1 .item-header {
    min-height: inherit !important;
}
 .listing-view.grid-view.card-deck .listing-image-wrap .listing-thumb{
	 height:170px !important;
}

.grid-view .item-wrap.item-wrap-no-frame, .list-view .item-wrap.item-wrap-no-frame {
    border: 1px solid #fff;
    border-radius: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.item-wrap-v9 .item-footer, .list-view .item-wrap-v8 .item-footer {
    margin-bottom: 10px;
}
.item-wrap-v8 a{
	text-decoration:none;
}
.listing-view.list-view .text-center, .similar-property-wrap .text-center{
	text-align:right !important;
}
.item-wrap-v9 .text-center {
    text-align: right !important;
    margin-right: -35px;
}

#submit-review{
	margin-top:10px;
}
.property-form .form-group{
	margin-bottom:10px;
}

.property-form{
	border:1px solid #231840;
	padding:20px;
	border-radius:15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.blog-wrap .article-wrap{
	border:1px solid #231840;
	padding:20px;
	border-radius:15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	margin-bottom:20px;
	padding-bottom: 0;
}
.blog-post-item{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border:1px solid #fff;
	padding:20px;
	border-radius:15px;
	margin-right:15px;
}
.single-post .blog-wrap .article-wrap{
	border:none;
	padding:none;
	border-radius:none;
	box-shadow: none;
	margin-bottom:none;
	padding-bottom: none;
}
.blog-wrap .post-wrap img {
    height: 250px;
}
.post-inner-wrap, .post-footer-wrap, .post-header-wrap, .post-content-wrap, .author-detail-wrap, .post-comment-form-wrap, .author-comment {
    padding: 10px;
}

.bt-sidebar-wrap h2{
	font-size:18px;
	color:#000 !important;
}

.bt-sidebar-wrap .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a {
    padding-left: 10px;
}
.bt-sidebar-wrap .wp-block-latest-posts__list li{
	border: 1px solid #eee;
    padding: 10px;
	margin-bottom:10px;
}
.form-submit{
	margin-top:10px;
}

.primary-color{
	font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:50px;
	font-weight: 800;
    line-height: 1.3;
}
.eael-tabs-nav{
    padding: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 35%;
    margin: auto;
}
#broker-plans{
	margin-left:10px;
}
.elementor-19172 .elementor-element.elementor-element-fe41291 .eael-advance-tabs .eael-tabs-nav > ul li.active {
    background-color: #ff8d31 !important;
    color: #fff;
}
.footer-bottom-wrap {
    background-color: #231840 !important;
    border-top: 1px solid #eee !important;
}


/* Custom styles for Contact Form 7 */
.wpcf7 form {
    background-color: #f9fffd;
    border-radius: 25px;
    padding: 20px;
	padding-bottom: inherit;
}
.wpcf7 form p{
	margin-bottom:0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea, .wpcf7 select,  .wpcf7 option {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
   width: 370px;
	height:40px;
}

.refer-earn .wpcf7 input[type="text"],
.refer-earn .wpcf7 input[type="email"],
.refer-earn .wpcf7 textarea, .refer-earn .wpcf7 select,  .refer-earn .wpcf7 option {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    width: 350px;
	height:40px;
}


.wpcf7 input[type="submit"] {
    background-color: #231840;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
	border-radius: 20px;
	display: block;
    margin: auto;
	margin-top:20px;
		    width: 250px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #005bb5;
}


/* Tablet devices (between 600px and 1024px) */
@media (max-width: 1024px) and (min-width: 600px) {
   .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea, .wpcf7 select,  .wpcf7 option {
        width: 290px; /* Reduces width for tablets */
        font-size: 15px; /* Slightly smaller font size for tablets */
    }
	.wpcf7 form{
		width:325px;
	}
}

/* Mobile devices (max-width: 599px) */
@media (max-width: 599px) {
   .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea, .wpcf7 select,  .wpcf7 option {
        width: 100%; /* Full width for mobile */
        font-size: 14px; /* Adjust font size for small screens */
        padding: 10px; /* Slightly reduced padding */
    }
	.widget_mc4wp_form_widget {
			width: 80%;
	}
}
/* Tablets & Medium Screens (Between 600px and 1024px) */
@media (max-width: 1024px) {
    .wpcf7 form {
        max-width: 100%;
    }
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select {
        max-width: 100%;
        font-size: 15px;
    }
	.service-form .elementor-element-populated{
		width:350px;
		margin:auto;
	}
}
/* Desktop devices (min-width: 1025px) */
@media (min-width: 1025px) {
    .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea, .wpcf7 select,  .wpcf7 option {
        width: 100%; /* Larger width for desktop */
        font-size: 18px; /* Larger font size */
	height:50px;
    }
}

@media (max-width: 360px) {
	.card-grid {
		display: table-row-group !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 30px;
	}
	#market-insight-filters .filter-group {
		width: 340px !important;
		margin-left: 0px !important;
	}
	.market-insight-dropdown .choices{
		width:100% !important;
		margin-top: 35px !important;
        margin-left: -30px !important;
	}
	.area-card {
        width: 340px !important;
        padding: 20px;
        margin-bottom: 15px !important;
    }
	.market-insight-results {
		margin-left: -78px !important;
	}
	.buttons a {
		font-size: 12px !important;
	}
	.area-card-right .top-row {
		width: 70% !important;
	}
	.page-id-17651 #recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 315px !important;
		 margin-left:-8px;
    }
		.elementor-widget-shortcode {
    font-size: 20px !important;
    margin-top: -55px;
}
	.elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container {
        margin: -35px 0px 0px 165px;
    }
	#popmake-33851 {
        width: 92%;
        margin-left: 5x;
    }
	.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 108px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 135px;
}
	    .page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 330px !important;
    }
	.grid-view .item-listing-wrap{
		padding-left:0px !important;
	}
		.agent-link a {
    font-size: 10px;
}
	.agent-link {
    margin-top: -20px;
}
	.agent-company {
    font-size: 10px;
    margin-bottom: -18px;
}
	.agent-item .agent-info .agent-name p {
    margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 11px;
}
	.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 180px;
}
	#similar-listings-wrap img.verified-tags{
		margin-top:10px;
	}
	    .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 300px !important;
    }
	#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 0px;
}
	.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}
.elementor-31279 .elementor-element.elementor-element-205b705 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px / 2) !important;
}
	#advertising-boost li.product {
        background: #ff8d31;
        color: #fff;
        border-radius: 20px;
        padding: 30px 25px;
        width: 100% !important;
        font-family: 'Poppins', sans-serif;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
        margin-top: 0px !important;
    }
	#advertising-boost li.product p {
    font-size: 12px;
}
	#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 5px;
    border-radius: 50%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
    order: 2;
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #555;
    line-height: 2.5;
    word-break: break-word;
}
	#advertising-plan .product p img {
        margin-left: 28px;
    }
	.agent-thumb, .activitiy-item, .property-detail-v6 .page-title-wrap, .property-detail-v6 .property-banner {
    padding-bottom: 50px !important;
}
.agent-section .elementor-17651 .elementor-element.elementor-element-59b0b38 .agent-name strong {
    font-size: 11px;
}
		.client-section-two .elementor-testimonial-wrapper {
    height: 425px !important;
}
	.client-section .elementor-testimonial-wrapper {
    height: 420px !important;
}
	.elementor-17651 .elementor-element.elementor-element-c851e60 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-fbe2685 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-f982404 .houzez_section_title_wrap .houzez_section_title {
    color: #231840;
    border: 2px solid green;
    border-radius: 104px;
    width: 100px;
    margin: auto;
    height: 100px;
    padding-top: 40px;
    border-right: 2px solid orange;
}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-3a007e2e.elementor-section-full_width.animated-slow.city-carousel.elementor-section-height-default.elementor-section-height-default.animated.slideInRight {
        margin-top: 50px;
    }
	 .elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
        margin-left: 20px !important;
        --e-column-margin-right: 250px;
        --e-column-margin-left: 250px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 90% !important;
        margin-top: -70px !important;
        z-index: 999;
    }
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 300px !important;
	    padding: 5px;
}
	 .page-id-31765 .elementor-31765 .elementor-element.elementor-element-1067f54 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
       margin-right: 10px !important;
        
    }
	.primary-color{
	font-size: 16px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:25px;
	font-weight: 800;
    line-height: 1.3;
}
#package-bread .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
	
	#advertising-boost li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
	#advertising-boost li.product > a.button {
    margin-top: 0px !important;
		font-size: 15px;
		
	}
	
	#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    max-width: 100%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
   margin: 0;
}
	
	#service-section .custom-carousel-slide-container{
		width:300px;
		padding: 0px 0px 20px;
	}
	.elementor-17651 .elementor-element.elementor-element-6aaa77c .hz-carousel-content-wrap {
    padding: 0px 0px 15px 0px;
}
#service-section .custom-carousel-slide-container h2 {
    margin-bottom: 10px;
}
	#service-section .custom-carousel-slide-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    transition: transform 0.3s ease;
}
	.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:unset;
}
	.agent-dummy-image {
    height: 80px !important;
}
#houzez-search-tabs-wrap .nav-link {
    color: #fff;
    font-size: 9px;
	width:120px;
    background: none !important;
}
	.property-carousel-buttons-wrap {
    display: none;
}
		.elementor-17651 .elementor-element.elementor-element-bb4a770 > .elementor-background-overlay {
    background-color: #23184038;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 115px;
    margin-left: 15px;
    margin-right: 70px;
    border-radius: 20px;
}
.elementor-17651 .elementor-element.elementor-element-288cb9b3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: -15px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 90%;
    margin-top: -85px;
	z-index:999;
}
    .elementor-17651 .elementor-element.elementor-element-ab0b69e .elementor-heading-title {
        font-size: 19px;
        line-height: 1.4em;
        margin-top: -15px;
        margin-bottom: 10px !important;
    }
	
	
		.woocommerce-cart .header-main-wrap, .woocommerce-checkout .header-main-wrap, .woocommerce-cart .footer-wrap.footer-wrap-v1, .woocommerce-checkout .footer-wrap.footer-wrap-v1,.woocommerce-cart div#ht-ctc-chat, .woocommerce-checkout div#ht-ctc-chat,.woocommerce-cart .back-to-top-wrap, .woocommerce-checkout .back-to-top-wrap, .elementor-page-19172 #ht-ctc-chat, .page-id-19172 .back-to-top-wrap{
		display:none !important;
	}
	.woocommerce-cart section.elementor-section.elementor-top-section.elementor-element.elementor-element-041a5d8.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle,  .woocommerce-checkout section.elementor-section.elementor-top-section.elementor-element.elementor-element-217e3a9.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle{
    display: none !important;
}
	.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 100% !important;
}
	.refer-earn-form img{
		width:92% !important;
		margin-left:15px;
		height:150px;
	}
	    .elementor-17651 .elementor-element.elementor-element-69def41 {
        padding: 30px 0px 30px 20px;
        width: 90%;
    }
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
	.agent-profile-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-profile-wrap h1 {
    font-size: 25px;
    margin-top: 0px;
}
.agent-profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stars, .all-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}

.agent-list-position {
    text-align: center;
}
	.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 5px !important;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 20px !important;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
	.wpcd-coupon-header .wpcd-col-3-4 {
    width: 100% !important;
    text-align: center;
}
	.wpcd-coupon-default .wpcd-coupon-description p {
    font-size: 12px;
}
	.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 315px !important;
    padding: 15px !important;
		margin: inherit;
}
	.agent-section img.verified-tags {
    width: 35px !important;
    margin-top: -30px;
    margin-right: -25px !important;
}
	.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid{
	width:100%;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper	.wc-block-components-product-price__value{
		display:none !important;
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    width: auto;
}
	.wc-block-components-sidebar{
		padding: 30px !important;
	}
	.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
		width: 315px !important;
    padding: 15px !important;
	}
	.wc-block-components-checkout-return-to-cart-button{
		    width: 140px !important;
    padding: 15px !important;
	}
	.rt-wpls .slick-slide img {
    height: 120px;
}
	#pills-gallery{
		display:none;
	}
	.slick-slide .agent-thumb img {
    width: 80px;
    height: 80px !important;
    margin-top: -8px;
    margin-bottom: -58px;
}
	.agents-slider-wrap .agent-item{
	    width: 240px !important;
}
	.agents-module-slider .property-carousel-buttons-wrap, .blog-posts-slider .property-carousel-buttons-wrap{
		display:none;
	}
	.slick-slide .agent-name strong{
		font-size:15px;
	}
	.slick-slide .agent-link{
    width: 135px;
    margin: 0px 0px -10px auto;
	}
	
		#owner-plans-tab .woocommerce ul.products li.product, #broker-plans-tab .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
		max-width: 290px;
		margin-top: -10px;
			height: 490px;
}
	ul.products{
		margin-top:30px !important;
	}
	.eael-tabs-nav {
    border: 1px solid;
    border-radius: 50px;
    width: 90%;
    margin: auto;
}
	.eael-tab-nav-item{
		border-radius: 50px;
	}

	.secondry-color {
    font-size: 22px;
}
	.elementor-19172 .elementor-element.elementor-element-572ca7f .elementor-heading-title {
        font-size: 15px;
    }
	    .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > a {
        font-size: 9px;
    }
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    height: 45px;
    line-height: 15px;
		width: 100%;
}
	.products.columns-4 ul{
		margin-top:-35px;
	}
	.product ul li {
     margin:unset ; 
}
	ins .woocommerce-Price-amount bdi {
    font-size: 25px;
}
	.woocommerce ul.products li.product .price {
    margin-top: 5px !important;
		margin-bottom: 0px !important;
}
	.woocommerce ul.products li.product .button {
    width: auto;
    height: 35px;
}
	.inqury-shop{
		margin-top: -50px !important;
    width: 85% !important;
	}
	.inqury-shop h5{
		font-size:15px;
	}
}
@media (max-width: 344px) {
	.card-grid {
		display: table-row-group !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 30px;
	}
	#market-insight-filters .filter-group {
		width: 330px !important;
		margin-left: 0px !important;
	}
	.market-insight-dropdown .choices{
		width:100% !important;
		margin-top: 35px !important;
        margin-left: -30px !important;
	}
	.area-card {
        width: 320px !important;
        padding: 20px;
        margin-bottom: 15px !important;
    }
	.market-insight-results {
		margin-left: -75px !important;
	}
	.buttons a {
		font-size: 12px !important;
	}
	.area-card-right .top-row {
		width: 70% !important;
	}
		.elementor-widget-shortcode {
    font-size: 20px !important;
    margin-top: -55px;
}
	.elementor-16650 .elementor-element.elementor-element-1f5bad8 > .elementor-element-populated {
        padding: 0px 10px 0px 10px;
    }
	    .page-id-17651 #recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 300px !important;
        margin-left: -8px !important;
    }
	    .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container {
        margin: -40px 0px 0px 165px !important;
    }
	#popmake-33851 {
        width: 92%;
        margin-left: 5x;
    }
	.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 108px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 135px;
}
  .page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 315px !important;
    }
	.grid-view .item-listing-wrap{
		padding-left:0px !important;
	}
	    .agent-name a {
        margin-top: 15px;
    }
	.agent-link {
    margin-top: -20px;
}
		.agent-link a {
    font-size: 10px;
}
	.agent-company {
    font-size: 10px;
    margin-bottom: -10px;
}
	.agent-item .agent-info .agent-name p {
    margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 11px;
}
		.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 180px;
}
	#similar-listings-wrap img.verified-tags{
		margin-top:10px;
	}
	    .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 275px !important;
    }
		#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 0px;
}
	.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}
.elementor-31279 .elementor-element.elementor-element-205b705 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px / 2) !important;
}
	    #advertising-boost li.product {
        background: #ff8d31;
        color: #fff;
        border-radius: 20px;
        padding: 30px 25px;
        width: 100% !important;
        font-family: 'Poppins', sans-serif;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
        margin-top: 0px !important;
    }
	    #advertising-boost .product_cat-advertising-boost p img {
        margin-left: 7px !important;
    }
	    #advertising-plan .product p img {
        margin-left: 12px !important;
    }
	.client-section-two .elementor-testimonial-wrapper {
    height: 450px !important;
}
	.client-section .elementor-testimonial-wrapper {
    height: 420px !important;
}
		.client-section-one .elementor-testimonial-wrapper{
	height:380px !important;
}
	.elementor-17651 .elementor-element.elementor-element-c851e60 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-fbe2685 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-f982404 .houzez_section_title_wrap .houzez_section_title {
    color: #231840;
    border: 2px solid green;
    border-radius: 104px;
    width: 100px;
    margin: auto;
    height: 100px;
    padding-top: 40px;
    border-right: 2px solid orange;
}
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
        margin-left: 20px !important;
        --e-column-margin-right: 250px;
        --e-column-margin-left: 250px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 90% !important;
        margin-top: -50px !important;
        z-index: 999;
    }
		.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 310px !important;
	    padding: 5px;
}
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
        padding:0px !important;
    }
.primary-color{
	font-size: 16px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:25px;
	font-weight: 800;
    line-height: 1.3;
}
#package-bread .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
		#advertising-boost li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
	#advertising-boost li.product > a.button {
    margin-top: 0px !important;
		font-size: 15px;
		
	}
		#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    max-width: 100%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
   margin: 0;
}
	#service-section .custom-carousel-slide-container{
		width:290px;
	}
	.elementor-17651 .elementor-element.elementor-element-6aaa77c .hz-carousel-content-wrap {
    padding: 0px 0px 15px 0px;
}
#service-section .custom-carousel-slide-container h2 {
    margin-bottom: 10px;
}
	#service-section .custom-carousel-slide-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    transition: transform 0.3s ease;
}
		.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:unset;
}
	.agent-dummy-image {
    height: 80px !important;
}
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
    color: #231840;
    font-size: 9px;
    background: none !important;
}
		.property-carousel-buttons-wrap {
    display: none;
}
		.elementor-17651 .elementor-element.elementor-element-bb4a770 > .elementor-background-overlay {
    background-color: #23184038;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 115px;
    margin-left: 15px;
    margin-right: 70px;
    border-radius: 20px;
}
	.elementor-17651 .elementor-element.elementor-element-288cb9b3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: -15px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 90%;
    margin-top: -85px;
	z-index:999;
}
    .elementor-17651 .elementor-element.elementor-element-ab0b69e .elementor-heading-title {
        font-size: 18px;
        line-height: 1.4em;
        margin-top: -15px;
        margin-bottom: 15px !important;
    }
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-3a007e2e.elementor-section-full_width.animated-slow.city-carousel.elementor-section-height-default.elementor-section-height-default.animated.slideInRight {
        margin-top: 50px;
    }
	
	.woocommerce-cart .header-main-wrap, .woocommerce-checkout .header-main-wrap, .woocommerce-cart .footer-wrap.footer-wrap-v1, .woocommerce-checkout .footer-wrap.footer-wrap-v1,.woocommerce-cart div#ht-ctc-chat, .woocommerce-checkout div#ht-ctc-chat,.woocommerce-cart .back-to-top-wrap, .woocommerce-checkout .back-to-top-wrap, .elementor-page-19172 #ht-ctc-chat, .page-id-19172 .back-to-top-wrap{
		display:none !important;
	}
	.woocommerce-cart section.elementor-section.elementor-top-section.elementor-element.elementor-element-041a5d8.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle,  .woocommerce-checkout section.elementor-section.elementor-top-section.elementor-element.elementor-element-217e3a9.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle{
    display: none !important;
}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 100% !important;
}
	.refer-earn-form img{
		width:92% !important;
		margin-left:15px;
		height:150px;
	}
	    .elementor-17651 .elementor-element.elementor-element-69def41 {
        padding: 30px 0px 30px 20px;
        width: 90%;
    }
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
		.agent-profile-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-profile-wrap h1 {
    font-size: 25px;
    margin-top: 0px;
}
.agent-profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stars, .all-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}
		.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 25px;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
	.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 300px !important;
    padding: 15px !important;
		margin: inherit;
}
	.agent-section img.verified-tags {
    width: 35px !important;
    margin-top: -30px;
    margin-right: -25px !important;
}
	.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid{
	width:100%;
}
	.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
		width: 300px !important;
		padding: 15px !important;
	}
	.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}
}

@media (min-width: 1400px) and (max-width: 1920px) {
	.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid{
	width:57%;
	margin-left:165px;
}
}

/* iPhone SE (375px width) */
@media (max-width: 375px) and (min-width: 361px) {
	.card-grid {
		display: table-row-group !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 30px;
	}
	#market-insight-filters .filter-group {
		width: 360px !important;
		margin-left: 0px !important;
	}
	.market-insight-dropdown .choices{
		width:100% !important;
		margin-top: 35px !important;
        margin-left: -30px !important;
	}
	.area-card {
        width: 360px !important;
        padding: 20px;
        margin-bottom: 15px !important;
    }
	.market-insight-results {
		margin-left: -78px !important;
	}
	.buttons a {
		font-size: 12px !important;
	}
	.area-card-right .top-row {
		width: 70% !important;
	}
	.elementor-widget-shortcode {
    font-size: 20px !important;
    margin-top: -55px;
}
	.elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container {
        margin: -35px 0px 0px 165px;
    }
	#popmake-33851 {
        width: 92%;
        margin-left: 5x;
    }
	.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 108px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 135px;
}
	.grid-view .item-listing-wrap{
		padding-left:0px !important;
	}
	    .page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 330px !important;
				margin-left:-9px;
    }
	.agent-link {
    margin-top: -20px;
}
		.agent-link a {
    font-size: 10px;
}
	.agent-company {
    font-size: 10px;
    margin-bottom: -10px;
}
	.agent-item .agent-info .agent-name p {
    margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 11px;
}
		.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 180px;
}
	    .item-wrap-v1 .listing-image-wrap .listing-thumb a img {
        height: 200px;
        width: 345px !important;
    }
	#similar-listings-wrap img.verified-tags{
		margin-top:10px;
	}
	    .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 315px !important;
    }
		#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 0px;
}
	.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}
.elementor-31279 .elementor-element.elementor-element-205b705 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px / 2) !important;
}
	#advertising-boost li.product {
        background: #ff8d31;
        color: #fff;
        border-radius: 20px;
        padding: 30px 25px;
        width: 100% !important;
        font-family: 'Poppins', sans-serif;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
        margin-top: 0px !important;
    }
	#advertising-boost li.product p {
    font-size: 14px;
}
	#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 35px !important;
    border-radius: 50%;
}
	  #advertising-plan .product p img {
        margin-left: 40px;
    }
	#advertising-plan .product h6, #advertising-plan .product p {
    order: 2;
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #555;
    line-height: 2.5;
    word-break: break-word;
}
		.client-section-two .elementor-testimonial-wrapper {
    height: 380px !important;
}
	.client-section .elementor-testimonial-wrapper {
    height: 420px !important;
}
	.elementor-17651 .elementor-element.elementor-element-c851e60 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-fbe2685 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-f982404 .houzez_section_title_wrap .houzez_section_title {
    color: #231840;
    border: 2px solid green;
    border-radius: 104px;
    width: 100px;
    margin: auto;
    height: 100px;
    padding-top: 40px;
    border-right: 2px solid orange;
}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-3a007e2e.elementor-section-full_width.animated-slow.city-carousel.elementor-section-height-default.elementor-section-height-default.animated.slideInRight {
        margin-top: 50px;
    }
	 .elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
        margin-left: 20px !important;
        --e-column-margin-right: 250px;
        --e-column-margin-left: 250px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 90% !important;
        margin-top: -50px !important;
        z-index: 999;
    }
		.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 340px !important;
	    padding: 5px;
}
.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
        padding:0px !important;
    }
		.primary-color{
	font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:25px;
	font-weight: 800;
    line-height: 1.3;
}
#package-bread .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
		#advertising-boost li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
	#advertising-boost li.product > a.button {
    margin-top: 0px !important;
		font-size: 15px;
		
	}
		#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    max-width: 100%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
   margin: 0;
}
	#service-section .custom-carousel-slide-container{
		width:320px;
		padding: 0px 0px 20px;
	}
	.elementor-17651 .elementor-element.elementor-element-6aaa77c .hz-carousel-content-wrap {
    padding: 0px 0px 15px 0px;
}
#service-section .custom-carousel-slide-container h2 {
    margin-bottom: 10px;
}
	#service-section .custom-carousel-slide-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    transition: transform 0.3s ease;
}
		.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:unset;
}
	.agent-dummy-image {
    height: 80px !important;
}
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
    color: #231840;
    font-size: 9px;
    background: none !important;
}
		.property-carousel-buttons-wrap {
    display: none;
}
	.listing-view.grid-view.card-deck .listing-image-wrap .listing-thumb {
    height: 200px !important;
}	
	.elementor-17651 .elementor-element.elementor-element-bb4a770 > .elementor-background-overlay {
    background-color: #23184038;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 115px;
    margin-left: 15px;
    margin-right: 70px;
    border-radius: 20px;
}
	
	.elementor-17651 .elementor-element.elementor-element-288cb9b3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: -15px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 90%;
    margin-top: -85px;
	z-index:999;
}
    .elementor-17651 .elementor-element.elementor-element-ab0b69e .elementor-heading-title {
        font-size: 18px;
        line-height: 1.4em;
        margin-top: -15px;
        margin-bottom: 10px !important;
    }
	
	.woocommerce-cart .header-main-wrap, .woocommerce-checkout .header-main-wrap, .woocommerce-cart .footer-wrap.footer-wrap-v1, .woocommerce-checkout .footer-wrap.footer-wrap-v1,.woocommerce-cart div#ht-ctc-chat, .woocommerce-checkout div#ht-ctc-chat,.woocommerce-cart .back-to-top-wrap, .woocommerce-checkout .back-to-top-wrap, .elementor-page-19172 #ht-ctc-chat, .page-id-19172 .back-to-top-wrap{
		display:none !important;
	}
	.woocommerce-cart section.elementor-section.elementor-top-section.elementor-element.elementor-element-041a5d8.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle,  .woocommerce-checkout section.elementor-section.elementor-top-section.elementor-element.elementor-element-217e3a9.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle{
    display: none !important;
}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 100% !important;
}
	.refer-earn-form img{
		width:92% !important;
		margin-left:15px;
		height:150px;
	}
	    .elementor-17651 .elementor-element.elementor-element-69def41 {
        padding: 30px 0px 30px 20px;
        width: 90%;
    }
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
		.agent-profile-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-profile-wrap h1 {
    font-size: 25px;
    margin-top: 0px;
}
.agent-profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stars, .all-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}
		.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 25px;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
	.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 330px !important;
    padding: 15px !important;
		margin: inherit;
}
	
	.agent-section img.verified-tags {
    width: 35px !important;
    margin-top: -35px;
    margin-right: -20px !important;
}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid{
	width:100%;
}
		.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper	.wc-block-components-product-price__value{
		display:none !important;
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    width: auto;
}
	.wc-block-components-sidebar{
		padding: 30px !important;
	}
	.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
		width: 315px !important;
    padding: 15px !important;
	}
	.wc-block-components-checkout-return-to-cart-button{
		    width: 140px !important;
    padding: 15px !important;
	}
    .wpcf7 form {
        max-width: 310px; /* Ensures it doesn't overflow */
        padding: 15px; /* Reduce padding for small screens */
    }
	.rt-wpls .slick-slide img {
    height: 120px;
}

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select {
        width: 280px; /* Full width to fit screen */
        font-size: 14px; /* Slightly smaller font */
        padding: 10px; /* Maintain usability */
    }

    .wpcf7 input[type="submit"] {
        width: 70%; /* Full-width button */
			margin:auto;
        font-size: 14px;
        padding: 12px;
    }
	.refer-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
    margin-bottom: -25px;
}
	
	
		#owner-plans-tab .woocommerce ul.products li.product, #broker-plans-tab .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
		max-width: 370px;
		margin-top: -10px;
			height: 490px;
}
	ul.products{
		margin-top:30px !important;
	}
	.eael-tabs-nav {
    border: 1px solid;
    border-radius: 50px;
    width: 90%;
    margin: auto;
}
	.eael-tab-nav-item{
		border-radius: 50px;
	}

	.secondry-color {
    font-size: 22px;
}
	.elementor-19172 .elementor-element.elementor-element-572ca7f .elementor-heading-title {
        font-size: 15px;
    }
	    .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > a {
        font-size: 9px;
    }
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    height: 45px;
    line-height: 15px;
		width: 100%;
}
	.products.columns-4 ul{
		margin-top:-35px;
	}
	.product ul li {
     margin:unset ; 
}
	ins .woocommerce-Price-amount bdi {
    font-size: 25px;
}
	.woocommerce ul.products li.product .price {
    margin-top: 5px !important;
		margin-bottom: 0px !important;
}
	.woocommerce ul.products li.product .button {
    width: auto;
    height: 35px;
}
	.inqury-shop{
		margin-top: -50px !important;
    width: 85% !important;
	}
	.inqury-shop h5{
		font-size:15px;
	}
}

@media (max-width: 390px) and (min-width: 376px) {
	.card-grid {
		display: table-row-group !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 30px;
	}
	#market-insight-filters .filter-group {
		width: 375px !important;
		margin-left: 0px !important;
	}
	.market-insight-dropdown .choices{
		width:100% !important;
		margin-top: 35px !important;
        margin-left: -30px !important;
	}
	.area-card {
        width: 375px !important;
        padding: 20px;
        margin-bottom: 15px !important;
    }
	.market-insight-results {
		margin-left: -78px !important;
	}
	.buttons a {
		font-size: 12px !important;
	}
	.area-card-right .top-row {
		width: 70% !important;
	}
		.elementor-widget-shortcode {
    font-size: 20px !important;
    margin-top: -55px;
}
	    .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container {
        margin: -35px 0px 0px 160px;
    }
	#popmake-33851 {
        width: 92%;
        margin-left: 5x;
    }
	.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 108px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 135px;
}
	.grid-view .item-listing-wrap{
		padding-left:0px !important;
	}
	    .page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 360px !important;
    }
	 .page-id-17651 #recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 345px !important;
		 margin-left:-8px;
    }
	.agent-link {
    margin-top: -20px;
}
		.agent-link a {
    font-size: 10px;
}
	.agent-company {
    font-size: 10px;
    margin-bottom: -10px;
}
	.agent-item .agent-info .agent-name p {
    margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 11px;
}
		.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 180px;
}
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 315px !important;
    padding: 5px;
}
	#similar-listings-wrap img.verified-tags{
		margin-top:10px;
	}
	    .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 325px !important;
    }
		#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 0px;
}
	.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}
.elementor-31279 .elementor-element.elementor-element-205b705 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px / 2) !important;
}
	#advertising-boost li.product {
        background: #ff8d31;
        color: #fff;
        border-radius: 20px;
        padding: 30px 25px;
        width: 100% !important;
        font-family: 'Poppins', sans-serif;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
        margin-top: 0px !important;
    }
		#advertising-boost li.product p {
    font-size: 13px;
}
	#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 50px !important;
    border-radius: 50%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
    order: 2;
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #555;
    line-height: 2.5;
    word-break: break-word;
}
		.client-section-two .elementor-testimonial-wrapper {
    height: 380px !important;
}
	.client-section .elementor-testimonial-wrapper {
    height: 420px !important;
}
	.elementor-17651 .elementor-element.elementor-element-c851e60 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-fbe2685 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-f982404 .houzez_section_title_wrap .houzez_section_title {
    color: #231840;
    border: 2px solid green;
    border-radius: 104px;
    width: 100px;
    margin: auto;
    height: 100px;
    padding-top: 40px;
    border-right: 2px solid orange;
}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-3a007e2e.elementor-section-full_width.animated-slow.city-carousel.elementor-section-height-default.elementor-section-height-default.animated.slideInRight {
        margin-top: 50px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
        margin-left: 20px !important;
        --e-column-margin-right: 250px;
        --e-column-margin-left: 250px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 90% !important;
        margin-top: -50px !important;
        z-index: 999;
    }
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
        padding:0px !important;
    }
		.primary-color{
	font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:25px;
	font-weight: 800;
    line-height: 1.3;
}
#package-bread .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
		#advertising-boost li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
	#advertising-boost li.product > a.button {
    margin-top: 0px !important;
		font-size: 15px;
		
	}
		#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    max-width: 100%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
   margin: 0;
}
	#service-section .custom-carousel-slide-container{
		width:340px;
		padding: 0px 0px 20px;
	}
	.elementor-17651 .elementor-element.elementor-element-6aaa77c .hz-carousel-content-wrap {
    padding: 0px 0px 15px 0px;
}
#service-section .custom-carousel-slide-container h2 {
    margin-bottom: 10px;
}
	#service-section .custom-carousel-slide-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    transition: transform 0.3s ease;
}
		.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:unset;
}
	.agent-dummy-image {
    height: 80px !important;
}

	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
    color: #231840;
    font-size: 9px;
    background: none !important;
}
		.property-carousel-buttons-wrap {
    display: none;
}
		.elementor-17651 .elementor-element.elementor-element-bb4a770 > .elementor-background-overlay {
    background-color: #23184038;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 115px;
    margin-left: 15px;
    margin-right: 70px;
    border-radius: 20px;
}
	.elementor-17651 .elementor-element.elementor-element-288cb9b3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: -15px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 90%;
    margin-top: -85px;
	z-index:999;
}
    .elementor-17651 .elementor-element.elementor-element-ab0b69e .elementor-heading-title {
        font-size: 18px;
        line-height: 1.4em;
        margin-top: -15px;
        margin-bottom: 10px !important;
    }
	
	.woocommerce-cart .header-main-wrap, .woocommerce-checkout .header-main-wrap, .woocommerce-cart .footer-wrap.footer-wrap-v1, .woocommerce-checkout .footer-wrap.footer-wrap-v1,.woocommerce-cart div#ht-ctc-chat, .woocommerce-checkout div#ht-ctc-chat,.woocommerce-cart .back-to-top-wrap, .woocommerce-checkout .back-to-top-wrap, .elementor-page-19172 #ht-ctc-chat, .page-id-19172 .back-to-top-wrap{
		display:none !important;
	}
	.woocommerce-cart section.elementor-section.elementor-top-section.elementor-element.elementor-element-041a5d8.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle,  .woocommerce-checkout section.elementor-section.elementor-top-section.elementor-element.elementor-element-217e3a9.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle{
    display: none !important;
}
	    .elementor-17651 .elementor-element.elementor-element-69def41 {
        padding: 30px 0px 30px 20px;
        width: 90%;
    }
	.refer-earn-form img{
		width:92% !important;
		margin-left:15px;
		height:150px;
	}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 100% !important;
}
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
		.agent-profile-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-profile-wrap h1 {
    font-size: 25px;
    margin-top: 0px;
}
.agent-profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stars, .all-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}
		.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 25px;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
	.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 340px !important;
    padding: 15px !important;
		margin: inherit;
}
	.agent-section img.verified-tags {
    width: 35px !important;
    margin-top: -30px;
}
.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid{
	width:100%;
}
	.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}	
.wc-block-cart-item__total-price-and-sale-badge-wrapper	.wc-block-components-product-price__value{
		display:none !important;
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    width: auto;
}
	.wc-block-components-sidebar{
		padding: 30px !important;
	}
	.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
		width: 330px !important;
    padding: 15px !important;
	}
	.wc-block-components-checkout-return-to-cart-button{
		    width: 140px !important;
    padding: 15px !important;
	}
    .wpcf7 form {
        max-width: 320px; /* Ensures it doesn't overflow */
        padding: 15px; /* Reduce padding for small screens */
    }
	.rt-wpls .slick-slide img {
    height: 120px;
}
	.refer-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
    margin-bottom: -25px;
}

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select {
        width: 290px; /* Full width to fit screen */
        font-size: 14px; /* Slightly smaller font */
        padding: 10px; /* Maintain usability */
    }

    .wpcf7 input[type="submit"] {
        width: 70%; /* Full-width button */
			margin:auto;
        font-size: 14px;
        padding: 12px;
    }
	
	
#owner-plans-tab .woocommerce ul.products li.product, #broker-plans-tab .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
		max-width: 375px;
		margin-top: -10px;
			height: 490px;
}
	ul.products{
		margin-top:30px !important;
	}
	.eael-tabs-nav {
    border: 1px solid;
    border-radius: 50px;
    width: 90%;
    margin: auto;
}
	.eael-tab-nav-item{
		border-radius: 50px;
	}
	#owner-plans {
		height: 20px;
}
	#broker-plans {
    margin-left: unset;
		height: 20px;
}
	.secondry-color {
    font-size: 22px;
}
	.elementor-19172 .elementor-element.elementor-element-572ca7f .elementor-heading-title {
        font-size: 15px;
    }
	    .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > a {
        font-size: 9px;
    }
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    height: 45px;
    line-height: 15px;
		width: 100%;
}
	.products.columns-4 ul{
		margin-top:-35px;
	}
	.product ul li {
     margin:unset ; 
}
	ins .woocommerce-Price-amount bdi {
    font-size: 25px;
}
	.woocommerce ul.products li.product .price {
    margin-top: 5px !important;
		margin-bottom: 0px !important;
}
	.woocommerce ul.products li.product .button {
    width: auto;
    height: 35px;
}
	.inqury-shop{
		margin-top: -50px !important;
    width: 85% !important;
	}
	.inqury-shop h5{
		font-size:15px;
	}
}


/* iPhone SE (414px width) */
@media (max-width: 414px) and (min-width: 391px) {
	.card-grid {
		display: table-row-group !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 30px;
	}
	#market-insight-filters .filter-group {
		width: 395px !important;
		margin-left: 0px !important;
	}
	.market-insight-dropdown .choices{
		width:100% !important;
		margin-top: 35px !important;
        margin-left: -30px !important;
	}
	.area-card {
        width: 395px !important;
        padding: 20px;
        margin-bottom: 15px !important;
    }
	.market-insight-results {
		margin-left: -78px !important;
	}
	.buttons a {
		font-size: 12px !important;
	}
	.area-card-right .top-row {
		width: 70% !important;
	}
		.elementor-widget-shortcode {
    font-size: 20px !important;
    margin-top: -55px;
}
	.elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container {
        margin: -38px 0px 0px 163px !important;
    }
	#popmake-33851 {
        width: 92%;
        margin-left: 5x;
    }
	.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 108px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 135px;
}
		  .page-id-17651 #recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    width: 365px !important;
			margin-left:-24px;
}
    .page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    width: 370px !important;
			margin-left:-24px;
}

	#recommended-properties .slick-slide .item-wrap-v1 .item-header img {
    border-radius: 15px 15px 0px 0px !important;
    height: 220px;
    width: 370px;
}
	.agent-link {
    margin-top: -20px;
}
		.agent-link a {
    font-size: 10px;
}
	.agent-company {
    font-size: 10px;
    margin-bottom: -10px;
}
	.agent-item .agent-info .agent-name p {
    margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 11px;
}
		.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 180px;
}
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 315px !important;
    padding: 5px;
}
	    .similar-property-wrap .listing-image-wrap img {
        height: 175px !important;
        width: 350px !important;
    }
	#similar-listings-wrap img.verified-tags{
		margin-top:10px;
	}
	    .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 335px !important;
    }
		#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 0px;
}
	.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}
.elementor-31279 .elementor-element.elementor-element-205b705 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px / 2) !important;
}
	#advertising-boost li.product {
        background: #ff8d31;
        color: #fff;
        border-radius: 20px;
        padding: 30px 25px;
        width: 100% !important;
        font-family: 'Poppins', sans-serif;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
        margin-top: 0px !important;
    }
	    #advertising-boost .product_cat-advertising-boost p img {
        margin-left: 75px !important;
        border-radius: 50%;
    }
		#advertising-boost li.product p {
    font-size: 15px;
}
	#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 5px;
    border-radius: 50%;
}
	#advertising-plan .product p img {
        margin-left: 80px;
    }
	#advertising-plan .product h6, #advertising-plan .product p {
    order: 2;
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #555;
    line-height: 2.5;
    word-break: break-word;
}
		.client-section-two .elementor-testimonial-wrapper {
    height: 350px !important;
}
		.client-section .elementor-testimonial-wrapper {
    height: 420px !important;
}
	.elementor-17651 .elementor-element.elementor-element-c851e60 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-fbe2685 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-f982404 .houzez_section_title_wrap .houzez_section_title {
    color: #231840;
    border: 2px solid green;
    border-radius: 104px;
    width: 100px;
    margin: auto;
    height: 100px;
    padding-top: 40px;
    border-right: 2px solid orange;
}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-3a007e2e.elementor-section-full_width.animated-slow.city-carousel.elementor-section-height-default.elementor-section-height-default.animated.slideInRight {
        margin-top: 80px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
        margin-left: 20px !important;
        --e-column-margin-right: 250px;
        --e-column-margin-left: 250px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 90% !important;
        margin-top: -50px !important;
        z-index: 999;
    }
	.item-wrap-v1 .listing-image-wrap .listing-thumb a img {
    height: 170px;
    width: 355px;
}
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
        padding:0px !important;
    }
		.primary-color{
	font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:25px;
	font-weight: 800;
    line-height: 1.3;
}
#package-bread .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
		#advertising-boost li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
	#advertising-boost li.product > a.button {
    margin-top: 0px !important;
		font-size: 15px;
		
	}
		#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    max-width: 100%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
   margin: 0;
}
	#service-section .custom-carousel-slide-container{
		width:350px;
		padding: 0px 0px 20px;
	}
	.elementor-17651 .elementor-element.elementor-element-6aaa77c .hz-carousel-content-wrap {
    padding: 0px 0px 15px 0px;
}
#service-section .custom-carousel-slide-container h2 {
    margin-bottom: 10px;
}
	#service-section .custom-carousel-slide-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    transition: transform 0.3s ease;
}
		.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:unset;
}
	.agent-dummy-image {
    height: 80px !important;
}
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
    color: #231840;
    font-size: 9px;
    background: none !important;
}
		.property-carousel-buttons-wrap {
    display: none;
}
		.elementor-17651 .elementor-element.elementor-element-bb4a770 > .elementor-background-overlay {
    background-color: #23184038;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 115px;
    margin-left: 15px;
    margin-right: 70px;
    border-radius: 20px;
}
	.elementor-17651 .elementor-element.elementor-element-288cb9b3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: -15px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 90%;
    margin-top: -85px;
	z-index:999;
}
    .elementor-17651 .elementor-element.elementor-element-ab0b69e .elementor-heading-title {
        font-size: 18px;
        line-height: 1.4em;
        margin-top: -15px;
        margin-bottom: 10px !important;
    }
	
	.woocommerce-cart .header-main-wrap, .woocommerce-checkout .header-main-wrap, .woocommerce-cart .footer-wrap.footer-wrap-v1, .woocommerce-checkout .footer-wrap.footer-wrap-v1,.woocommerce-cart div#ht-ctc-chat, .woocommerce-checkout div#ht-ctc-chat,.woocommerce-cart .back-to-top-wrap, .woocommerce-checkout .back-to-top-wrap, .elementor-page-19172 #ht-ctc-chat, .page-id-19172 .back-to-top-wrap{
		display:none !important;
	}
	.woocommerce-cart section.elementor-section.elementor-top-section.elementor-element.elementor-element-041a5d8.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle,  .woocommerce-checkout section.elementor-section.elementor-top-section.elementor-element.elementor-element-217e3a9.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle{
    display: none !important;
}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 100% !important;
}
	    .elementor-17651 .elementor-element.elementor-element-69def41 {
        padding: 30px 0px 30px 20px;
        width: 90%;
    }
	
	.refer-earn-form img{
		width:92% !important;
		margin-left:15px;
		height:150px;
	}
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
		.agent-profile-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-profile-wrap h1 {
    font-size: 25px;
    margin-top: 0px;
}
.agent-profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stars, .all-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}
		.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 25px;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
	.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 370px !important;
    padding: 15px !important;
		margin: inherit;
}
	.agent-section img.verified-tags {
    width: 35px !important;
    margin-top: -30px;
    margin-right: -20px !important;
}
.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid{
	width:100%;
}
.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}	
.wc-block-cart-item__total-price-and-sale-badge-wrapper	.wc-block-components-product-price__value{
		display:none !important;
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    width: auto;
}
	.wc-block-components-sidebar{
		padding: 30px !important;
	}
	.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
		width: 360px !important;
    padding: 15px !important;
	}
	.wc-block-components-checkout-return-to-cart-button{
		    width: 140px !important;
    padding: 15px !important;
	}
    .service-form .elementor-element-populated{
		width:auto;
	}
	.rt-wpls .slick-slide img {
    height: 120px;
}
.refer-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
    margin-bottom: -25px;
}
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select {
        width: 300px; /* Full width to fit screen */
        font-size: 14px; /* Slightly smaller font */
        padding: 10px; /* Maintain usability */
    }

    .wpcf7 input[type="submit"] {
        width: 70%; /* Full-width button */
			margin:auto;
        font-size: 14px;
        padding: 12px;
    }
	
	
		#owner-plans-tab .woocommerce ul.products li.product, #broker-plans-tab .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
		max-width: 390px;
		margin-top: -10px;
			height: 490px;
}
	ul.products{
		margin-top:30px !important;
	}
	.eael-tabs-nav {
    border: 1px solid;
    border-radius: 50px;
    width: 90%;
    margin: auto;
}
	.eael-tab-nav-item{
		border-radius: 50px;
	}
	#owner-plans {
		height: 20px;
}
	#broker-plans {
    margin-left: unset;
		height: 20px;
}
	.secondry-color {
    font-size: 22px;
}
	.elementor-19172 .elementor-element.elementor-element-572ca7f .elementor-heading-title {
        font-size: 15px;
    }
	    .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > a {
        font-size: 9px;
    }
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    height: 45px;
    line-height: 15px;
		width: 100%;
}
	.products.columns-4 ul{
		margin-top:-35px;
	}
	.product ul li {
     margin:unset ; 
}
	ins .woocommerce-Price-amount bdi {
    font-size: 25px;
}
	.woocommerce ul.products li.product .price {
    margin-top: 5px !important;
		margin-bottom: 0px !important;
}
	.woocommerce ul.products li.product .button {
    width: auto;
    height: 35px;
}
	.inqury-shop{
		margin-top: -50px !important;
    width: 85% !important;
	}
	.inqury-shop h5{
		font-size:15px;
	}
}

/* iPhone SE (430px width) */
@media (max-width: 430px) and (min-width: 415px) {
	.card-grid {
		display: table-row-group !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 30px;
	}
	#market-insight-filters .filter-group {
		width: 415px !important;
		margin-left: 0px !important;
	}
	.market-insight-dropdown .choices{
		width:100% !important;
		margin-top: 35px !important;
        margin-left: -30px !important;
	}
	.area-card {
        width: 415px !important;
        padding: 20px;
        margin-bottom: 15px !important;
    }
	.market-insight-results {
		margin-left: -78px !important;
	}
	.buttons a {
		font-size: 12px !important;
	}
	.area-card-right .top-row {
		width: 70% !important;
	}
	 .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container {
        margin: -35px 0px 0px 160px;
    }
	.page-id-17651 #recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 385px !important;
		 margin-left:-8px;
    }
		.elementor-widget-shortcode {
    font-size: 20px !important;
    margin-top: -55px;
}
	#popmake-33851 {
        width: 92%;
        margin-left: 5x;
    }
	.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
	#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 108px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 150px;
}
	.grid-view .item-listing-wrap{
		padding-left:0px !important;
	}
	    .page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 400px !important;
    }
	.agent-link {
    margin-top: -20px;
}
		.agent-link a {
    font-size: 10px;
}
	.agent-company {
    font-size: 10px;
    margin-bottom: -10px;
}
	.agent-item .agent-info .agent-name p {
    margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 11px;
}
		.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 180px;
}
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 315px !important;
    padding: 5px;
}
	#similar-listings-wrap img.verified-tags{
		margin-top:10px;
	}
	    .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 370px !important;
    }
		#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 0px;
}
	.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}
.elementor-31279 .elementor-element.elementor-element-205b705 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px / 2) !important;
}
	#advertising-boost li.product {
        background: #ff8d31;
        color: #fff;
        border-radius: 20px;
        padding: 30px 25px;
        width: 100% !important;
        font-family: 'Poppins', sans-serif;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
        margin-top: 0px !important;
    }
			#advertising-boost li.product p {
    font-size: 15px;
}
	#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 85px !important;
    border-radius: 50%;
}
	#advertising-plan .product p img {
        margin-left: 90px;
    }
	#advertising-plan .product h6, #advertising-plan .product p {
    order: 2;
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #555;
    line-height: 2.5;
    word-break: break-word;
}
	.elementor-17651 .elementor-element.elementor-element-c851e60 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-fbe2685 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-f982404 .houzez_section_title_wrap .houzez_section_title {
    color: #231840;
    border: 2px solid green;
    border-radius: 104px;
    width: 100px;
    margin: auto;
    height: 100px;
    padding-top: 40px;
    border-right: 2px solid orange;
}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-3a007e2e.elementor-section-full_width.animated-slow.city-carousel.elementor-section-height-default.elementor-section-height-default.animated.slideInRight {
        margin-top: 50px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
        margin-left: 20px !important;
        --e-column-margin-right: 250px;
        --e-column-margin-left: 250px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 90% !important;
        margin-top: -50px !important;
        z-index: 999;
    }
		.item-wrap-v1 .listing-image-wrap .listing-thumb a img {
    height: 170px;
    width: 400px !important;
}
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
        padding:0px !important;
    }
		.primary-color{
	font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:25px;
	font-weight: 800;
    line-height: 1.3;
}
#package-bread .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
		#advertising-boost li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
	#advertising-boost li.product > a.button {
    margin-top: 0px !important;
		font-size: 15px;
		
	}
		#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    max-width: 100%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
   margin: 0;
}
	#service-section .custom-carousel-slide-container{
		width:360px;
		padding: 0px 0px 20px;
	}
	.elementor-17651 .elementor-element.elementor-element-6aaa77c .hz-carousel-content-wrap {
    padding: 0px 0px 15px 0px;
}
#service-section .custom-carousel-slide-container h2 {
    margin-bottom: 10px;
}
	#service-section .custom-carousel-slide-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    transition: transform 0.3s ease;
}
		.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:unset;
}
	.agent-dummy-image {
    height: 80px !important;
}
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
    color: #231840;
    font-size: 9px;
    background: none !important;
}
		.property-carousel-buttons-wrap {
    display: none;
}
		.elementor-17651 .elementor-element.elementor-element-bb4a770 > .elementor-background-overlay {
    background-color: #23184038;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 115px;
    margin-left: 15px;
    margin-right: 70px;
    border-radius: 20px;
}
	.elementor-17651 .elementor-element.elementor-element-288cb9b3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: -15px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 90%;
    margin-top: -85px;
	z-index:999;
}
    .elementor-17651 .elementor-element.elementor-element-ab0b69e .elementor-heading-title {
        font-size: 18px;
        line-height: 1.4em;
        margin-top: -15px;
        margin-bottom: 10px !important;
    }
	
	.woocommerce-cart .header-main-wrap, .woocommerce-checkout .header-main-wrap, .woocommerce-cart .footer-wrap.footer-wrap-v1, .woocommerce-checkout .footer-wrap.footer-wrap-v1,.woocommerce-cart div#ht-ctc-chat, .woocommerce-checkout div#ht-ctc-chat,.woocommerce-cart .back-to-top-wrap, .woocommerce-checkout .back-to-top-wrap, .elementor-page-19172 #ht-ctc-chat, .page-id-19172 .back-to-top-wrap{
		display:none !important;
	}
	.woocommerce-cart section.elementor-section.elementor-top-section.elementor-element.elementor-element-041a5d8.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle,  .woocommerce-checkout section.elementor-section.elementor-top-section.elementor-element.elementor-element-217e3a9.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle{
    display: none !important;
}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 100% !important;
}
	
	.refer-earn-form img{
		width:92% !important;
		margin-left:15px;
		height:150px;
	}
	    .elementor-17651 .elementor-element.elementor-element-69def41 {
        padding: 30px 0px 30px 20px;
        width: 90%;
    }
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
	
		.agent-profile-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-profile-wrap h1 {
    font-size: 25px;
    margin-top: 0px;
}
.agent-profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stars, .all-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}
		.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 25px;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
	.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 385px !important;
    padding: 15px !important;
		margin: inherit;
}
	
	.agent-section img.verified-tags {
    width: 35px !important;
    margin-top: -30px;
    margin-right: -20px !important;
}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid{
	width:100%;
}
	.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}	
.wc-block-cart-item__total-price-and-sale-badge-wrapper	.wc-block-components-product-price__value{
		display:none !important;
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    width: auto;
}
	.wc-block-components-sidebar{
		padding: 30px !important;
	}
	.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
		width: 320px !important;
    padding: 15px !important;
	}
	.wc-block-components-checkout-return-to-cart-button{
		    width: 140px !important;
    padding: 15px !important;
	}
    .service-form .elementor-element-populated{
		width:370px;
		margin:auto;
	}
	.rt-wpls .slick-slide img {
    height: 120px;
}
	.service-form{
		margin-left:15px;
	}
	.refer-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
    margin-bottom: -25px;
}

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select {
        width: 300px; /* Full width to fit screen */
        font-size: 14px; /* Slightly smaller font */
        padding: 10px; /* Maintain usability */
    }

    .wpcf7 input[type="submit"] {
        width: 70%; /* Full-width button */
			margin:auto;
        font-size: 14px;
        padding: 12px;
    }
	
	
#owner-plans-tab .woocommerce ul.products li.product, #broker-plans-tab .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
		max-width: 410px;
		margin-top: -10px;
			height: 490px;
}
	ul.products{
		margin-top:30px !important;
	}
	.eael-tabs-nav {
    border: 1px solid;
    border-radius: 50px;
    width: 90%;
    margin: auto;
}
	.eael-tab-nav-item{
		border-radius: 50px;
	}
	#owner-plans {
		height: 20px;
}
	#broker-plans {
    margin-left: unset;
		height: 20px;
}
	.secondry-color {
    font-size: 22px;
}
	.elementor-19172 .elementor-element.elementor-element-572ca7f .elementor-heading-title {
        font-size: 15px;
    }
	    .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > a {
        font-size: 9px;
    }
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    height: 45px;
    line-height: 15px;
		width: 100%;
}
	.products.columns-4 ul{
		margin-top:-35px;
	}
	.product ul li {
     margin:unset ; 
}
	ins .woocommerce-Price-amount bdi {
    font-size: 25px;
}
	.woocommerce ul.products li.product .price {
    margin-top: 5px !important;
		margin-bottom: 0px !important;
}
	.woocommerce ul.products li.product .button {
    width: auto;
    height: 35px;
}
	.inqury-shop{
		margin-top: -50px !important;
    width: 85% !important;
	}
	.inqury-shop h5{
		font-size:15px;
	}
}

/* iPhone SE (720px width) */
@media (max-width: 540px) and (min-width: 431px) {
	.testimonial-item-v3 .testimonial-body {
		width: 190px !important;
	}
	.testimonial-item-v3 .testimonial-thumb {
   	 top: 70%; 
	}
	.testimonial-item-v3 .testimonial-name{
		font-size:12px;
	}
	.testimonial-item-v3 .testimonial-info{
		margin-left:40px !important;
	}
	.testimonial-item-v3 .testimonial-body::after {
		bottom: 25px;
		right: 5px;
	}
	.testimonial-item-v3 .testimonial-body::before {
		top: 10px;
		left: 2px;
	}
	.testimonial-item-v3 .testimonial-job {
		font-size: 8px;
		margin-top: -10px;
	}
	.card-grid {
		display: table-row-group !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 30px;
	}
	#market-insight-default-results, #market-insight-ajax-results{
		margin-top:30px;
	}
	#market-insight-filters .filter-group {
		width: 190px !important;
	}
	.market-insight-dropdown .choices{
		width:100% !important;
		margin-top: 35px !important;
        margin-left: -30px !important;
	}
	.area-card {
        width: 320px !important;
        padding: 20px;
        margin-bottom: 15px !important;
    }
	.market-insight-results {
		margin-left: -67px !important;
	}
	.buttons a {
		font-size: 12px !important;
	}
	.area-card-right .top-row {
		width: 70% !important;
	}
	.elementor-16650 .elementor-element.elementor-element-1f5bad8 > .elementor-element-populated {
        padding: 0px 10px 0px 10px;
    }
		.elementor-widget-shortcode {
    font-size: 20px !important;
    margin-top: -55px;
}
	    .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container {
        margin: 0px 0px 0px -70px !important;
    }
	.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
	#popmake-33851 {
        width: 80%;
        margin-left: 120px;
    }
		#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 108px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 150px;
}
	.agent-link {
    margin-top: -20px;
}
	.agent-link a {
    font-size: 10px;
}
	.agent-company {
    font-size: 10px;
    margin-bottom: -10px;
}
	.agent-item .agent-info .agent-name p {
    margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 11px;
}
	.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 180px;
}
    .page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 235px !important;
    }
#author-listings-wrap .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 220px;
    }
	#author-listings-wrap .listing-image-wrap img {
    height: 170px !important;
    width: 240px !important;
}
	#similar-listings-wrap .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 477px !important;
    }
.similar-property-wrap .listing-image-wrap img {
    height: 200px !important;
    width: 465px !important;
}
		#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 0px;
}
	.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}
.elementor-31279 .elementor-element.elementor-element-205b705 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px / 2) !important;
}
	#advertising-boost li.product p {
        font-size: 15px !important;
    }
	#advertising-boost .product_cat-advertising-boost p img {
        margin-left: 120px !important;
        border-radius: 50%;
    }
	    #advertising-boost li.product {
        background: #ff8d31;
        color: #fff;
        border-radius: 20px;
        padding: 30px 25px;
        width: 100% !important;
        font-family: 'Poppins', sans-serif;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
        margin-top: 0px !important;
    }
	    #advertising-plan .product p img {
        margin-left: 205px !important;
    }
		.client-section .elementor-testimonial-wrapper {
    height: 550px !important;
}
	.client-section-one .elementor-testimonial-wrapper{
	height:450px !important;
}
	
		.client-section .elementor-testimonial-wrapper {
    height: 565px !important;
}
	.elementor-17651 .elementor-element.elementor-element-c851e60 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-fbe2685 .houzez_section_title_wrap .houzez_section_title, .elementor-17651 .elementor-element.elementor-element-f982404 .houzez_section_title_wrap .houzez_section_title {
    color: #231840;
    border: 2px solid green;
    border-radius: 104px;
    width: 100px;
    margin: auto;
    height: 100px;
    padding-top: 40px;
    border-right: 2px solid orange;
}
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
        margin-left: 20px !important;
        --e-column-margin-right: 250px;
        --e-column-margin-left: 250px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 90% !important;
        margin-top: -50px !important;
        z-index: 999;
    }
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
        padding:0px !important;
    }
		.primary-color{
	font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:35px;
	font-weight: 800;
    line-height: 1.3;
}
#package-bread .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
		#advertising-boost li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
	#advertising-boost li.product > a.button {
    margin-top: 0px !important;
		font-size: 15px;
		
	}
		#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    max-width: 100%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
   margin: 0;
}
	#service-section .custom-carousel-slide-container{
		width:475px;
		padding: 0px 0px 20px;
	}
.elementor-17651 .elementor-element.elementor-element-6aaa77c .hz-carousel-content-wrap {
    padding: 0px 0px 15px 0px;
}
#service-section .custom-carousel-slide-container h2 {
    margin-bottom: 10px;
}
	#service-section .custom-carousel-slide-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    transition: transform 0.3s ease;
}
		.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:unset;
}
	.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
    color: #231840;
    font-size: 9px;
    background: none !important;
}
		.property-carousel-buttons-wrap {
    display: none;
}
		.elementor-17651 .elementor-element.elementor-element-bb4a770 > .elementor-background-overlay {
    background-color: #23184038;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-bottom: 115px;
    margin-left: 15px;
    margin-right: 70px;
    border-radius: 20px;
}
	.elementor-17651 .elementor-element.elementor-element-288cb9b3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: -15px;
    }
	.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 20px 0px 20px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 90%;
    margin-top: -85px;
	z-index:999;
}
    .elementor-17651 .elementor-element.elementor-element-ab0b69e .elementor-heading-title {
        font-size: 18px;
        line-height: 1.4em;
        margin-top: -15px;
        margin-bottom: 10px !important;
    }
	
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 100% !important;
}
	.refer-earn-form img{
		width:95% !important;
		margin-left:15px;
		height:150px;
	}
	    .elementor-17651 .elementor-element.elementor-element-69def41 {
        padding: 30px 0px 30px 20px;
    }
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
	
		.agent-profile-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-profile-wrap h1 {
    font-size: 25px;
    margin-top: 0px;
}
.agent-profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stars, .all-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}
		.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 25px;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
	.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 100% !important;
    padding: 15px !important;
		margin: inherit;
}
	.agent-section img.verified-tags {
    width: 35px !important;
    margin-top: -30px;
    margin-right: 15px !important;
}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid{
	width:100%;
}
		.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}
	.wc-block-cart-item__total-price-and-sale-badge-wrapper	.wc-block-components-product-price__value{
		display:none !important;
	}
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    width: auto;
}
	.wc-block-components-sidebar{
		padding: 30px !important;
	}
	.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
		width: 320px !important;
    padding: 15px !important;
	}
	.wc-block-components-checkout-return-to-cart-button{
		    width: 140px !important;
    padding: 15px !important;
	}
    .service-form .elementor-element-populated{
		width:auto;
		margin:auto;
	}
	.rt-wpls .slick-slide img {
    height: 120px;
}
.refer-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px;
    margin-bottom: -25px;
}
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select {
        width: 430px; /* Full width to fit screen */
        font-size: 14px; /* Slightly smaller font */
        padding: 10px; /* Maintain usability */
    }

    .wpcf7 input[type="submit"] {
        width: 70%; /* Full-width button */
			margin:auto;
        font-size: 14px;
        padding: 12px;
    }
	
		#owner-plans-tab .woocommerce ul.products li.product, #broker-plans-tab .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		max-width: 100%;
			width:100%;
		margin-top: -10px;
			height: 490px;
}
	ul.products{
		margin-top:30px !important;
	}
	.eael-tabs-nav {
    border: 1px solid;
    border-radius: 50px;
    width: 90%;
    margin: auto;
}
	.eael-tab-nav-item{
		border-radius: 50px;
	}
	#owner-plans {
		height: 20px;
}
	#broker-plans {
    margin-left: unset;
		height: 20px;
}
	.secondry-color {
    font-size: 22px;
}
	.elementor-19172 .elementor-element.elementor-element-572ca7f .elementor-heading-title {
        font-size: 15px;
    }
	    .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-19172 .elementor-element.elementor-element-e64b8c3 .elementor-icon-list-item > a {
        font-size: 9px;
    }
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    height: 45px;
    line-height: 15px;
		width: 100%;
}
	.products.columns-4 ul{
		margin-top:-35px;
	}
	.product ul li {
     margin:unset ; 
}
	ins .woocommerce-Price-amount bdi {
    font-size: 25px;
}
	.woocommerce ul.products li.product .price {
    margin-top: 5px !important;
		margin-bottom: 0px !important;
}
	.woocommerce ul.products li.product .button {
    width: auto;
    height: 35px;
}
	.inqury-shop{
		margin-top: -50px !important;
    width: 85% !important;
	}
	.inqury-shop h5{
		font-size:15px;
	}
}
@media (max-width: 820px)  {
	.page-id-17651 #recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
		 margin-left:-20px;
    }
		.elementor-widget-shortcode {
    font-size: 30px;
    margin-top: -10px;
}
	    .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container {
        margin: 0px 0px 0px -95px !important;
    }
}
	@media (min-width: 600px) and (max-width: 768px)  {
		#openFormModal{
			margin-left:100px;
		}
		.market-insight-sidebar {
			flex: 1 1 280px;
			max-width: 240px !important;
			margin-left: -80px !important;
		}
		.card-grid {
			grid-template-columns: repeat(2, 1fr) !important; /* 2 cards per row */
			gap: 16px;
		  }

		  .area-card {
			max-width: 100% !important; /* Ensure full width within grid */
			  width: 225px !important;
		  }
		.area-card-right .top-row {
			width: 80% !important;
		}
		#about-video{
		margin-top:50px;
	}
		.page-id-17651 #recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 350px !important;
		 margin-left:-20px;
    }
		.elementor-widget-shortcode {
    font-size: 30px !important;
    margin-top: -10px;
}
		    .elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container {
        margin: 0px 0px 0px -75px ;
    }
		#popmake-33851{
			width:49%;
			margin-left:180px;
		}
			.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
		#city-selector {
    position: fixed;
    border-radius: 5px;
    border: 2px solid green;
    top: 108px;
    left: 0px;
    z-index: 9999;
    padding: 10px;
    width: 200px;
}
		.agent-link a {
    font-size: 10px;
}
	.agent-link {
    margin-top: -20px;
}
	.agent-company {
    font-size: 10px;
    margin-bottom: -18px;
}
	.agent-item .agent-info .agent-name p {
    margin-bottom: -8px !important;
    margin-top: 15px;
    font-size: 11px;
}
		.page-id-17651 .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100{
			width:340px !important;
		}
		.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 160px;
}
	#author-listings-wrap .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    width: 220px;
}
		.similar-property-wrap .listing-image-wrap img {
    height: 170px !important;
    width: 235px !important;
}
		#similar-listings-wrap .grid-view .item-listing-wrap {
        width: 33% !important;
        flex-basis: 100%;
    }
			#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 0px;
}
		.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}

		.client-section-two .elementor-testimonial-wrapper {
    height: 560px !important;
}
		    #advertising-boost li.product {
        width: 49% !important;
        margin-top: 0px !important;
					margin-bottom: 0;
    }
			#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 13px !important;
    border-radius: 50%;
}
}

	@media (min-width: 768px) and (max-width: 1023px) {
		.elementor-17651 .elementor-element.elementor-element-3678063 .blog-post-item-v1 .blog-post-thumb img {
    border-radius: 20px 20px 0px 0px;
    height: 160px;
}
	#advertising-boost .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: 30px;
}
	#advertising-boost li.product .woocommerce-loop-product__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
	#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 285px;
    border-radius: 50%;
}
	#advertising-plan .product p img{
		margin-left:415px;
	}
	#advertising-plan .product p{
		line-height:2.5;
	}
	.primary-color{
	font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.secondry-color{
	color:#ff8d31;
	font-size:38px;
	font-weight: 800;
    line-height: 1.3;
}
#package-bread .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
#package-bread .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 50px;
}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    max-width: 100% !important;
        width: 100%;
}
	.eael-tabs-nav {
    width: 50%;
}
			#advertising-plan .woocommerce-page.columns-3 ul.products li.product, #advertising-plan .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    max-width: 100%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
   margin: 0;
}
	#houzez-search-tabs-wrap {
    display: flex !important;
    margin-bottom: -85px;
}
#houzez-search-tabs-wrap button.slick-prev.slick-arrow, #houzez-search-tabs-wrap button.slick-next.slick-arrow {
    margin-top: -15px;
	background-color: orange;
}
.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link.active {
    color: #231840;
    background: none !important;
	border-bottom:1px solid #231840;
}
.elementor-17651 .elementor-element.elementor-element-6114a24 .houzez-ele-search-form-wrapper {
    padding: 60px 8px 4px 8px;
    border-radius: 20px;
}
.elementor-17651 .elementor-element.elementor-element-6aaa77c .custom-carousel-slide-container img {
    padding: 15px;
}
.elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
    color: #231840;
    font-size: 10px;
    background: none !important;
}
.elementor-17651 .elementor-element.elementor-element-790f003 > .elementor-container {
    position: relative;
}
.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 100px 0px 100px;
    --e-column-margin-right: 100px;
    --e-column-margin-left: 100px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 150%;
    margin-top: -115px;
	z-index:999;
}
		.houzez-products-tabs-js .property-nav-tabs .slick-list{
	margin-left:unset;
}
	.product_cat-owner-plans{
	max-width:100% !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 1em;
    margin-left: 240px;
}
.product_cat-owner-plans img{
	width:80% !important;
	margin: 20px;
}
.product_cat-owner-plans .summary.entry-summary{
	margin-top:20px;
}
.woocommerce div.product .product_title, .woocommerce div.product .price, .woocommerce div.product .product_meta{
	text-align:center !important;
}
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 100% !important;
}
.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
		.agent-profile-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.agent-profile-wrap h1 {
    font-size: 25px;
    margin-top: 0px;
}
.agent-profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stars, .all-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}
		.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 25px;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
}
@media (max-width: 1280px){
	.elementor-widget-shortcode {
    margin-left: 65px !important;
}
	#recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, #recommended-properties .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
    height: 365px !important;
    padding: 5px;
    width: 290px;
}

}
@media (max-width: 1024px){
	#openFormModal{
			margin-left:210px;
		}
	.market-insight-sidebar {
		flex: 1 1 280px;
		max-width: 240px !important;
		margin-left: -80px !important;
	}
	.card-grid {
		grid-template-columns: repeat(2, 1fr) !important; /* 2 cards per row */
		gap: 16px;
	}

	.area-card {
		max-width: 100% !important; /* Ensure full width within grid */
	}
	.area-card-right .top-row {
		width: 80% !important;
	}
	#author-listings-wrap .grid-view .item-listing-wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}
				.elementor-17651 .elementor-element.elementor-element-33f12a4 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 80%;
    margin: auto;
}
	.elementor-17651 .elementor-element.elementor-element-01d0dc4 > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-2663b0a > .elementor-widget-container, .elementor-17651 .elementor-element.elementor-element-370ffca > .elementor-widget-container {
        margin: -35px 0px 0px -205px;
    }
	#similar-listings-wrap .grid-view .item-listing-wrap {
        width: 33% !important;
        flex-basis: 100%;
    }
	
.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100{
		        width: 215px;
	}

#recommended-properties .item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100{
		        width: 230px;
        margin-left: -20px;
	}
	.similar-property-wrap .listing-image-wrap img {
    height: 180px;
    width: 235px;
}
		.elementor-31279 .elementor-element.elementor-element-671fbff > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-121b12f > .elementor-widget-container, .elementor-31279 .elementor-element.elementor-element-69b5041 > .elementor-widget-container {
    width: 100%;
    margin: auto;
}
.upgrade-section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 3px;
}
	#advertising-boost li.product {
    background: #ff8d31;
    color: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    width: 45%;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
		margin-top:50px;
}
	#advertising-boost li.product p {
    font-size: 11px;
}
	#advertising-boost .product_cat-advertising-boost p img {
    margin-left: 105px;
    border-radius: 50%;
}
	#advertising-plan .product h6, #advertising-plan .product p {
    order: 2;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #555;
    line-height: 2.5;
    word-break: break-word;
}
		.agent-detail-page-v2 .agent-profile-wrap {
    background-color: #23184047;
    margin: auto;
    border-radius: 50px;
    padding-left: 0px;
}
	.agent-detail-page-v2 .agent-profile-header h1 {
    font-size: 25px;
}
	.agent-image img {
    width: 100px;
    height: 100px;
}
	.agent-profile-wrap .rating-score-wrap {
    padding-left: 0;
    margin-left: 25px;
}
	.agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
    padding: 40px;
    background-color: #23184047;
    border-radius: 50px;
    width: 90%;
}
}
@media (min-width: 1024px) and (max-width: 1280px){
		.page-id-16650 .rt-container-fluid, .page-id-19172 .rt-container-fluid, .page-id-16941 .rt-container-fluid, .single-property .rt-container-fluid {
    width: 70% !important;
			margin-left:0px;
}
.rt-container-fluid {
    margin-right: auto;
    margin-left: -10px;
    padding-left: 15px;
    padding-right: 15px;
}
}
/* Desktop Screens (1025px and larger) */
@media (min-width: 1367px) {
    .service-form .elementor-element-populated {
        width: 100%; /* Makes it responsive */
        max-width: 1024px; /* Prevents it from stretching too wide */
        margin: auto;
        padding: 20px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 select {
        width: 370px; /* Full width for better alignment */
        max-width: 500px; /* Prevents oversized fields */
        font-size: 18px; /* Larger font for readability */
			height:50px;
        margin: auto;
    }

    .wpcf7 input[type="submit"] {
        width: 50%; /* Moderate width for a better look */
        max-width: 300px;
        margin: 20px auto; /* Centers the button */
        font-size: 18px;
        padding: 15px;
        display: block;
    }
}


/* Devices with max width 1280px */
@media (min-width: 1280px) {
	#broker-plans-tab .product{
		width:100%;
		max-width:320px;
	}
	#broker-plans-tab .products.columns-3{
		margin-left:140px;
	}
}

@media (max-width: 767px) and (min-width: 700px) {
		.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 250px 0px 250px;
    --e-column-margin-right: 250px;
    --e-column-margin-left: 250px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 65% !important;
    margin-top: -115px;
    z-index: 999;
}
	    .elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
      padding: 0px !important; 
    }
	
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 220px !important;
			height: 325px !important;
    }
}

@media (max-width: 600px) and (min-width: 560px) {
		.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 250px 0px 250px;
    --e-column-margin-right: 250px;
    --e-column-margin-left: 250px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 65% !important;
    margin-top: -115px;
    z-index: 999;
}
	    .elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
      padding: 0px !important; 
    }
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 240px !important;
			height: 350px !important;
    }
}

@media (max-width: 668px) and (min-width: 600px) {
		.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 250px 0px 250px;
    --e-column-margin-right: 250px;
    --e-column-margin-left: 250px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 65% !important;
    margin-top: -115px;
    z-index: 999;
}
	    .elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
      padding: 0px !important; 
    }
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 290px !important;
			height: 350px !important;
    }
}

@media (max-width: 699px) and (min-width: 669px) {
		.elementor-17651 .elementor-element.elementor-element-ee489aa > .elementor-element-populated {
    margin: 0px 250px 0px 250px;
    --e-column-margin-right: 250px;
    --e-column-margin-left: 250px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 65% !important;
    margin-top: -115px;
    z-index: 999;
}
	    .elementor-17651 .elementor-element.elementor-element-3cba00f #houzez-search-tabs-wrap .nav-link {
      padding: 0px !important; 
    }
	
	.item-wrap.item-wrap-v1.item-wrap-no-frame.h-100, .item-wrap.item-wrap-v9.item-wrap-no-frame.h-100 {
        width: 190px !important;
			height: 350px !important;
    }
}


@media (max-width: 1280px) and (min-width: 1025px) {
	.service-form .elementor-element-populated{
   margin-right:40px;
	}
	.service-property-form .elementor-column{
		margin-left:40px;
		        margin-right: -90px;
	}
	.service-property-form .property-image{
		width:900px !important;
		height:400px !important;
	}
}
@media (max-width: 1366px) and (min-width: 1281px) {
	.service-form .elementor-element-populated{
   margin-right:40px;
	}
	.service-property-form .elementor-column{
		margin-left:40px;
	}
	.service-property-form .property-image{
		width:900px !important;
		height:400px !important;
	}
}
.footer-wrap {
    overflow: hidden;
}


#lead-search-form {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.lead-search-container .radio-group {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.lead-search-container .radio-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.lead-search-container input[type="radio"] {
    accent-color: #3b82f6;
    transform: scale(1.2);
}

.lead-search-container .form-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.lead-search-container .form-row input[type="text"],
.lead-search-container .form-row select {
    flex: 1;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: border-color 0.3s ease;
}

.lead-search-container .form-row input[type="text"]:focus,
.lead-search-container .form-row select:focus {
    border-color: #3b82f6;
    outline: none;
}

.lead-search-container button[type="submit"] {
    padding: 14px;
    font-size: 16px;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 12px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.lead-search-container button[type="submit"]:hover {
    background-color: #2563eb;
}
.lead-search-container .tab-content {
    display: none;
    padding: 20px 0;
}

.lead-search-container .tab-content.active {
    display: block;
}

.lead-search-container {
    font-family: sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 50px;
}

.lead-search-container .tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 15px;
}

.lead-search-container .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f7f7f7;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
}

.lead-search-container .tab.active {
    background: white;
    border-bottom: 2px solid white;
    font-weight: bold;
}

.lead-search-container .tab-content {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    border-top: none;
}

.lead-search-container .tab-content.active {
    display: block;
}

.lead-search-container .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.lead-search-container .form-row input,
.lead-search-container .form-row select {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.lead-search-container .radio-group {
    margin-bottom: 15px;
}

.lead-search-container .lead-search-form button {
    background-color: #2e77f4;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}
.login-form-wrap, .register-form-wrap {
    background-color: #fff;
    border: none !important;
}

.taxonomy-item-card {
    width: 200px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
}

.taxonomy-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Image wrapper */
.taxonomy-item-card-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px !important;
    border-radius: 50%;
    background-color: #F3E8FF;
    background-image: url('https://test.thebasera.com/wp-content/uploads/2025/06/52106-removebg-preview.png'); /* Your icon here */
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.taxonomy-cards-module .taxonomy-item-card {
    width: 200px !important;
	border-radius: 20px;
}
/* Prevent the link <a> from blocking background */
.taxonomy-item-card-image a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Hide original img */
.taxonomy-item-card-image img {
    display: none;
}
.taxonomy-cards-module .taxonomy-item-card.taxonomy-item-card-vertical .taxonomy-item-card-content {
    padding: 0px !important;
}
/* City name styling */
.taxonomy-item-card-content dt a {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
    display: block;
    margin-bottom: 4px;
}


/* Step 1: Remove all absolute positioning */
.property-floor-plans-wrap .floor-information {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background: none;
}

/* Reset all items */
.property-floor-plans-wrap .floor-information li {
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.property-floor-plans-wrap .floor-information li.list-inline-item.fp-size{
	margin-top: -140px;
    height: 25px;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-left: -5px;
}
.property-floor-plans-wrap .floor-information li.list-inline-item.fp-price{
	margin-top: -140px;
    height: 25px;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-right: -5px;
}
/* Force slider container to use flex-start */
.property-floor-plans-wrap .slick-track {
    display: flex !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
}

/* Ensure the container doesn't center the content */
.property-floor-plans-wrap .floor-plan-slider {
    text-align: left;
    margin-left: 0 !important;
}

/* Optional: if block content is adding centering, reset it */
.property-floor-plans-wrap .block-content-wrap {
    display: block !important;
    text-align: left !important;
}
/* Step 2: Show only Size & Price in the bottom list */
.property-floor-plans-wrap .floor-information li:nth-child(1),
.property-floor-plans-wrap .floor-information li:nth-child(4) {
    display: inline-block;
}

/* Step 3: Move Rooms & Bathrooms to top overlay */
.property-floor-plans-wrap .floor-plan-card {
    position: relative;
	    background: #F0FFF0;
}

.property-floor-plans-wrap .floor-information li:nth-child(2),
.property-floor-plans-wrap .floor-information li:nth-child(3) {
    position: absolute;
    top: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
    color: #333;
}

.property-floor-plans-wrap .floor-information li:nth-child(2) {
    left: 10px;
}

.property-floor-plans-wrap .floor-information li:nth-child(3) {
    right: 10px;
}


.floor-plan-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin: 10px;
}

.floor-plan-card img {
    width: 100%;
    height: 200px;
    display: block;
	border-radius: 15px;
    padding: 2px;
}

.floor-plan-content h5 {
    font-weight: 600;
}

/* Sub Listing Card Design */
.sub-listing-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff7ef;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    max-width: 500px;
}

.sub-listing-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 15px;
}

.sub-listing-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sub-listing-details {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}

.details-left,
.details-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.sub-listing-content p {
    margin: 0;
    font-size: 11px;
}