.elementor-917 .elementor-element.elementor-element-c5a4af6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-917 .elementor-element.elementor-element-8d43e35{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-917 .elementor-element.elementor-element-c5a4af6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-bd910f6 *//* reformas.css - Altara Reformas Page Styles */

/* Top Ribbon Override */
.reformas-ribbon {
    background-color: #0e1b26 !important; /* Dark blue/slate as in image */
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 150;
}

/* Hero Section specific to Reformas */
.reformas-hero {
    position: relative;
    height: 60vh;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), 
                      url('https://images.unsplash.com/photo-1581858726788-75bc0f6a952d?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: var(--text-dark);
}

.reformas-hero .hero-content {
    max-width: 800px;
    padding: 20px;
    margin-top: 60px; /* Offset for header navbar */
}

.reformas-hero h1 {
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.reformas-hero .brand-label {
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.reformas-hero p {
    font-family: var(--font-body, 'Outfit', sans-serif);
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-muted);
    font-weight: 300;
}

/* Services Bar Section */
.services-bar-section {
    background: transparent;
    padding: 0 20px;
    margin-top: -50px; /* Pull it up to overlap the hero section */
    position: relative;
    z-index: 10;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 30px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 120px;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-3px);
}

.service-icon-wrap {
    width: auto;
    height: auto;
    background-color: transparent !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.service-icon-wrap svg {
    width: 32px !important;
    height: 32px !important;
    stroke: #222222 !important; /* Clean dark outline */
    fill: none !important;
    stroke-width: 1.25 !important;
    display: block !important;
}

.service-label {
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    line-height: 1.3;
    margin-top: 4px;
}

/* Proyectos Realizados (Antes y Después) Section */
.reformas-projects-section {
    padding: 80px 20px;
    background-color: #FFFFFF;
}

.reformas-projects-section .section-title {
    font-family: var(--font-heading, 'Montserrat', sans-serif) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #222222 !important;
    text-align: center !important;
    margin-bottom: 50px !important;
}

.projects-container {
    max-width: 900px; /* Centered narrow column for clean layout */
    margin: 0 auto;
}

/* Before and After Row Styling */
.project-row {
    margin-bottom: 45px;
}

.project-row-title {
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
    text-align: left;
}

.project-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    position: relative;
}

.project-img-box {
    position: relative;
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.project-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background-color: #0e1b26; /* Dark blue background */
    color: #FFFFFF;
    font-family: var(--font-heading, 'Montserrat', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 5;
}

/* Arrow transition indicator in center */
.arrow-divider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.arrow-divider svg {
    width: 16px;
    height: 16px;
    stroke: #333333;
    stroke-width: 2.5;
    fill: none;
}

/* Link Ver Más Proyectos */
.all-projects-link-wrap {
    text-align: center;
    margin-top: 30px;
}

.all-projects-link {
    font-family: var(--font-heading, 'Montserrat', sans-serif) !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    color: #222222 !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.all-projects-link:hover {
    color: #b89c72 !important;
}

/* Call to Action Banner */
.reformas-cta-section {
    padding: 20px 20px 80px 20px !important;
    background-color: #FFFFFF !important;
}

.reformas-cta-container {
    max-width: 1000px !important;
    margin: 0 auto;
    background-color: #0e1b26 !important; /* Dark navy card background */
    border-radius: 8px !important;
    padding: 50px 30px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.reformas-cta-container h2 {
    font-family: var(--font-heading, 'Montserrat', sans-serif) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    color: #FFFFFF !important;
}

.reformas-cta-container p {
    font-family: var(--font-body, 'Outfit', sans-serif) !important;
    font-size: 14.5px !important;
    font-weight: 300 !important;
    color: #e5e5e5 !important;
    margin-bottom: 30px !important;
}

.reformas-cta-btn {
    font-family: var(--font-heading, 'Montserrat', sans-serif) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background-color: #b89c72 !important; /* Corporate gold */
    border: none !important;
    padding: 14px 45px !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.reformas-cta-btn:hover {
    background-color: #a4875e !important;
    transform: translateY(-1px);
}

/* ==========================================================================
   WordPress Page Theme Overrides (altara_reformas.html compatibility)
   ========================================================================== */

/* Hide default page title header in WordPress theme */
.page-template-default .page-header, 
.page-template-default .entry-title {
    display: none !important;
}

/* Force container divs to stretch full width without padding */
.page-template-default #content,
.page-template-default .site-main,
.page-template-default .page-content,
.page-template-default .elementor-862,
.page-template-default .elementor-element-b38500a,
.page-template-default .elementor-element-85d209f,
.page-template-default .elementor-element-85d209f > .e-con-inner,
.page-template-default .elementor-element-a754064 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Fixed ribbon styling */
.reformas-ribbon {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999 !important;
}

/* Offset WordPress admin bar if present */
body.admin-bar .reformas-ribbon {
    top: 32px !important;
}

/* Push absolute header down */
.elementor-location-header {
    top: 41px !important;
}
body.admin-bar .elementor-location-header {
    top: 73px !important;
}

/* Offset the main content so it doesn't get covered by absolute header */
.site-main {
    margin-top: 110px !important;
}
body.admin-bar .site-main {
    margin-top: 142px !important;
}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */

@media (max-width: 992px) {
    .reformas-hero h1 {
        font-size: 34px;
    }
    
    .reformas-hero .brand-label {
        font-size: 18px;
    }

    .services-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .project-img-box {
        height: 200px;
    }
}

@media (max-width: 600px) {
    .reformas-hero h1 {
        font-size: 26px;
    }
    
    .reformas-hero .brand-label {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .reformas-hero p {
        font-size: 13.5px;
    }

    .services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .project-comparison {
        grid-template-columns: 1fr; /* Stack on mobile */
        gap: 15px;
    }

    .project-img-box {
        height: 180px;
    }

    .arrow-divider {
        top: auto;
        bottom: -25px; /* Offset the arrow when stacked */
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg); /* Rotate arrow pointing down */
    }

    .project-row {
        margin-bottom: 60px;
    }

    .reformas-cta-container h2 {
        font-size: 20px;
    }
}/* End custom CSS */