.showcase-first-section {
    padding: 2rem 0;
}

.showcase-first-section h1 {
    font-size: 40px;
    font-family: 'GilroyBold';
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
    display: none;
}

.showcase-first-section img {
    margin: 0 auto;
    display: block;
    height: 70px;
    margin-bottom: .5rem;
}

.showcase-first-section h2 {
    font-size: 24px;
    text-align: center;
    font-family: 'GilroyReg';
}

.showcase-main-header {
    position: relative;
}

.main-showcase-hero {
    width: 100%;
}

.main-showcase-overlay {
    background: linear-gradient(90deg, #313131 80.88%, rgba(49, 49, 49, 0.00) 99.93%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 52%;
}

.main-showcase-info-container {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
}

.main-showcase-info {
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 40.666667%;
}

.main-showcase-info img {
    width: 100%;
}

.main-showcase-info p {
    font-family: GilroyReg;
    color: #fff;
    font-size: 24px;
    display: block;
    margin: 2rem 0;
}

.main-showcase-info a {
    font-size: 20px;
    color: #212529;
    background-color: #fff;
    padding: .5rem 4rem;
    border-radius: 5px;
    width: max-content;
    border: 2px solid #fff;
}

.main-showcase-info a:hover {
    background-color: transparent;
    color: #fff;
}

.showcase-mid-cta {
    margin: 1rem 0;
    padding: 2rem;
}

.showcase-mid-cta p {
    margin: 0;
    text-align: center;
    font-family: GilroyHeavy;
    font-style: italic;
    font-size: 40px;
}

.showcase-latest h3 {
    position: relative;
}

.showcase-latest h3 span {
    font-size: 24px;
    font-family: GilroyBold;
    text-transform: uppercase;
    display: block;
    background-color: #f7f7f7;
    z-index: 1;
    width: max-content;
    padding-right: 1rem;
    position: relative;
}

.showcase-latest h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #E0AA6B;
}

.showcase-latest {
    padding: 3rem 0;
    background-color: #f7f7f7;
}

.showcase-latest .item {
    position: relative;
}

.showcase-latest .item > img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 20px;
}

.showcase-latest .item .brand-info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.showcase-latest .item .brand-info img {
    width: 165px;
    height: 55px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 15px;
    object-fit: contain;
    padding: .5rem 0;
}

.showcase-latest .item .brand-tagline {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: GilroyBold;
    color: #fff;
    font-size: 24px;
    padding: 1rem;
    z-index: 2;
}

.brands-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: var(--Liner-70, linear-gradient(180deg, rgba(0, 0, 0, 0.00) 55.45%, rgba(0, 0, 0, 0.70) 99.92%));
    border-radius: 20px;
    left: 0;
}

.showcase-slick {
    margin-top: 2rem;
}

.showcase-slick .slick-list {
    margin: 0 -8px;
}

.showcase-slick .slick-slide {
    margin: 0 8px;
}

.explore-container {
    padding: 3rem 0;
}

.explore-container h4 {
    font-family: GilroyBold;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 2rem;
}

