/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

.stm-layout-header-listing_five .header-main {
    padding: 10px 0 10px !important;
}

.stm-layout-header-listing_five #wrapper .main-menu .header-menu>li>a {
    padding: 0 10px !important;
}

@media (max-width: 1450px) {
    #header.transparent-header {
        background: #1b1b1b !important;

    }
}




/* Style dropdowns when they have a selection */
.selected-option-class {
    border: 2px solid #007cba;
    background-color: #f0f8ff;
}


.has-selection .select2-selection__rendered {
    font-weight: bold !important;
}

.select2-container--default .select2-selection--single {
    background-color: #eceff3 !important;
}

.sidebar-entry-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.filter-sidebar,
.filter-sidebar input {
    border-radius: 10px;
}

/* Additional features search button removed as requested */


@import url("../motors/style.css");

/* ძიების ღილაკის ოსტაილი */
.stm-search-filter-btn {
    display: block;
    width: 100%;
    padding: 13px 15px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #6c5ce7 0%, #74b9ff 100%);
    color: #fff !important;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(108, 92, 231, 0.2);
}

.stm-search-filter-btn:hover {
    background: linear-gradient(135deg, #5f3dc4 0%, #339af0 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 92, 231, 0.3);
}

.stm-search-filter-btn i {
    margin-right: 8px;
}

/* სიდებარ აქშენ იუნიტების დასტაილება */
.sidebar-action-units {
    padding: 15px 0;
}

.sidebar-action-units .stm-search-filter-btn {
    margin-bottom: 15px;
}

/* მობილური responsive */
@media (max-width: 768px) {
    .stm-search-filter-btn {
        padding: 15px;
        font-size: 16px;
    }
}

/* ღია ცისფერი ღილაკი */
.filter-sidebar .sidebar-action-units .stm-search-filter-btn {
    background: #d71e0f;
}

/* რესეტის ღილაკის სტილი */
.sidebar-action-units .button {
    margin-top: 0 !important;
}


/* Dealer filter with avatars styling */
.dealer-select-with-avatars option {
    padding: 8px 12px;
    font-size: 14px;
}

.dealer-select-with-avatars option[data-has-avatar="true"] {
    font-weight: 500;
}

.dealer-select-with-avatars option[data-has-avatar="false"] {
    opacity: 0.8;
}

/* Custom styling for dealer dropdown */
.stm-filter_dealer_filter .form-group {
    position: relative;
}

/* Dealer filter avatar styling */
.dealer-select-with-avatars .dealer-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
    vertical-align: middle;
}

.dealer-select-with-avatars option .stm-service-icon-user {
    margin-right: 8px;
    font-size: 16px;
    color: #999;
}


.stm-filter-chosen-units-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.stm-filter-chosen-units-list li {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
}

.stm-filter-chosen-units-list-name {
    font-weight: 600;
    color: #333;
    margin-right: 4px;
}

.stm-filter-chosen-units-list-value {
    font-weight: 400;
    color: #666;
    margin-right: 8px;
}

.stm-filter-chosen-units-list li .motors-icons-cross-ico {
    background: #dc3545;
    color: white;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 2px;
}

.stm-filter-chosen-units-list li .motors-icons-cross-ico:hover {
    background: #c82333;
}

ul.stm-filter-chosen-units-list li>span {
    margin-right: 2px !important;
    color: #333 !important;
}

/* filters */

.floating-label {
    position: relative;
    margin-top: 0;
}

.floating-label label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 400;
    background-color: transparent;
    padding: 0 4px;
    color: #757575;
    z-index: 10;
    pointer-events: none;
}

.floating-label.has-value label {
    top: 10px;
    transform: translateY(0);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.floating-label.has-value .select2-selection--multiple {
    padding-top: 22px !important;
    padding-right: 35px !important;
}

.stm-filter_vin_number .form-control {
    height: 50px !important;
    padding-left: 17px !important;
    color: #333 !important;
}

.stm-filter_vin_number .has-value .form-control {
    padding-top: 10px !important;
}

.floating-label.has-value .select2-container--default .select2-selection--multiple::after {
    display: none;
}

.floating-label.has-value .stm-clear-selection-btn {
    right: 20px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: none !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    min-height: 50px !important;
    background-color: transparent !important;
    padding: 5px 55px 5px 10px !important;
}

.select2-container--default .select2-selection--multiple::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #757575;
    pointer-events: none;
}

.select2-container--open {
    z-index: 111111;
}

.select2-container--default.select2-container--open .select2-selection--multiple::after {
    transform: rotate(180deg);
}

