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


/* Make the header sticky */
.header-section {
    position: -webkit-sticky; /* For Safari */
    top: 0;
    z-index: 9999;
    transition: background-color 0.3s ease, border 0.3s ease;
}

/* Background and border when sticky */
.header-section.sticky {
    background-color: #12141d;
    border: 1px solid rgba(255, 193, 7, 0.2);
} 

/* Feature Section title */
.Features-section-col h3.elementor-image-box-title:hover {
    color: #df342a !important;
}

/* Faq section link */
.stillhave-ques a.getin-touch {
    color: #df342a !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}


/* Testimonial Section */
.testimonial-slider .testimonial-author-info {
    order: 1 !important;
}

.testimonial-slider .testimonial-box.has-shadow {
    order: 2 !important;
    padding: 0px 48px 0px 10px !important;
}

.testimonial-slider .box-content {
    padding-right: 20px;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'DM Sans' !important;
}

.testimonial-slider .gs-star-rating {
    margin-top: 17px !important;
}

/* Blog post section grid style */
.blog-section .eael-entry-wrapper {
    display: grid !important;
}

.blog-section header.eael-entry-header {
    order: 2 !important;
}

.blog-section .eael-entry-content {
    order: 3 !important;
}

.blog-section .eael-entry-header-after.style-two {
    order: 1 !important;
}

.blog-section .eael-entry-meta {
    display: inline !important;
}

.blog-section span.eael-meta-posted-on {
    float: right !important;
}

.blog-section ul.post-meta-categories {
    float: left !important;
}

.blog-section i.far.fa-clock , 
.blog-section i.far.fa-folder-open{
    display: none !important;
}

.blog-section .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
    margin-left: 7rem !important;
    margin-right: 0px !important;
}
