 :root { scroll-behavior: smooth; }
  *{box-sizing:border-box}
  html 
{
 overflow: auto;
}
 
html, body, iframe 
{
 margin: 0px; 
 padding: 0px; 
 height: 100%; 
 border: none;
}
  body{
   background:#fff;
  color:black;
  padding:0;
 margin:0;
  text-align: center;
  justify-content: center;
  }
  body.dark {
  background-color: black;
}
body.dark {
  color: #fff;
  color: #333;
  color: #f2f2f2;
  color: #aaa;
}
.active{
width:100%;
}

.property-description{
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: #333;
    text-align: left;

    /* Preserve spaces and line breaks */
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;

    /* Styling */
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e9ecef;

    /* Better readability */
    letter-spacing: 0.2px;
    margin-top: 15px;
}
@media (max-width:768px){
    .property-description{
        font-size: 15px;
        line-height: 1.8;
        padding: 18px;
    }
}

.property-description::first-letter{
    font-size: 1.4em;
    font-weight: 600;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.desk-preloader{
display: none;
}

.container{
width:100vw;
min-height: 20vh;
margin: auto;
justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

h1{
font-weight:bold;
font-family:Georgia, Garamond, Times New Roman, serif;
font-size:35px;
color: rgba(0,0,0,1);
margin:10px;
}

.card{
width:100vw;
display: block;
position: relative;
/*overflow-y: hidden;*/
margin: 0;
padding:0;
}

.card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#f97316,#fb923c);
}

.card-head{
width:100vw;
height:60px;
padding:3px;
position: relative;
display:flex;
border-top: solid 3px #fff;
overflow: hidden;
white-space: pre-wrap;
}
.card-top{
width:100vw;
height:80px;
overflow: hidden;
position: relative;
padding:3px;
text-align:left;
font-size:16px;
font-family:san-serif;
white-space: pre-wrap;
}
.card-middle{
width:100vw;
height:300px;

position: relative;
margin:0;
padding:0;
overflow: hidden;
display: flex;
flex-wrap: wrap;

}
.card-bottom{
width:100vw;
height:40px;
padding:0;
vertical-align: center;
margin:1px;
border-style: solid;
border-width:3px;
border-color: black;
}

.hiddenDIV{
background: #fff;
width:100vw;
height:350px;
border-radius:15px;
border:1px solid #fff;
position: absolute;
z-index:99;
bottom:0;
left:0;
}
.adPanel{
width:100vw;
min-height:310px;
margin-top:165px;
margin-bottom:70px;
padding:0;
background: black; color:#fff;
}
.toggle-h{
width:100vw;
min-height:80px;
padding:3px;
position: relative;
text-align:left;
font-size:16px;
font-family:san-serif;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.container{
width:100vw;
min-height: 20vh;
margin: auto;
justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

h1{
font-weight:bold;
font-family:Georgia, Garamond, Times New Roman, serif;
font-size:45px;
color: rgba(0,0,0,1);
margin:10px;
}

.card{
    width:100vw;
    display:block;
    position:relative;

   
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:0;
    margin: 0;
    box-sizing:border-box;

  
    box-shadow:
        0 1px 3px rgba(0,0,0,0.05),
        0 8px 24px rgba(0,0,0,0.08);

    
    transition:all 0.3s ease;
    overflow:hidden;
}


.card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#f97316,#fb923c);
}

.card-head{
width:100vw;
height:60px;
padding:3px;
position: relative;
display:flex;
border-top: solid 3px #fff;
overflow: hidden;
white-space: pre-wrap;
}
.card-top{
width:100vw;
height:80px;
padding:3px;
position: relative;
overflow: hidden;
text-align:left;
font-size:17px;
font-family:san-serif;
white-space: pre-wrap;
}
.card-middle{
width:100vw;
height:300px;
position: relative;
margin:0;
padding:0;
overflow: hidden;
display: flex;
flex-wrap: wrap;

}
.card-bottom{
width:100vw;
height:40px;
padding:0;
vertical-align: center;
margin:1px;
border-style: solid;
border-width:3px;
border-color: black;
}
.hiddenDIV{
background: #fff;
width:100vw;
height:350px;
border-radius:15px;
border:1px solid #fff;
position: absolute;
z-index:99;
bottom:0;
left:0;
}

.adPanel{
width:100vw;
min-height:310px;
margin-top:165px;
margin-bottom:70px;
padding:0;
background: black;
color:#fff;
}
.toggle-h{
width:100vw;
min-height:80px;
padding:3px;
position: relative;
text-align:left;
font-size:17px;
font-family:san-serif;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


.container{
width:80vw;
min-height: 20vh;
margin: auto;
justify-content: center;
  align-items: center;
  text-align: center;
}

h1{
font-weight:bold;
font-family:Georgia, Garamond, Times New Roman, serif;
font-size:35px;
color: rgba(0,0,0,1);
margin:10px;
}
.card{
width:100%;
position: relative;
display: block;
background:#fff;
color: black;
}
.card-head{
width:100%;
height:60px;
padding:3px;
position: relative;
display:flex;
border-top: solid 3px #fff;
overflow: hidden;
white-space: pre-wrap;
}
.card-top{
width:100%;
position: relative;
height:80px;
padding:5px;
text-align:left;

font-size:17px;
font-family:san-serif;
white-space: pre-wrap;
}
.card-middle{
width:100%;
position: relative;
height:300px;
}
.card-bottom{
width:100%;
position: relative;
height:70px;
margin:5px;

}
.hiddenDIV{
background: #fff;
width:100%;
height:350px;
border-radius:15px;
border:1px solid #fff;
position: absolute;
z-index:99;
bottom:0;
left:0;
}

.adPanel{
width:100%;
min-height:310px;
margin-top:10px;
padding:0;
background: black;
color:#fff;
}
.toggle-h{
width:100%;
min-height:80px;
padding:3px;
position: relative;
text-align:left;
font-size:17px;
font-family:san-serif;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


.container{
width:80vw;
min-height: 20vh;
margin: auto;
justify-content: center;
  align-items: center;
  text-align: center;
}

h1{
font-weight:bold;
font-family:Georgia, Garamond, Times New Roman, serif;
font-size:40px;
color: rgba(0,0,0,1);
margin:10px;
}

.card{
width:100%;
display: block;
background:#fff;
color: black;
position: relative;
}
.card-head{
width:100%;
height:60px;
padding:3px;
position: relative;
display:flex;
border-top: solid 3px #fff;
overflow: hidden;
white-space: pre-wrap;
}
.card-top{
width:100%;
position: relative;
height:80px;
padding:5px;
text-align:left;
font-size:18px;
font-family:san-serif;
white-space: pre-wrap;
}
.card-middle{
width:100%;
position: relative;
height:300px;
}
.card-bottom{
width:100%;
position: relative;
height:70px;
margin:5px;

}
.hiddenDIV{
background: #fff;
width:100%;
height:350px;
border-radius:15px;
border:1px solid #fff;
position: absolute;
z-index:99;
bottom:0;
left:0;
}

.adPanel{
width:100%;
min-height:310px;
margin-top:10px;
padding:0;

background: black;
color:#fff;
}
.toggle-h{
width:100%;
min-height:80px;
padding:3px;
position: relative;
text-align:left;
font-size:18px;
font-family:san-serif;
}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

.container{
width:80vw;
min-height: 20vh;
margin: auto;
justify-content: center;
  align-items: center;
  text-align: center;
}

h1{
font-weight:bold;
font-family:Georgia, Garamond, Times New Roman, serif;
font-size: 45px;
color: rgba(0,0,0,1);
margin:10px;
}

.card{
width:100%;
position: relative;
display: block;
background:#fff;
color: black;
}
.card-head{
width:100%;
height:60px;
padding:3px;
position: relative;
display:flex;
border-top: solid 3px #fff;
overflow: hidden;
white-space: pre-wrap;
}
.card-top{
width:100%;
position: relative;
height:80px;
padding:5px;
text-align:left;
font-size:19px;
font-family:san-serif;
white-space: pre-wrap;
}
.card-middle{
width:100%;
position: relative;
height:300px;

}
.card-bottom{
width:100%;
position: relative;
height:70px;
margin:5px;

}
.hiddenDIV{
background: #fff;
width:100%;
height:350px;
border-radius:15px;
border:1px solid #fff;
position: absolute;
z-index:99;
bottom:0;
left:0;
}

.adPanel{
width:100%;
min-height:310px;
margin-top:10px;
padding:0;
background: black;
color:#fff;
}
.toggle-h{
width:100%;
min-height:80px;
padding:3px;
position: relative;
text-align:left;
font-size:19px;
font-family:san-serif;
}

}
/*@MEDIA QUERIES ENDS HERE*/
/* Create two equal columns that sits next to each other */
.column {  
position: relative;
  vertical-align: middle;
  text-align: center;
  
  border-style: solid;
  border-width:2px;
  border-color:rgba(0,0,0,0.05);
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 100%;
  display: none;
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  right: 0;
  top: 0;
  background-color: rgb(250,250,250); /* Black fallback color */
  background-color: rgba(250,250,250, 9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-v {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 100%;
  display: block;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(250,250,250); /* Black fallback color */
  background-color: rgba(250,250,250, 9); /* Black w/opacity */
  overflow: auto; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}



.overlay-g {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  display: block;
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(250,250,250); /* Black fallback color */
  background-color: rgba(250,250,250, 9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-q {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 100%;
  display: none;
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/*IFRAME CSS BEGIN*/
iframe 
{
 display: block; 
 width: 100%; 
 border: none; 
 overflow-y: auto; 
 overflow-x: hidden;
 background-image: url("assets/img/1_9EBHIOzhE1XfMYoKz1JcsQ (1) - 2025-09-04T124336.686.gif");
 background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
 /* background-size: cover; *//* Resize the background image to cover the entire container */
}
iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}

.top{
min-width:10px;
min-height:10px;
z-index:1;
background:rgba(250,250,250,0.8);
position: absolute;
bottom:0;
right:0;
text-align: center;
padding:1px;
font-size: 31px;
font-weight:bold;
border-radius:10px;
}

.see-more {
z-index:1;
position: absolute;
bottom:0;
right:0;
/*padding:0;*/
margin:5px;
text-align: center;
padding:5px;
font-size: 14px;
font-weight:bold;
}
.video {
position: relative;
width:100%;
height:100%;
object-fit:cover;
}

/*HEADER SECTION CSS BEGINS*/


/* Container */
.translator-row{
    padding:2px 8px;
    text-align:center;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
/* Language dropdown */
.goog-te-gadget .goog-te-combo{
    margin:2px 0 !important;
    height:32px;
    line-height:32px;
    font-size:14px;
}

/* Reduce gadget spacing */
.goog-te-gadget{
    font-size:11px !important;
    line-height:1.2 !important;
    margin:0 !important;
    padding:0 !important;
}

/* Remove excessive margins */
#google_translate_element{
    margin:0 !important;
    padding:0 !important;
}

.goog-te-gadget{
    display:flex !important;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:6px;
    flex-wrap:wrap;
}

.translator-row{
    padding:0 5px;
}

.goog-te-gadget{
    font-size:10px !important;
    line-height:1 !important;
}

.goog-te-gadget .goog-te-combo{
    height:28px;
    margin:0 !important;
    font-size:13px;
}

/*HEADER SECTION ENDS*/


 .rotate-elem {
  -webkit-transform:rotate(180deg);
  -webkit-transition-duration: 5s;
}


.animate-myDIV{
    color:#16a34a;
    animation:bounceArrow 1.5s infinite;
}

@keyframes bounceArrow{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(6px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.shimmer {
    background: linear-gradient(
        90deg,
        #e5e7eb 0%,
        #f3f4f6 50%,
        #e5e7eb 100%
    );
    background-size: 1000px 100%;
    animation: shimmer 1.6s infinite linear;
}


.rounded-circle{
width:70px;
height:70px;
border-radius:50%;
margin:10px;
background: blue;
color:#fff;
}
.contacts{
min-height:50px;
background: white;
color: black; overflow: auto;
font-weight: bold; border: solid 2px black;
border-radius:10px;
}
.contact {

background:#000;
color:#fff;

padding:15px;
border-radius:50px;

cursor:pointer;

box-shadow:0 5px 15px rgba(0,0,0,0.3);


}

.contact:hover{

background:#333;

}
.Ad-contact{
background:red;
color:#fff;
padding:13px;
font-weight: bold;
position: absolute;
bottom:0;
}
.video-player{
width:70px;
height:70px;
border-radius:50%;
padding:6px;
background:rgb(250,250,250);
color: black;
position: absolute;
top:37%;
right:37%;
z-index:1;
display: flex; justify-content: center; align-items: center;
font-size:26px;
}
.book{
font-size:22px;
position: absolute;
bottom:10px;
left:40px;
position:fixed;
z-index:999;
}
.quotes {
position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 7px;
  padding-bottom:20px;
background:#fff;
border-image-source: linear-gradient(to bottom right, red, green);
border-image-slice:6;
  border-radius:5px;
  user-select: none;
border-style: solid;
  border-width:8px;

}
.closebtnpage{
font-size:35px;
font-weight: bold;
text-align: right;
}
.closebtn{
font-size:35px;
font-weight: bold;
text-align: right;
}

/*Network connection CSS*/
#status-message {
            padding: 10px;
            text-align: center;
            display: none; /* Hide by default */
            position: absolute;           
            position: fixed;      
            z-index:999; 
            width: 100%;
            top: 12px;
        }
   .offline { background-color: #f44336; color: white; display: block; }
   .online { background-color: #4CAF50; color: white; display: block; }
  
 .openChatBtn{

background:#000;
color:#fff;

padding:10px 15px;
border-radius:50px;

cursor:pointer;

box-shadow:0 5px 15px rgba(0,0,0,0.3);


}

.openChatBtn:hover{

background:#333;

}
.propertyCard{
position:relative;
}

.propertyCard .guestChatPopup{

position:absolute;
bottom:60px;
left:0;

width:100%;
max-width:320px;

background:#fff;
border-radius:12px;

padding:15px;

box-shadow:0 10px 25px rgba(0,0,0,0.15);

z-index:100;

animation:popupFade 0.25s ease;

}

@keyframes popupFade{
from{
opacity:0;
transform:translateY(10px);
}
to{
opacity:1;
transform:translateY(0);
}
}

.propertyCard .messageAgent{

font-weight:bold;
margin-bottom:10px;
font-size:15px;
color:#111;

}

.propertyCard .guestChatPopup input,
.propertyCard .guestChatPopup textarea{

width:100%;
padding:12px;

border:1px solid #ddd;
border-radius:8px;

margin-bottom:10px;

font-size:14px;

transition:0.25s;

}

.propertyCard .guestChatPopup input:focus,
.propertyCard .guestChatPopup textarea:focus{

border-color:#000;
outline:none;

box-shadow:0 0 5px rgba(0,0,0,0.1);

}

.propertyCard .guestChatPopup textarea{
min-height:80px;
resize:none;
}

.propertyCard .sendGuestBtn{

width:100%;
background:#000;
color:#fff;

border:none;
padding:12px;

border-radius:8px;

cursor:pointer;
transition:0.3s;

}

.propertyCard .sendGuestBtn:hover{
background:#333;
}

.guestStatus{

font-size:13px;
margin-bottom:8px;

}

.success{
background:#e6ffed;
color:#0f5132;
padding:8px;
border-radius:6px;
}

.error{
background:#ffe6e6;
color:#842029;
padding:8px;
border-radius:6px;
}

.info{
background:#e7f1ff;
color:#084298;
padding:8px;
border-radius:6px;
}
.popupHeader{

display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;

}

.closePopup{

cursor:pointer;
font-size:18px;
color:#999;
transition:0.2s;

}

.closePopup:hover{
color:#000;
}

/*SEARCH BAR CSS BEGIN HERE*/
.search-box {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.tabs {
    display: flex;
    margin-bottom: 10px;
}

.tab {
    flex: 1;
    padding: 10px;
    border: none;
    background: #eee;
    cursor: pointer;
}

.tab.active {
    background: #0d6efd;
    color: #fff;
}

.search-fields {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.search-fields select,
.search-fields button {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
/*==============*/
/*MAP IMAGE CSS*/
/*===============*/
.gm-style .gm-style-iw {
    border-radius: 12px !important;
    padding: 0 !important;
}

.gm-style img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.price-marker {
    background: #fff;
    color: #000;
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* Hover effect */
.price-marker:hover {
    background: #000;
    color: #fff;
    transform: scale(1.1);
}
.hidden{
display:none;
}

