@media (min-width: 1400px) {
    footer .container,
    footer .container-lg,
    footer .container-md,
    footer .container-sm,
    footer .container-xl,
    footer .container-xxl {
        max-width: 1320px;
    }
}

.footer-style1>* span,
.footer-style1>* a,
.footer-style1>* li,
.footer-style1>* {
    color: #E7E6FB;
    font-size: 14px;
    font-weight: 300;
}

.footer-style1>* a:hover,
.footer-style1>* li:hover {
    color: #fff;
}

.footer-style1>* h2,
.footer-style1>* h3,
.footer-style1>* h4,
.footer-style1>* h5 {
    color: #fff;
}

.footer-style1>* span {
    color: #fff;
}

#realestate-bottom,
#realestate-footer {
    background-color: #0b3d34;
}

#realestate-footer .realestate-widget h5,
#realestate-footer .realestate-widget a {
    color: #353B4A;
}

#realestate-footer .realestate-widget ul li a:hover {
    color: var(--primary-color);
}

#realestate-footer * .realestate-footer-app-images {
    display: flex;
    justify-content: space-between;
}

.realestate-footer-sidebar ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    flex-direction: column;
    position: relative;
    gap: 5px;
    line-height: 1.6em;
}

.realestate-footer-details li i {
    position: absolute;
    margin-left: -24px;
    margin-top: 6px;
}

.realestate-footer-sidebar .realestate-footer-details .realetate-footer-details {
    padding-left: 23px;
    gap: 13px;
}

.footer-style1>* h2,
.footer-style1>* h3,
.footer-style1>* h4,
.footer-style1>* h5 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}

.realestate-footer-details .realestate-footer-logo {
    margin-bottom: 30px;
    max-width: 200px;
}

.realestate-subscriber-content {
    display: flex;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 4px;
}

.realestate-subscriber-content .realestate-input {
    background: #fff0;
    height: 50px;
    border: unset;
    color: #ffffff7a;
    width: calc(100% - 128px);
}

.realestate-subscriber-content {
    display: flex;
    border: 1px solid #ffffff7a;
    border-radius: 10px;
    padding: 4px;
}

.realestate-subscriber-content .realestate-subscrip-btn {
    border-radius: 7px;
    width: 128px;
    border: unset;
    font-size: 16px;
    color: var(--primary-font-color);
    transition: var(--transition);
}

.realestate-subscriber-content .realestate-subscrip-btn:hover {
    background-color: var(--primary-color);
    color: var(--primary-color-700);
}

.border-top-1 {
    border-top: 1px solid #ffffff54;
}

.realestate-footer-socials {
    display: flex;
    align-items: center;
}

.realestate-footer-socials ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.realestate-footer-socials ul a {
    width: 20px;
    height: 20px;
    color: #bea458;
    display: flex;
    transition: var(--transition);
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    padding:2px 2px 0px 1px;
}

 
.realestate-footer-socials p {
    color: #fff;
}

.realestate-sub-footer-nav-menus ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 32px;
    font-size: 12px;
}

.realestate-sub-footer-nav-menus li {
    position: relative;
}

.realestate-sub-footer-nav-menus li:not(:first-child):before {
    content: '';
    border-left: 1px solid;
    position: absolute;
    left: -16px;
    height: 20px;
    top: 3px;
}


/* end footer style 1  */

.footer-style1.footer-home5>* h2, .footer-style1.footer-home5>* h3, .footer-style1>* h4, .footer-style1.footer-home5>* h5 {
    font-family: 'Inter';
}
.footer-style1.footer-home5 .realestate-subscrip-btn {
    background-color: #F4C83A;
}
.footer-style1.footer-home5 .realestate-subscrip-btn:hover {
     color: #F4C83A;
    background-color: #fff;
}
.home-single-projact .realestate-subscrip-btn {
    background: var(--primary-color);
}
.home-single-projact .realestate-subscrip-btn:hover {
    background: #fff;
    color: var(--primary-color);
}

/* Payment Logos */
.footer-payment-logos {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-payment-logos img {
    height: 32px;
    width: auto;
    border-radius: 4px;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.footer-payment-logos img:hover {
    opacity: 1;
}

/* Currency Selector */
.footer-currency-selector {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.currency-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 8px 36px 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    min-width: 110px;
}

.currency-select:hover {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
}

.currency-select:focus {
    outline: none;
    border-color: var(--primary-color, #c8a862);
    box-shadow: 0 0 0 2px rgba(200, 168, 98, 0.25);
}

.currency-select option {
    background: #1a1a2e;
    color: #fff;
    padding: 8px;
}

.footer-copyright {
    font-size: 14px;
    line-height: 1.5em;
    /* font-weight: 400; */
    /* font-family: var(--bs-body-font-family); */
    color: var(--secondary-font-color);
    margin: 0;
}

@media (max-width: 767px) {
    .footer-currency-selector {
        justify-content: flex-start;
        margin-top: 20px;
    }
}