@media (min-width: 992px) {
    nav.fixed-top:not(.sticky-top):not(.show-menu) .bg-wrap {
        opacity: 0 !important;
    }
}
        #slimemail-automation {
            background-color: #f8f9fa;
        }
        
        #slimemail-automation .badge-pill {
            display: inline-block;
            background: rgba(0, 123, 255, 0.1);
            color: #007bff;
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
        }
        
        #slimemail-automation .animation-badge:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
            animation: shimmer 2s infinite;
        }
        
        #slimemail-automation .section-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        #slimemail-automation .gradient-text {
            background: linear-gradient(45deg, #007bff, #00c6ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }
        
        #slimemail-automation .section-subtitle {
            font-size: 18px;
            color: #6c757d;
            max-width: 800px;
            margin: 0 auto;
        }
        
        #slimemail-automation .workflow-container {
            background: white;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        #slimemail-automation .workflow-diagram {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        
        #slimemail-automation .workflow-step {
            text-align: center;
            z-index: 2;
            position: relative;
        }
        
        #slimemail-automation .workflow-icon {
            width: 80px;
            height: 80px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            background: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
            transition: all 0.3s ease;
            overflow: hidden;
        }
        
        #slimemail-automation .workflow-icon:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 12px;
            background: inherit;
            filter: blur(5px);
            opacity: 0.5;
            z-index: -1;
            transition: all 0.3s ease;
        }
        
        #slimemail-automation .workflow-icon:hover {
            transform: translateY(-5px);
        }
        
        #slimemail-automation .workflow-icon:hover:before {
            filter: blur(10px);
            opacity: 0.7;
        }
        
        #slimemail-automation .app-logo {
            width: 50px;
            height: 50px;
            object-fit: contain;
            transition: all 0.3s ease;
        }
        
        #slimemail-automation .workflow-icon:hover .app-logo {
            transform: scale(1.1);
        }
        
        #slimemail-automation .workflow-label {
            font-weight: 600;
            margin-top: 10px;
            font-size: 16px;
        }
        
        /* Connector Line Animation */
        #slimemail-automation .connector-line {
            flex: 1;
            height: 4px;
            background: #e9ecef;
            position: relative;
            margin: 0 15px;
            max-width: 100px;
            min-width: 60px;
            overflow: hidden;
            border-radius: 4px;
        }
        
        #slimemail-automation .connector-line:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(0, 123, 255, 0.3) 50%, 
                transparent 100%);
            animation: flow 2s infinite linear;
        }
        
        #slimemail-automation .moving-dot {
            position: absolute;
            width: 10px;
            height: 10px;
            background: #007bff;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            animation: moveDot 3s infinite;
            box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
        }
        
        #slimemail-automation .workflow-description {
            text-align: center;
            font-size: 18px;
            color: #495057;
            font-weight: 500;
            padding-top: 20px;
            border-top: 1px dashed #dee2e6;
        }
        
        #slimemail-automation .btn-animation {
            position: relative;
            overflow: hidden;
            background: linear-gradient(45deg, #007bff, #00c6ff);
            border: none;
            color: white;
            padding: 15px 40px;
            border-radius: 30px;
            font-weight: 600;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            font-size: 16px;
            text-decoration: none;
            display: inline-block;
        }
        
        #slimemail-automation .btn-animation:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: all 0.6s;
        }
        
        #slimemail-automation .btn-animation:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
            color: white;
            text-decoration: none;
        }
        
        #slimemail-automation .btn-animation:hover:before {
            left: 100%;
        }
        
        #slimemail-automation .btn-animation .fa {
            margin-right: 8px;
        }
        
        /* Animated Shapes */
        #slimemail-automation .shape {
            position: absolute;
            opacity: 0.05;
            border-radius: 50%;
            background: #007bff;
        }
        
        #slimemail-automation .shape-1 {
            width: 200px;
            height: 200px;
            top: -100px;
            left: -100px;
            animation: float 8s ease-in-out infinite;
        }
        
        #slimemail-automation .shape-2 {
            width: 150px;
            height: 150px;
            bottom: -50px;
            right: -50px;
            animation: float 10s ease-in-out infinite;
        }
        
        #slimemail-automation .shape-3 {
            width: 80px;
            height: 80px;
            top: 50%;
            right: 10%;
            animation: float 6s ease-in-out infinite;
        }
        
        #slimemail-automation .shape-4 {
            width: 120px;
            height: 120px;
            bottom: 20%;
            left: 10%;
            animation: float 7s ease-in-out infinite;
        }
        
        @keyframes shimmer {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }
        
        @keyframes flow {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }
        
        @keyframes moveDot {
            0% {
                left: -10px;
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                left: calc(100% + 10px);
                opacity: 0;
            }
        }
        
        @keyframes float {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(5deg);
            }
            100% {
                transform: translateY(0) rotate(0deg);
            }
        }
        
        @media (max-width: 768px) {
            #slimemail-automation .workflow-diagram {
                flex-direction: column;
            }
            
            #slimemail-automation .workflow-step {
                margin-bottom: 20px;
            }
            
            #slimemail-automation .connector-line {
                width: 4px;
                height: 40px;
                margin: 10px 0;
            }
            
            #slimemail-automation .connector-line:before {
                animation: flowVertical 2s infinite linear;
            }
            
            #slimemail-automation .moving-dot {
                animation: moveDotVertical 3s infinite;
            }
        }
        
        @keyframes flowVertical {
            0% {
                transform: translateY(-100%);
            }
            100% {
                transform: translateY(100%);
            }
        }
        
        @keyframes moveDotVertical {
            0% {
                top: -10px;
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                top: calc(100% + 10px);
                opacity: 0;
            }
        }
    #desc-img-text-9 .bg-wrap {
    background-color: #f4f5f6;
}#desc-img-text-10 .bg-wrap {
    background: linear-gradient(to bottom, #efefef, rgba(0, 0, 0, 0));
}
#desc-img-text-10 .bg {
    background-repeat: No-repeat;
    background-size: 250px auto;
    background-position: right bottom;
    background-image: url(../images/887/bgsseventslimweb01.png);
}#desc-img-text-10 .bg-wrap {
    background: linear-gradient(to bottom, #efefef, rgba(0, 0, 0, 0));
}
#desc-img-text-10 .bg {
    background-repeat: No-repeat;
    background-size: 250px auto;
    background-position: right bottom;
    background-image: url(../images/887/bgsseventslimweb01.png);
}#desc-img-text-10 .bg-wrap {
    background: linear-gradient(to bottom, #efefef, rgba(0, 0, 0, 0));
}
#desc-img-text-10 .bg {
    background-repeat: No-repeat;
    background-size: 250px auto;
    background-position: right bottom;
    background-image: url(../images/887/bgsseventslimweb01.png);
}#desc-img-text-10 .bg-wrap {
    background: linear-gradient(to bottom, #efefef, rgba(0, 0, 0, 0));
}
#desc-img-text-10 .bg {
    background-repeat: No-repeat;
    background-size: 250px auto;
    background-position: right bottom;
    background-image: url(../images/887/bgsseventslimweb01.png);
}#desc-img-text-10 .bg-wrap {
    background: linear-gradient(to bottom, #efefef, rgba(0, 0, 0, 0));
}
#desc-img-text-10 .bg {
    background-repeat: No-repeat;
    background-size: 250px auto;
    background-position: right bottom;
    background-image: url(../images/887/bgsseventslimweb01.png);
}#desc-img-text-10 .bg-wrap {
    background: linear-gradient(to bottom, #efefef, rgba(0, 0, 0, 0));
}
#desc-img-text-10 .bg {
    background-repeat: No-repeat;
    background-size: 250px auto;
    background-position: right bottom;
    background-image: url(../images/887/bgsseventslimweb01.png);
}
#contact-center-form .bg-wrap {
	background: #f7f9fb;
}.tool-button-left{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001190 !important;
}
.tool-button-left a.btn{
    padding: 0px 20px 0px 0px; border: 0px;
}
.tool-button-left a.btn.btn-primary{
    background-color: rgb(239, 43, 43);
}
@media (max-width: 767px){
    .tool-button-left a.btn{
        padding: 0;
    }
}
/*.tool-button-left .btn-lg{
    padding: 0.8rem 1rem 0.8rem 3.5rem;
    font-size: 25px;
}
.tool-button-left .btn-lg span.call-mobile{
   padding: 0.8rem 1rem 0.8rem 3.5rem !important;
}
}*/#tool-back-to-top{
    position: fixed;
    right: 130px;
    bottom: 50px;
    z-index: 1001190 !important;
}

#footer-text-logo-text .bg-wrap {
	background: #2f444d;
}
#footer-logo-text-4 .bg-wrap {
	background: #2f444d;
}
#footer-text .bg-wrap {
	background: #2f444d;
}#footer-social-text .bg-wrap {
    background-color: #F4F5F6;
}

#footer-logo-text-2 .bg-wrap {
	background: #2f444d;
}