::placeholder {
    font-weight: bold;
}

:root{
    --bs-link-color-rgb: #222;
}

.pagination{
    --bs-pagination-color: #333;
    --bs-pagination-active-color:#111;
    --bs-pagination-hover-color:#111;
    --bs-pagination-active-bg:#e9edf7;
    justify-content: center;
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #333;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #111;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
}

.breadcrumb a{
    color: var(--bs-breadcrumb-divider-color);
    text-decoration: none;
}
.flag-icon {
    width: 22px;
}
body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.auction-list-img img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-indent: -99999px;
    background: url("/assets/bid.png");
    background-size: cover;
}
.dynamic-size{
    field-sizing: content;

}

footer a{
    text-decoration: none;
}

.social a{
    font-size: 3rem;
}

header.video-masthead {
    padding-top: 0;
    background: none;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}


header.novideo-masthead{
    padding-top: 0;
    background: linear-gradient(to bottom, #dae2f0 0%, #f9f9fb 100%);
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
}

.video-masthead .htm5-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

#mainform {
    z-index: 1000;
    position: relative;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex!important;
    min-height: 45px;


}
.select2-search__field{
    min-height: 45px;
    width: 100%!important;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 12px!important;
}

/* Wrapper to position the icon and select */
.select2-container-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Style the marker icon */
.select2-icon {
    position: absolute;
    left: 12px;
    font-size: 20px;
    color: #999;
    z-index: 10;
}

.select2-container--default .select2-selection--multiple {
    height: 50px;
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    display: flex;
    align-items: center;
    background: #fff;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}
/* Ensure selected items don’t overlap the icon */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 40px !important;
}

/* Adjust input field inside Select2 */
.select2-container--default .select2-selection--multiple .select2-search__field {
    height: 30px;
    font-size: 16px;
}
#mainform .btn.btn-primary {
    min-height: 50px;
    width: 100%;
    border-radius: 12px;
    font-weight: bold;
}
.select-link {
    min-height: 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
}

.type_navigation {
    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.type_navigation a {
    display: flex;
    padding: 10px 30px;
    border-radius: 20px;
    margin: 0 5px;
    background: #fff;
    font-size: 23px;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    font-size: 16px;
    color:#111;
    position: relative;
}
.type_navigation a.active {
    background: #f7981d;
    color: #fff;
}

.type_navigation .active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-top: 15px solid transparent;
    border-right: 15px solid #f7981d;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.type_navigation a i {
    margin-left: 15px;
}



.type_navigation a.active i{
    transform: rotate(90deg);
}

.main_heading_header{
    color:#b1b1b1;
    font-size: 38px;
    font-weight: 700;
}




.property-card {
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.property-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}




/* Container for the entire carousel */
.multi-carousel-container {
    cursor: grab;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
    cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
    box-sizing: border-box;
    flex: 0 0 20%;
    padding: 0 5px;
    position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 40px;
    z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
    left: 10px;
}

.multi-carousel-control-next {
    right: 10px;
}

/* Image container with dynamic height */
.img-container {
    border-radius: 1.5rem;
    height: var(--carousel-height, 80vh);
    overflow: hidden;
    position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    pointer-events: none;
    user-drag: none;
    width: 100%;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
}

.img-container:hover img {
    transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: inline-flex;
    font-size: 120%;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 35px;
    z-index: 2; /* Higher than default but below controls */
    /* Isolation prevents z-index context issues */
    isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
    cursor: grab;
    touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
    user-select: none;
    -webkit-user-select: none;
}


.multi-carousel-control-prev, .multi-carousel-control-next {
    align-items: center;
    background-color: #426ae8;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 40px;
    z-index: 10;
}

