
/* Heritage Meets Modern Section */
.heritage-modern {
    padding: 100px 0;
    /* background: linear-gradient(135deg, #f9f7f4 0%, #ffffff 100%);
} */

.heritage-header {
    text-align: center;
}

.heritage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heritage-header h2 {
    color: var(--text-dark);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-top: 25px;
}

.heritage-header h2 span {
    color: #D0D0D0;
}

.heritage-header .subtitle {
    display: block;
    letter-spacing: 8px;
    margin-top: 10px;
}
.explore-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    background-color: white;
    padding-top: 20px;
}
}