.footer-wrapper {
    padding-top: 40px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 0 0 25px #00000026;
}

.logo_footer {
    margin-bottom: 20px !important;
}

#sidebar-footer-1.sidebar-area .widget_text {
    font-size: 14px;
}

.absolute-footer {
    text-align: center;
    padding: 16px 0 !important;
    border-top: solid 1px #eee;
    margin-top: 15px;
}

.box_mxh {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.box-form-dk-lh {
    padding: 60px 0;
}
.box-form-dk-lh .section_head{
    margin-bottom: 40px;
}
.box-form-dk-lh .section_desc {
    max-width: 700px;
    margin: auto;
}

.box-form-dk-lh .box-form {
    max-width: 894px;
    padding: 25px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 12px;
}

.box-form-dk-lh .box-form input:not([type="submit"]),
.box-form-dk-lh .box-form textarea {
    border-radius: 8px;
    border: solid 1px rgb(209,213,219);
    padding: 14px;
    outline: none;
    box-shadow: none;
    background-color: #F9FAFB;
}

.box-form-dk-lh .box-form input:not([type="checkbox"]) {
    height: 50px !important;
}

.box-form-dk-lh .box-form input[type=email]:focus,
.box-form-dk-lh .box-form input[type=number]:focus,
.box-form-dk-lh .box-form input[type=password]:focus,
.box-form-dk-lh .box-form input[type=search]:focus,
.box-form-dk-lh .box-form input[type=tel]:focus,
.box-form-dk-lh .box-form input[type=text]:focus,
.box-form-dk-lh .box-form select:focus,
.box-form-dk-lh .box-form textarea:focus {
    border: solid 2px #009c5c
}
.box-form-dk-lh .box-form input[type="submit"]{
    border-radius: 8px;
    text-transform: inherit;
}
@media screen and (max-width:768px) {
    .ft-col-2 {
        margin-bottom: 20px;
    }
}