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

.elementor-widget-text-editor p:last-child{
	margin-bottom: 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;
}

.contact-details .elementor-icon-list-text{
	display: flex;
    align-items: center;
    gap: 10px;
}

.contact-details .elementor-icon-list-text a{
	color: inherit !important;
	font-size: inherit !important;
	font-family: inherit !important;
}

/* Testimonial */

.testimonial-slider .swiper-pagination-bullet{
	width: 54px !important;
	border-radius: 7px !important;
	background-color: #00265566 !important;
}

.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #EC1C24 !important;
}

/* .elementor-134 .elementor-element.elementor-element-b24f9ea, .elementor-134 .elementor-element.elementor-element-b24f9ea::before{
	margin-top: -60px !important;
    z-index: -1 !important;
}
 */
/* .elementor-134 .elementor-element.elementor-element-b24f9ea::before {
    transform: scaleY(1.5);
	z-index: 0 !important;
} */

/* Read More */

.more-content{
	display: none;
}

.read-more-btn{
	color: var( --e-global-color-secondary ) !important;
	font-weight: 500 !important;
	display: block !important;
	margin-top: 20px !important;
}

/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 50% !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;
    }
	
	/* Testimonial */
	
	.testimonial-slider .swiper-slide .testimonial-content{
		transform: scale(.8);
		transform-origin: left center;
		transition: .3s ease;
		opacity: .6;
	}
	
	.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-content{
		transform-origin: right center;
	}
	
	.testimonial-slider .swiper-slide.swiper-slide-next .testimonial-content{
		transform: scale(1);
		transform-origin: center center;
		opacity: 1;
	}
}



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

@media (max-width: 1440px) {
	.testimonial-slider .swiper-pagination-bullet{
		width: 30px !important;
		border-radius: 7px !important;
		background-color: #00265566 !important;
	}
}

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

@media (max-width: 1024px) {
	.testimonial-slider .swiper-pagination-bullet{
		width: 25px !important;
	}
}

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

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !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;
    } 
}


@media (max-width: 480px) {

}

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

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


@media (max-width: 360px) {

}


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

