/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/**************************************** Dev CSS ****************************************/
.property-boxes {
    box-shadow: 0 20px 40px 0 rgba(30.000000000000004, 30.000000000000004, 30.000000000000004, .05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.property-boxes .elementor-element-ec16dc3 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.property-boxes:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.property-search-filter-row {
    display: none !important;
}
/********** Start Property Filter Show Hide CSS  **********/
.custom-property-type-filter, .custom-property-status-filter {
	display: none;
/*     position: absolute; */
    z-index: 1000;
    will-change: transform, opacity; /* Smooth rendering ke liye */
    transform: translateZ(0); /* Hardware acceleration */
}
.property-type-btn a, .property-status-btn a {
	cursor: pointer
}
.custom-property-type-filter search.e-filter button.e-filter-item, .custom-property-status-filter search.e-filter button.e-filter-item {
    width: 100% !important;
    justify-content: left;
}
.custom-property-type-filter search.e-filter button.e-filter-item:hover, .custom-property-status-filter search.e-filter button.e-filter-item:hover {
    border: none !important;
    border-radius: 0px;
    width: 100% !important
}

/* Main Container */
#property-search-filter {
    /*max-width: 1200px;
    margin: 0 auto;
    padding: 20px;*/
}

/* Search aur Filters ek hi row mein */
.property-search-filter-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.property-search-box {
    flex: 1;
    min-width: 300px;
}

#property-search-input {
	width: 100%;
	padding: 15px 25px;
    border: 1px solid #ddd;
    border-radius: 100px;
    font-size: 16px;
    transition: all 0.3s ease;
}

#property-search-input:focus {
    outline: none;
    border-color: #183db6;
}

.property-filters {
    display: flex;
    gap: 15px;
    flex: 2;
}

