/* Custom Theme for Amrit Homz */
:root {
    --gold-gradient: linear-gradient(90deg, #c69323, #eecb62) !important;
    --gold-solid: #c69323;
}

.color-gold {
    background: var(--gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

/* Header Styling */
.theme-main-menu.menu-style-seven {
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-main-menu .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 10px !important;
    white-space: nowrap;
}

.theme-main-menu .inner-content.gap-one {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.theme-main-menu .navbar {
    margin-left: 20px;
    flex-grow: 1;
    justify-content: center;
}

.theme-main-menu .logo {
    flex-shrink: 0;
}

.theme-main-menu .right-widget {
    flex-shrink: 0;
}

.theme-main-menu .navbar-nav .nav-link:hover {
    color: var(--gold-solid) !important;
}

/* Sell Property Button */
.btn-sell-property {
    background: linear-gradient(90deg, #c69323, #eecb62) !important;
    color: #000 !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.btn-sell-property .badge-free {
    background: var(--gold-gradient);
    color: #000;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.headset-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    margin-left: 15px;
}

/* Banner Styling */
.hero-banner-eight .hero-heading {
    color: #fff !important;
    font-weight: 700 !important;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

/* Search Bar Styling */
.main-search-wrapper {
    background: #fff;
    border-radius: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 40px auto 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.search-item-btn {
    background: #f0f0f0;
    border: none;
    padding: 12px 25px;
    border-radius: 40px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
    white-space: nowrap;
}

.search-item-btn.gold {
    background: var(--gold-gradient);
}

.search-input-field {
    flex-grow: 1;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
}

.search-submit-btn {
    background: var(--gold-gradient);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

/* General Gold Elements */
.btn-eight, .btn-two, .btn-one, .btn-five, .btn-nine, .btn-ten, .btn-eleven {
    background: var(--gold-gradient) !important;
    border: none !important;
    color: #000 !important;
}

.btn-hover:hover {
    filter: brightness(1.1);
}

.listing-card-four .tag, .listing-card-one .tag, .listing-card-two .tag {
    background: var(--gold-gradient) !important;
    color: #000 !important;
}

.scroll-top {
    background: var(--gold-gradient) !important;
    color: #000 !important;
}

.headset-icon i {
    color: var(--gold-solid);
}

.main-search-wrapper button i {
    color: #000;
}

/* ============================================================
   PROPERTY PAGE - HERO BANNER
   ============================================================ */
.prop-page-hero {
    position: relative;
    background: linear-gradient(135deg, #0D1A1C 0%, #1a2a2c 50%, #0a1215 100%);
    min-height: 380px;
    display: flex;
    align-items: center;
    margin-top: 80px;
    overflow: hidden;
}
.prop-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1400&q=60') center/cover no-repeat;
    opacity: 0.15;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13,26,28,0.7) 0%, rgba(13,26,28,0.95) 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 20px 50px;
}
.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}
.hero-content h1 span {
    background: linear-gradient(90deg, #c69323, #eecb62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-content p {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    margin-bottom: 35px;
}

/* ============================================================
   FILTER TABS
   ============================================================ */
.prop-filter-tabs {
    display: inline-flex;
    gap: 10px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50px;
    padding: 6px;
}
.filter-tab {
    padding: 10px 28px;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-tab:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.filter-tab.active {
    background: linear-gradient(90deg, #c69323, #eecb62);
    color: #000;
    box-shadow: 0 4px 20px rgba(198,147,35,0.4);
}
.filter-tab.active i { color: #000; }

/* ============================================================
   PROPERTIES SECTION
   ============================================================ */
.properties-section {
    background: #f8f6f1;
    padding: 50px 0 80px;
}
.results-bar {
    padding: 0 10px;
}
.results-count {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}
.view-label {
    color: #999;
    font-size: 0.9rem;
}

/* ============================================================
   PROPERTY CARDS GRID
   ============================================================ */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}

.prop-card {
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    transition: transform 0.3s ease;
}
.prop-card.hidden { display: none !important; }

.prop-card-inner {
    display: block;
    text-decoration: none !important;
    background: #111215;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}
.prop-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    text-decoration: none !important;
}

/* Image area */
.prop-card-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.prop-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.prop-card-inner:hover .prop-card-img img {
    transform: scale(1.1);
}

/* Type badge */
.prop-type-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    z-index: 2;
}
.prop-type-badge.residential {
    background: linear-gradient(90deg, #c69323, #eecb62);
    color: #000;
}
.prop-type-badge.commercial {
    background: linear-gradient(90deg, #c69323, #eecb62);
    color: #fff;
}

/* Overlay button on hover */
.prop-overlay-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #c69323, #eecb62);
    color: #000;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 8px 24px;
    border-radius: 50px;
    white-space: nowrap;
    transition: bottom 0.35s ease;
    z-index: 3;
}
.prop-card-inner:hover .prop-overlay-btn {
    bottom: 14px;
}

/* Dim overlay on hover */
.prop-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: background 0.3s ease;
    z-index: 1;
}
.prop-card-inner:hover .prop-card-img::after {
    background: rgba(0,0,0,0.35);
}

/* Card body */
.prop-card-body {
    padding: 18px 18px 20px;
    background: #111215;
}
.prop-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.3;
}
.prop-location {
    font-size: 0.82rem;
    color: #c69323;
    font-weight: 600;
    margin-bottom: 12px;
}
.prop-location i { margin-right: 5px; }

.prop-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.prop-meta span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    gap: 7px;
}
.prop-meta span i { color: rgba(255,255,255,0.3); font-size: 0.72rem; }

.prop-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prop-price {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}
.prop-view-btn {
    background: linear-gradient(90deg, #c69323, #eecb62);
    color: #000 !important;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: opacity 0.2s;
}
.prop-view-btn:hover { opacity: 0.85; }

/* No results */
.no-results {
    text-align: center;
    padding: 80px 20px;
    color: #888;
}
.no-results i { font-size: 4rem; margin-bottom: 20px; opacity: 0.4; }
.no-results h3 { color: #444; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .prop-filter-tabs {
        flex-direction: column;
        border-radius: 16px;
    }
    .filter-tab { justify-content: center; }
    .properties-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 18px;
    }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   FOUNDER SECTION - IMAGE FIX
   ============================================================ */
.founder-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}

@media (max-width: 576px) {
    .founder-image img {
        height: 380px !important;
    }
}

/* ============================================================
   PREMIUM CUSTOM DARK & GOLD FOOTER DESIGN
   ============================================================ */
.footer-three {
    background: #0D1A1C !important; /* Premium branding dark tone */
    color: #b5c7cd !important;
    position: relative;
    border-top: 1px solid rgba(198, 147, 35, 0.15) !important;
    padding-top: 60px !important;
}

.footer-three .bg-wrapper {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 0 !important;
}

.footer-three .footer-intro p {
    color: #8faab4 !important;
}

.footer-three .footer-title {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-three .footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: var(--gold-gradient);
}

.footer-three .footer-nav-link li a {
    color: #8faab4 !important;
    transition: all 0.3s ease !important;
    font-size: 15px !important;
    display: inline-block;
    padding: 6px 0;
    text-decoration: none !important;
}

.footer-three .footer-nav-link li a:hover {
    color: #eecb62 !important;
    transform: translateX(5px);
}

.footer-three .social-icon li a {
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(198, 147, 35, 0.2) !important;
    color: #eecb62 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.footer-three .social-icon li a:hover {
    background: var(--gold-gradient) !important;
    color: #000 !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(198, 147, 35, 0.3);
}

/* Newsletter Form Adjustments */
.footer-three .newsletter-form {
    position: relative;
}

.footer-three .newsletter-form input {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 14px 20px !important;
    padding-right: 90px !important;
    width: 100% !important;
    outline: none !important;
    transition: all 0.3s ease;
}

.footer-three .newsletter-form input:focus {
    border-color: #c69323 !important;
    box-shadow: 0 0 0 3px rgba(198, 147, 35, 0.1) !important;
}

.footer-three .newsletter-form button {
    background: var(--gold-gradient) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 30px !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    height: calc(100% - 10px) !important;
    padding: 0 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.footer-three .newsletter-form button:hover {
    filter: brightness(1.1);
}

.footer-three .newsletter-form + span {
    color: #8faab4 !important;
    opacity: 0.6 !important;
    display: inline-block;
    margin-top: 10px;
}

/* Bottom Footer */
.footer-three .bottom-footer {
    border-top: none !important;
    padding: 0px 0 !important;
}

.footer-three .bottom-footer p {
    color: #8faab4 !important;
    margin: 0 !important;
    font-size: 14px !important;
}

.footer-three .bottom-nav li a {
    color: #8faab4 !important;
    transition: color 0.3s ease !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.footer-three .bottom-nav li a:hover {
    color: #eecb62 !important;
}

/* Custom drop down select inside search bar */
.select-search-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 38px !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
    background-size: 14px !important;
    border: none !important;
    outline: none !important;
}

/* Make location dropdown occupy nice width and scroll when long */
.select-search-item option {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500;
}

/* Disable preloader permanently - site loads instantly */
#preloader,
#ctn-preloader,
.ctn-preloader {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


