/*
Theme Name: Flynext Child
Theme URI: https://themeim.com/wp/flynext/
Author: Themeim
Author URI:  https://themeforest.net/user/themeim
Description: This is a child theme of Flynext
Version: 2.1.3
Template: flynext
Text Domain:  flynext-child
*/




.site-logo img,
.custom-logo-link img {
    filter: brightness(0) invert(1);
}

.breadcrumb-content a {
    color: #0E94D1 !important;
}

.call-widget-wrapper .call-widget-btn .arrow {

    background-color: #0e94d1;

}

.call-widget-wrapper .call-widget-btn i,
.call-widget-wrapper .call-widget-btn .num {
    color: #fff;

}

.call-widget-wrapper .call-widget-btn {

    background-color: #0e94d1;
}

.call-widget-wrapper .call-widget-btn .arrow::after {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;

}

.banner-area.header-bg {
    background-color: #000000c4;

}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.site-logo img,
.custom-logo-link img {

    margin-top: 15px;
}







.whatsapp-header {
    font-size: 26px;
    color: #fff !important;
    background: #25D366;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-header:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

/* Optional subtle pulse */
@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-header {
    animation: whatsappPulse 2.2s infinite;
}







/* Sticky Header Styles */
.header-section.is-sticky {
    background-color: transparent;
    /* Changed from #ffffff to transparent to show breadcrumb image */
}