body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    color: #333;
}

.carousel {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.carousel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Show full image */
    display: none;
}

.carousel img.active {
    display: block;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    /* width: calc(100% - 1px); */
    width: 100%;
    /* Prevent scrollbar overlap */
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 15px 15px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    box-sizing: border-box;
}

.top-bar i {
    font-size: 1.2rem;
    cursor: pointer;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 1.2rem;
    border-radius: 2px;
    cursor: pointer;
    z-index: 10;
}

.carousel-arrow.left {
    left: 10px;
}

.carousel-arrow.right {
    right: 10px;
}

.indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.indicator {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.6;
}

.indicator.active {
    opacity: 1;
}

.details {
    padding: 15px;
    border-top: 1px solid #eee;
}

.details .price {
    margin-top: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #002c2c;
}

.details .title {
    margin-top: -11px;
    font-size: 17px;
    font-weight: 550;
}

.details .location {
    display: flex;
    margin-top: -9px;
    align-items: center;
    color: #707070;
    font-size: 15px;
}

.details .location i {
    margin-right: 5px;
}

.details .heart {
    float: right;
    color: #999;
    font-size: 1.2rem;
}


.description {
    /* margin-top: 15px; */
    /* padding-top: 5px; */
    padding: 2px 15px;
    margin-bottom: 25PX;
    font-size: 15px;
    line-height: 1.5;

}

.description h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
}

.description ul {
    line-height: 1.8;
}

.seprator {
    border: none;
    height: 0px;
    border-top: 1px solid #e9e9e9;
}


.description table {
    /* width: 100%; */
    border-collapse: collapse;
}

.description td {
    /* background-color: #c40f0f; */
    padding: 4px;
}

.description td:first-child {
    /* font-weight: bold; */
    /* color: #333; */
    /* background: #003e3e; */
    width: fit-content;
    /* font-weight: bosw6j7'-[0zy77 ld; */
    padding-right: 70px;
    text-transform: uppercase;
}

.room-facilities {
    display: flex;
    gap: 2rem;
    font-family: sans-serif;
}

.room-facilities .group {
    flex: 1;
}

.room-facilities h4 {
    margin-bottom: 0.5rem;
    font-size: 1.0rem;
}

.room-facilities ul {
    list-style: none;
    padding: 0;
}

.room-facilities li {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
}

.room-facilities li .icon {
    display: inline-block;
    width: 1em;
    text-align: center;
    margin-right: 0.5em;
    font-weight: bold;
}

.room-facilities li.included .icon {
    color: green;
}

.room-facilities li.excluded .icon {
    color: red;
}


.profile-container {
    /* background-color: #707070; */
    display: flex;
    margin-top: 25px;
}

.owner-info-btn {
    /* background-color: rgb(231, 231, 231); */
    width: 40px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    /* margin-top: 5px; */
    cursor: pointer;
}

.owner-info-btn:hover {
    font-size: 32px;
}


.owner-profile {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    /* background-color: aqua; */
}

.owner-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.owner-profile .info {
    display: flex;
    flex-direction: column;
}

.owner-profile strong {
    font-size: 18px;
    color: rgb(43, 43, 44);
}


.owner-profile .profile-info span {
    font-size: 13px;
    color: rgb(99, 100, 101);
    margin-top: 2px;
}

.owner-message-heading {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 4PX;
}

.owner-message {
    padding: 10px 20px;
    border-left: 4px solid #aaa;
    border-right: 4px solid #aaa;

    border-radius: 10px;
    max-width: 700px;
}


.owner-message blockquote {
    font-style: italic;
    color: #404040;
    margin: 0;
}

.owner-message .signature {
    margin-top: 10px;
    font-weight: bold;
    color: rgb(58, 58, 58);
}

.owner-message .signature span {
    font-weight: normal;
    color: #404040;
}

.description #googlemap {
    width: 100%;
    height: 260px;
    border: 0;
    border-radius: 5px;
    margin-top: 10px;
}

.address-card {
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    /* background-color: #f9f9f9; */
}

.address-card p {
    margin: 6px 0;
    color: #333;
    line-height: 1.4;
    font-size: 16px;
}

.buttons {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    background-color: #f1f1f1;
    /* position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 12px;
background-color: #f5f5f5;
border-top: 1px solid #e9e9e9;;
text-align: center;
z-index: 1000; */
}


.buttons button:hover {
    opacity: 0.9;
}

.carousel-video,
.carousel video {
    width: 100%;
    height: 100%;
}

.carousel-video {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    background: #000;
}

.carousel-video.active {
    display: flex;
}

.carousel video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.video-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: white;
    border: none;
    font-size: 36px;
    cursor: pointer;
    z-index: 10;
}

.action-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    background-color: #003e3e;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.action-btn:hover {
    opacity: 0.96;
    transform: translateY(-1px);
}

