.footer_area {
    background: linear-gradient(180deg, #fffdf8 0%, #f6f7fb 100%) !important;
    position: relative;
    padding: 84px 0 0 !important;
    margin: 0 !important;
    width: 100% !important;
    overflow: hidden;
}

.footer_area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(28, 81, 164, 0.08), transparent 28%),
        linear-gradient(rgba(12, 36, 90, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(12, 36, 90, 0.05) 1px, transparent 1px);
    background-size: auto, 22px 22px, 22px 22px;
    pointer-events: none;
}

.footer_area > .container {
    position: relative;
    z-index: 1;
}

.footer_area .footer-top {
    row-gap: 32px;
    align-items: flex-start;
}

.footer_area .footer-brand,
.footer_area .footer-links,
.footer_area .footer-contact,
.footer_area .footer-newsletter {
    height: 100%;
}

.footer_area .footer_logo {
    margin-bottom: 18px;
}

.footer_area .footer_logo img {
    display: block;
    max-height: 96px !important;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.footer_area .footer_desc {
    color: #556274 !important;
    font-size: 15px;
    line-height: 1.85;
    margin: 0 0 22px;
    max-width: 320px;
}

.footer_area .footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d89517;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.4;
}

.footer_area .footer-badge::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbb034 0%, #f29a0b 100%);
    flex: 0 0 10px;
}

.footer_area .footer-widget-title h4 {
    color: #10244d !important;
    font-size: 18px;
    font-weight: 800;
    margin: 8px 0 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer_area .footer-widget-title h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f7b731 0%, rgba(247, 183, 49, 0.15) 100%);
}

.footer_area .footer-widget-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.footer_area .footer-widget-menu ul li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #435166 !important;
    font-size: 15px;
    font-weight: 500;
    transition: transform 0.25s ease, color 0.25s ease;
    text-decoration: none;
}

.footer_area .footer-widget-menu ul li a i {
    color: #f7b731;
    font-size: 13px;
}

.footer_area .footer-widget-menu ul li a:hover {
    color: #10244d !important;
    transform: translateX(4px);
}

.footer_area .footer-contact-list {
    display: grid;
    gap: 16px;
}

.footer_area .footer-widget-address {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px;
    width: 100%;
    margin: 0 !important;
}

.footer_area .footer_widget_icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(28, 81, 164, 0.09);
    color: #1c51a4 !important;
    font-size: 20px;
    margin: 0 !important;
    float: none !important;
}

.footer_area .footer-widget-address_text {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
}

.footer_area .footer-contact-label {
    color: #10244d;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px;
}

.footer_area .footer-widget-address_text p,
.footer_area .footer-widget-address_text a {
    color: #435166 !important;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    text-decoration: none;
    word-break: break-word;
}

.footer_area .footer-widget-address_text a:hover {
    color: #f7b731 !important;
}

.footer_area .footer-newsletter-copy {
    color: #556274;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 18px;
    max-width: 320px;
}

.footer_area .newsletter-form {
    margin: 0;
}

.footer_area .subscribe_form {
    position: relative;
    display: block !important;
    background: #ffffff !important;
    border: 1px solid rgba(16, 36, 77, 0.12) !important;
    border-radius: 18px !important;
    padding: 6px !important;
    max-width: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.footer_area .subscribe_form input {
    width: 100% !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #10244d !important;
    font-size: 14px !important;
    padding: 14px 18px 58px !important;
    height: auto !important;
}

.footer_area .subscribe_form input::placeholder {
    color: #90a0b5 !important;
}

.footer_area .subscribe_form .btn {
    position: absolute !important;
    left: 6px;
    right: 6px;
    bottom: 6px;
    top: auto !important;
    width: calc(100% - 12px);
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(90deg, #f7b731 0%, #f4c144 100%) !important;
    color: #0d1e3d !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em;
    padding: 12px 18px !important;
    box-shadow: none !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.footer_area .subscribe_form .btn:hover {
    background: #ffffff !important;
    color: #0d1e3d !important;
}

.footer_area .add-border {
    border-top: 1px solid rgba(16, 36, 77, 0.12) !important;
    margin-top: 46px;
    padding: 22px 0 24px !important;
}

.footer_area .add-border > [class*="col-"] {
    display: flex;
    align-items: center;
}

.footer_area .footer-bottom-content-copy p {
    color: #6d7a8d !important;
    font-size: 14px;
    margin: 0;
}

.footer_area .footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.footer_area .add-border > [class*="col-"]:last-child .footer-bottom-content {
    justify-content: flex-end;
}

.footer_area .social-media {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.footer_area .social-media li {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    float: none !important;
}

.footer_area .social-media a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #435166 !important;
    background: rgba(16, 36, 77, 0.08);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
    font-size: 16px;
    text-decoration: none;
}

.footer_area .social-media a:hover {
    background: #f7b731;
    color: #0d1e3d !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .footer_area {
        padding-top: 70px !important;
    }

    .footer_area .footer_desc,
    .footer_area .footer-newsletter-copy {
        max-width: none;
    }

    .footer_area .add-border {
        row-gap: 14px;
    }

    .footer_area .add-border > [class*="col-"] {
        justify-content: flex-start;
    }

    .footer_area .add-border > [class*="col-"]:last-child .footer-bottom-content {
        justify-content: flex-start;
    }

    .footer_area .social-media {
        justify-content: flex-start;
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .footer_area {
        padding-top: 56px !important;
    }

    .footer_area .footer-widget-title h4 {
        margin-top: 0;
    }

    .footer_area .footer-widget-address {
        gap: 12px;
    }

    .footer_area .footer_widget_icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 18px;
    }
}

