/* === FacetWP Search: Tailwind-y style (CSS-only, keeps .facetwp-icon behavior) === */


/* Make iOS date/time inputs look like normal text fields */
.ios-pickers {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  color-scheme: light;           /* prevents odd dark-mode tinting on iOS */
  line-height: 1.25rem;          /* match text-sm */
}


.property-description  *{
  font-size: 17px !important;
  color: #111827 !important;
}

.w-15{
  width: 4rem;
}

.h-15{
  height: 4rem;
}

ul li{
  list-style-type: disc;
}

.remove-paragraph p{
  display: none !important;
}


.primary-blue-link{
  color: #007bff !important;
  text-decoration: underline !important;
}


#dialog-content.fancybox__content{
  padding-left: 15px;
  padding-right: 15px;
}


.carousel-bottom .address{
  display: inline-block;
  max-width: 314px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.fancybox__content .seller-profile-card{
  margin-top: 0px;
}


.cta-property-btn-text{
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Muli';
  font-size: 13px;
}

.carousel__button.is-close{
  margin-top: 0px !important;
}


.fwpl-item.el-8wit95{
  padding-top: 12px;
}


.facetwp-template .fwpl-result{
  position: relative;
  transition: transform 0.2s ease;
}

.fwpl-item.el-r8g54f a{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  pointer-events: auto;
  cursor: pointer;
  top: 0;
  bottom: 0;
}


.facetwp-template .fwpl-result:hover{
  transform: translateY(-5px);
}

.fwpl-item.el-85emar{
  display: inline-block;
  max-width: 23ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


body .list-tyle-disc ul{
  list-style-type: disc;
}

.frm_style_formidable-style.with_frm_style .one-line-form.button-sm .frm_button_submit{
  width: max-content;
  padding-left: 35px !important;
  padding-right: 35px !important;
}

/* Tighten the in-field segments and separators */
.ios-pickers::-webkit-datetime-edit,
.ios-pickers::-webkit-date-and-time-value { padding: 0; }
.ios-pickers::-webkit-datetime-edit-text  { padding: 0 .25rem; color: #6b7280; } /* gray-500 */

/* Tidy the picker icon */
.ios-pickers::-webkit-calendar-picker-indicator {
  opacity: .7;
  margin: 0;
  padding: 0;
  filter: none;                   /* avoid unexpected color inversions */
}
.ios-pickers:focus::-webkit-calendar-picker-indicator { opacity: 1; }

/* Hide spinners/clear buttons that look off in Safari */
.ios-pickers::-webkit-inner-spin-button,
.ios-pickers::-webkit-clear-button { display: none; }

/* Bottom sheet scroll tuning */
#pf-sheet .max-w-xl { max-height: 75vh; }
#pf-sheet .max-w-xl { max-height: 75vh; }
#pf-sheet .max-w-xl { max-height: 75vh; }
#pf-sheet .max-w-xl { max-height: 75vh; }
#pf-mount { scrollbar-gutter: stable; 
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;}

/* Fix mobile scrolling conflict - ensure sheet is above property-list-and-filter */
@media (max-width: 1023.98px) {
  .property-list-and-filter {
    position: relative;
    z-index: 1;
  }
  
  #pf-sheet {
    z-index: 9999 !important;
    isolation: isolate;
  }
  
  #pf-overlay {
    z-index: 9998 !important;
  }
}

.facetwp-template[data-name="properties"].rm-grid .fwpl-layout{
  grid-template-columns: repeat(1, 1fr);
}


body .tcb-style-wrap .seller-profile-card p{
  color: rgba(10, 10, 10, .85) !important;
}

/* Mobile/Tablet (<1024px): extra padding to clear floating footer if needed */
@media (max-width: 1023.98px){
  #facetwp-sidebar { padding-bottom: 100px !important; }
  #reset-filters-desktop { display: none !important; }
  .property-aside-container{ margin-top: 20px !important; }
}

body .property-search-form input{
  border-radius: 0.5rem;
}

/* Simple spinner + disabled look */
#searchForm button.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: .75;
}
#searchForm .spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  margin-right: .5em;
  vertical-align: -0.125em;
  animation: spin .6s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.property-search-form select{
  display: block;
  width: 100%;
  border-radius: .5rem;
  border: 1px solid #ccc;
  background: var(--tw-white);
  padding: .5rem 2.25rem .5rem .75rem;
  font-size: .875rem;
  color: #1f2937;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none' stroke='%236b705c' stroke-width='1.5'><path d='M6 8l4 4 4-4'/></svg>");
  background-repeat: no-repeat;
  background-position: right .6rem center;
  background-size: 18px 18px;
}


#pf-sheet .sticky h3{
  padding-bottom: 0px !important;
}

/* Container + input (Tailwind-y look) */
.facetwp-facet.facetwp-facet-search { 
  max-width: 100%; 
  margin-bottom: 0px !important;
}
.facetwp-facet-search .facetwp-input-wrap { position: relative; display: block; }

