.mid-footer {
    color: #333;
    font-size: 15px;
    padding-bottom: 40px;
    background: #fff;
    padding-top: 60px;
    border-top: 1px solid #ebebeb;
}

@media (max-width: 991px) {
    .mid-footer {
        padding-top: 30px;
    }
}

.mid-footer .footer-block {
    padding-bottom: 20px;
}

.mid-footer .title-menu {
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.mid-footer .list-menu {
    list-style: none;
    padding: 0;
}

.mid-footer .list-menu li {
    margin-bottom: 8px;
}

.mid-footer .list-menu li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.mid-footer .list-menu li a:hover {
    color: #931d36;
}

.mid-footer .single-contact {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.mid-footer .single-contact i {
    color: #931d36;
    margin-right: 10px;
    width: 20px;
    margin-top: 4px;
}

.mid-footer .single-contact a {
    color: #666;
    text-decoration: none;
}

.mid-footer .single-contact a:hover {
    color: #931d36;
}

.mid-footer .dkkd {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
}

.mid-footer .form_register .input-group {
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    padding: 3px;
    overflow: hidden;
}

.mid-footer .form_register input {
    border: none;
    padding: 8px 20px;
    flex: 1;
    outline: none;
    font-size: 14px;
}

.mid-footer .form_register .btn-action {
    background: #292929;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 14px;
    transition: background 0.3s;
}

.mid-footer .form_register .btn-action:hover {
    background: #000;
}

.mid-footer .follow_option {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.mid-footer .follow_option img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
}

.mid-footer .follow_option a:hover img {
    transform: scale(1.1);
}

.mid-footer .fot_copyright {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
    margin-top: 30px;
    font-size: 13px;
    color: #999;
}

.mid-footer .logo-wrapper img {
    max-width: 164px;
    height: auto;
}

.mid-footer .trustbadge-wrap img {
    max-width: 200px;
    height: auto;
}

@media (max-width: 767px) {
    .mid-footer .title-menu {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
}
