*{
  margin:0;
  padding:0;
}

.header {
  background-color: #FFFFFF;
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 9999; /* Keep this high */
  font-family: 'MuseoSans_300', 'Helvetica', 'Arial', sans-serif;
  padding-top:10px;
  margin-top:0;
}

#filter-form {
  background: #ffffff;
  padding: 0 10px 15px 10px;
  border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
  max-width: 1200px;
}

#filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
}

/* Row 1: url1 & Type */
.filter-url1,
.filter-type {
  width: 49%; /* or adjust to fit your design */
}

/* Row 2: Location, Min Price, Max Price */
.filter-location {
  width: 40%;
}

.filter-price {
  width: 28.1%;
}

/* Ensure select boxes are consistent */
#filter-form select {
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  border-radius: 4px;
}


.listed {
  margin-top: 170px;
  background-color: #f0f2f5;
}

.listing {
  background-color: #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #53575a;
}

@media (min-width: 769px) {
  .listing {
    width: 500px;
  }
}

.listingung {
  position: relative; /* or 'absolute' if it's absolutely positioned */
  left: 50%;
  transform: translateX(-50%);
  padding-top: 150px;
  width: 90%;
  max-width: 1200px;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .listingung {
    padding-top: 200px;
  }
}



.image-container {
  display: block;
  aspect-ratio: 4 / 3; /* Landscape */
  width: 100%;
  max-width: 640px;
  margin: auto; /* centers image */
  border-radius: 16px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f0f0f0; /* fallback while loading */
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bubu {
  display: block;
  max-width: 690px;
  width: 100%;
  margin: auto; /* centers image */
}

@media screen and (max-width: 769px){
.bubu {
  width: 100%;
}}

#listings.listing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 170px; /* default for mobile */
  background-color: #ffffff;
}

/* Desktop screens (min-width: 768px or 1024px depending on your layout) */
@media (min-width: 768px) {
  #listings.listing-container {
    margin-top: 120px;
  }
}

.disco {
  background-color: #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #53575a;
}

@media (min-width: 769px) {
  .disco {
    width: 500px;
  }
}






.filter-group {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter-group select,
.filter-group button {
  flex: 1 1 32%;
  min-width: 30%;
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
  appearance: none;
  cursor: pointer;
}



#filter-container {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  z-index: 999;
  transition: opacity 0.3s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  border-radius: 8px;
}

/* On mobile, remove max-width and full stretch */
@media (max-width: 768px) {
  #filter-container {
    top: 91px;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }
}


@media screen and (max-width: 769px) {
  .header {
    height:85px;
    padding-top: 4px;
    flex-direction: column;
    align-items: center;
    box-shadow: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min-device-pixel-ratio: 3) {
    /* Samsung browser CSS here */
}

a.none {
  text-decoration: none;
}
.swiper {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
img {
  outline: none;
  border: none;
}
/* Override blue arrows */
.swiper-button-next,
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.5) !important; /* or use #000 or any custom color */
  padding: 8px;
  border-radius: none;
  box-shadow: none;
}

/* Optional: make the arrows bigger */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}

body {
  padding:0;
  margin:0;
  height:100%;
  background-color:	#ffffff;
  width:100%;
  font-family: Arial, Helvetica, sans-serif;
}


#div1, #div2 {
  background-color: #ffffff;
  font-size:13px;
}

.div5 {
  background-color: #ffffff;
}

.toggle-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.toggle-button.clicked {
  background-color: #28a745;
}

.headed{
  width:100%;
  margin:0;
  padding:0;
}

.headed2{
  position:relative;
  padding-left: 0.8%;
  float:left;
  width:65%;
}

@media only screen and (max-width: 1360px) {
  .headed2{
    float:right;
    width:65%;
  }
}

@media screen and (max-width: 769px) {
  .headed2{
    width:42%;
  }
}

.greycolor{
  color:rgb(161, 161, 161);
  display: inline; /* Ensures it does not start on a new line */
}

img.icon{
    width:27px;
    height:27px;
    float:left;
}
@media screen and (max-width: 769px) {
  img.icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px; /* Adjust as needed */
  }
}



td {
  border: none;
  text-align: left;
  font-size: 15px;
}

.sidepanel  {
  width: 0;
  height:105%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -5%;
  background-color: white;
  border :1px solid rgb(10, 252, 10);
  overflow-x: hidden;
  transition: 0.03s;
  font-size: 17px;
  padding-left:5%;
}

.sidepanel a {
  padding: 3px 8px 3px 32px;
  text-decoration: none;
  font-size: 90%;
  color: white;
  display: block;
  transition: 0.03s;
  font-family: Arial, Helvetica, sans-serif;
  border:0px solid rgba(77, 77, 77, 0.1)
}


.room-rental-reminder {
  border: 2px solid red;
  padding: 10px;
  margin: 10px 10px; /* Top and bottom margins are 10px, left and right margins are 10px */
}

