/* 
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

*/

/* Add your custom styles here */
/* .swiper-slide-bg.elementor-ken-burns--active {
    position: relative;
}
.swiper-slide-bg.elementor-ken-burns--active::before {
    content: '';
    position: absolute;
    background: #f26722eb;
    height: 100%;
    width: 100%;
    left: 0;
} */
.homeslider .swiper-slide{position:relative;}
.homeslider .swiper-slide::before {
    content: '';
    position: absolute;
    background: #f26722eb;
    height: 100%;
    width: 100%;
    left: 0;
}

.subtitle {
    font-size: 24px;
    margin-bottom: 30px;
	font-weight:400;
}
.homeslider .elementor-swiper-button {
    background: #fca628;
    padding: 10px;
}
.homeslider .elementor-swiper-button svg {
    font-size: 30px;
    color: #fff !important;
}
.homeslider .elementor-swiper-button svg path {
    fill: #fff !important;
}
.four_box_design .elementor-icon-box-wrapper {
    background: #fff;
    padding: 40px 20px;
}
.gallery_img .gallery-item:nth-child(1) {
    max-width: 50% !important;
}
.gallery_img .gallery-item:nth-child(2) {
    max-width: 50% !important;
}
.wpcf7-response-output {
    margin-left: 0px !important;
}
#wpcf7-f362-p19-o1 p {
    margin-bottom: 0;
}
.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 1.5rem;
}

    .property-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .property-img {
      position: relative;
    }
	.property-img img {
		width: 100%;
		height: 384px;
		display: block;
		object-fit: cover;
	}
    .agent-tag {
      	position: absolute;
		bottom: 25px;
		left: 0;
		background: #fff;
		padding: 10px;
		display: flex;
		align-items: center;
		border-radius: 0px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		font-size: 14px;
		width: 85%;
		right: 0;
		margin: 0 auto;
		justify-content: space-between;
    }

    .agent-tag img {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-right: 8px;
    }

    .for-rent {
      background-color: #FF6A00;
      color: #fff;
      font-size: 12px;
      padding: 10px 20px;
      border-radius: 0px;
      margin-left: auto;
      margin-left: 10px;
    }

    .property-info {
      padding: 15px;
    }

    .property-info h6 {
      font-size: 13px;
      color: #FF6A00;
      margin: 0 0 6px 0;
    }

    .property-info h5 {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 10px 0;
      color: #222;
    }

    .price {
      	font-size: 20px !important;
    	border-bottom: 1px solid #ddd;
    	font-weight: 300;
    }
	.price span {
		font-weight: 400;
		margin-top: -10px;
		display: block;
		font-size: 28px;
	}
    .property-info p {
      font-size: 12px;
      color: #000;
      margin: 0 0 10px 0;
    }

    .property-footer {
      border-top: 1px solid #ddd;
      padding: 10px 15px;
      display: flex;
      justify-content: space-between;
      font-size: 13px;
      color: #555;
	  background: #dfdede;
    }

    .property-footer span::before {
      content: "• ";
      color: #000;
    }
	.author {
    display: flex;
    align-items: center;
}

/*From css*/
.property-search-form {
        padding: 40px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
    }

    .property-search-form .form-group {
        flex: 1;
        min-width: 200px;
    }

    .property-search-form label {
        display: block;
        font-size: 14px;
        color: #999;
        margin-bottom: 5px;
    }

    .property-search-form input[type="text"] {
        width: 100%;
        padding: 12px 15px 12px 30px;
        border: 1px solid #ccc;
        font-weight: 400;
        font-size: 14px;
		padding-left: 35px;
    }

    .property-search-form button {
        padding: 12px 25px;
        background: #000;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 14px;
		width: 100%;
    }

    .property-search-form button:hover {
        background: #222;
    }

    .property-search-form .submit-group {
        min-width: 150px;
    }
.search_property_box .elementor-container {
    position: absolute;
    top: -110px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 9;
}
.search_property_box .elementor-tab-content {
    padding: 0px;
    border: none !important;
}
.search_property_box .elementor-tab-title.elementor-active{
	background:#fca628 !important;
	color:#fff !important;
}
.search_property_box .elementor-tab-title{
	background:#ffffff !important;
	color:#000 !important;
	margin-bottom: 30px;
    margin-right: 10px;
	border: none !important;
}
.search_property_box .elementor-tab-title::after,
.search_property_box .elementor-tab-title::before {
    border: none !important;
}
#wpcf7-f362-p19-o1 textarea:focus,
#wpcf7-f362-p19-o1 input:focus {
    outline: none !important;
}
textarea {
    margin-bottom: 30px;
}
#wpcf7-f362-p19-o1 input {
    margin-bottom: 20px;
    height: 50px;
}
.wpcf7-submit {
    height: auto !important;
	margin-bottom: 0 !important;
}
.grecaptcha-badge {
    display: none !important;
}
@media screen and (max-width: 767px){
.search_property_box .elementor-container {
    position: relative !important;
    top: 50px;
}
.card-container {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
	.agent-tag{width:95% !important;}
/* 	.search_property_box .elementor-tab-title{
		margin-right:0px !important;
		margin-bottom:0px !important;
	} */
	div#gallery-1 {
    width: 100%;
}
	.gallery_img figure.gallery-item {
    margin-bottom: 20px !important;
		padding: 0px !important;
}
/* .gallery_img .gallery-item:nth-child(1) ,
.gallery_img .gallery-item:nth-child(2) {
    max-width: 100% !important;
} */
.search_property_box .elementor-tabs-wrapper {display: flex !important;justify-content: center;}
.search_property_box .elementor-tab-mobile-title {display: none !important;}
.homeslider .elementor-swiper-button svg {font-size: 18px;}
.homeslider .elementor-swiper-button {padding: 5px;}
}
@media (min-width: 768px) and (max-width: 1077px){
	.four_box_design h3 {
    	font-size: 16px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
.search_property_box .elementor-container {
    position: relative !important;
    top: 50px;
}
}
@media (min-width: 767px) and (max-width: 520px){
	.gallery_img .gallery-item:nth-child(1),
	.gallery_img .gallery-item:nth-child(2) {
    	max-width: 50% !important;
	}
}
@media (min-width: 320px) and (max-width: 1200px){
#gallery-1 .gallery-item {
    padding: 0px;
}
#gallery-1 .gallery-item .gallery-icon {
    padding: 10px;
}
div#gallery-1 {
    width: 100%;
}
}