.property-filters select {
	padding: 15px 25px;
    flex: 1;
    min-width: 200px;
    border: 1px solid #ddd;
    border-radius: 100px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.property-filters select:focus {
    outline: none;
    border-color: #183db6;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

/* Properties Grid */
.properties-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.property-item {
/*     flex: 1 0 calc(33.333% - 30px); */
    display: flex;
	width: 100%;
	max-width: 32%;
    flex-direction: column;
    overflow: hidden;
	box-shadow: 0 20px 40px 0 rgba(30.000000000000004, 30.000000000000004, 30.000000000000004, .05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* Featured Image */
.property-featured-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.property-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.property-item:hover .property-featured-image img {
    transform: scale(1.05);
}

/* Content Wrapper Div */
.property-content-wrapper {
    background-color: #FFF;
    padding: 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 8px 8px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.property-item:hover .property-content-wrapper {
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Property Title */
#property-search-filter div#properties-grid .properties-container .property-item .property-content-wrapper h3.property-title {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    letter-spacing: 0px;
    color: #111;
}

/* Property Excerpt */
.property-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    flex-grow: 1;
}

.property-excerpt p {
    margin: 0;
}

#property-search-filter div#properties-grid .properties-container .property-item .property-content-wrapper .property-meta-fields .meta-field span.meta-label {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: normal;
    color: #111111;
}
#property-search-filter div#properties-grid .properties-container .property-item .property-content-wrapper .property-meta-fields .meta-field span.meta-value {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: normal;
    color: #111111;
}

#property-search-filter div#properties-grid .properties-container .property-item .property-content-wrapper .property-meta-fields .meta-field:last-child span.meta-value {
    font-weight: 600;
    color: #ea6124 !important;
}

.no-results {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #666;
    grid-column: 1 / -1;
}

.error {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #d32f2f;
    grid-column: 1 / -1;
}

/* Loading Animation */
.loading {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #666;
	grid-column: 1 / -1;
}

/* Pagination */
.property-pagination {
    margin-top: 50px;
    text-align: center;
    padding: 20px 0;
}

.property-pagination a,
.property-pagination span {
    display: inline-block;
    padding: 10px 18px;
    margin: 0 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.property-pagination a:hover {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
}

.property-pagination .current {
    background: #0073aa;
    color: white;
    font-weight: 600;
}

.property-pagination .prev,
.property-pagination .next {
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
    .property-item {
        flex: 1 0 calc(50% - 30px);
    }
    
    .property-search-filter-row {
        flex-direction: column;
        align-items: stretch;
    }
    
    .property-search-box,
    .property-filters {
        width: 100%;
    }
    
    .property-filters {
        flex-direction: column;
    }
    
    .property-filters select {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .property-item {
        flex: 1 0 100%;
    }
    
    .property-featured-image {
        height: 200px;
    }
    
    #property-search-filter {
        padding: 15px;
    }
}
/********** End Property Filter Show Hide CSS  **********/


/* Header */
.e--pointer-underline .elementor-item:after{
	height:1px !important 
}
/* ///////buttons//////// */
.bllue-button-wrapper a:hover path {
    color: #fff;
    fill: #fff;
    stroke: #fff;
}

/* ////////////homepage slider //////// */

/* /////services slider ///// */
.services-slider-content-wrapper {
    height: 120px !important;
}
	.services-title-wrapper {
    height: 35px;
}
/* //////rotationg image/////////// */
.scrolling-image-effect {
  animation: rotation 10s;
}

.scrolling-image-effect {
  animation-timing-function: linear;
}

.scrolling-image-effect {
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


/* ///footer form //////// */
.footer-form-wrapper .elementor-form-fields-wrapper.elementor-labels- {
    justify-content: center;
}
.footer-form-wrapper textarea {
    padding:20px ;
	border-radius:20px !important;
}
.footer-form-wrapper input {
	border-radius:100px !important;
}
.footer-form-wrapper button:hover path {
    stroke: #e65531 !important;
}
	.footer-form-wrapper .e-form__buttons {
	margin-top:20px;
	}
.elementor-41 .elementor-element.elementor-element-73fd856 .elementor-button[type="submit"]:hover {
    border-color: #e65531 !important;
}

/* ///footer /////////// */
.footer-link-wrapper a:hover {
    color: #ea6124 !important;
}
.elementor-col-50.elementor-field-required.elementor-error input {
    border: 2px solid red !important;
}

span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    display: none;
}
.linked-hover-icon-wrapper:hover {
    cursor: pointer;
}
/* //about page//////////// */
.what-i-do-text-wrapper:hover {
    color: #fff !important;
	cursor:pointer;
}
.what-i-do-text-wrapper {
    transition:0.6s all ease !important;
}
/* ////////privacy policy & terms page//////////// */
.inner-contet-wrapper-text h2 , .inner-contet-wrapper-text h3 , .inner-contet-wrapper-text h4 , .inner-contet-wrapper-text h5 , .inner-contet-wrapper-text h6 {
    font-family: 'Gelasio' !important;
	color:#111111 !important;
}
.privacy-content-class-wrap h2,
.privacy-content-class-wrap h3,
.privacy-content-class-wrap h4{
	margin-top: 25px !important;
}
.privacy-content-class-wrap h5{
	margin-top: 10px !important;
}
.termsandcondition-wrapper h2,
.termsandcondition-wrapper h3,
.termsandcondition-wrapper h4{
	padding-top: 20px;
}
.termsandcondition-wrapper h5{
	padding-top: 10px;
}
.privacy-content-class-wrap ul {
    padding-bottom: 20px !important;
}


.inner-contet-wrapper-text  .property-gallery-image-wrapper .latest-property-gallery a {
    max-width: 49%;
    flex: 0 0 49%;
}

.property-gallery-image-wrapper .latest-property-gallery a img {
    width: 100%;
    max-width: 100% !important;
    border-radius: 12px;
    height: 240px !important;
    object-fit: cover;
}
nav.elementor-pagination {
    margin: 50px 0 0 !important;
}

span.page-numbers.current , a.page-numbers:hover{
    background-color: #EA6124 !important;
    padding: 10px 20px;
    border-radius: 12px;
    transition: 0.6s all ease;
}

a.page-numbers {
    background-color: #dae0f2;
    padding: 10px 20px;
    border-radius: 12px;
    transition: 0.6s all ease;
    color:#505050;
}

/* QA Fixes */
/* FAQ */
.faq-wrapper-container .e-n-accordion details {
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6 !important;
}
/* Header */
.header-wrapper-main{
	background: linear-gradient(180deg, #ffffff8f 20%, #ffffff85 72%, #ffffff00 93%) !important; 
}
.property-gallery-image-wrapper .latest-property-gallery a {
    max-width: 49%;
	width: 49%;
}
.property-gallery-image-wrapper .latest-property-gallery a img{
	object-fit: cover;
    object-position: top center;
}
/*  Single Listing*/
.single-listing-post-content h4 {
    margin-top: 20px !important;
}

/* Body */
body {
    overflow-x: hidden !important;
}
.about-para p {
	font-weight: 500 !important;
}
/* Tab Active Class */
.active {
    background: #EA6124 !important;
    color: #fff !important;
	transition: 0.3s;
}
.lsitng-li-wrapper ul li {
    padding-bottom: 5px !important;
}
@media(min-width: 1601px) and (max-width: 1799px){
	.home-rotating-image .elementor-absolute {
		transform: translate(50%, 50%) !important;
		top: 23% !important;
		left: 55% !important;
		transform: translate(-50%, -50%) !important;
	}
	.footer-quick-links-container {
		width: 80% !important;
	}
}
/* //////////responsive/////// */
@media only screen and (max-width:1600px){
	.slider-title-wrapper h4 {
		font-size:32px
	}
	.footer-form-wrapper .e-form__buttons {
		width:50%
	}
	.properties-container {
    	gap: 24px;
	}
}
@media only screen and (max-width:1500px){
/* 	.slider-content-wrapper {
    height: 180px;
} */
	.services-slider-content-wrapper {
    height: 150px !important;
}
	.services-title-wrapper {
		height: 30px;
	}
	.properties-container {
		gap: 22px !important;
	}
}

/* Ipad */
@media (max-width: 1024px) {
	/******************** Dev CSS ********************/
	/********** Start Property Search Filter CSS **********/
	.properties-container {
        gap: 33px !important;
    }
	.property-item {
		max-width: 31%;
	}

	#property-search-filter div#properties-grid .properties-container .property-item .property-content-wrapper h3.property-title {
		font-size: 22px;
		line-height: 28px;
	}

	#property-search-filter div#properties-grid .properties-container .property-item .property-content-wrapper .property-meta-fields .meta-field span.meta-label, #property-search-filter div#properties-grid .properties-container .property-item .property-content-wrapper .property-meta-fields .meta-field span.meta-value {
		font-size: 14px;
	}
	/********** End Property Search Filter CSS **********/
	
	body{
		overflow-x: hidden;
	}
/* 	.service-slider-home .swiper-slide,
	.home-slider-2 .swiper-slide{
		width: 50% !important;
		min-height: 500px !important;
	} */
	.service-slider-home .swiper-slide,
	.home-slider-2 .swiper-slide{
		--swiper-offset-size: 0px !important;	
	}
	
	.services-slider-content-wrapper,
	.services-title-wrapper{
		height: auto !important;
	}
	
	.services-slider-content-wrapper {
		border-bottom: 0px !important;
	}
	.property-gallery-image-wrapper .latest-property-gallery {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}
	.property-gallery-image-wrapper .latest-property-gallery a {
		width: 100% !important;
		max-width: 100%;
	}
	.max-width100 .e-con-inner {
		max-width: 100% !important;
	}
}
@media(min-width: 991px){
	.menu-item-2993{
		display: none !important;
	}
}
@media (max-width: 991px) {
	
	/******************** Dev CSS ********************/
	/********** Start Property Search Filter CSS **********/
	.property-item {
		max-width: 30%;
	}
	/********** End Property Search Filter CSS **********/
	
	.para-spacing-custom p{
		padding-bottom: 10px !important;
	}
	.para-spacing-custom ol{
		margin-bottom: 10px !important;
	}
	.book-a-consultant-para-below-banner ol {
    	margin-bottom: 10px !important;
	}
}
@media (max-width: 820px) {
	.property-item {
        max-width: 48.2% !important;
    }
	.properties-container {
        gap: 25px !important;
    }
}
@media (max-width: 767px) {
	/******************** Dev CSS ********************/
	/********** Start Property Search Filter CSS **********/
	#property-search-filter {
        padding: 0;
    }
	.property-item {
		max-width: 100% !important;
	}
	.property-pagination {
        margin-top: 30px;
        padding: 15px 0;
    }
    
    .property-pagination a,
    .property-pagination span {
        padding: 8px 12px;
        margin: 0 3px;
        font-size: 14px;
        min-width: 40px;
    }
    
    /* Hide middle page numbers on mobile */
    .property-pagination .page-numbers:not(.prev):not(.next):not(.current):not(.dots) {
        display: none;
    }
    
    /* Show dots for hidden pages */
    .property-pagination .dots {
        display: inline-block;
        padding: 8px 5px;
    }
    
    /* Always show first, last, current, prev, next */
    .property-pagination .page-numbers:first-child,
    .property-pagination .page-numbers:last-child,
    .property-pagination .current,
    .property-pagination .prev,
    .property-pagination .next {
        display: inline-block !important;
    }
	/********** End Property Search Filter CSS **********/
	.footer-form-wrapper .e-form__buttons {
		width: 100%
	}
	.lsitng-li-wrapper ul li {
		padding-bottom: 5px !important;
	}
	.max-width100 .e-con-inner {
		max-width: 100% !important;
	}
	.listing-page-list-wrapper a.page-numbers, .listing-page-list-wrapper span.page-numbers.current {
    	padding: 5px 14px !important;
		border-radius: 5px !important;
	}
}