.explore-big-brand-image {
    display: flex;
    padding: 1rem;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.explore-big-brand-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.explore-big-brand-text {
    font-size: 24px;
    color: #000;
    font-family: GilroyBold;
    margin-top: 1rem;
    display: block;
}

.explore-small-brand-image {
    background-color: #162c3e;
    display: flex;
    height: 150px;
    width: 220px;
    border-radius: 16px;
    justify-content: center;
    align-items: stretch;
}

.explore-small-brand-text {
    color: #000;
    font-size: 24px;
    margin-left: 1rem;
}

.explore-small-brand-image img {
    width: 220px;
    height: auto;
    object-fit: contain;
    padding: 1rem;
}

.explore-small-main-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.explore-small-brand-container {
    display: flex;
    align-items: center;
}

.showcase-cta {
    padding: 3rem 0;
    background-color: #202020;
}

.showcase-cta p {
    font-family: 'GilroyMedium';
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.showcase-cta a {
    background-color: #DDA971;
    color: #fff;
    border-radius: 5px;
    font-family: GilroyBold;
    padding: 1rem 4rem;
    margin: 0 auto;
    display: flex;
    max-width: max-content;
    margin-top: 2rem;
    border: 2px solid #DDA971;
}

.showcase-cta a:hover {
    background-color: transparent;
    color: #fff;
}

@media (min-width: 1350px) {
    .main-showcase-info {
        max-width: 36.666667%;
    }
}

@media (max-width: 992px) {
    .main-showcase-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38%, #000 100%);
        width: 100%;
    }

    .main-showcase-info {
        max-width: 100%;
        justify-content: flex-end;
        padding-bottom: 1rem;
    }

    .main-showcase-info img {
        width: 180px;
    }

    .main-showcase-info p {
        font-size: 16px;
        margin-bottom: .5rem;
        margin-top: .5rem;
    }

    .main-showcase-info a {
        margin: 0;
        margin-left: auto;
        font-size: 16px;
        padding: .5rem 2rem;
    }

    .showcase-first-section h2 {
        font-size: 16px;
    }
    
    .showcase-first-section h1 {
        font-size: 28px;
    }

    .showcase-mid-cta p {
        font-size: 28px;
    }

    .showcase-main-header {
        height: 400px;
    }

    .showcase-main-header .row,
    .showcase-main-header .col-lg-7 {
        height: 100%;
    }

    .main-showcase-hero {
        height: 100%;
        object-fit: cover;
    }

    .showcase-latest h3 span {
        font-size: 20px;
    }

    .showcase-latest h3:after {
        height: 0.4em;
    }

    .showcase-slick .slick-list {
        padding: 0 8px;
        overflow: visible;
    }

    .showcase-latest {
        overflow: hidden;
    }

    .explore-big-brand-image {
        /* height: auto; */
        /*aspect-ratio: 5/3;*/
    }

    .explore-small-brand-image {
        width: 150px;
        height: auto;
        aspect-ratio: 5/4;
    }

    .explore-small-brand-image img {
        width: 150px;
    }

    .explore-big-brand-text {
        font-size: 16px;
        margin-top: .5rem;
    }

    .explore-small-brand-text {
        font-size: 16px;
    }

    .explore-container h4 {
        font-size: 20px;
    }

    .showcase-cta br {
        display: none;
    }

    .showcase-latest .item .brand-tagline,
    .showcase-cta p {
        font-size: 16px;
    }

    .showcase-cta a {
        padding: .75rem 2rem;
    }
}



/* NEW */
.alphabet-menu{
    justify-content: space-between;
}
.alphabet-menu .letter{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 40px !important; /* Adjust the width and height as needed */
    height: 40px !important;
    border-radius: 50%;
    background: #F7F7F7;
}
.alphabet-menu .letter a{
    color: #959595;
    font-family: 'GilroyReg';
}

.letter.active{
    background-color: #DDA971;
}

.letter.active .alphabet-link.active{
    color: #fff;
}

.search-filter .form-container{
    width: 100%;
    padding: 10px 10px;
    border-radius: 20px;
    background: #F7F7F7;
    display: flex;
}
.search-container input[type="text"] {
    background: #F7F7F7;
    border: 0px;
    width: 90%;
}
.search-container button {
    background: #F7F7F7;
    border: 0px;
}
.city-filter,
.sort-filter{
    padding-left: 27px;
}

.city-filter select,
.sort-filter select {
    padding: 11px 27px;
    border: 0px solid #ccc;
    border-radius: 21px;
    font-size: 16px;
    background: #F7F7F7;
    font-family: GilroyBold;
    text-transform: uppercase;
    color: #000;
}
.city-filter span,
.sort-filter span {
    font-family: GilroyBold;
}

.city-filter select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}
.city-filter option {
    padding: 10px;
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
}

/* Hide scrollbar for WebKit browsers */
.showcase-slick::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.showcase-slick {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#search-button svg path{
    fill: #000;
}


.floating-background {
    position: relative;
}

.background-left, .background-right {
    position: absolute;
    width: 180px; /* Adjust the width as needed */
    height: auto;
    opacity: 0.5; /* Adjust the opacity as needed */
    z-index: 1; /* Ensure the images are behind the text */
}

.background-left {
    left: 0;
    top: 15%;
}

.background-right {
    right: 0;
    bottom: 0;
}

.showcase-cta p, .showcase-cta a {
    position: relative;
    z-index: 2; /* Ensure the text is above the images */
}

.showcase-explore .search-filter .filter-container{
    justify-content: flex-end;
}


@media(min-width: 769px) {
    .showcase-latest h3 span,
    .showcase-explore h3 span {
        font-size: 24px;
    }
}

@media(max-width: 768px) {

    .showcase-explore .search-filter .filter-container{
        justify-content: flex-start;
    }
    .showcase-explore .search-filter .filter-container .city-filter {
        padding-left: 0;
    }

    .showcase-latest h3 span,
    .showcase-explore h3 span {
        font-size: 20px;
    }

}

#footer{
    margin-top: 0;
}

/* pagination */
#showcase-results .showcase-pagination{
    justify-content: center;
}

#showcase-results .showcase-pagination .pagination-link{
    padding: 10px;

}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #f7f7f7;
    color: #959595;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-link:hover {
    background-color: #DDA971;
    color: #fff;
}

.pagination-link.active {
    background-color: #DDA971;
    color: #fff;
}

.pagination-link.previous,
.pagination-link.next {
    background-color: #000;
    color: #fff;
}


.showcase-latest h3:after,
.showcase-explore h3:after {
    height: 0.4em;
}


.showcase-latest h3:after,
.showcase-explore h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #E0AA6B;
}

.showcase-latest h3,
.showcase-explore h3 {
    position: relative;
}

.showcase-latest h3 span{
    background-color: #f7f7f7;
}

.showcase-explore h3 span {
    background-color: #fff;
}

.showcase-latest h3 span,
.showcase-explore h3 span {
    font-family: GilroyBold;
    text-transform: uppercase;
    display: block;
    z-index: 1;
    width: max-content;
    padding-right: 1rem;
    position: relative;
}

.main-showcase-info a{
    margin-left: 0px;
}