@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    width: 95%;
    margin: 0 auto;
    overflow-x: hidden;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.orange-btn,
.green-btn {
    background: linear-gradient(to right, #e9c046, #b4882c);
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #111;
}

.main-btn:hover {
    color: #363636 !important;
}

.green-btn {
    background: #135c3b;
    color: #fff;
}

.main-btn.big,
.blue-btn.big {
    padding: 12px 15px;
    font-size: 22px;
}

.top-bar {
    background-color: #135c3b;
    padding: 10px 0;
}

.top-bar ul {
    display: flex;
    gap: 8px;
}

.top-bar ul a {
    color: #fff;
    font-size: 14px;
}

.top-bar ul.top-contact {
    gap: 30px;
}

.top-bar ul.top-contact a i {
    padding-right: 5px;
}

.top-bar ul.top-social a {
    background-color: #fff;
    color: #135c3b;
    min-width: 22px;
    height: 22px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-banner {
    background-image: url(../images/banner-img.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.landing-banner h1 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
}

.landing-banner h5 {
    font-weight: 400;
    font-size: 24px;
}

.landing-banner .banner-btn-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filter-results {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--bs-gutter-x, 0.75rem) * -1);
    margin-left: calc(var(--bs-gutter-x, 0.75rem) * -1);
}

.watch-card {
    flex: 0 0 25%;
    /* flex-grow, flex-shrink, flex-basis */
    max-width: 25%;
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 15px;
    border: 5px solid #fff;
}

.watch-card .watch-img {
    position: relative;
}

.watch-card .watch-img .watch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.watch-card .watch-img:hover .watch-overlay {
    display: flex;
}

.watch-card .watch-img .watch-overlay a {
    font-size: 12px;
}

.modal .watch-card {
    max-width: 100%;
    flex: 0 0 100%;
}

.watch-card .watch-content {
    padding-top: 10px;
}

.watch-card h3 {
    font-size: 12px;
    text-transform: uppercase;
    min-height: 50px;
}

.modal .watch-card h3 {
    min-height: auto;
    padding-bottom: 10px;
    font-size: 14px;
}

.watch-card .watch-detail li {
    display: flex;
    font-size: 10px;
}

.modal .watch-card .watch-detail li {
    font-size: 12px;
}

.watch-card .watch-detail li span:first-child {
    min-width: 80px;
}

.modal .watch-card .watch-detail li span:first-child {
    min-width: 100px;
}

.watch-card .watch-detail li:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
}

.watch-card .watch-btns {
    display: flex;
    gap: 5px;
}

.watch-card .watch-btns a {
    font-size: 10px;
    padding: 5px;
    width: 100%;
    gap: 5px;
    text-transform: capitalize;
}

