/**
Theme Name: Motus Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motus-child-theme
Template: astra
*/

.page-id-3 .entry-header .entry-title, .page-id-777 .entry-header .entry-title {
    display: none;
}
.api-success{
	text-align: center;
	color: #008000;
	background: #ddffdd;
}
.api-error{
	text-align: center;
	color: #d80303;
	background: #f3d5d5;
}

@media only screen and (min-width: 1025px) {
    .elementor-field-group-country_code {
        width: 75px !important;
    }
}
.headerchatform .elementor-form-fields-wrapper,
.bannerchatform .elementor-form-fields-wrapper{
	justify-content: center;
}
.elementor-button .elementor-button-icon 
{ 
	font-size:25px; color: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
}
.elementor-button-text {
	margin:auto;
}

	
.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: cover;
    object-fit: none;
}

#form-message-container, #form-message-container-header{
    padding: 10px;
    max-width: 516px;
    margin: 0 auto;
}
.elementor-message {
    display: none !important;
}
/*.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: none !important;
    object-fit: none !important;
}*/
.elementor-video {
	background-color: transparent !important;
}



/* VJ */

/* Change the icon for successful validation */
.elementor-message:before {
    content: "\f058"; /* Example icon - FontAwesome check mark */
    font-family: "Font Awesome 5 Free";
    color: green; /* Change the color as needed */
    font-size: 18px;
    margin-left: 5px;
}
.sign-up-form.elementor-popup-modal .dialog-close-button svg{
	fill: #fff;
}
.ast-single-post .entry-content a {
	text-decoration: none !important;
}
/*.bannerchatform .elementor-column {
    display: block;
}*/
.bannerchatform .elementor-message-danger:nth-of-type(2) {
    /*display: none;*/
}
.menu-item-541 .elementor-item.menu-link {
    background-color: #FAC358;
    color: #000 !important;
    border-radius: 5px;
}
.elementor-message-success {
    color: #25D366;
}
/* By default hide the header */
.site-header {
    display: none; Hide the header initially 
}

/* When sticky header becomes active */
.elementor-sticky--active {
    display: block; /* Show header when it becomes sticky */
    position: fixed; /* Position fixed at the top */
    top: 0; /* Stick to the top */
    width: 100%; /* Full width */
    z-index: 9999; /* Ensure it's above other content */
    background-color: #fff; /* Background color for visibility */
    opacity: 0; /* Start as invisible */
    transform: translateY(-20px); /* Slightly move it up initially */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}

/* When sticky becomes active (when scrolling down) */
.elementor-sticky--active.elementor-sticky--effects {
    opacity: 1; /* Make header fully visible */
    transform: translateY(0); /* Bring it into its normal position */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
}
.elementor-message {
    display: block;
	text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.elementor-field-type-tel .elementor-form-help-inline{
	display: none !important;
}
.headerchatform .elementor-form-fields-wrapper, .bannerchatform .elementor-form-fields-wrapper{
	margin-left: calc(-9px / 2) !important;
    margin-right: calc(-9px / 2) !important;
    margin-bottom: -20px !important;
}
@media (max-width: 767px) {
.footer-menu ul{
	display: flex;
    align-items: center;
    flex-direction: column;
}
	.elementor-button .elementor-button-icon {
    font-size: 18px;
}
}

