/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.wht-btn .elementor-button-icon svg {
    height: 50px !important;
    width: 50px !important;
}
.wht-btn:hover .elementor-button-icon svg circle {
    fill: #fff !important;
}
.wht-btn:hover .elementor-button-icon svg path {
    stroke: #36467B;
}
.wht-btn .elementor-button-content-wrapper {
    align-items: center;
}
.hdr-icon .elementor-icon-wrapper{
	display:flex !important;
}
.hdr-icon .elementor-menu-cart__wrapper, .hdr-icon .elementor-menu-cart__toggle {
    display: flex;
}
.bnner-loop-icn .elementor-icon {
    width: 56px;
    height: 56px;
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(30px);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-bnr-loop-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:10px !important;
	height:10px !important;
}
.hm-bnr-loop-slider .swiper-pagination {
    display: flex;
    align-items: center;
}
.hm-property-list .elementor-loop-container.elementor-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.hm-property-list .e-loop-item {
    width: 31%;
}
.lsting-arow .elementor-icon {
    background-color: #d7dae5;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.perty-listing-bx:hover .lsting-arow .elementor-icon{
	background-color:#36467B;
}
.aftr-vefr-slider .shortcode-container .coca-bais-container {
    height: 750px !important;
	border-radius: 30px !important;
}
.aftr-vefr-slider .coca-bais-shortcode .coca-bais-container img {
    height: 750px !important;
    object-fit: cover;
}
.aftr-vefr-slider .twentytwenty-overlay{
	display:none;
}
.aftr-vefr-slider .coca-image-compare-after-label:before, .aftr-vefr-slider .coca-image-compare-before-label:before {
    background: transparent;
    border-radius: var(--coca-image-compare-label-radius);
    letter-spacing: var(--coca-image-compare-overlay-label-letter-spacing);
    padding: 0 var(--coca-image-compare-overlay-label-padding);
    position: absolute;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: #fff;
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
}
.aftr-vefr-slider .coca-image-compare-horizontal .coca-image-compare-after-label:before{
    right: 240px !important;
}
.aftr-vefr-slider .coca-image-compare-horizontal .coca-image-compare-before-label:before{
	left:240px !important;
}
.aftr-vefr-slider .coca-image-compare-handle {
    background: #36467B;
}
/* faq */
.faq-sec .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 30px;
	background-color:#fff;
/*     padding: 25px 45px 25px 47px; */
}
.faq-sec span.e-n-accordion-item-title-icon {
    background: #36467B;
    width: 34px !important;
    height: 34px !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-sec .e-n-accordion-item[open]{
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}
.pdct-loop ul.property-amenities-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
	padding:0;	
}
.pdct-loop li.property-amenity-item {
    list-style: none;
    padding: 12px 15px;
    width: fit-content;
    background: #fff;
    border-radius: 50px;
	display:none;
}
.pdct-loop li.property-amenity-item img{
	display:none;
}
.pdct-loop ul.property-amenities-list li:nth-child(1),
.pdct-loop ul.property-amenities-list li:nth-child(2) {
    display: block;
}
.hdr-mnu li .elementor-item-active{
    position: relative !important;
}
.hdr-mnu li .elementor-item-active::after {
    position: absolute;
    content: "" !important;
    background-color: #fff !important;
    width: 3px !important;
    height: 3px !important;
    bottom: -3px !important;
    left: 50% !important;
    border-radius: 100% !important;
    transform: translate(-50%, -50%);
}
/* contact */
.contact-us input:not([type="submit"]){
    border: 1px solid #EFEFEF !important;
    height: 64px !important;
    padding: 20px !important;
    border-radius: 68px !important;
    box-shadow: none !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #515151;
}
    .contact-us .gform-theme--foundation .gform_fields {
        column-gap: 24px;
        row-gap: 24px;
    }

.contact-us textarea{
    border: 1px solid #EFEFEF !important;
    padding: 20px !important;
    border-radius: 28px !important;
    box-shadow: none !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #515151;
}
.contact-us input#gform_submit_button_1 {
    background: #36467B;
    border: 1px solid #36467B;
    padding: 18px 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    border-radius: 60px;
}
.contact-us input#gform_submit_button_1:hover{
    background-color: #fff;
    color: #36467B;
}
.contact-us div#gform_1_validation_container{
    display: none;
}
.contact-us div#gform_confirmation_message_1 {
    color: var( --e-global-color-accent );
    font-weight: 600;
}

















/* gallery */
.custom-gallery {
    display: flex;
    flex-wrap: wrap;
}

.custom-gallery a {
    position: relative;
    width: 25%;
    margin: 5px;
}