.stm-clear-selection-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #757575;
    z-index: 11;
    display: none;
}

.stm-clear-selection-btn:hover {
    color: #333;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important;
    box-shadow: none !important;
    font-weight: 600;
}

.filter-sidebar input {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .comma-separator {
    margin-right: 2px;
}

.select2-option-text {
    display: inline-block;
}

/* Hide inline search in multiple selections */
.select2-selection--multiple .select2-search--inline {
    display: none !important;
    /* background-color: #fff !important;
    width: 100%; */
}

/* Style dropdown search */
/* .select2-search--dropdown {
    padding: 10px 15px !important;
    background: #fff !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.select2-search--dropdown .select2-search__field {
    width: 100% !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    background: #fff !important;
    box-sizing: border-box !important;
} */

.select2-results {
    border-top: 1px solid #e0e0e0 !important;
}

.select2-container--disabled {
    background-color: #f0f0f0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:after {
    content: "";
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:last-child .select2-selection__choice:after,
.select2-container--default .select2-selection--multiple .select2-selection__choice:last-child:after {
    content: "";
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none !important;
}


.select2-results__option:not([aria-selected="true"]):hover {
    border-color: #a0a0a0 !important;
    color: #000 !important;
}

.select2-results__option[aria-selected="true"] {
    border-color: #28a745 !important;
    color: #28a745 !important;
}

.select2-container--default .filter-select .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
    border-color: #28a745 !important;
    color: #28a745 !important;
}

.select2-container--default .filter-select .select2-results__option--highlighted[aria-selected] {
    background-color: #fff !important;
}

.stm-filter-pro-item-content {
    margin-left: 1px;
    margin-right: -2px;
}

.select2-results__option:empty {
    display: none;
}


.select2-selection--single .select2-selection__rendered {
    padding-top: 4px !important;
    padding-left: 18px !important;
}

.stm-select-sorting .select2-selection--single .select2-selection__rendered {
    padding-top: 0 !important;
}

.select2-selection--single {
    border: 1px solid #e0e0e0 !important;
    background-color: white !important;
}

.stm-filter-tab-selects .floating-label.has-value label {
    top: 5px !important;
}

.filter-sidebar input[type=text] {
    background-color: white !important;
    border: 1px solid #e0e0e0 !important;
}

.home .stm-filter-tab-selects .stm-select-col {
    margin-bottom: 15px !important;
    padding: 0 8px;
}

.listing-list-loop .auction-shortcode-wrapper {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.listing-list-loop .content .meta-middle .meta-middle-unit div {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* footer */

.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}

.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1b1b;
    text-decoration: none;
}

.image-wrapper.footer-contact-link-icon {
    margin-right: 15px;
}

.footer-contact-link-content a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-link-content a:hover {
    color: #EB2321 !important;
}

.footer-contact-link-content h6 {
    color: #ffffff;
    margin-bottom: 5px;
}

.footer-contact-link-content p {
    margin: 0;
}

.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
}

.footer-contact-link-wrapper p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 0px;
}

.links.dark {
    background-color: transparent;
    border: 1px solid #414141;
    box-shadow: none;
    border-radius: 0px;
}

.icon-footer {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    color: white;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 100%;
}

.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #414141;
}

.icon-footer i {
    width: 100%;
    text-align: center;
}


/* ==============================
   Classified Five header: Call block
   ============================== */


/* Language dropdown (desktop) */
.stm-layout-header-listing_five .stm-cf-lang {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}

.stm-layout-header-listing_five .stm-cf-lang .lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
}

.stm-layout-header-listing_five .stm-cf-lang .lang-toggle .fa-globe {
    font-size: 14px;
}

.stm-layout-header-listing_five .stm-cf-lang .lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 160px;
    margin-top: 8px;
    padding: 8px 0;
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    list-style: none;
    display: none;
    z-index: 1000;
}

.stm-layout-header-listing_five .stm-cf-lang:hover .lang-dropdown {
    display: block;
}

.stm-layout-header-listing_five .stm-cf-lang .lang-dropdown li {
    margin: 0;
}

.stm-layout-header-listing_five .stm-cf-lang .lang-dropdown li a {
    display: block;
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
}

.stm-layout-header-listing_five .stm-cf-lang .lang-dropdown li.active a,
.stm-layout-header-listing_five .stm-cf-lang .lang-dropdown li a:hover {
    background: rgba(255, 255, 255, 0.06);
}

/* LIVE pill (desktop) */
.stm-layout-header-listing_five .stm-cf-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 18px;
    padding: 7px 12px;
    background: rgb(255 253 253 / 91%);
    border-radius: 999px;
    color: #EB2321;
    text-decoration: none;
}

