.elementor-232 .elementor-element.elementor-element-c13200c{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b85a266 *//* ==========================================================
   SEERAH FOOTER
========================================================== */

.footer {
    background: linear-gradient(135deg, #072d63 0%, #001d49 100%);
    color: #fff;
    padding: 20px 0 10px;
    margin: 0;           /* kills the white gap above */
    display: block;
}

.footer .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 22px;
}

/* BRAND */
.footer-brand {
    max-width: 650px;
    margin: 0 auto 12px;
    text-align: center;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 6px;
}

.footer-logo img {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-brand p {
    margin: 6px auto 12px;
    max-width: 580px;
    color: rgba(255,255,255,.82);
    font-size: 13.5px;
    line-height: 1.6;
}

/* SOCIAL */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #f4c24d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
    font-size: 14px;
}

.footer-social a:hover {
    background: #f4c24d;
    color: #002b5c;
    transform: translateY(-2px);
}

/* MIDDLE ROW — links + contact side by side */
.footer-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 28px;
    max-width: 820px;
    margin: 14px auto 0;
}

/* HEADINGS */
.footer-links h4,
.footer-contact h4 {
    color: #f4c24d;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.footer-links h4::after,
.footer-contact h4::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #f4c24d;
    margin: 5px 0 0;
    border-radius: 10px;
}

/* QUICK LINKS */
.links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 16px;
}

.links-grid a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: #d8dfeb;
    text-decoration: none;
    transition: .3s;
    font-size: 13px;
}

.links-grid a:hover {
    color: #f4c24d;
    padding-left: 4px;
}

.links-grid i {
    color: #f4c24d;
    font-size: 10px;
}

/* CONTACT */
.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 7px;
}

.contact-item i {
    width: 16px;
    text-align: center;
    color: #f4c24d;
    font-size: 14px;
}

.contact-item span {
    color: #d8dfeb;
    font-size: 13px;
    line-height: 1.4;
}

/* BOTTOM */
.footer-bottom {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.5);
    font-size: 12px;
}

/* TABLET */
@media (max-width: 768px) {
    .footer { padding: 18px 0 10px; }
    .footer .container { padding: 0 16px; }
    .footer-logo img { width: 80px; }
    .footer-brand p { font-size: 13px; }
    .footer-middle { grid-template-columns: 1fr; gap: 14px; max-width: 400px; }
    .footer-links h4, .footer-contact h4 { text-align: center; }
    .footer-links h4::after, .footer-contact h4::after { margin: 5px auto 0; }
    .links-grid { gap: 4px 12px; }
    .contact-grid { max-width: 300px; margin: 0 auto; }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .footer-logo img { width: 70px; }
    .footer-brand p { font-size: 12.5px; }
    .links-grid a { font-size: 12px; }
    .contact-item span { font-size: 12px; }
}/* End custom CSS */