/* this is the css section for the single property listing and other css from Additional CSS */

/* this is the css section for the singal property  */

/* Container */
.property-container {
/*   max-width: 1200px; */
  margin: 15px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  font-family: 'Segoe UI', sans-serif;
}

/* Title */
.property-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
.main-content h1{
	font-size: 35px;
}

/* Meta */
.property-meta{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.property-meta p {
  background: aliceblue;
    padding: 8px 50px 8px 50px;
}

/* Details List */
.custom-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.custom-list li {
  font-size: 16px;
  background: #f7f7f7;
  padding: 12px 18px;
  border-radius: 8px;
  color: #444;
  flex: 1 1 200px;
}

/* ===== PROPERTY GALLERY ===== */
.property-gallery {
  position: relative;
  margin: 30px 0;
}

/* Main Slider */
.property-main-slider {
  border-radius: 20px;
  overflow: hidden;
}

.property-main-slider img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

/* Thumbnails */
.property-thumb-slider {
  margin-top: 16px;
}

.property-thumb-slider .swiper-slide {
  height: 100px;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

.property-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.property-thumb-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Availability Badge */
.availability-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  background: #000;
  color: #fff;
}

/* Description */
.property-description {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-top: 30px;
}

/* this is for floting whatsaapp */

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  background: #ffffff;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}
.whatsapp-float img {
  width: 40px;
  height: 40px;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.two-column-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.main-content {
  flex: 2;
  min-width: 60%;
}

.property-sidebar {
  flex: 1;
  max-width: 25%;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.sidebar-widget {
  margin-bottom: 30px;
}

.sidebar-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}
.sidebar-contact-box {
  background-color: #fff;
  border: 2px solid #efefef;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.sidebar-price {
  font-size: 24px;
  color: #2e7d32;
  margin-bottom: 10px;
}

.sidebar-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #e1e1e1;
  color: black;
  padding: 10px 16px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}
.sidebar-whatsapp-btn:hover {
  background-color: #1C76B3;
	color: white;
}


/* this is the css section for the facilitys  */

.available-facilities {
  margin-top: 20px;
}

.available-facilities h3 {
  font-size: 20px;
	background: antiquewhite;
  padding: 10px;
  margin-bottom: 10px;
  color: #333;
}
.property-description h2{
	background: antiquewhite;
  padding: 5px;
}

.facility-tags {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.facility-tags li {
  background-color: #f0f0f0;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* this is the css section for the similar post at the botom  */
.similar-properties-section {
  margin-top: 50px;
}

.similar-properties-section h2 {
  font-size: 24px;
	background: antiquewhite;
  padding: 5px;
  margin-bottom: 20px;
  color: #2c3e50;
}

.similar-properties-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.property-card {
  flex: 1 1 30%;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  background: #fafafa;
  transition: all 0.3s ease;
  text-align: center;
}

.property-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.property-card h3 {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.property-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* this is the css section for city slider on home page  */

.top-cities-slider {
  display: flex;
	padding-left: 15px;
	padding-right: 15px;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  padding-top: 20px;
}

.city-slide {
  position: relative;
  width: 150px;       /* Fixed width */
  height: 150px;      /* Fixed height */
  border-radius: 50%; /* Make it a circle */
  overflow: hidden;
  flex-shrink: 0;
  scroll-snap-align: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s;
  background: #eee; /* fallback if image missing */
}

.city-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* Image covers fully inside circle */
  display: block;
}

.city-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 50%; /* overlay must be round too */
}

.city-slide:hover .city-overlay {
  opacity: 1;
}

.city-slide:hover {
  transform: scale(1.05);
}

.top-cities-slider::-webkit-scrollbar {
  display: none;
}
.top-cities-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* this is the css secion for a button for pkg abilibilty */

.availability-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  display: none;
  z-index: 10;
}
.gallery-layout:hover .availability-badge {
  display: block;
}
.availability-badge.available {
  background-color: #28a745; /* Green */
}
.availability-badge.not-available {
  background-color: #dc3545; /* Red */
}
.availability-badge.sold-out {
  background-color: #fd7e14; /* Orange */
}
.availability-badge.coming-soon {
  background-color: #ffc107; /* Yellow */
}






/* Main slider images */
.property-container .swiper-slide img {
  width: 100%;
/*   height: 400px; */
  object-fit: cover;
  border-radius: 10px;
}

/* Side images (right side) */
.property-container .side-images img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
}



