/* ============================= */
/* GLOBAL RESET + BRIGHT BASE */
/* ============================= */

body {
    background-color: #FFFFFF !important;
    color: #1A1A1A !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

/* Sections */
section {
    background-color: #F5F7FA;
    padding: 60px 0;
}

/* Alternate sections */
.section-light {
    background: #FFFFFF !important;
}

.section-dark {
    background: #F5F7FA !important;
}

/* ============================= */
/* TYPOGRAPHY */
/* ============================= */

h1, h2, h3, h4, h5 {
    color: #111827;
    font-weight: 700;
}

p {
    color: #6B7280;
    font-size: 15px;
}

/* ============================= */
/* HEADER */
/* ============================= */

header {
    background: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

header a {
    color: #1A1A1A !important;
    font-weight: 500;
}

header a:hover {
    color: #0A66C2 !important;
}

/* ============================= */
/* HERO SECTION */
/* ============================= */

.hero {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
                url('/wp-content/uploads/hero.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 120px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 42px;
    font-weight: 700;
}

.hero p {
    color: #f1f1f1;
}

/* ============================= */
/* BUTTONS */
/* ============================= */

.btn,
button {
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
}

/* Primary CTA (Orange) */
.btn-primary {
    background-color: #FF6B00 !important;
    color: #fff !important;
    border: none;
}

.btn-primary:hover {
    background-color: #e65c00 !important;
}

/* Secondary (Blue) */
.btn-secondary {
    background-color: #0A66C2 !important;
    color: #fff !important;
}

/* ============================= */
/* PROPERTY CARDS */
/* ============================= */

.property-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.property-card:hover {
    transform: translateY(-6px);
}

.property-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Price Highlight */
.property-price {
    color: #FF6B00;
    font-weight: 700;
    font-size: 18px;
}

/* Location text */
.property-location {
    color: #6B7280;
}

/* ============================= */
/* FORMS */
/* ============================= */

input, select, textarea {
    border-radius: 10px !important;
    border: 1px solid #9A9A9A !important;
    padding: 10px;
    width: 100%;
}

input:focus, textarea:focus {
    border-color: #0A66C2 !important;
    outline: none;
}

/* ============================= */
/* FOOTER */
/* ============================= */

footer {
    background: #111827;
    color: #ffffff;
    padding: 40px 0;
}

footer a {
    color: #d1d5db;
}

footer a:hover {
    color: #ffffff;
}

/* ============================= */
/* WHATSAPP FLOAT BUTTON */
/* ============================= */

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    padding: 12px 16px;
    border-radius: 50px;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 999;
}

/* ============================= */
/* IMAGE BRIGHTNESS FIX */
/* ============================= */

img {
    filter: brightness(1.05) contrast(1.05);
}

/* ============================= */
/* CARD SPACING */
/* ============================= */

.container {
    max-width: 1200px;
}

/* ============================= */
/* MOBILE OPTIMIZATION */
/* ============================= */

@media (max-width: 768px) {
    .hero h1 {
        font-size: 28px;
    }

    section {
        padding: 40px 15px;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

 .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #838383;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #9A9A9A;
    border-radius: 10px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-group {
    margin-bottom: 2px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #fff !important;
    border-color: #F0F0F0;
    font-weight: 600;
}

.slider-content .btn-default:hover, .slider-content  .btn-default:focus, .slider-content  .btn-default:active, .slider-content  .btn-default.active, .slider-content  .open >  .dropdown-toggle.btn-default
, .slider-content .dropdown-toggle.btn-default {
    color: #000;
    background-color: var(--primary-color) !important;
    border-color: #F0F0F0;
    font-weight: 600;
}
