﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800&display=swap');

.image-container {
    overflow: hidden;
    background: #f0f0f0; /* Optional background */
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keeps full image visible inside the 200px height */
    display: block;
}

.box2 {
    border: 1px solid #FFFFFF;
}
.accountBox {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #141414;
    font-size: 14px;
    outline: none;
    border: 0;
    width: 165px;
    text-align: left;
    margin: 0 7px 0 0;
    padding: 7px 5px;
    display: inline-block;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(../images/select-arrow.png) no-repeat right center ;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.searchBox {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #141414;
    font-size: 14px;
    outline: none;
    border: 0;
    width: 165px;
    text-align: left;
    margin: 0 7px 0 0;
    padding: 7px 5px;
    display: inline-block;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
/*
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #9d9b9b;
    font-size: 14px;
    outline: none;
    border: 1px solid #ffffff;
    width: 165px;
    text-align: center;
    margin: 0 7px 0 0;
    -moz-border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;*/
}
.holder {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}
.innerPgCont {
    padding-bottom: 50px;
}

.innerPgCont img.abtImg {
    float: left;
    max-width: 35%;
    margin: 0 40px 40px 0;
}

.innerPgCont p.desc {
    color: #7d5111;
}

.innerPgCont p {
    font-size: 16px;
    line-height: 130%;
    color: #141414;
    margin-bottom: 20px;
}
.breadCrumbs {
    padding: 15px 0 25px 1.7%;
    margin: 0 0 0 19px;
    font-size: 16px;
    color: #754302;
    position: relative;
    z-index: 9;
}

.breadCrumbs a {
    color: #754302;
}

.breadCrumbs span {
    font-weight: 700;
}

.accountCont {
    max-width: 500px;
    margin: 25px auto 50px auto;
    border: 1px solid #e5a241;
    background: #ffffff;
    padding: 25px;
    font-size: 16px;
}

.accountCont p {
    position: relative;
    padding-left: 110px;
    margin-bottom: 10px;
}

.accountCont p span {
    display: inline-block;
    width: 100px;
    position: absolute;
    left: 0;
    top: 5px;
}

.accountCont .passBox {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    outline: none;
    border: 1px solid #e5a241;
    width: 97%;
    padding: 7px 2%;
    display: block;
}

.accountCont p a {
    color: #7d5111;
    text-decoration: underline;
}

.accountCont p a:hover {
    text-decoration: none;
}

.accountCont p a.btns {
    display: inline-block;
    color: #ffffff;
    background: #7d5111;
    font-weight: 400;
    padding: 7px 15px;
    transition: opacity 0.5s linear;
    text-decoration: none;
}

.accountCont p a.btns:hover {
    opacity: 0.7;
}

.pgTitle {
    font-family: 'Great Vibes';
    color: #754302;
    font-size: 80px;
    position: relative;
    text-align: center;
    line-height: 100%;
    margin-bottom: 0;
}

.pgTitle span {
    opacity: 0.05;
}

.pgTitle span.absTit {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #7d5111;
    font-size: 60px;
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
    display: block;
    text-align: center;
    opacity: 1;
}

.no-auction-msg {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* On top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
}
.viewLot {
    border: 1px solid #e5a241;
    background: #ffffff;
    padding: 40px;
    margin: 0 30px 50px 30px;
    font-size: 24px;
    position: relative;
}

    .viewLot h2 {
        font-family: 'Vidaloka';
        color: #7d5111;
        font-size: 40px;
    }

    .viewLot .closeLot {
        position: absolute;
        right: -20px;
        top: -20px;
    }

    .viewLot .lotPaging {
        float: right;
        width: 250px;
        text-align: right;
        padding: 10px 0 0 0;
    }

        .viewLot .lotPaging a {
            font-weight: 400;
            color: #ffffff;
            font-size: 14px;
            outline: none;
            border: 0;
            text-align: center;
            margin: 0 0 0 9px;
            padding: 5px 10px;
            display: inline-block;
            background: #b66600;
            transition: opacity 0.5s linear;
        }

            .viewLot .lotPaging a:hover {
                opacity: 0.7;
            }

    .viewLot .imgView {
        position: relative;
        padding: 70px 0 0 0;
    }

        .viewLot .imgView span {
            position: absolute;
            top: 15px;
            font-size: 12px;
            color: #7d5111;
            width: 100%;
            text-align: center;
        }

        .viewLot .imgView div {
            max-width: 500px;
            display: block;
            margin: 30px auto;
        }
/* Modal content box */
.modal-content {
    background-color: #fff;
    margin: 15% auto; /* 15% from top, centered horizontally */
    padding: 20px;
    border-radius: 5px;
    width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
}

/* Close button */
.close-btn {
    background-color: #d33;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
}

.searchDesc {
    text-align: center;
    margin-bottom: 20px;
}

    .searchDesc p {
        font-size: 22px;
        color: #754302;
        line-height: 130%;
    }

        .searchDesc p span {
            font-size: 28px;
            display: block;
            margin-bottom: 20px;
            display: block;
        }

.curAuctCont {
    display:flex;
    border: 1px solid #e5a241;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 50px;
    font-size: 15px;
}

.curAuctCont .curAuctImg {
    flex: 0 0 26%;
}

        .curAuctCont .curAuctImg a {
            color: #7d5111;
            text-decoration: underline;
        }

            .curAuctCont .curAuctImg a:hover {
                text-decoration: none;
            }

    .curAuctCont .curAuctAdd {
        flex: 0 0 38%;
        padding: 0 6%;
        color: #141414;
    }

    .curAuctCont .curAuctCat {
        flex: 0 0 34%;
        color: #141414;
    }

        .curAuctCont .curAuctAdd p, .curAuctCont .curAuctCat p {
            margin: 0px 0 10px 0;
            line-height: 130%;
        }

            .curAuctCont .curAuctAdd p span, .curAuctCont .curAuctCat p span {
                display: block;
                color: #7d5111;
            }

    .curAuctCont .curAuctAdd a {
        color: #7d5111;
        text-decoration: underline;
    }

        .curAuctCont .curAuctAdd a:hover {
            text-decoration: none;
        }

    .curAuctCont .curAuctCat a {
        color: #141414;
        text-decoration: none;
        display: block;
    }

        .curAuctCont .curAuctCat a:hover {
            color: #7d5111;
            text-decoration: underline;
        }
.curAuctContDetails {
    border: 1px solid #e5a241;
    background: #ffffff;
    padding: 10px !important;
    margin: 0 auto 25px auto;
    max-width: 500px;
    font-size: 14px !important;
}

.curAuctCont.curAuctContDetails .curAuctImg {
    float: left;
    width: 30%;
}

.curAuctCont.curAuctContDetails .curAuctAdd {
    float: left;
    width: 60%;
    padding: 0 5%;
    color: #141414;
}

    .curAuctCont.curAuctContDetails .curAuctAdd p {
        margin: 0 0 10px 0;
    }
.errorCont {
    border: 1px solid #e5a241;
    background: #ffffff;
    padding: 40px;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 300;
}

    .errorCont p {
        font-size: 16px;
        font-weight: 400;
        color: #090606;
        margin: 0 0 20px 0;
        text-align: center;
    }

        .errorCont p .selAuction {
            font-family: 'Lato', Arial, Helvetica, sans-serif;
            font-weight: 400;
            color: #090606;
            font-size: 14px;
            outline: none;
            border: 1px solid #b66600;
            width: 100px;
            margin: 0 10px;
            padding: 2px 10px;
            background: #ffffff;
            text-transform: uppercase;
            display: inline-block;
        }

        .errorCont p a {
            font-size: 14px;
            text-align: center;
            display: inline-block;
            color: #ffffff;
            background: #b66600;
            font-weight: 400;
            padding: 5px 20px;
            margin-right: 10px;
            transition: opacity 0.5s linear;
        }

            .errorCont p a:hover {
                opacity: 0.7;
            }

    .errorCont table {
        background: #7d5111 !important;
    }

        .errorCont table th {
            background: #b66600;
            padding: 3px 10px;
            font-size: 16px;
            font-weight: 700;
            color: #ffffff;
            text-align: left;
        }

        .errorCont table td {
            background: #ffffff;
            padding: 3px 10px;
            font-size: 15px;
            font-weight: 300;
            vertical-align: top;
            color: #090606;
        }

    .errorCont ul.priceList {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .errorCont ul.priceList li {
            margin: 0 -1px -1px 0;
            padding: 6px 1%;
            font-size: 16px;
            float: left;
            width: 17.5%;
            border: 1px solid #7d5111;
        }

            .errorCont ul.priceList li a {
                color: #141414;
            }

                .errorCont ul.priceList li a span {
                    display: inline-block;
                    width: 50px;
                    color: #7d5111;
                }

.form {
    margin: 40px 0 0 0;
}

    .form .errormessage {
        font-size: 22px;
        color: #8d5001;
    }

    .form p.text {
        font-size: 22px;
        color: #754302;
        margin-bottom: 15px;
    }

    .form .smallBox {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #090606;
        font-size: 18px;
        outline: none;
        border: 1px solid #b66600;
        width: 27.8%;
        margin: 0 0 15px 2%;
        padding: 12px 2%;
        float: left;
    }

    .form .firstBox {
        margin: 0;
    }

    .form .formLeft {
        width: 48.75%;
        float: left;
        margin: 15px 0;
    }

    .form .formRight {
        width: 48.75%;
        float: right;
        margin: 15px 0;
    }

    .form .bigBox {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #090606;
        font-size: 18px;
        outline: none;
        border: 1px solid #b66600;
        width: 96%;
        margin: 0 0 15px 0;
        padding: 12px 2%;
        display: block;
    }

    .form .selBox{
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #090606;
        font-size: 14px;
        outline: none;
        border: 1px solid #b66600;
        width: 100%;
        margin: 0 0 5px 0;
        padding: 5px 2%;
        display: block;
    }

    .form .inputBox {
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #090606;
        font-size: 14px;
        outline: none;
        border: 1px solid #b66600;
        width: 100%;
        margin: 0 0 5px 0;
        padding: 5px 2%;
        display: block;
    }

    .form .formRight span {
        min-height: 38px;
        margin-bottom: 15px;
        display: block;
        font-size: 18px;
        color: #090606;
        padding-top: 10px;
    }

    .form .docs {
        margin: 30px 0;
        text-align: center;
    }

        .form .docs p {
            font-weight: 300;
            color: #141414;
            font-size: 16px;
            line-height: 24px;
            margin-top: 10px;
        }

            .form .docs p a {
                color: #000000;
                font-weight: 400;
            }

    .form p.termsCont {
        font-size: 18px;
        color: #090606;
        margin: 50px 0;
    }

        .form p.termsCont a {
            color: #090606;
        }

.ui-pnotify .ui-pnotify-closer {
    position: absolute;
    right: 8px;
    top: 4px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    color: #000; /* you can change color */
    opacity: 0.6;
}

    .ui-pnotify .ui-pnotify-closer:hover {
        opacity: 1;
    }

    .ui-pnotify .ui-pnotify-closer:before {
        content: "×"; /* add the cross explicitly */
        font-weight: bold;
    }


.footer {
    background-color: #b66600;
    color: #ccc;
    padding: 20px 0;
    font-size: 14px;
}

    .footer h6 {
        color: white;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 15px;
    }

    .footer a {
        color: #ccc;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .payment-icons img {
        width: 40px;
        margin-right: 8px;
    }

    .footer .copyright {
        text-align: center;
        padding-top: 10px;
        font-size: 13px;
        color: #777;
    }

.section-highlight {
    background-color: #f5c979;
    padding: 30px;
}

.auction-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.auction-date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
}

.btn-custom {
    width: 100%;
    margin-bottom: 4px;
}

.auction-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}
    .auction-card:hover {
        transform: translateY(-3px);
    }

    .auction-card img {
        width: 100%; /* Use full width of card */
        height: 160px; /* Consistent height */
        object-fit: cover; /* Keeps image nicely cropped */
        border-radius: 6px;
        transition: transform 0.3s ease;
    }

        .auction-card img:hover {
            transform: scale(1.05);
        }

