/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
.marquee-text {
            font-size: 60px;
            font-weight: bold;
            color: #fff;
            text-shadow: -2px -2px 0 #25476a,  
                         2px -2px 0 #25476a,  
                        -2px  2px 0 #25476a,  
                         2px  2px 0 #25476a;
        }
.blog-section .rt-img-holder img.rt-img-responsive {
    min-height: 300px;
}
.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-section.active {
  opacity: 1;
  transform: translateY(0);
}

/ Optional: Animation for span /
.cssanimation span {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.cssanimation .fadeInBottom {
  opacity: 1;
  transform: translateY(0);
}
.return-booking-sec {
    position: relative;
}
ul.sub-menu {
    margin-top: 22px !important;
}
.sub-menu li a.hfe-sub-menu-item {
    color: #000 !important;
}
.topbar .marquee-text {
    font-size: 60px;
    font-weight: 600;
    color: #244669;
    text-shadow: none !important;
    font-family: 'Poppins';
}
.contact-btn .elementor-button-content-wrapper {
    align-items: center;
}
.contact-btn span.elementor-button-text {
    line-height: 20px;
    text-align: left;
}
.contact-btn span.phone-no {
    font-size: 21px;
    margin-top: 5px;
    display: inline-block;
}
.contact-btn .elementor-button-icon svg {
    height: auto;
    width: 30px;
}
.download-form-btn a.elementor-button.elementor-button-link.elementor-size-sm {
    padding: 20px 26px;
}
.topbar span.marquee-text {
    font-size: 16px;
}