.stm-layout-header-listing_five .stm-cf-live .live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EB2321;
    box-shadow: 0 0 0 0 rgba(235, 35, 33, 0.8);
    animation: stm-live-pulse 1.5s infinite;
}

/* Offline state: show white dot and no animation */
.stm-layout-header-listing_five .stm-cf-live.is-offline {
    color: #fff !important;
    ;
    background: rgba(255, 255, 255, 0.15) !important;
    ;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    ;
}

.stm-layout-header-listing_five .stm-cf-live.is-offline .live-dot {
    background: #ffffff;
    animation: none;
    box-shadow: none;
}

.stm-layout-header-listing_five .stm-cf-live .live-text {
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
}

@keyframes stm-live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(235, 35, 33, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(235, 35, 33, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(235, 35, 33, 0);
    }
}

.stm-layout-header-listing_five .stm-cf-call .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stm-layout-header-listing_five .stm-cf-call .icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border: 1px solid white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-right: 6px;
}

.stm-layout-header-listing_five .stm-cf-call .icon i {
    font-size: 17px;
    line-height: 1;
}

.stm-layout-header-listing_five .stm-cf-call .text p {
    margin: 0;
    color: #fff;
    opacity: 0.85;
    font-size: 13px;
    /* "დაგვირეკე" */
    line-height: 1.1;
}

.stm-layout-header-listing_five .stm-cf-call .text h5 {
    margin: 1px 0 0;
    font-size: 14px;
    /* phone number size */
    font-weight: normal;
    line-height: 1.1;
}

.stm-layout-header-listing_five .stm-cf-call .text h5 a {
    color: #fff !important;
    text-decoration: none;
    font-family: inherit;
}

/* Hide desktop call block on small screens (mobile uses menu item) */
@media (max-width: 991px) {
    .stm-layout-header-listing_five .stm-cf-call {
        display: none;
    }
}

/* Mobile menu call item */
.stm-layout-header-listing_five .mobile-menu-holder .menu-live-block {
    display: none;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-live-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-live-link .live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EB2321;
    box-shadow: 0 0 0 0 rgba(235, 35, 33, 0.8);
    animation: stm-live-pulse 1.5s infinite;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-live-block.is-offline .live-dot {
    background: #ffffff;
    animation: none;
    box-shadow: none;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-live-link .live-text {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
}

/* Modal for YouTube Live */
.yt-modal-open {
    overflow: hidden;
}

#yt-live-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

#yt-live-modal[style*='display: none'] {
    display: none !important;
}

#yt-live-modal .yt-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

#yt-live-modal .yt-modal-inner {
    position: relative;
    width: 90%;
    max-width: 980px;
    margin: 5vh auto;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

#yt-live-modal .yt-modal-close {
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 2;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

#yt-live-modal .yt-modal-video {
    position: relative;
    padding-top: 56.25%;
}

#yt-live-modal .yt-modal-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-call-block {
    padding: 12px 0;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-call-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-call-link i {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border: 1px solid #EB2321;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-call-link .call-label {
    display: block;
    font-size: 12px;
    opacity: 0.85;
}