.sidepanel .closebtn {
  display:none;
  
}
@media screen and (max-width: 769px) {
  .sidepanel .closebtn {
  position: absolute;
  top: 0%;
  right: 15%;
  font-size: 35px;
  float:left;
  display:block;
  border:none;
  color:#006ccc;
}


}
.sidepanel .closebtns {
  display:none;
}
@media screen and (max-width: 769px) {
  .sidepanel .closebtns {
    font-weight: bold;
  position: absolute;
  top: 0;
  left:0%;
  font-size: 100%;
  background-color: rgb(255, 255, 255);
  float:left;
  display:block;
  border:none;
}
}

.openbtn {
  display:none;
}
@media screen and (max-width: 769px) {
.openbtn {
  display:block;
  float:left;
  font-size: 23px;
  border:none;
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left:18px;
  padding-right:18px;
  color:#333f48;
  background-color: #ffffff;
}
}

.openbtned {
  display:none;
}
@media screen and (max-width: 769px) {
.openbtned {
  display:block;
  float:left;
  font-size: 23px;
  border:none;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 0px;
  padding-left:27px;
  padding-right:18px;
  color:#333f48;
  background-color: #ffffff;
}
}

.openbtn1 {
  display:none;
}
@media screen and (max-width: 769px) {
.openbtn1 {
  display:block;
  float:left;
  font-size: 26px;
  border:none;
  cursor: pointer;
  padding: 9px 20px;
  background-color: #f0f2f5;
  color:#ffffff;
}
}

.answer {
  display: none;
}

