/*
Theme Name: CRM-V3 Theme
Theme URI: https://crm-v3.local
Author: Jose Luis Romero
Author URI: https://crm-v3.local
Description: Tema inmobiliario corporativo para CRM-V3
Version: 1.0
License: GPL2
Text Domain: crm-v3-theme
*/



/* ==========================
   ESTILOS GENERALES
========================== */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #222;
    background: #f8f9fa;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* ==========================
   HEADER
========================== */

.site-header {
    background: #0d1b2a;
    color: white;
    padding: 20px 0;
}

.site-header h1 {
    margin: 0;
    font-size: 32px;
}

.site-header nav ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    display: flex;
    gap: 20px;
}

.site-header nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* ==========================
   HERO
========================== */

.hero-section {
    background: linear-gradient(rgba(13,27,42,0.7), rgba(13,27,42,0.7)),
                url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    text-align: center;
}

.hero-section h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 20px;
    margin-bottom: 30px;
}

/* ==========================
   BOTONES
========================== */

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn-primary {
    background: #00b4d8;
    color: white;
}

.btn-primary:hover {
    background: #0096c7;
}

.btn-secondary {
    background: #0d1b2a;
    color: white;
}

.btn-secondary:hover {
    background: #1b263b;
}

/* ==========================
   SERVICIOS
========================== */

.services-section {
    padding: 80px 0;
    text-align: center;
}

.services-section h3 {
    font-size: 36px;
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.service-card h4 {
    margin-bottom: 15px;
    font-size: 24px;
}

/* ==========================
   CTA PROFESIONAL
========================== */

.cta-section {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.cta-section h3 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 800;
}

.cta-section .btn-primary {
    background: #0d1b2a;
    color: white;
    padding: 18px 40px;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.3s;
}

.cta-section .btn-primary:hover {
    background: white;
    color: #0d1b2a;
}

/* ==========================
   FOOTER
========================== */

.site-footer {
    background: #0d1b2a;
    color: white;
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
}



/* ==========================
   HEADER PROFESIONAL
========================== */

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-branding a {
    text-decoration: none;
    color: white;
}

.site-branding h1 {
    margin: 0;
    font-size: 32px;
}

.main-navigation .main-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.main-navigation .main-menu li {
    display: inline-block;
}

.main-navigation .main-menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
}

.main-navigation .main-menu a:hover {
    color: #00b4d8;
}

.header-contact {
    margin-left: 20px;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 992px) {
    .header-flex {
        flex-direction: column;
        gap: 20px;
    }

    .main-navigation .main-menu {
        flex-direction: column;
        align-items: center;
    }
}



.hero-section {
    background: linear-gradient(rgba(13,27,42,0.75), rgba(13,27,42,0.75)),
                url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 180px 0;
    text-align: center;
}

.hero-section h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 950px;
    margin: 0 auto 30px;
}

.hero-section p {
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.5;
}





/* ==========================
   PROPIEDADES DESTACADAS
========================== */

.featured-properties {
    padding: 80px 0;
    text-align: center;
}

.featured-properties h3 {
    font-size: 36px;
    margin-bottom: 50px;
}


.featured-properties p {
    text-align: center;
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 40px;
}



.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.property-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    padding-bottom: 25px;
}

.property-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 14px 14px 0 0;
}

.property-card h4 {
    font-size: 22px;
    margin: 20px 0 10px;
}

.property-card p {
    font-size: 18px;
    font-weight: bold;
    color: #00b4d8;
    margin-bottom: 20px;
}

.property-card .btn-secondary {
    padding: 12px 25px;
}


/* ==========================
   FOOTER PROFESIONAL
========================== */

.site-footer {
    background: #0d1b2a;
    color: white;
    padding-top: 70px;
    margin-top: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    text-align: left;
    align-items: start;
}

.footer-brand h3,
.footer-links h4,
.footer-contact h4 {
    margin-bottom: 20px;
    font-size: 22px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #00b4d8;
}

.footer-contact p,
.footer-brand p {
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    padding: 25px 0;
    font-size: 14px;
}

/* ==========================
   RESPONSIVE FOOTER
========================== */

@media (max-width: 768px) {
    .footer-grid {
        text-align: center;
    }
}





/* ==========================
   ARCHIVO DE PROPIEDADES
========================== */