.multi-carousel-control-prev{
    left:0%
}
.h-200px{
    height: 200px;
}
.blog-section .card-body > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
}
.multi-carousel-control-next{
    right: 0%;
}
#map_of_greece svg path.active:hover {
    fill: #426ae8;
    cursor: pointer;
    pointer-events: auto;
}
.favorite-aggelia {
    z-index: 1000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.footer-newsletter{
    background-image: url("/v2/images/newsletterbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.tel-item {
    font-size: 120%;
}

#override{
    margin-top: 40px;
}

#override * {
    font-family: Inter !important;
    line-height: 1.4;
}
.carousel-thumbs.carousel-thumbs-inline {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 30px;
    flex-direction: row;
    margin-top: 30px;
}

.carousel-thumbs-inline img{
    max-width: 100px;
    display: inline-block;
}


.navbar-brand.fw-bold {
    font-size: 165%;
    padding: 0;
}
.navbar-brand.fw-bold {
    font-size: 165%;
    padding: 0;
}
.multi-carousel-container {
    background: #f5f5f5;
    padding: 30px 0;
}

#open_filters,#close_filters{
    display: none;
}

footer a:hover {
    color: #fff !important;
}

.social a[href*="facebook"]:hover {
    color: #0866ff !important;
}

.social a[href*="linkedin"]:hover {
    color: #0a66c2 !important;
}
.social a[href*="instagram"]:hover {
    color: #fc0768 !important;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
    .multi-carousel-item,
    .clone {
        flex: 0 0 100%;
    }

    .tel-item {
        text-align: center;
    }
    .container.holder {
        flex-wrap: wrap;
    }
    .menu-holder {
        text-align: right;
    }
    .menu-holder,.logo-holder {
        width: 50%;
    }
    #mainNavbar {
        position: absolute;
        background: #fff;
        padding: 15px;
    }
    .navbar.navbar-expand-lg.navbar-light.bg-white.shadow-sm.sticky-top.py-4 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .navbar-brand.fw-bold {
        font-size: 120%;
        padding: 0;
    }
    .bg-light.col-10.rounded.rounded-5.p-4 {
        padding: 35px !important;
        box-sizing: unset !important;
    }
    .multi-carousel-control-prev {
        left: 0;
    }
    .multi-carousel-control-next {
        right: 0;
    }
    .multi-carousel-control-prev, .multi-carousel-control-next{
        top:40%
    }
    #map_of_greece {
        padding: 0px !important;
    }
    .periferies {
        background-size: cover!important;
        background-position: right;
    }
    footer > div > div.row > div {
        border-left: 0 !important;
        text-align: center;
        padding-left: 0!important;
    }
    .da-copies {
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
        font-size: 80%;
    }
    .tel-item {
        font-size: 0;
    }
    .tel-item a {
        font-size: 22px;
        margin-bottom: 10px;
        display: block;
    }
    #mainNavbar {
        position: absolute;
        background: #fff;
        padding: 15px;
        width: 100%;
        left: 0;
        background: #eee;
        text-align: left;
        box-shadow: 0 10px 10px 0 #999;
    }
    #mainNavbar .nav-link {
        margin-left: 0 !important;
        padding: 5px;
    }
    #mainNavbar .btn.btn-primary {
        margin: 0 !important;
    }
    #mainNavbar .dropdown.ms-4 {
        margin: 10px 0 !important;
    }
    body.fixed {
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }
    .col-md-3.position-relative.auction-list-img {
        display: block;
        width: 100%;
        height: 200px;
    }
    .filters {
        position: absolute;
        top: 0;
        width: 99%;
        left: 0;
        z-index: 10000;
        background: #fff;
        padding: 0;
        margin: 0;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
    }
    #open_filters {
        position: absolute;
        width: 31px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-top: -50px;
        background: #fff;
        border: 1px solid;
        border-radius: 3px;
        padding: 3px;
        display: block;
        color: #0d6efd;
    }
    #close_filters {
        border: 0;
        display: block;
        background: #fff;
        font-weight: bold;
        color: red;
    }
    .p-3.mb-3.the-filter {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .filters .d-flex.justify-content-between.align-items-center.mb-3 {
       padding: 15px!important;
        margin-bottom: 0!important;
    }
    #close_filters + #clear-all-filters {
        display: none!important;
    }
}