.stm-layout-header-listing_five .mobile-menu-holder .menu-call-link .call-number {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.flexi {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.flexi .stm-header-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.flexi .stm-header-center .header-menu {
    display: flex;
    justify-content: center;
}

.flexi .stm-header-right {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.stm-layout-header-listing_five .header-main .stm-header-right {
    gap: 0;
}

.tab-pane button.heading-font {
    margin: 0 !important;
    display: inline-block !important;
}

.tab-content button[type=submit] {
    padding: 14px 42px !important;
    border-radius: 30px;
    line-height: 1.95em;
    width: auto !important;
    font-size: 14px;
    font-family: "Noto Serif Georgian" !important;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.tab-content button[type=submit] i {
    margin-left: 5px;
}

.tab-content button[type=submit]:hover {
    background-color: #1b1b1b;
    color: #fff;
}

.style_3 {
    max-width: 1885px !important;
    margin: 0 auto !important;
}

.swiper-horizontal {
    width: 100%;
    height: 100%;
}

.listing-car-items .listing-car-item .listing-car-item-meta .car-meta-top {
    min-height: 63px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}


@media only screen and (min-width: 960px) {
    .stm-elementor_listings_carousel.style_3 .swiper-container {
        overflow: visible;
        margin-left: auto;
        margin-right: auto
    }

    .stm-elementor_listings_carousel.style_3 .listing-car-items .listing-car-item .listing-car-item-inner {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.stm-elementor_listings_carousel.style_3 .style-3-card-content {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stm-elementor_listings_carousel.style_3 .swiper-wrapper {
    overflow: visible !important;
    width: 100% !important;
}

/* Avoid visual gap when loop wraps in Style 3 */

@media (max-width: 767px) {
    .stm-elementor_listings_carousel.style_3 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* Nudge track and promote to its own layer to minimize gaps on wrap */
.stm-elementor_listings_carousel.style_3 .swiper-container .swiper-wrapper {
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.stm-elementor_listings_carousel.style_3 .listing-car-item {
    width: 100% !important;
}

.stm-elementor_listings_carousel.style_3 .style-3-title-section {
    margin-bottom: 10px;
}

.stm-elementor_listings_carousel.style_3 .style-3-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #2c2c2c !important;
    margin: 0 !important;
}

.stm-elementor_listings_carousel.style_3 .listing-car-item-inner a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.stm-elementor_listings_carousel.style_3 .listing-car-item-meta {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.stm-elementor_listings_carousel.style_3 .style-3-specs-section {
    margin-bottom: 10px;
    flex: 1;
}

.stm-elementor_listings_carousel.style_3 .style-3-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: column;
    gap: 8px;
}

.stm-elementor_listings_carousel.style_3 .style-3-spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
    padding: 4px 0;
}

.stm-elementor_listings_carousel.style_3 .style-3-spec-item i {
    color: #d32f2f !important;
    font-size: 14px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.stm-elementor_listings_carousel.style_3 .style-3-spec-item .spec-value {
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1.3;
}

.stm-elementor_listings_carousel.style_3 .style-3-bottom-section {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.stm-elementor_listings_carousel.style_3 .style-3-price-action,
.stm-elementor_listings_carousel.style_2 .style-2-price-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.stm-elementor_listings_carousel.style_3 .style-3-price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    margin: 0 !important;
}

.stm-elementor_listings_carousel.style_3 .style-3-cta {
    background-color: #d32f2f !important;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
}

.stm-elementor_listings_carousel.style_3 .style-3-cta:hover {
    background-color: #b71c1c !important;
    transform: translateY(-1px);
}

/* Style 4 CTA - match Style 3 CTA */
.stm-elementor_listings_carousel.style_4 .style-4-cta {
    background-color: #d32f2f !important;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
}

.stm-elementor_listings_carousel.style_4 .style-4-cta:hover {
    background-color: #b71c1c !important;
    transform: translateY(-1px);
}

.stm-elementor_listings_carousel.style_3 .listing-car-items .listing-car-item .image {
    margin-bottom: 0;
    position: relative;
    height: 270px !important;
}

.stm-elementor_listings_carousel.style_3 .interactive-hoverable {
    min-height: 270px !important;
}

.stm-elementor_listings_carousel.style_3 .listing-car-items .listing-car-item .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media (max-width: 991px) {
    .stm-elementor_listings_carousel.style_3 .listing-car-items .listing-car-item .image {
        height: 300px !important;
    }

    .stm-elementor_listings_carousel.style_3 .interactive-hoverable {
        min-height: 300px !important;
    }
}

@media (max-width: 639px) {
    .stm-elementor_listings_carousel.style_3 .listing-car-items .listing-car-item .image {
        height: 190px !important;
    }

    .stm-elementor_listings_carousel.style_3 .interactive-hoverable {
        min-height: 190px !important;
    }
}

.stm-elementor_listings_carousel.style_3 .listing-car-items .listing-car-item .listing-car-item-meta {
    padding: 18px 20px 20px 23px;
    background-color: white;
    text-align: left;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.stm-elementor_listings_carousel.style_3 .featured-carusel .listing-car-items .listing-car-item .image {
    border-radius: 0;
}





/* Style 2 CSS - card/meta structure */
.stm-elementor_listings_carousel.style_2 .listing-car-item {
    width: 100% !important;
}

.stm-elementor_listings_carousel.style_2 .listing-car-items .listing-car-item .image {
    margin-bottom: 0;
}

.stm-elementor_listings_carousel.style_2 .listing-car-items .listing-car-item .listing-car-item-meta {
    padding: 18px 20px 20px 23px;
    background-color: #fff;
    text-align: left;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.style-2-card-content {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.style-2-title-section {
    margin-bottom: 10px;
}

.style-2-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #2c2c2c !important;
    margin: 0 !important;
}

.style-2-specs-section {
    margin-bottom: 16px;
    flex: 1;
}

.style-2-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.style-2-spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
    padding: 4px 0;
}

.style-2-spec-item i {
    color: #d32f2f !important;
    font-size: 14px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.style-2-spec-item .spec-value {
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1.3;
}

.style-2-bottom-section {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.style-2-price-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.style-2-price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    margin: 0 !important;
}

.style-2-cta {
    background-color: #d32f2f !important;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 22px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
}

.style-2-cta:hover {
    background-color: #b71c1c !important;
    transform: translateY(-1px);
}

/* style 4 */
.stm-elementor_listings_carousel.style_4 .style-4-slide {
    display: flex;
    gap: 20px;
    align-items: stretch
}

.stm-elementor_listings_carousel.style_4 .style-4-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px
}

.stm-elementor_listings_carousel.style_4 .style-4-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.stm-elementor_listings_carousel.style_4 .style-4-image img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.stm-elementor_listings_carousel.style_4 .style-4-specs {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px
}

.stm-elementor_listings_carousel.style_4 .style-4-sold {
    margin-top: 10px
}

.stm-elementor_listings_carousel.style_4 .style-4-cta {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none
}

.stm-elementor_listings_carousel.style_4 .listing-car-items .listing-car-item .listing-car-item-meta {
    background-color: transparent !important;
}

@media (max-width: 767px) {
    .stm-elementor_listings_carousel.style_4 .style-4-slide {
        flex-direction: column
    }
}

.stm-elementor_listings_carousel.style_4 .listing-car-items .listing-car-item .listing-car-item-inner {
    max-width: 100% !important;
}

/* Style 4 – Enhanced details UI */
.stm-elementor_listings_carousel.style_4 .style-4-slide {
    gap: 28px;
}

.stm-elementor_listings_carousel.style_4 .style-4-details {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 22px 26px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.stm-elementor_listings_carousel.style_4 .style-4-title h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #2c2c2c;
}

.stm-elementor_listings_carousel.style_4 .style-4-meta {
    margin-top: 6px;
}

.stm-elementor_listings_carousel.style_4 .style-4-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.stm-elementor_listings_carousel.style_4 .style-4-specs li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c2c2c;
}

.stm-elementor_listings_carousel.style_4 .style-4-specs li i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(211, 47, 47, 0.12);
    color: #d32f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.stm-elementor_listings_carousel.style_4 .style-4-specs .spec-value {
    font-weight: 600;
}

.stm-elementor_listings_carousel.style_4 .style-4-sold {
    margin-top: 16px;
    padding: 12px 14px;
    background: #fff5f5;
    border: 1px solid #ffd6d6;
    border-radius: 10px;
    color: #2c2c2c;
}

.stm-elementor_listings_carousel.style_4 .style-4-sold .sold-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.stm-elementor_listings_carousel.style_4 .style-4-sold .sold-date {
    font-size: 13px;
    opacity: 0.85;
}

.stm-elementor_listings_carousel.style_4 .style-4-image img {
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.stm-elementor_listings_carousel.style_4 .style-4-slide>a {
    flex: 1
}

.stm-elementor_listings_carousel.style_4 .listing-car-items .listing-car-item {
    padding: 0 !important
}


@media (max-width: 991px) {
    .stm-elementor_listings_carousel.style_4 .style-4-slide {
        gap: 18px;
    }

    .stm-elementor_listings_carousel.style_4 .style-4-details {
        padding: 18px 20px;
    }

    .stm-elementor_listings_carousel.style_4 .style-4-title h3 {
        font-size: 22px;
    }
}

@media (max-width: 639px) {
    .stm-elementor_listings_carousel.style_4 .style-4-title h3 {
        font-size: 20px;
    }
}

.auction-modal {
    font-family: "Noto Serif Georgian", Sans-serif;
}

.auction-modal input {
    border-radius: 10px;
}

.auction-modal .select2-container--default .select2-selection--single {
    border-radius: 10px;
    height: 37px;
}

.stm-listing-favorite {
    display: none;
}

.image-inner {
    border-radius: 10px;
}

.stm-template-listing_five_elementor .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price,
.stm-template-listing_five_elementor .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price:before {
    background-color: transparent !important;
}

.listing-list-loop .content .meta-top .price .normal-price .heading-font,
.stm-listing-single-price-title .price {
    color: #d71e0f !important;
    background-color: transparent !important;
}

.stm-listing-single-price-title .price:before {
    background-color: transparent !important;
}

.location a {
    color: #2196f3
}

.location a:hover {
    color: #d71e0f;
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image {
    width: 60px !important;
}

.stm-listing-car-dealer-info .stm-common-user {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.stm-listing-car-dealer-info .dealer-contacts {
    margin: 0;
    border: 0;
}

.data-list-item,
.grouped_checkbox-4 {
    font-family: "Noto Serif Georgian", Sans-serif;
}


/* customizer */
#footer #footer-main .widgets .widget_nav_menu ul {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

#footer {
    overflow: hidden;
}

#footer #footer-main .widgets .widget_nav_menu ul li a:after {
    display: none;
}

#footer #footer-main .widgets .widget_nav_menu ul li {
    margin: 0;
    padding: 0
}

#footer #footer-main .widgets .widget_nav_menu ul li a {
    margin: 0;
    padding: 0
}

.footer_widgets_wrapper .widget_socials li a {
    background: transparent;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #3b3d3f;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #fff !important;
}

.load-more-btn a {
    padding: 0;
    font-size: 12px;
}

.load-more-btn span {
    background: #d21d0f;
}

.textwidget {
    color: #fff !important;
    opacity: 0.8;
}

#footer #footer-main .widgets.cols_4 ul li a {
    background: transparent;
}

#footer #footer-main .widgets .widget_nav_menu {
    padding-top: 0;
}

.widget hr {
    border-top: 1px solid #1b232f;
}

.stm-filter_listing_status {
    display: none
}

.stm-dealer-image-custom-view img {
    height: 26px;
}

.listing-archive-dealer-info {
    display: flex;
    align-items: center;
}

.listing-archive-dealer-info .dealer-img {
    margin-right: 5px;
}

.listing-archive-dealer-info .dealer-info-block .title a {
    color: #232628 !important;
    font-weight: normal;
    font-size: 13px;
    line-height: normal;
    font-family: "Noto Serif Georgian", Sans-serif;
}

.listing-archive-dealer-info .dealer-image img.stm-user-image {
    display: inline-block;
    border-radius: 0;
    width: 50px;
}

.listing-archive-dealer-info .dealer-image a {
    color: #5b6771;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.listing-archive-dealer-info .dealer-image {
    margin-right: 8px;
    display: flex;
    background-color: transparent;
}

.listing-archive-dealer-info .dealer-info-block.stm_phone_disabled .title {
    margin: 0;
}

.listing-list-loop .content .title {
    line-height: normal;
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image {
    float: left;
    margin-right: 14px;
    text-align: center;
    line-height: 50px;
    width: 80px;
}

.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image img {
    border-radius: 0;
}

.stm-user-main-info-c {
    display: flex;
    align-items: center;
}

.stm-layout-header-listing_five #wrapper .main-menu .header-menu>li.menu-auctions {
    background: transparent;
    border-radius: 15px;
    color: #333;
}

.stm-layout-header-listing_five #wrapper .main-menu .header-menu>li.menu-item-has-children>a {
    padding-right: 20px !important;
}

.stm-layout-header-listing_five #wrapper .main-menu .header-menu>li.menu-item-has-children>a:after {
    right: 7px !important;
}

.stm-layout-header-listing_five #wrapper .main-menu .header-menu>li>a {
    height: 30px;
}

#wrapper #header .main-menu .header-menu>li>a {
    border-radius: 15px;
}