.properties-archive {
    padding: 100px 0;
    text-align: center;
}

.properties-archive h1 {
    font-size: 52px;
    margin-bottom: 20px;
}

.properties-archive > p {
    font-size: 20px;
    margin-bottom: 60px;
    color: #555;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.property-card {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.property-card:hover {
    transform: translateY(-8px);
}

.property-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.property-content {
    padding: 25px;
    text-align: left;
}

.property-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.property-content h2 a {
    color: #0d1b2a;
    text-decoration: none;
}

.property-price {
    font-size: 24px;
    color: #00b4d8;
    font-weight: bold;
    margin-bottom: 15px;
}

.property-content p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.property-content .btn-secondary {
    display: inline-block;
    margin-top: 20px;
}






/* =========================
   SINGLE PROPIEDAD
========================= */

.single-property {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.single-property-header {
    text-align: center;
    margin-bottom: 40px;
}

.single-property-header h1 {
    font-size: 48px;
    color: #0b1c31;
    margin-bottom: 15px;
}

.single-price {
    font-size: 32px;
    color: #29a9e1;
    font-weight: bold;
}

.single-property-image img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 50px;
}

.single-property-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 50px;
}

.single-property-details p {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.single-property-description {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 50px;
    line-height: 1.8;
    font-size: 18px;
    color: #444;
}

.single-property-contact {
    text-align: center;
}

.single-property-contact .btn-primary {
    display: inline-block;
    padding: 18px 40px;
    background: #29a9e1;
    color: #fff;
    border-radius: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.single-property-contact .btn-primary:hover {
    background: #0b1c31;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .single-property-details {
        grid-template-columns: 1fr;
    }

    .single-property-header h1 {
        font-size: 34px;
    }

    .single-price {
        font-size: 24px;
    }
}


/* =========================
   GALERÍA DE PROPIEDAD
========================= */

.property-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
    transition: 0.3s;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.gallery-item img:hover {
    transform: scale(1.03);
}



.btn-whatsapp {
    display: inline-block;
    margin-top: 15px;
    padding: 18px 40px;
    background: #25D366;
    color: white;
    border-radius: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn-whatsapp:hover {
    background: #128C7E;
}


/* =========================
   DESCRIPCIÓN PREMIUM
========================= */

.premium-description {
    background: white;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    margin: 50px 0;
}

.premium-description h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #0b1f3a;
    text-align: center;
}

.description-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
}

.property-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.benefit-box {
    background: #f5f8fc;
    padding: 25px;
    border-radius: 14px;
    border-left: 4px solid #2ca9e1;
}

.benefit-box h3 {
    color: #0b1f3a;
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.benefit-box p {
    color: #555;
    line-height: 1.6;
}

/* =========================
   UBICACIÓN PREMIUM
========================= */

.property-location-box {
    background: white;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    margin: 50px 0;
    text-align: center;
}

.property-location-box h2 {
    font-size: 2rem;
    color: #0b1f3a;
    margin-bottom: 20px;
}

.property-location-box p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}



/* ============================= */
/* SIDEBAR IZQUIERDO ASESOR */
/* ============================= */

.single-property-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 30px;
    align-items: start;
}

.property-left-sidebar {
    order: 2;
    position: sticky;
    top: 180px;
    align-self: start;
    margin-top: 270px;
}

.property-advisor-box {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 22px;
    padding: 35px 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,.10);
    text-align: center;
    border: 1px solid rgba(43,189,247,.12);
    transition: all .3s ease;
}

.property-advisor-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,.14);
}

.property-advisor-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 5px solid #2bbdf7;
    box-shadow: 0 8px 20px rgba(43,189,247,.25);
}

.property-advisor-box h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #0d223f;
}

.advisor-role {
    color: #2bbdf7;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: .95rem;
}

