.wrapper{
    position: relative;
}
#map {
    height: 650px;
    width: 100%;
    margin-bottom: 20px;
}
.main-carousel {
    width: 100%;
    bottom: 40px;
    z-index: 999999;
    padding-left: 10vh;
}
.main-carousel.flickity-enabled{
    position: absolute !important; 
}
.carousel-cell {
    max-width: 423px;
    min-width: 423px;
    margin-right: 10px;
}
.card {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}
.card img {
    width: 120px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.card-body {
    padding: 0;
}
.card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
.card-text {
    font-size: 14px;
    color: #555;
    margin: 0;
}
.card small{
    margin-top: 15px;
    color:#000000;
}
.highlighted{
    border: 1px solid #A3CC01;
}
.main-carousel .flickity-button.next, .main-carousel .flickity-button.previous{
    position: absolute;
    top: -50px;
    background-color: #ffffff;
    border-radius: 100%;
}
.main-carousel .flickity-button.next{
    right:50px;
}
.main-carousel .flickity-button.previous {
    right: 90px;
    left: auto;
}
.main-carousel .flickity-viewport{
    min-height: 150px;
}
.property-toggle-view { margin-top: 20px; }
.property-filter-controls { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
#property-category-filter { padding: 8px; }
#toggle-list-view, #toggle-map-view { padding: 10px 15px; cursor: pointer; border: none; }
#toggle-list-view.active, #toggle-map-view.active { background-color: #333; color: #fff; }
.property-map { height: 500px; }
.property-list li { list-style: none; padding: 10px; border-bottom: 1px solid #ddd; }
.property-grid-view {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.property-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.property-list .property-grid-item {
    box-sizing: border-box;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    background-color: #fff;
}

.property-list .grid-item-link {
    text-decoration: none;
    color: inherit;
}

.property-list .grid-item {
    display: flex;
    flex-direction: column;
}
.property-list .grid-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
    min-height:234px;
    max-height:234px;
}
.property-list .grid-item-body {
    padding: 15px;
}

.property-list .grid-item-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 8px;
}
.property-list .grid-item-text {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.property-list small {
    font-size: 14px;
}
.property-filter-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.property-filter-header select{
    border-radius: 5px;
}
.property-filter-header-wrapper{
    padding: 20px 15px;
    border-bottom: 1px solid #DFDFDF;
}
#property-list-view{
    padding: 80px 0;
}
.property-filter-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.property-filter-controls button {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    border-radius: 8px;
    cursor: pointer;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}
.property-filter-controls button span{
    display: flex;
    align-items: center;
}
.property-filter-controls button svg {
    width: 20px;
    height: 20px;
}

.property-filter-controls button.active {
    background-color: #333;
    color: #fff;
}

.property-filter-controls button:not(.active):hover {
    background-color: #e0e0e0;
}

.property-filter-controls button#toggle-list-view {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.property-filter-controls button#toggle-map-view {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.switcher-filter{
    display: flex;
}
.toggle-btn-text{
    display: block;
}
.single-property-container{
    background: #F7F7F7;
}
.single-property-header{
    padding: 50px 0;
    background: #ffffff;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    margin-bottom:80px; 
}
.single-property-header .ld-container{
	display:flex;
	justify-content:space-between;
}
.print-button a{
	background:none;
	outline:none;
	border:1px solid;
	cursor:pointer;
	padding:10px;
	display:flex;
	align-items:center;
}
.print-button svg{
	width: 30px;
	margin-top:5px;
}
.single-property-header h1{
    margin:0;
    padding:0;
}
.property-content{
    padding-bottom: 80px;
}
.property-content-wrapper{
	padding:80px;
	background:#ffffff;
}
.property-item {
    border-bottom: 1px solid #ebebeb;
	margin-bottom:10px;
}
.auftrag-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.auftrag-item {
    display: flex;
    align-items: center; /* Center content vertically */
    border: 1px solid #ccc; /* Border for the card */
    border-radius: 8px; /* Rounded corners */
    padding: 12px 16px; /* Padding inside each card */
    background-color: #fff; /* White background */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
	flex-grow: 1;
}

.auftrag-item:hover {
    transform: translateY(-2px); /* Lift effect on hover */
}

.auftrag-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 12px; /* Spacing between icon and text */
    border-radius: 50%; /* Circular icon container */
    background-color: #000; /* Black background for the icon */
    color: #fff; /* White icon color */
    flex-shrink: 0; /* Prevent shrinking of the icon container */
}