.facetwp-facet-search .facetwp-search {
  width: 100%;
  padding: 0.625rem 0.875rem;      /* py-2.5 px-3.5 */
  padding-left: 2.5rem;            /* room for left icon */
  padding-right: 4.5rem;           /* room for right arrow and close icon */
  font-size: 0.9375rem;
  color: #111827;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 1px rgba(0,0,0,.03);
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.facetwp-facet-search .facetwp-search::placeholder { color: #9ca3af; }
.facetwp-facet-search .facetwp-search:hover { background-color: #f9fafb; }
.facetwp-facet-search .facetwp-search:focus {
  outline: none;
  /* border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16,185,129,.25), 0 1px 1px rgba(0,0,0,.03); */
}

/* Keep the clickable FacetWP icon, but restyle it with your SVG */
.facetwp-facet-search .facetwp-input-wrap .facetwp-icon {
  position: absolute;
  left: 0.5rem; top: 50%;
  transform: translateY(-50%);
  width: 1.75rem; height: 1.75rem;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}

/* --- Default icon (stroke: #9ca3af) --- */
.facetwp-facet-search .facetwp-input-wrap .facetwp-icon::before {
  content: "";
  display: inline-block;
  width: 1.125rem; height: 1.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* Your SVG as background, stroke encoded as %23RRGGBB */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%239ca3af'><path stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/></svg>");
  transition: transform .15s ease;
}

.facetwp-facet-search .facetwp-input-wrap .facetwp-icon.f-loading::before{
  background-image: url('../images/loading.png');
}

/* Search arrow icon (right side) - appears when input has value */
.facetwp-facet-search .facetwp-search-arrow {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 0.375rem;
  transition: background-color .15s ease, transform .15s ease;
}

.facetwp-facet-search .facetwp-input-wrap.has-text .facetwp-search-arrow {
  display: inline-flex;
}

.facetwp-facet-search .facetwp-search-arrow:hover {
  background-color: #f3f4f6;
  transform: translateY(-50%) scale(1.05);
}

.facetwp-facet-search .facetwp-search-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.facetwp-facet-search .facetwp-search-arrow svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: #1d413b;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Close/clear icon (right side, left of arrow) - appears when input has value */
.facetwp-facet-search .facetwp-search-clear {
  position: absolute;
  right: 2.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 0.375rem;
  transition: background-color .15s ease, transform .15s ease;
  outline: none;
  border: none;
  background: transparent;
}

.facetwp-facet-search .facetwp-input-wrap.has-text .facetwp-search-clear {
  display: inline-flex;
}

.facetwp-facet-search .facetwp-search-clear:hover {
  background-color: #f3f4f6;
  transform: translateY(-50%) scale(1.05);
}

.facetwp-facet-search .facetwp-search-clear:active {
  transform: translateY(-50%) scale(0.95);
}

.facetwp-facet-search .facetwp-search-clear:focus {
  outline: none;
  border: none;
}

.facetwp-facet-search .facetwp-search-clear svg {
  width: 1rem;
  height: 1rem;
  stroke: #9ca3af;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hover icon (stroke: #6b7280) */
/* .facetwp-facet-search .facetwp-input-wrap .facetwp-icon:hover::before {
  transform: scale(1.05);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke=''><path stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/></svg>");
} */

/* Focused input -> emerald icon (stroke: #10b981) — uses :has (modern browsers) */
/* .facetwp-facet-search .facetwp-input-wrap:has(.facetwp-search:focus) .facetwp-icon::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2310b981'><path stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/></svg>");
} */

/* Optional dark mode (adjust selector if your theme differs) */
.dark .facetwp-facet-search .facetwp-search {
  color: #f3f4f6;
  background: #111827;
  border-color: #374151;
}

.dark .facetwp-facet-search .facetwp-search::placeholder {
  color: #6b7280;
}

/* .dark .facetwp-facet-search .facetwp-input-wrap .facetwp-icon::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%236b7280'><path stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/></svg>");
}

.dark .facetwp-facet-search .facetwp-input-wrap:has(.facetwp-search:focus) .facetwp-icon::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2310b981'><path stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/></svg>");
} */







.facetwp-tw .facetwp-facet.facetwp-type-search{
  border: 0px !important;
  padding: 0px !important;
}

.facetwp-tw .facetwp-facet.facetwp-type-search .facetwp-input-wrap{
  width: 100%;
}

.facetwp-tw .facetwp-facet.facetwp-type-search input{
  min-width: 100%;
    width: 100%;
}

.facetwp-tw .facetwp-facet{
  margin-bottom: 25px !important;
}


.facet-dropdown > summary::-webkit-details-marker{ display:none; }
.facet-dropdown{ position:relative; }
.facet-dropdown .menu{ inset-block-start: 100%; } /* position under summary */
.facet-dropdown[open]{ z-index: 40; }              /* sit above neighbors */
.facet-dropdown[open] .chev{ transform: rotate(180deg); } /* rotate chevron */



/* FacetWP → Tailwind-like skin (scoped to .facetwp-tw) + BRAND */
.facetwp-tw {
  /* neutrals */
  --tw-border:#e5e7eb; --tw-border-300:#d1d5db; --tw-text:#374151; --tw-text-900:#111827;
  --tw-muted:#6b7280; --tw-white:#fff; --tw-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1);
  /* brand */
  --brand:#1d413b; --brand-hover:#15302b;
  --brand-50:rgba(107,112,92,.10); --ring:rgba(107,112,92,.30);
}


body .facetwp-tw h3{
  font-size: 13px !important;
  padding-bottom: 10px;
}

/* Facet card */
.facetwp-tw .facetwp-facet{
  border:1px solid var(--tw-border); border-radius:.75rem; background:var(--tw-white);
  padding:1rem; box-shadow:var(--tw-shadow);
}

/* space between facets */
.facetwp-tw .facetwp-facet + .facetwp-facet{ margin-top:1rem; }

/* =======================
   CHECKBOX FACETS (BRAND)
   ======================= */
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox{
  position:relative;
  display:flex; align-items:flex-start; justify-content:space-between; gap:.5rem; /* top-align for wrapping */
  padding:.625rem .75rem .625rem 2.5rem;  /* room for fake checkbox */
  border:1px solid var(--tw-border); border-radius:.75rem; background:#fff;
  font-size:.9rem; color:var(--tw-text); cursor:pointer;
  transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease;
  background-image:none !important;
}
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox:hover{
  background:#f6f7f5; border-color:var(--brand);
}

/* label wraps to next line */
.facetwp-tw .facetwp-type-checkboxes .facetwp-display-value{
  flex:1 1 auto;
  overflow:visible; text-overflow:clip; white-space:normal;
  min-width:0;
}

/* count stays neat on right */
.facetwp-tw .facetwp-type-checkboxes .facetwp-counter{
  flex:0 0 auto; white-space:nowrap; align-self:flex-start; margin-left:.5rem;
  font-size:.75rem; color:#6b7280;
}

/* fake checkbox box */
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox::before{
  content:"";
  position:absolute; left:.75rem; top:.75rem;
  width:1.1rem; height:1.1rem; border-radius:.375rem;
  border:2px solid #ccd0c4; background:#fff;
  box-shadow:0 1px 1px rgba(0,0,0,.04);
  transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;
}

/* checkmark (only when selected) */
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox::after{
  content:"";
  position:absolute; left:.79rem; top:.79rem;
  width:.95rem; height:.95rem; opacity:0;
  background:url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\<path d='M5 10.5l3 3 7-7'/></svg>") no-repeat center/contain;
  pointer-events:none;
}

/* selected */
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox.checked{
  border-color:var(--brand); background:var(--brand-50); color:#2f3329;
}
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox.checked::before{
  background:var(--brand); border-color:var(--brand); box-shadow:0 0 0 2px var(--ring);
}
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox.checked:hover::before{
  background:var(--brand-hover); border-color:var(--brand-hover);
}
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox.checked::after{ opacity:1; }

/* disabled */
.facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox.disabled{
  opacity:.55; cursor:not-allowed;
}

/* =====================
   DROPDOWN (BRAND)
   ===================== */
.facetwp-tw select.facetwp-dropdown{
  display:block; width:100%; border-radius:.5rem; border:1px solid var(--tw-border-300);
  background:var(--tw-white);
  padding:.5rem 2.25rem .5rem .75rem; font-size:.875rem; color:#1f2937; outline:none;
  -webkit-appearance:none; -moz-appearance:none; appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none' stroke='%236b705c' stroke-width='1.5'><path d='M6 8l4 4 4-4'/></svg>");
  background-repeat:no-repeat; background-position:right .6rem center; background-size:18px 18px;
}
.facetwp-tw select.facetwp-dropdown:hover{ border-color:var(--brand); }
.facetwp-tw select.facetwp-dropdown:focus{ border-color:var(--brand); box-shadow:0 0 0 2px var(--ring); }

/* =====================
   SLIDER (noUi) BRAND
   ===================== */
.facetwp-tw .facetwp-slider-wrap{ margin-top:.5rem; }

/* track */
.facetwp-tw .facetwp-slider.noUi-target{
  height:.5rem; border:none; border-radius:9999px; background:#e7e9e3; box-shadow:none;
}

/* fill */
.facetwp-tw .noUi-connect{ background:var(--brand); border-radius:9999px; }

/* handles */
.facetwp-tw .noUi-handle{
  width:1rem; height:1rem; border-radius:9999px; border:2px solid var(--tw-white);
  background:var(--brand); box-shadow:0 1px 2px rgba(0,0,0,.15); outline:none;
  transition:background .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.facetwp-tw .noUi-horizontal .noUi-handle{ top:-6px !important; } /* center on 8px track */
.facetwp-tw .noUi-handle:hover{ background:var(--brand-hover); }
.facetwp-tw .noUi-handle:focus{ box-shadow:0 0 0 2px var(--ring); }

/* label + reset */
.facetwp-tw .facetwp-slider-label{
  display:block; margin-top:.5rem; font-size:.75rem; font-weight:600; color:#4b5563;
}
.facetwp-tw .facetwp-slider-reset{
  margin-top:.5rem; display:inline-flex; align-items:center; gap:.5rem;
  border:1px solid var(--tw-border); border-radius:.5rem; background:var(--tw-white);
  padding:.375rem .75rem; font-size:.75rem; font-weight:500; color:var(--tw-text);
  cursor:pointer; transition:background-color .15s ease, border-color .15s ease, color .15s ease;
}
.facetwp-tw .facetwp-slider-reset:hover{
  background:#f6f7f5; border-color:var(--brand); color:#2f3329;
}
.facetwp-tw .facetwp-hidden{ display:none !important; }

/* ================
   Optional sticky
   ================ */
@media (min-width:1024px){
  .facetwp-tw{ position:sticky; top:1rem; scrollbar-gutter:stable; }
  .facetwp-tw::-webkit-scrollbar{ width:10px; } 
  .facetwp-tw::-webkit-scrollbar-thumb{ background:#e5e7eb; border-radius:9999px; }
}

/* ============
   Dark mode
   ============ */
html.dark .facetwp-tw .facetwp-facet{ background:#111827; border-color:rgba(255,255,255,.1); }
html.dark .facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox{
  background:transparent; border-color:rgba(255,255,255,.1); color:#e5e7eb;
}
html.dark .facetwp-tw .facetwp-type-checkboxes .facetwp-checkbox:hover{
  background:rgba(255,255,255,.05); border-color:var(--brand);
}
html.dark .facetwp-tw select.facetwp-dropdown{
  background:#111827; color:#e5e7eb; border-color:rgba(255,255,255,.1);
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none' stroke='%236b705c' stroke-width='1.5'><path d='M6 8l4 4 4-4'/></svg>");
}
html.dark .facetwp-tw .facetwp-slider.noUi-target{ background:rgba(255,255,255,.12); }
html.dark .facetwp-tw .facetwp-slider-label{ color:#9ca3af; }
html.dark .facetwp-tw .facetwp-slider-reset{
  background:#111827; color:#e5e7eb; border-color:rgba(255,255,255,.1);
}






.facetwp-dropdown{
  width: 100%;
  height: 40px;
}


.checkbox-menu ul{
  margin-left: 0px !important;
}


.checkbox-menu ul li{
  margin-left: 0px !important;
  padding-bottom: 0px !important;
}

.btn-olive{
  background: #1d413b;
  color: white;
}

.btn-olive:hover{
  background: #15302b;
  color: white;
}

#property-filter-form .menu-list{
  margin-left: 0px !important;
}

#property-filter-form .menu-list > li{
  margin-left: 0px !important;  
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 0.5rem !important;
}

.tcb-style-wrap h4.text-xs{
  font-size: 0.8rem;
  line-height: 3em;
  padding-bottom: 0px;
}

.tcb-style-wrap p.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
  padding-bottom: 10px;
}


.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li.tcb-menu-img-hamburger a:hover .tve-disabled-text-inner{
  color: #000;
}

.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li.tcb-menu-img-hamburger:last-child{
  border: 0px !important;
}

.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li.tcb-menu-img-hamburger.tve-state-active a{
  background-color: #1d413b;
  color: #fff;
}

.slider-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.slider-wrapper > li{
  height: 100%;
}

.slider-wrapper > li > .slide-image{
  height: 100%;
}

.slide-content-inner h2{
  font-size: 55px !important;
}

.bg-primary{
  background-color: #f4f5f1;
}


.pointer-events-none{
  pointer-events: none;
}

.tcb-style-wrap p.font-semibold{
  font-weight: 600;
}

.tcb-style-wrap p.text-base{
  font-size: 1rem;
}

.tcb-style-wrap p.text-base{
  color: rgba(10, 10, 10, .85);
}

.tcb-style-wrap h4.pb-3{
  padding-bottom: .75rem;
}

.box-sizing{
  box-sizing: border-box !important;
}

.tcb-style-wrap p.mt-10{
  margin-top: 2.5rem;
}

.tcb-style-wrap p.text-2xl{
  font-size: 1.5rem;
}


.tcb-style-wrap p.font-medium{
  font-weight: 500;
}

.tcb-style-wrap p.text-sm{
  font-size: .875rem;
}

.tcb-style-wrap p.pb-0{
  padding-bottom: 0px;
} 

.fwpl-col.el-3s3azq {
  max-width: 100%;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  transition: transform 0.2s ease;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}

.fwpl-item.el-19ld5j img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

.fwpl-row.el-561de {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  font-size: 14px;
  color: #555;
}

.fwpl-item.el-hkhnvs,
.fwpl-item.el-kmmoee {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fwpl-item.el-vxj6k9 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0px;
  margin-top: 4px;
  margin-bottom: 8px;
  color: #222;
  min-height: 54px;
}

.fwpl-row.el-8ruquv {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  font-size: 14px;
  color: #666;
  flex-wrap: wrap;
  margin-top: 15px;
}

.fwpl-item.el-vnr5rl {
  font-weight: 700;
  color: #000;
}

.fwpl-item.el-85emar {
  text-align: right;
}

.backdrop-navigation{
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    gap: 1.5rem;
}

.backdrop-navigation li a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 0.5rem 0.7rem;
    border-radius: 9999px;
    transition: background 0.3s, color 0.3s;
}

.backdrop-navigation li a span{
    color: #fff;
}


.backdrop-navigation.backdrop-navigation--white li a span{
    color: #0c1115;
}

.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade.backdrop-navigation--white ul.tve_w_menu > li a:hover .tve-disabled-text-inner{
    color: #6a6b6c;
}

.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade.backdrop-navigation--white ul.tve_w_menu > li a:hover{
    background-color: #f3f3f3;
}

.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade.backdrop-navigation--white ul.tve_w_menu > li.tve-state-active a{
    background-color: #1d413b;
}

.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade.backdrop-navigation--white ul.tve_w_menu > li.tve-state-active a .tve-disabled-text-inner{
    color: #fff;
}


.tempo-bars{
    display: flex;
    /* position: absolute; */
    bottom: 16px;
    height: max-content;
    top: unset;
    z-index: 99999;
    left: 50%;
    /* transform: translateX(-50%); */
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.tempo-bar-container{
    position: relative;
    padding: 5px;
    background-color: #fff;
    border-radius: 24px;
    opacity: 0.5;
    cursor: pointer;
}

.tempo-bar-container.active{
    opacity: 1;
}



ul.slider-wrapper > li,
ul.slider-wrapper{
    margin-left: 0px !important;
    padding-bottom: 0px !important;
}

.tempo-bar-label{
    color: #000;
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.circle-navigation {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 5px;
    opacity: 0.5;
}
  
.circle-navigation.active {
    background-color: #fff;
    opacity: 1;
}


section.slide{
    margin-top: -90px;
    float: none !important;
}

.slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
  
  .slider-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slider-wrapper li {
    min-width: 100%;
    position: relative;
    display: none;
  }

  .slider-wrapper li img{
    width: 100%;
  }
  
  .slider-wrapper li.slide-current {
    display: block;
  }
  
  .tempo-bars {
    margin-top: 10px;
  }
  
  .tempo-bars > div {
    margin-bottom: 6px;
  }
  
  body section.slide .slider-container .tempo-bar {
    height: 1px;
    bottom: 0;
    background: #fff !important;
    transition: none;
  }

  .tempo-line-bar {
    width: calc(100% - 13.5px);
    height: 1px;
    position: absolute;
    top: 6.5px;
    right: 0;
  }

  .tempo-line-bar:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.5;
 }

.slide-image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
 }

 .slide-content{
    width: 1153px;
    margin: 0 auto;
    max-width: 100%;
    z-index: 1;
    max-width: calc(100% - 30px);
    padding-top: 300px;
    padding-bottom: 81px;
 }

 .color-white{
    color: #fff !important;
 }

 .slide-content h2{
    font-size: 66px !important;
 }

 .slide-content-inner{
    width: 665px;
    max-width: 100%;
 }

 .property-search-form {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    max-width: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Inter', sans-serif;
  }
  
  .property-search-form h2 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
  }
  
  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  .form-row input,
  .form-row select {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    font-size: 1rem;
  }
  
  .filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    /* margin-bottom: 1rem; */
  }
  
  .tag {
    background: #f2f2f2;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    cursor: pointer;
  }
  
  /* Start of Selection */
  button[type="submit"],
  .btn-primary {
    background: #1d413b;
    color: white;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .transition-opacity-btn a{
    transition: opacity 0.3s ease;
  }
  
  button[type="submit"]:hover,
  .btn-primary:hover {
    background: #15302b;
  }
  /* End of Selection */

  .property-search-form h2{
    font-size: 23px !important;
  }

  .search-form-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wp-slick-carousel {
    margin: 0 auto;
    width: 100%;
  }
  
  .wp-slick-carousel .carousel-item {
    background: transparent;
    text-align: center;
    padding: 0 12px;
  }
  
  .wp-slick-carousel .carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
  }
  
  .wp-slick-carousel {
    margin: 0 auto;
    padding: 0 24px; /* Add padding to avoid cut-off edges */
    overflow: hidden;
  }

  .thrv-button a.tcb-button-link{
    transition: 0.3s ease;
  }
  
  .wp-slick-carousel .slick-slide {
    padding: 0 12px;
  }
  
  .wp-slick-carousel .carousel-item {
    background: white;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    /* border-bottom: 1px solid #e9e9e9; */
    padding-bottom: 15px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s ease;
  }

  .wp-slick-carousel .carousel-item:hover {
    transform: translateY(-5px);
  }
  
  .wp-slick-carousel .carousel-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .wp-slick-carousel .carousel-title {
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .wp-slick-carousel-wrapper {
    position: relative;
    overflow: hidden;
  }


  .carousel-info {
    padding: 12px 0px;
    text-align: left;
    font-family: Arial, sans-serif;
  }
  
  .carousel-meta {
    display: flex
;
    /* justify-content: space-between; */
    font-size: 14px;
    color: #777;
    margin-bottom: 6px;
    grid-gap: 15px;
  }
  
  .carousel-title {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  
  .carousel-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 15px;
    flex-wrap: wrap;
  }
  
  .price {
    font-weight: bold;
    color: #000;
  }
  
  .address {
    color: #888;
  }

  .faq-item {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 7px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
  }

  /* .faq-item.open {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  } */

  .faq-question {
    cursor: pointer;
    padding: 1.25rem;
    background: #fff;
    font-weight: 600;
    color: #3f4e2c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
  }

  .faq-answer {
    display: none; /* hidden by default */
    padding: 1rem 1.25rem;
    border-top: 1px solid #eee;
    display: none;
    color: #333;
  }

  .faq-item.open .faq-answer {
    display: block;
  }

  .faq-icon {
    transition: transform 0.2s ease;
  }

  .faq-item.open .faq-icon {
    transform: rotate(180deg);
  }
  
  /* .wp-slick-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, transparent, white);
  } */
  

  /* Search Bar */

  .search-bar {    
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 30px;
    background-color: white;
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
  }
  
  .search-bar input {
    padding: 10px 15px;
    border: none;
    border-radius: 9999px;
    outline: none;
    font-size: 14px;
    flex: 1;
    min-width: 160px;
  }
  
  .search-bar .icon-btn {
    background-color: #1d413b;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 10px;
    display: flex;
    align-items: center;
    width: 39.5px;
    height: 39.5px;
    padding: 0px;
  }


  .search-filter-icon{
    width: 24px;
    margin: 0 auto;
    color: #fff;
  }
  
  .search-bar select {
    padding: 10px 14px;
    border: none;
    border-radius: 9999px;
    background-color: #f3f3f3;
    font-size: 14px;
    cursor: pointer;
  }
  
  .search-bar .save-btn {
    background-color: #1d413b;
    border: none;
    padding: 10px 18px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }


  .thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li.tve-state-active a {
    background-color: white;
    color: black;
    border-radius: 999px;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li.tve-state-active a .tve-disabled-text-inner {
    color: black;
  }

  .thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li.tcb-menu-img-hamburger.tve-state-active a .tve-disabled-text-inner{
    color: #fff;
  }

  .thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li.tcb-menu-img-hamburger a:hover{
    background-color: #f3f3f3;
  }

  /* .thrv_symbol_1012 .backdrop-navigation.thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item):first-child{
    padding-left: 5px !important;
  }

  .thrv_symbol_1012 .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item){
    padding: 0px;
  }

  .thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li a{
    padding: 8px 20px;
  } */

  /* Hover effect for all menu items */
.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li a:hover {
  background-color: rgba(255, 255, 255, 0.3); /* subtle white tint */
  color: #fff;
  border-radius: 999px;
  /* padding: 8px 20px; */
  transition: all 0.3s ease;
}

/* Ensure text inside hover also changes */
.thrv_wrapper.thrv_widget_menu.tve-custom-menu-upgrade ul.tve_w_menu > li a:hover .tve-disabled-text-inner {
  color: #fff;
}


/* Parent container styling */
.olive.frm-show-form {
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05); */
  font-family: 'Segoe UI', sans-serif;
}

/* Remove default labels (optional: hide visually if needed) */

.with_frm_style .olive .frm_top_container  .frm_primary_label{
  display: none;
}

.frm_style_formidable-style.with_frm_style .olive .frm_submit button:hover{
  background-color: #15302b;
}

/* Style all text inputs and textarea */
.olive input[type="text"],
.olive input[type="email"],
.olive textarea {
  /* width: 100%;
  padding: 12px 14px;
  background-color: rgb(246,246,246) !important;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box; */

  padding: 18px 0px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border-radius: 0px;
  outline: 0px;
  font-size: 17px;
}

.olive input::placeholder,
.olive textarea::placeholder {
  color: #999;
}

/* Adjust spacing between fields */
.olive .frm_form_field {
  margin-bottom: 16px;
}

/* Style the submit button */

/* .frm_style_formidable-style.with_frm_style .olive .frm_submit button{
  width: 100%;
  background-color: #1d413b;
  color: white;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  letter-spacing: 2px;
} */




body .with_frm_style .frm_message{
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  color: #3f4236;
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
  border-radius: 0px;
}


body .with_frm_style p{
  font-weight: bold;
}

body .with_frm_style .frm_message p{
  font-weight: 400;
  color: #3f4236;
  padding-bottom: 10px !important;
}

.frm_style_formidable-style.with_frm_style .olive .form-field input:not([type=file]):focus,
.frm_style_formidable-style.with_frm_style .olive .form-field textarea:focus{
  box-shadow: none;
  background-color: inherit;
}

.olive .frm_button_submit:hover {
  background-color: #15302b;
}

/* Optional: spam field hidden */
.olive .frm_verify {
  display: none !important;
}

/* Optional: fix textarea height */
.olive textarea {
  height: 100px;
  resize: none;
}

/* Optional: zero out margin under hidden inputs */
.olive input[type="hidden"] {
  margin: 0 !important;
}


.slide-image{
  background-image: url('https://rocketstack.net/metrocdorealty/wp-content/uploads/2025/07/metro-cdo-homes-banner-scaled.png');
  height: 900px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


body .one-line-form .frm_fields_container{
  display: flex;
}


body .one-line-form .frm_fields_container label{
  display: none !important;
}


.frm_style_formidable-style.with_frm_style .one-line-form .form-field{
  margin-bottom: 0px !important;
}

.frm_style_formidable-style.with_frm_style .one-line-form .frm_button_submit,
.frm_style_formidable-style.with_frm_style .olive .frm_submit button{
  margin: 0px;
  font-weight: var(--tve-font-weight, var(--g-bold-weight, bold));
  font-family: var(--tve-font-family, Muli);
  letter-spacing: var(--tve-letter-spacing, 3px);
  font-size: var(--tve-font-size, 14px);
  background-color: var(--tcb-skin-color-0) !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 18px !important;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 3px, transparent 3px, transparent 6px) !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-repeat: repeat !important;
  width: 280px;
  border-radius: 32px;
  outline: 0px;
  border: 0px;
}

.frm_style_formidable-style.with_frm_style .olive .frm_submit button{
  width: 100%;
}

.frm_style_formidable-style.with_frm_style .one-line-form .frm_button_submit:hover,
.frm_style_formidable-style.with_frm_style .olive .frm_submit button:hover{
  background-color: var(--tcb-skin-color-0) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  color: #fff;
}

.one-line-form input::placeholder,
.one-line-form textarea::placeholder {
  font-size: 17px;          /* or 0.875rem */
  /* optional: */
  color: red;           /* placeholder color */
  opacity: 1;               /* ensure full opacity if needed */
}

.frm_style_formidable-style.with_frm_style .one-line-form .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .one-line-form .frm_blank_field input[type=email]{
  border: 0px;
  border-bottom: 1px solid #B94A48;
}

.frm_style_formidable-style.with_frm_style .one-line-form input{
  padding: 18px 0px;
  border: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  box-shadow: none !important;
  border-radius: 0px;
  outline: 0px;
  font-size: 17px;
  background-color: transparent;
}

.frm_style_formidable-style.with_frm_style .one-line-form input:focus{
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  background-color: transparent !important;
}


.specification-summary{
  font-size: 14px;
  color: rgb(85, 85, 85);
  display: flex;
  grid-gap: 12px;
  font-family: 'Segoe UI', sans-serif;
  padding: 10px 0px;
}
.meta-col{
  grid-gap: 12px;
}



@media screen and (max-width: 1069px) {
  body .fwpl-layout.el-6xf21{
    grid-template-columns: repeat(2, 1fr);
  }
}


@media screen and (max-width: 1023px) {

  body .fwpl-layout.el-6xf21{
    grid-template-columns: repeat(3, 1fr);
  }


  .olive.frm-show-form{
    padding: 0px;
  }

  .backdrop-navigation{
    backdrop-filter: none;
  }

  .backdrop-navigation li a span{
    color: #0c1115;
    font-size: 15px;
  }

  .seller-profile-card{
    margin-top: 24px;
  }

}


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


  #thrive-footer .symbol-section-in{
    padding-bottom: 90px !important;
  }


  .right-sidebar-widgets{
    display: none;
  }

  .wp-slick-carousel{
    padding-left: 0px;
  }

  body .one-line-form .frm_fields_container{
    flex-direction: column;
  }

  body .frm_style_formidable-style.with_frm_style .one-line-form .frm_button_submit{
    width: 100%;
    margin-top: 20px !important;
  }


  .carousel-bottom{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    grid-gap: 15px;
    align-items: normal;
  }

  .slide-content{
    top: 0;
    width: calc(100% - 30px);
  }


  body .facetwp-template .fwpl-layout{
    grid-template-columns: repeat(2, 1fr);
  }

  
}



@media (max-width: 640px) { 
  

  .slide-content{
    top: -120px;
  }

  .slide-image{
    height: 850px;
  }

  .slide-content-inner h2{
    font-size: 31px !important;
  }

  .tempo-bars{
    margin-bottom: 20px;
  }

  .tempo-bars > div{
    margin-bottom: 12px;
  }

  .property-search-form button{
    box-sizing: border-box;
  }

  .form-row{
    flex-direction: column;
  }


  .slide-content{
    padding-top: 160px;
  }

  .property-search-form button{
    width: 100%;
    max-width: 100%;
  }

  body .facetwp-template .fwpl-layout{
    grid-template-columns: repeat(1, 1fr);
  }


}

/* mobile: make search fill row inside the sticky bar */
@media (max-width: 639.98px){
  .facetwp-facet.facetwp-facet-search { max-width: none; }

  #facetwp-sidebar{ padding-bottom: 170px !important; }
  /* if you used the earlier left-drawer id */
  #filters-drawer{ padding-bottom: 100px !important; }
}


@media (max-width: 568px) { 
  .wp-slick-carousel-wrapper{
    margin-left: -15px;
    margin-right: -15px;
    overflow: visible;
  }
/* 
  .wp-slick-carousel{
    padding-left: 24px;
    padding-right: 24px;
  } */

  /* One full slide + ~1/4 peek; prevent text cut-off */
  .wp-slick-carousel .slick-slide {
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
  }
  .wp-slick-carousel .carousel-item {
    min-width: 0;
    box-sizing: border-box;
  }
  .wp-slick-carousel .carousel-info {
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  .wp-slick-carousel .carousel-title,
  .wp-slick-carousel .carousel-bottom,
  .wp-slick-carousel .price,
  .wp-slick-carousel .address {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
}


/* === [sfac_signup_form] — Commissioner, minimalist signup (Name + Email + SIGN UP) === */
.sfac-signup-form-wrap {
  font-family: 'Commissioner', sans-serif;
  max-width: 100%;
}

.sfac-signup-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: 'Commissioner', sans-serif;
}

.sfac-signup-field {
  position: relative;
}

.sfac-signup-field input {
  font-family: 'Commissioner', sans-serif;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sfac-signup-field input::placeholder {
  color: #808080;
}

.sfac-signup-field input:focus {
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}

.sfac-signup-field input.sfac-signup-field-invalid {
  border-color: #b91c1c;
}

.sfac-signup-error {
  display: block;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.875rem;
  color: #b91c1c;
  margin-top: 0.35rem;
  min-height: 1.25rem;
}

.sfac-signup-error:empty,
.sfac-signup-error:not(.sfac-signup-error-visible) {
  min-height: 0;
  margin-top: 0;
}


body .sfac-signup-submit {
  font-family: 'Commissioner', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e8e8e8;
  background: #1d413b;
  border: 1px solid #15302b;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.sfac-signup-submit:hover {
  background: #15302b;
  border-color: #0f221f;
  color: #fff;
}


.sfac-signup-form-title {
  font-family: 'Commissioner', sans-serif;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #666;
}

.sfac-signup-message {
  font-family: 'Commissioner', sans-serif;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}

.sfac-signup-message-success {
  color: #1d413b;
}

.sfac-signup-message-error {
  color: #b91c1c;
}

.sfac-signup-submit-loading {
  opacity: 0.7;
  pointer-events: none;
}


/* Snackbar: ?tve_Name & email → success message (icon + text, branding color, fade out) */
.sfac-signup-snackbar {
  display: flex;
  align-items: stretch;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  margin: 0;
  max-width: 400px;
  width: calc(100% - 32px);
  font-family: 'Commissioner', sans-serif;
  font-size: 16px;
  line-height: 1.45;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.sfac-signup-snackbar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  background: #1d413b;
  color: #fff;
}

.sfac-signup-snackbar-icon svg {
  width: 28px;
  height: 28px;
}

.sfac-signup-snackbar-text {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 16px 24px;
  min-height: 52px;
  color: #424242;
  background: #fff;
}

.sfac-signup-snackbar-hide {
  opacity: 0;
}

@media (max-width: 480px) {
  .sfac-signup-snackbar {
    top: 12px;
    width: calc(100% - 24px);
    max-width: none;
  }
  .sfac-signup-snackbar-icon {
    width: 48px;
  }
  .sfac-signup-snackbar-icon svg {
    width: 24px;
    height: 24px;
  }
  .sfac-signup-snackbar-text {
    padding: 14px 18px;
    min-height: 48px;
    font-size: 15px;
  }
}