footer {
    background-color: #202020;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

footer p {
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.filter-result-top,
.filter-result-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.filter-result-bottom {
    justify-content: end;
}

.filter-result-top .breadcrumb {
    margin: 0;
}

.filter-result-top .breadcrumb li,
.filter-result-top .breadcrumb li a {
    text-transform: uppercase;
    color: #c0c0c0;
    font-weight: 600;
    font-size: 12px;
}

.filter-result-top .breadcrumb li {
    color: #b4882c;
}

.filter-result-top .filter-result-top-right,
.filter-result-bottom .filter-result-bottom-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.filter-result-top .filter-result-top-right p,
.filter-result-bottom .filter-result-bottom-right p {
    font-size: 10px;
    font-weight: 600;
    margin: 0;
}

.filter-result-top .filter-result-top-right .dropdown-toggle,
.filter-result-bottom .filter-result-bottom-right .dropdown-toggle {
    font-size: 10px;
    border: 1px solid #555;
    padding: 2px 8px;
    border-radius: 5px;
}

.filter-result-top .filter-result-top-right .pagination a,
.filter-result-bottom .filter-result-bottom-right .pagination a {
    font-size: 10px;
    padding: 2px 7px;
    font-weight: 500;
    color: #555;
}

.filter-result-top .filter-result-top-right .pagination .active a,
.filter-result-bottom .filter-result-bottom-right .pagination .active a {
    background-color: #b4882c;
    border-color: #b4882c;
    color: #fff;
}

.filter-result-top .filter-result-top-right .dropdown-menu li a,
.filter-result-bottom .filter-result-bottom-right .dropdown-menu li a {
    font-size: 14px;
}

.filter-result-top .filter-result-top-right .dropdown-menu li a.active,
.filter-result-bottom .filter-result-bottom-right .dropdown-menu li a.active {
    background-color: #eee;
    color: #000;
}

.filter-result-top .filter-result-top-right .pagination li.disabled a,
.filter-result-bottom .filter-result-bottom-right .pagination li.disabled a {
    background-color: #fff;
}

.filter-main {}

.filter-main .filter {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.filter-main .filter:nth-child(1) {
    border-top: 1px solid #ccc;
}

.filter-main .filter .styled-select {
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 1px 3px 1px 0px;
}

.filter-main .filter select {
    width: 115px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 26px;
    background: url(../images/arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-size: 22px;
    /* background-position-x: 0; */
    outline: none;
}

.filter-main .filter .accordion {
    width: 100%;
}

.filter-main .filter .accordion .accordion-item {
    border: none;
}

.filter-main .filter h5,
.filter-main .filter .accordion .accordion-button {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    background-color: #fff;
    box-shadow: none;
}

.filter-main .filter .accordion .accordion-body {
    padding: 0;
    padding-top: 10px;
}

.filter-main .filter .accordion .accordion-body .watches-sub {
    padding-left: 25px;
    padding-top: 5px;
}

.filter-main .filter .accordion .accordion-body .watches-sub .brandCheckboxItem {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.filter-main .filter .accordion .accordion-body input[type="checkbox"] {
    border-radius: 0;
    width: 15px;
    height: 15px;
    accent-color: #135c3b;
    /* Example: A custom orange color */
    border-radius: 0;
    /* Example: Slightly rounded corners */
    border: 1px solid #ccc;
    outline: none;
}

.filter-main .filter .accordion .accordion-body label {
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
}

.filter-main .filter .accordion .accordion-body label input {
    margin-top: -3px;
    accent-color: #b4882c !important;
}

.filter-main .filter .accordion .accordion-body .watches-sub label {
    padding-top: 3px;
    color: #666;
    font-weight: 500;
}

.modal .modal-header {
    background-color: #135c3b
}

.modal .modal-header .header-left {
    display: flex;
    align-items: end;
    color: #fff;
    gap: 10px;
}

.modal .modal-header .header-left h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}

.modal .modal-header .header-left p {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    line-height: 1;
}

.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    color: #fff;
    z-index: 8888;
    font-size: 16px;
    opacity: 1;
}

.modal .modal-header .header-right h5 {
    color: #fff;
    margin: 0;
    padding-right: 80px;
}

.modal label {
    font-size: 14px;
}

.modal input,
.modal textarea,
.modal select {
    font-size: 14px;
}

.modal .upload-image-box {
    border: 1px dashed #ccc;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.modal .upload-image-box h6 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
}

.modal .upload-image-box p {
    font-size: 12px;
    color: #555;
}

.modal .upload-image-box p span {
    font-weight: 600;
}

.modal .upload-image-box a {
    font-size: 14px;
    padding: 5px 15px;
}

.modal .uploaded-images {
    display: flex;
    /* Allow images to wrap to the next line */
    gap: 10px;
    /* Space between images */
    padding: 15px 0;
    border-radius: 8px;
    min-height: 80px;
    /* Give it some initial height */
    background-color: #fff;
    align-content: flex-start;
    /* Aligns items to the start when wrapped */
}

.uploaded-img {
    position: relative;
    width: 100%;
    /* Fixed width for uploaded image thumbnails */
    height: 80px;
    /* Fixed height for uploaded image thumbnails */
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    /* Hide parts of image that go outside bounds */
    display: flex;
    /* Use flex to center image */
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.uploaded-img p {
    margin: 0;
    font-size: 12px;
}

.uploaded-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures image covers the area without distortion */
}


/* Styling for the delete button */

.delete-image-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    border: none;
    border-radius: 1px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
    z-index: 10;
    /* Ensure button is above image */
}

.filter-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
    background-color: #b4882c;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    cursor: pointer;
}

.watch-gallery-img {
    display: none;
}

@media(min-width:1400px) {
    .filter-results .watch-card {
        flex: 0 0 20%;
        /* flex-grow, flex-shrink, flex-basis */
        max-width: 20%;
    }
}

@media(max-width:1200px) {
    .orange-btn,
    .green-btn {
        font-size: 14px;
    }
    .banner-logo {
        height: 150px;
    }
    /* .filter-main .filter {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    } */
    .filter-results .watch-card {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .filter-result-top,
    .filter-result-bottom {
        flex-direction: column;
        align-items: start;
    }
    /* .filter-main .filter .styled-select {
        width: 100%;
    }
    .filter-main .filter select {
        width: 100%;
    } */
}

@media(max-width:992px) {
    .landing-banner {
        background-position: left;
        padding: 50px 20px;
    }
    .landing-banner .banner-btn-group {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .filter-results .watch-card {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .modal .modal-header {
        flex-direction: column;
    }
    .modal .modal-header .header-right h5 {
        padding-right: 0;
        text-align: center;
        padding-top: 30px;
    }
    .modal .watch-card h3 {
        font-size: 16px;
    }
    .modal .watch-card .watch-detail li span:first-child {
        min-width: 150px;
    }
    .modal .watch-card .watch-detail li {
        font-size: 14px;
    }
    .filter-btn {
        display: flex;
    }
    .filter-main {
        display: none;
        position: fixed;
        background: #fff;
        bottom: 74px;
        right: 0;
        padding: 20px;
        min-width: 300px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        max-height: calc(100vh - 180px);
        min-height: calc(100vh - 180px);
        overflow: auto;
        z-index: 112;
        border-radius: 15px;
    }
    .filter-main.show-filter {
        display: block;
    }
}

@media(max-width:768px) {
    .landing-banner {
        padding: 20px;
    }
    .landing-banner .banner-btn-group {
        flex-direction: column;
    }
    .landing-banner h1 {
        font-size: 30px;
    }
    .landing-banner h5 {
        font-size: 14px;
    }
    .filter-results .watch-card {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .filter-result-top .filter-result-top-right {
        display: none;
    }
    .filter-result-bottom .filter-result-bottom-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    footer p {
        text-align: center;
        font-size: 14px;
    }
}

@media(max-width:576px) {
    .top-bar ul {
        justify-content: center;
    }
    .modal .modal-header .header-left h3 {
        font-size: 18px;
    }
    .modal .modal-header .header-left p {
        font-size: 12px;
    }
    .uploaded-img {
        height: 65px;
    }
    .modal .watch-card .watch-detail li span:first-child {
        min-width: 100px;
    }
}

@media(max-width:400px) {
    .filter-results .watch-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-bar ul.top-contact {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
    .watch-card .watch-detail li {
        display: flex;
        font-size: 10px;
    }
    .watch-card h3 {
        font-size: 16px;
    }
    .watch-card .watch-detail li {
        font-size: 14px;
    }
    .watch-card .watch-detail li span:first-child {
        min-width: 120px;
    }
    .watch-card .watch-btns a {
        font-size: 14px;
        padding: 10px;
    }
}