li.menu-auctions>a {
    color: #333 !important;
}

.stm-layout-header-listing_five #wrapper .main-menu {
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.stm-layout-header-listing_five .header-menu>li>a {
    margin: 0 3px;
    line-height: 30px !important;
}

#wrapper #header .stm-fixed .main-menu .header-menu>li>a {
    color: #333 !important;
}

#wrapper #header .stm-fixed .main-menu .header-menu>li:hover>a {
    color: white !important;

}

li.menu-auctions a {
    background: white;
    color: #333;
}

#wrapper #header .main-menu .header-menu>li.menu-auctions>a {
	color:#333 !important;
}


.stm-layout-header-listing_five .stm-fixed .stm-cf-call .icon,
.stm-layout-header-listing_five .stm-fixed .stm-cf-call .text p,
.stm-layout-header-listing_five .stm-fixed .stm-cf-call .text h5 a,
.stm-layout-header-listing_five .stm-fixed .stm-cf-live.is-offline {
    color: #333 !important;
}

.stm-layout-header-listing_five .stm-fixed .stm-cf-live.is-offline {
    border-color: #b56661;
}

.stm-layout-header-listing_five .stm-fixed .stm-cf-call .icon {
    border-color: #333;
}

.stm-layout-header-listing_five .stm-fixed .stm-cf-live.is-offline .live-dot {
    background: #ddd;
}