@media (max-width: 576px) {
    .auction-card img {
        height: 140px;
    }
}

/* Infinity & E-store Styles */
.estore-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s;
    position: relative;
}

    .estore-card:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }

    .estore-card img {
        width: 100%;
        height: auto;
        display: block;
    }

.live-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.heart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.countdown {
    background: #f8f9fa;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    font-size: 12px;
}

    .countdown div {
        text-align: center;
    }

.card-body {
    padding: 10px 15px;
}

.estore-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
}

.artist {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.bid {
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.bidding-btn {
    font-size: 0.85rem;
    padding: 4px 10px;
}

.navbar-custom {
    background-color: #a65d00; /* brown background */
}

.navbar-nav .nav-link {
    color: #fff;
    margin-right: 10px;
}

    .navbar-nav .nav-link:hover {
        color: #ffd700; /* gold/yellow on hover */
    }

.search-box {
    display: flex;
}

    .search-box input {
        border: none;
        padding: 2px 5px;
    }

    .search-box button {
        background-color: #ffd700; /* yellow */
        border: none;
        padding: 2px 8px;
    }

.navbar-brand img {
    height: 60px;
}

.highlight-slider {
    background: linear-gradient(135deg, #8B0000, #5a0000); /* dark red gradient */
    color: yellow;
    text-align: center;
    padding: 40px 0;
}

    .highlight-slider h3 {
        background-color: rgba(0, 0, 0, 0.6);
        display: inline-block;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .highlight-slider img {
        max-width: 150px;
        margin: 0 10px;
    }

.lot-description {
    font-size: 1rem;
    color: yellow;
    margin-top: 10px;
}

.estimate {
    font-size: 1.1rem;
    font-weight: bold;
    color: yellow;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff;
}

.carousel-item img {
    width: 100%;
    height: auto; /* keep aspect ratio */
    object-fit: cover; /* cover keeps image nice, or change to 'contain' to see full image */
}

/* Optional: if you want to always show the full image without cropping */
@media (max-width: 767.98px) {
    .carousel-item img {
        object-fit: contain; /* show entire image */
        /* adjust height for mobile view as needed */
    }
}

.auction-card img,
.section-highlight img {
    width: 100%;
    height: auto;
    display: block;
}

.dropdown-menu {
    background-color: #b66600; /* or any color you prefer */
}

.dropdown-menu .dropdown-item {
    color: white; /* Text color inside dropdown */
}

.dropdown-menu .dropdown-item:hover {
    background-color: #a65d00; /* Optional: hover background */
    color: yellow; /* Optional: hover text color */
}