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

span.swiper-pagination-progressbar-fill {
    background: #AD936E !important;
}
select#form-field-c_salutation{
	border: 1px solid #ffffff20;
}
input#form-field-c_first_name{
	border: 1px solid #ffffff20;
}
input#form-field-c_last_name{
	border: 1px solid #ffffff20;	
}
input#form-field-c_email{
	border: 1px solid #ffffff20;		
}
input#form-field-c_contact_number{
	border: 1px solid #ffffff20;	
}
select#form-field-c_preferred_model{
	border: 1px solid #ffffff20;		
}
input#form-field-c_intended_lease{
	border: 1px solid #ffffff20;	
}
select#form-field-field_8e4c1f6{
	border: 1px solid #ffffff20;	
}
input#form-field-c_date{
	border: 1px solid #ffffff20;		
}
textarea#form-field-c_message{
	border: 1px solid #ffffff20;		
}

.elementor-form .elementor-button .elementor-button-text {
    padding: 20px 50px 20px 50px !important;
}
a.oom-widget-chat-content-cta {
    color: black!important;
}
.oom-widget-chat-content-message {
    margin-right: 0!important;
}
p.message-op {
    font-size: 13px !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
p.message-content {
    color: black;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.oom-customer .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    top: 113.5% !important;
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
    height: 4px;
    z-index: auto;
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal{
    position: absolute;
    top: 120%!important;
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
    height: 4px;
    z-index: auto;
}
.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #AD936E!important;
}

span.elementor-button-text {
    padding: 10px 50px 10px 50px;
    background: #504D4D80;
    border-radius: 300px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-right:5px;
}
span.elementor-button-icon {
    font-size: 17px!important;
    transition: transform 0.3s ease!important;
    padding: 22px; /* Adjust padding to fit the icon */
    background: #504D4D80;
    border-radius: 50%; /* Ensure the border radius is 50% for a perfect circle */
    width: 71px; /* Set width */
    height: 71px; /* Set height */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.elementor-button.elementor-button-link.elementor-size-sm:hover span.elementor-button-text {
    background: #AD936E;
}

.elementor-button.elementor-button-link.elementor-size-sm:hover span.elementor-button-icon {
    background: #AD936E;
}



.elementor-button:hover .elementor-button-icon {
    transform: rotate(45deg)!important;
}
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;
}


.rotate {
  -webkit-animation:spin 15s linear infinite;
  -moz-animation:spin 15s linear infinite;
	animation:spin 15s linear infinite;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}
	
	.rotate {

	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	animation-play-state: running;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

/* WA */

#oom-whatsapp-widgets-floating-whatsapp .oom-widget-chat-content-message .display-message {
    margin: 0px;
    color: #000000;
}

.oom-widget-popup input[type=date], 
.oom-widget-popup input[type=email], 
.oom-widget-popup input[type=number], 
.oom-widget-popup input[type=password], 
.oom-widget-popup input[type=search], 
.oom-widget-popup input[type=tel], 
.oom-widget-popup input[type=text], 
.oom-widget-popup input[type=url], 
.oom-widget-popup select, 
.oom-widget-popup textarea {
    width: 100%;
    border: 1px solid #666 !important;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
}

/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
.elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 30% !important;
    }
    
    .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 (min-width: 1441px) {
	.oom-div-banner{
		margin-top:50px;
	}
	.rorate-container{
		margin-top:-130px;
	}
}

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

@media (width: 1280px) {
	.oom-customer .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    top: 111.5% !important;
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
    height: 4px;
    z-index: auto;
}
}

@media (max-width: 1024px) {
	.oom-customer .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 80%;
	}
}

/*
 * 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){
	
	.oom-customer .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    top: 104.7% !important;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    z-index: auto;
}
     /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
	
	span.elementor-button-text {
    padding: 10px 30px 10px 30px;
    background: #504D4D80;
    border-radius: 300px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
span.elementor-button-icon {
    font-size: 12px!important;
    transition: transform 0.3s ease!important;
    padding: 5px; /* Adjust padding to fit the icon */
    background: #504D4D80;
    border-radius: 50%; /* Ensure the border radius is 50% for a perfect circle */
    width: 35px; /* Set width */
    height: 35px; /* Set height */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
	.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal{
    position: absolute;
    top: 110%!important;
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
    height: 4px;
    z-index: auto;
}
}


@media (max-width: 480px) {

}

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

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


@media (max-width: 360px) {

}


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