.stm-layout-header-listing_five #wrapper .main-menu .header-menu>li>ul {
    width: max-content;
    border-radius: 15px;
}

.stm-layout-header-listing_five #wrapper .main-menu .header-menu>li.menu-item-has-children>.sub-menu li:hover>a {
    color: #D71E0F !important;
}

.stm-layout-header-listing_five #wrapper .main-menu .header-menu>li.menu-item-has-children>.sub-menu li:hover {
    background-color: transparent !important;
}

.stm-layout-header-listing_five .main-menu .header-menu>li>ul {
    padding: 10px 0 !important;
}

.stm-layout-header-listing_five .main-menu .header-menu>li>ul li a {
    padding: 5px 34px 5px 34px;
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] {
    top: 5px !important;
}

.stm-base-background-color {
    font-family: "Noto Serif Georgian", Sans-serif;
    font-size: 14px;
    line-height: 1.95em;
    background-color: #D71E0F;
}

.select2-selection__placeholder {
    display: none;
}

.stm-car-listing-sort-units {
    display: inline !important;
}

.stm-listing-directory-title .stm-listing-directory-total-matches {
    padding-bottom: 15px;
}

h2.widgettitle {
    font-family: "Noto Serif Georgian", Sans-serif !important;
    font-weight: normal;
    font-style: normal;
    font-size: 21px !important;
}


