/* ═══════════════════════════════════════════════════════════════
   Nexella — CUSTOM OVERRIDES
   ═══════════════════════════════════════════════════════════════ */

/* ─── Banner Slider Nav Buttons ─────────────────────────────── */
.custom-nav-btn {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.custom-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    border-color: #fff;
}

.custom-nav-btn::after {
    font-size: 16px !important;
    font-weight: 800;
}

/* ─── Category Card — Image Top, Text+Arrow Bottom ──────────── */
.work-single-box-two .work-box-inner {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
}

.work-single-box-two .work-img {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.work-single-box-two .work-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.work-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--body-bg, #0d0d0d);
    padding: 18px 20px;
    border-radius: 0 0 16px 16px;
}

.work-content-bottom .title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

.work-content-bottom .title a {
    color: #fff;
    text-decoration: none;
}

.cat-arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: var(--theme-color1, #e8590c);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cat-arrow-btn:hover {
    background: #fff;
    color: var(--theme-color1, #e8590c);
}

/* ─── Global Image Fit ───────────────────────────────────────── */
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* Exclude decorative/icon/logo images from cover */
img[src$=".svg"],
.logo img,
.footer-logo img,
.nav-logo img,
.process-shape img,
.about-shape img,
.about-shape2 img,
.dance-sp img,
.work-shapes img,
.choose-shape img,
.dote-shape img,
.hero-img img,
.testi-circle img,
.sub-title img,
.array-button img,
.social-icon img {
    object-fit: contain;
}

/* ─── Product & Category image containers — 500x500, full image visible ── */
.aspect-4-3-container {
    width: 100% !important;
    height: 260px !important;
    overflow: hidden !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.aspect-4-3-container a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.aspect-4-3-container img,
.aspect-4-3-container a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #fff !important;
}

/* Category cards on index page slider */
.work-single-box-two .work-img {
    background: #fff !important;
    overflow: hidden !important;
}

.work-single-box-two .work-img img {
    width: 100% !important;
    height: 220px !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #fff !important;
}
