
.admin-bar .header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar .header {
        top: 46px !important;
    }
}
.admin-bar .megamenu {
    margin-top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .megamenu {
        margin-top: 46px;
    }
}
.services-details-section {
	padding: 80px 0;
}
.general-content p {
	margin-bottom: 15px;
}
.general-content h2, .general-content h3, .general-content h4, .general-content h5 {
	padding-top: 20px;
	padding-bottom: 10px;
}
.general-content img {
	max-width: 100%;
	height: auto;
}
.single-success-story {
	border: 3px double rgba(0, 0, 0, 0.15);
    padding: 40px;
    margin-bottom: 30px;
}
.single-success-story p {
	line-height: 1.5;
}
.single-success-story h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	margin-top: 15px;
}
.single-success-story p.view-link {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 2px;
}
.area-listings {
	padding: 80px 0;
}
.featured-listings-container {
	padding-top: 40px;
}
.map-wrapper {
    position: relative;
    width: 100%;
    height: 550px; /* Adjust height as needed */
    overflow: hidden;
}

.map-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

/* This creates the overlay container */
.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; 
}
.map-overlay-inner {
	    background-color: rgba(34, 28, 53, 0.9);
	    max-width: 100%;
	    width: 650px;
	    padding: 12px 30px;
    border: 1px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.375);
    outline: 2px solid rgba(34, 28, 53, 0.9);
    text-align: center;
}
.map-overlay p {
	text-transform: uppercase;
	color: white;
}
.map-overlay h1 {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    pointer-events: auto; /* Makes the text itself clickable if it's a link */
}
.we-sell-side .sp-about-4__items {
	margin-top: 20px;
	margin-bottom: 30px;
}
.we-sell-side .sp-about-4__items h3 {
	font-size: 3.2vw;
    line-height: 1.2;
    font-weight: 700;
}
.responsive-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.sold-listings {
	padding-top: 80px;
}

/* Gravity Forms */
#dark-contact-form .form__input-field,
#dark-contact-form input[type="text"],
#dark-contact-form input[type="email"],
#dark-contact-form input[type="tel"],
#dark-contact-form select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    padding: 5px 15px;
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
}
#dark-contact-form input::placeholder, #dark-contact-form select::placeholder {
    color: rgba(255, 255, 255, 0.9);
}
#dark-contact-form .gfield_consent_label {
    font-size: 12px !important;
    line-height: 1.6;
    color: #ffffff !important;
    display: inline;
}
#dark-contact-form .gfield_consent_label a {
	text-decoration: underline;
}

#dark-contact-form .gform_footer {
  display: flex !important;
  justify-content: center !important;
}
#dark-contact-form .gform_fields {
    grid-row-gap: 20px !important; /* Default is usually 16px or 32px */
}
#dark-contact-form .gform_required_legend {
	display: none !important;
}
#dark-contact-form .gform_button.button {
	background-color: #fff !important;
    text-transform: uppercase !important;
    transition: all 0.15s ease-in-out;
    color: #000 !important;
    border-radius: 50px !important;
    padding: 20px 60px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin: 0 auto;
}
#dark-contact-form .gform_button.button:hover {
	background-color: #221c35 !important;
	color: #fff !important;
}
#dark-contact-form .gform_wrapper select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;

  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
  padding-right: 42px !important;
}
#dark-contact-form .gfield_label.gform-field-label {
	color: #fff !important;
}
h4.inside-gf-header {
	color: #fff;
	font-weight: 400;
	margin-top: 15px;
	font-size: 18px;
}
#dark-contact-form .gfield_description {
	color: #fff !important;
}
@media screen and (max-width: 767px) {
	.testimonial__review {
	    padding: 25px 60px;
	}
	.testimonial__review-body {
		font-size: 17px;
		overflow-y: scroll;
	}
	.home .hero {
		padding-top: 8rem;
	}
}
/* ==========================================================================
   BROWSE PAGE - Netflix-style dark theme layout
   ========================================================================== */