.stm-elementor-contact-form-seven .form-group {
    margin-bottom: 10px !important;
}

.footer_widgets_wrapper .widgets {
    border-bottom: 1px solid #414141;

}

#footer #footer-main .widgets .widget_nav_menu ul {
    gap: 15px;
}

#footer .container {
    max-width: 1140px !important;
}

#footer #footer-copyright {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

#footer-copyright .copyright-text {
    padding-top: 10px;
}

#footer #footer-main .footer_widgets_wrapper {
    padding-bottom: 0 !important;
}

.widget-wrapper {
    margin-bottom: 0 !important;
}



.footer-social-menu li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.widget_socials li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid white !important;
    border-radius: 100%;
}

.widget_socials li:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.widget_socials li:hover a i {
    color: #000 !important;
}

.footer_widgets_wrapper .widget_socials li a {
    display: inline !important;
    font-size: 16px !important;
    background-color: transparent !important;

}

.socials_widget_wrapper {
    margin-top: 10px;
}



#footer #footer-main .widgets .widget_nav_menu ul li a {
    font-family: "Noto Serif Georgian" !important;
    padding-left: 15px !important;
    position: relative !important;
    display: inline-block !important;
}

#footer #footer-main .widgets .widget_nav_menu ul li a:after {
    width: 6px !important;
    height: 6px !important;
    content: " ";
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 8px !important;
}

#footer #footer-main .widgets .widget_nav_menu ul li a {
    font-size: 14px;
}

.listing-list-loop.stm-listing-directory-list-loop .meta-middle-row .meta-middle-unit:last-child {
    display: block;
}

.checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}


.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .stm-select-col {
    z-index: auto;
}

@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-contact-links-divider {
        width: auto;
        min-height: 1px;
        margin: 20px 0px;
    }

    .footer-contact-links {
        margin: 0 10px;
    }

    #footer-copyright .copyright-text {
        padding-top: 10px;
    }

    #footer #footer-copyright .row>div .pull-right {
        padding: 0;
        margin: 0;
    }

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

/* mobile auction button */

