
body {
    margin: 0;
    padding: 0;
}

.orchard-title-section {
    background-image: url('https://products.orchardforex.com/wp-content/uploads/2025/01/1920-forex-graph-hologram-on-billboard-aerial-night-panoramic-cityscape-of-bangkok-the-developed-location-for-stock-market-researchers-in-southeast-asia.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 20px;
    height: auto;
    color: white;
    width: 100vw;
    display: flex;
    align-items: center;
}

.orchard-title-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

