/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754383118
Updated: 2025-08-05 08:38:38

*/
html{
    scroll-behavior: smooth;
}

.hero-banner .swiper-slide.swiper-slide-active {
    position: relative;
}

.hero-banner .swiper-slide.swiper-slide-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/11/Rectangle-3468409-min.png') no-repeat;
    background-position: left top;
    background-size: cover;
}

.hero-banner .swiper-slide.swiper-slide-active::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width:200px;
    height: 200px;
    z-index: 1;
    background:url('/wp-content/uploads/2025/11/Rectangle-3468410.png')no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-banner .swiper-slide p,
.hero-banner .swiper-slide h1,
.hero-banner .swiper-slide h2,
.hero-banner .swiper-slide a {
    position: relative;
    z-index: 1;
}

.hero-banner .swiper-slide-contents{
    z-index: 9 !important;
    position: relative;
}
.prevention-sec .elementor-widget-button {
    margin-top: auto !important;
}
.topNavbar li.current-menu-item a::after, .topNavbar li a::after {
    width: 30% !important;
    margin: auto;
    left: 50% !important;
    right: auto;
    position: absolute;
    transform: translate(-50%, 0px) !important;
}
.topNavbar .elementor-item-active {
    font-weight: 500 !important;
}
.blog-list-item .elementor-widget-theme-post-featured-image a {
    width: 100%;
}
.details-list-aside {
    position: sticky !important;
    top: 50px;
}
.details-list-aside ul.elementor-toc__list-wrapper {
    padding-left: 21px;
    border-left: 1px solid #dadada;
}
.details-list-aside ul.elementor-toc__list-wrapper li a.elementor-item-active{
    color:#C43F44;
    font-weight: 500;
}
.details-list-aside ul.elementor-toc__list-wrapper li a {
    position: relative;
    text-transform: capitalize;
}
.details-list-aside ul.elementor-toc__list-wrapper li a::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 3px;
    width: 5px;
    height: 18px;
    border-radius: 4px;
    background: #C43F44;
    opacity: 0;
    visibility: hidden;
}
.details-list-aside ul.elementor-toc__list-wrapper li:has(a.elementor-item-active) a::before{
    opacity: 1;
    visibility: visible;
}

nav.elementor-pagination .page-numbers.current {
    display: inline-flex;
    background: #2B3771;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 50%;
}
nav.elementor-pagination .page-numbers.prev, nav.elementor-pagination .page-numbers.next {
    font-weight: 400 !important;
}
.blog-dteilas-cntn-box .wp-block-list {
    padding-left: 19px;
}
.blog-dteilas-cntn-box h2, .blog-dteilas-cntn-box h3, .blog-dteilas-cntn-box h4{
    color: #3A3A3A;
}
body:has(.faq-accordian) footer.elementor-location-footer {
    padding-top: 140px;
    background-color:var( --e-global-color-9295de0 );
}
.contact-info-ftr ul li:first-child:hover span {
    color:#D9E1E9 !important;
}
.faq-accordian details:has(summary[aria-expanded="true"]) {
    box-shadow: 1px 1px 9px 4px #eeeeee;
    border-radius: 10px;
}
.support-vets img {
    max-height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.ul-li-left-space-reduce ul {
    padding-left: 20px;
}
.details-list-aside .elementor-toc__body {
    padding:0 0 0 3px;
}

@media (max-width: 1200px){
    .call-crisi-hotline{
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 880px){

    .purchase-help-slider .elementor-swiper-button, .support-vets .elementor-swiper-button {
        display: none !important;
    }
    .disorder-venterans .elementor-swiper-button {
        width: 35px;
        height: 35px;
        padding: 2px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #d9e1e9;
    }

}
@media (max-width:768px){
    .header-list ul {
        row-gap: 10px !important;
    }
}