/* this is the css for the property card listing using the short code  */


.mobile-only-link {
    display: none !important;
}


.login-text{
	text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: blue;
}

.btn-center {
    text-align: center;
    width: 100%;
}

.btn-link {
    display: inline-block;
    padding: 10px 20px;
    background: #4a6cff;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.btn-link:hover {
    background: #354dff;
}


.property-grid {
    display: grid;
    gap: 26px;
}

/* Main Card */
.property-card {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: .25s ease;
}

.property-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 22px rgba(0,0,0,0.12);
}

/* Image section */
.property-card-left {
    width: 45%;
	margin-top: 15px;
    min-height: 200px;
    max-height: 220px;
    overflow: hidden;
    background: #eee;
}

.property-card-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right side content */
.property-card-right {
    padding: 18px 22px;
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Title + Price row */
.property-top-row {
/*     display: flex; */
    align-items: center;
    justify-content: space-between;
}

.property-title {
    font-size: 20px;
    font-weight: 700;
}

.property-price {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

/* Sub info */
.property-sub-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #444;
}

.property-cont{
	display: flex;
    justify-content: center;
}

.property-det{
	margin-top: 3px;
    margin-left: 6px;
}

.property-cont .divider {
    width: 1px;
    height: 14px;
    background: #aaa;
    display: inline-block;
}

.property-address {
    font-size: 14px;
    color: #666;
}

/* Action button */
.property-actions {
    margin-top: auto;
}

.property-btn {
    display: inline-block;
    padding: 10px 16px;
    background: #0073ff;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.property-btn:hover {
    background: #005ad4;
	color: white;
}

.property-btn-msg {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #007bff; /* blue */
    background: #ffffff;       /* white */
    color: #007bff;
    border-radius: 40px;       /* pill shape */
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.property-btn-msg:hover {
    background: #007bff;
    color: #ffffff;
}


/* end of the property card listing css  */


/* THIS  CSS SECTION FOR THE SINGALE PROPERTY SPECIALITY AFTER THE SPECIFICATION SECTION  */

.property-specialty-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 15px 20px;
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.property-specialty-list li {
    background: #f7f7f7;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}


/* end of this css section  */


/* this is the css section for the page submit property */

.full-width-input {
    width: 100%;
    box-sizing: border-box;
}

textarea {
    height: 300px;
    resize: vertical;
}

.submission_form_container {
    display: flex;
    gap: 20px; /* space between main form and sidebar */
}

@media (max-width: 600px){
	.submission_form_container{
		display: block;
	}
}

.submission_form {
    flex: 2; /* main form takes more space */
}

.submission_sidebar {
    flex: 1; /* sidebar smaller */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.full-width-input,
textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.submission_form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

/* MAIN WRAPPER */
.submission_form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    display: grid;
    gap: 20px;
}

/* LABELS */
.submission_form label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

/* INPUTS + SELECT + TEXTAREA */
.submission_form input,
.submission_form select,
.submission_form textarea {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #fafafa;
    transition: all .2s ease;
    box-sizing: border-box;
}

/* FOCUS EFFECT */
.submission_form input:focus,
.submission_form select:focus,
.submission_form textarea:focus {
    border-color: #4a8cff;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(74,140,255,0.2);
}

/* TEXTAREA HEIGHT */
.submission_form textarea {
    height: 140px;
    resize: vertical;
}

/* PLACEHOLDER STYLE */
.submission_form input::placeholder,
.submission_form textarea::placeholder {
    color: #a0a0a0;
}

/* GRID FOR MULTI-FIELDS (Bedrooms, Bathrooms, etc) */
/* automatically fits 2 columns on big screens, 1 on mobile */
.submission_form input[type="text"]:not(.full-width-input):not([name="property_title"]):not([name="property_highlights"]) {
    width: 100%;
}


.gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.gallery-preview .thumb {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}

.gallery-preview .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-preview .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ff3737;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
}


