﻿/* ==========================================================================
   Footer section
   ========================================================================== */
#footer-Content {
    padding-top: 65px;
    background: #000000;
    font-size: 14px;
}

    #footer-Content .footer-logo {
        text-align: left;
    }

        #footer-Content .footer-logo img {
            /* padding-top: 70px;  */ margin-bottom: 50px;
        }

        #footer-Content .footer-logo strong {
            color: #fff;
            font-size: 20px;
        }

        #footer-Content .footer-logo p {
            color: white;
        }

    #footer-Content .form-control:focus {
        outline: none;
        box-shadow: none;
        background: #e5fff3;
    }

    #footer-Content .copyright {
        margin-top: 8px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        #footer-Content .copyright p {
            color: #969696;
            font-size: 14px;
        }

        #footer-Content .copyright a {
            color: #ddd;
        }

    #footer-Content .widget p {
        color: #e2e2e2;
        font-size: 16px;
        line-height: 32px;
    }

    #footer-Content .widget .subscribe-area {
        position: relative;
        height: 40px;
        margin-top: 18px;
    }

        #footer-Content .widget .subscribe-area input[type=email] {
            /* background: #24153c; */
            border: 1px solid #fff;
            color: #e2e2e2;
            font-size: 14px;
            font-style: italic;
            height: 38px;
        }

        #footer-Content .widget .subscribe-area span i {
            position: absolute;
            right: 0;
            width: 60px;
            height: 38px;
            color: #fff;
            top: 0;
            background: #3e93cf;
            display: block;
            padding: 9px 20px;
            font-size: 18px;
            border-radius: 0px 4px 4px 0px;
        }

    #footer-Content h3.block-title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    #footer-Content ul.menu li a {
        color: #e2e2e2;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

        #footer-Content ul.menu li a:hover {
            color: #3e93cf;
            padding-left: 5px;
            -webkit-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms;
        }

.footer-links a {
    color: white;
    margin-right: 15px;
    margin-bottom: 13px;
    display: inline-block;
}

    .footer-links a:hover {
        color: #3e93cf;
    }

#business-plan .footer-info {
    color: #000;
}


    #business-plan .footer-info p {
        font-size: 14px;
        text-align: center;
        /* text-align: left; */
        margin-bottom: 20px;
    }



/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background: #4d917b;
    /* background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%); */
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    z-index: 9999999;
}

    .back-to-top i {
        color: #fff;
        font-size: 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/* ==========================================================================
   Features Banner Dark (Inserted for Index Isolated)
   ========================================================================== */
.features-banner-dark {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    width: 100%;
}

    .features-banner-dark .feature-item {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

@media (min-width: 768px) {
    .features-banner-dark .feature-item {
        margin-bottom: 0;
    }
}

.features-banner-dark .feature-icon {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.features-banner-dark .feature-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

/* ==========================================================================   
   Featured In Section
   ========================================================================== */
.featured-in-section {
    background-color: #f4fcf9; /* Very light tint */
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.featured-in-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #111;
    letter-spacing: -1px;
}

.featured-logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
    justify-items: center;
}

@media (max-width: 768px) {
    .featured-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .featured-in-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

.logo-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.logo-img {
    max-height: 45px;
    max-width: 180px;
    width: auto;
    object-fit: contain;
    display: block;
}

.logo-text {
    font-size: 22px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
    letter-spacing: -0.5px;
    opacity: 0.8;
}

/* Specific styling for text logos to mimic brands */
.logo-express {
    font-family: 'Times New Roman', serif;
    letter-spacing: 0px;
}

.logo-mirror {
    color: #b00;
    letter-spacing: -1px;
}

.logo-chronicle {
    color: #355e93;
    font-family: sans-serif;
    font-weight: 700;
}

.logo-bigissue {
    color: #da291c;
    font-family: 'Arial Black', sans-serif;
    text-transform: uppercase;
    border: 3px solid #da291c;
    padding: 0 5px;
    line-height: 1.1;
    display: inline-block;
}

.logo-legal {
    color: #b58500;
    font-family: sans-serif;
}

.logo-promanchester {
    background: linear-gradient(to right, #005eb8, #ec008c); /* Rainbow-ish gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.featured-heading {
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    text-align: center;
}

    .featured-heading::after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 2px;
        border-radius: 7px;
        background: linear-gradient(to right, transparent 0%, #009e60 30%, #009e60 70%, transparent 100%);
        margin-top: 8px;
        box-shadow: 0 2px 8px rgba(0, 158, 96, 0.10);
    }

/* Service Section */
.service-section {
    padding: 80px 0;
    background-color: #eff7f6; /* Matching the background of featured section */
}

.service-subheading {
    font-size: 1.25rem;
    color: #334e58;
    font-weight: 500;
    margin-top: -15px;
    margin-bottom: 40px;
}

.service-icons-left .service-icon {
    font-size: 2.5rem;
    color: #2c3e50; /* Dark blue/grey */
}

.service-icons-left p {
    color: #2c3e50;
    line-height: 1.3;
}

.panel-box {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    border: 1px solid rgba(0,0,0,0.02);
}

.panel-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background-color: #669c8e; /* Muted Green Badge */
    color: #fff;
    padding: 6px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transform: rotate(-2deg);
}

.service-icons-right .service-icon {
    font-size: 2.5rem;
    color: #cfa15d; /* Gold/Bronze */
}

.service-icons-right p {
    color: #cfa15d;
    line-height: 1.3;
}


.panel-box {
    border-radius: 8px !important;
}

.panel-badge {
    border-radius: 8px;
}