.advisor-note {
    color: #555;
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.property-advisor-box .btn-secondary,
.property-advisor-box .btn-whatsapp {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 14px auto;
    padding: 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
}

.property-advisor-box .btn-secondary {
    background: #0d223f;
    color: #fff;
}

.property-advisor-box .btn-secondary:hover {
    background: #163760;
}

.property-advisor-box .btn-whatsapp {
    background: #25D366;
    color: white;
}

.property-advisor-box .btn-whatsapp:hover {
    background: #1ebe5d;
}

.advisor-email {
    display: block;
    margin-top: 15px;
    font-size: .95rem;
    color: #0d223f;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
    transition: .3s;
}

.advisor-email:hover {
    color: #2bbdf7;
    text-decoration: underline;
}

.property-main-content {
    width: 100%;
    min-width: 0;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .single-property-layout {
        grid-template-columns: 1fr;
    }

    .property-left-sidebar {
        position: relative;
        top: auto;
        order: 2;
    }

    .property-main-content {
        order: 1;
    }
}



/* FILTROS DE PROPIEDADES */


.properties-filters {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 35px 0 55px;
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.properties-filters input,
.properties-filters select {
    padding: 14px 18px;
    border: 1px solid #dce3ea;
    border-radius: 10px;
    width: 260px;
    max-width: 100%;
    font-size: 1rem;
    outline: none;
    flex: 1;
}

.properties-filters input:focus,
.properties-filters select:focus {
    border-color: #2bbdf7;
}

.properties-filters button {
    padding: 14px 30px;
}



/* BLOG PREMIUM */
.blog-archive-section {
    padding: 80px 0;
    text-align: center;
}

.blog-archive-section h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #0b1f3a;
}

.blog-subtitle {
    color: #555;
    margin-bottom: 50px;
    font-size: 18px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: .3s ease;
    text-align: left;
}

.blog-card:hover {
    transform: translateY(-8px);
}

.blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.blog-card-content {
    padding: 25px;
}

.blog-card-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.blog-card-content h2 a {
    text-decoration: none;
    color: #0b1f3a;
}

.blog-card-content p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}



/* SINGLE BLOG PREMIUM */
.single-blog-container {
    padding: 80px 0;
    max-width: 950px;
}

.single-blog-post {
    background: #fff;
    padding: 50px;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.single-blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.single-blog-header h1 {
    font-size: 42px;
    line-height: 1.3;
    color: #0b1f3a;
    margin-bottom: 20px;
}

.single-blog-meta {
    color: #666;
    font-size: 15px;
}

.single-blog-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 40px;
}

.single-blog-content {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
}

.single-blog-content h2,
.single-blog-content h3 {
    color: #0b1f3a;
    margin-top: 35px;
    margin-bottom: 20px;
}

.single-blog-content p {
    margin-bottom: 22px;
}

.single-blog-content ul,
.single-blog-content ol {
    margin-left: 25px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .single-blog-post {
        padding: 25px;
    }

    .single-blog-header h1 {
        font-size: 30px;
    }
}


/* BLOG CTA */
.blog-cta-box {
    margin-top: 60px;
    padding: 40px;
    background: linear-gradient(135deg, #0b1f3a, #123d72);
    color: #fff;
    text-align: center;
    border-radius: 22px;
}

.blog-cta-box h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.blog-cta-box p {
    font-size: 18px;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.9);
}

.blog-cta-box .btn-secondary,
.blog-cta-box .btn-whatsapp {
    display: inline-block;
    margin: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
}

.blog-cta-box .btn-secondary {
    background: #fff;
    color: #0b1f3a;
}

.blog-cta-box .btn-whatsapp {
    background: #25D366;
    color: #fff;
}


/* SINGLE BLOG SIDEBAR LAYOUT */
.single-blog-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start;
    padding: 80px 0;
}

.single-blog-sidebar {
    position: sticky;
    top: 120px;
}

.sidebar-widget {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    font-size: 22px;
    color: #0b1f3a;
    margin-bottom: 20px;
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget ul li {
    margin-bottom: 14px;
    line-height: 1.5;
}

.sidebar-widget ul li a {
    color: #333;
    text-decoration: none;
    transition: .3s;
}

.sidebar-widget ul li a:hover {
    color: #2bbdf7;
}

.sidebar-cta {
    text-align: center;
    background: linear-gradient(135deg, #0b1f3a, #123d72);
    color: #fff;
}

.sidebar-cta h3,
.sidebar-cta p {
    color: #fff;
}

@media (max-width: 1100px) {
    .single-blog-layout {
        grid-template-columns: 1fr;
    }

    .single-blog-sidebar {
        position: relative;
        top: auto;
    }
}

/* COMENTARIOS BLOG */
.comments-area {
    margin-top: 60px;
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.comments-area h2 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #0b1f3a;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list li {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.comment-author {
    font-weight: bold;
    color: #0b1f3a;
}

.comment-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.comment-content {
    font-size: 16px;
    color: #333;
}

.comment-respond {
    margin-top: 40px;
}

.comment-respond input,
.comment-respond textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.comment-respond button,
.comment-respond input[type="submit"] {
    background: #2bbdf7;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    cursor: pointer;
}



/* RELATED BLOG POSTS */
.related-blog-posts {
    margin-top: 70px;
}

.related-blog-posts h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #0b1f3a;
    text-align: center;
}

.related-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.related-post-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    text-align: left;
    transition: .3s;
}

