/* theme 2 */
.hero-section {
    padding: 76px 0;
    background-color: #ffffff;
}
.hero-title {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #1a365d; /* Dark navy blue from image */
    text-transform: uppercase;
}
.hero-since {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 2rem;
}
.hero-description {
    max-width: 800px;
    margin: 0 auto;
    color: #4a5568;
    line-height: 1.8;
    font-size: 1.1rem;
}
section.selected-product-section.mt-50.theme2 {
    margin-bottom: 30px;
}
/* theme 2 end */