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

.home_slider .bdt-prime-slider-dragon .bdt-ps-dragon-slide-image{
     -webkit-mask-image: none;
    mask-image: none;
}
.home_slider .bdt-ps-slide-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}
.home_slider .bdt-prime-slider-wrapper{
    max-width: 1280px;
    width: 1280px;
    margin: auto;
}
.home_slider .bdt-prime-slider-wrapper .bdt-prime-slider-content{
    max-width: 100%;
}
.comman_icons .elementor-icon-list-icon svg{
    height: 12px !important;
    width: 12px !important;
}
.elementor-form .elementor-message{
    color: #fff;
}
.comman_icons .elementor-icon-list-items.elementor-inline-items{
    display: flex;
    flex-wrap: wrap;
    margin-inline: -8px;
}
.comman_icons .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-inline: 8px;
}
.comman_icons .elementor-icon-list-items{
    list-style-type: none;
    margin: 0;
}
.comman_icons ul.elementor-icon-list-items{
    padding: 0px;
}
.comman_icons .elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}
.home_slider .bdt-slideshow-items{
    aspect-ratio: 21 / 9 !important;
}
.home_slider .bdt-ps-dragon-slide-image .bdt-ps-slide-img{
    background-position: center 75%;
}
/* Hide Contact Us button only on Contact page */
.page-id-1046 .footer-contact-btn {
    display: none !important;
}

/* Show Call button only on Contact page */
.footer-call-btn {
    display: none; /* hide by default */
}
.page-id-1046 .footer-call-btn {
    display: inline-block !important;
}
.footer_give_us_call {
    display: none !important;
}
.page-id-1046 .footer_give_us_call {
	display: inline-block !important;
}
