.bg-cream {
    background-color: #f8f7ee;
  }
  .custom-search-input {
    background-color: white;
    width: 100%;
    max-width: 700px;
    padding: 12px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .custom-search-button {
    padding: 12px 24px;
    background-color: black;
    color: white;
    border-radius: 0 10px 10px 0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .custom-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .right-section {
    background-image: url('../assets/20240808Rectangle.svg');
    background-size: cover;
    background-position: center;
  }