.auction-mobile-button .auction-bid-button-container {
    text-align: center;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

.auction-mobile-button .auction-shortcode-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 3px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.auction-mobile-button .auction-countdown {
    gap: 5px;
}

.auction-mobile-button .auction-status-badge.ended {
    width: 100%;
    border: 0;
}

.auction-mobile-button .auction-countdown .countdown-timer {
    padding: 2px 0;
}

.stm-template-listing_five_elementor .car-listing-row .listing-car-item-meta .price,
.stm-template-listing_five_elementor .car-listing-row .listing-car-item-meta .price:before {
    background-color: transparent;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price,
.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .sale-price {
    color: #d71e0f;
    font-size: 18px;
}


.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title {

    margin-top: 0px;
}

.car-listing-modern-grid .stm-isotope-listing-item {
    margin-bottom: 20px;
}

.stm-template-listing_five_elementor .stm-special-car-top-on,
.stm-template-listing_five_elementor .stm-isotope-sorting-featured-top .listing-list-loop,
.stm-template-listing_five_elementor .stm-featured-top-cars-title,
.stm-template-listing_five_elementor .car-listing-row .stm-isotope-sorting-featured-top .car-meta-top {
    border-bottom: 1px solid #d6d6d6;
}

.listing-car-item-meta .labels {
    color: #d71e0f;
}

@media (max-width: 991px) {

    .stm-directory-grid-loop:hover .listing-car-item-meta .car-meta-top .car-title {
        color: #333;
    }

    .stm-template-listing_five_elementor .stm-directory-grid-loop .stm-car-medias {
        left: auto;
        right: 5px;
    }
}

/* if .listing-car-item-meta hass child with style mobile-auction-button remove border from div before mobile-auction-button */
.listing-car-item-meta:has(.auction-shortcode-wrapper) .car-meta-top {
    border: none !important;
}

.phone-input-group {
    display: flex;
    flex-direction: row;
}

.car-listing-row .image,
.listing-car-item-inner .image {
    border-radius: 10px;
}

/* filter */
.stm-accordion-single-unit {
    margin-top: 0;
}

/* Slider dropdown panel */
.stm-slider-dropdown {
    z-index: 11111;
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    border-radius: 6px;
    padding: 20px 14px 10px;
    height: 100%;
    display: inline-block;
}

.vc-taxonomy-accordion {
    box-shadow: none;
}

.stm-slider-dropdown>.row {
    margin-top: 20px;
}

/* Align with select2 width */
.vc-taxonomy .stm-accordion-content.collapse.content {
    position: absolute;
    z-index: 10030 !important;
    width: 100%;
    left: 0;
}

/* Ensure collapse panel is fully visible when opened */
.vc-taxonomy .stm-accordion-content.collapse.content.in,
.vc-taxonomy .stm-accordion-content.collapse.content.show,
.vc-taxonomy .stm-accordion-content.collapse.content.collapsing {
    height: auto !important;
    overflow: visible !important;
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .row {
    margin-top: 20px;
}

@media (max-width: 991px) {

    /* Prevent parent wrappers from clipping the dropdown */
    .stm-filter-tab-selects,
    .stm-filter-tab-selects .row,
    .stm-filter-tab-selects .stm-select-col,
    .taxonomy_range_wrap {
        overflow: visible !important;
    }
}

/* Floating label state when value is selected */
.floating-label.is-active .stm-floating-label {
    transform: translateY(-8px);
    font-size: 11px;
    opacity: .85;
}

.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__rendered {
    margin-top: 10px;
    font-weight: bold;
}


/* .phone-input-group.invalid-phone input[name="phone_number"] {
    border-color: #dc3545 !important;
}
.phone-validation-message {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    width: 100%;
} */

.icon-with-svg svg {
    width: 15px;
    height: 15px;
    fill: #888888;
}

.auction-offline-not-started .auction-date {
    color: #d71e0f;
    font-weight: 700;
    margin-bottom: 5px;
}

.auction-notice-title {
    font-weight: 700;
    font-size: 20px;
}

.auction-offline-ended .auction-date {
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}

.fill-red {
    fill: #d71e0f !important;
}

.inside-page-auction-type {
    gap: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.auction-type-wrapper {
    margin-top: 20px;
}

.stm-single-listing-map__address svg,
.stm-single-listing-map__address i {
    width: 20px;
    height: 20px;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
}

.auction-price .price {
    padding-right: 0;
    text-align: right;
    padding-bottom: 0;
}

.listing-car-items .auction-price {
    text-align: left;
    align-items: flex-start;
}

.auction-price {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;

}

.auction-starting-price {
    color: #333;
}

.buying-type .meta-middle-unit-top,
.buying-type .value {
    padding-left:20px !important;
}

/* Mobile Header Actions Menu Styling */
.mobile-header-actions-menu {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

.mobile-header-actions-menu li {
    margin: 0;
    padding: 8px 0;
}

.mobile-header-actions-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.mobile-header-actions-menu li a:hover {
    color: #EB2321;
}

.auction-offline-wrapper  {
    
    background: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
}

.auction-offline-button {
    font-family: "Noto Serif Georgian", Sans-serif;
    font-size: 14px;
    line-height: 1.95em;
    background-color: #d32f2f;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 22px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
    width: auto;
}


.auction-offline-button:hover {
    background-color: #b71c1c !important;
    transform: translateY(-1px);
}

@media only screen and (max-width: 1064px) {
    .footer-social-menu {
        flex-direction: column;
        gap: 0;
    }
}

@media only screen and (min-width: 1064px) {
    .footer-copyright .row > div:first-child {
        padding-left: 0;
    }
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator {
    z-index: 0;
}