/* 
Theme Name: Hello Elementor Child
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.0.1
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
*/

/*
    Add your custom styles here
*/
.fp-tableCell{vertical-align: bottom !important;}
.success{color: #fff;}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green;
    background: green;
    text-align: center;
    color: #fff;
    margin: 5px 0 0 0;
    border-radius: 10px;
}

.enguire-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

  transition: opacity 0.3s ease;
}

.enguire-bar.hidden {
  opacity: 0;
  pointer-events: none;
}

.eapps-countdown-timer-has-background{padding: 0px !important;}
.eapps-countdown-timer-item{direction: rtl; font-family: Almarai;}

form .wpcf7-form-control{direction: rtl !important;}
.success{direction: rtl; text-align: right;}

@media screen and (max-width:480px) {
.fp-tableCell{vertical-align: middle !important;}
}

