.heritage-pro-a7a3356f {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.hp-container-a7a3356f {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}

.hp-content-a7a3356f {
    flex: 0 0 45%;
    width: 45%;
    box-sizing: border-box;
}

.hp-image-wrapper-a7a3356f {
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
}

.hp-subtitle-a7a3356f {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.hp-title-a7a3356f {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.hp-desc-a7a3356f {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    transition: color 0.3s ease;
}

.hp-btn-a7a3356f {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hp-image-a7a3356f {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: all 0.5s ease;
}

/* Hover Animations */
.hp-img-anim-zoom-in .hp-image-wrapper-a7a3356f:hover .hp-image-a7a3356f {
    transform: scale(1.05);
}

.hp-img-anim-opacity .hp-image-wrapper-a7a3356f:hover .hp-image-a7a3356f {
    opacity: 0.8;
}

/* Base Responsive Setup - overrides handled by Elementor controls */
@media (max-width: 1024px) {
    .hp-container-a7a3356f {
        flex-direction: column;
    }
    .hp-content-a7a3356f {
        margin-bottom: 40px;
    }
}