.auftrag-icon {
    font-size: 14px; /* Adjust icon size */
	color:#ffffff;
	padding:5px;
	display: flex;
    align-items: center;
}
.auftrag-icon svg{
	width: 15px;
    height: 15px;
    stroke-width: 3px;
}

.auftrag-title-text {
    font-size: 14px;
    font-weight: bold;
    color: #333; /* Dark gray text */
    margin: 0; /* Remove default margins */
}
/* Scoped Container for Rows */
.custom-row-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive columns */
    gap: 20px; /* Space between items */
    margin-bottom: 30px;
}

/* Scoped Styling for Each Item */
.custom-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Scoped Icon Wrapper */
.custom-icon-wrap {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right:15px;
}

/* Scoped SVG Styling */
.custom-icon-wrap svg {
    width: 100%;
    height: 100%;
}

/* Scoped Text Content */
.custom-contents {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-iconbox-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.custom-contents p {
    margin: 0;
}
.single-property #lqd-contents-wrap{
	width:100%;
	padding: 0;
}
@media only screen and (max-width: 990px) {
    .property-list {
        grid-template-columns: repeat(2, 1fr);
    }
	.property-content-wrapper{
		padding:20px;
	}
}
@media only screen and (max-width: 768px) {
	.auftrag-items-wrapper .auftrag-item{
		width:100%;
	}
    .main-carousel{
        padding-left: 0;
    }
    .property-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .property-filter-header{
        flex-direction: column;  
    }
    .toggle-btn-text{
        display: none;
    }
}
.property-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}
.property-slider .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.property-slider .swiper-slide a::after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
	background: linear-gradient(0deg, rgb(0 0 0 / 80%) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 60%, rgb(0 0 0 / 80%) 100%);
    z-index: 0;
}

.property-slider .slide-caption {
    position: absolute;
    bottom: 75px;
    left: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index:1;
}
.property-slider .slide-caption h1{
    font-size:24px;
    color:#ffffff;
}
.property-slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.swiper-pagination {
    bottom: 75px !important;
    right: 30px;
    left: auto !important;
    width: auto !important;
}
.property-slider .swiper-button-next,
.property-slider .swiper-button-prev {
    display: none;
}
/* Style for pagination dots */
.swiper-pagination-bullet {
    width: 12px !important; 
    height: 12px !important; 
    background-color: rgba(255, 255, 255, 0.9) !important; /* Inactive dot color */
    border-radius: 50%;
    margin: 0 4px;
    opacity: 1;
    border: 2px solid transparent;
}

.swiper-pagination-bullet-active {
    background-color: white !important; /* Active dot fill color */
    border-color: white !important; /* Active dot border color */
    width: 38px !important;
    height: 12px !important;
    border-radius: 10px !important;
}
.lqd-img-gal{
	position:relative;
}
.back-btn{
	margin-right:15px;
}
.back-btn a{
	background: #000000;
    padding: 15px;
    border-radius: 50px;
    display: flex;
}
.back-btn a svg{
	width: 20px;
    height: 20px;
}
.heading-warpper{
	 display: flex;
}
/* Print-specific styles */
        @media print {
			.container{
				width:100% !important;
			}
            /* Hide the button in print */
            .print-button, #footer, .lqd-mobile-sec, a[href]:after, .carousel-nav, .back-btn {
                display: none !important;
            }
			[class*="liquid-column-responsive-"] > .vc_column-inner {
				padding-top: 0 !important;
				padding-right: 0 !important;
				padding-bottom: 0 !important;
				padding-left: 0 !important;
			}
			.lqd-head-sec .lqd-head-col:nth-child(1) {
				display: block; /* Ensure the first block is visible */
			}

			.lqd-head-sec .lqd-head-col:nth-child(n+2) {
				display: none; /* Hide all the other blocks */
			}
			.property-content-wrapper{
				padding:20px !important;
			}
            /* Ensure no margin is applied for printed pages */
            @page {
                margin: 0;
            }

            /* Optional: Customize printed layout */
            body {
                margin: 0;
                padding: 10px;
            }
        }