.djl-browse-page {
    background: linear-gradient(180deg, #0d0b14 0%, #1a1528 100%);
    min-height: 100vh;
    color: #fff;
    overflow-x: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
}
.djl-browse-page * { box-sizing: border-box; }
.djl-browse-page h1, .djl-browse-page h2, .djl-browse-page h3, .djl-browse-page p { margin: 0; padding: 0; }
.djl-browse-page a { color: inherit; text-decoration: none; }
.djl-browse-page a:hover { color: inherit; }

@keyframes kenburns-hero { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }

.djl-browse-hero { position: relative; height: 70vh; min-height: 500px; max-height: 800px; overflow: hidden; }
.djl-browse-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: kenburns-hero 20s ease-in-out infinite alternate; }
.djl-browse-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, #0d0b14 0%, rgba(13, 11, 20, 0.4) 40%, transparent 100%), linear-gradient(to right, rgba(13, 11, 20, 0.8) 0%, transparent 50%); }
.djl-browse-hero__content { position: absolute; bottom: 0; left: 0; right: 0; padding: 48px; max-width: 1400px; margin: 0 auto; }
.djl-browse-hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(139, 92, 246, 0.2); border: 1px solid rgba(139, 92, 246, 0.3); border-radius: 9999px; padding: 6px 16px; margin-bottom: 16px; }
.djl-browse-hero__badge-dot { width: 8px; height: 8px; background: #a78bfa; border-radius: 50%; animation: pulse 2s infinite; }
.djl-browse-hero__badge-text { font-size: 14px; font-weight: 500; color: #c4b5fd; }
.djl-browse-hero__price { font-size: 3.5rem; font-weight: 700; color: #fff; margin: 0 0 8px 0; line-height: 1.1; }
.djl-browse-hero__meta { display: flex; align-items: center; gap: 16px; color: rgba(255, 255, 255, 0.8); font-size: 1.1rem; margin-bottom: 12px; }
.djl-browse-hero__meta-divider { color: rgba(255, 255, 255, 0.4); }
.djl-browse-hero__address { font-size: 1.25rem; color: rgba(255, 255, 255, 0.9); margin: 0 0 4px 0; }
.djl-browse-hero__city { font-size: 1rem; color: rgba(255, 255, 255, 0.6); margin: 0 0 24px 0; }
.djl-browse-hero__actions { display: flex; align-items: center; gap: 16px; }
.djl-browse-hero__btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 32px; border-radius: 8px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.2s ease; }
.djl-browse-hero__btn--primary { background: #fff; color: #1a1528; }
.djl-browse-hero__btn--primary:hover { background: #f3f4f6; color: #1a1528; }
.djl-browse-hero__btn--secondary { background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); }
.djl-browse-hero__btn--secondary:hover { background: rgba(255, 255, 255, 0.2); color: #fff; }

.djl-browse-section { padding: 32px 0; }
.djl-browse-section__header { display: flex; justify-content: space-between; align-items: flex-end; padding: 0 48px; margin-bottom: 20px; }
.djl-browse-section__title { font-size: 1.5rem; font-weight: 600; color: #fff; margin: 0 0 4px 0; }
.djl-browse-section__subtitle { font-size: 0.9rem; color: rgba(255, 255, 255, 0.5); margin: 0; }
.djl-browse-section__view-all { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.7); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s ease; }
.djl-browse-section__view-all:hover { color: #fff; }
.djl-browse-section__view-all svg { transition: transform 0.2s ease; }
.djl-browse-section__view-all:hover svg { transform: translateX(4px); }

.djl-browse-row { display: flex; gap: 20px; padding: 10px 48px 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
.djl-browse-row::-webkit-scrollbar { display: none; }

.djl-browse-card { flex: 0 0 340px; scroll-snap-align: start; position: relative; }
.djl-browse-card__inner { display: block; text-decoration: none; color: inherit; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.djl-browse-card:hover .djl-browse-card__inner { transform: scale(1.05); }
.djl-browse-card__image-wrap { position: relative; aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; background: #1a1528; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); transition: box-shadow 0.3s ease; }
.djl-browse-card:hover .djl-browse-card__image-wrap { box-shadow: 0 20px 50px rgba(139, 92, 246, 0.3); outline: 2px solid rgba(139, 92, 246, 0.7); }
.djl-browse-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.djl-browse-card:hover .djl-browse-card__image { transform: scale(1.08); }
.djl-browse-card__image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, transparent 100%); pointer-events: none; transition: background 0.3s ease; }
.djl-browse-card:hover .djl-browse-card__image-wrap::after { background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%); }
.djl-browse-card__badge { position: absolute; top: 12px; left: 12px; background: #22c55e; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px; z-index: 2; text-transform: uppercase; letter-spacing: 0.5px; }
.djl-browse-card__overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; z-index: 2; }
.djl-browse-card__price { font-size: 1.4rem; font-weight: 700; color: #fff; margin: 0 0 6px 0; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }
.djl-browse-card__meta { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(255, 255, 255, 0.9); }
.djl-browse-card__details { max-height: 0; opacity: 0; overflow: hidden; transition: all 0.3s ease; margin-top: 0; }
.djl-browse-card:hover .djl-browse-card__details { max-height: 60px; opacity: 1; margin-top: 8px; }
.djl-browse-card__address { font-size: 14px; color: rgba(255, 255, 255, 0.8); margin: 0 0 2px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.djl-browse-card__city { font-size: 12px; color: rgba(255, 255, 255, 0.6); margin: 0; }
.djl-browse-card__info { padding: 12px 4px 0; }
.djl-browse-card__info-price { font-size: 1.1rem; font-weight: 700; color: #fff; margin: 0 0 4px 0; }
.djl-browse-card__info-meta { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255, 255, 255, 0.6); }
.djl-browse-card__info-meta span { display: flex; align-items: center; }
.djl-browse-card__info-meta .divider { color: rgba(255, 255, 255, 0.3); }
.djl-browse-card__info-address { font-size: 14px; color: rgba(255, 255, 255, 0.8); margin: 4px 0 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media (max-width: 1200px) {
    .djl-browse-hero__content, .djl-browse-section__header, .djl-browse-row { padding-left: 32px; padding-right: 32px; }
}
@media (max-width: 768px) {
    .djl-browse-hero { height: 60vh; min-height: 400px; }
    .djl-browse-hero__content { padding: 24px; }
    .djl-browse-hero__price { font-size: 2.5rem; }
    .djl-browse-hero__meta { font-size: 0.9rem; gap: 8px; }
    .djl-browse-hero__address { font-size: 1rem; }
    .djl-browse-hero__actions { flex-direction: column; gap: 12px; }
    .djl-browse-hero__btn { width: 100%; justify-content: center; }
    .djl-browse-section__header, .djl-browse-row { padding-left: 16px; padding-right: 16px; }
    .djl-browse-card { flex: 0 0 300px; }
    .djl-browse-section__title { font-size: 1.25rem; }
    .djl-browse-card__details { max-height: 60px; opacity: 1; margin-top: 8px; }
}
@media (max-width: 480px) {
    .djl-browse-hero { height: 50vh; min-height: 350px; }
    .djl-browse-hero__price { font-size: 2rem; }
    .djl-browse-card { flex: 0 0 280px; }
}

/* ==========================================================================
   AMBIENT EFFECTS - From Next.js home search app
   ========================================================================== */

/* Ken Burns animation variants for cinematic photo slideshow */
@keyframes kenburns-1 {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.15) translate(-2%, -1%); }
}
@keyframes kenburns-2 {
    0% { transform: scale(1.05) translate(-1%, 0); }
    100% { transform: scale(1.2) translate(1%, -2%); }
}
@keyframes kenburns-3 {
    0% { transform: scale(1.1) translate(1%, 1%); }
    100% { transform: scale(1) translate(-1%, 0); }
}
@keyframes kenburns-4 {
    0% { transform: scale(1) translate(0, -1%); }
    100% { transform: scale(1.18) translate(2%, 1%); }
}

.animate-kenburns-1 { animation: kenburns-1 5s ease-in-out forwards; }
.animate-kenburns-2 { animation: kenburns-2 5s ease-in-out forwards; }
.animate-kenburns-3 { animation: kenburns-3 5s ease-in-out forwards; }
.animate-kenburns-4 { animation: kenburns-4 5s ease-in-out forwards; }
.animate-kenburns-hero { animation: kenburns-hero 8s ease-in-out forwards; }

/* Ambient background gradient animation */
@keyframes ambient-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.djl-ambient-bg {
    background: linear-gradient(135deg, #0d0b14 0%, #1a1528 25%, #0d0b14 50%, #14101f 75%, #0d0b14 100%);
    background-size: 400% 400%;
    animation: ambient-gradient 20s ease infinite;
}

/* Subtle floating particles effect */
@keyframes djl-float {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 0; }
    10% { opacity: 0.5; }
    90% { opacity: 0.5; }
    50% { transform: translateY(-100px) translateX(20px); }
}

.djl-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(95, 75, 139, 0.3);
    border-radius: 50%;
    animation: djl-float 15s ease-in-out infinite;
}

/* Glow effect for active/hover cards */
.djl-glow-purple {
    box-shadow: 0 0 40px rgba(95, 75, 139, 0.3), 0 0 80px rgba(95, 75, 139, 0.1);
}

/* Smooth page transitions */
@keyframes djl-fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.djl-page-transition {
    animation: djl-fadeIn 0.5s ease-out;
}

/* Hide scrollbar utility */
.djl-scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.djl-scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* ==========================================================================
   SEARCH UI STYLES - Filter bar and search components
   ========================================================================== */

/* Dark search bar container */
.djl-search-bar {
    background: rgba(26, 21, 40, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 24px;
}

.djl-search-bar__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Search input field */
.djl-search-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 14px 20px;
    color: #fff;
    font-size: 15px;
    transition: all 0.2s ease;
}

.djl-search-input:focus {
    outline: none;
    border-color: rgba(139, 92, 246, 0.5);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
}

.djl-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Filter pills/chips */
.djl-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 24px;
}

.djl-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 9999px;
    padding: 8px 16px;
    color: #c4b5fd;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.djl-filter-chip:hover {
    background: rgba(139, 92, 246, 0.25);
    border-color: rgba(139, 92, 246, 0.5);
}

.djl-filter-chip--active {
    background: rgba(139, 92, 246, 0.3);
    border-color: #8b5cf6;
    color: #fff;
}

.djl-filter-chip__remove {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-left: 4px;
}

.djl-filter-chip__remove:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Filter dropdown button */
.djl-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.djl-filter-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
}

.djl-filter-btn--active {
    background: rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.4);
    color: #c4b5fd;
}

/* Results count badge */
.djl-results-count {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
    padding: 8px 16px;
    color: #86efac;
    font-size: 14px;
    font-weight: 600;
}

/* Sort dropdown */
.djl-sort-select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 10px 36px 10px 14px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

.djl-sort-select:focus {
    outline: none;
    border-color: rgba(139, 92, 246, 0.5);
}

.djl-sort-select option {
    background: #1a1528;
    color: #fff;
}

/* View toggle (grid/map) */
.djl-view-toggle {
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 4px;
}

.djl-view-toggle__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.2s ease;
}

