/* Homepage hero slider — framed, polished indicators */

.ahlmall-home-hero.banner_section {
    padding: 12px 0 20px;
}

.ahlmall-home-hero .ahlmall-home-hero__frame {
    border: 3px solid #c9a227;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 14px 36px rgba(15, 23, 42, .14),
        0 0 0 1px rgba(180, 140, 40, .22);
    background: #0f172a;
}

.ahlmall-home-hero .carousel {
    border-radius: 13px;
    overflow: hidden;
}

.ahlmall-home-hero .carousel-item.background_bg {
    background-position: center center;
    background-size: cover;
}

.ahlmall-home-hero .carousel-control-next,
.ahlmall-home-hero .carousel-control-prev {
    opacity: .92;
    width: 44px;
    height: 44px;
    border: 2px solid rgba(201, 162, 39, .65);
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(4px);
}

.ahlmall-home-hero .carousel:hover .carousel-control-next,
.ahlmall-home-hero .carousel:hover .carousel-control-prev {
    opacity: 1;
    background: rgba(253, 106, 0, .92);
    border-color: #ffd700;
}

/* Bottom controls: counter + dots */
.ahlmall-home-hero__footer {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .78);
    border: 1px solid rgba(255, 215, 0, .35);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .35);
    pointer-events: none;
}

.ahlmall-home-hero__counter {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

.ahlmall-home-hero__counter-current {
    font-size: 18px;
    color: #fde68a;
}

.ahlmall-home-hero__counter-sep {
    color: rgba(255, 255, 255, .55);
    font-weight: 600;
}

.ahlmall-home-hero__counter-total {
    color: rgba(255, 255, 255, .85);
}

.ahlmall-home-hero .carousel-indicators.ahlmall-home-hero__indicators {
    position: static;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
}

.ahlmall-home-hero .ahlmall-home-hero__indicators li {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .35);
    opacity: 1;
    transition: width .25s ease, background .25s ease;
}

.ahlmall-home-hero .ahlmall-home-hero__indicators li::before {
    display: none;
}

.ahlmall-home-hero .ahlmall-home-hero__indicators li.active {
    width: 26px;
    background: linear-gradient(90deg, #f59e0b, #ffd700);
    box-shadow: 0 0 10px rgba(255, 215, 0, .55);
}

/* Text overlay readability */
.ahlmall-home-hero .banner_content {
    text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.ahlmall-home-hero .banner_content h2 {
    font-weight: 800;
}

.ahlmall-home-hero .btn-fill-out {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

@media (max-width: 767px) {
    .ahlmall-home-hero.banner_section.slide_medium,
    .ahlmall-home-hero.banner_section.slide_medium .carousel-item {
        height: 280px;
    }

    .ahlmall-home-hero__footer {
        bottom: 10px;
        gap: 10px;
        padding: 6px 12px;
    }

    .ahlmall-home-hero__counter-current {
        font-size: 16px;
    }

    .ahlmall-home-hero .carousel-control-next,
    .ahlmall-home-hero .carousel-control-prev {
        width: 36px;
        height: 36px;
    }
}
