 body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #333;
        }
        .hero {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 120px 0;
        }
        .feature-icon {
            font-size: 3rem;
            color: #667eea;
        }
        .pricing-card {
            transition: transform 0.3s;
        }
        .pricing-card:hover {
            transform: translateY(-10px);
        }
        footer {
            background-color: #f8f9fa;
            font-size: smaller;
        }

        .footer-section {
    background: url(../images/hero-bg.png) center left/cover fixed;
    padding: 60px 0;
    border-radius: 0;
    position: relative
}

.footer-section:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8
}

.footer-cta {
    border-bottom: 1px solid #373636
}

.single-cta i {
    color: #c00113;
    font-size: 30px;
    float: left;
    margin-top: 8px
}

.cta-text {
    padding-left: 15px;
    display: inline-block
}

.cta-text h4 {
    color: #c00113;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px
}

.cta-text span {
    color: #757575;
    font-size: 15px
}

.footer-content .list {
    padding-left: 0
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%
}

.footer-logo img {
    max-width: 200px
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--text-white-color);
    line-height: 28px
}

.footer-social-icon span {
    color: var(--color-primary);
    display: block;
    font-size: 20px;
    font-family: Poppins,sans-serif;
    margin-bottom: 20px
}

.footer-social-icon a {
    color: #000000;
    font-size: 16px;
    margin-right: 15px
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%
}

.facebook-bg,.google-bg,.twitter-bg {
    background: var(--color-primary)
}

.footer-widget-heading h3 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px
}

.footer-widget ul li a {
    color: var(--text-white-color);
    text-transform: capitalize
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #222;
    outline: 0
}

.subscribe-form button {
    position: absolute;
    right: -3px;
    background: 0 0;
    border: 0;
    top: -8px
}

.subscribe-form button i {
    color: var(--color-primary);
    font-size: 3rem;
    transform: rotate(-6deg)
}

.copyright-text p,.footer-menu li a {
    font-size: 14px;
    color: #b9b9b9
}

.copyright-area {
    padding: 25px 0
}

.copyright-text p {
    margin: 0
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px
}

.footer-menu li a:hover {
    color: #000
}