/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/




.hotspost-col .e-hotspot__label{
    display:none !important;
}

.hotspost-col .e-hotspot__tooltip{
    background:#ffffff !important;
    color:#1d6fa5 !important;
    padding:12px 18px !important;
    border-radius:12px !important;
    box-shadow:0 6px 18px rgba(0,0,0,.15) !important;
    font-size:18px !important;
    font-weight:500 !important;
    line-height:1.2 !important;
    border:none !important;
    min-width:auto !important;
}

.hotspost-col .e-hotspot__tooltip p{
    margin:0 !important;
    padding:0 !important;
}

.hotspost-col .e-hotspot__tooltip:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%);
    border-width:8px 8px 0 8px;
    border-style:solid;
    border-color:#ffffff transparent transparent transparent;
}


.hotspost-col .e-hotspot{
    width:28px;
    height:28px;
}

.hotspost-col .e-hotspot svg{
    width:28px;
    height:28px;
    display:block;
}

.hotspost-col .e-hotspot__tooltip{
    transition:all .25s ease;
}

.hotspost-col .e-hotspot__tooltip{
    z-index:9999;
}

.hotspost-col .e-hotspot--soft-beat{animation:none!important;}
.hotspost-col .e-hotspot:hover .e-hotspot__icon{transform:scale(1)!important;}
.hotspost-col .e-hotspot__icon{transition:none!important;}

.hotspost-col .e-hotspot:hover .e-hotspot__icon{
    animation: iconBounce .4s ease-out 1;
}

@keyframes iconBounce{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.25);
    }
    100%{
        transform:scale(1);
    }
}
.hotspost-col .e-hotspot__label{
    display:none !important;
}


.hotspost-col .e-hotspot__icon{
    border-radius:50%;
    animation:pulse-white 2s ease-out infinite;
}

.hotspost-col .e-hotspot:hover .e-hotspot__icon{
    animation:none !important;
}


.hotspost-col .e-hotspot__tooltip{
    background:#fff !important;
    color:#1f6d9b !important;
    padding:10px 18px !important;
    border-radius:12px !important;
    box-shadow:0 4px 15px rgba(0,0,0,.15) !important;
}

.hotspost-col .e-hotspot__tooltip p{
    margin:0 !important;
}


@keyframes pulse-white{
    0%{
        box-shadow:0 0 0 0 rgba(255,255,255,1);
    }
    100%{
        box-shadow:0 0 0 15px rgba(255,255,255,0);
    }
}

.faq-col details[open] summary{
  border-radius: 10px 10px 0px 0px !important;
}

.image-load-animation .elementor-image-box-img img {
    opacity: 0;
    transform: translateY(-15px);
    animation: imageSlideDown 0.7s ease-out forwards;
    animation-delay: 1s; 
}

@keyframes imageSlideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.transition-col .elementor-icon {
    opacity: 0;
    transform: translateY(-15px);
    animation: imageSlideDown 0.7s ease-out forwards;
    animation-delay: 1s; 
}

@keyframes imageSlideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