.question {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.question:hover {
  background-color: #f5f5f5;
}

.buttonexpandable {
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.button {
    width: 100%;
    background-color: #141414;
    color: white;
    border: 1px solid rgba(170, 170, 170, 0.781);
  border-left: none; /* Remove the left border */
    height: 40px;
    font-size: 16px;
}
@media screen and (max-width: 769px) {
.button{
    width: 100%;
    background-color: #141414;
    color: white;
    border: 1px solid rgba(170, 170, 170, 0.781);
  border-left: none; /* Remove the left border */
    height: 34px;
}
}

.mobile_menu{
  padding-bottom: 65px;
}

.openbtn2 {
  display:none;
}
@media screen and (max-width: 769px) {
  .openbtn2 {
      width: 100%;
      background-color: #D12424;
      color: #fff;
      border: none;
      cursor: pointer;
      height: 40px;
      display: inline-block;
      border-radius: 50px 50px;
      font-size:19px;
    }
}
  .title {
    width: 100%;
  position:left;
  float:left;
 text-align: left;
 vertical-align: middle;
  height:28px;
  padding-left: calc((100% - 905px) / 2);
  margin-top:0%;
  padding-top:0%;
  }



@media screen and (max-width: 769px) {
  .title {
    display:none;
  }
}

.title2 {
  padding-left: 15%;
 text-align: left;
 vertical-align: middle;
  width:100%;
  height:40px;

  }

  @media only screen and (max-width: 1360px) {
    .title2{
      padding-left: 15%;
    }
  }


@media screen and (max-width: 769px) {
  .title2 {
    display:none;
  }
}

.feet {
  background-color: #ffffff;
  color: #333f48;
  text-align: center;
  font-size: 13px;
  padding: 20px;
  width:100%;
  overflow: hidden;
  box-sizing: border-box;
}

.feet a {
  color: #333f48;
  text-decoration: none;
  margin: 0 5px;
}

.feet img {
  margin: 5px;
  vertical-align: middle;
}

.feet .one1 {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  color: #333f48;
}

footer.feet {
  position: relative;
  bottom: 0;
  min-height: 200px;
}
.footer-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.footer-icons i {
  font-size: 20px;
}


img.homedisplay{
    display: block;
    margin: auto;
    top:50%;
    left:50%;
    height:80%;
    width:80%;
}

/* General icon styles */
.fi {
  display: inline-block;
  font-size: 20px;               /* Controls size */
  width: 20px;                   /* Prevents layout shift */
  height: 20px;                  /* Prevents layout shift */
  line-height: 20px;             /* Vertically aligns within container */
  margin: 0 6px;                 /* Horizontal spacing between icons */
  color: #333f48;                /* Brand-neutral dark grey */
  vertical-align: middle;       /* Aligns with surrounding text */
  text-align: center;
  transition: transform 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

/* Hover effect (optional) */
.fi:hover {
  transform: scale(1.1);
  color: #e53935; /* You can change to a brand red or another hover color */
}

/* Optional: platform-specific icon colors (if desired) */
.fi-brands-facebook { color: #1877f2; }
.fi-brands-instagram { color: #e1306c; }
.fi-brands-twitter { color: #1da1f2; }
.fi-brands-tik-tok { color: #000; }

/* Optional: for very small screens */
@media (max-width: 480px) {
  .fi {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}

.image-container {
  aspect-ratio: 4 / 3; /* Landscape */
  width: 100%;
  max-width: 640px;
  margin: 0 auto 20px; /* Centered and spacing below */
  border-radius: 16px;
  overflow: hidden;
  background-color: #f0f0f0; /* fallback while loading */
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

img.homedisplay2{
  display: block;
  margin: auto;
  top:50%;
  left:50%;
  height:19px;
  width:21px;
}

.titlehome {
  display:none;
}
@media screen and (max-width: 769px) {
  .titlehome {
    display:block;
    height:28px;
    width:100%;
    text-align: center;

  }
}
.titlehomemenu {
  display:none;
}
@media screen and (max-width: 769px) {
  .titlehomemenu {
    padding-left:39px;
    padding-top: 20px;
    display:block;
    float:left;
    height:28px;
    width:100%;

  }
}


#mySidepanel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -5%;
  width: 0;
  overflow-y: auto;
  background-color: #f1f1f1;
  transition: 0.5s;
  z-index: 9999;
}

  
  .searchbar {
    padding-top: 0.5%;;
    padding-left:10%;
    width: 90%;
    height: 40px;
  }


@media screen and (max-width: 1250px) {
  .searchbar {
    font-size: 90%;
    width: 90%;
    height:40px;
    }
}

@media screen and (max-width: 769px) {
  .searchbar {
display:none;
  }
}

.searchbar2 {
  display:none;
}

@media screen and (max-width: 769px) {
  .searchbar2 {
display:block;
float: left;
  width: 99%;
  height: 35px;
  padding-left: 1%;
  }
}


.country{
  font-size: 14px;
}
  


  a.topnavigation{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;	
    
  }
  a.topnavigation:link {
    color: #ffffff;	
	text-decoration:none;}
	
a.topnavigation:visited {
  color: #ffffff;	
	text-decoration:none;}

a.topnavigation:hover {
  text-decoration:none;
}
a.websitelink{
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(53, 52, 52);
  text-decoration:none;
}
a.websitelink:link {
  color: rgb(53, 52, 52);
text-decoration:none;}

a.websitelink:visited {
color: rgb(53, 52, 52);
text-decoration:none;}

a.websitelink:hover {
  color: rgb(53, 52, 52);
text-decoration:none;
}


/* selected link */
a.topnavigation:active {
    color: #ffffff;	
  text-decoration:none;
} 

a.topnavigation1{
  font-family: Arial, Helvetica, sans-serif;
  color: #696969;	
  padding:3%;
}
a.topnavigation1:link {
  color: #696969;	
text-decoration:none;}

a.topnavigation1:visited {
  color: #696969;	
text-decoration:none;}

a.topnavigation1:hover {
  color: #bdbdbd;	
text-decoration:none;
}

a.topnavigation3{
  font-family: Arial, Helvetica, sans-serif;
  color: #696969;	
  padding:3%;
}
a.topnavigation3:link {
  color: #696969;	
text-decoration:none;}

a.topnavigation3:visited {
  color: #696969;	
text-decoration:none;}

a.topnavigation3:hover {
  color: #bdbdbd;	
text-decoration:none;
}

/* selected link */
a.topnavigation1:active {
  color: #696969;	
text-decoration:none;
} 
 

.assist {
  float: left;
  width: 130px;
  height: 35px;
}

@media only screen and (max-width: 1250px) {
  .assist{
    width: 150px;
  }
}

@media screen and (max-width: 900px) {
  .assist {
    display:none;
  }
}






.dropdown {
  position: relative;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}

@media only screen and (max-width: 1360px) {
  .dropdown{
    font-size: 13px;
  }
}

@media only screen and (max-width: 769px) {
  .dropdown{
    font-size: 13px;
  }
}



.show {display: block;}  

.assist3{
  float:left;
  background-color: #006ccc;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
  margin:10%;
  border-radius: 5%;
}
.assist3:hover, .assist3:focus {
  color: #006ccc;
  background-color: white;
  text-decoration: none;
}

@media screen and (max-width: 1360px) {
  .assist3{
    font-size: 13.5px;
    margin:5%;
  }
}


@media screen and (max-width: 769px) {
  .assist3{
    display: none;
    
    
  }
}

.assist4{
  background-color: hsl(207, 100%, 45%);
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  color: rgb(255, 255, 255);
  height:35px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  padding-left: 4%;
}
.assist4:hover, .assist4:focus {
  color:#cfcfcf;
}

@media screen and (max-width: 1360px) {
  .assist4{
    font-size: 15px;
  }
}


@media screen and (max-width: 769px) {
  .assist4{
    display: none;
    
    
  }
}


.freepost{
  width:40%;
  float: left;
}

.login{
  float:right;
}



    .button {
      float: left;
      width: 50px;
      height: 39px;
      background-color:  #fff;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      border:1px solid rgba(170, 170, 170, 0.781);
      display: inline-block;
    }

  @media screen and (max-width: 769px) {
    .button{
      display:none;
    }
  }





  
h1 {text-align: center;
  text-decoration:none;
      font-size:90%;
font-family: Arial, Helvetica, sans-serif;
}

h1.center {text-align: center;
  text-decoration:none;
      font-size:90%;
  font-family: Arial, Helvetica, sans-serif;
  }

  @media screen and (max-width: 414px) {
    h1.center {text-align: center;
      text-decoration:none;
      font-size:80%;
      font-family: Arial, Helvetica, sans-serif;
      }
  }

h2 {text-align: center;
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
  font-size:90%;
  }

h5{
  color:white;
  font-size: 0.2px;
}

.h5{
  color:white;
  font-size: 0.2px;
}


h3.navigationbold{
  color: rgb(68, 68, 68);	
  background-color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 15px;}


a.navigationbold:link {
  color: rgb(68, 68, 68);	
  background-color: rgb(255, 255, 255);
  font-weight: bold;
text-decoration:none;}

a.navigationbold:visited {
color: rgb(68, 68, 68);	
background-color: rgb(255, 255, 255);
font-weight: bold;
text-decoration:none;}

a.navigationbold:hover {
color: rgb(68, 68, 68);		
background-color: rgb(255, 255, 255);
font-weight: bold;
text-decoration:none;
}

/* selected link */
a.navigationbold:active {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;
} 

a.navigationblue:link,a.navigationblue:visited,a.navigationblue:hover,a.navigationblue:active{
  color: #006ccc;
  background-color: #ffffff;
  font-weight: bold;
text-decoration:none;
padding-top: 15px;
}

a.navigationwhite:link {
  color: rgb(68, 68, 68);	
  background-color: #ffffff;
text-decoration:none;
font-weight: lighter;
padding-left: 15%;
font-size: 90%;
height:30px;
}
a.navigationwhite:hover {
  color: rgb(173, 173, 173);		
  }



a.navigationnormal:link {
  color: rgb(68, 68, 68);	
  font-weight: bold;
text-decoration:none;}

a.navigationnormal:visited {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;}

a.navigationnormal:hover {
color: rgb(128, 127, 127);		
font-weight: bold;
text-decoration:none;
}

/* selected link */
a.navigationnormal:active {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;
} 

a.navigationblack:link {
  color: rgb(68, 68, 68);	
  font-weight: bold;
text-decoration:none;}

a.navigationblack:visited {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;}

a.navigationblack:hover {
color: rgb(68, 68, 68);		
font-weight: bold;
text-decoration:none;
}

/* selected link */
a.navigationblack:active {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;
} 

a.navigationorange:link {
  color: #006ccc;
text-decoration:none;}

a.navigationorange:visited {
  color: #006ccc;
text-decoration:none;}

a.navigationorange:hover {
  color: #006ccc;	
text-decoration:none;
}

/* selected link */
a.navigationorange:active {
  color: #006ccc;
text-decoration:none;
} 

a.none:link {
  color:rgb(61, 54, 54);
text-decoration:none;}

a.none:visited {
  color:rgb(61, 54, 54);
text-decoration:none;}

a.none:hover {
  color:rgb(61, 54, 54);
text-decoration:none;
}
a.none:active {
  color:rgb(61, 54, 54);
text-decoration:none;
} 

a.none1:link,a.none1:hover,a.none1:hover,a.none1:active {
  color:rgb(61, 54, 54);
text-decoration:none;
}

a.none2:link,a.none2:hover,a.none2:hover,a.none2:active {
  color:#006ccc;
  
text-decoration:none;
}

a.one:link,a.one:visited,a.one:hover {
  font-size: 23px;
  font-family :-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color:#333f48;
	text-decoration:none;
  float:left;
  margin-top:4px;
  padding-left: 0.6%;
  font-weight: bold;
}

a.oneone:link,a.oneone:visited,a.oneone:hover {
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  color:#333f48;
	text-decoration:none;
  float:left;
  margin-top:10px;
  padding-left: 55px;
}

.red {
background-color: #ffffff;
}

a.oneonemobile {
  display: none;
}

.post-left {
  width: 75%;
}

.post-right {
  width: 25%;
  text-align: right;
}

@media screen and (max-width: 769px) {
  .red {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    padding: 10px 0;
  }

  a.oneonemobile:link,
  a.oneonemobile:visited,
  a.oneonemobile:hover {
    display: inline-block;
    color: #333f48;
    font-size: 16px;
    background-color: #ffffff;
    padding: 2px 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #999999;
    border-radius: 5px;
  }
}

@media screen and (max-width: 667px) {
  a.oneonemobile:link,
  a.oneonemobile:visited,
  a.oneonemobile:hover {
    font-size: 14px;
    padding: 5px 10px;
  }
}
/* Base & hover styles */
a.oneonemobilered,
a.oneonemobilered:link,
a.oneonemobilered:visited,
a.oneonemobilered:hover,
a.oneonemobilered:active {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  background-color: #D12424;
  padding: 2px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #D12424;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Mobile size adjustment */
@media screen and (max-width: 667px) {
  a.oneonemobilered,
  a.oneonemobilered:link,
  a.oneonemobilered:visited,
  a.oneonemobilered:hover,
  a.oneonemobilered:active {
    font-size: 14px;
    padding: 5px 10px;
  }
}

/* Base & hover styles */
a.oneonemobileediting,
a.oneonemobileediting:link,
a.oneonemobileediting:visited,
a.oneonemobileediting:hover,
a.oneonemobileediting:active {
  display: inline-block;
  color: #333f48;
  font-size: 16px;
  background-color: #ffffff;
  padding: 2px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #333f48;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Mobile size adjustment */
@media screen and (max-width: 667px) {
  a.oneonemobileediting,
  a.oneonemobileediting:link,
  a.oneonemobileediting:visited,
  a.oneonemobileediting:hover,
  a.oneonemobileediting:active {
    font-size: 14px;
    padding: 5px 10px;
  }
}


  a.oneonemobile123{
    display:none;
  }
  
  @media screen and (max-width: 769px) {
  a.oneonemobile123:link,a.oneonemobile123:visited,a.oneonemobile123:hover {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    background-color: #D12424;
    height: 29px;
    width: calc((100% - 70px) / 4); /* Divide the available width equally among the three links */
    text-align: center; /* Center text horizontally within the link */
    line-height: 24px; /* Vertically center the text within the link */
    text-decoration: none;
    padding-top:3px;
  }}

  @media screen and (max-width: 667px) {
    a.oneonemobile123:link,a.oneonemobile123:visited,a.oneonemobile123:hover {
      display: inline-block;
      color: #ffffff;
      font-size: 14px;
      background-color: #D12424;
      height: 29px;
      width: calc((100% - 70px) / 4); /* Divide the available width equally among the three links */
      text-align: center; /* Center text horizontally within the link */
      line-height: 24px; /* Vertically center the text within the link */
      text-decoration: none;
      padding-top:3px;
    }}

a.oneonemobile1{
  display:none;
}

@media screen and (max-width: 769px) {
a.oneonemobile1:link,a.oneonemobile1:visited,a.oneonemobile1:hover {
  display: inline-block;
  color: #D12424;
  font-size: 15px;
  background-color: #EFEAE6;
  height: 24px;
  width: calc((100% - 70px) / 4); /* Divide the available width equally among the three links */
  text-align: center; /* Center text horizontally within the link */
  line-height: 24px; /* Vertically center the text within the link */
  text-decoration: none;
  margin-top: 7px;
}}

.leftonly{
  padding-top:15px;

}

a.oneonemobile2:link,a.oneonemobile2:visited,a.oneonemobile2:hover {
  display: inline-block; /* Display links in one line */
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  background-color: #D12424;
}

a.paragraph:link,a.paragraph:visited,a.paragraph:hover {

    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color:rgba(21,21,21);
    text-decoration:none;
}

a.two:link,a.two:visited,a.two:hover {
  font-size: 17px;
  font-family :-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color:#FFFFFF;
	text-decoration:none;
  float:left;
  margin-top:9px;
  padding-left: 60px;
}

  a.one1:link,a.one1:visited,a.one1:hover {
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  color:rgba(21,21,21);
	text-decoration:none;}

  @media screen and (max-width: 1360px) {
    a.one1{
      font-size: 20px;
    }
  }

  a.one2:link,a.one2:visited,a.one2:hover {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color:rgba(21,21,21);
    text-decoration:none;}
  
    @media screen and (max-width: 1360px) {
      a.one2{
        font-size: 17px;
      }
    }

    .dropdown-content {
      position: absolute;
      background-color: #f6f6f6;
      overflow: auto;
    }
    
    .dropdown-content a {
      color: black;
      padding: 10px 16px;
      text-decoration: none;
      display: block;
    }
    
    .dropdown a:hover {background-color: #ddd;}
    
    .show {display: block !important;}
    
    .dropdown-values{
        display: none;
    }

    a.onemobile:link, a.onemobile:visited, a.onemobile:hover {
    font-size: 21px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #333f48;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-top: 7px;
    padding-right: 36px;
    font-weight: bold;
}

a.onemobile img.icon {
    margin-right: 10px;
}


a.onemobile1:link,a.onemobile1:visited,a.onemobile1:hover {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #EFEAE6;;
  color: #141414;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 10px;
}






li {
  display: inline;
}

.sidenavouter{
  display:block;
  position:relative;
  float:left;
  padding-left: calc((100% - 915px) / 2);
  width:330px;
  margin-top:160px;
  border-radius: 10px; /* Adjust the value as per your preference */
}

@media only screen and (max-width: 1360px) {
  .sidenavouter{
  }
}

@media only screen and (max-width: 1080px) {
  .sidenavouter{
  }
}

@media only screen and (max-width: 1000px) {
  .sidenavouter{
  }
}
@media screen and (max-width: 769px) {
  .sidenavouter {
    margin-top: 7%;
    display:none;
  }
}

.sidenavouter_90{
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 769px) {
  .sidenavouter_90{
    display:none;
  }
}

.sidenav {
  top: 0px;
  right:0px;
  height:auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color:white;
  border-radius: 10px; /* Adjust the value as per your preference */
}

.sidenavinside_top{
  width:100%;
  height:auto;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 100px;
  padding-left:6px;
}

.sidenavinside{
  width:100%;
  height:auto;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding-top: 6px;
  padding-left:6px;
}

.sidenavinside1{
  width:100%;
  height:auto;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 6px;
  padding-left:6px;
  color:#717171;
}

.sidenavinside2{
  width:100%;
  height:auto;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 6px;
  padding-left:6px;
  color:#717171;
}

/* Slideshow container */
.slideshow-container {
  position:left;
  float:left;
  width:575px;
  margin-top: 60px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .slideshow-container {
      padding-left:0%;
  }
}

@media screen and (max-width: 769px) {
  .slideshow-container {
    width:99%;

    margin-top: 100px;
      padding-left:0%;
  }
}

.myslide1{
  width:100%;
	display:block;
}

@media screen and (max-width: 769px) {
  .myslide1 {
    display:block;
  }
}


.myslide2{
	display:none;
}

@media screen and (max-width: 769px) {
  .myslide2 {
    width:100%;
    display:block;
  }
}

.image{
  width:100%;
}

@media screen and (max-width: 414px) {
  .image {
    width:98%;
  }
}

.numbertext {
  font-family: Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  background-color: orange;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
}

@media only screen and (max-width: 1150px) {
  .numbertext{
  }
}

@media screen and (max-width: 768px) {
  .numbertext {
  }
}

@media screen and (max-width: 667px) {
  .numbertext {
  }
}

@media screen and (max-width: 414px) {
  .numbertext {
  }
}

.numbertexts {
  color: black;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 10%;
}

@media only screen and (max-width: 1150px) {
  .numbertexts{
    top: 11.5%;
  }
}

@media screen and (max-width: 768px) {
  .numbertexts {
    top: 6.5%;
  }
}

@media screen and (max-width: 667px) {
  .numbertext1 {
    top: 16.5%;
  }
}

@media screen and (max-width: 414px) {
  .numbertexts {
    top: 16.5%;
  }
}

.active {
  background-color: #717171;
}

	



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
  }

/* Remove extra left and right margins, due to padding */
.row2 {margin: 0 -5px;}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
}

.searchtitle {
  float:left;
  
}
.searchinformaiton{
  float:right;
}
.span1{
  float:left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #504b4b;
  padding-left: 20%;
  width:100%;
}


@media screen and (max-width: 414px) {
  .span1 {
    padding-left: 10%;
    font-size:85%;
  }
}


.searchinformaiton{
  float:right;
}

p.a { 
    padding-top:2%;
  font-size:87%;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
}


p.b { 
    padding-left:10%;
    padding-top:2%;
  font-size:87%;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
}

.first{
  
  background-color: white;
	}

.second{
  
  background-color: #f0f2f5;
	}

  

.rowinfo {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  width:100%;
  margin: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 900px) {
	.rowinfo{
  margin-left:1%;
  padding: 0 0px;
	}
}


.roomforrentinsingapore{
  margin:auto;
  border: 2px solid blue;
}
.foodsuppliercompanyname{
  font-size: 120%;
  font-weight: bold;
}

.roomforrentsingapore {
  padding-bottom: 1%;
  -ms-flex: 99%; /* IE10 */
  flex: 99%;
  max-width: 99%;
  position: relative;
  background-color: white;
  margin-right:1%;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 3%;
  border-radius: 10px; /* Adjust the value as per your preference */
}
/* Create four equal columns that sits next to each other */
.column {
  padding-bottom: 1%;
  -ms-flex: 99%; /* IE10 */
  flex: 99%;
  max-width: 99%;
  position: relative;
  background-color: white;
  margin-right:1%;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 3%;
  border-radius: 10px; /* Adjust the value as per your preference */
}

.column:hover {
  opacity: 0.95;
  -ms-transform: scale(1.00); /* IE 9 */
  -webkit-transform: scale(1.00); /* Safari 3-8 */
  transform: scale(1.00); 
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1320px) {
  .column {
    -ms-flex: 99%; /* IE10 */
    flex: 99%;
    max-width: 99%;
    position: relative;
    margin-bottom: 3%;
  }
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 769px) {
  .column {
    -ms-flex: 99%; /* IE10 */
    flex: 99%;
    max-width: 99%;
    position: relative;
    margin-bottom: 1.8%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .column {
    -ms-flex: 99%; /* IE10 */
    flex: 99%;
    max-width: 99%;
    position: relative;
    margin-bottom: 1.8%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 414px) {
  .column {
    -ms-flex: 99%; /* IE10 */
    flex: 99%;
    max-width: 99%;
  } 
}

/* Create four equal columns that sits next to each other */
.columnmain {
  -ms-flex: 32.3%; /* IE10 */
  flex: 32.3%;
  max-width: 32.3%;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin:0.5%;
}

.columnmain:hover {
  opacity: 0.75;
  -ms-transform: scale(1.00); /* IE 9 */
  -webkit-transform: scale(1.00); /* Safari 3-8 */
  transform: scale(1.00); 
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .columnmain {
    -ms-flex: 45%;
    flex: 45%;
    max-width: 45%;
	margin: 0.5%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .columnmain {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 414px) {
  .columnmain {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }
}

.displaypost {
  aspect-ratio: 3 / 2;        /* ✅ This makes width larger than height (landscape) */
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}


.displayposted {
  width: 100%; /* Set width to 100% of the container */
  max-width: 575px; /* Maximum width is 575px */
  height: auto; /* Height adjusts automatically */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: contain; /* Ensures the image is fully visible */
}

@media screen and (max-width: 769px) {
  .displayposted {
    width: 100%; /* On smaller screens, width is 100% of the screen */
  }
}


.displaypost_whatsapp {
  height: 17px;
  width : 17px;
}

@media screen and (max-width: 769px) {
  .displayposted {
    width : 100%;
    max-width : 100%;
  height : calc(0.67 * 390px);
  max-height: calc(0.67 * 100%);
  }
}


.company {
  float: left;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 4%;
  width:96%;
  color: rgb(61, 54, 54);
}

@media screen and (max-width: 769px) {
  .company {
  }
}

.photo{
  width: 100%;
  max-width: 100%;
}

.price{
  float:right;
  font-size:120%;
	font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin-right: 4%;
  color:rgb(61, 54, 54);
}

@media screen and (max-width: 769px) {
  .price {
    font-size:120%;
  }
}


.companystall{
  font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding-left: 4%;
  color:rgb(61, 54, 54);
}

@media screen and (max-width: 769px) {
  .companystall {
    font-size:95%;
  }
}


.phone{
  font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  width:96%;
  color:rgb(61, 54, 54);
  font-style: italic;
  display:inline-block;
}
@media screen and (max-width: 414px) {.phone
  {
    padding-top:0.7%;
  }
}

.bath{
  font-size:90%;
  padding-left: 3%;
}

.phonestall{
  font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(61, 54, 54);
  font-style: italic;
  padding-top:1.2%;
}
@media screen and (max-width: 414px) {.phonestall
  {
    padding-top:0.7%;
  }
}


.address{
  float:left;
  font-style: italic;
  font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  margin-left:4%;
  color:rgb(107, 105, 105);
  display:inline-block;
}

.tenant_display{
  width: 90px;
  padding-left: 20px;
  float:left;
  font-size:90%;
  font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  margin-left:2%;
  color:rgb(51, 51, 51);
  display:inline-block;
}

.tenant_name{
  padding-left: 5px;
  float:left;
  font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  margin-left:2%;
  color:rgb(107, 105, 105);
  display:inline-block;
}

.posted{
  float:left;
  font-style: italic;
  font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  padding-top: 1.2%;
  color:rgb(107, 105, 105);
  padding-bottom:0.4%;
  display:inline-block;
  width:30%;
}

.timeago{
  float:left;
  font-style: italic;
  font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(107, 105, 105);
  padding-bottom:0.4%;
}

.addressstall{
  float:left;
  font-style: italic;
  font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(107, 105, 105);
  padding-top:0.7%;
  padding-bottom:0.4%;
}

/* Unified grid layout for agents and tenants */
.listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding-top: 150px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .listing-grid
  {
    padding-top:190px;
  }
}


/* Profile card (shared design) */
.profile-card {
  display: flex;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  gap: 15px;
  align-items: flex-start;
}

.profile-photo img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ccc;
}

/* Info section */
.profile-info {
  flex: 1;
}

.profile-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.profile-meta div {
  font-size: 13px;
  margin: 2px 0;
}

.profile-desc {
  font-size: 13px;
  color: #555;
  margin-top: 8px;
}

/* Contact buttons */
.contact-btn {
  display: inline-block;
  margin-top: 10px;
  background: #e63946;
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.contact-btn:hover {
  background: #c92e3b;
}

/* Blurred image */
.blurred {
  filter: blur(6px);
}

/* Info lock message */
.locked-info {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

/* === Shared Form Container === */
.form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding-top: 150px;
}

/* === Top Tab Navigation === */
.form-tabs-top {
  display: flex;
  justify-content: space-around;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

.form-tab {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.form-tab:hover,
.form-tab.active {
  background: #fff;
  border-bottom: 3px solid #e63946;
  color: #e63946;
}

/* === Shared Form Styling === */
.shared-form,
form[name="contactform"] {
  padding: 30px;
}

.shared-form h2,
form[name="contactform"] h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  color: #222;
}

.shared-form label,
form[name="contactform"] label {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.shared-form input,
.shared-form select,
.shared-form textarea,
form[name="contactform"] input,
form[name="contactform"] select,
form[name="contactform"] textarea,
.contactform,
.contactform2 {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

.contactform2 {
  min-height: 100px;
  resize: vertical;
}

/* === Submit Button === */
.shared-form button,
form[name="contactform"] input[type="submit"] {
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  background-color: #e63946;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.shared-form button:hover,
form[name="contactform"] input[type="submit"]:hover {
  background-color: #c92e3b;
}

/* === Error Messages === */
.form-error {
  color: #e63946;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

/* === Preview Image Container === */
.preview-image-container canvas {
  max-width: 120px;
  max-height: 120px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* === Responsive === */
@media (max-width: 600px) {
  .form-tab {
    font-size: 13px;
    padding: 12px 0;
  }

  .shared-form,
  form[name="contactform"] {
    padding: 20px;
  }

  .form-wrapper {
    margin: 0 10px;
    width: calc(100% - 20px);
    padding-top: 180px;
  }
}

/* === WhatsApp Button === */
.category_whatsapp {
  background-color: #25d366;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  cursor: pointer;
}

.category_whatsapp .whatsapp_font {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* ==== for myposts */
/* === Shared Form Container === */
.form-wrapper-alt {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding-top: 200px;
}

/* === Top Tab Navigation === */
.form-tabs-top-alt {
  display: flex;
  justify-content: space-around;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

.form-tab-alt {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.form-tab-alt:hover,
.form-tab-alt.active {
  background: #fff;
  border-bottom: 3px solid #e63946;
  color: #e63946;
}

/* === Shared Form Styling === */
.shared-form-alt {
  padding: 30px;
}

.shared-form-alt h2,
.shared-form-alt h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  color: #222;
}

.shared-form-alt label {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.shared-form-alt input,
.shared-form-alt select,
.shared-form-alt textarea,
.contactform-alt,
.contactform2-alt {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

.contactform2-alt {
  min-height: 100px;
  resize: vertical;
}

/* === Submit Button === */
.shared-form-alt button,
.shared-form-alt input[type="submit"] {
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  background-color: #e63946;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.shared-form-alt button:hover,
.shared-form-alt input[type="submit"]:hover {
  background-color: #c92e3b;
}

/* === Error Messages === */
.form-error-alt {
  color: #e63946;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

/* === Preview Image Container === */
.preview-image-container-alt canvas {
  max-width: 120px;
  max-height: 120px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* === Responsive === */
@media (max-width: 600px) {
  .form-tab-alt {
    font-size: 13px;
    padding: 12px 0;
  }

  .shared-form-alt {
    padding: 20px;
  }

  .form-wrapper-alt {
    margin: 0 10px;
    width: calc(100% - 20px);
    padding-top: 250px;
  }

  .room-photo-alt,
  .tenant-photo-alt {
    width: 100% !important;
  }

  .listing-card-alt {
    padding: 15px;
  }

  .myroom-actions-alt {
    flex-direction: column;
    gap: 8px;
  }
}

/* === Optional Styling for Image Previews or Errors === */
.shared-form-alt .error {
  color: #e63946;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.shared-form-alt img.preview {
  max-width: 100px;
  margin-top: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* === My Listings Section === */
.my-listings-wrapper-alt {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.my-listings-wrapper-alt h2 {
  margin-top: 40px;
  font-size: 22px;
  color: #d12424;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  display: inline-block;
}

.listings-grid-alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.listing-card-alt {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-size: 14px;
  max-width: 640px;
  width: 100%;
  text-align: left;
}

/* === Room Listing Image === */
.room-photo-alt {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin: 10px auto;
  display: block;
}

/* === Tenant Listing Image (smaller) === */
.tenant-photo-alt {
  width: 35%;
  max-width: 240px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin: 10px auto;
  display: block;
}

/* === Actions Row === */
.myroom-actions-alt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}

.myroom-button-alt {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.myroom-button-alt:hover {
  background-color: #e9ecef;
  box-shadow: 0 4px 6px rgba(0,0,0,0.08);
  color: #000;
}

/* === WhatsApp Button Style === */
.whatsapp-btn-alt {
  display: inline-block;
  padding: 10px 15px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 10px;
  transition: background 0.3s;
}

.whatsapp-btn-alt:hover {
  background: #1ebe5b;
}

/* === My Profile Section === */
.myroom-listings-container {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 150px;
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}

/* === Profile Box === */
.user-profile-box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.profile-heading {
  font-size: 22px;
  color: #d12424;
  margin-bottom: 18px;
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.profile-details {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.profile-details div {
  margin-bottom: 10px;
}

/* === CTA Button for Agent Info === */
.user-profile-box a[href*="agent-submit"] {
  display: inline-block;
  background-color: #e63946;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 16px;
  transition: background-color 0.3s ease;
}

.user-profile-box a[href*="agent-submit"]:hover {
  background-color: #c92e3b;
}

/* === Agent Photo Preview === */
.user-profile-box img {
  margin-top: 10px;
  max-width: 120px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

/* === Responsive === */
@media (max-width: 768px) {
  .myroom-listings-container {
    padding-top: 180px;
  }

  .user-profile-box {
    padding: 20px;
  }

  .profile-heading {
    font-size: 20px;
  }
}


/* Tenant edit */
.rental-form-wrapper-alt {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 150px;
  background-color: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.edit-tenant-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.edit-tenant-card h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
  color: #d12424;
}

.edit-tenant-form label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 18px;
}

.edit-tenant-form input,
.edit-tenant-form select,
.edit-tenant-form textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

.edit-tenant-form textarea {
  min-height: 100px;
  resize: vertical;
}

.edit-tenant-form button {
  display: block;
  width: 100%;
  margin-top: 20px;
  background-color: #e63946;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.edit-tenant-form button:hover {
  background-color: #c92e3b;
}

@media (max-width: 600px) {
  .rental-form-wrapper-alt {
    margin: 0 auto;
    padding: 180px;
  }

  .edit-tenant-card {
    padding: 20px;
  }

  .edit-tenant-card h2 {
    font-size: 20px;
  }

  .edit-tenant-form input,
  .edit-tenant-form select,
  .edit-tenant-form textarea {
    font-size: 13px;
  }
}

.floating-add-post {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #d12424 90%, #ffffff 100%);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
  z-index: 999;
}

.floating-add-post i {
  color: white !important;
  animation: pulsePlus 1.2s infinite ease-in-out;
}

@keyframes pulsePlus {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.4);
  }
}

.floating-add-post:hover {
  transform: scale(1.1);
}

.floating-add-post::after {
  content: "Add Post";
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #444;
  color: white;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.floating-add-post:hover::after {
  opacity: 1;
}

.cta-container {
  background-color: #f5f5f5;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cta-text h2 {
  font-size: 24px;
  color: #D12424;
  margin-bottom: 10px;
}

.cta-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  background-color: #D12424;
  color: white;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #b11313;
}
