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

input#form-field-c_contact_number {
    padding-left: 60px;
}
.elementor-field-type-tel::after {
    content: '(+65)';
    font-size: 14px;
    color: #4D4F51;
    position: absolute;
    padding-left: 15px;
}

.oom-widget-chat-content-message {
    padding: 10px;
    background: white;
    font-size: 12px;
    position: relative;
    border-radius: 6px;
    display: inline-flex
;
    flex-direction: column;
    margin-right: 0!important;
    align-items: center!important;
}
.oom-widget-popup-wrapper .oom-widget-chat-button {
    background-color: #2AA81A !important;
    border-radius: 10px !important;
	border: 1px solid white!important;
}

input#form-field-c_file_attached {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #336BCA; /* Hide the file path text */
    background-color: #fff; /* Ensure a white background */
	 font-size: 14px;
}

input#form-field-c_file_attached::before {
    content: "Attach Your Floor Plan* (.doc / .docx / .pdf)";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
     background-color: transparent;
    color: #336BCA!important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333; /* Text color */
    font-size: 14px;
    pointer-events: none; /* Allow clicks to pass through to the input */
}

input#form-field-c_file_attached:hover::before {
    color: #336BCA; /* Optional: Change color on hover */
}


input#form-field-c_file_attached {
    border: 1px dashed #336BCA;
    width: 100%;
	background:transparent;
}

select#form-field-c_renovation{
    background: #0000001A;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
}

input#form-field-c_name,#form-field-c_email,#form-field-c_contact_number,#form-field-c_message {
    background: #0000001A;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
}

/* button */


.elementor-cta__content:hover .oom-cta-description {
    display: block;
}

span.oom-cta-description {
    display: none;
}

.logo-carousel .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
.elementor-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: #1549A3;
    z-index: -1;
    transition: width 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.elementor-button:hover::before {
    width: 100%;
}

.elementor-button:hover {
    color: white; /* Change this to the desired hover text color */
    transition: color 0.1s;
    transition: color 0.1s, transform 0.2s; /* Add transition for transform */
    transform: scale(1); /* Increase the scale to "grow" the button */
}



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

/* Header */

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

/* Button */

.elementor-button{
    cursor: pointer;
}

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

/* Footer */

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


/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 80% !important;
		display: flex;
        justify-content: flex-end;
    
    }
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(.85);
        transform-origin: left center;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
}

@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;
    } 
}


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

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

@media (max-width: 1279px) {
	.elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-c_recaptcha.elementor-col-100.recaptcha_v3-inline {
    display: flex
;
    justify-content: center;
    align-items: center;
}
	    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center;
        width: 100%;
    }
}

@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: 767px){
     /* WA Widget */
input#form-field-c_file_attached {
    height: 80px!important;
}
input#form-field-c_file_attached::before {
    content: "Attach Your Floor Plan* (.doc / .docx / .pdf)";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: transparent;
    color: #336BCA !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 10px!important;
    pointer-events: none;
    margin-top: 20px!important;;
    /* margin-bottom: 20px; */
}
    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
}


@media (max-width: 480px) {

}

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

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


@media (max-width: 360px) {

}


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

