#section-reseller {
    margin-top: 100px;
}
#section-reseller .container .line {
    width: 12%;
    min-width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
    margin: 8px 0px 30px;
}
#section-reseller .wrapper-search input {
    background: transparent;
    border: 0;
    border-bottom: 1.5px solid #fff;
    width: 400px;
    max-width: 100%;
    height: calc(1.375rem + 1.5vw);
    margin-top: calc(8px + 0.5rem);
    padding: 0 30px;
    /* text-transform: capitalize; */
}
#section-reseller .wrapper-search input:focus-visible {
    outline: 0;
}
#section-reseller .wrapper-search .dropdown-menu.show {
    background: #2a251f;
    padding: 15px;
}
#section-reseller .wrapper-search .dropdown-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.3);
}
#section-reseller .wrapper-search .dropdown-menu span.dropdown-item {
    color: #777777;
}
#section-reseller .wrapper-search .dropdown-menu .dropdown-item {
    color: #f1f1f1;
}
#section-reseller .wrapper-input {
    float: right;
    max-width: 100%;
}
#section-reseller .wrapper-input .ic-filter {
    position: absolute;
    right: 0;
    bottom: 8px;
}
#section-reseller .wrapper-input i.fa-search {
    position: absolute;
    bottom: 8px;
    left: 5px;
    font-size: inherit;
}
#section-reseller .wrapper-input i.fa-close {
    display: none;
    cursor: pointer;
}
#section-reseller .wrapper-input i.fa-check {
    margin-right: 10px;
    color: #9dcb3b;
    opacity: 0;
}
#section-reseller .resellers .area {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#section-reseller .resellers .area .name {
    font-size: 24px;
    color: #9dcb3b;
}

#section-reseller .resellers .area .store .title-store .store-name {
    text-decoration: underline;
    font-size: 18px;
}
#section-reseller .resellers .area .store .desc-store p {
    font-size: 14px;
}
#section-reseller .resellers .area .store .title-store .store-icon,
#section-reseller .resellers .area .store .desc-store img {
    width: 24px;
    margin-right: 10px;
}
#section-reseller .visit-contact:hover {
    text-decoration: underline;
    color: #fff;
}
.title1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 63px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: #0055a3;
}

.title1 span {
    display: block;
}
.title2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 63px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #0055a3;
}

.title2 span {
    display: block;
}

.input-container {
    position: relative;
}

.search-container {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
}
.button_province:not(.active) {
    background-color: transparent;
}
.custom-search {
    width: 100%;
    height: 100%;
    border: none !important;
    padding: 0px 30px !important;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #d9d9d9;
    font-size: 20px;
    pointer-events: none; /* Allows clicks to pass through the icon */
}
.dropdown-item {
    display: inline-block;
    height: 32px;
    padding: 3px 5px;
    gap: 0px;
    font-size: 10px;
    border-radius: 6px 0px 0px 0px;
    border: 1px solid #d9d9d9;
    opacity: 1;
    background-color: transparent; /* Background transparent */
    text-align: center; /* Text center-aligned */
    text-decoration: none; /* Remove default link styling */
    color: #000; /* Set text color to black */
    width: fit-content; /* Set width based on content */

    margin-bottom: 0px; /* Add margin bottom for spacing */
}
.area {
    height: 412px; /* Tinggi sesuai kebutuhan */
    gap: 16px;
    overflow: auto; /* Membuat konten scrolling jika melebihi dimensi */
    opacity: 1; /* Set opacity sesuai kebutuhan */
    color: #000; /* Set text color to black */
}
.button_season {
    font-size: 10px;
}
.button_season.active {
    background-color: #f0f0f0; /* Contoh warna background untuk tombol aktif */
    border-color: #007bff; /* Contoh warna border untuk tombol aktif */
    color: #000;
}
.detail {
    display: none;
    margin-top: 10px;
}
.image1 {
    width: 100%;
    max-width: 676px;
    /* height: 676px; */
    aspect-ratio: 1;
    border-radius: 8px;
    position: relative;
}

.image1 img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.image1 .position-absolute {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 0;
    /* You can add other styles here if needed */
}

.responsive-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
    object-position: center; /* Centers the image */
}

.position-absolute {
    position: absolute;
    /* Add additional styles for the position-absolute div if needed */
}
.scrollable {
    width: 300px;
    height: 150px;
    border: 1px solid #000;
    padding: 10px;
    overflow-y: scroll;
}

.card-marketplace {
    position: relative;
    width: 375px;
    aspect-ratio: 375/323;
    overflow: hidden;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
}

.card-marketplace .position-absolute .text p{
    margin-bottom: 0;
}

.card-marketplace .position-absolute .text p strong{
    font-size: 24px;
    margin-bottom: 0;
}

@media only screen and ((min-width: 1200px)) {
    #section-reseller .wrapper-search input {
        height: 2.5rem;
    }
}
@media only screen and (max-width: 720px) {
    #section-form .container .help {
        padding: 3rem 1rem;
        margin-left: -1rem;
        margin-right: -1rem;
    }
}
@media only screen and (max-width: 575px) {
    #section-reseller .wrapper-input {
        float: left;
        width: 100%;
    }
    #section-reseller .wrapper-search input {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    #section-form {
        margin: 50px 0 !important;
    }
}