.related-post-card:hover {
    transform: translateY(-6px);
}

.related-post-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.related-post-card h4 {
    padding: 20px;
    font-size: 18px;
    line-height: 1.4;
}

.related-post-card h4 a {
    text-decoration: none;
    color: #0b1f3a;
}

@media (max-width: 900px) {
    .related-blog-grid {
        grid-template-columns: 1fr;
    }
}



/* CONTACT PAGE */
.contact-page {
    padding-bottom: 80px;
}

.contact-hero {
    background: linear-gradient(135deg, #0b1f3a, #123d72);
    color: #fff;
    text-align: center;
    padding: 90px 20px;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.contact-hero p {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
}

.contact-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-top: 70px;
}

.contact-form-box {
    background: #fff;
    padding: 45px;
    border-radius: 22px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.contact-form-box h2 {
    margin-bottom: 30px;
    color: #0b1f3a;
}

.contact-form-box form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
}

.contact-form-box textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.contact-card h3 {
    margin-bottom: 15px;
    color: #0b1f3a;
}

.contact-card a {
    color: #2bbdf7;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 992px) {
    .contact-main {
        grid-template-columns: 1fr;
    }

    .contact-hero h1 {
        font-size: 34px;
    }
}



/* CONTACT MAP */
.contact-map-section {
    margin-top: 80px;
    text-align: center;
}

.contact-map-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #0b1f3a;
}

.contact-map-box {
    background: #fff;
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}



/* ABOUT PAGE */
.about-page {
    padding-bottom: 80px;
}

.about-hero {
    background: linear-gradient(135deg, #0b1f3a, #123d72);
    color: #fff;
    text-align: center;
    padding: 90px 20px;
}

.about-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.about-hero p {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
}

.about-profile {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 80px;
}

.about-image img {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.about-content h2 {
    font-size: 42px;
    margin-bottom: 12px;
    color: #0b1f3a;
}

.about-content h3 {
    font-size: 22px;
    color: #2bbdf7;
    margin-bottom: 25px;
}

.about-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 22px;
}

.about-values {
    margin-top: 100px;
    text-align: center;
}

.about-values h2 {
    font-size: 38px;
    margin-bottom: 45px;
    color: #0b1f3a;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.value-card h3 {
    margin-bottom: 15px;
    color: #0b1f3a;
}

.value-card p {
    color: #555;
    line-height: 1.7;
}

@media (max-width: 992px) {
    .about-profile {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .about-hero h1 {
        font-size: 34px;
    }
}




.property-image{

position:relative;

overflow:hidden;

border-radius:18px 18px 0 0;

}



.property-image img{

display:block;

width:100%;

height:260px;

object-fit:cover;

}



.property-status{

position:absolute;

top:14px;

left:14px;

z-index:20;

padding:8px 14px;

border-radius:999px;

font-size:.70rem;

font-weight:800;

letter-spacing:1px;

text-transform:uppercase;

color:#fff;

backdrop-filter:blur(12px);

box-shadow:0 6px 18px rgba(0,0,0,.18);

}



.estado-captada{
background:rgba(107,114,128,.90);
}

.estado-preparacion{
background:rgba(245,158,11,.92);
}

.estado-disponible{
background:rgba(16,185,129,.92);
}

.estado-tratada{
background:rgba(14,165,233,.92);
}

.estado-vendida{
background:rgba(239,68,68,.92);
}

.property-card{

transition:.25s ease;

}

.property-card:hover{

transform:translateY(-6px);

box-shadow:0 18px 40px rgba(0,0,0,.12);

}




.contact-alert{

background:#e8fff0;

border:1px solid #2dbf72;

padding:14px;

margin-bottom:20px;

border-radius:12px;

color:#0d6b38;

font-weight:700;

}