.booking-popup-overlay {
  display: none; position: fixed; z-index: 10001;
  left: 0; top: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,.6);
  align-items: center; justify-content: center;
}
.booking-popup-overlay.active { display: flex; }

.booking-popup {
  background: #fff; border-radius: 12px;
  padding: 30px 40px; max-width: 460px; width: 90%;
  position: relative; animation: fadeIn .3s ease;
}
.booking-close {
  position: absolute; right: 12px; top: 12px;
  background: none; border: none; font-size: 24px; cursor: pointer;
}
.booking-popup h2 { margin-top: 0; }
.booking-popup label { display: block; margin: 12px 0 4px; font-weight: 600; }
.booking-popup input, .booking-popup select {
  width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 6px;
}
.booking-popup span{
    display:block;font-size:12px;padding: 6px 0;
}
.booking-popup input[type=checkbox]{width:auto};
.btn-submit { margin-top: 18px; width: 100%; padding: 12px; }

@keyframes fadeIn { from { opacity: 0; transform: scale(.95); } to { opacity: 1; transform: scale(1); } }
.hbg
 {
    background: #e3e3e3;
    margin: 3rem 0;
}
.house-cm {
    padding-bottom: .3rem;
}
.btn-center {
    text-align: center;
}
.house-page {
    padding: 2rem 2rem 3rem;
}
.house-page p {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #676767;
    margin: 1rem 0;
}
.house-page ul {
    margin: 1rem;
}
.house-page li
 {
    font-size: 1.2rem;
    line-height: 2;
    color: #777;
    font-weight: 300;
}
.house-page h2
 {
    color: #333;
    font-weight: 500;
    font-size: 2rem;
    margin: 2rem 0;
}
.house-page a{
	color:#287a55;
	text-decoration:underline;
}
.house-page a:hover{
	color:#000;
	text-decoration:none;
}
.house-cm-icons {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    padding: 2rem 0;
}
.house-cm-icon {
    width: 24%;
    padding: 1rem;
    font-size: 1.3rem;
    word-spacing: .5rem;
    color: #3a6854;
    margin: 2px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 5px;
    background: #f7f7f7;
    font-weight: 300;
}
.housebox .house-card {
            display: flex;
            background: #fff;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
            max-width: 1200px;
            margin: 0 auto 20px;
			width:100%;
			text-align:left;
        }

        .housebox .house-image {
            position: relative;
            width: 30%;
            min-height: 240px;
            background: #e0e0e0;
            overflow: hidden;
			height: auto;
        }

        .housebox .image-slider {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .housebox .slider-track {
            display: flex;
            transition: transform 0.4s ease-in-out;
            height: 100%;
			width: auto;
			gap: 0;
        }

        .housebox .slide {
            min-width: 100%;
			width: 100%;
            height: 100%;
			border-radius:0;
			box-shadow:none;
        }

        .housebox .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .housebox .image-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #333;
            transition: background 0.3s;
        }

        .housebox .image-nav:hover {
            background: #fff;
        }

        .housebox .image-nav.prev {
            left: 15px;
        }

        .housebox .image-nav.next {
            right: 15px;
        }

        .housebox .image-dots {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }

        .housebox .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: background 0.3s;
        }

        .housebox .dot.active {
            background: #fff;
        }

        .housebox .house-info {
    flex: 1;
    padding: 40px;
    display: flex
;
    flex-direction: column;
    background: #ededed00;
    margin: 0;
}
.housei-flex
 {
    display: flex;
    position: relative;
    max-width: 1400px;
    margin: auto;
    margin-bottom: 150px;
}
.housei-img {
        width: 70%;
    min-height: 300px;
    background: url(/images/7229.webp) no-repeat left center;
    background-size: cover;
    border-radius: 60px;
}
.housei-box {
    position: absolute;
    display: flex;
    bottom: -150px;
    height: 220px;
    right: 0;
    width: 80%;
    background: #fff;
    border-radius: 60px;
    align-items: flex-start;
    border: 1px solid #eee;
    background: #f9f9f9;
    overflow: hidden;
}
.housei-coll {
    padding: 70px 20px 0;
    color: #777777;
    position: relative;
    width: 100%;
    height: 100%;
    border-right: 1px solid #eee;
}
.housei-coll:last-child {
    border: 0;
}
.housei-coll.coll-dark {
    background: #393939;
    color: #ccc;
    padding: 70px 0 0 40px;
}
.housei-coll b {
    display: block;
    text-align: right;
    font-size: 50px;
    color: #dddddd;
    position: absolute;
    width: 80%;
    top: 12px;
}
.housei-coll span {
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    padding: .5rem 0;
    color: #333;
}
.housei-coll.coll-dark span {
    color: #fff;
    text-transform: uppercase;
}
.housei-coll.coll-dark a
 {
    display: block;
    padding: .8rem 0 0;
    color: #4fb992;
}
.housei-coll.coll-dark i
 {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #6f6f6f;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
    color: #222;
}
.house-sl
 {
    padding: 3rem 0;
}
.house-sl h3
 {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    color: #333;
}
.housei-text
 {
    text-align: center;
    padding: 2rem 0 0;
}
body .housei-text p {
    font-size: 1.4rem;
    padding-bottom: 2rem;
}
        .housebox .house-title, body .house-title p {
            font-size: 28px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 12px;
			text-transform:uppercase;
        }
