/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.booking-search-container .confirm {
    min-height: 59px;
    font-size: 26px;
    height: 52px;
    margin: 0 0 20px;
    min-width: 200px;
}
/* ===== Property Cards Section ===== */
.property-section {
  margin-top: 2rem;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1160px) {
  .property-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .property-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .property-grid { grid-template-columns: 1fr; }
}

.property-card {
  display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #e5dfdf;
	border-radius: 18px;
	padding: 12px;
	background: #fff;
}

.property-media {
  aspect-ratio: 5 / 3;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

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

.property-title {
  margin: 0.8rem 0 0.4rem;
  font-size: 1.2rem!important;
}

.property-desc {
  flex: 1 1 auto;
}

.property-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.8rem;
  justify-content: center;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
 text-align: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  border-radius: 14px;
  font-weight: 600;
}

.btn--primary {
  background: #3C2415;
  color: #fff;
}

.btn--ghost {
  border: 1px solid #3C2415;
  color: #3C2415;
  background: transparent;
}
.btn--ghost:hover{
	cursor:pointer;
	color:#c8653e;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    content: "";
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 13px;
    border: 1px solid #3c2415!important;
    border-radius: 4px;
    transform: translateY(-50%);
    transition: all .2s 
ease;
}
.contact-popup > p{
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
/* ===== Modal ===== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.28);
  display: none;
  z-index: 50;
}
/* prevent background scroll when modal is open */
body.modal-open { overflow: hidden; }

/* Make sure the modal layer always wins */
.modal-backdrop { z-index: 10000; }
.modal { z-index: 10001; }

/* (you already have position: fixed on both) */

.modal-backdrop.show { display: block; }

.property-modal {
  position: fixed;
  left: 0; right: 0;
  top: 6vh;
  margin: auto;
  max-width: 900px;
  width: 92%;
  max-height: 88vh;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  display: none;
  z-index: 99999;
  overflow: hidden;
}

.property-modal.show { display: block; }

/* Header */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #EDE7DE;
  background: #FCF8F5;
}

.modal-title {
  font-size: 1.4rem!important;
  margin: 0;
}

.modal-close {
    border: 1px solid #3c2415;
    background: #3c2415;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    cursor: pointer;
    color: #fff;
}

/* Body Content */
.modal-content {
  padding: 18px 20px;
  overflow: auto;
  max-height: calc(88vh - 68px);
}

.modal-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.2rem;
}

.modal-image img {
  width: 100%;
  border-radius: 20px;
}

.modal-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-description ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 8px 0;
}

.modal-description ul li::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #C8653E;
  margin-top: 0.35em;
  flex: 0 0 12px;
}

/* Footer */
.modal-footer-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.4rem;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 860px) {
  .modal-grid { grid-template-columns: 1fr; }
}
/* put in Additional CSS or child theme, after theme CSS */
.pll-lang-switcher { display:flex; gap:8px; align-items:center; }
.pll-lang-switcher .pll-lang-btn{
  display:inline-flex; align-items:center; gap:6px;
 
  font-weight:400; transition:all .25s;
	border: 1px solid #e5dfdf;
    background: #fff;
    border-radius: 10px;
    height: 36px;
    padding: 0 10px;
    cursor: pointer;
}


}
.pll-lang-switcher .pll-lang-btn:hover{ background:#f9f2ef; }
.pll-lang-switcher .pll-lang-btn.active{ border-color:#c8653e; color:#000; }
.pll-lang-switcher .pll-flag{ font-size:14px; line-height:1; }

/* make the FIRST (country) small, ensure it actually shows small */
.pll-lang-switcher .pll-locale{
  font-size:14px !important;
  line-height:1 !important;
  opacity:.9; letter-spacing:.02em;
}

/* keep the second (language code) bigger/bolder */
.pll-lang-switcher .pll-code{
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1 !important;
}

/* --- Container --- */
.gt-pill-switcher {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* --- Each language pill --- */
.gt-pill-switcher a {
  position: relative;
  display: flex;
/*   flex-direction: column; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  padding: 6px 14px;
  min-width: 40px;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* --- Small top code (from flag alt text or top hint) --- */
.gt-pill-switcher a img {
     width: 12px;
   margin-right: 5px !important;
}

/* --- Language text --- */
.gt-pill-switcher a span {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  position: relative;
}

/* --- Add small country code above text --- */
.gt-pill-switcher a span::before {
  content: attr(alt);
}

/* Alternative: if alt isn't correct, use title attribute */
.gt-pill-switcher a[title] span::before {
  content: attr(title);
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin-bottom: 2px;
}

/* --- Active language --- */
.gt-pill-switcher a.gt-current-lang {
  border-color: #b3572b;
  background: #fff;
}

.gt-pill-switcher a.gt-current-lang span,
.gt-pill-switcher a.gt-current-lang span::before {
  color: #b3572b;
}

/* --- Hover effect --- */
.gt-pill-switcher a:hover {
  border-color: #b3572b;
  transform: translateY(-1px);
}
@media (max-width: 600px) {
	.gt-pill-switcher a {
		padding: 6px 9px;
	}
}
