/*==============================================
    Site Footer Premium Redesign - Theme Sync
===============================================*/
.site-footer {
    position: relative;
    display: block;
    background-color: #0c0d0e !important;
    padding-top: 80px;
    padding-bottom: 0;
    overflow: hidden;
    z-index: 1;
    color: var(--fixpro-white) !important;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 20%, rgba(var(--fixpro-base-rgb), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 10% 80%, rgba(var(--fixpro-base-rgb), 0.08) 0%, transparent 40%);
    z-index: -1;
}

.site-footer__shape-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--fixpro-base) 0%, transparent 100%);
    opacity: 0.05;
    border-radius: 50%;
    filter: blur(80px);
    z-index: -1;
}

.site-footer__shape-2 {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--fixpro-base) 0%, transparent 100%);
    opacity: 0.04;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
}

.site-footer__top {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-widget__column {
    position: relative;
    margin-bottom: 30px;
}

.footer-widget__logo {
    margin-bottom: 25px;
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 100%;
}

.footer-widget__logo img {
    max-width: 220px;
    height: auto;
    display: block;
}

.footer-widget__about-text {
    font-size: 15px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 30px;
}

.site-footer__social {
    display: flex;
    gap: 12px;
}

.site-footer__social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: var(--fixpro-white) !important;
    font-size: 16px;
    transition: all 0.4s ease;
}

.site-footer__social a:hover {
    background: var(--fixpro-base);
    border-color: var(--fixpro-base);
    color: var(--fixpro-white) !important;
    transform: translateY(-5px);
}

.site-footer .footer-widget__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--fixpro-white) !important;
    margin-bottom: 35px;
    position: relative;
    font-family: var(--fixpro-font-two);
    text-transform: capitalize;
}

.site-footer .footer-widget__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 3px;
    background: var(--fixpro-base);
    border-radius: 2px;
}

.footer-widget__list li {
    margin-bottom: 15px;
}

.footer-widget__list li a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-widget__list li a::before {
    content: "\e90f";
    font-family: 'icomoon';
    margin-right: 10px;
    font-size: 12px;
    color: var(--fixpro-base);
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.footer-widget__list li a:hover {
    color: var(--fixpro-base) !important;
    padding-left: 5px;
}

.footer-widget__list li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer-widget__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-widget__contact-list li .icon {
    width: 44px;
    height: 44px;
    background: rgba(var(--fixpro-base-rgb), 0.1);
    border: 1px solid rgba(var(--fixpro-base-rgb), 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fixpro-base) !important;
    font-size: 18px;
    flex-shrink: 0;
}

.footer-widget__contact-list li:hover .icon {
    background: var(--fixpro-base);
    color: var(--fixpro-white) !important;
}

.footer-widget__contact-list li .text span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 2px;
    font-weight: 600;
}

.footer-widget__contact-list li .text a {
    color: var(--fixpro-white) !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-widget__contact-list li .text a:hover {
    color: var(--fixpro-base) !important;
}

.footer-widget__newsletter {
    margin-top: 30px;
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.footer-widget__newsletter-form .input-box {
    position: relative;
    max-width: 300px;
}

.footer-widget__newsletter-form input {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0 50px 0 15px;
    color: var(--fixpro-white);
    font-size: 14px;
    outline: none;
}

.footer-widget__newsletter-form input:focus {
    border-color: var(--fixpro-base);
    background: rgba(255, 255, 255, 0.08);
}

.footer-widget__newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 42px;
    height: 42px;
    background: var(--fixpro-base);
    color: var(--fixpro-white);
    border: none;
    border-radius: 8px;
    font-size: 14px;
}

/* Bottom Bar */
.site-footer__bottom {
    padding: 25px 0;
    background: #08090a;
}

.site-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.site-footer__copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4) !important;
    margin: 0;
}

.site-footer__copyright a {
    color: var(--fixpro-base) !important;
    font-weight: 600;
}

.site-footer__bottom-menu {
    display: flex;
    gap: 25px;
}

.site-footer__bottom-menu li a {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 14px;
}

.site-footer__bottom-menu li a:hover {
    color: var(--fixpro-base) !important;
}

/* Responsive */
@media (max-width: 1199px) {
    .site-footer {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .footer-widget__column {
        margin-bottom: 50px;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-top: 60px;
    }

    .footer-widget__title {
        margin-bottom: 30px;
    }

    .footer-widget__newsletter {
        padding: 20px;
    }
}

/* Sticky Contact Buttons Left Side */
.sticky-contact-btns {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}

.sticky-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.sticky-btn:hover {
    transform: scale(1.1) translateY(-5px);
    color: #fff;
}

.sticky-btn.call-btn-fixed {
    background: #FF6B35;
}

.sticky-btn.whatsapp-btn-fixed {
    background: #FF6B35;
}

.sticky-btn i {
    line-height: 1;
}

@media (max-width: 767px) {
    .sticky-contact-btns {
        bottom: 15px;
        left: 15px;
        gap: 10px;
    }

    .sticky-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}
