
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
.store-heading-ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
ul{
    padding:0px;
}
.store-heading-ribbon {
    --r: .8em;
    border-block: .5em solid #0000;
    padding-inline: .5em calc(var(--r) + .25em);
    line-height: 1.8;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - .25em), calc(100% - var(--r)) 50%, 100% .25em);
    background: radial-gradient(.2em 50% at left, #000a, #0000) border-box, #f75d00 padding-box;
    width: fit-content;
}
.hero-section {
    height: 100vh;
    background: url('https://amplepoints.com/images/lvbg.jpg') no-repeat center center/cover;
    position: relative;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    padding: 20px;
    width: 1000px;
    position: relative;
}

.hero-content h1 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    color: white;
}

.search-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 7px;
    background-color: #f8f8f8;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.search-bar input[type="search"] {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 0px;
}


.search-bar input,
.search-bar select,
.search-bar button {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.4rem;
    flex: 1;
    min-width: 200px;
}

.search-bar button {
    background-color: #cd2341;
    color: white;
    border: none;
    cursor: pointer;
    flex: none;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    white-space: nowrap;
    min-width: auto !important;
    /* transition: all 0.3s ease-in-out; */
}


.search-bar button:hover {
    background-color: #cd2341;
    /* transform: scale(0.8); */
}

.category-suggestion-list {
    position: absolute;
    top: 94%;
    left: 25px;
    width: 41%;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    font-size: 1.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    color: black;
}

.category-suggestion-list li {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}

.category-suggestion-list li:hover {
    background-color: #f2f2f2;
}

.heading h2 {
    font-size: 4rem;
}

.listing-card {
    /* border-radius: 12px; */
    overflow: hidden;
    margin-bottom: 20px;
}

.listing-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 8px;
}

.listing-body {
    padding-top: 5px;
    text-align: left;
}

.icons i {
    background: #f1f1f1;
    padding: 8px;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.2s ease;
}

.icons i:hover {
    background: #0d6efd;
    color: #fff;
}

.listing-card-footer {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-card-footer span {
    text-transform: uppercase;
}

.ribbon {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #ccc;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 10px;
}

/* Optional color classes */
.ribbon.gold {
    background: #FFD700;
    color: #333;
}

.ribbon.silver {
    background: #C0C0C0;
    color: #333;
}

.ribbon.diamond {
    background: #00BFFF;
    color: #fff;
}

.ribbon.unclaim {
    background: #008000;
    color: #fff;
}

.ribbon.amplepro {
    background: #f75b10;
    color: #fff;
}

.explore-btn {
    color: #f75d00;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    line-height: 1.9;
}

#load-more {
    color: white;
    background: #f75d00;
    font-weight: bold;
    border-radius: 8px;
    border: 2px solid #fff;
}

.explore-btn:hover {
    color: #fff;
    background: #f75d00;
    border-radius: 5px;
}

.explore-btn a {
    color: inherit;
}

.ribbonn {
    font-size: 15px;
    font-weight: bold;
    color: #cd2341;
}

.ribbonn {
    --r: .8em;
    padding-right: calc(var(--r) + .25em);
    line-height: 2.5;
    clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
    width: fit-content;
}

.listing-body h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.listing-body p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vendor-logo {
    width: 70px;
    height: 70px;
    /* border-radius: 50%; */
    background: #fff;
    border: 3px solid gray;
    position: absolute;
    top: 160px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vendor-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .input-wrapper {
        width: 100%;
        max-width: 406px;
        position: relative;
    } */

/* Location suggestion dropdown */
.location-suggestion-list {
    position: absolute;
    top: 92%;
    left: 44.5%;
    width: 41%;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    font-size: 1.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    color: black;
}

.location-suggestion-list li {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}

.location-suggestion-list li:hover {
    background-color: #f2f2f2;
}

.store-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}
.mall-stores{
    margin-top: -90px;
}
.mall_shopcategory{
    position: relative;
    border-bottom: 1px solid #eee;
    text-align: start;
    text-decoration: solid;
    color: black;
    font-size: 18px;
    width: 95%;
}
.mall_shopcategory li{
  list-style: none;
}

.ribbon-heading {
    --r: .8em;
    border-block: .5em solid #0000;
    padding-inline: .5em calc(var(--r) + .25em);
    line-height: 1.8;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - .25em), calc(100% - var(--r)) 50%, 100% .25em);
    background: radial-gradient(.2em 50% at left, #000a, #0000) border-box, #f75d00 padding-box;
    width: fit-content;
}
.ribbon-heading {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.store-main-container{
    padding-top: 20px;
}
@media (max-width: 768px) {
    .store-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-bar {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 10px;
        min-width: 200px;
    }

    .search-bar input,
    .search-bar select,
    .search-bar button {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 30px;
        line-height: 1.4;
        color: white;
    }

    .hero-section {
        height: auto;
    }

    .category-suggestion-list {
        position: absolute;
        top: 60.5%;
        left: 27px;
        width: 100%;
        z-index: 1000;
    }

    .location-suggestion-list {
        position: absolute !important;
        top: 74% !important;
        left: 4% !important;
        width: 93% !important;
        z-index: 1000;
    }

    .shop__title{
        margin: 0px;
    }
    .mall-stores {
        margin-top: 0px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
        height: auto;
    }

    .search-bar input,
    .search-bar select,
    .search-bar button {
        width: 100%;
    }

    .category-suggestion-list {
        position: absolute;
        top: 76%;
        left: 27px;
        width: 100%;
        z-index: 1000;

    }

    .location-suggestion-list {
        position: absolute !important;
        top: 76% !important;
        left: 50.5% !important;
        width: 47% !important;
        z-index: 1000;
    }
}

.alertnobusiness {
    font-weight: bold;
    color: #000;
    font-size: 1.8rem;
    border: 2px solid #cd2341;
}

.pagination .page-item .page-link {
    margin: 0 3px;
    color: #dc3545;
    /* red text */
}

.pagination .page-item.active .page-link {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.alphabet-container{
  justify-items: center;
}
.alphabet-filter {
  text-align: center;
  margin: 12px 0;
}
.alphabet-filter a {
  height: auto !important;
  margin: 2px 4px!important;
  padding: 2px 8px!important;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: 0.3s;
}
.alphabet-filter a:hover {
  background-color: #cd2341;
  color: white;
}

.cat-ribbon {
    --r: .8em;
    border-block: .5em solid #0000;
    padding-inline: .5em calc(var(--r) + .25em);
    line-height: 1.8;
    clip-path: polygon(100% 0,
            0 0,
            0 100%,
            100% 100%,
            calc(100% - var(--r)) calc(100% - .25em),
            100% 50%,
            calc(100% - var(--r)) .25em);
    background: radial-gradient(.2em 50% at left, #000a, #0000) border-box, #f75d00 padding-box;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}


