/* Premium site footer */
.site-footer {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 0;
}

.site-footer.site-footer {
    border-top: 1px solid rgba(191, 157, 52, 0.35);
}

.site-footer .site-footer-top {
    background: #121b22 !important;
    padding: 3.25rem 0 2.4rem;
}

.site-footer .site-footer-grid > [class*="col-"] {
    margin-bottom: 2rem;
}

.site-footer h3 {
    color: #fff !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    margin: 0 0 1.2rem !important;
}

.site-footer h3::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #bf9d34;
    margin-top: 0.7rem;
}

.site-footer-logo {
    display: inline-block;
    margin-bottom: 1.1rem;
}

.site-footer-logo img {
    max-height: 42px;
    width: auto;
}

.site-footer-brand p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
    margin-bottom: 1.35rem;
    max-width: 280px;
}

.site-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
    line-height: 1.45;
}

.site-footer-contact i {
    color: #bf9d34;
    width: 16px;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.site-footer-contact a,
.site-footer-contact span {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer-contact a:hover {
    color: #bf9d34;
    text-decoration: none;
}

.site-footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-nav li {
    margin: 0 0 0.65rem;
}

.site-footer-nav a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.site-footer-nav a:hover {
    color: #bf9d34;
    text-decoration: none;
    padding-left: 2px;
}

.site-footer-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.site-footer-heading h3 {
    margin-bottom: 0 !important;
}

.site-footer-heading a {
    color: #bf9d34;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-footer-heading a:hover {
    color: #d4b45a;
    text-decoration: none;
}

.site-footer-properties ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-properties li + li {
    margin-top: 0.85rem;
}

.site-footer-property {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.55rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none !important;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.site-footer-property:hover {
    background: rgba(191, 157, 52, 0.08);
    border-color: rgba(191, 157, 52, 0.45);
}

.site-footer-thumb {
    width: 72px;
    height: 58px;
    border-radius: 7px;
    background: #0c1318 center/cover no-repeat;
    flex-shrink: 0;
}

.site-footer-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.site-footer-meta strong {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site-footer-meta em {
    color: rgba(255, 255, 255, 0.55);
    font-style: normal;
    font-size: 0.78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-footer-meta span {
    color: #bf9d34;
    font-size: 0.82rem;
    font-weight: 700;
}

.site-footer-meta i {
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-weight: 500;
    margin-left: 0.4rem;
    text-transform: capitalize;
}

.site-footer-empty {
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.site-footer-news p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
    margin-bottom: 1.1rem;
}

.site-footer-form .email {
    display: flex;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background: #0c1318;
}

.site-footer-form input[type="email"] {
    flex: 1;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    height: 46px !important;
    padding: 0 0.9rem !important;
    min-width: 0;
}

.site-footer-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.site-footer-form input[type="submit"] {
    border: 0 !important;
    background: #bf9d34 !important;
    color: #121b22 !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0 1rem !important;
    height: 46px !important;
    cursor: pointer;
}

.site-footer-form input[type="submit"]:hover {
    background: #d4b45a !important;
}

.site-footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #121b22;
    background: #bf9d34;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.site-footer-whatsapp:hover {
    color: #121b22;
    text-decoration: none;
    background: #d4b45a;
}

.site-footer-bottom.second-footer {
    background: #0c1318 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.05rem 0;
}

.site-footer-bottom .container-fluid.sd-f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-footer-bottom p,
.site-footer-bottom a {
    color: rgba(255, 255, 255, 0.58);
    margin: 0;
}

.site-footer-bottom a {
    color: #bf9d34;
}

.site-footer-bottom .netsocials,
.first-footer.site-footer .site-footer-bottom .netsocials {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.site-footer-bottom .netsocials li {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.site-footer-bottom .netsocials a {
    color: #fff;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex: 0 0 36px;
}

.site-footer-bottom .netsocials a:hover {
    background: #bf9d34;
    border-color: #bf9d34;
    color: #121b22;
}

.site-footer-bottom .netsocials a .fa,
.site-footer-bottom .netsocials a .fab,
.first-footer.site-footer .site-footer-bottom .netsocials a .fa,
.first-footer.site-footer .site-footer-bottom .netsocials a .fab,
.first-footer.site-footer .site-footer-bottom .netsocials a .fa-facebook,
.first-footer.site-footer .site-footer-bottom .netsocials a .fa-twitter,
.first-footer.site-footer .site-footer-bottom .netsocials a .fa-instagram,
.first-footer.site-footer .site-footer-bottom .netsocials a .fa-linkedin {
    background: none !important;
    color: inherit !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 0.95rem !important;
}

@media (max-width: 767px) {
    .site-footer .site-footer-top {
        padding: 2.4rem 0 1.4rem;
    }

    .site-footer-heading {
        align-items: flex-end;
    }

    .site-footer-bottom .container-fluid,
    .site-footer-bottom.second-footer .sd-f {
        flex-direction: column;
        text-align: center;
        gap: 0.85rem;
    }
}
