.site-footer {
    background: #0B0B10 !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    border: none !important;
    padding-top: 60px !important;
    padding-bottom: 0 !important;
}

.site-footer-row-container,
.site-footer-row,
.site-footer-section {
    padding: 0 !important;
    margin: 0 !important;
}

.site-middle-footer-wrap .site-footer-row {
    padding-bottom: 50px !important;
}

.site-footer .widget-title,
.site-footer .widgettitle,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    letter-spacing: -0.01em !important;
    margin: 0 0 24px 0 !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: none !important;
}

.site-footer p,
.site-footer .textwidget {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.site-footer .widget_text h2,
.site-footer .widget_text h3,
.site-footer .textwidget h2,
.site-footer .textwidget h3,
.site-footer .widget_custom_html h2,
.site-footer .widget_custom_html h3 {
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
    letter-spacing: -0.02em !important;
    color: #fff !important;
    font-family: 'Outfit', sans-serif !important;
}

.site-footer .menu,
.site-footer ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column !important;
    gap: 14px !important;
}

.site-footer .menu li,
.site-footer ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.site-footer a,
.site-footer .menu li a,
.site-footer ul li a,
.site-footer .product-title {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
    display: inline-block !important;
    background: none !important;
    padding: 0 !important;
}

.site-footer a:hover,
.site-footer .menu li a:hover,
.site-footer ul li a:hover,
.site-footer .product-title:hover {
    color: #fff !important;
    background: none !important;
}

.site-footer .count {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px !important;
    margin-left: 4px !important;
}

.site-footer .amount {
    display: none !important;
}

.site-footer .mc4wp-form,
.site-footer form.cart,
.site-footer .widget_newsletter form,
.site-footer form {
    display: flex !important;
    align-items: center !important;
    background: #fff !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    padding: 6px 6px 6px 24px !important;
    margin-top: 25px !important;
    max-width: 450px !important;
}

.site-footer input[type="email"] {
    flex: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    font-size: 15px !important;
    color: #111 !important;
    font-family: 'Inter', sans-serif !important;
    padding: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
}

.site-footer input[type="email"]::placeholder {
    color: #777 !important;
}

.site-footer input[type="submit"],
.site-footer button[type="submit"] {
    flex-shrink: 0 !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background-color: #000 !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.3s ease, background-position 0.3s ease !important;
    padding: 0 !important;
    font-size: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.site-footer input[type="submit"]:hover,
.site-footer button[type="submit"]:hover {
    background-color: #E11A5B !important;
    background-position: calc(50% + 4px) center !important;
}

.site-footer button[type="submit"] svg {
    transition: transform 0.3s ease !important;
    margin-right: 0 !important;
}

.site-footer button[type="submit"]:hover svg {
    transform: translateX(4px) !important;
}

.site-bottom-footer-wrap {
    background: #ffffff !important;
    color: #111 !important;
    padding: 15px 0 !important;
    margin-top: 0 !important;
}

.site-bottom-footer-wrap .widget-title,
.site-bottom-footer-wrap p,
.site-bottom-footer-wrap .textwidget,
.site-bottom-footer-wrap a {
    color: #111 !important;
}

.site-bottom-footer-wrap a:hover {
    color: #E11A5B !important;
}

.site-bottom-footer-wrap .footer-social-wrap a {
    color: #111 !important;
}

.site-bottom-footer-wrap .footer-social-wrap a:hover {
    color: #E11A5B !important;
}

.site-bottom-footer-wrap .site-footer-row {
    align-items: center !important;
}

@media (max-width: 768px) {
    .site-footer {
        padding-top: 40px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-top-footer-wrap,
    .site-middle-footer-wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .site-footer .widget_text h2,
    .site-footer .widget_text h3,
    .site-footer .textwidget h2,
    .site-footer .textwidget h3,
    .site-footer .widget_custom_html h2,
    .site-footer .widget_custom_html h3 {
        font-size: 26px !important;
        margin-top: 20px !important;
    }

    .site-footer .mc4wp-form,
    .site-footer form.cart,
    .site-footer .widget_newsletter form,
    .site-footer form {
        max-width: 100% !important;
        width: 100% !important;
        padding: 8px 8px 8px 24px !important;
    }

    .site-footer input[type="submit"],
    .site-footer button[type="submit"] {
        width: 50px !important;
        height: 50px !important;
    }

    .site-bottom-footer-wrap {
        padding: 20px !important;
    }

    .site-bottom-footer-wrap .site-footer-row {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .site-bottom-footer-wrap .footer-html-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .site-bottom-footer-wrap img {
        margin: 0 auto;
    }

    .base-back-to-top {
        background: #fff !important;
        border: 2px solid #000 !important;
        color: #000 !important;
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
        right: 20px !important;
        bottom: 20px !important;
        transition: transform 0.3s ease !important;
    }

    .base-back-to-top:hover {
        transform: translateY(-5px) !important;
    }

    .base-back-to-top svg {
        fill: none !important;
        stroke: #000 !important;
        stroke-width: 2px !important;
        width: 20px !important;
        height: 20px !important;
    }

    .site-footer .sb-accordion-toggle {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        cursor: pointer !important;
        padding: 15px 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .site-footer .sb-accordion-toggle::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.8;
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .site-footer .sb-accordion-toggle.sb-active::after {
        transform: rotate(180deg) !important;
    }

    .site-footer .widget:not(.sb-widget-newsletter)>*:not(.widget-title) {
        display: none;
    }

    .site-footer .widget.sb-active>*:not(.widget-title) {
        display: block !important;
        padding-bottom: 20px !important;
    }

    .site-footer .sb-accordion-toggle.sb-active {
        border-bottom-color: transparent !important;
    }

    .site-footer .widget:not(.sb-widget-newsletter) ul {
        margin-top: 10px !important;
    }
}

/* Custom Creative Hover Effect for Theme Credit */
.shark-credit-link {
    position: relative !important;
    display: inline-block !important;
    color: #111 !important;
    font-weight: 700 !important;
    transition: color 0.3s ease, text-shadow 0.3s ease !important;
    z-index: 1;
    text-decoration: none !important;
}

.shark-credit-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: linear-gradient(90deg, #E11A5B, #cd095d, #E11A5B);
    background-size: 200% auto;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
}

.shark-credit-link:hover {
    color: #E11A5B !important;
}

.shark-credit-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    animation: gradientShift 2s linear infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

@media (max-width: 991px) {
    .site-bottom-footer-wrap .footer-social-inner-wrap {
        justify-content: center !important;
    }

    .site-bottom-footer-wrap .footer-social-wrap {
        width: 100% !important;
        text-align: center !important;
    }
}

.shark-credit-tooltip {
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #E11A5B;
    color: #fff !important;
    padding: 2px 8px;
    border-radius: 15px;
    font-size: 10px !important;
    font-weight: 500 !important;
    white-space: nowrap;
    letter-spacing: 0 !important;
    text-transform: none !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    text-shadow: none !important;
}

.shark-credit-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #E11A5B transparent transparent transparent;
}

.shark-credit-link:hover .shark-credit-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}