/* =========================
   DIGIFISH FOOTER
========================= */

.digifish-footer {
    background: radial-gradient(circle at top, #1c2d4a, #0b1325);
    color: #bfc7d5;
    padding: 70px 0 30px;
    font-size: 14px;
}

.digifish-footer h4,
.footer-logo {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 18px;
}

.footer-logo {
    font-size: 22px;
    letter-spacing: 1px;
}

.footer-desc {
    margin-bottom: 20px;
    line-height: 1.7;
}

.digifish-footer ul {
    list-style: none;
    padding: 0;
}

.digifish-footer ul li {
    margin-bottom: 10px;
}

.digifish-footer ul li a {
    color: #bfc7d5;
    text-decoration: none;
    transition: 0.3s;
}

.digifish-footer ul li a:hover {
    color: #4f8cff;
}

.footer-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #4f8cff;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.contact-item i {
    margin-right: 10px;
    color: #4f8cff;
    font-size: 16px;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 13px;
}
.single-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    min-height: 320px;
}

.banner-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.single-banner .content {
    position: relative;
    color: #fff;
    padding: 40px;
    max-width: 420px;
}

.single-banner h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-banner p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
}

.btn-success {
    background-color: #198754;
    border: none;
}


/* Quantity Control */
.quantity-control {
    width: 140px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.qty-btn {
    width: 40px;
    font-size: 20px;
    font-weight: bold;
    background: #f1f5f9;
    border: none;
    transition: all 0.2s ease;
}

.qty-btn:hover {
    background: #1e40af;
    color: #fff;
}

.qty-input {
    border: none;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
}

.qty-input:focus {
    box-shadow: none;
}

/* Mobile friendly */
@media (max-width: 576px) {
    .quantity-control {
        width: 120px;
    }
}