.djl-view-toggle__btn:hover {
    color: #fff;
}

.djl-view-toggle__btn--active {
    background: rgba(139, 92, 246, 0.3);
    color: #fff;
}

/* Property count / pagination info */
.djl-pagination-info {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.djl-pagination-info strong {
    color: #fff;
}

/* Load more button */
.djl-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 32px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    color: #c4b5fd;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 32px;
}

.djl-load-more:hover {
    background: rgba(139, 92, 246, 0.25);
    border-color: rgba(139, 92, 246, 0.5);
    color: #fff;
}

/* Loading spinner */
@keyframes djl-spin {
    to { transform: rotate(360deg); }
}

.djl-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(139, 92, 246, 0.3);
    border-top-color: #8b5cf6;
    border-radius: 50%;
    animation: djl-spin 0.8s linear infinite;
}

/* Empty state */
.djl-empty-state {
    text-align: center;
    padding: 80px 24px;
    color: rgba(255, 255, 255, 0.6);
}

.djl-empty-state__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: rgba(255, 255, 255, 0.3);
}

.djl-empty-state__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.djl-empty-state__text {
    font-size: 1rem;
    max-width: 400px;
    margin: 0 auto;
}

/* Mobile responsive for search UI */
@media (max-width: 768px) {
    .djl-search-bar { padding: 12px 16px; }
    .djl-search-bar__inner { flex-wrap: wrap; }
    .djl-search-input { width: 100%; }
    .djl-filter-chips { padding: 12px 16px; }
    .djl-filter-btn { padding: 10px 16px; font-size: 13px; }
}
