.ftr {
    width: 100%;
    background-color: #000000d9;
    color: #e5e5e5;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.ftr_box {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    align-items: center;
}

.ftr_s1,
.ftr_s2,
.ftr_s3 {
    flex: 1;
    padding: 0px;
}

.ftr_s2 {
    text-align: center;
}

.ftr_brand_logo img {
    height: 35px;
}

.ftr_brand_desc {
    padding: 5px 0px 0px 0px;
    text-align: justify;
    font-size: 12px;
}

.ftr_social_text {
    font-weight: 600;
}

.ftr_social_links {
    font-size: 26px;
}

.ftr_social_links a {
    color: #e5e5e5;
    text-decoration: none;
    padding-right: 10px;
}

.ftr_social_links a:last-child {
    padding-right: 0px;
}

.ftr_madein_india {
    font-size: 11px;
}

.ftr_madein_india img {
    height: 26px;
}

.ftr_links a {
    font-size: 14px;
    font-weight: 600;
    color: #e5e5e5;
    margin-right: 10px;
    white-space: nowrap;
}

.ftr_copyright {
    font-size: 12px;
    border-top: 1px solid #959595;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

/* ========== Responsive Footer Styles ========== */

@media (max-width: 768px) {
    .ftr_box {
        flex-direction: column;
        text-align: left;
        padding: 10px;
    }

    .ftr_s1,
    .ftr_s2,
    .ftr_s3 {
        flex: none;
        padding: 10px 0px;
        width: 100%;
        text-align: left;
    }

    .ftr_copyright {
        border-top: 0px;
        padding: 0px;
    }
}