.more-images-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}
.custom-fancybox-gallery .hidden {
    display: none;
}
.custom-fancybox-gallery .hidden-image-count {
    font-size: 16px;
    color: #0073e6;
    margin-top: 10px;
    cursor: pointer;
}

.gallery-slide img.swiper-slide-image {
    height: 386px !important;
    width: 100% !important;
    object-fit: cover;
}
.img-bx .elementor-widget-image-box .elementor-image-box-img img {
    display: block;
    line-height: 0;
    width: 74px;
    height: 74px;
    object-fit: cover;
}
.testimo-slider .swiper{
    overflow: visible;  
}
.testimo-slider .swiper-slide {
    opacity: 0;
    transition: 0.3s !important;
}
.testimo-slider .swiper-slide-active,
.testimo-slider .swiper-slide-next,
.testimo-slider .swiper-slide-next+.swiper-slide, .testimo-slider .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide {
    opacity: 1;
}
/*blog details*/
.post-cntnt.elementor-widget-theme-post-content img {
    width: 100%;
    height: 531px !important;
    object-fit: cover;
}
.post-cntnt h3.wp-block-heading {
    padding-top: 30px !important;
}

















/* responsive */

@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}


@media (max-width:1280px) {
/*     .hm-property-list .e-loop-item {
        width: 30%;
    } */

    .hm-property-list .container-wdith {
        padding: 0 20px !important;
    }
}

@media (max-width:1024px){
	.wht-btn .elementor-button-icon svg {
    height: 35px !important;
    width: 35px !important;
}
	.pdct-loop li.property-amenity-item {
    padding: 10px;
    font-size: 11px;
    line-height: 13px;
   }
	.aftr-vefr-slider .coca-image-compare-horizontal .coca-image-compare-before-label:before {
    left: 70px !important;
    }
	.aftr-vefr-slider .coca-image-compare-horizontal .coca-image-compare-after-label:before {
    right: 70px !important;
     }
	.aftr-vefr-slider .coca-bais-shortcode .coca-bais-container img {
    height: 500px !important;
    }
	.aftr-vefr-slider .shortcode-container .coca-bais-container{
	    height: 500px !important;	
	}
	.aftr-vefr-slider .coca-image-compare-after-label:before, .aftr-vefr-slider .coca-image-compare-before-label:before{
		font-size:30px;
		line-height:40px;
	}
    .gallery-slide img.swiper-slide-image {
    height: 166px !important;
    width: 100% !important;
    object-fit: cover;
    }
    .contact-us input:not([type="submit"]){
    height: 48px !important;
    padding: 15px !important;
    }
    .contact-us .gform-theme--foundation .gfield textarea.medium {
    min-block-size: 177px;
    }
    .post-cntnt.elementor-widget-theme-post-content img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
.post-cntnt h3.wp-block-heading {
    padding-top: 20px !important;
}
}
@media (min-width:768px) and (max-width:991px){
	.faq-sec span.e-n-accordion-item-title-icon {
    width: 37px !important;
    height: 32px !important;
} 
}
@media (max-width:990px) {
    .hm-property-list .e-loop-item {
        width: 46%;
    }
}

@media (max-width:767px){
	.wht-btn .elementor-button-icon svg {
    height: 25px !important;
    width: 25px !important;
}
   .hm-property-list .e-loop-item {
        width: 100% !important;
    }
    	.aftr-vefr-slider .shortcode-container .coca-bais-container{
	    height: 350px !important;	
	}
	.aftr-vefr-slider .coca-bais-shortcode .coca-bais-container img {
    height: 350px !important;
    }
    	.aftr-vefr-slider .coca-image-compare-horizontal .coca-image-compare-before-label:before {
    left: 0px !important;
    }
	.aftr-vefr-slider .coca-image-compare-horizontal .coca-image-compare-after-label:before {
    right: 0px !important;
     }
         .aftr-vefr-slider .coca-image-compare-after-label:before, .aftr-vefr-slider .coca-image-compare-before-label:before {
        font-size: 20px;
        line-height: 30px;
    }
    .faq-sec span.e-n-accordion-item-title-icon {
    width: unset !important;
    height: unset !important;
    padding: 10px;
    }
    .hdr-mnu li .elementor-item-active::after{
        display: none;
    }
        .gallery-slide img.swiper-slide-image {
        height: 146px !important;
    }
    .contact-us input#gform_submit_button_1{
        padding: 10px 40px;
        width: 100%;
    }
    .post-cntnt.elementor-widget-theme-post-content img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.post-cntnt h3.wp-block-heading {
    padding-top: 20px !important;
}

}
