    .Contact{
    background-image: url('../../uploads/kpi.png'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f3d250;
    text-align: center;
    position: relative;
    }

    /* Overlay for dark effect */
    .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    }

    /* Text styling */
    .Contact h1 {
    font-size: 2.5rem;
    z-index: 2;
    color: #f3d250;
    margin-bottom: 20px;
    }
    .Us {
    background-color: #f3d250;
    color: #4b3869;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    z-index: 2;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
    }
    .Us:hover {
    background-color: #d1b145;
    font-size: large;
    }
