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

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

/* Header */

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

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

/* Button */

.elementor-button{
    cursor: pointer;
}

.elementor-button .elementor-button-icon{
	line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
	transition: .3s ease;
	transform: rotate(0deg);
}

.elementor-button:hover .elementor-button-icon{
	transform: rotate(-15deg);
}

.elementor-button .elementor-button-icon svg{
	transform: scale(1.4);
}

/* 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 a{
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

/* Slider */

.smooth-scroll .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper-pagination-bullet{
	width: 31px !important;
	border-radius: 5px !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background: #ffffff !important;
}

.testimonial-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background: #D9D9D9 !important;
}

.reclaim-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background: #D9D9D9 !important;
}


/* Testimonial */

.testimonial-card .elementor-testimonial-wrapper{
	display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
	gap: 20px !important;
}

.testimonial-card .elementor-testimonial-content{
	margin-bottom: 0 !important;
}

/* Card */

.card-with-dot{
    position: relative;
}

.card-with-dot::before{
    display: block;
    content: '';
    width: 13px !important;
    height: 13px !important;
    background: #026899 !important;
    border-radius: 100% !important;
    position: absolute !important;
    right: -50px !important;
    left: unset !important;
    top: 20% !important;
}

/* Read More */

.more-content{
	display: none;
}

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

/* Banner */

.banner{
	transform:scale(1.4) !important;
	transition: 1s ease-out !important;
}

.banner.grow{
	transform:scale(1) !important;
}

/** Responsive **/

@media (min-width: 1441px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 60% !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: 1440px) and (min-width: 1025px){
	.elementor-field-group.elementor-field-type-submit{
		width: 100% !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: 1920px) {
	
}

@media (max-width: 1440px) {
	.card-with-dot::before{
        display: block;
        content: '';
        width: 13px !important;
        height: 13px !important;
        background: #026899 !important;
        border-radius: 100% !important;
        position: absolute !important;
        right: -20px !important;
        left: unset !important;
        top: 13.5% !important;
    }
}

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

@media (max-width: 1024px) {
	.card-with-dot::before{
        display: none !important;
    }
	
		
	.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;
    }
	
	.swiper-pagination-bullet{
		width: 22px !important;
	}
}


@media (max-width: 480px) {

}

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

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


@media (max-width: 360px) {

}


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

