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

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FED92A; /* Background color */
    z-index: 9999; /* Ensure it's on top */
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader img {
    width: 250px; /* Adjust the size as needed */
    height: auto; /* Maintain aspect ratio */
}


.wpc_success_message, .wpc-another-reservation-free.action-button{
	display: none !important;
}<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TMPSQE0Z99">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-TMPSQE0Z99');
</script>


/*=========================Blog Page Start=====================  */

.blog_style1 .pp-posts-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.blog_style1 .pp-posts-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background-color: #f3f3f3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog_style1 .pp-posts-pagination .page-numbers:hover {
    background-color: #000;
    color: #fff;
}

.blog_style1 .pp-posts-pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
    cursor: default;
}

.blog_style1 .pp-posts-pagination .page-numbers.next {
    width: auto;
    padding: 0 18px;
    border-radius: 30px;
}


/*=========================Blog Page Start=====================  */