* {
    scroll-behavior: smooth;
}

iframe {
    width: 100% !important;
}

h1, p {
    transition: font-size 0.7s ease;
}

select {
    /*color: #a2a7ba !important;*/
}

h1.visible {
    opacity: 1; /* Fade in */
    transform: translateX(0);
}

.google-map iframe {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

a {
    text-decoration: none !important;
}

.logo-img, .footer-logo {
    height: auto;
    width: 90px;
}

.sold-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #d9534f;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    z-index: 1;
}

.main-shop-list-item {
    position: relative;
}

.sold-tag-car-page {
    width: 100px;
    text-align: center;
    background-color: #d9534f;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    z-index: 1000; /* Ensures it's on top of other elements */
}

.private-consignment-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #0f5132 0%, #157347 100%);
    color: #ffffff;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(15, 81, 50, 0.35);
    z-index: 1;
}

.private-consignment-tag-car-page {
    width: auto;
    display: inline-block;
    text-align: center;
    background: linear-gradient(135deg, #0f5132 0%, #157347 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 10px 18px;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(15, 81, 50, 0.3);
    z-index: 1000;
}

.text-private-consignment {
    color: #157347;
    font-weight: bold;
}

/* Luxury consignment note under the car description */
.private-consignment-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 16px 22px;
    background: linear-gradient(135deg, rgba(15, 81, 50, 0.06) 0%, rgba(21, 115, 71, 0.10) 100%);
    border: 1px solid rgba(15, 81, 50, 0.25);
    border-left: 4px solid #157347;
    border-radius: 8px;
}

.private-consignment-note svg {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: #157347;
}

.private-consignment-note .pcn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.private-consignment-note .pcn-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0f5132;
}

.private-consignment-note .pcn-sub {
    font-size: 16px;
    font-style: italic;
    color: var(--paragraph-gray);
}

.contact-btns {
    display: flex;
    gap: 10px;
}

