.hide-blog {display: none;}

.floating-cta {
    z-index: 3 !important;
}

.footer-col-item.site-logo.relative {
    background-color: #ffffff;
    padding: 20px;
}

.widget-container.widget-container--normal.visible {
    z-index: 10000000;
}

.background-image.review-section:before, .background-image.cta-section:before, .background-image.badge-section:before, .background-image.blog-section:before, .background-image.main-footer:before, .inner-page-banner .page-banner:before, .hero-slider .hero-caption-item .caption-item {
        background-color: rgba(0, 0, 0, 0.70) !important;
}

.custom-footer-html a {
    color: #ffffff !important;
    font-weight: 600;
}

.service-pages.layout-1 .service-item:hover .service-title, .service-pages.layout-2 .service-item:hover .service-title, .service-pages.layout-4 .service-item:hover .service-title, .service-pages.layout-5 .service-item:hover .service-title {
    border-bottom: 1px solid #ffffff !important;
}

div#main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-name-details {
    font-size: 25px;
    text-align: left;
    margin-left: 20px;
}

.site-inner {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
    padding-inline: 60px !important;
}

.window_scrolled .logo-name-details {
    font-size: 16px;
}

.content-sidebar-wrap {
    position: relative;
}

.web-form-img img {
    max-width: 150px;
}

.web-form-img {
    text-align: center;
    margin-top: 10px;
}


.main-header .header-items, .site-inner, .badge-section{
    background-image: url(/wp-content/uploads/2025/06/pexels-bg.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main-header .header-items:before, .site-inner:before, .badge-section:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd9;
}

@media only screen and (max-width:1200px) and (min-width:1024px){
    .logo-name-details {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:1023px){
    .logo-name-details {display: none !important;}
    .main-header .header-items .header-col.logo-item {
        border-bottom: 1px solid #384fa2 !important;
    }
}