/* Footer Professional Styles */
.footer-style1 {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer-style1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.footer-style1 .container {
    position: relative;
    z-index: 2;
}

/* Footer Sidebar Styling */
.realestate-footer-sidebar h2 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.realestate-footer-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.realestate-footer-sidebar ul li {
    margin-bottom: 0.75rem;
}

.realestate-footer-sidebar ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.realestate-footer-sidebar ul li a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
    transform: translateX(5px);
}

.realestate-footer-sidebar ul li a::before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #3b82f6;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.realestate-footer-sidebar ul li a:hover::before {
    opacity: 1;
    left: -0.75rem;
}

/* Contact Details Styling */
.realetate-footer-details li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.realetate-footer-details li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.realetate-footer-details li i {
    color: #3b82f6;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    width: 20px;
    text-align: center;
}

.realetate-footer-details li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.realetate-footer-details li a:hover {
    color: #3b82f6;
}

/* Newsletter Form */
.realestate-footer-sidebar-form .realestate-subscriber-content {
    display: flex;
    gap: 0;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.realestate-footer-sidebar-form .realestate-input {
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 0.75rem 1rem;
    flex: 1;
    outline: none;
}

.realestate-footer-sidebar-form .realestate-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.realestate-footer-sidebar-form .realestate-input:focus {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
}

.realestate-footer-sidebar-form .realestate-subscrip-btn {
    background: linear-gradient(45deg, #3b82f6, #1d4ed8);
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.realestate-footer-sidebar-form .realestate-subscrip-btn:hover {
    background: linear-gradient(45deg, #1d4ed8, #1e40af);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Certification Badges */
.certification-badge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 0.75rem;
    text-align: center;
    transition: all 0.3s ease;
}

.certification-badge:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* Footer Bottom Section */
.footer-bottom-contentr {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.realestate-footer-socials ul {
    display: flex;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.realestate-footer-socials ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.realestate-footer-socials ul li a:hover {
    background: #3b82f6;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

/* Copyright Section */
.realestate-footer-copyright {
    color: rgba(255, 255, 255, 0.9);
}

.realestate-footer-copyright a {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.realestate-footer-copyright a:hover {
    color: #60a5fa;
}

/* Footer Navigation */
.realestate-sub-footer-nav-menus ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.realestate-sub-footer-nav-menus ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.realestate-sub-footer-nav-menus ul li a:hover {
    color: #3b82f6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .realestate-footer-socials,
    .realestate-footer-copyright,
    .realestate-sub-footer-nav-menus {
        text-align: center !important;
        margin-bottom: 1rem;
    }
    
    .realestate-sub-footer-nav-menus ul {
        justify-content: center !important;
    }
    
    .d-flex.gap-3 {
        flex-direction: column;
        gap: 1rem !important;
    }
}

/* Logo Hover Effect */
.realestate-footer-logo img {
    transition: all 0.3s ease;
    filter: brightness(1);
}

.realestate-footer-logo:hover img {
    filter: brightness(1.1);
    transform: scale(1.05);
}

/* Heart Animation */
@keyframes heartbeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.fa-heart {
    animation: heartbeat 2s infinite;
}