body .house-title p{
	padding:0;
}
        .housebox .house-price {
            font-size: 18px;
            color: #4CAF50;
            font-weight: 500;
            margin-bottom: 30px;
        }

        .housebox .house-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px 40px;
            margin-bottom: 35px;
        }

        .housebox .feature {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #666;
            font-size: 15px;
        }

        .housebox .feature-icon {
            width: 20px;
            height: 20px;
            opacity: 0.6;
        }

        .housebox .house-actions {
            display: flex;
            gap: 15px;
            margin-top: auto;
        }

        .housebox .btn {
            flex: 1;
            padding: 16px 24px;
            border-radius: 50px;
            border: none;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
			text-align:center;
        }

        .housebox .btn-book {
            //background: #4CAF50;
            color: #fff;
        }

        .housebox .btn-book:hover {
            //background: #45a049;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
        }

        .housebox .btn-details {
                background: #fff;
    color: #ff5330;
    border: 2px solid #ff483e;
        }

        .housebox .btn-details:hover {
            background: #f0f9f0;
        }

        @media (max-width: 968px) {
            .housebox .house-card {
                flex-direction: column;
            }

            .housebox .house-image {
                width: 100%;
                min-height: 280px;
            }

            .housebox .house-info {
                padding: 30px;
            }

            .housebox .house-title {
                font-size: 24px;
            }

            .housebox .house-features {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .housebox .house-actions {
                flex-direction: column;
            }
			.housei-flex
 {
    display: block;
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-bottom: 0;
}
.housei-img {
    width: 100%;
    min-height: 120px;
    background: url(/images/7229.webp) no-repeat left center;
    background-size: cover;
    border-radius: 60px 60px 0 0;
}
.housei-box {
    position: relative;
    display: block;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 60px 60px;
    align-items: flex-start;
    border: 1px solid #eee;
    background: #f9f9f9;
    overflow: hidden;
}
.housei-coll {
    padding: 40px 80px 40px 30px;
    color: #777777;
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #eee;
    border-right: 0;
}
.housei-coll.coll-dark {
    padding: 40px;
}
.housei-coll b
 {
    display: block;
    text-align: right;
    font-size: 50px;
    color: #dddddd;
    position: absolute;
    width: 87%;
    top: 60px;
}
        }
 @media screen and (max-width: 600px) { 
.house-cm-icon {
    width: 80%;
}
.housebox .slide {
            min-width: 100%;
			width: 100%;
            height: 380px;
			max-height:380px;
			border-radius:0;
			box-shadow:none;
        }

        .housebox .slide img {
            width: 100%;
            height:380px;
            object-fit: cover;
        }
 } 