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

.elementor-flip-box__layer {
	overflow: visible !important;
}

.elementor-flip-box__layer__overlay {
    overflow: visible !important;
}

 /* Pill only on the front face */
.elementor-flip-box__front::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 12px;
    border-radius: 9999px;
    background-color: #38af6b;
    z-index: 10;
    pointer-events: none;
    transition: background-color 0.3s ease;
}

/* Change to gold when flipped */
.elementor-flip-box:hover .elementor-flip-box__front::before,
.elementor-flip-box:focus .elementor-flip-box__front::before {
	background-color: #E7BF32;
	transition-delay: 0.3s;
}

/* Make room for the pill inside the slide */                                                                                                                                                                                                                                                                           
.testemonials-section .swiper-slide .e-con-boxed {
    padding-top: 12px !important;
}               

/* The pill */
.testemonials-section .testimonial-card {
    position: relative !important;
    overflow: visible !important;
}

.testemonials-section .testimonial-card::before {
    content: "" !important;
    position: absolute !important;
    top: -6px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 12px !important;
    border-radius: 9999px !important;
    background-color: #38AF6B !important;
    z-index: 10 !important;
    pointer-events: none !important;
}

/* Allow pill to be visible through parent layers */
.testemonials-section .e-con-inner {
    overflow: visible !important;
}

.elementor-widget-text-editor p {
    margin: 0;
    padding: 0;
}

.elementor-widget-text-editor ol {
    margin: 0;
    padding-left: 1.2em;
}

.elementor-widget-text-editor li {
    margin: 0;
    padding: 0;
}
.blog-content .e-con {
    padding: 0 !important;
}

.blog-content .e-con > .e-con-inner {
    padding: 0 !important;
}

/* Hide hamburger and force horizontal menu - all screen sizes */
.elementor-element-254abfda .elementor-menu-toggle {
    display: none !important;
}

.elementor-element-254abfda .elementor-nav-menu--main {
    display: flex !important;
    justify-content: flex-end !important;
}

.elementor-element-254abfda .elementor-nav-menu--dropdown {
    display: none !important;
}

/* Mobile only - font size and positioning */
@media (max-width: 480px) {
    .elementor-element-254abfda .elementor-nav-menu .elementor-item {
        font-size: 11px !important;
        letter-spacing: 0.5px !important;
        padding: 0 8px !important;
    }

    .elementor-element-254abfda .elementor-nav-menu > li {
        margin: 0 !important;
    }

    .elementor-element-254abfda {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
    }

    .elementor-element-6490b33c {
        flex-direction: column !important;
        align-items: flex-end !important;
    }
}