/* 
Theme Name: Hello Elementor Child (DLP & Website)
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.4.2
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
*/

/*
 *  oom_cc
*/

html {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

/* Header */

.header-widget-shortheader{
    transform: translateY(0) !important;
}

/* Text */

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

/* Button */

.elementor-button{
    cursor: pointer;
}


.elementor-button {
    position: relative;
    z-index: 1;
    background: #ffffff !important;
	transition: all .5s ease-out !important;
}

.elementor-button::before {
    content: " ";
	display: block !important;
    position: absolute;
    height: 100%;
    width: 55%;
    background: var( --e-global-color-primary );
    top: 0;
    left: 0;
    border-radius: 0px;
    z-index: -1;
    transition: all .5s ease-out;
}

.elementor-button::after {
    content: " ";
	display: block !important;
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0;
    top: 0;
    background: var( --e-global-color-primary );
    border-radius: 0px;
    z-index: -1;
    transition: all 0.5s ease-out;
}

.elementor-button:hover:before {
    width: 0;
}

.elementor-button:hover:after {
    width: 0;
}

.elementor-button:hover {
    cursor: pointer;
	background: var( --e-global-color-secondary ) !important;
}

.white-btn .elementor-button{
	color: #202020 !important
}

.white-btn .elementor-button:hover{
	color: #ffffff !important
}

.white-btn .elementor-button::after{
	background:#ffffff !important;
}

.white-btn .elementor-button::before{
	background:#ffffff !important;
}


/* Mobile Menu */

.custom-menu-nav {
    display: none !important;
}
.custom-menu-nav.active {
    display: block !important;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}

.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}

/* Icon List */

.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}

/* Form */

.footer-form input{
	backdrop-filter: blur(10px);
}


.footer-form input::placeholder{
	color: #ffffff !important;
	opacity: 1 !important;
}


.footer-form textarea::placeholder{
	color: #ffffff !important;
	opacity: 1 !important;
}

.footer-form .elementor-field-type-upload{
    position: relative;
}

/* .footer-form .elementor-field-type-upload label{
    position: unset !important;
    top: unset !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 20px!important;
    padding: 0 !important;
    overflow: unset !important;
    clip: unset !important;
    border: 0 !important;
}
 */
.footer-form .elementor-field-type-upload .elementor-upload-field{
    opacity: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.footer-form .elementor-field-type-upload::after{
    content: 'Upload Floorplan';
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    position:relative;
    border-radius: 0;
    border: 1px dashed #ffffff;
    color: #ffffff !important;
    cursor: pointer;
	height: 100%;
	min-height: 75px;
}

.footer-form .elementor-field-type-upload.file-uploaded::after{
    content: attr(data-file);
}


.footer-form .elementor-button{
	background: #ffffff !important;
}

.footer-form .elementor-button:hover {
    cursor: pointer;
	background: var( --e-global-color-secondary ) !important;
}

.footer-form .elementor-button::before {
    background: #ffffff !important;
}

.footer-form .elementor-button::after {
    background: #ffffff !important;
}

.footer-container{
    background: linear-gradient(95.13deg, #59A0D2 -2.57%, #005C9D 53.26%, #00487B 100.83%) !important;
}

.elementor-field-group .elementor-field select option{
	color: #000000 !important;
}

/* Srollbar */

/* Scrollbar Slider */

.built-to-last-slider .swiper-wrapper {
  padding-bottom: 80px !important;
}

.core-values-slider .swiper-scrollbar {
  background: rgba(0,0,0,.5);
	width: 70% !important;
}

.built-to-last-slider .swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 0px;
  height: 15px;
  width: 70%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}


.built-to-last-slider .swiper-scrollbar-drag{
	height: 150%;
    top: -25%;
	border-radius:0px;
	background: #303030;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	top: 95%;
}

.swiper-scrollbar-drag {
    top: -5px;
    height: 15px;
	background: #FFFFFF;
	border-radius: 0px;
	width: 10%!important;
}

.built-to-last-slider .swiper-scrollbar-drag {
	top: -5px;
    height: 15px;
    width: 5% !important;
}

.oom-widget-chat-content-message{
	width: 100% !important;
}

/* Footer */

.site-footer {
    display: none !important;
}

.design-slider .swiper-pagination{
	left: 50% !important;
    transform: translateX(-50%) !important;
}

.elementor-swiper-button{
	z-index: 20 !important;
}

.swiper-pagination {
	z-index: 10 !important;
}

/* WA */

#oom-whatsapp-widgets-floating-whatsapp .oom-widgets-chat-row input, #oom-whatsapp-widgets-floating-whatsapp .oom-widgets-chat-row textarea{
	color: #000000 !important;
}

/** Responsive **/

@media (min-width: 1366px){
	.elementor-field-type-submit{
		width: 15% !important;
	}
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 20% !important;
    }
	
	 .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: right center;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
	
	.elementor-form-fields-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end !important;
	}
	
	
}

@media (max-width: 1365px) and (min-width: 768px){
    
    /* Elementor Form */
	
	.elementor-field-type-submit{
		width: 25% !important;
	}
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 40% !important;
    }
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: right center;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
	
	.elementor-form-fields-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end !important;
	}
	
	.container-holder{
		width: 100% !important;
	}
	
	.video-slider .swiper-pagination {
		left: 50% !important;
		transform: translatex(-50%);
		margin-top: 20px !important;
	}
}

@media (max-width: 767px){
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline{
        justify-content: center !important;
    }
    
   .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: center center;
    } 
	
	.built-to-last-slider .swiper-wrapper {
		padding-bottom: 50px !important;
	}
}




@media (max-width: 1920px) {
	
}

@media (max-width: 1440px) {
	
}

@media (max-width: 1440px) and (min-width:1025px){
	.elementor-134 .elementor-element-a8297a0 .elementor-icon-box-title{
		min-height: 60px !important;
	}
}

@media (max-width: 1280px) {
	
}

@media (max-width: 1024px) {
	
}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {


}

@media (max-width: 840px) and (orientation: landscape){
		.swiper-pagination{
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	
		.video-slider .swiper-pagination{
		margin-top: 20px !important;
	}
}

@media (max-width: 767px){
     /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
	
	.swiper-pagination{
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	
	.video-slider .swiper-pagination{
		margin-top: 20px !important;
	}
}


@media (max-width: 480px) {

}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {

}


@media (max-width: 320px) {
	
}

