.cp10_footer {
    background-color: #0b0f19 !important;
    background-image: none !important;
    border-top: 4px solid var(--bs-primary);
    color: #e2e8f0 !important;
    font-family: 'Outfit', 'Inter', sans-serif;
    padding: 70px 0 0 !important;
    position: relative;
    perspective: 1000px;
}

.cp10_footer .widget-title {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding-bottom: 10px;
}

.cp10_footer .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: var(--bs-primary);
    border-radius: 2px;
}

.cp10_footer .textwidget p {
    color: #94a3b8 !important;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: right;
}

.cp10_footer .footer-logo {
    text-align: right;
}

.cp10_footer .footer-logo img {
    max-height: 60px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
    transform-style: preserve-3d;
}

.cp10_footer .footer-logo img:hover {
    transform: scale(1.05) rotateY(-15deg) rotateX(5deg);
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.3));
}

.cp10_footer .footer_s_inner_s {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-end;
}

.cp10_footer .footer_s_inner {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.cp10_footer .footer-sociala-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary) !important;
    font-size: 1.1rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s, color 0.3s;
}

.cp10_footer .footer_s_inner:hover .footer-sociala-icon {
    background: var(--bs-primary);
    color: #ffffff !important;
    transform: translateY(-2px) rotateY(180deg);
}

.cp10_footer .footer-sociala-info p {
    margin: 0;
    color: #cbd5e1 !important;
    font-size: 0.9rem;
    text-align: right;
}

.cp10_footer .footer-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: flex-end;
}

.cp10_footer .footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: #cbd5e1 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s, color 0.3s, box-shadow 0.3s;
    transform-style: preserve-3d;
}

.cp10_footer .footer-social a:hover {
    background: var(--bs-primary);
    color: #ffffff !important;
    transform: translateY(-5px) rotateX(15deg) rotateY(-15deg);
    box-shadow: 0 8px 16px rgba(var(--bs-primary-rgb), 0.4);
}

.cp10_footer .menu-navigation-container ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cp10_footer .menu-navigation-container ul.menu li a {
    color: #cbd5e1 !important;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-block;
    position: relative;
}

.cp10_footer .menu-navigation-container ul.menu li a::after {
    content: ' →';
    opacity: 0;
    position: absolute;
    right: -15px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cp10_footer .menu-navigation-container ul.menu li a:hover {
    color: var(--bs-primary) !important;
    transform: translateX(8px);
}

.cp10_footer .menu-navigation-container ul.menu li a:hover::after {
    opacity: 1;
    right: -20px;
}

.cp10_footer .footer-bottom {
    background-color: #070a10 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px 0;
    margin-top: 60px;
}

.cp10_footer .copy-right-text p {
    color: #64748b !important;
    margin: 0;
    font-size: 0.85rem;
}

.cp10_footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.cp10_footer .footer-menu ul li a {
    color: #64748b !important;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.cp10_footer .footer-menu ul li a:hover {
    color: var(--bs-primary) !important;
}

@media (max-width: 767px) {
    .cp10_footer .footer-menu ul {
        justify-content: center;
        margin-top: 10px;
    }
    .cp10_footer .copy-right-text {
        text-align: center;
    }
    .cp10_footer .textwidget p,
    .cp10_footer .footer-logo,
    .cp10_footer .footer-sociala-info p {
        text-align: center;
    }
    .cp10_footer .footer_s_inner_s {
        align-items: center;
    }
    .cp10_footer .footer_s_inner,
    .cp10_footer .footer-social {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .cp10_footer .col-lg-5 {
        padding-top: 35px;
    }
}

/* Facebook Widget & Privacy Notice Sub-Styles */
.cp10_footer .fb-page-widget-wrapper {
    background: #111827;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    margin-bottom: 35px;
}

.cp10_footer .fb-widget-container {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    min-height: 420px;
}

.cp10_footer .fb-blocked-notice {
    display: none !important;
    background: #111827;
    color: #f3f4f6;
    padding: 35px 24px;
    text-align: center;
    border-radius: 12px;
    min-height: 420px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
}

.cp10_footer .fb-blocked-notice.active {
    display: flex !important;
}

.cp10_footer .fb-blocked-notice i.notice-icon {
    font-size: 42px;
    color: #f59e0b;
    margin-bottom: 4px;
}

.cp10_footer .fb-blocked-notice p {
    font-size: 14.5px;
    color: #e5e7eb;
    margin: 0;
    line-height: 1.6;
    max-width: 320px;
}

.cp10_footer .fb-blocked-notice a.btn-fb-open {
    background-color: #1877f2;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 13.5px;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(24, 119, 242, 0.4);
}

.cp10_footer .fb-blocked-notice a.btn-fb-open:hover {
    background-color: #166fe5;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(24, 119, 242, 0.5);
    color: #ffffff !important;
}